body,html{
   overflow-x: hidden !important;
   
}
.web{
    overflow-y:hidden;
    overflow-x: hidden !important;
}
iframe {
    overflow: hidden !important;
    pointer-events: none !important;
}
/* fonts */


    @font-face{
    font-family: "Bagel Fat One", system-ui;
    font-weight: 400;
    font-style: normal;
    }
 
    @font-face {
    font-family: 'Rosebud';
    font-style: normal;
    font-weight: normal;
    src: local('Rosebud'), url('../fonts/Rosebud.woff') format('woff');
    }
        
.font-bagel{
font-family: "Bagel Fat One", system-ui;
font-weight: 400;
font-style: normal;
}
.font-neuton-regular {
    font-family: "Neuton", serif;
    font-weight: 400;
    font-style: normal;
  }
.font-rakkas-regular {
    font-family: "Rakkas", serif;
    font-weight: 400;
    font-style: normal;
  }
  .font-instrument-serif-regular {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .font-instrument-serif-regular-italic {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    font-style: italic;
  }
.font-anton-regular {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
.font-rosebud{
font-family: 'Rosebud';
font-style: normal;
font-weight: normal;
}
.font-spacing-titles{
    letter-spacing: -1.3px;
}
.font-spacing-subtitles{
    letter-spacing: -.63px;
}
.font-300{
    font-weight: 300;
}
.font-400{
    font-weight: 400;
}
.font-500{
    font-weight: 500;
}
.font-600{
    font-weight: 600;
}
.font-700{
    font-weight: 700;
}
.grecaptcha-badge {
    visibility: hidden;
 }
 .modal-pedido{
    cursor:pointer;
    background: #198754b9;
    box-shadow: 0 8px 32px 0 rgba(59, 63, 129, 0.199);
    backdrop-filter: blur( 3.5px );
    -webkit-backdrop-filter: blur( 3.5px );
    border-radius: 20px;
    border: 1px solid #5cb85c63;
    z-index:1000;
}
.text-edad{
    font-size:1.05rem;
    color:rgb(255, 255, 255) !important;
    text-shadow: 0 2px 4px rgb(29 29 29 / 36%);
}
.text-logo{
    color: #E13523;
    font-size:2.5rem;
}

.home-background{
    background-image: url('../img/home.jpg');
    min-height:900px;
    background-size: cover;
    background-repeat: no-repeat;  
}
#acerca-de{
    background-image: url('../img/cuadros.png');
    background-size: contain;
    background-attachment: fixed;
    background-position: center;
    --mask:
    radial-gradient(34.99px at 50% 48px,#000 99%,#0000 101%) calc(50% - 60px) 0/120px 100%,
    radial-gradient(34.99px at 50% -18px,#0000 99%,#000 101%) 50% 30px/120px 100% repeat-x;
  -webkit-mask: var(--mask);
          mask: var(--mask);
}
#about{
    padding-top:1%;
}
.cuadros-rosa{
    background-image: url('../img/cuadros-rosa.png');
    background-size: contain;
    background-attachment: fixed;
    background-position: center;

}
.diana-about{
    padding-top:1% !important; 
}
.marquee-text {
    overflow: clip;
    color:#cd104d;
    background-color: #ff8e9e;
    font-size:1.8rem;
  }
  .overflow-text {
    overflow: clip;
    font-size:11rem; letter-spacing:0em;
    margin-top:-10rem;
    color:#ffff;
  }
  .overflow-track {
    display: flex;
    margin-left: -3rem;
    gap: 0.5rem;
    width: max-content;
    
  }
.marquee-text-track {
    display: flex;
    padding-left: 1.8rem;
    gap: 0.5rem;
    padding-top:1rem;
    width: max-content;
    animation: marquee-move-text var(--speed, 50s) linear infinite var(
        --direction,
        forwards
      );
  }
  

  @keyframes marquee-move-text {
    to {
      transform: translateX(-50%);
    }
  }

.round-img{
    border-radius: 200px 200px 10px 10px;
    -moz-border-radius: 200px 200px 10px 10px;
    -webkit-border-radius: 200px 200px 10px 10px;
    border: 0px solid #000000;
}
.round-img-about{
    border-radius: 200px 200px 10px 10px;
    -moz-border-radius: 200px 200px 10px 10px;
    -webkit-border-radius: 200px 200px 10px 10px;
    border: 15px solid #ff8e9e;
}

.inicio-margin{
    margin-top:5%;
}
.bloque-text{
    font-size:2rem;
    color:#222222;
    width:80%;
}
.text-right{
    text-align:right;
}
.title{
    font-size: 6rem;
    color:#ffffff;
    line-height: 95%;
    margin-top:10rem;
}
.subtitle{
    font-size: 1.8rem;
    color:#222222;
}
.social-icons{
    font-size:2.5rem;
    color:#FFFF;
}
.footer{
    font-size:15px;
    color:#313131;
}
.iconos-footer a i{
    font-size:1.5rem;
    color:#313131;
}

/* divs */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000; 
}
.header.scrolls {
    padding: 5px 0;
    background: #f3ebdee3;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px) ; 
}

.header.scrolls.scrolled>div a:hover {
    color: #1f6f78 !important
}

body.modal-open .web{
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

.header.scrolls> button{
    color: #474647 !important
}

.follow-us span{
    color: #cd104d !important;
    font-size: 1.8rem;
    padding:4rem;
}
.follow-us span i{
    color: #cd104d !important;
}
.follow-us a{
    text-decoration: none;
    cursor: pointer;
}

.navbar-brand{
    padding-left:1rem;
    color: #ffffff !important;
}
.nav-link {
    color: #313131 !important;
    font-size:1rem;
    transition: 0.7s;
    cursor:pointer;
}
.nav-social{
    font-size:1.5rem;
    color:#E13523;
    text-decoration:none;
}
.nav-link:hover {
    color: #E13523 !important;
    font-size:1rem;
}
.nav-link-cart {
    color: rgb(0, 0, 0) !important;
    font-size:1.1rem;
    transition: 0.7s;
    cursor:pointer;
    text-decoration: none;
}
.nav-link-cart:hover {
    color: #363636 !important;
    font-size:1.15rem;
}
.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    cursor:pointer;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(59, 63, 129, 0.199);
    backdrop-filter: blur( 3.5px );
    -webkit-backdrop-filter: blur( 3.5px );
    border-radius: 20px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    z-index:1000;
}
.bloque-mision{
    background: rgba(251, 251, 251, 0.878);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px) ; 
    color:#313131;
    width:80%;
    border-radius: 2rem;
    font-size: 2.8rem;
}
.bloque-diana{
    background: rgba(251, 251, 251, 0.878);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px) ; 
    color:#313131;
    width:100%;
    border-radius: 2rem;
    font-size:2.2rem;
}
#colecciones{
    background-color: #ffcdc6;
}
/* card  */

