* {
    text-decoration: none;

    font-family: "Montserrat",
        sans-serif;
}

body::-webkit-scrollbar {
    width: 12px;

}

body::-webkit-scrollbar-thumb {
    background: #797979;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
    border-radius: 100px;
}

body {
    background: #F2994A;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #F2C94C, #F2994A);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #F2C94C, #F2994A);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

i {
    padding: 5px;
}

.sobrenosotros {
    font-size: 50px;
    font-family: "Montserrat";
    text-align: center;
    padding: 10px;

    color: #ffffff;

}




.fa-arrow-circle-left {
    color: #ffffff;
    font-size: 50px;

    padding: 0px;
    padding-bottom: 5px;
}

.fa-arrow-circle-left:hover {
    color: #c0c0c0;
    font-size: 50px;

    padding: 0px;
    padding-bottom: 5px;
}

@media (max-width: 1000px) {



    .fa-arrow-circle-left {
        color: #ffffff;
        font-size: 35px;

        padding: 10px;
        padding-left: 20px;
    }

    .fa-arrow-circle-left:hover {
        color: #c0c0c0;
        font-size: 35px;

        padding: 10px;
        padding-left: 20px;
    }
}

/*   contacto */
/* FORMULARIO =================================== */

.form_wrap {
    width: 1050px;
    height: 530px;
    display: flex;
    margin-top: 0px;
    border-radius: 10px;
    overflow: hidden;
    font-family: "Montserrat",
        sans-serif;
}

/* Informacion de Contacto*/



/* Formulario de contacto*/
form.form_contact {
    width: 62%;
    margin-left: auto;
    margin-right: auto;

    background: #dbdbdb00;
    border-radius: 10px;
    margin-top: 0px;
    margin-top: 0px;
    margin-bottom: 50px;
    font-family: "Montserrat",
        sans-serif;
}

@media (max-width: 629px) {
    form.form_contact {
        width: 78%;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        font-family: "Montserrat",
            sans-serif;

    }

    .sobrenosotros {
        font-size: 30px;
        font-family: "Montserrat";
        text-align: center;
        padding: 20px;

        color: #ffffff;

    }
}



form.form_contact h2 {
    font-size: 25px;
    font-weight: 800;
    color: #303030;
    margin-bottom: 30px;
    font-family: "Montserrat",
        sans-serif;
}

form.form_contact .user_info {
    display: flex;
    flex-direction: column;
    font-family: "Montserrat",
        sans-serif;
}

form.form_contact label {
    color: #ffffff;
    font-weight: 600;
    padding: 5px;
    font-family: "Montserrat",
        sans-serif;
}

form.form_contact input,
form.form_contact select,
form.form_contact textarea {
    background-color: #ffffff;
    width: 98%;
    padding: 10px;
    margin-bottom: 20px;

    align-items: center;

    border: none;
    border-radius: 5px;
    font-family: "Montserrat",
        sans-serif;
    color: #5A5A5A;
    font-size: 14px;
    font-weight: 400;

    background-color: #ffffff;
}

@media (max-width: 1329px) {

    form.form_contact input,
    form.form_contact select,
    form.form_contact textarea {
        background-color: #ffffff;
        width: 93.3%;
        padding: 10px;
        margin-bottom: 20px;

        align-items: center;

        border: none;
        border-radius: 5px;
        font-family: "Montserrat",
            sans-serif;
        color: #5A5A5A;
        font-size: 14px;
        font-weight: 400;
    }
}


select {
    background: rgb(255, 255, 255);
}

form.form_contact select {

    background-color: #ffffff;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;

    align-items: center;

    border: none;
    border-radius: 5px;
    font-family: "Montserrat",
        sans-serif;
    color: #5A5A5A;
    font-size: 14px;
    font-weight: 400;
}

form.form_contact textarea {
    resize: none;
    max-height: 100px;
    min-height: 100px;
    font-family: "Montserrat",
    sans-serif;
}

form.form_contact input[type="submit"] {
    background-color: #ffffff00;
    font-family: "Montserrat",
        sans-serif;

    box-shadow: 2px 2px 10px #24252a3f;

    width: 200px;

    color: #ffffff;

    margin-left: auto;

}


form.form_contact input[type="submit"]:hover {
    background: #f5f5f500;

    box-shadow: 2px 2px 10px #24252a83;

    width: 200px;

    color: #ffffff;

}

form.form_contact select[type="submit"] {
    background-color: #ffffff;
    width: 180px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-family: "Montserrat",
        sans-serif;
    align-self: flex-end;

    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;

    background-color: #ffffff;
}

@media (max-width: 629px) {
    form.form_contact input[type="submit"] {
        background-color: #ffffff00;
        font-family: "Montserrat", sans-serif;

        box-shadow: 2px 2px 10px #24252a41;

        width: 200px;

        color: #ffffff;

        margin-left: auto;
        margin-right: auto;
    }
}


/* Ventana de errores*/
.modal_wrap {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);

    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;

    display: flex;
    justify-content: center;
    align-items: center;
}

.mensaje_modal {
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
    width: 400px;
    padding: 30px 20px 15px;
    font-family: "Montserrat",
        sans-serif;
}

.contactanos {
    text-align: center;
    color: #444444;
    font-family: "Montserrat",
        sans-serif;
    font-weight: 900;
}

.fa-whatsapp-square {
    color: #444444;
    padding: 0;
    padding-right: 5px;
}

.fa-whatsapp-square:hover {
    color: #444444;
    padding: 0;
    padding-right: 5px;
}


.mensaje_modal h3 {
    text-align: center;
    font-family: "Montserrat",
        sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.mensaje_modal h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #C5C5C5;
    margin: 10px 0px 15px;
}

.mensaje_modal p {
    font-size: 16px;
    color: #444444;
    font-family: "Montserrat",
        sans-serif;
}

.mensaje_modal p:before {
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    color: #E25151;
    margin-right: 8px;
    font-family: "Montserrat",
        sans-serif;
}

#btnClose {
    display: inline-block;
    padding: 3px 10px;
    margin-top: 10px;

    background: #E25151;
    color: #fff;
    border: 2px solid #B14141;
    cursor: pointer;

    /*float: right; */
}

label {
    color: #444444;
}


select:invalid {
    color: gray;
}


option {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-family: "Montserrat",
        sans-serif;
    font-size: 18px;
    color: #60666d;
    border: #444444 2px solid;
}

option:hover {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-family: "Montserrat",
        sans-serif;
    font-size: 18px;
    color: #DBDBDB;
}



select {
    background: rgb(255, 255, 255);
}

/* fin  */