.row75{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.col75{
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.row20{
    margin-left: -20px;
    margin-right: -20px;
}
.col20{
    padding-left: 20px;
    padding-right: 20px;
}

header #bordeinf{
    display: none;
}

#section-top{
    position: relative;
    height: 500px;
    overflow: hidden;
}

#slider-portada-fondo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#section-top > #tabla{
    height: 100%;
    width: 100%;
    display: table;    
    position:relative;
}
#section-top > #tabla {
    pointer-events: none;
}

#section-top #tabla .containerRegueiro{
    pointer-events: auto;
}
#section-top #tabla > div{
    display: table-cell;
    vertical-align: bottom;
}
#section-top #tabla .container990{
    width: 100%;
    max-width: 990px;
    padding-bottom: 35px;
}
#section-top #tabla .containerRegueiro{
    width: 100%;
    max-width: 1440px;
    padding-bottom: 35px;
}
#section-top #tabla h1{
    margin-top: 120px;
    color: white;
    font-size: 50px;
    text-align: right;    
}

#section-top #sub-menu{
    padding: 55px;
    background-color: rgba(255,255,255,0.3);
    color: #36688a;
}
#section-top #sub-menu .row > div{
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
}

#section-top #sub-menu input{
    width: 100%;
    height: 54px;
    padding: 15px;
    color: #666666;    
    font-size: 14px;
}
#section-top #sub-menu .select-group,
#section-top #sub-menu .icono{
    display: inline-block;
    vertical-align: middle;
}
#section-top #sub-menu .select-group{
    width: calc(50% - 62px);
}
#section-top #sub-menu .select-group + .select-group{
    margin-left: 30px;
}

#section-top #sub-menu .icono{
    width: 54px;
    height: 54px;
    margin-left: 40px;
    border: 2px solid #36688a;
    background-color: #36688a;
    color: white;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
}
#section-top #sub-menu  .icono:hover{
    background-color: white;
    color: #36688a;
}


#section-bottom .titulos-seccion{
    padding-top: 45px;
    padding-bottom: 35px;
}
#section-bottom .titulos-seccion h2,
#section-bottom .titulos-seccion span{
    display: inline-block;
    vertical-align: middle;
}
#section-bottom .titulos-seccion h2{
    margin-top: 0;
    margin-bottom: 0;
    color: #36688a;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
#section-bottom .titulos-seccion .cuadrado{
    width: 25px;
    height: 25px;
    margin-left: 11px;
    background-color: #36688a;
}

#section-bottom .row20{
    margin-left: -20px;
    margin-right: -20px;
}
#section-bottom .col20{
    padding-left: 20px;
    padding-right: 20px;
}
#section-bottom #section-laboratorio,
#section-bottom #section-clinica{
    overflow: hidden;
}
#section-bottom .producto{
    margin-bottom: 40px;
}
#section-bottom .producto .card{
    border-radius: 20px;
    background: var(--White-100, #FFF);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}

#section-bottom .producto > a {
    display: block;
}
#section-bottom .producto > a > div{
    position: relative;

}
#section-bottom .producto h3{
    /*padding-left: 15px;*/
    margin-top: 20px;
    margin-bottom: 0;
    color: #36688a;
    font-size: 19px;
    margin-left: 25px;
      
}
#section-bottom .producto h4{
    color: #36688a;
    text-transform: uppercase;
    margin-left: 25px;
    font-size: 15px;

}
#section-bottom .producto h3 a{
    color: #36688a;
}
#section-bottom .producto .hover{
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
#section-bottom .producto:hover .hover{
    display: block;
}
#section-bottom .producto .hover > div{
    width: 100%;
    height: 100%;
    background-color: rgba(54,104,138,0.3);
    /*color: white;*/
    display: table;    
}
/*#section-bottom .producto .hover > div > div{
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}*/

/*#section-bottom .producto .hover > div > div > div{
    padding: 30px;
    font-size: 16px;
    line-height: 24px;
}*/
#section-bottom .mas > div{
    border: 2px solid transparent;
}
#section-bottom .mas .icono-mas{
    width: 80px;
    height: 80px;
    padding: 10px;
    border: 2px solid #36688a;
    background-color: #36688a;
    color: white;  
    font-size: 70px;
    font-weight: 600;
    line-height: 53px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
#section-bottom .mas .icono-mas:hover{
    background-color: white;
    color: #36688a;  
}
/* #section-banner1 {
    height: 1000px;
    width: 1000px;
} */