.card-padding{
    padding:2em 2rem 2rem 2rem;
}

.card-coleciones{
    transition: 0.5s;
    cursor:pointer;
    box-shadow: 6px 5px 16px -6px rgba(205,16,77,0.28);
    -webkit-box-shadow: 6px 5px 16px -6px rgba(205,16,77,0.28);
    -moz-box-shadow: 6px 5px 16px -6px rgba(205,16,77,0.28);
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    height:600px;
    border-radius: 2rem;
}
.card-coleciones:hover .card-titulo{
    color:rgb(255, 255, 255) !important;
    text-shadow: 0 2px 4px rgb(29 29 29 / 36%);
}
.card-coleciones:hover .bloque-text-card{
    color:rgb(255, 255, 255) !important;
    text-shadow: 0 2px 4px rgb(29 29 29 / 36%);
}
.card-coleciones:hover .card-titulo{
    color:rgb(255, 255, 255) !important;
    text-shadow: 0 2px 4px rgb(29 29 29 / 36%);
}
.card-coleciones:hover .bloque-text-card{
    color:rgb(255, 255, 255) !important;
    text-shadow: 0 2px 4px rgb(29 29 29 / 36%);
}
.blurry{
    backdrop-filter: blur(5px);  
}
.entre-olas-home{
    padding-top:1% !important;
    padding-bottom:1%;
    height:100%;
}
.entre-olas-home img{
    width:80%;
}
.diana-about img{
 width: 100%;
}
.card-coleciones img{
    width:60% !important;
}
.slick-slide {
    outline: none
}
/* botones */
.btn-tabu-pedido{
    transition: 0.7s;
    color:#ffffff;
    border-color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0); 
    font-size:0.9rem;
    padding:0.7rem 1.3rem 0.7rem 1.3rem;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    border-radius: 25px!important;
}
.btn-tabu-pedido:hover{
    color:#ffffff;
    border-color: rgba(0, 0, 0, 0.74);
    background: rgba(0, 0, 0, 0.74);
    font-weight: 600;
}
.btn-diana{
    transition: 0.7s;
    background: #ff8e9e;
    color: #e24f1e;
    font-size:1.2rem;
    padding:0.7rem 1.3rem 0.7rem 1.3rem;
    border-radius: 2rem!important;
    border: 3.5px solid #e24f1e;
}
.btn-diana:hover{
    font-size:1.2rem;
    background: #e24f1e;
    color: #ff8e9e;
    border-color:#e24f1e; 
}
.btn-contacto-alt{
    transition: 0.7s;
    background: #3baea0;
    color: #ffffff;
    border-color:#3baea0;   
    font-size:0.9rem;
    padding:0.7rem 1.3rem 0.7rem 1.3rem;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    border-radius: 5px!important;
    box-shadow: 0 8px 32px 0 rgba(59, 63, 129, 0.199);

}
.btn-contacto-alt:hover{
    font-size:1rem;
    font-weight: 600;
    background: #3baea0;
    color: #ffffff;
    border-color:#3baea0; 
}
.carousel-item img{
    width:80%;
}

