/* ===================================
    Cover
====================================== */

.body-contacto{
  position: relative;
  min-height: 100vh;
  background:url("../../assets/img/contacto/contacto-fondo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ===================================
    Global
====================================== */

.content-social{
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap:15px;
}

.content-social .icon{
  width: 35px;
  height: 35px;
  background: #FFFFFF;
  box-shadow: 0px 0px 11.4px 0px #0000001A;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.content-social .icon img{
  width: 95%;
}

.content-social a{
  color: #1E2022;
  font-weight: 400;
  transition:all .5s ease;
}

.content-social a:hover{
  color: #4657A3;
  transition:all .5s ease;
}

.content-social p{
  color: #1E2022;
  font-weight: 400;
}
/* ===================================
    Responsive
====================================== */

/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {}
/* md  */ @media (min-width: 768px) {} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {}
/* xxl */ @media (min-width: 1400px) {}
