:root{
    --gradient:linear-gradient(90deg, #eb9696, rgba(124, 48, 247, 0.603));
    /*--azul:linear-gradient(90deg,#70A9EE 60%, #0768B9);*/
    --azul: #FCECDC;
    --trasparente: rgba(0,0,0,0);
    --container-color: #FFF;
    --tiny-font-size: .625rem;
    --hue:174;
    --sat:68%;
}



*{
    font-family: 'Open Sans', sans-serif;
    margin:0; padding:0;
    box-sizing: border-box;
    text-decoration: none;
    outline:none;
    /*text-transform: capitalize;*/
    transition: all .2s linear;
}

*::selection{
    background:#fff;
    color:#333;
}

html{
    font-size: 62.5%;
    overflow-x: hidden;
}

body{
    background:var(--azul);
   
}
section{
    padding:0 7%;
}
#tienda{
    padding:0 0;
    z-index: -1;
}

.btn{
    padding:.6rem 3rem;
    font-size: 2rem;
    margin-top: 1rem;
    cursor: pointer;
    border:none;
    background:var(--gradient);
    color:#fff;
}

.btn:hover{
    background:#fff;
    color:#333;
}

.heading{
    text-align: center;
    font-size: 3rem;
    color:#FCB293;/*#fff;*/
    padding:1rem;
    padding-top: 8.5rem;
    width:50rem;
    margin:0 auto;
}
.claro{
    color:#FCF8F5 !important;
}

header{
    width:100vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top:0; left: 0;
   /* background:var(--trasparente);*/
   background:linear-gradient(180deg, hsla(174,63%,15%,0.15) 75%,hsla(174,63%,15%,0)) ;
    z-index: 9;
    padding:2rem 7%;
}

header .logo{
    font-size: 3rem;
    color:#fff;
}
header .navbar{
  /*  border:1px solid white;*/
    width: 75%;
  /*  display: flex;
    justify-content: space-between;*/
}
header .navbar ul{
    display: flex;
    /*align-items:center;*/
    justify-content:space-between;
    
    list-style: none;
}

header .navbar ul li a{
    font-size: 2rem;
    margin-left: 2rem;
    color:#FCB293; /* #FFF */
    position: relative;
}

header .navbar ul li a::before{
    content: '';
    position: absolute;
    bottom:-.5rem; right:0;
    height:.2rem;
    width:0%;
    background:#FCB293;
    transition: .2s linear;
}

header .navbar ul li a.active::before,
header .navbar ul li a:hover::before{
    left:0;
    width:100%;
   
}

header #menu{
    font-size: 3rem;
    color:#fff;
    cursor: pointer;
    display: none;
   
}

.home{
    min-height: 100vh;
    min-width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background:url(../portadas/portada1.jpeg) no-repeat;
    background-size: cover;
    background-position: center;
  /*  background-attachment: fixed;*/
    padding-top: 9rem;
}

.home .image{
    padding:1rem;
    flex:1 1 40rem;
    text-align: center;
}

.home .image img{
    height:70vh;
    padding-top: 4rem;
}

.home .content{
    padding:1rem;
    flex:1 1 40rem;
}

.home .content h1{
    font-size: 6rem;
    color:#fff;
}

.home .content p{
    font-size: 1.7rem;
    color:#eee;
    padding:1rem 0;
}

.core{
    min-height: 100vh;
}

.core .row{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.core .row .image{
    text-align: center;
    flex:1 1 30rem;
}

.core .row .image img{
    height: 65vh;
    padding:3rem 0;
}

.core .row .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex:1 1 70rem;
}

.core .row .box-container .box{
    margin:2rem;
    padding:2rem;
    width:27rem;
    box-shadow: 0 0 1rem rgba(0,0,0,.5);
    background:#444;
    border-radius: .5rem;
}

.core .row .box-container .box:hover{
    background:var(--gradient);
}

.core .row .box-container .box:hover i{
    color:#fff;
}

.core .row .box-container .box h3{
    font-size: 2rem;
    color:#fff;
}

.core .row .box-container .box h3 i{
    color:#637CBB;
    padding-right: .7rem;
}

.core .row .box-container .box p{
    font-size: 1.3rem;
    color:#eee;
    padding:1rem 0;
}
.especial{
   text-align: center;
   font-size: 1.5rem;
   font-weight: bold;
   color:orange;
   text-shadow: black 0.1em 0.1em 0.2em;
   margin-bottom: 1em;
}
.about{
    background: #FCBCA4; /*#222;*/
    min-height: 100vh;
}

.about .row{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 3rem;
}

.about .row .image{
    flex:1 1 45rem;
    text-align: center;
    height: 100%;
}