/*#section-bottom #section-banner form > div{
    display: inline-block;
    vertical-align: top;
}
#section-bottom #section-banner form div.has-error label {
    color: white;
}
#section-bottom #section-banner form div.has-error .help-block {
    color: white;
    text-align: center;
}*/
/*#section-bottom form{
    padding: 15px 30px;
    margin-bottom: 18px;
    background-color: #36688a;
    color: white;
}
#section-bottom form .icono{
    width: 94px;
    height: 94px;
    padding: 10px;
    border: 2px solid white;
    margin-right: 15px;
    background-color: #36688a;
    color: white;  
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
}
#section-bottom form .icono div{
    line-height: 30px;
}
#section-bottom form .icono a{
    color: white;
}
#section-bottom form .icono:hover{
    background-color: white;
      
}
#section-bottom form .icono:hover a{
    color: #36688a;
}
#section-bottom form .icono a div{
    font-size: 10px;
    text-transform: uppercase;
}
#section-bottom form .form-group{
    width: calc(100% - 114px);
    margin-bottom: 0;
}
#section-bottom form .form-control{    
    border: 1px solid #36688a;
    border-radius: 0;
    font-size: 16px;
}
#section-bottom form .form-group label{
    width: 100%;
    padding-bottom: 7px;
    font-size: 16px;
    font-weight: 500;
}
#section-bottom form .form-group label span{
    font-weight: 600;
}*/

#section-bottom .titulo-slider{
    color: #36688a;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

#section {
    background-color: #f6f7f9;
}

.duaSlider {
    position: relative;
    overflow: hidden;
}
.duaSlider .duaSlider-slides > * {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.duaSlider .duaSlider-slides > * + * {
    display: none;
}
.duaSlider1 .duaSlider-slides > * + * {
    left: 100%;
    display: block;
}
.duaSlider .duaSlider-prev,
.duaSlider .duaSlider-next,
.duaSlider .duaSlider-pager .duaSlider-page {
    cursor: pointer;
}

/* CUSTOM */
.duaSlider {
    height: 300px;
}
#duaSlider-portadas {
    height: 500px;
}

#duaSlider-portadas .duaSlider-slides > * {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.duaSlider .duaSlider-slides > * {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.duaSlider .duaSlider-slide > * {
    width: 100%;
    height: 100%;
    padding: 30px; 
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}
.duaSlider .duaSlider-slide .slide-tit {
    color: #36688a;
    font-weight: 19px;
    text-transform: uppercase;
}
.duaSlider .duaSlider-slide .slide-cont {
    padding: 15px;
    background-color: rgba(255,255,255,0.5);
}
.duaSlider .duaSlider-prev,
.duaSlider .duaSlider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: white;
    padding: 15px;
    cursor: pointer;
    z-index: 10;
}
.duaSlider .duaSlider-prev {
    left: 10px;
}
.duaSlider .duaSlider-next {
    right: 10px;
}
.duaSlider .duaSlider-prev:after,
.duaSlider .duaSlider-next:after {
    font-family: 'FontAwesome';
}
.duaSlider .duaSlider-prev:after {
    content: '\f104';
}
.duaSlider .duaSlider-next:after {
    content: '\f105';
}

.duaSlider .duaSlider-pager { /* cambiar */
   position: absolute;
    bottom: 15px;
    right: -100px;
    z-index: 10;
    padding-right: 20rem;
    text-align: right;
}
.duaSlider .duaSlider-pager .duaSlider-page {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: white;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
/* .duaSlider .duaSlider-pager .duaSlider-page:hover,
.duaSlider .duaSlider-pager .duaSlider-page-act {
    background-color: #36688a;
    opacity: 1;
} */
/* .duaSlider .duaSlider-pager .duaSlider-page + .duaSlider-page {
    margin-left: 8px;
} */

.duaSlider .duaSlider-pager .duaSlider-page-act ~ .duaSlider-page {
    height: 0.25rem;
    margin-bottom: 0;
}
.duaSlider .duaSlider-pager .duaSlider-page:first-of-type:before {
    content: '01';
}
/* .duaSlider .duaSlider-pager .duaSlider-page:nth-of-type(2):before {
    content: '02';
}
.duaSlider .duaSlider-pager .duaSlider-page:nth-of-type(3):before {
    content: '03';
} */
.duaSlider .duaSlider-pager .duaSlider-page:nth-of-type(2):before,
.duaSlider .duaSlider-pager .duaSlider-page:last-of-type.duaSlider-page-act:after {
    content: '02';
}
.duaSlider .duaSlider-pager .duaSlider-page:before,
.duaSlider .duaSlider-pager .duaSlider-page:last-of-type.duaSlider-page-act:after {
    display: none;
}
.duaSlider .duaSlider-pager .duaSlider-page-act:before,
.duaSlider .duaSlider-pager .duaSlider-page:last-of-type:before,
.duaSlider .duaSlider-pager .duaSlider-page:last-of-type.duaSlider-page-act:after {
    color: white;
    position: absolute;
    top: -3.5rem;
    display: block;
}
.duaSlider .duaSlider-pager .duaSlider-page-act:before,
.duaSlider .duaSlider-pager .duaSlider-page:last-of-type.duaSlider-page-act:after {
    right: 35rem;
}
.duaSlider .duaSlider-pager .duaSlider-page:last-of-type:before {
    right: 20rem;
}

#portada-scroll { 
    padding: 5.5rem 0 4rem;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    background-color: rgba(0,0,0,0.0);
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.5rem;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform:translate(-50%,0);
    display: inline-block;   
}
#portada-scroll #icon-scroll {
    width: 6rem;
    height: 10.5rem;
    margin-bottom: 2rem;
    box-shadow: inset 0 0 0 1px white;
    border-radius: 15px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    display: inline-block;
}
#portada-scroll #icon-scroll:before {
    content: '';
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: 1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation-name: scroll;
    -moz-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@media(max-width: 992px){
    #section-top #tabla h1{
        font-size: 46px;
    }
