@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;
}


#seccion1 img{
    display: block;
    position: relative;
    width: 100% !important;
    height: auto;
}
#seccion1 p{
    top: 40%;
    position: absolute;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    font-weight: bold;
}
#seccion1 p label{
    color: #EB672C;
}


#seccion2{
    padding-right: 14px !important;
}
#seccion2 img{
    display: block;
    position: relative;
    width: 100%;
    height: CALC(100% + -38px); 
}
#seccion2 div{
    bottom: 48px !important;
    position: absolute;
    text-align: center;
    width: 100%;
    vertical-align: middle;
    color: #FFFFFF;
}
#seccion2 div p{
    font-weight: bold;
}
#seccion2 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;
}


/* MODIFICACIONES CUANDO LA PANTALLA ESTA DENTRO DE COL-XS SEGUN BOOTSTRAP 4*/
@media (max-width: 574px){
    #seccion1 p{
        top: 33%;
        font-size: 20pt;
    }
    #seccion2 div p{
        font-size: 1.4rem;
        line-height: 20px;
    }
    .back-send-load{
        background-size: 30%;
    }
}


/* MODIFICACIONES CUANDO LA PANTALLA ESTA DENTRO DE COL-SM-(576 ENTRE 768PX) SEGUN BOOTSTRAP 4*/
@media (min-width: 575px) and (max-width: 767px){
    #seccion1 p{
        top: 38%;
        font-size: 30pt;
    }
    #seccion2 div p{
        font-size: 2.3rem;
        line-height: 20px;
    }
    #seccion2 div label{
        font-size: 1.3rem !important;
    }
}


/* MODIFICACIONES CUANDO LA PANTALLA ESTA DENTRO DE COL-MD-(768 ENTRE 991PX) SEGUN BOOTSTRAP 4*/
@media (min-width: 767px) and (max-width: 990px){
    #seccion1 p{
        top: 36%;
        font-size: 35pt;
    }
    #seccion2 div p{
        font-size: 1.3rem;
        line-height: 15px;
    }
    #seccion2 div label{
        font-size: 0.8rem !important;
    }
}


@media (min-width: 991px){
    #seccion1 p{
        font-size: 45pt;
    }
    #seccion2 div p{
        font-size: 2.3rem;
        line-height: 30px;
    }
    #seccion2 div label{
        font-size: 1.3rem !important;
    }
}


.error{
    box-shadow: 2px 0 0 0.10rem rgba(255, 0, 0, 0.55) !important;
}
textarea{
    resize: none;
}