
html{
    background-image: url('img/fondodegradado.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
}
html,body{
     font-family: "Montserrat", sans-serif;
    height: 100vh;
    padding: 0;
    margin: 0;
}
body{
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
   
}
#divForm{
    background: #3d3d3e;
    color: white;
    width: 100%;
    padding: 35px 35px 30px 35px;
    border-radius: 4px;
    margin-left: -20px;
    z-index: 1;
}
.lab{
    display: block;
    margin-bottom: 5px !important;
     font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-top: 4px;
}
.inptxt{
    margin-bottom: 12px;
    border: 0;
    height: 21px;
    border-radius: 2px;
    padding: 4px 5px;
    width: 98%;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1em;
}
.in{
    border-radius: 4px;
    border: 0;
    background: #469cdb;
    color: white;
    padding: 12px 30px;
    width: 100%;
    margin-top: 8px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-size: 1.1em;
    line-height: 1em;
    padding-top: 13px !important;
}
#resp{
    text-align: center;
    margin-top: 5px;
}

#Principal{
    display: flex;
    height: 100vh;
    width: 100%;
}
#sec{
    width: 33%;
    display: flex;
    flex-wrap:wrap;
    position: relative;
    background-color: #e7e7e7;
}
#divf1{
    width: 33%;
        display: flex;
        align-items: center;
        justify-content: center;
}
#divf2{
    width: 33%;
    padding-top: 36px;
    padding-bottom: 26px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: end;
    padding-right: 90px;
}
#sec div{
    width: 100%;
}

#log{
    position: absolute;
    top: 35px;
    text-align: center;
}
#log img{
    width: 285px;
    text-align: center;
}
.parrfalign{
    align-self: center;
    padding: 0px 90px;
    text-align: justify;
}

.logogallo{
    width: 200px;
}
#footertxt{
    text-align: center;
}
#footertxt p{
    color: #469cdb;
    font-size: 1em;
    margin-bottom: 0;
     font-family: "Montserrat", sans-serif;
}
#footertxt hr{
    width: 200px;
    border: 0.2px solid #4e4e4e;
}
#footertxt a{
    color: #000000;
    font-size: 1.8em;
    text-decoration: none;
}
.urlgallo{
    font-size: 1.2em !important;
}
.parrfalign p{
     font-family: "Montserrat", sans-serif;
    font-size: 1.1em;
    line-height: 1.2 !important;
}

@media only screen and (max-width: 1250px) {
    #log img {
        width: 220px;
        text-align: center;
    }
    .logogallo {
        width: 170px;
    }
    #footertxt {
        font-size: 0.9em;
    }
    #divf2 {
        padding-right: 50px;
    }
    .parrfalign {
        padding: 0px 40px;
    }
}

@media only screen and (max-width: 1024px) {
    #divForm {
        background: #3d3d3e;
        color: white;
        width: 100%;
        padding: 35px 35px 30px 35px;
        border-radius: 4px;
        margin-left: 0;
        z-index: 1;
    }
    #divForm {
        padding: 20px 25px 17px 25px;
        margin-left: 0;
    }
}
@media only screen and (max-width: 980px) {
    #sec {
        width: 100%;
        padding-top: 40px;
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
    #divf1 {
        width: 100%;
    }
    #divf2 {
        width: 100%;
    }
    #Principal {
        flex-wrap: wrap;
    }
    #log {
        position: initial;
    }
    #log img {
        width: 197px;
    }
    .parrfalign p {
        font-size: 1em;
    }
    #divForm {
        width: 330px;
    }
    #divf2 {
        padding-right: 0;
        align-content: center;
    }
    #footertxt {
        margin-top: 12px;
    }
    html, body {
        height: 100%;
    }
    #Principal {
        height: 100%;
    }
    html{
        background-color: #cccccc;
    }

}
@media only screen and (max-width: 700px) {
    #divForm {
        width: 70%;
    }
}

@media only screen and (max-width: 450px) {
    #log img {
        width: 182px;
        margin-bottom: 3px;
    }
    #sec div {
        text-align: center;
        padding: 0px 15px;
    }
    #sec {
        width: 100%;
        padding-top: 35px;
        margin-bottom: 34px;
        padding-bottom: 15px;
    }
    .lab {
        font-size: 1.1em;
    }
    .in {
        padding: 11px 21px;
    }
    .logogallo {
        width: 150px;
        display: block;
        margin: auto;
    }
    #footertxt a {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 380px) {
    .parrfalign p {
        font-size: 0.9em;
    }
    #sec {
        width: 100%;
        padding-top: 22px;
        margin-bottom: 10px;
        padding-bottom: 6px;
    }
}
