/*
* Custom Styles for BabyExplorer Theme
*/

/* Example style */
/*
body {
    background-color: #f0f0f0;
}
*/

@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
    font-family: "Roboto", sans-serif;
    color: #001A28;
}
.f-bree{
    font-family: "Bree Serif", serif;
}
.f-roboto{
    font-family: "Roboto", sans-serif;
}
.c-mblue{
    color: #00436A;
}
.c-sblue{
    color: #085E8F;
}
.c-morange{
    color: #E04900;
}
.c-sorange{
    color: #FF7F00;
}
.banner-content{
    position: relative;
    z-index: 2;
    min-height: 405px;
}
.banner-content .banner-main{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    z-index: -1;
}
.cards-servicios img{
    min-width: 100%;
    transition: .25s all ease-in-out;
    margin-bottom: 24px;
}
.cards-servicios img:hover{
    transform: scale(1.05);
}
.main-title{
    font-family: "Bree Serif", serif;
    font-size: 56px;
    padding: 100px 0 0 30px;
    line-height: 50px;
    color: #00436A;
}
.main-title .text-1{
    font-size: 36px;
}
.text-2{
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 28px;
    padding: 30px 0 0 30px;
    color: #001A28;
    font-weight: 500;
    display: block;
}
.custom-logo-link img{
    max-height: 77px;
    width: auto;
}
.top-menu{
    background-color: #00436A;
    color: #fff;
    padding: 10px 0;
}
.top-menu a{
    color: #fff;
}
.info-topmenu p{
    font-size: 14px;
    margin-bottom: 0 !important;
}
.info-top-whatsapp{
    margin-right: 30px;
}
.info-top-whatsapp img{
    margin-right: 10px;
}
.info-topmenu a{
    font-size: 14px;
}
.horarios{
    background-color: #546772;
    color: #FFFAF6;
    font-size: 12px;
    padding: 8px 0;
}
.navbar-nav .menu-item .nav-link{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #546772;
}
.banner-sri{
    position: relative;
    background-color: #F2FAFF; 
    padding: 90px 0;   
    margin: 180px 0;
}
.banner-about{
    position: relative;
    background-color: #F2FAFF; 
    padding: 90px 0; 
    margin-top: 180px;
}
.banner-sri::before, .banner-about::before{
    content: "";
    position: absolute;
    top: -90px;
    left: 0;
    background: url(../sierras.png) no-repeat;
    height: 180px;
    width: 100%;
}
.banner-sri::after{
    content: "";
    position: absolute;
    bottom: -90px;
    left: 0;
    background: url(../sierras.png) no-repeat;
    height: 180px;
    width: 100%;
}
.banner-sri h2{
    font-family: "Bree Serif", serif;
    font-size: 36px;
    color: #00436A;
    margin-bottom: 45px;
}
.banner-sri p{
    font-size: 16px;
    line-height: 28px;
    color: #001A28;
}
.banner-sri a.btn, .banner-clip a.btn{
    border-color: #085E8F;
    color: #085E8F;
    padding: 10px 20px; 
    font-family: "Bree Serif", serif;
}
.banner-sri a.btn:hover, .banner-clip a.btn:hover{
    background-color: #085E8F;
    border-color: #085E8F;
    color: #fff;
}
.banner-alquiler .container{
    background-color: #FFFAF6;
    border-radius: 15px;
}
.banner-silla .container{
    background: url(../bg-instalacion.png) no-repeat center;
}
.info-section .container{    
    background: url(../bg-descuento.png) no-repeat center;    
}
.banner-silla .container, .info-section .container{
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 15px;
    min-height: 180px;
    background-size: cover;
}
.silla-list{
    font-size: 16px;
    line-height: 28px;
    background-color: #F2FAFF;
    width: max-content;
    margin: 0 auto;
    text-align: left;
    padding: 10px 30px;
}
footer{
    background-color: #00436A;
    color: #fff;
}
footer a{
    color: #fff;
}
.card-product{
    padding: 15px;
    border: 1px solid #F2FAFF;
    border-radius: 15px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    height: auto;
}
.card-product .body-card p:first-of-type{
    text-transform: uppercase;
    font-size: 12px !important;
    color: #546772;
}
.card-product .header-card img{
    width: 100%;
    height: auto;
    display: block;
}
.card-product p:last-of-type{
    margin: 0;
}
.navbar-nav .menu-item .nav-link.active,
.navbar-nav .menu-item.active > .nav-link,
.navbar-nav .current-menu-item > a,
.navbar-nav .current-menu-ancestor > a,
.navbar-nav .current_page_item > a,
.navbar-nav .current_page_ancestor > a{
    color: #FF7F00 !important;
}

@media (max-width: 768px) {
    .site-header .top-menu{
        padding: 6px 0;
    }
    .site-header .top-menu .row{
        gap: 8px;
    }
    .site-header .top-menu .d-flex{
        flex-direction: column;
        align-items: flex-start;
    }
    .site-header .info-top-whatsapp{
        margin-right: 0;
        margin-bottom: 6px;
    }
    .site-header .info-top-whatsapp img{
        width: 18px;
        height: 18px;
    }
    .site-header .info-topmenu p,
    .site-header .info-topmenu a{
        font-size: 12px;
    }
    .site-header .top-menu .d-flex.justify-content-end{
        justify-content: center !important;
        flex-wrap: wrap;
    }
    .site-header .top-menu a.me-3{
        margin-right: 12px !important;
    }
    .site-header .plugin-language{
        width: 100%;
        text-align: center;
        margin-top: 6px;
    }
    .site-header .horarios .container p{
        font-size: 11px;
        text-align: center;
        padding: 6px 0;
    }
    .site-header nav.navbar{
        padding: 8px 0;
    }
    .site-header .navbar-brand img{
        max-height: 56px;
    }
    .site-header .navbar-collapse{
        margin-top: 8px;
    }
    .site-header .navbar-nav{
        align-items: flex-start;
        gap: 6px;
    }
    .site-header .navbar-nav .nav-link{
        padding: 10px 12px;
        font-size: 13px;
    }
    .site-header .navbar-toggler{
        border-color: #546772;
    }
    .site-header .navbar-toggler-icon{
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(84,103,114,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .banner-content .banner-main{
        height: 100%;
        width: 100%;
        object-fit: cover;
		object-position: left;
		border-radius: 15px;
    }
    .banner-content{
        min-height: 500px;
    }
    .custom-logo-link img{
        max-width: 100%;
        height: auto;
    }
    .cards-servicios img{
        width: 100%;
        height: auto;
    }
    .silla-list{
        width: 100%;
        max-width: 100%;
        margin: 10px auto;
        text-align: center;
        box-sizing: border-box;
        word-break: break-word;
    }
    .featured-categories .row .card-product,
    .featured-products .row .card-product{
        height: auto;
    }
    .main-title{
        font-size: 40px;
        line-height: 44px;
        padding: 60px 0 0 16px;
    }
    .text-2{
        font-size: 18px;
        padding: 16px 0 0 16px;
    }
}
