:root {
      --noahs_page_builder-principal-color: #033e8c;
      --noahs_page_builder-secondary-color: #000000;
      --noahs_page_builder-1261a6: #1261a6;--noahs_page_builder-57c6f2: #57c6f2;--noahs_page_builder-400101: #400101;--noahs_page_builder-f2f2f2: #f2f2f2;;
    }body{font-family:"Playfair Display";}.container{max-width:px;}.container-small{max-width:720px !important;}.container-large{max-width:960px !important;}.container-extra-large{max-width:1140px !important;}h1, h2, h4, h4, h5, h6{font-family:"Nunito";}header{
background-color: transparent !important;
}
header.sticky{
background-color:#f2f2f2 !important;
}
.card-servicios img,
.card-icon img{
max-width: 100%;
height: auto;
}

.card-servicios .card-icon{
  position: absolute;
  left: 15px;
  top: 15px;
  background: #f3f3f3;
  width: 60px;
  height: 60px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 0 30px #0000001a;
}

.card-proyectos img,
.card-servicios-h img{
width:100%;
height:100%;
object-fit:cover;
}