header.header{
    position: fixed;
    left: var(--gap);
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100vw - (var(--gap) *2));
    z-index: 10;
    background: var(--primary);
    height: 60px;
    border-radius: 0 0 5.5rem 5.5rem;
}

.fixed header.header{
    /* mix-blend-mode: exclusion; */
}
.header__wrapper{
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 6rem;
}

.logo{
    width: 26.8rem;
    display: flex;
}
.logo a p {
    color: var(--white);
}
.logo a img{
    max-width: 120px;
}
.menu__right{
    display: flex;
    align-items: center;
}

.navigation ul{
    display: flex;
    gap: 3rem;
   
}
.navigation ul li a{
    color: var(--white);
    font-weight: 500;
    font-size: 16px;
}


.text_phone{
    display: flex;
    align-items: center;
}
.text_phone a{
    font-weight: 600;
    margin-left: 1rem;
    /* color: var(--white); */
    font-size: 2rem;

}


.btn_line{
    position: relative;
    }
    .btn_line:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--amarillo);
    transform: scale(0, 1);
    transform-origin: 100% 50%;
    will-change: transform;
    transition: transform .45s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .btn_line:hover:before {
    transform: scale(1);
    transform-origin: 0 50%;
    }




#hero{
    width: 100vw;
    /* height: 100vh; */
    position: relative;
    overflow: hidden;
    background: #EEFCFC;
    background: #fff;
}
section#hero:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 101%;
    background: radial-gradient(rgb(4 28 44 / 0%) 35%, #EEFCFC) 100%;
    /* background: radial-gradient(rgb(4 28 44 / 0%) 13%, #f2efe4) 100%; */
    z-index: 1;
}

.hero__bg {
    position: absolute;
    width: 100%;
    top: 6rem;
    right: 0;
    max-width: 56vw;
    transform-origin: top right;
}
.hero__content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: calc(100vw - (var(--gap)* 6));
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    padding: 1rem 0rem 12rem;
    padding: 24rem 0rem 12rem;
    z-index: 1;
    gap: 2rem;
    gap: 16rem;
    display: grid;
}

.blob_content {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle {
    background: var(--primary);
    width: 80px;
    /* height: 80px; */
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    /* overflow: hidden; */
    animation: morph 6s linear infinite;
    /* width: 100%; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  
  .circle img {
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    /* object-fit: cover; */
    transition: transform .6s cubic-bezier(.25,0,0,1);
}
  
.hero__text:hover .circle img {
    transform: scale(1.25);
    transition: transform .6s cubic-bezier(.25,0,0,1);
}
  
  @keyframes morph{
    0%, 100% {
    border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
    }
    34% {
      border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
    }
    67% {
      border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    }
  }

.hero__title h1{
    text-transform: uppercase;
    color: var(--white);
    font-weight: 100;
  
    font-size: 7.5rem;
}
.hero__title h1 strong {
    color: var(--white);
}
.hero__title {
    grid-column: auto;
    width: max-content;
}
.hero__text{
    max-width: 70rem;
    max-width: 455px;
    /* grid-column: 4 / 6; */
}
.hero__text p,
.hero__text strong{
    color: var(--primary);
    font-size: 4.2rem;
    line-height: 1.2;
    display: block;
}
.hero__text strong {
    padding-left: 110px;
}
.hero__text p {
    font-weight: 200;
    margin-top: -25px;
}



.hero__description {
    column-gap: 12rem;
}
.hero__description .col {
    padding-right: 6rem;
}
.hero__description .col p {
    line-height: 1.4;
    color: #666666;
    margin-bottom: 1.2rem;
}





section#destacado {
    background: var(--secondary_light);
    padding: 12rem 0;
    position: relative;
    overflow: hidden;
}
section#destacado .destacado_circle_1{
    top: -83px;
    right: -35px;
    width: 300px;
    position: absolute;
    opacity: .6;
}
section#destacado img.destacado_circle_2 {
    top: -40%;
    left: -10%;
    width: 300px;
    position: absolute;
    opacity: .4;
    z-index: -1;
}
.destacado__header {
    padding-bottom: 20rem;
    text-align: center;
    max-width: 118em;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0 auto;
    gap: 2.5vw;
}

.destacado__header h2 strong {
    display: block;
}