.about .row .image img{
   height: 100%;
    width:85%;
    border-radius: .5rem;
}

.about .row .content{
    flex:1 1 45rem;
    padding: 2.5rem;
}

.about .row .content h3{
    font-size: 3.5rem;
    color:#fff;
}

.about .row .content p{
    font-size: 1.8rem;
    color:#eee;
    padding:1rem 0;
}

.about .row .content p i{
    padding-right: .5rem;
    color:#FCF8F5; /*#637CBB;*/
}

.features{
    min-height: 100vh;
}

.features .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.features .box-container .box{
    text-align: center;
    margin:1.5rem;
    padding:1rem;
    border:.2rem solid #fff;
    width:27rem;
}

.features .box-container .box:hover{
    background:var(--gradient);
}

.features .box-container .box i{
    height:7rem;
    width:7rem;
    line-height: 7rem;
    text-align: center;
    border-radius: 50%;
    background:#fff;
    color:#333;
    font-size: 3rem;
    margin:1rem 0;
}

.features .box-container .box h3{
    color:#fff;
    font-size: 2.5rem;
}

.features .box-container .box p{
    color:#eee;
    font-size: 1.2rem;
    padding:1rem .5rem;
}

.product{
    min-height: 100vh;
    background:#222;
}

.product .box-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.product .box-container .box{
    margin:1.5rem;
    padding:1rem;
    width:50rem;
    background:#333;
    box-shadow: 0 0 1rem rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.product .box-container .box .image{
    padding:1rem;
}

.product .box-container .box .image img{
    padding:0 3rem;
    width:20rem;
    border-right: .1rem solid #ccc;
}

.product .box-container .box .content{
    padding:1rem;
}

.product .box-container .box .content h3{
    font-size: 3rem;
    color:#fff;
}

.product .box-container .box .content p{
    font-size: 1.3rem;
    color:#eee;
    padding:1rem 0;
}

.product .box-container .box .content .price{
    font-size: 3rem;
    color:#fff;
}

.contact{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 8.5rem;
    padding-bottom: 4rem;
}

.contact form{
    flex:1 1 40rem;
    background:#FCB293;
    padding:3rem;
    box-shadow: 0 0 1rem rgba(0,0,0,.5);
}

.contact form .box{
    height:5rem;
    width:100%;
    background:none;
    border:none;
    border-bottom: .1rem solid #ccc;
    font-size: 2rem;
    margin:1rem 0;
    color:#fff;
    text-transform: none;
}

.contact form textarea{
    height:15rem;
    width:100%;
    background:none;
    border:none;
    border-bottom: .1rem solid #ccc;
    font-size: 2rem;
    margin:1rem 0;
    color:#fff;
    text-transform: none;
    resize: none;
}

.contact form .box::placeholder, .contact form textarea::placeholder{
    text-transform: capitalize;
}

.contact form .box:focus, .contact form textarea:focus{
    border-color: #637CBB;
}

.contact form .btn{
    width:100%;
}

.contact .content{
    flex:1 1 40rem;
    padding:4rem;
}

.contact .content h3{
    font-size: 4rem;
    color:#fff;
}

.contact .content p{
    font-size: 1.4rem;
    color:#eee;
    padding:1rem 0;
}

.contact .content .icons{
    display: flex;
    align-items: center;
}

.contact .content .icons p{
    font-size: 2rem;
    color:#fff;
}

.contact .content .icons i{
    font-size: 2rem;
    color:#FCB293;
    padding-right: 1rem;
}

.footer{
    background:#FCB293;
    text-align: center;
   display: flex;
   justify-content: space-around;
   flex-wrap: wrap;
    flex:1 1 70rem;
}

.footer .share{
    padding:1rem 0;
}

.footer .share h3{
    font-size: 3rem;
    color:#fff;
}

.footer .share a{
    font-size: 3rem;
    color:#fff;
    margin:3rem 1.4rem;
}

.footer .share a:hover{
    color:#637CBB
}

.footer .credit{
    padding:2rem 1rem;
    color:#FCF8F5;
    background:#FCB293;
    text-align: center;
    font-size: 2rem;

    padding-bottom: 9rem;

}

.footer .credit a{
    color:#637CBB;
}


.caja{
    width: calc(50% - 1em);
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.caja img{
    width: 100%;
}

.ayuda p,.ayuda h3{
    color:#FCB293 !important;
}

.preguntas{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}










/* media queries  */
@media (min-width:769px) and (max-width:1100px){

    header .navbar{
        width: 100%;
    }
    .preguntas{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 10px;
    }
}
@media (max-width:768px){
 .blanco{
     background-color: hsla(174,63%,15%,0.15) !important;   
    }
    html{
        font-size: 55%;
    }
    .navMobile{
        display: block !important;
    }
  
    header #menu{
        display: block;
    }

    header .navbar{
        position: fixed;
        top:-120%; left: 0;
        width:100%;
        background:#fff;
    }

    header .navbar ul{
        flex-flow: column;
        padding:2rem;
    }

    header .navbar ul li{
        width:100%;
        text-align: center;
    }

    header .navbar ul li a{
        display: block;
        background:var(--gradient);
        margin:1rem 0;
        padding:1rem;
        font-size: 2.5rem;
        z-index: 0;
    }

    header .navbar ul li a::before{
        height:100%;
        bottom:0;
        z-index: -1;
        background:#333;
    }

    .fa-times{
        transform: rotate(180deg);
    }

    header .navbar.nav-toggle{
        top:7.4rem;
    }
    .home{
        background:url(../images/chicas/chica.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        /*min-width: 100%;*/
    }
    .home .content{
        text-align: center;
    }

    .core .row .image{
        display: none;
    }

    .contact .content{
        padding:3rem 0;
    }
    .caja{
        height:auto;
        width:90%;
    }
    .home .content h1, .home .content p{
       /* color:#333;*/
      text-shadow: 1px 1px 2px black;
    }
    .preguntas{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
    }
}

@media (max-width:500px){

    html{
        font-size: 50%;
    }
header{
    width:100vw;
}
    .home .content h1{
        font-size: 4rem;
    }
    .home{
        background:url(../images/chicas/chica.jpg) no-repeat;
        background-size: cover;
        background-position: center;
      /*  min-width: 100%;*/
        
     /*   min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background:url(../portadas/portada2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding-top: 9rem;*/
    }

    .home .image img{
        height:auto;
        width:90%;
    }

    .heading{
        width: auto;
    }

    .product .box-container .box{
        flex-flow: column;
    }

    .product .box-container .box .image img{
        width:85%;
        border:none;
    }
    .preguntas{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 20px;
    }

}

/* nieve */


@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
 
.fa-snowflake {
   color: #fff;
   position: absolute;
   top: -2px;
   animation: fall linear forwards;
}

@keyframes fall {
   to {
       transform: translateY(105vh);
   }
}

.countdown-container {
   display: flex;
}

.time {
   display: flex;
   font-size: 1.2em;
   flex-direction: column;
   margin: 0 15px;
}

.time h1 {
   margin-bottom: 0;
}

.time small {
   color: #ccc;
}


.navMobile{
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: var(--container-color);
    box-shadow: 0 -1px 12px hsla(var(--hue), var(--sat), 35%, 0.35);
    width: 100%;
    height: 6.5rem;
    padding: 0 1rem;
    display: grid;
    align-content: center;
    border-radius: 1.25rem 1.25rem 0 0;
    transition: .4s;
    z-index: 9;
    display: flex;

}

.nav__list, 
.nav__link {
  display: flex;
 
}
.nav__list{
    height: 100%;
}


.nav__link {
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
  color:black;
  /*
  color: var(--title-color);*/
  font-weight: 800;
  font-size: 12px;
}

.nav__list {
  justify-content: space-around;
}

.nav__name {
  font-size: var(--tiny-font-size);
  /* display: none;*/ /* Minimalist design, hidden labels */
}

.nav__icon {
 /* font-size: 1.5rem;*/
  height: 42px;
}

/*Active link*/
.active-link {
  position: relative;
 /* color: var(--first-color);*/
 color:black;
  transition: .3s;
}

.nav__item{
    list-style:none;
    display:flex;
    align-items: center;
    justify-content: center;
}




[data-aos] {
    pointer-events: none;
  }
  .aos-animate {
    pointer-events: auto;
  }
  .aos-init[data-aos][data-aos].aos-animate {
    transform: unset;
  }


  /*  badge */

  .badge{
      font-size: 16px;
      position:absolute;
      top: -5px;
      right: -5px;
      padding: 0.5em;
      height: 1.5em;
      width: 1.5em;
      display: flex;
      justify-content: center;
      align-items: center;
      animation-name:animationBadge ;
      animation: 1s; 
      color:white;
  }
  .badgeRelleno{
    border-radius:  4em;
   border:1px solid white; 
    background-color:  green ;
  }
.cCarrito{
    position: relative;
}
.footer{
    padding-bottom: 6em;
}
.carroportada{
    height: 48px;
}

.preguntas{
   margin-bottom: 2em;
}
.preguntas a{
 font-size: 1.5em !important;
 /*border: 1px solid var(--azul);
 padding: 0.5em 0.25em;*/
}
.blanco{
    background: white;
    box-shadow: 0 1px 12px hsla(174,63%,15%,0.15);
}