﻿body {
    background-image: url(../imgs/fondoAzul.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: rgba(28, 29, 48, 1);
}


.boxGrande {
    width: 100%;
    min-height: 10px;
    display: table;
    float: left;
    background-color: rgba(255,255,255,1);
    border: solid 1px rgba(0,0,0,0.12);
    border-radius: 15px;
}
h1 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;
    font-size: 1.3em;
}


.pCentro {
    width: 100%;
    min-height: 10px;
    display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 1em;
    margin-bottom: 20px;
}

.pCentro b{
    font-weight: 600;
}

.boxForm1 {
    width: 100%;
    min-height: 10px;
    display: table;
    float: left;
    background-color: rgba(255,255,255,1);
    border: solid 2px rgba(0,0,0,0.2);
    border-radius: 15px;
}



.boxForm1Left {
    float: left;
    width: 65%;
    border-right: solid 2px rgba(0,0,0,0.2);
    padding: 3%;
    min-height: 75px;
}

    .boxForm1Left b {
        font-weight: 600;
        font-size: 1.2em;
    }
    .boxForm1Left a {
        color: rgba(57, 181, 74, 1);
        font-size: 0.8em;
    }
    .boxForm1Left a:hover {
        color: rgba(28, 29, 48, 1);
    }

.boxForm1Right {
    width: 35%;
    float: right;
}
    .boxForm1Right a {
        background-color: rgba(0, 0, 0, 0.1);
        display: block;
        border-radius: 0px 15px 15px 0px;
        min-height: 75px;
        text-align: center;
        font-size: 0.8em;
        line-height: 70px;
        color: rgba(28, 29, 48, 1);
    }

    .boxForm1Right a:hover {
        background-color: rgba(57, 181, 74, 1);
        display: block;
        border-radius: 0px 15px 15px 0px;
        min-height: 75px;
        text-align: center;
        font-size: 0.8em;
        line-height: 70px;
        color: rgba(255, 255, 255, 1);
    }


.boxForm2 {
    width: 100%;
    min-height: 10px;
    display: table;
    float: left;
    background-color: rgba(255,255,255,1);
    border: solid 2px rgba(255, 0, 0, 1);
    border-radius: 15px;
}

.boxForm2Left {
    float: left;
    width: 65%;
    border-right: solid 2px rgba(255,0,0,1);
    padding: 3%;
    min-height: 75px;
}

    .boxForm2Left b {
        font-weight: 600;
        font-size: 1em;
        color: rgba(255, 0, 0, 1);
    }

    .boxForm2Left small {
        color: rgba(28, 29, 48, 1);
        font-size: 0.8em;
    }

    .boxForm2Left strong {
        margin-top: 20px;
        font-weight: 300;
        display: block;
    }

    .boxForm2Left a {
        color: rgba(57, 181, 74, 1);
        font-size: 0.8em;
    }

        .boxForm2Left a:hover {
            color: rgba(28, 29, 48, 1);
        }

.boxForm2Right {
    width: 35%;
    float: right;
}

    .boxForm2Right a {
        background-color: rgba(0, 0, 0, 0.1);
        display: block;
        border-radius: 0px 15px 15px 0px;
        min-height: 165px;
        text-align: center;
        font-size: 0.8em;
        line-height: 160px;
        color: rgba(28, 29, 48, 1);
    }

        .boxForm2Right a:hover {
            background-color: rgba(57, 181, 74, 1);
            display: block;
            border-radius: 0px 15px 15px 0px;
            min-height: 165px;
            text-align: center;
            font-size: 0.8em;
            line-height: 160px;
            color: rgba(255, 255, 255, 1);
        }


.boxForm3 {
    width: 100%;
    min-height: 10px;
    display: table;
    float: left;
    background-color: rgba(255,255,255,1);
    border: solid 2px rgba(57, 181, 74, 1);
    border-radius: 15px;
}

.boxForm3Left {
    float: left;
    width: 65%;
    border-right: solid 2px rgba(57, 181, 74, 1);
    padding: 3%;
    min-height: 75px;
}

    .boxForm3Left b {
        font-weight: 600;
        font-size: 1em;
        color: rgba(57, 181, 74, 1);
    }

    .boxForm3Left small {
        color: rgba(28, 29, 48, 1);
        font-size: 0.8em;
    }

    .boxForm3Left strong {
        margin-top: 20px;
        font-weight: 300;
        display: block;
    }

    .boxForm3Left a {
        color: rgba(57, 181, 74, 1);
        font-size: 0.8em;
    }

        .boxForm3Left a:hover {
            color: rgba(28, 29, 48, 1);
        }

.boxForm3Right {
    width: 35%;
    float: right;
}

.boxForm3Righta1 a {
    display: block;
    text-align: right;
    width: 100%;
    color: rgba(255, 0, 0, 1);
    padding-right: 5%;
    margin-top: 5%;
    padding-bottom: 5%;
    border-bottom: solid 1px rgba(57, 181, 74, 1);
}
    .boxForm3Righta1 a:hover {
        color: rgba(28, 29, 48, 1);
    }

.boxForm3Righta2 {
    width: 100%;
    text-align: center;
    line-height: 60px;
}
    .boxForm3Righta2 a {
        text-align: right;
        padding: 5%;
        border-radius: 10px;
        background-color: rgba(57, 181, 74, 1);
        color: rgba(255,255,255,1);
        margin: 0 auto;
    }
    .boxForm3Righta2 a:hover {
        background-color: rgba(28, 29, 48, 1);
    }


.inputCode1 {
    width: 80%;
    border: solid 1px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    height: 40px;
    font-size: 1.3em;
    color: rgba(28, 29, 48, 1);
    font-weight: 600;
    text-align: center;
}

.inputCode2 {
    width: 100%;
    border: solid 1px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    height: 40px;
    font-size: 1.3em;
    color: rgba(28, 29, 48, 1);
    font-weight: 600;
    text-align: center;
}

.btnValidar {
    width: 100%;
    min-height: 10px;
    display: table;
    margin: 0 auto;
}

    .btnValidar a {
        display: block;
        width. 100%;
        border-radius: 20px;
        background-color: rgba(57, 181, 74, 1);
        color: rgba(255,255,255,1);
        text-align: center;
        font-weight: 600;
        height: 40px;
        line-height: 40px;
    }

    .btnValidar a:hover {
        background-color: rgba(28, 29, 48, 1);
    }