/*
 Language: es_ES
 Theme Name:   Abano Child
 Description:  Abano Child Theme
 Author:       Abano
 Author URI:   https://abano.com
 Template:     abano
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/


:root{
    --black: #000;
    --blue: #221eff;
    --red: #aa1b2e;
    --grey: #efefef;
}


@font-face {
    font-family: 'lemon'; /* Nombre que tú eliges */
    src: url('fonts/LEMONMILK-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


body{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

a{
    text-decoration: none
}

.w-100 img{
    width: 100%
}

p strong{
    font-weight: 500
}

.mon {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.osw {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.lem{
    font-family: 'lemon',sans-serif;
}


.text-blue{
    color: var(--blue);
}
.text-black{
    color: var(--black);
}

.bg-grey{
    background-color: var(--grey)
}

.fs-12{
    font-size: 12px
}
.fs-14{
    font-size: 14px
}
.fs-16{
    font-size: 16px
}
.fs-18{
    font-size: 18px
}
.fs-20{
    font-size: 20px
}
.fs-24{
    font-size: 24px
}
.fs-26{
    font-size: 26px
}
.fs-40{
    font-size: 40px
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: 'lemon', sans-serif
}

.border1{
    border: 1px solid #000
}
.bt{
    border-top: 1px solid #000
}
.bb{
    border-bottom: 1px solid #000
}
.bl{
    border-left: 1px solid #000
}
.br{
    border-right: 1px solid #000
}


a{
    color: var(--black);
}

a:hover{
    color: #777
}

:where(.editor-styles-wrapper) .width-100 {
    left: 0!important;
    margin-left: 0!important
}

.top-button{
    font-size: 36px!important;
    line-height: 1
}


.big-title {
    font-size: 24px
}

.title{
    font-size: 20px;
}

.subtitle{
    font-size: 18px;
}


.bold{
    font-weight: 600;
}


.img-full{
    width: 100%;
    height: 100%;
}

.img-full img{
    width: 100%;
    height: 100%!important;
    object-fit: cover
}

.custom-logo{
    width: 150px
}

body:not(.home) #masthead #nav-main:after{
    position: absolute;
    content: "";
    width: calc(var(--container) - 1.5rem);
    height: 1px;
    background-color: #000;
    bottom: 0;
    left: calc(5px + (100vw - var(--container)) / 2);
}

#bootscore-navbar li a{
    position: relative;
    --bs-navbar-nav-link-padding-x: 1.5rem;
    font-size: 16px;
    color: var(--black);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
    font-family: 'lemon', sans-serif
}


.wpml-ls-legacy-list-horizontal,
.wpml-ls-legacy-list-horizontal li:last-child a,
#bootscore-navbar > li:last-child a{
    padding-right: 0
}

.wpml-ls-legacy-list-horizontal li a{
    color: var(--black);
    font-family: 'lemon', sans-serif;
    font-size: 14px
}

.wpml-ls-legacy-list-horizontal li{
    position: relative;
}

.wpml-ls-legacy-list-horizontal li:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background-color: #000;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}


.wpml-ls-legacy-list-horizontal li:first-child:after{
    display: none
}

.nav{
    --bs-nav-link-hover-color: #777
}


#bootscore-navbar li a:hover{
    color: #777
}


#bootscore-navbar li a span{
    position: relative;
}

#bootscore-navbar li a span:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--black);
    transition: width 0.3s ease;
}


.active span:after,
#bootscore-navbar li.current-menu-item a span:after{
    width: 100%!important
}


#bootscore-navbar li a:hover span:after {
    width: 100%;
}


#nav-main{
    transition: all .15s ease;
}
#masthead.to-fixed{

    z-index: 1000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

#masthead.to-fixed #nav-main{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}



#masthead.to-fixed #nav-main:after{
    display: none
}

.btn {
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-border-radius: 0;
    font-family: 'lemon', sans-serif;
    font-size: 14px

}

.btn-dark{
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.25)
}


.footer-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.footer-list li{
    padding: 0 1rem;
    position: relative
}

