@media screen and (max-width: 300px){
    .g-recaptcha {
        transform:scale(0.58);-webkit-transform:scale(0.58);
        transform-origin:0 0;-webkit-transform-origin:0 0;
    }
}
@media screen and (min-width: 241px) and (max-width: 360px){
    .g-recaptcha {
    transform:scale(0.79);-webkit-transform:scale(0.79);
    transform-origin:0 0;-webkit-transform-origin:0 0;
    }
}
.back-send-load{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100%;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(../../images/send-email.gif);
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.title-clientes{
    color: #EB672C;
    font-weight: bold;
}
#seccion h2{
    font-weight: bold;
    padding-top: 5%;
}
#seccion p label,
#seccion h2 label{
    color: #EB672C;
}
#seccion,
#seccion2{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:auto;
    width: 100%;
    color: #FFFFFF;
}

#seccion{
    background-image: url(../../images/Clientes1_2XHDPI-27.jpg);
    min-height: 350px;
}
#seccion2{
    background-image: url(../../images/Clientes2_2XHDPI-27.jpg);
}
#seccion2 .icon img{
    width: 45px !important;
    height: auto ;
}
#seccion2 .icon2 img{
    width: 60px !important;
    height: auto ;
}
#seccion2 span label,
#seccion2 p span{
    color: #EB672C;
    margin-bottom: 0px;
    padding-bottom: 0px;
}


#seccion3{
    padding-right: 14px !important;
}
#seccion3 img{
    display: block;
    position: relative;
    width: 100%;
    height: CALC(100% + -38px); 
}
#seccion3 div{
    bottom: 48px !important;
    position: absolute;
    text-align: center;
    width: 100%;
    vertical-align: middle;
    color: #FFFFFF;
}
#seccion3 div p{
    font-weight: bold;
}
#seccion3 div label{
    font-weight: normal;
}

.form-group label{
    font-size: 0.8rem;
    color: #EB672C;
    padding-left: 20px !important;
}
.form-control{
    border: 2px solid #45829E !important;
    border-radius: 0px 18px 18px 0px !important;
    margin-left: -2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px; 
}
.form-control:focus{
    box-shadow: 2px 0 0 0.18rem rgba(0, 123, 255, 0.25);
}
textarea{
    height: 150px;
}

#sendMail{
    color: #FFFFFF;
    background-color: #EB672C;
    border-radius: 20px !important;
    font-size: 0.7rem !important; 
    font-weight: normal !important;
}
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label:before {
    display: inline-block;
    content: '';
    width:12px;
    height:12px;
    border: 1px solid #45829E;
    margin-right: 10px;
}

input[type="checkbox"]:checked + label:before {
    background-color: #EB672C
}


/* MODIFICACIONES CUANDO LA PANTALLA ESTA DENTRO DE COL-XS SEGUN BOOTSTRAP 4*/
@media (max-width: 574px){
    #seccion  h2{
        font-size: 1.8rem;
    }
    #seccion .content{
        font-size: 1.3rem;
        line-height: 1.3rem;
    }
    #seccion3 div p{
        font-size: 1.4rem;
        line-height: 20px;
    }
    .back-send-load{
        background-size: 30%;
    }
    .title-clientes{
        font-size: 1.2rem;
    }
}


/* MODIFICACIONES CUANDO LA PANTALLA ESTA DENTRO DE COL-SM-(576 ENTRE 768PX) SEGUN BOOTSTRAP 4*/
@media (min-width: 575px) and (max-width: 767px){
    #seccion  h2{
        font-size: 2rem;
    }
    #seccion .content{
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
    #seccion2 span{
        font-size: 1.3rem;
    }    
    #seccion2 p{
        font-size: 1rem;
        line-height: 1rem;
    }
    #seccion3 div p{
        font-size: 2.3rem;
        line-height: 20px;
    }
    #seccion3 div label{
        font-size: 1.3rem !important;
    }
    .title-clientes{
        font-size: 1.7rem;
    }
}


/* MODIFICACIONES CUANDO LA PANTALLA ESTA DENTRO DE COL-MD-(768 ENTRE 991PX) SEGUN BOOTSTRAP 4*/
@media (min-width: 767px) and (max-width: 990px){
    #seccion  h2{
        font-size: 2.5rem;
    }
    #seccion .content{
        font-size: 1.4rem;
        line-height: 1.4rem;
    }
    #seccion2 .content{
        top: 8%;
    }
    #seccion2 span{
        font-size: 1.3rem;
    }    
    #seccion2 p{
        font-size: 1.1rem;
        line-height: 1.1rem;
    }
    #seccion3 div p{
        font-size: 1.3rem;
        line-height: 15px;
    }
    #seccion3 div label{
        font-size: 0.8rem !important;
    }
    .title-clientes{
        font-size: 2.3rem;
    }
}


@media (min-width: 991px){
    #seccion  h2{
        font-size: 3.5rem;
    }
    #seccion .content{
        font-size: 1.4rem;
        line-height: 1.5rem;
    }
    #seccion2 .content{
        top: 5%;
    }
    #seccion2 span{
        font-size: 1.3rem;
    }    
    #seccion2 p{
        font-size: 1.1rem;
        line-height: 1.1rem;
    }
    #seccion3 div p{
        font-size: 2.3rem;
        line-height: 30px;
    }
    #seccion3 div label{
        font-size: 1.3rem !important;
    }
    .title-clientes{
        font-size: 3.1rem;
    }
}

@media (min-width: 1200px){

    
    #seccion2 span{
        font-size: 1.5rem;
    }    
    #seccion2 p{
        font-size: 1.1rem;
        line-height: 1rem;
    }
    .title-clientes{
        font-size: 4vw;
    }
}
.error{
    box-shadow: 2px 0 0 0.10rem rgba(255, 0, 0, 0.55) !important;
}
textarea{
    resize: none;
}