/* JUMBO */
.jumbo{
    background-image: url(../img/jumbo/jumbo_contacto.webp);
}
/* JUMBO */

.contacto {
    display: flex;
    flex-wrap: wrap;
}
.contacto .col-izq{
    background-color: #dadada;
    text-align: center;
}
.contacto .col-izq .item-izq{
    padding-bottom: 40px;
}
.contacto .col-izq,.col-der h1{
    padding-top: 100px;
}
.contacto .col-izq,.col-der .tit-sec-inf{
    padding-bottom: 60px;
}
.contacto .col-der .titulo {
    text-align: center;
}
.contacto .col-izq p{
    padding-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
}

.contacto .col-izq .item-ico{
    background-color: white;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.8s ease; 
}
.contacto .col-izq .item-ico i{
    font-size: 3rem;
    color: #212529;
    transition: all 0.5s ease-out;
}
.contacto .col-izq .item-ico i:hover{
    color: #b60000;
}
.contacto .item-slogan{
    padding-top: 60px;
    padding-bottom: 60px;
}
.contacto .item-slogan h5{
    font-weight: 900;
}
.contacto .form{
    padding-left: 150px;
    padding-right: 150px;
}
.contacto .form .form-control{
    background-color: #dadada;
    font-weight: 500;
    border-radius: 0;
    height: 50px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0px;
  -webkit-box-shadow: 0 0 0px 1000px #dadada inset;
  transition: background-color 5000s ease-in-out 0s;
}
.contacto .form .ft{
    height: 150px;
}
.contacto .form .boton-send{
    margin-bottom: 60px;
}
.contacto .form button{
    width: 150px;
    height: 60px;
    border-radius: 0;
    background-color: black;
    color: white;
    border: 0;
}


/* MAPA */
#map{
	width: 100%;
	max-width: 2048px;
    height: 450px;
    border: 1px solid #000;
}
/* MAPA */









/* MEDIA QUERIES */

/* XS */
@media only screen and (min-width: 0px) and (max-width: 575px) {
    /* JUMBO */
    .jumbo{
        background-image: url(../img/jumbo/jumbo_contacto_xs.webp);
    }
    /* JUMBO */

    .contacto .col-izq, .col-der h1 {
        padding-top: 60px;
    }
    .contacto .col-der .tit-sec-inf {
        padding-bottom: 10px;
    }
    .contacto .form{
        padding-left: 10px;
        padding-right: 10px;
    }
}
/* XS */

/* SM */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* JUMBO */
    .jumbo{
        background-image: url(../img/jumbo/jumbo_contacto_sm.webp);
    }
    /* JUMBO */

    .contacto .col-izq, .col-der h1 {
        padding-top: 60px;
    }
    .contacto .col-der .tit-sec-inf {
        padding-bottom: 10px;
    }
    .contacto .form{
        padding-left: 0px;
        padding-right: 0px;
    }

}
/* SM */

/* MD */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* JUMBO */
    .jumbo{
        background-image: url(../img/jumbo/jumbo_contacto_md.webp);
    }
    /* JUMBO */

    .contacto .col-izq, .col-der h1 {
        padding-top: 60px;
    }
    .contacto .col-der .tit-sec-inf {
        padding-bottom: 10px;
    }
    .contacto .form{
        padding-left: 20px;
        padding-right: 20px;
    }

}
/* MD */

/* LG */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* JUMBO */
    .jumbo{
        background-image: url(../img/jumbo/jumbo_contacto_lg.webp);
    }
    /* JUMBO */

    .contacto .form{
        padding-left: 60px;
        padding-right: 60px;
    }

}
/* LG */

/* XL */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /* JUMBO */
    .jumbo{
        background-image: url(../img/jumbo/jumbo_contacto_xl.webp);
    }
    /* JUMBO */

    .contacto .form{
        padding-left: 100px;
        padding-right: 100px;
    }
}
/* XL */