.footer-list li:after{
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    right: 0;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%)
}

.footer-list li:last-child:after{
    display: none
}

#menu-footer-menu-en,
#menu-footer-menu{
    display: flex;
    gap: 1.5rem;
}

#menu-footer-menu-en li a,
#menu-footer-menu li a{
    color: var(--black);
    font-size: 14px
}

#menu-footer-menu-en li a:hover,
#menu-footer-menu li a:hover{
    color: #777
}

.img-footer{
    width: 500px;
    max-width: 100%
}


.line-footer:after{
    position: absolute;
    content: "";
    bottom: -1px;
    height: 1px;
    background-color: #000;
    left: 100%;
    width: calc( (100vw - var(--container)) / 2)
}

.link-post a{
    color: var(--black)
}

.link-post a:hover{
    color: #777
}


.row-novedades a h2,
.row-proyectos .cont-title a h3{
    line-height: 1.3
}


.row-novedades > article:hover a h2,
.row-proyectos > article:hover .cont-title a h3{
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px; 
}


.box-proyectos .box-proyectos-thumb,
.box-proyectos,
.box-soluciones .thumb{
    overflow: hidden;
}

.box-soluciones .thumb img{
    aspect-ratio: 670/780;
    object-fit: cover;
    width: 100%
}

.box-soluciones a:hover{
    color: #777!important
}

.soluciones-link {
    position: relative;
    padding: 0.5rem 0;
    /*border-bottom: 1px solid #000;*/
    border-top: 1px solid #000;
}


.soluciones-link:after,
.soluciones-link:before{
    position: absolute;
    content: "";
    width: var(--bs-gutter-x);
    height: 1px;
    left: 100%;
    top: -1px;
    /*background-color: #000;*/
}

.soluciones-link:after{
    top: auto;
    bottom: -1px;
}


.proyecto-caption a{
    color: #fff;
}

.proyecto-caption,
.box-soluciones .description{
    position: absolute;
    top: 100%;
    transition: all .15s linear;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0.5rem;
    background-color: rgba(0,0,0,.25);
    display: flex;
    align-items: center;
    justify-content: center
}

.box-proyectos:hover .proyecto-caption,
.box-soluciones .thumb:hover .description{
    top: 0;
}

.proyectos-plus{
    position: absolute!important;
    bottom: -3rem;
    right: 0;
    transform: translateY(50%)
}


.box-proyectos-home{
    padding: 2rem 3rem 3rem 3rem;
}

.text-color strong{
    font-weight: 400;
    color: var(--blue)
}

.slider-infinite .caption-slider{
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.slider-infinite .swiper-wrapper{
    transition-timing-function: linear;
    align-items: center;
}


.slider-infinite .swiper-slide {
    width: auto !important; /* 👈 ancho dinámico */
    display: inline-block;

    white-space: nowrap;
}

.pb-2rem{
    padding-bottom: 2rem;
}

.blog-post-title{
    font-size: 16px
}


.proyectos-navigation,
#load-more-proyectos{
    transform: translateY(-50%)
}


.proyectos-navigation{
    display: flex;
    justify-content: space-between
}


.fashion-slider .swiper-pagination-fraction{
    position: relative!important;
    top: auto;
    bottom: auto;
    width: auto
}

.slider-fraction .cont-nav{
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 1rem 1rem;
    padding-top: 0.5rem;
    --swiper-navigation-size: 16px;
    --swiper-navigation-color: #777;
}

.slider-fraction .cont-nav > div{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0
}

.swiper-pagination span{
    padding-left: 5px;
    padding-right: 5px
}
.swiper-pagination-current{
    color: var(--red)
}

[rel="next"]:after,
[rel="prev"]:before {
    content: "";
}

.slider-soluciones img,
.slider-proyectos img{
    aspect-ratio: 640/400;
    object-fit: cover;
    width: 100%
}





input[type=checkbox], input[type=radio] {
    position: relative;
    border: 2px solid #000;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .4em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
    border-radius: 10px
}