@keyframes shimmy {
    0% {
      transform: translateY(-5px);    
    }
    100% {
      transform: translateY(5px);
    }
  }

/* colores */

.rosado-claro{
    background-color: #ff8e9e;
}
.texto-negro{
    color:rgb(31, 31, 31);
}

 /* contact form */

.form-control{
    font-family: 'Euclid Circular A Regular';
    font-style: normal;
    font-weight: normal;
    color:rgba(0, 0, 0, 0.507);
    font-size:14px;
    line-height: 1.5;
    display: block;
    width: 100%;
    height: calc(2.75rem + 2px);
    padding: .625rem .75rem;
    transition: all .2s cubic-bezier(.68, -.55, .265, 1.55); 
    border: 1px solid #000000;
    border-radius: .375rem;
    background-color: rgba(255, 255, 255, 0);
    background-clip: padding-box;
    box-shadow: none;
}
.form-control::-webkit-input-placeholder{
    color:rgb(255, 255, 255);
}
.form-control-alternative{
    transition: box-shadow .15s ease; 
    color:rgb(255, 255, 255);
    border: 0;
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
}
.form-control-alternative:focus{
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.input-group-alternative{
    transition: box-shadow .15s ease; 
    border: 0;
    box-shadow: 0 1px 3px rgba(104, 104, 104, 0.123), 0 1px 0 rgba(0, 0, 0, .02);
}
.input-group-alternative .form-control,
.input-group-alternative .input-group-text{
    border: 0;
    box-shadow: none;
}
.input-group-text{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    font-family: 'Euclid Circular A Regular';
    font-style: normal;
    font-weight: normal;
    color:rgb(255, 255, 255);
    margin-bottom: 0;
    padding: .625rem .75rem;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #000000;
    border-radius: .375rem; 
    background-color: rgba(255, 255, 255, 0);
    align-items: center;
}
.title-tienda{
    color:#ff8e9e;
    font-size:3.5rem;
    letter-spacing: 2px;
    text-shadow: 3px 5px 0px rgba(237,99,53,1);
}
/* responsive */

@media (max-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .navbar .navbar-collapse {
        text-align: center;
    }
    .navbar-brand{
        padding-left:1rem;
        width:300px!important;
    }
    .entre-olas-home{
        padding-top:15% !important;
        padding-bottom:25% !important;
    }
    .entre-olas-home img{
        display: block;
        margin: 0 auto;
        width:60%;
    }
    .card-colleciones img{
        width:30%;
    }
    .bloque-text{
        font-size:1.3rem;
        color:#474647;
        width:80%;
    }
    .title{
        font-size: 4rem;
        color:#1f6f78;
    }
    .inicio-margin{
        margin-top:-10%;
    }
    .subtitle{
        font-size: 1.2rem;
        color:#161616;
    }
    .title-about{
        font-size: 2.5rem;
        color:#1f6f78;
    }
    .subtitle-about{
        font-size: 1.2rem;
        color:#161616;
    }
    .home-background{
        min-height:400px;
        background-size: cover;
        background-repeat: no-repeat;  
    }
    .bloque-mision{
        font-size: 1.8rem;
    }
    .title-tienda{
        font-size:2.5rem;
    }
    .overflow-text {
        font-size:7.6rem; letter-spacing:0em;
        margin-top:-6rem;
    }
    .bloque-diana{
        font-size:1.8rem;
        margin-top:-10%;
    }
    .text-logo{
        font-size:2rem;
    }
    .diana-about img{
        width: 60%;
       }
}
.navbar-toggler span {
    display: block;
    background-color: #4f4f4f;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
  }
  .navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
  }
  
  .navbar-toggler span:nth-child(2) {
    opacity: 1;
  }
  
  .navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
  }
  
  .navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
  }
  
  .navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
  }
  
  .navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
  }
  
  .navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
  }
  .alert-fixed {
    position:fixed; 
    bottom: 0px; 
    left: 0px; 
    width: 100%;
    z-index:9999; 
    border-radius:0px
}
.custom-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 2.5rem;
    color: #e24f1e;
    cursor: pointer;
    z-index: 1;
    background-color:#ff8e9e;
    border-radius: 10rem;
  }

  .prev-custom {
    left: -50px;
  }

  .next-custom {
    right: -50px;
  }
  /* Oculta flechas por defecto */
  .slick-prev, .slick-next {
    display: none !important;
  }
/** Text Gradient Example */ 
.text-gradient {
    background: linear-gradient(58deg, #ffffff 50%, #ffd9b8 67%, #ffd3d9 96%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
