: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;
    }header.noahs-theme--header .noahs-bottom-header{background-color:#ffffff;}header.noahs-theme--header .noahs-bottom-header{justify-content:space-between;align-items:center;}footer .noahs-footer-top {background-color:#f9f7fa;}footer .noahs-footer-content{background-color:#1261a6;color:#ffffff;}footer .noahs-footer-content{gap:16px;justify-content:space-between;align-items:flex-start;}body{font-family:"Lato";}.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:"Exo 2";}.site-logo img {max-width:px !important;}@media (max-width: 767px) {.site-logo img {max-width:180px !important;}}.card-proyectos img,
.card-servicios-h img{
width:100%;
height:100%;
object-fit:cover;
}
.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;
}

footer .nav{
  gap: 10px;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 13px;
}
footer .noahs-footer-content ul a{
color:white;
}

#block-noahs-theme-sitebranding-2{
text-align:center;
}
footer .field-body{
  font-size:13px;
}
.wrapper-without-noahs .container{
  max-width: 990px;
}

#block-noahs-theme-titulodelapagina {
    margin-bottom: 60px;
    text-align: center;
}
.node--view-mode-full .node__content{
display:flex;
flex-wrap: wrap;
}
.node--type-proyecto .node__content{
display:block;
}
.node--type-proyecto .node__content > .field{
margin-bottom:25px;
}
.noahs-node--left {
    position: relative;
    width: 50%;
}
.noahs-node--left .field-field-icono {
    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 rgba(0,0,0,.1019607843);
}
.noahs-node--left .field-field-icono img {
    max-width: 100%;
    height: auto;
}
.noahs-node--right {
    width: 50%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media (max-width:768px) {
    .noahs-node--left,
    .noahs-node--right {
        margin-bottom: 30px;
        width: 100%;
        padding: 0;
    }
}

.field-field-tags{
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.field-field-tags .field-item{
  background: white;
  border: 1px solid #dedede;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 10px;
}

img, svg{
max-width:100%;
}

#block-noahs-theme-views-block-servicios-block-3 {
margin-top:60px;
}
#block-noahs-theme-views-block-servicios-block-3 > h2{
text-align:center;
margin-bottom:30px;
}