p.tag_text {
    background: var(--white);
    color: var(--primary);
    font-style: normal;
    font-size: clamp(12px, 12px + 0vw, 12px);
    font-weight: 700;
    line-height: normal;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 10px 14px;
    border-radius: 3rem;
}
.-h2,
.-h3{
    font-weight: 200;
    color: #59848F;
    font-weight: normal; 
}
.-h2 strong,
.-h3 strong{
    /* color: var(--primary); */
}
.destacado__detalle h2 {
    font-weight: 200;
    color: var(--primary);
}
.destacado__header h2 {
    font-weight: 200;
    color: #59848F;
    font-weight: normal;
}
.destacado__header h2 strong{
    color: var(--primary);
}

p.sub_title {
    color: var(--primary);
}

p.sub_text_footer {
    max-width: 700px;
    margin: 0 auto;
    font-size: 14px;
}

.about__description {
    max-width: 60em;
}

.about__description p {
    margin-bottom: 1.5rem;
    color: #666666;
}

.destacado__detalle {
    padding-bottom: 10rem;
    position: relative;
}
.section_text {
    max-width: 80%;
}


.destacados_bloques .comun {
    padding: 5rem;
    padding: 3.5rem;
    border-radius: 1.5rem;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.destacados_bloques {
    gap: 1.5rem;
}

.destacados_bloques .comun a .comun_col {
    display: flex;
        flex-flow: column;
        height: 100%;
        justify-content: space-between;
        position: relative;
        z-index: 1;
}

.destacados_bloques .comun a .comun_col h5 {
    max-width: 60%;
    margin: 0;
    font-size: 2.45rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0px;
}
.destacados_bloques .comun a .comun_col p{
    color: #fff;
}
img.comun_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 66%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.destacados_bloques .comun:nth-child(1):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #003749 36%, #00000000 90%);
    z-index: 1;
}
.archive__hero-content .destacados_bloques .comun:nth-child(1):before,
.archive__hero-content .destacados_bloques .comun:nth-child(2):before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(18deg, #003749 0%, #00000000 75%);
    z-index: 1;
}
.archive__hero-content .destacados_bloques .comun img.comun_bg {
    width: 100%;
}
.archive__hero-content .destacados_bloques .comun a .comun_col {
    justify-content: flex-end;
}
.archive__hero-content .destacados_bloques .comun a .comun_col figure {
    margin-bottom: auto;
}
.archive__hero-content .destacados_bloques .comun a .comun_col h5 {
    margin-bottom: 1rem;
}
.archive__hero-content .destacados_bloques .comun a .comun_col p{
    max-width: 80%;
}
.archive__hero-content .destacados_bloques .comun {
    border: 1px solid rgb(157 236 236 / 30%);
    transition: all var(--transition-ready-slow) cubic-bezier(.25,0,0,1);
}
.archive__hero-content .destacados_bloques .comun:hover {
    border: 1px solid rgb(157 236 236 / 80%);
    transition: all var(--transition-ready) cubic-bezier(.25,0,0,1);
}

.s-header-2 {
    display: flex;
    justify-content: space-between;
    padding-bottom: 3rem;
    align-items: flex-start;
    border-bottom: 1px solid rgb(0 55 73 / 15%);
    margin-bottom: 3rem;
}
.single__hero-content .s-header-2 h2 strong{
    color: var(--white);
}
.s-header-2 h2 strong{
    font-weight: 600;
    color: var(--primary);
}

section#noticias {
    padding: 12rem 0;
}


.s-header-2 .blob_content {
    position: absolute;
    top: -17px;
    left: -25px;
    width: 60px;
    height: 60px;
    z-index: -1;
}
.s-header-2 .blob_content .circle{
    background: var(--secondary_light);
}



.noticias__loop .comun {
    display: flex;
    flex-flow: column;
    gap: 18px;
}

.noticias__loop .comun h5 {
    margin: 0;
    font-weight: 500;
    color: var(--primary);
    font-size: 2.65rem;
}

