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

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

#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){
    #seccion 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){
    #seccion div p{
        font-size: 2.3rem;
        line-height: 20px;
    }
    #seccion 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){
    #seccion div p{
        font-size: 1.3rem;
        line-height: 15px;
    }
    #seccion div label{
        font-size: 0.8rem !important;
    }
}


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


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



input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
input[type="file"] + label{
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    margin-left: -2px !important;
    height: 35px;
    line-height: 35px;
}

textarea{
    resize: none;
}