﻿*{box-sizing: border-box;}

body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Eligible';
    src: url('/kleenbebe/fonts/Eligible-Bold.eot');
    src: url('/kleenbebe/fonts/Eligible-Bold.eot?#iefix') format('embedded-opentype'),
         url('/kleenbebe/fonts/Eligible-Bold.woff2') format('woff2'),
         url('/kleenbebe/fonts/Eligible-Bold.woff') format('woff'),
         url('/kleenbebe/fonts/Eligible-Bold.ttf')  format('truetype'),
         url('/kleenbebe/fonts/Eligible-Bold.svg#Eligible') format('svg');
         font-display: swap;
}


@font-face {
    font-family: 'Avenir LT Std';
    src: url('/kleenbebe/fonts/AvenirLTStd-Book.eot');
    src: url('/kleenbebe/fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
         url('/kleenbebe/fonts/AvenirLTStd-Book.woff2') format('woff2'),
         url('/kleenbebe/fonts/AvenirLTStd-Book.woff') format('woff'),
         url('/kleenbebe/fonts/AvenirLTStd-Book.ttf')  format('truetype'),
         url('/kleenbebe/fonts/AvenirLTStd-Book.svg#Avenir LT Std') format('svg');
         font-display: swap;
    
}



/* ------------------------- */
/* carrusel*/
/* ------------------------- */

.slide{
    /*margin-top: 30px;*/
}

.slide-info-left{
  display: flex;
  justify-content: center;
  align-items: center;

}

.slide-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    top: 0%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: start;
}



/*.slide-info{
    top: 67px;
}*/

.slide-info img{
    max-width: 70%;
}
.slide-info h1 {
 color: #0055b8;
     font-family: 'Eligible';
     font-size: 60px;
     max-width: 75%;
     margin: auto;
}

.slide-info-text{
    font-family: 'Avenir LT Std';
  color: #0055b8;
  font-size: 20px;
  max-width: 85%;
  margin: auto;
}


.slide-titulo {
     color: #0055b8;
     font-family: 'Eligible';
}

.slide-text{
    font-family: 'Avenir LT Std';
  color: #0055b8;
  font-size: 25px;
}



/*.slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}*/

.slide-fondo{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}



/*.slide .overlay {
  position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(249, 249, 249, 0.5); 
            color: rgba(249, 249, 249, 0.3);
            z-index: 1;
}*/
.btn-slide{
    border-radius: 40px;
    background-color: #6f3a88;
    color: #fff;
    font-family: 'Eligible';
     font-size: 18px;
}

.btn-slide:hover{
    border-radius: 40px;
    background-color: #6f3a88;
    color: #fff;
    scale: 110%;
}


.luna-slide{
    border-radius: 40px;
    padding: 5px;
    margin: auto;
    box-shadow: 5px 0px 0px 0px #ae67c6;
    min-width: 150px;

}

.indicador {
    bottom: -1rem;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    z-index: 1;
}


#carouselBanner .carousel-indicators [data-bs-target] {
   
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #1372bb;
    opacity: .5;

 
}

 #carouselBanner .carousel-indicators .active{
     width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #1372bb;
    opacity: 1;
}


.b-control-next, .b-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
    
}

.b-control-next{
    right: 0;
   width: 5%;
}

.b-control-prev{
    left: 0;
    width: 5%;
}

.banner-control-prev{
    background-image: url("/kleenbebe/img/home/control-prev.svg");
}

.banner-control-next {
    background-image: url('/kleenbebe/img/home/control-next.svg');
}

.banner-control-prev, .banner-control-next{
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}


.figuras{
    position:absolute ;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: 2;
}

.figuras div{
position:absolute ;
display:block ;
}
.figuras div:nth-child(1){
    left:20%; 
    animation:fall 15s linear infinite ;
    animation-delay:-2s;

}
.figuras div:nth-child(2){
    left:70%; 
    animation:fall 15s linear infinite ;
    animation-delay:-4s;
}
.figuras div:nth-child(3){
    left:10%; 
    animation:fall 20s linear infinite ;
    animation-delay:-7s;
    
}
.figuras div:nth-child(4){
    left:50%; 
   animation:fall 18s linear infinite ; 
   animation-delay:-5s;
}
.figuras div:nth-child(5){
    left:85%; 
    animation:fall 14s linear infinite ;
    animation-delay:-5s;
}
.figuras div:nth-child(6){
    left:15%; 
    animation:fall 16s linear infinite ;
    animation-delay:-10s;
}
.figuras div:nth-child(7){
    left:90%; 
    animation:fall 15s linear infinite ;
    animation-delay:-4s;
}