.featured-image {
    position: relative;
    display: block;
    aspect-ratio: var(--image-width, var(--width, 1)) / var(--image-height, var(--height, 1));
    --image-width: 280;
    --image-height: 200;
    height: 300px;
    width: 100%;
    clip-path: inset(0 round 8px);
}
p.date {
    font-size: 15px;
    font-weight: 400;
 
    text-transform: uppercase;
  
}
.single p.date{
    color: var(--secondary);
    padding-bottom: 4rem;
}
.featured-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.destacado__text {
    max-width: 40rem;
}
.destacado__text p {
    line-height: 1.4;
    color: #666666;
    margin-bottom: 1.2rem;
}
.enlaces_interes__loop a {
    margin: 0;
    padding: 20px 28px;
    background: #F2F2F2;
    clip-path: inset(0 round 8px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: opacity var(--transition-ready) cubic-bezier(.25,0,0,1);
}

.enlaces_interes__loop a:hover{
    background: var(--secondary_light);
    transition: background var(--transition-ready) cubic-bezier(.25,0,0,1);
}
.enlaces_interes__loop a h5 {
    color: var(--primary);
    font-weight: 500;
    transition: opacity var(--transition-ready) cubic-bezier(.25,0,0,1);
}
ion-icon.md.hydrated {
    font-size: 4.2rem;
    color: var(--primary);
}
section#enlaces_interes {
    padding-bottom: 12rem;
}

section#contacto{
    padding: 12rem 0;
    position: relative;
    clip-path: inset(0 round 2rem);
    max-width: 100%;
    margin-left: 2rem;
    margin-right: 2rem;
}
img.bg_contacto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#contacto:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 101%;
    background: radial-gradient(rgb(15 16 16 / 0%) 10%, #0c0c0c) 100%;
    /* background: radial-gradient(rgb(4 28 44 / 0%) 13%, #f2efe4) 100%; */
    z-index: 1;
    opacity: .7;
}


.archive__hero-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    padding: 1rem 0rem 12rem;
    padding: 24rem 0rem 12rem;
    z-index: 1;
    gap: 2rem;
    gap: 16rem;
}
#archive__hero .s-header-2{
    position: relative;
    align-items: flex-start;
    border-bottom: 1px solid rgb(0 55 73 / 15%);
    margin-bottom: 0;
    padding-bottom: 0;
}
.archive__hero-content h2 strong {
    font-weight: 700;
}
section#archive__hero {
    background: var(--primary);
}
#archive__hero .s-header-2 h2 strong {
    color: var(--white);
}

section#single__hero {
    background: var(--primary);
}
.single__hero-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    max-width: 64em;
    position: relative;
    padding: 1rem 0rem 12rem;
    padding: 24rem 0rem 12rem;
    z-index: 1;
    gap: 3rem;
    flex-flow: column;
    align-items: flex-start;
}


.single__hero-content .destacados_bloques p {
    color: var(--white);
    margin-bottom: 2rem;
}
.single__hero-content .s-header-2 h2 {
    color: var(--white);
    font-weight: 200;
}
.single__hero-content .s-header-2 strong {
    display: block;
}

section#single__hero .hero__bg {
    position: absolute;
    width: 100%;
    top: 8rem;
    right: 0;
    max-width: 80vw;
    transform-origin: top right;
}

#single section#noticias {
    background: #fff;
    position: relative;
}

div#s-intro {
    padding-bottom: 12em;
}

.s-intro-header {
    padding-bottom: 10em;
    padding-bottom: 4rem;
    align-items: center;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
    margin-bottom: 4rem;
}

.s-intro-header h2 {
    max-width: 80%;
    color: #fff;
    font-weight: 200;
}

.s-intro-header h2 strong {
    color: var(--secondary);
}

.s-intro-header p {
    color: #fff;
    padding-left: 10em;
}

.s-intro-list .comun {
    padding: 5rem;
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    gap: 2rem;
}

.comun_top {
    display: flex;
    justify-content: space-between;
}

.comun_top h5 {
    margin: 0;
    color: #00384A;
    font-weight: 400;
    font-size: 2.65rem;
    max-width: 66%;
}

.comun_content p {
    line-height: 1.4;
    color: #666666;
    margin-bottom: 1.2rem;
}

.comun_content {
    margin-top: auto;
}


.comun_content ul li {
    list-style: disc;
    margin-bottom: 1.2rem;
}

.comun_content ul {
    list-style: disc;
}

section#investigacion .s-header{
    padding:10rem 0 14rem;
}


section#investigacion {
    padding-bottom: 12rem;
}