/*    #section-bottom #section-banner > div{
        text-align: center;
    }
    #section-bottom form{
        margin-top: 15px;
    }
    #section-bottom #section-banner > div > div > div{
        max-width: 600px;
        margin-left:auto;
        margin-right: auto;
        display: inline-block;
    }*/

}
@media(max-width:991px){
    .duaSlider .duaSlider-pager .duaSlider-page:first-of-type:before {
        display: none;
    }
    .duaSlider .duaSlider-pager .duaSlider-page:last-of-type:before {
        display: none;
    }
}

@media(min-width: 768px){
    .duaSlider-prev,
    .duaSlider-next {
        font-size: 24px; /* Un poco más pequeños en móvil */
        padding: 10px; /* Reducir padding para dispositivos móviles */
    }

    /* Asegurarse de que los dots son fácilmente tocables */
    .duaSlider-pager .duaSlider-page {
        width: 15px; /* Hacer los dots más grandes */
        height: 15px; /* Hacer los dots más grandes */
    }
}
@media(max-width: 767px){
    #section-top #tabla h1{
        font-size: 40px;
    }
    #section-bottom .producto h3{
        font-size: 16px;
    }
    #section-bottom .producto .hover > div > div > div{
        font-size: 12px;
        line-height: 18px;
        padding: 5px;
    }
    .duaSlider .duaSlider-pager {
        display: none;
    }
}

@media(max-width: 560px){
    #section-bottom .producto{
        width: 100%;
    }
    #section-bottom .producto a{
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 500px){
    #section-top #tabla h1{
        font-size: 28px;
    }
    #section-top #sub-menu{
        padding: 15px;
    }
    #section-top #sub-menu input{
        font-size: 14px;
    }
    #section-top #sub-menu .select-group{
        width: calc(50% - 7.5px);
        margin-bottom: 10px;
        font-size: 14px;
    }
    #section-top #sub-menu .select-group + .select-group {
        margin-left: 15px;
    }
    #section-top #sub-menu .icono{
        margin-left: auto;
        margin-right: auto;
    }
    #section-top #sub-menu a .icono{        
        margin-left: 15px;
    }

    #section-bottom .producto{
        width: 100%;
    }
/*    #section-bottom #section-banner .icono{
        width: 40px;
        height: 40px;
        padding: 5px;
        font-size: 20px;
        line-height: 22px;    
    }
    #section-bottom form .form-group{
        width: 100%;
    }    
    
    #section-bottom #section-banner .icono div{
        display: none;
    }
    #section-bottom #section-banner form .form-group label,
    #section-bottom #section-banner form .form-group .form-control{
        font-size: 12px;
        text-align: center;
    }
    #section-bottom #section-banner form .form-group label{
        padding-top: 10px;
    }*/

    #section-top {
        height: 230px;
    }
    #duaSlider-portadas {
        height: 230px;
    }
    #duaSlider-portadas .duaSlider-slides > *{
        background-size: contain;
    }
}

.categoria-producto {
    padding-bottom: 25px;
}
.btn-clinica{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.boton-clinica-inicio {
    color: #36688a;
    height: 40px;
    padding: 8px 20px;
    align-items: center;
    border-radius: 16px;
    border: 1px solid var(--Primary-100, #376688);
    
}
.btn-laboratorio {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.boton-laboratorio-inicio {
    color: #36688a;
    height: 40px;
    padding: 8px 20px;
    align-items: center;
    border-radius: 16px;
    border: 1px solid var(--Primary-100, #376688);
}

