/* SECCION */
.contacto-section{
padding:80px 0;
background:#f4f8fc;
}

/* CAJA PRINCIPAL */
.contacto-box{
background:white;
padding:40px;
border-radius:15px;
box-shadow:0 10px 30px rgba(0,0,0,0.07);
}

/* TITULOS */
.box-title{
font-weight:600;
margin-bottom:25px;
color:#003366;
}

/* INFO CONTACTO */
.contacto-info{
padding-left:40px;
}

.info-item{
display:flex;
gap:15px;
margin-bottom:20px;
align-items:center;
}

.info-item i{
font-size:20px;
color:#0066cc;
}

/* MAPA */
.map-section iframe{
width:100%;
height:400px;
border:0;
}

/* RESPONSIVE */
@media(max-width:992px){
.contacto-info{
padding-left:0;
margin-top:30px;
}
}