.investigacion__content .comun:nth-child(1) {
    border-bottom: 1px solid rgb(0 55 73 / 15%);
    margin-bottom: 8rem;
    padding-bottom: 8rem;
}
.investigacion__content-header figure {
    max-width: 60em;
    overflow: hidden;
    border-radius: 12px;
}
.investigacion__content-text {
    padding-top: 2rem;
}
.investigacion__content-header h4 {
    font-size: 4.75rem;
    color: var(--primary);
    max-width: 14em;
    font-weight: 200;
    margin-bottom: 56px;
    margin-top: 0;
}
section#investigacion .s-header h3 {
    color: var(--primary);
    font-weight: 200;
    font-size: 4.6rem;
}

.investigacion__content-header .blob_content {
    position: absolute;
    top: -17px;
    left: -25px;
    width: 60px;
    height: 60px;
    z-index: -1;
}
.investigacion__content-header .blob_content .circle {
    background: transparent;
}

.investigacion__content-header {
    position: relative;
}

section#equipo {
    padding: 12rem 0;
    position: relative;
}
section#equipo:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36vh;
    background: #fff;
}
section#equipo .destacado__text {
    max-width: 50%;
}
section#equipo .s-header-2 *{
    color: #fff;
}
.equipo__list{
    padding-bottom: 12rem;
}
.equipo__list .comun {
    border-radius: 1.5rem;
    position: relative;
    overflow: hidden;
    display: flex;
    background: #fff;
}

.equipo_content {
    padding: 2rem 2.5rem;
}

.equipo_content h5 {
    color: var(--primary);
    font-weight: 600;
}
.equipo_content p {
    font-size: 1.8rem;
}
.equipo-item {
    display: flex;
    flex-flow: wrap;
}
.equipo-item .c-cta.-default .c-cta_inner{
    min-height: 42px; 
}

.equipo_content {
    display: flex;
        flex-flow: column;
        flex: 1;
        justify-content: flex-start;
        align-items: flex-start;
}
.equipo-item figure {
    max-width: 33%;
}
.equipo-item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div#participar {
    padding: 12rem 0;
    position: relative;
    clip-path: inset(0 round 2rem);
    max-width: 100%;
    margin-left: 8rem;
    margin-right: 8rem;
}

div#participar  .destacado__header {
    padding-bottom: 0;
    max-width: 100em;
}

.blog section#noticias {
    padding: 16rem  0 12rem;
}





.default-wrapper__content {
    padding: 90px 0;
    max-width: 900px;
    max-width: 66%;
    margin: 0 auto;
    width: 100%;
}

#single_project-hero {
    padding: 16rem  0 0;
    position: relative;
    background: var(--primary);
}
#single_project-hero:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: #fff;
}
#page-default #single_project-hero:before{
    content: none;
}
#page-default .single_project__inner h1 {
    margin-top: 1.5rem;
}

.single_project__inner {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 8rem;
}
.single_project__inner h1 {
    font-weight: 600;
}
.single_project__inner-figure figure{
    aspect-ratio: 16 / 9;
}

.single_project__inner p.subtitle span {
    color: var(--secondary) !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.single_project__inner p.subtitle {
    margin-bottom: 2rem;
}

.single_project__inner * {
    text-align: center !important;
    color: #fff;
    font-weight: 100;
}

.single_project__inner strong span,
.single_project__inner strong {
    font-weight: 700 !important;
}

.single-figure {
    width: 100%;
    position: relative;
}
.single_project__inner-figure {
    border-radius: 12px;
    overflow: hidden;
    max-width: 80%;
    margin: 0 auto;
    position: relative;
}
.single_project__inner-figure figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.page-template-page-contacto section#contacto {
    padding: 16rem 0 12rem;
    clip-path: inset(0 round 0rem);
    margin-left: 0rem;
    margin-right: 0rem;
}

.page-template-page-contacto section#contacto:before{
    opacity: 1;
}































































.footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4rem 0rem 2rem;
}
.footer__top .logo {
    /* width: 26.8rem; */
    display: flex;
    gap: 5rem;
}
.footer__top .logo a img {
    max-width: 200px;
}

.footer-menu {
    text-align: center;
  }
  
  .footer-menu-items {
    display: flex;
    gap: 3rem;
  
  }
  
  .footer-menu-items li a {
    color: #86858a;
    font-weight: 500;
    font-size: 16px;
  }
  
  .footer-menu-items li a:hover {
    color: #F4A261;
  }
  



 .page-template-default section#info {
    padding: 10rem 0 14rem;
}



