@font-face {
    font-family:Rubik;
    src: url(../fonts/Rubik-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family:Rubik;
    src: url(../fonts/rubik-medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family:Rubik;
    src: url(../fonts/rubik-semibold.woff) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}
@font-face {
    font-family:Rubik;
    src: url(../fonts/rubik-bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}



    

    /* Estilos para el contenedor */
    .has-ancla {
        /* Puedes agregar aquí estilos generales para el contenedor */
        /* Por ejemplo, margen, padding, alineación, etc. */
        display: grid;
        text-align: center; /* Opcional, centrar el botón en el contenedor */
        padding: 0 16px;

    }
    .button-primary:hover{
        color: white;
    }
    /* Estilos base para el botón */
    .button-primary {
        display: inline-block;
        padding: 8px 15px;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        border-radius: 2px;
        transition: background-color 0.3s ease;
        background-color: #0081af; /* Color de fondo específico */
        font-family: Rubik;
        font-weight: 500;
    }
    
    .button-primary:hover {
        background-color: #006f94; /* Un color más oscuro para el hover */
    }


    .nosotros-part3.gerencial .espace-title h5, .nosotros-part3.gerencial .espace-title p{
        font-family:Rubik;
        font-weight: 600;

    }
    .nosotros-part3.gerencial .box-espace{
        max-width: 220px;
    }
    
    
    /* Hacer el botón responsivo */
    @media (max-width: 600px) {
        .button-primary {
            padding: 15px 25px;
            font-size: 1.2em;
        }
    }



.nosotros-part3  #plano-1 .box-pdf-0 , #plano-1 .box-instagram-0{
    display:none;
  }
  
  
  
  .nosotros-part3 .tab-content>.active#plano-2 .box-pdf-0 {
      display: none;
  }


  .nosotros-part3.gerencial .espace-title{
    text-align: center;
    padding: 6px;
    margin-top: 20px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
 




  .vista-detalle .gallery .owl-dots button.owl-dot.active span {
    background: #0081AE;
    opacity: 1;
}

.vista-detalle .gallery .owl-dots button.owl-dot span{
    background: #0081AE;
    opacity: 0.5;
}



.section-footer .container-part2 .box-iso ul li:last-child{
    margin-right: 0;
}

.section-footer .container-part2 .box-iso ul li:last-child img {
    width: auto;
}
.section-footer .container-part2 .box-iso ul li:first-child{
    margin-right: 0;
}



@media (max-width:1000px) {
    body .section-footer .container-part2 {
        padding: 30px 20px;
    }
    
    body .section-footer .container-part2 .col-4:nth-child(2) {
        order: -1;
        margin-bottom: 10px;
    }
    
    body .section-footer .container-part2 .col-4:nth-child(2) .box-iso {
        position: relative;
        top: 0;
    }
    body .section-footer .container-part2 .col-4:nth-child(2) .box-iso ul {
    flex-wrap: wrap;
}

.section-footer .container-part2 .box-iso ul li:last-child img {
    max-width: 100px;
}


body .container-part2 .box-iso .img-iso {
    max-width: 50px;
}


}

.space_bread{
    margin: 20px 0px;
}
.section-bread-yoast{
    margin: 0 10%;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
}

.yoast_breadcrumb_intgr span span{
    margin-right: 10px;
}
.yoast_breadcrumb_intgr span span:nth-child(n+2){
    margin-left: 10px;
}
.yoast_breadcrumb_intgr span span a{
    color:#5b585b;
    font-size: 16px;
    
}
.yoast_breadcrumb_intgr span span a:hover{
    color:#EC6331;
}
.yoast_breadcrumb_intgr .breadcrumb_last{
    color: #0081af;
    font-size: 16px;
}

.section-bread-yoast-banner{
    margin: 0 10%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    color: #fff;
    z-index: 1;
    margin-top: 10px;
}
.section-bread-yoast-banner span span a,.section-bread-yoast-banner .breadcrumb_last{
    color: #fff;
}
.section-bread-yoast-banner span span a:hover{
    color: #0081af;
}
@media (max-width:1720px) {
.yoast_breadcrumb_intgr{
    margin-left: 30px;
}
.section-bread-yoast{
    margin: 0 1%;
}
 .section-bread-yoast-banner{
    margin: 17px 0%;
 }
}
#breadcrumbs {
    margin-bottom: 0px;
}