.figuras img{
    height: 75px;
    width: 75px;
}


@keyframes fall{
    0%{
        opacity:1;
        top:-10%;
        transform:translateX(20px) rotate(0deg);
    }
    20%{
        opacity:0.8;
        transform:translateX(-20px) rotate(45deg);
    }
    40%{

        transform:translateX(-20px) rotate(90deg);
    }
    60%{
        
       transform:translateX(-20px) rotate(135deg); 
    }
    80%{
    
        transform:translateX(-20px) rotate(180deg);
    }
    100%{
        
        top:110%;
        transform:translateX(-20px) rotate(225deg);
    }
    }




.carousel-item.active h1{
    animation: fadeInLeft 0.5s ease forwards;
}
.carousel-item.active .slide-info-text{
    animation: fadeInRight 0.5s ease forwards;
}

@keyframes fadeInLeft{
    0%{
        opacity: 0;
        transform: translateX(-30px);
        
    }
    100%{
        opacity: 1;
        transform: translateX(0px);

    }
}

@keyframes fadeInRight{
    0%{
        opacity: 0;
        transform: translateX(30px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}


/*--------HERO-------------*/
.hero{
    padding: 0;
}

.hero-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
    top: 0%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content:center;
}



.hero-info{
    top: 0%;
}

.hero-info img{
    max-width: 70%;
}
.hero-info h1 {
 color: #0055b8;
     font-family: 'Eligible';
     font-size: 60px;
}

.hero-info-text{
    font-family: 'Avenir LT Std';
  color: #0055b8;
  font-size: 20px;
}


.hero-titulo {
     color: #0055b8;
     font-family: 'Eligible';
}

.hero-text{
    font-family: 'Avenir LT Std';
  color: #0055b8;
  font-size: 25px;
}



.hero-fondo{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}



.hero .overlay {
  position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: rgba(249, 249, 249, 0.5); 
            color: rgba(249, 249, 249, 0.3);
            z-index: 1;
}
.btn-hero{
    border-radius: 40px;
    background-color: #6f3a88;
    color: #fff;
    font-family: 'Eligible';
     font-size: 18px;
}

.btn-hero:hover{
    border-radius: 40px;
    background-color: #6f3a88;
    color: #fff;
    scale: 110%;
}


.luna-hero{
    border-radius: 40px;
    padding: 5px;
    margin: auto;
    box-shadow: 5px 0px 0px 0px #ae67c6;
    min-width: 150px;

}

.art-titulos{
    margin: auto;
    max-width: 900px;
     font-family: 'Eligible';
  color: #0055b8;
  text-align: center;
  padding: 25px 9px;
}

.art-fecha{
    color: #1da2d5;
}

.capital::first-letter {
    width: 5.5rem;
    height: 5.5rem;
    float: left;
    clear: left;
    color: #0055b8;
    text-align: center;
    border: 1px solid #0055b8;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    font-family: 'Eligible';
    font-size: 3rem;
    line-height: 1.2;
    display: flex;
    box-shadow: 7px 7px #0055b8;
    border-radius: 10px;
    padding: 10px;
}

.art-text-contenido p{
    color: #0055b8;
       font-family: 'Avenir LT Std';
       font-size: 22px;
       text-align: justify;
}

.art-text-destacado{
    font-weight: bold;
    font-family: 'Eligible';
    color: #0055b8;
    text-align: center;
}


.art-link{
    font-weight: bold;
    text-decoration: underline;
    color: #eb4086;
}

.art-link:hover{
    color: #139cd2;
}

/*----- VIDEO----*/

.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

pre{
    overflow: hidden;
}



/*Etiquetas*/

.G-tag {
    margin-top: 15px;
}

.list-tag {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1;
    margin: 9px 2px;
}

.tag {
    border: 1px solid #fff;
    padding: 2px 3px;
    margin: 2px 3px;
    font-size: 12px;
    color: #fff;
    background-color: #ecfbff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tag a{
    color: #779ff1;
    font-size: 14px;
    font-family: 'Avenir LT Std';
}


/*------ secciones articulos Botones y divisor ----*/

.divisor{
   display: inline-block;
    width: calc(20%);
    margin-left: 10px;
    height: 5px;
    opacity: 10;
    border-radius: 5px;
    color: transparent;
}

.d-verde,.btn-verde{
     background-color: #94bc39;
}

.d-rosa, .btn-rosa{
    background-color: #dc3378;
}

.d-blue, .btn-blue{
    background-color: #149fd5;
}

.btn-seccion{
    border-radius: 40px;
    color: #fff;
    margin-bottom: 30px;
    margin-left: 20px;
    font-family: 'Eligible';
     font-size: 18px;
}

.lunas{
    border-radius: 40px;
    padding: 5px;
    margin: auto;
    min-width: 150px;
}

.btn-verde:hover{
    background-color: #98c039;
    color: #fff;
    scale: 110%;
}

.l-verde{
    box-shadow: 5px 0px 0px 0px #c1df57;
}

.btn-rosa:hover{
    background-color: #dc3378;
    color: #fff;
     scale: 110%;
}

.l-rosa{
  box-shadow: 5px 0px 0px 0px #f94e9c;  
}

.btn-blue:hover{
    background-color: #149fd5;
    color: #fff;
    scale: 110%;
}

.l-blue{
 box-shadow: 5px 0px 0px 0px #008fdb;
}

/*-----------globos articulos por categoria------*/

.art-list{
    justify-content: start;
}
.art-content{
    z-index: 1080;

}

.content-top{
    margin-top: 100px;
}

.articulos{
    max-width: 1200px;
}



.art-titulo h1{
    padding: 45px 0px;
    color: #0055b8;
    font-family: 'Eligible';
    font-weight: 900;
    font-size: 65px;
}


.h-90{
    height: 90%!important;
}

.art-card{
  --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
.art-card-body{
flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    max-height: 280px;
    min-height: 230px;
}

.art-card-footer{

}

.art-content{
    z-index: 2;
}



.verde{
    background-color: #94bc39;
    border-radius: 40px 40px 0px 0px;
     font-family: 'Avenir LT Std';
     text-align: left;
     position: relative;

}



.globo-info{
    color: #fff;
    padding: 10px;
    min-height: 72px;
    max-height: 102px;
    overflow-y: hidden;
}

.T-verde, .T-rosa, .T-azul{
    position: absolute;
    margin-left: 40px;
    margin-top: -10px;
    width: 16%;
}

.T-verde, .T-rosa, .T-azul svg{

}

.st0-triangulo-verde{fill:#94BD3A;}


.btn-art-azul{
    border-radius: 40px;
    background-color: #009fe3;
    color: #fff;
    margin-bottom: 30px;
    margin-left: 20px;
    font-family: 'Eligible';
    font-size: 18px;
}

.btn-art-azul:hover{
    border-radius: 40px;
    background-color: #009fe3;
    color: #fff;
    scale: 110%;
}


.luna-art-azul{
    border-radius: 40px;
    padding: 5px;
    margin: auto;
    box-shadow: 5px 0px 0px 0px #00bcf3;
    min-width: 150px;

}


.rosa{
    background-color: #dc3378;
    border-radius: 40px 40px 0px 0px;
     font-family: 'Avenir LT Std';
     text-align: left;
     position: relative;
}

.art-btn{
    border-radius: 0px 0px 40px 40px;
    text-align: left;
}
.art-btn-rosa{
    background-color: #dc3378;
}

.art-btn-verde{
    background-color: #94bc39;
}

.art-btn-azul{
    background-color: #149fd5;
}



.st0-triangulo-rosa{fill:#dc3378;}


.btn-art-verde{
    border-radius: 40px;
    background-color: #98c039;
    color: #fff;
    margin-bottom: 30px;
    margin-left: 20px;
    font-family: 'Eligible';
     font-size: 18px;
}

.btn-art-verde:hover{
    border-radius: 40px;
    background-color: #98c039;
    color: #fff;
    scale: 110%;
}


.luna-art-verde{
    border-radius: 40px;
    padding: 5px;
    margin: auto;
    box-shadow: 5px 0px 0px 0px #c1df57;
    min-width: 150px;

}



.btn-art-rosa{
    border-radius: 40px;
    background-color: #dc3378;
    color: #fff;
    margin-bottom: 30px;
    margin-left: 10px;
    font-family: 'Eligible';
     font-size: 18px;
     width: calc(50%);
}

.btn-art-rosa:hover{
    border-radius: 40px;
    background-color: #dc3378;
    color: #fff;
    scale: 110%;
}


.luna-art-rosa{
    border-radius: 40px;
    padding: 5px;
    margin: auto;
    box-shadow: 5px 0px 0px 0px #f94e9c;
    /*min-width: 150px;*/

}


.azul{
    background-color: #149fd5;
    border-radius: 40px 40px 0px 0px;
     font-family: 'Avenir LT Std';
     text-align: left;
     position: relative;
}


.st0-triangulo-azul{fill:#149fd5;}


.art-card-body h2{
 font-size: 25px;
 color: #fff;
 padding: 10px 10px 0px 20px;
 font-weight: bold;
 min-height: 85px;
}


.btn-art-morado{
    border-radius: 40px;
    background-color: #6f3a88;
    color: #fff;
    margin-bottom: 30px;
    margin-left: 20px;
    font-family: 'Eligible';
     font-size: 18px;
}

.btn-art-morado:hover{
    border-radius: 40px;
    background-color: #6f3a88;
    color: #fff;
    scale: 110%;
}


.luna-art-morado{
    border-radius: 40px;
    padding: 5px;
    margin: auto;
    box-shadow: 5px 0px 0px 0px #ae67c6;
    min-width: 150px;

}



.deco-art{
    padding-top: 40px;
    
}

.art-categoria{
    color: #0055b8;
       font-family: 'Eligible';
       padding: 20px 10px 0px;
}


.translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.opacity-2 {
    opacity: 0.2 !important;}



.scrolling-wrapper{
    overflow-x: auto;
  scrollbar-width: none;
  overflow-y: hidden;

}

.scrolling-wrapper::-webkit-scrollbar {
  width: 0;
}



.svg-blob {
    position: absolute;
    
    fill: currentColor;}

.card-destacado{
    flex-direction: column;
    color: #0055b8;
     font-family: 'Avenir LT Std';
     align-items: start;
     padding-left: 10px;

}
.card-destacado img{
    justify-content: end;
    width: 400px;
}
.card-destacado p{
      
}
.card-destacado h2{
    font-size: 25px;
    color: #0055b8;
    padding: 10px;
    font-weight: bold;
}


.divisor-destacado{
    display: inline-block;
    width: calc(100%);
    margin-left: 10px;
    height: 3px;
    opacity: 10;
    border-radius: 5px;
    color: transparent;
    background-color: #dc3378;
}

/*----paginador----*/
.paginador {
  margin: 0;
  padding-bottom: 30px;
}


.paginador a {
  display: inline-block;
  width: 20px;
  border-radius: 100px;
  margin-right: 10px;
  color: #0055b8 !important;
  cursor: pointer;
  border: 0;
  text-align:center;
}


.paginador a:hover {
  color: white;
  opacity: .8;
}


.paginador a.active {
  background-color: #0055b8;
  color: #ffffff !important;
  font-weight: 600;
  border: 0;
}

.paginador a.disabled{
    pointer-events: none;
}


.paginador a.arrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px;
  background-repeat: no-repeat;
  position: relative;
  top: 5px;
  text-align: center;
}


.paginador a.arrow.right {
   background-image: url("/kleenbebe/img/menu/siguiente.svg");
 }


.paginador a.arrow.left {
  background-image: url("/kleenbebe/img/menu/atras.svg");
}




/*Laptop*/


@media only screen and (max-width: 1206px){
.slide-caption {
    align-items: start;
    /* justify-content: start; */
}

.slide-info h1 {
     font-size: 45px;
}
}


/* MÓVIL */
@media (max-width: 765px){

 .hero-info h1 { 
    font-size: 40px;
}

.slide-info h1 {
     font-size: 35px;
}
.slide-info-text{
    font-size: 16px;
}
.divisor{
    display: none;
}

 .art-card-body h2{
    font-size: 20px;
}

.art-list{
    justify-content: center;
}
.art-titulo h1 {
font-size: 45px;
}

.art-categoria{
    font-size: 30px;
}
.card-destacado{

     align-items: center;
}
.card-destacado img{
    justify-content: center;
    width: 200px !important;
}
}