input[type=radio]{
    border-radius: 0;
    border: 1px solid #000;
    height: 16px;
    width: 16px;
}

input[type=checkbox]:hover, input[type=radio] {
    opacity: 1;
}

input[type=checkbox]:checked, input[type=radio]:checked {
    background-color: #fff;
    opacity: 1;
}


input[type=checkbox]:checked:before, input[type=radio]:checked:before {
    content: '';
}

input[type=checkbox]:before, input[type=radio]:before  {
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.wpcf7-not-valid-tip{
    font-size: 12px
}


.wpcf7 label{
    display: block
}

.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"]{
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--black);
    border-radius: 0;
    background-color: transparent
}

.wpcf7 textarea{
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--black);
    border-radius: 0;
    max-height: 30px;
    background-color: transparent
}

.wpcf7-list-item-label{
    font-size: 11px
}

.text-privacy{
    font-size: 10px;
    text-align: justify
}

.wpcf7-list-item{
    display: block;
    margin: 0;
    line-height: 1
}

.wpcf7-form p{
    margin-bottom: 1.25rem
}



.wpcf7-form .row{
    align-items: center;
}



.wpcf7 select{
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
}




.wpcf7 select,
.wpcf7 textarea::placeholder,
.wpcf7 input::placeholder{
    color: var(--black)
}

.wpcf7 select,
.wpcf7 textarea::placeholder,
.wpcf7 input::placeholder{
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
    font-family: 'lemon', sans-serif;
    text-transform: uppercase
}

.wpcf7 select,
.wpcf7 textarea,
.wpcf7 input:not(.wpcf7-submit){
    box-shadow: none !important;
    outline: none !important;
}

.line-textarea {
    height: 30px;
    margin-top: 30px;
    border-top: 1px solid #000;
}

.wpcf7-spinner{
    position: absolute;
    right: 5px;
    top: 7px
}

.cont-btn{
    text-align: right;
    padding: 0
}

.cont-btn p{
    position: relative;
    margin-bottom: 0
}

.wpcf7-submit {
    background-color: transparent;
    border: 0;
    line-height: 1;
    text-align: right;
    width: 100%;
    height: 100%;
    padding: 0.5rem 2.5rem;
    color: #fff
}

.wpcf7-submit:hover{
    color: #fff!important
}

.text-privacy p{
    font-size: 9px
}

.wpcf7-list-item-label a{
    color: #000
}

.row-form-bottom{
    --bs-gutter-x: 2rem;
    align-items: center;
    justify-content: center;
}


.row-form-bottom div p {
    margin-bottom: 0
}

.categorias-soluciones{
    justify-content: center;
}


.categorias-soluciones a{
    color: var(--black);
    font-family: 'lemon',sans-serif
}


.active span{
    position: relative;
}

.active span:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 1px;
    background-color: #000
}

.row-soluciones article.soluciones .card-body .cont-solucion{
    width: 750px;
    max-width: 100%;
    margin: auto
}

.descripcion-corta{
 
}

.row-soluciones article:nth-child(even) .row .col-md-3{
    order: 6
}

.slider-soluciones .cont-nav{
    padding: 0.5rem;
}

.title-single-soluciones{
    display: table;
    background-color: #fff;
    padding-right: 2rem;
    transform: translateY(-50%)
}

.single-soluciones .active span:before{
    --fa: "\f0d7";
    --fa-style: 900;
    --_fa-family: var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display,inline-block);
    font-family: var(--_fa-family);
    font-feature-settings: normal;
    font-style: normal;
    font-synthesis: none;
    font-variant: normal;
    font-weight: var(--fa-style,900);
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width,1.25em);
    content: var(--fa);
    content: var(--fa) / "";
    background: #fff;
    position: absolute;
    top: calc(100% + 1rem - 4px);
    left: 50%;
    z-index: 1001;
    font-size: 26px;
    line-height: 1;
    transform: translateX(-50%);
}

.single-soluciones .categorias-soluciones .active span:before{
    display: none
}