/* @media screen and (min-width: 1690px){
    .hero__title h1{
       font-size: 6rem;
    }
    h2 {
       font-size: 4.5rem;
   }
 } */

 .menu-container {
    display: none;
}

 @media screen and (max-width: 768px){
    .header__wrapper {
        padding: 1rem 3rem;
    }
    header.header{
        width: calc(100vw - (var(--gap) * 0));
        left: 0;
    }
    .hero__bg {
        max-width: 75vw;
    }
    .hero__text strong {
        padding-left: 0;
    }
    .hero__text.anim-mask .blob_content {
        display: none;
    }
    .hero__text p {
        margin-top: 0;
    }
    .hero__content{
        padding: 28rem 0rem 12rem;
    }
    .menu__right {
        display: none;
    }
    .menu-container {
        display: block;
    }
    .hero__content {
        display: flex;
        flex-flow: column;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .hero__title {
        width: auto;
    }
    .about__header {
        display: flex;
        gap: 2rem;
    }
    .about__header h2 {
        font-size: 4rem;
    }
    .about__content {
        display: flex;
        flex-flow: column;
        gap: 3em;
    }
    .servicios__content {
        display: flex;
        flex-flow: column;
    }
    .servicios__content .comun__content {
        padding: 2rem 2rem;
    }
    #destacados .destacados__content .comun {
        padding: 4em 2rem;
    }
    #destacados .comun__content {
        display: flex;
        flex-flow: column;
        gap: 2rem;
    }
    #destacados .comun__header {
        padding-left: 0;
    }
    #destacados .comun__text {
        padding-left: 2rem;
    }
    .footer__top {
        display: flex;
        justify-content: flex-start;
        flex-flow: column;
        gap: 6rem;
    }
    #footer .logo {
        justify-content: center;
    }
    .footer-menu-items {
        gap: 1rem;
        flex-flow: column;
    }
    .footer__info .col .text_phone {
        justify-content: flex-start;
    }
    .hero__title h1 {
        font-size: 5.5rem;
    }
    #servicios .hero__title h1 strong {
        display: block;
    }
    #nosotros .destacados__content {
        flex-flow: column;
        display: flex;
    }
    .info__content {
        display: flex;
        flex-flow: column;
    }
    .o-grid.-col-2 {
        grid-template-columns: repeat(1, 1fr);
    }
    .hero__description .col {
        padding-right: 0rem;
    }
    .hero__content{
        gap: 8rem;
    }
    h2 {
        font-size: 4rem;
    }
    .destacado__header {
        gap: 8.5vw;
        padding-bottom: 10rem;
    }
    .section_text {
        max-width: 100%;
    }
    .destacados_bloques .comun a .comun_col h5 {
        max-width: 100%;
    }
    .destacados_bloques .comun {
        height: 200px;
    }
    .s-header-2 {
        flex-flow: column;
        gap: 3rem;
    }
    .o-grid.-col-3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .featured-image {
        height: auto;
        max-width: 100%;
        aspect-ratio: auto;
    }
    .contacto_header h3 {
        font-size: 4rem;
    }
    .contacto_header {
        padding: 0 1rem;
    }
    .s-intro-header p {
        padding-left: 0;
    }
    .s-intro-header h2 {
        max-width: 100%;
    }
    section#equipo .destacado__text {
        max-width: 100%;
    }
    .c-cta.-default .c-cta_inner {
        padding: 1rem 2rem;
    }
    .equipo-item .c-cta.-default .c-cta_inner {
        min-height: 38px;
    }
    .demo-btn {
        margin-top: 4rem;
    }
    div#participar {
        padding: 12rem 2rem;
        margin-left: 0;
        margin-right: 0;
        width: calc(100vw - (var(--gap) * 4));
        margin: 0 auto;
    }
    section#single__hero .hero__bg{
        max-width: 100vw;
    }
    .archive__hero-content{
        padding: 18rem 0rem 12rem;
        flex-flow: column;
        gap: 6rem;
    }
    .single_project__inner {
        max-width: 100%;
    }
    .single_project__inner h1{
        font-size: 5.5rem;
    }
    .default-wrapper__content {
        padding: 60px 0;
        max-width: 900px;
        max-width: 100%;
    }
 }