#nav-main{
    padding-top: 1rem;
    padding-bottom: 1rem
}


.row-proyectos img{
    aspect-ratio: 1270/800;
    object-fit: cover;
    width: 100%
}

.entradas-navigation{
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.entradas-navigation > * {
    padding-left: 5px;
}

.text-post{
    color: #888
}


.btn-round {
    border-radius: 9999px;
    display: flex;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    padding: 10px;
}


.row-novedades img{
    width: 100%;
    aspect-ratio: 480/270;
    object-fit: cover
}


.cont-novedades{
    padding: 3rem 4rem;
    background-color: var(--grey)
}


.title-novedades{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem
}

.btn-dark{
    --bs-btn-disabled-bg: #777;
    --bs-btn-disabled-border-color: #777;
    --bs-btn-disabled-opacity:1
}


.row-soluciones img{
    height: 100%
}


.row-soluciones img,
.cont-productos img{
    aspect-ratio: 295/330;
    width: 100%;
    object-fit: cover
}

.row-proyectos{
    justify-content: center
}

a:hover img{
    opacity: .82
}

.header-actions .btn{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}


body .otgs-development-site-front-end{
    display: none!important;
    opacity: 0;
    visibility: 0;
    width: 0;
    height: 0;
    overflow: hidden
}


@media (min-width: 1px) {
    :root{
        --container: calc(100vw - 3rem)
    }
}


@media (min-width: 576px) {
    :root{
        --container: 540px
    }
}

@media (min-width: 768px) {
    :root{
        --container: 720px
    }
}

@media (min-width: 992px) {
    :root{
        --container: 960px
    }

}

@media (min-width: 1200px) {
    :root{
        --container: 1140px
    }



}

@media (min-width: 1400px) {
    :root{
        --container: 1320px
    }
}

@media (max-width: 991px){
    
    
    .offcanvas-header {
        background-color: #000;
        color: #fff
    }
    
    .offcanvas-header  .btn-close{
        opacity: 1;
        filter: invert(1)
    }
    
    .offcanvas-body{
        display: flex
    }
    
    .wpml-ls-legacy-list-horizontal{
        text-align: center
    }
    
    #bootscore-navbar{
        order: -1;
        margin-left: 0!important
    }
    
    .single-soluciones  #bootscore-navbar .active span:before{
        display: none
    }
    
    .row-soluciones .col-md-3{
        width: 40%
    }
    .row-soluciones .col-md-9{
        width: 60%
    }
    
    .row-lg-50 > div{
        flex:  0 0 auto;
        width: 50%;
    }
    
    .cont-page-solucion .row{
        --bs-gutter-y: 1.5rem
    }
    .cont-page-solucion .row > div,
        .row-lg > div{
        flex:  0 0 auto;
        width: 100%;
    }
    
    .order-lg{
        order: -1
    }
    
    .cont-productos{
        display: none
    }
    
    .title-single-soluciones{
        transform: none
    }
}


@media (max-width: 767px){
    
    .row-footer > div{
        flex: 0 0 auto;
        width: 100%
    }
    
    .logo-footer{
        padding-top: 1.5rem
    }
    
    .categorias-soluciones .active span:after{
        bottom: 0;
    }
    
    .categorias-soluciones .active span:before{
        top: 100%;
        font-size: 20px
    }
     
    
    .row-soluciones article:nth-child(even) .row > div:first-child{
        order: -1
    }
    
    .row-soluciones .row > div,
    .row-md > div{
        flex: 0 0 auto;
        width: 100%!important
    }
      .order-md{
        order: -1
    }
}


@media (max-width: 575px){
    
      .order-sm{
        order: -1
    }
    
    .row-proyectos > article,
    .row-proyectos > div,
    .row-sm > div{
        flex: 0 0 auto;
        width: 100%
    }
    
    .row-home-about > div{
        border: 0
    }
    
    
    .row-proyectos .proyecto-caption{
    position: relative;
    background: transparent;

}
    .row-proyectos a{
    color: var(--black);
}
    
}