

*{
    -webkit-tap-highlight-color:rgba(0,0,0,0)  
}
  
input,
textarea,
button,
select,
a{
    -webkit-tap-highlight-color:rgba(0,0,0,0)
}
  
a:focus,
a:visited,
a:active{
    outline:none;
}




body {
    background-color: var(--color1);
    margin: 0;
    background: linear-gradient(90deg, var(--color4) 0%, var(--color1) 70%,  var(--color1) 100%);

}

@font-face {
    font-family: "mi_font";
    src: url('../fonts/Montserrat-VariableFont_wght.ttf')  ;
    font-weight: 400;
} 

.fondo_textura{
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;


    --s: 120px; /* control the size*/
    --c2:var(--color7);
    --c1:var(--color4);
    
    background:
        conic-gradient(from -45deg,var(--c1) 90deg,#0000 0 180deg,var(--c2) 0 270deg,#0000 0)   
        0 calc(var(--s)/2)/var(--s) var(--s),    
        conic-gradient(from 135deg at 50% 0,var(--c1) 90deg,var(--c2) 0)  
        0 0/calc(2*var(--s)) var(--s);
    
}

.fondo_logo{
    border-radius:15px; 
    margin-top:3px;
    margin-left:-5px; display: inline-block; 
    width: 90px;
    height: 64px; 
    background-color: #ffea00; 
    position:absolute;
}

.fondo_verde{
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(255,237,0);
}

.contenedor_pestañas{
    position: relative;
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
}

#container_logo_estado{
    height:70px;
    width: auto;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
 
}

#container_logo_estado img{
    margin: 0;
    height:50px;
    margin-left: 30px;
    width: auto;
    position: relative;
 
}


.video_reel{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    height: 400px;
    border-radius:15px ;
}
.logo_de_estado {
    position:absolute;
    margin-top: 0px;
    opacity: 0;
    height: 70px;
    pointer-events: none;
    animation: aparicion 2s;
    animation-fill-mode: forwards
}

@keyframes aparicion {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.ver_mas{
    text-decoration: none;
    border-radius: 8px;
    cursor: pointer;
    padding: 15px;
    width: 150px;
    height: 30px;
    color: var(--color6);
    background: var(--color8);
    font-size: 24px;
    position: block;
    margin-left: auto;
    margin-right:auto;
    font-family: mi_font;
    text-align: center;
    font-weight: 800
}



:root{
    --color1:#ffffff;
    --color2:#f3d5c8;
    --color3:#917b66;
    --color4:#fff7f5;
    --color7:#fcf1ed;
    --color5:#dcb67f;
    --color6:#00a160;
    --color8:#ffea00;
    --color9:#016941;
    
 

  
}

.contenedor_busqueda{
    position:relative;
    width:50%;
    height:50px;
}

.filtro_busqueda{
    margin-top:6px;
    position:absolute;
    left:0;
    width:62px;
    height:38px;
    border-top-left-radius: 10px; 
    border-bottom-left-radius: 10px; 
    cursor:pointer;
    border: 1px #555 solid;
    background: var(--color8);
    font-family:"mi_font";
    font-size:13px;

}

.input_busqueda{
    margin-top:5px;
    width:100%;
    height:40px;
    border-radius:10px;
    padding-left:70px;
    font-family:"mi_font";
    font-size:15px;
    
    
}

#boton_buscar{
    margin-top:6px;
    position:absolute;
    right:0;
    width:50px;
    height:38px;
    border-top-right-radius: 10px; 
    border-bottom-right-radius: 10px; 
    cursor:pointer;
    border: 1px #555 solid;
    background: var(--color8);

}

.anuncio_cifras{
    position:absolute;
    width:auto;
    height:50px;
    color:#fff;
    line-height:50px;
    font-family:"mi_font";
    font-size:15px;
    left:20px;
}


.inicio_sesion{
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position:absolute;
    width:auto;
    height:50px;
    color:#fff;
    line-height:50px;
    font-family:"mi_font";
    font-size:15px;
    right:40px;
    cursor: pointer;
    transition: 400ms;
    border-radius: 10px;
}


.inicio_sesion:hover{
    
    background: linear-gradient(130deg, var(--color1-claro) 0%, var(--color6) 40%);
    box-shadow:  -6px -5px 12px var(--color6), 4px 8px 25px rgba(148, 41, 9, 0.5);
}



.inicio_sesion >img {
    height:45px;
     
}



.contenedor_pago{
    top:0;
    display: none;
    position: sticky;
    width:100%;
    height:0px;
    justify-content:center;
    align-content:center;
    z-index:150;
}



.pasarela_pago{
    position:sticky;
    width:100%;
    max-width:500px;
    height:600px;
    display: block;
    background:#742384;
    color:#fff;
    justify-content:center;
    border-radius:25px;
     animation:animacion_pasarela_pago 200ms forwards;
     overflow: hidden;
    
}


@keyframes animacion_pasarela_pago{
    0%{
        width:0
    }
    100%{
        
        width:500px
    }
}






.monto_a_pagar{
    margin-top:20px;
    width:190px;
    height:auto;
    color:#fff;
    font-family:"mi_font";
    font-size:18px;
    text-align:center;
    display:block;
    margin-left:auto;
    margin-right:auto;
    
}

.boton_confirmar_pago{
    margin-top:20px;
    background:#00cebc;
    width:260px;
    border-radius:10px;
    height:50px;
    color:#fff;
    cursor:pointer;
    font-family:"mi_font";
    border: 1px #fff solid;
    text-align:center;
    line-height: 55px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    animation:animacion_boton_pago 200ms forwards;
    overflow:hidden;
    
}

.boton_confirmar_pago:hover{
    background:#00ebd6;
}


@keyframes animacion_boton_pago{
    0%{
        width:0
    }
    100%{
        
        width:260px
    }
}

.boton_cerrar_pago{
    width: 40px;
    position:absolute;
    display: block;
    cursor: pointer;
    right:10px;
    top:10px;
}


.fondo_descarga{
    width: 100%;
    height: auto;
     --s: 120px; /* control the size*/
    --c2:var(--color7);
    --c1:var(--color4);
    
    background:
        conic-gradient(from -45deg,var(--c1) 90deg,#0000 0 180deg,var(--c2) 0 270deg,#0000 0)   
        0 calc(var(--s)/2)/var(--s) var(--s),    
        conic-gradient(from 135deg at 50% 0,var(--c1) 90deg,var(--c2) 0)  
        0 0/calc(2*var(--s)) var(--s);
    
}


.fondo_descarga >img{
    display :block;
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    
}

.fondo_descarga >p{
    display :block;
    width: 100%;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
    font-family: "mi_font";
    font-size: 18px;
    color: #555;
    
}




.fondo{
    width: 60%;
    height: 350px;
    position: absolute;
    pointer-events: none;
    
}

.fondo_arco{
    z-index: 30;
    right: 0;
    margin: 0;
    position: absolute;
    width: 870px;
    height: auto;
    pointer-events: none;
}




.fondo_arco svg{
    position: absolute;
    right: 0;
    width: 100%;
    height:420px;
    min-height: 700px;
}

.fondo_arco svg path{
    fill: var(--color4);
}

.marquee_contenedor{
  width: 100%; 
  height: 40px; 
  overflow: hidden; 
  position: relative;
  background-color: var(--color8); 
  z-index: 100;
}

.contenedor_compra{
    position: absolute;
    background: var(--color6);
    height:40px;
    min-width: 50px;
    width: auto;
    z-index: 120;
    right: 30px;
}

.contenedor_idioma{
    position: absolute;
    width: 62px;
    height: auto;
    min-height:50px;
    z-index: 120;
    right: 90px;
    overflow:hidden;
   
}





.boton_menu{
    width: 70px;
    margin-left: 15px;
    display: none;
    cursor: pointer;
}
.boton_cerrar_menu{
    width: 70px;
    margin-left: 15px;
    display: none;
    cursor: pointer;
}



.texto_anuncio{
    margin-left:10%;
    position:absolute;
    width:50%;
    text-align:center;
    line-height:40px;
    height:40px;
    font-family: "mi_font";
    font-size:18px;
    color:var(--color6);
    font-weight:600;
    white-space: nowrap; 
    animation: marquee 20s linear infinite;
   
}


@keyframes marquee {
  0% {
    transform: translateX(-100%); 
  }
  100% {
    transform: translateX(100%); 
  }
}


.boton_yape_plin{
    
    width:100%;
    height:45px;
    border-radius:20px;
    margin-top:12px;
    margin-bottom:15px;
    background:#742384;
    color:#fff;
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;

}

.boton_yape_plin:hover{
     background:#862799;
}



.marca_logo{
    pointer-events:none;
    margin-top:160px;
    width:350px;
    height:250px;
    position: absolute;
    
}
.container_visualizador_general{
    display:flex;
    width:100%;
    height:auto;
  
    
}



.container_visualizador{
    width:87%;
    display:flex;
    min-height:900px;
    height:auto;
    line-height: 20px;

}

.visualizador{
    width:50%;
    height:auto;
    overflow-y:hidden;
    
}

.detalles_producto{
    top:0;
    position:sticky;
    display:block;
    min-height:200px;
    background:#fff;
    width:50%;
    height:700px;
  
    overflow:hidden;
    margin-bottom: 40px;
   
    
}

.contenedor_login{
    font-family: "mi_font";
    border-radius:10px;
    color: #555;
    font-size: 15px;
    padding: 40px;
    display: block;
    justify-content:center;
    margin-left: auto;
    margin-right: auto;
    width:280px;
    height:auto;
    background: var(--color8);
    box-shadow: 15px 15px 15px #00000057;
}

.contenedor_login >label{
   
    display: block; 
    width: 100%; 
    margin-top: 20px;
}

.contenedor_login > img{
    background: #dddcdc;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-LEFT: 1px;
    margin-top: 21px;
    height: 18px;
    padding: 10px;
    position: absolute;
    pointer-events: none;
}

.logo_login{
 
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 20px;
    height: 20px;
    position: absolute;
    pointer-events: none;
}




.contenedor_login >input{
    border: none;
    background:#fff;
    display: block; 
    padding-left: 55px;
    padding-right: 20px;
    font-family: "mi_font";
    font-size: 15px;
    width: 100%; 
    height:40px;
    border-radius:10px;
    margin-top: 20px;
    
}



.contenedor_login >button{
    font-family: "mi_font";
    font-size: 16px;
    border: none;
    background:var(--color6);
    color:#fff;
    display: block; 
    width: 100%; 
    height:40px;
    border-radius:10px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor:pointer;
}



.container_panel_imagenes{
   
    height:auto;
    width:13%; 
   
    
    
}

.panel_imagenes{
    top:0;
    position:sticky;
    height:750px;
    width:100%; 
    overflow-y:hidden;
    
}






.panel_cotizar{
     display: flex;
    flex-direction: column; 
    align-items: center;    
    justify-content: center; 
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 30px;
    width:80%;
    height:auto;
    max-width:700px;
    border-radius:20px;
    background:var(--color8);
    padding:20px;
    font-family: "mi_font";
    font-size: 18px;
    font-weight: 400;
    color:#555;
     box-shadow:  14px 18px 25px rgba(148, 41, 9, 0.3);
    
}

.panel_preguntas{
     display: flex;
    flex-direction: column; 
    align-items: center;    
    justify-content: center; 
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 30px;
    width:80%;
    height:auto;
    max-width:700px;
    border-radius:20px;
    background:var(--color8);
    padding:20px;
    font-family: "mi_font";
    font-size: 16px;
    font-weight: 400;
    color:#555;
     box-shadow:  14px 18px 25px rgba(148, 41, 9, 0.3);
    
}

details {
    width: 80%;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
    
  }
  
summary {
    cursor: pointer;
    font-weight: bold;
    
}


.marca_al_agua{
    pointer-events:none;
    margin-left:300px;
    margin-top:80px;
    width:400px;
    height:280px;
    position: absolute;
}

.espacio_logo{
    width: 70px;
    height: 0px;
}

.pestaña{
    align-content: center;
    text-align: center;
    width: 90px;
    height: 50px;
    cursor: pointer;
    margin-left: 2.5%;
    margin-right: 2.5%;
    z-index: 120;
    justify-content: center;
   
    
    
}

.pestaña a{
    text-decoration: none;
    line-height:50px;
    color: #fff;
    font-family: "mi_font";
    font-size: 15px;
    display: block;
    position: relative;
    text-align: center;
    width: 130px;
    height: 50px;
    cursor: pointer;
    border-radius: 10px;
    z-index: 5;
    transition: 700ms;

}


.pestaña:hover a{
    background: linear-gradient(130deg, var(--color1-claro) 0%, var(--color1) 40%);
    box-shadow:  -6px -5px 12px #fffce4a9, 4px 8px 25px rgba(148, 41, 9, 0.3);
}


.svg_logo{
    width: 80px;
    height: 80px;
    filter: drop-shadow(2px 2px 1px #00000005);
    cursor: pointer;
    z-index: 80;

}


.container_intro{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.countainer_logo{    
    
   
    border-radius: 25px;
    width: 400px;
    height: 300px;
    padding-bottom: 20px;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 30px;
 
}

.intro_logo{
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    filter: drop-shadow(10px 10px 2px rgba(0,0,0,0.1));
}

.sub_titulo_intro{
    margin-top: -160px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;

    color: var(--color6);
    font-size: 25px;
    filter: drop-shadow(5px 5px 2px rgba(0,0,0,0.2));
    transition: 700ms;
    opacity: 0;
    animation: aparicion 3s;
    font-family: "mi_font";
}

@keyframes aparicion{
    to{
        opacity: 1;
    }
}


.pie_pagina_intro{
    text-align: center;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: auto;
    bottom: 80px;
    color: #fff;
    font-size: 20px;
    filter: drop-shadow(5px 5px 2px rgba(0,0,0,0.2));
    font-family: "mi_font";
}

.intro_logo path:nth-child(1){
    opacity: 0;
    position: absolute;
    animation: animacion_logo2 4s ease forwards 1.8s;
    
}
.intro_logo path:nth-child(2){
    stroke-dasharray: 8000;
    stroke-dashoffset: 8000;
    animation: animacion_logo 4s ease forwards 1.1s;
}
.intro_logo path:nth-child(3){
    stroke-dasharray: 8000;
    stroke-dashoffset: 8000;
    animation: animacion_logo 4s ease forwards 800ms;
}

.intro_logo path:nth-child(4){
    stroke-dasharray: 8000;
    stroke-dashoffset: 8000;
    animation: animacion_logo 4s ease forwards 400ms;
}

.intro_logo path:nth-child(5){
    
    stroke-dasharray: 8000;
    stroke-dashoffset: 8000;
    animation: animacion_logo 4s ease forwards 200ms;
}


@keyframes animacion_logo{
 
    to{
        stroke-dashoffset: 0; 
        scale:1;
      
    }
}

@keyframes animacion_logo2{
    
    0%{
        opacity: 0;
        transform: scaleY(0.4) translateY(120px)
    }

    2%{  opacity: 1;
        transform: scaleY(0.4) translateY(120px)
    }

    7%{
        transform: scaleY(1) translateY(-50px)
    }
    12%{
        transform: scaleY(1) translateY(0px)
    }

    15%{
        
        transform: scaleY(0.8) translateY(20px)
    }
    18%{
        transform: scaleY(1) translateY(0px)
    }

    100%{
        opacity: 1;
    }


}





.barra{
    display: flex;
    color:#fff;
    background: var(--color6);
    height: 50px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin: 0;
    justify-content: center;
    z-index:100;
    
}


.sub_barra{
    display: flex;
    color:#fff;
    background: var(--color9);
    height: 50px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin: 0;
    margin-bottom: 0;
    justify-content: center;
    z-index:90;
    
}


.img_logo{
    margin-left: auto;
    margin-right: auto;
    height: 70px;
  
}

.contenedor_principal{
    display: flex;
    position: relative;
    width: 100%;
    height: auto;

}

.letrero{
    overflow: hidden;
    margin-right: 10px;
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
    width: 450px;
    height: auto;
    padding-bottom: 10px;
    color: var(--color3);
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 50px;
    z-index: 60;
    transition: 1s;
}



#letrero2{
    display: none;
    
}

#letrero3{
    display: none;
    
}

#letrero4{
    display: none;
    
}





.boton1{
    text-decoration: none;
    border-radius: 8px;
    cursor: pointer;
    padding: 15px;
    width: 90px;
    height: 40px;
    color: var(--color6);
    background: var(--color8);
    font-size: 17px;
}

.boton1:hover{
  
    background: #a2bdda;
    
}

.boton2{
    text-decoration: none;
    border-radius: 8px;
    cursor: pointer;
    padding: 15px;
    width: 90px;
    height: 40px;
    color: var(--color6);
    background: var(--color8);
    font-size: 17px;
}


.boton2:hover{
  
    background: #ecc389;
    
}

.titulo{
    text-align: center;
    color: var(--color3);
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
    z-index: 40;
    
}

.subtitulo{
    text-align: center;
    color: var(--color3);
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    z-index: 40;
    
}


.contenedor_subtitulo{
    background: var(--color4);
    display:flex;
    width: 100%;
    overflow: hidden;
    height: auto;
    justify-content: center;
}

.contenedor_subtitulo svg{
    margin-left: 50px;
    margin-right: 50px;
    
}

.texto{

    text-align: center;
    color: var(--color3);
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    
}

.parrafos{
    font-family: "mi_font";
    font-size: 18px;
    text-decoration: none;
    color: var(--color3);
    text-align: justify;
}


.contenedor_slider_2{
    width: 69%;
    height: 450px;
    overflow-y: hidden;
    flex: left;

}

.contenedor_slider{
    width: 69%;
    height: auto;
    overflow-x: hidden;
 

}




.contenedor_slider_galeria{
   
    width: 100%;
    height:auto;
    overflow-y: hidden;
   

}

.slider{
    display:flex;
    height:auto;
    width: auto;
    
}


#drag::-webkit-scrollbar {
    width: 2%; 
    height: 5px; 
}




.slider_2{
    display: flex;
    height:400px;
    width: 380px;
    flex: left;
    
}

.img{
    position: relative;
    height: 100%;
    width: auto; 
    border-radius: 15px;
    margin-left: 10px;
    border: 8px #fcfcfc solid ;
    cursor: pointer;

}

.contenedor_items{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background:
    conic-gradient(from -45deg,var(--c1) 90deg,#0000 0 180deg,var(--c2) 0 270deg,#0000 0)   
    0 calc(var(--s)/2)/var(--s) var(--s),    
    conic-gradient(from 135deg at 50% 0,var(--c1) 90deg,var(--c2) 0)  
    0 0/calc(2*var(--s)) var(--s);

}

.item{
    position: relative;
    display: flex;
    width: 130px;
    height: 200px;
    cursor: pointer;
    margin: 5px;
    z-index: 50;
    transition: 700ms;
}

.item span {
    transition: 700ms;
}

.item img {
    margin-left: 10px;
    width: 120px;
    position: absolute;
    z-index:50;

}



.item:hover span {
    scale: 1.2;
    transition: 800ms;
}

.item:hover img{
    scale: 1.2;
    transition: 200ms;
}




.item span:nth-child(1){
    margin-left: 8px;
    position: absolute;
    background: var(--color8);
    width: 120px;
    height: 120px;
    border-radius: 100px;
   
}




.container_resultados_busqueda{
    display: flex;           
    flex-wrap: wrap;         
    gap: 10px;              
    justify-content: flex-start;
    margin-bottom:80px;
}



.texto_item{
    margin-top: 130px;
    width:250px;
    height: 50px;
    text-align: center;
    color: var(--color3);
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    bottom: 0;
}

.gradiente{
    position: absolute;
    width: 100%;
    height: 420px;
    right: 30%;
    z-index: 20;
    pointer-events: none;
  
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%,  var(--color1) 100%);
}

.contenedor_2{
    position: relative;
    display: block;
    margin-top: 30px;
    width: 100%;
    height: auto;
    max-height: 85px;
    justify-content: center;
    display: flex;
    z-index: 40;
   
}

.contenedor_2 svg{
    margin-left: 50px;
    margin-right: 50px;
}

.contenedor_3{
    padding-top: 20px;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: auto;
    padding-bottom: 30px;
    background: var(--color2);
    z-index: 50;

}

.contenedor_3_2{
    background: var(-color5);
    display: flex;
    margin-left: 50px;
    margin-right: 50px;
    height: auto;
    min-height: 80px;
    border-radius: 20px;
    
}

.carta{
    margin: 20px;
    width: 33.33%;
    display: block;
    height: 200px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
}

.carta svg {
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 80px;
}


.carta:hover svg path:nth-child(1){
    stroke-dasharray: 1800;
    stroke-dashoffset: 1800;
    animation: escritura 2s ease forwards ;
    animation-iteration-count: infinite; 
} 

.carta:hover svg path:nth-child(2){
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
    animation: escritura 2s ease forwards 500ms;
    animation-iteration-count: infinite; 
} 

.carta:hover svg path:nth-child(3){
    stroke-dasharray: 8000;
    stroke-dashoffset: 8000;
    animation: escritura 2s ease forwards 800ms;
    animation-iteration-count: infinite; 
} 

.carta:hover svg path:nth-child(4){
    stroke-dasharray: 8000;
    stroke-dashoffset: 8000;
    animation: escritura 2s ease forwards 1000ms;
    animation-iteration-count: infinite; 
} 

.carta:hover svg path:nth-child(5){
    stroke-dasharray: 8000;
    stroke-dashoffset: 8000;
    animation: escritura 2s ease forwards 1200ms;
    animation-iteration-count: infinite; 
} 

.carta:hover svg path:nth-child(6){
    stroke-dasharray: 120;
    stroke-dashoffset: 120;
    animation: escritura 2s ease forwards;
    animation-iteration-count: infinite; 
} 





.carta:hover {
   animation: escritura;
}

 

@keyframes escritura{
    to{
        stroke-dashoffset: 0; 
    }

}

.carta p{
    font-size: 18px;
    color: var(--color3);
}

.carta_2{
    margin: 10px;
    border: 2px #fff solid;
    border-radius: 15px;
    display: block;
    position: relative;
    width: 200px;
    height: 220px;
    background: var(--color8) ;
    cursor: pointer;
    color: var(--color6);
    font-size: 20px;
    text-align: center;
}

.carta_2 img{
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.carta_2 svg{
    position: absolute;
    right: -10px;
    fill: var(--color6);

    width: 50px;
    height: 50px; 
    opacity: 0.8;
    margin-top: 180px;
}


.contenedor_4{
    overflow: hidden;
    background: var(--color4);
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.contenedor_4_2{
    transition: 700ms;
    display: flex;
    flex-wrap: wrap;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom:20px;
    height: auto;
    min-height: 80px;
    align-items: center;
    align-content: center;
    justify-content: center;
}



.pie_pagina{
    bottom: 0;
    width: 100%;
    height: 400px;
    margin: 0;
    display: flex;
    overflow: hidden;
    --s: 120px; /* control the size*/
    --c2:var(--color7);
    --c1:var(--color4);
    
    background: var(--color8);
}

.column{
    width: 33.33%;
    height: auto;
    margin: 50px;
    font-size: 17px;
    color: var(--color3);
   

}

.column div svg{
    display: block;
    min-width: 30px;

}



.column div{
    display: flex;
    text-align: center;
    align-content: center;
    align-items: center;
   

}

.container_info{
 
    display: flex;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: var(--color1);
  
}



.container_info svg{
    margin-top: 0px;
    margin-left: 50px;
    width: 40%;
    z-index: 20;
    fill: var(--color3);
    opacity: 0.5;


}


.container_info div{
    margin-top: 80px;
    width: 40%;
    height: auto;

}

.diseño_2{
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: -5px;
    left: 0;
    position: absolute;
  

}

.diseño_2 path{
    position: absolute;
    fill: var(--color4);
}


.fondo_carrito{
    margin:0;
    display:flex;
    flex-direction: row-reverse;
    width:100%;
    height:auto;
    background:var(--color4);
    
}




.contenedor_cartas{
    margin:0;
    margin-left:20px;
    margin-bottom:30px;
    width:70%;
    height:auto;
    border-radius:5px;
    box-shadow: 5px 5px 5px #0000004b;;
    margin-top:30px;
    background:#fff;
    
}

.contenedor_cartas h1{
    width:100%;
    height:40px;
    color:#555;
    font-family:"mi_font";
    font-size:20px;
    border-bottom: 1px solid #555;
}

.contenedor_totales{
    margin:0;
    margin-bottom:30px;
    width:30%;
    height:auto;
    margin-left:10px;
    border-radius:5px;
    box-shadow: 5px 5px 5px #0000004b;
    margin-top:30px;
    background:#fff;
}

.contenedor_totales h1{
    width:100%;
    height:40px;
    color:#555;
    font-family:"mi_font";
    font-size:25px;
    border-bottom: 1px solid #555;
}

.carta_compra{
    
    display:flex;
    width:100%;
    height:180px;
    margin-top:20px;
    border-bottom: 1px solid #999;
     
}

.contenedor_info{
    display:block;
    width:100%;
}


.fondo_mis_compras{
    margin:0;
    display:flex;
    flex-direction: row;
    width:100%;
    height:auto;
    background:var(--color4);
    
}


.contenedor_mis_compras{
    margin:0;
    margin-left:20px;
    margin-bottom:30px;
    width:50%;
    height:auto;
    border-radius:5px;
    box-shadow: 5px 5px 5px #0000004b;;
    margin-top:30px;
    background:#fff;
    padding-bottom: 40px ;
    
}

.contenedor_mis_compras h1{
    width:100%;
    height:40px;
    color:#555;
    font-family:"mi_font";
    font-size:20px;
    border-bottom: 1px solid #555;
}

.contenedor_cuenta{
    margin:0;
    margin-bottom:30px;
    width:50%;
    height:auto;
    margin-left:10px;
    border-radius:5px;
    box-shadow: 5px 5px 5px #0000004b;
    margin-top:30px;
    background:#fff;
}

.contenedor_cuenta h1{
    width:100%;
    height:40px;
    color:#555;
    font-family:"mi_font";
    font-size:25px;
    border-bottom: 1px solid #555;
}


.contenedor_encabezado{
    display:flex;
    width:auto;
    height:auto;
}

.titulo_carta{
    width:60%;
    height:auto;
    margin:10px;
    max-height:80px;
    font-size:18px;
    font-family:"mi_font";
    color:#555;
    overflow:hidden;
}

.precio_carta{
    left: calc(70% - 100px);
    width:100px;
    height:auto;
    position:absolute;
    color:var(--color6);
    overflow:hidden;
    font-family:"mi_font";
    
}

.estado_producto{
    text-align: center;
    width:100%;
    height:auto;
    color:var(--color6);
    overflow:hidden;
    font-family:"mi_font";
    
}

.portada_carta_producto{
    width:200px;
    height:110px;
    border-radius:15px;
    overflow:hidden;
    cursor:pointer;
}

.contenedor_numero{
    justify-content: center;
    min-width:120px;
    width:120px;
    height:30px;
    border:4px solid var(--color8);
    border-radius: 15px;
    margin:4px;
    
}



.total_cuenta{
    width:100%;
    height:auto;
    color:#222;
    font-family:"mi_font";
    font-size:20px;
    font-weight:700;
   
}

.descripcion_y_precio_unitario{
    position: relative;
    height:40px;
    display:flex;
    font-family:"mi_font";
    font-size:11px;
    color:#888;
    
    
    border-bottom: 1px solid #555;
}


.descripcion_y_precio_unitario h2:nth-child(1) {
    position: absolute;
    left: 30%;
}

.descripcion_y_precio_unitario h2:nth-child(2) {
    position: absolute;
    right: 20px;
}

/*importante ya que en mis precios si existe 3er h2*/
.descripcion_y_precio_unitario h2:nth-child(3) {
    position: absolute;
    right: 130px;
}


.imagen_visualizacion_grande{
    
    width:700px;
    height:auto;
    cursor:pointer;
    margin-bottom:10px;
    display:block;
    position:relative;
    border-radius:10px;
    pointer-events:none
 
}


.detalles_de_compra{
    width:100%;
    height:auto;
    display: block;
    position:relative;
    font-family:"mi_font";
    font-size:16px;
    color:#222;
}


#paypal-button-container{
    margin-top:40px;
}



.datos_cuenta{
    margin-left: 20px;
    font-family:"mi_font";
    font-size:16px;
    color:#222;
    padding-bottom: 40px;
}

.datos_cuenta > button{
   
    color:#fff;
    width: 150px;
    height:50px;
    background: var(--color6);
     font-family:"mi_font";
    font-size:16px;
    cursor: pointer;
    border-radius: 15px;
    border: none;
}

.datos_cuenta > button:hover{
 
    background: #00bc70;
    
  
}


.contenedor_carrito{
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 30px;
    

}
    

@media screen and (max-width: 1100px) {
    
    .pestaña{
        align-content: center;
        text-align: center;
        width: 80px;
        height: 50px;
        cursor: pointer;
        margin-left: 1.5%;
        margin-right: 1.5%;
        z-index: 120;
        justify-content: center;
       
        
        
    }
    
}



@media screen and (max-width: 900px) {
    
.contenedor_carrito{
    position: fixed;
    bottom: 0;
    height: 60px;
    background: #fff;
    padding-top:20px ;
    padding-bottom: 20px;
    z-index: 10000;

}


    
.inicio_sesion{
    padding-left: 5px;
    padding-right: 5px;
    right:4%;
    cursor: pointer;
    transition: 400ms;
    border-radius: 10px;
}

.inicio_sesion >span {
    display: none;
     
}

.inicio_sesion >img {
    height:45px;
     
}
    
.contenedor_busqueda{
    right:0;
    position:relative;
    width:60%;
    height:50px;
}

    
.titulo_carta{
    font-size:18px;
    width:150px;
    height:auto;
    max-height: 85px;
   
  
}

    
.imagen_visualizacion_grande{
    width:550px;
    height:auto;
    max-height: 380px;
}
    
.contenedor_cartas{
    margin-left:0;
    padding-bottom:40px ;
    
}

.contenedor_totales{
    margin-left:0;
    width:100%;
    
}

.precio_carta{
    width: 80px;
    left: calc(100% - 80px);

}

.contenedor_pestañas{
    width: 60%;
    height: auto;
    padding-bottom: 200%;
    background: var(--color6);
    display: none;
}

.barra{
    top:0;
    display: block;
    position: sticky;
    height: 50px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
   
}

.contenedor_compra{
   margin-top: -50px;
 
}

.contenedor_idioma{
   margin-top: -50px;
  
 
}


.boton_menu{
    display: block;
    width: 70%;
    height: 100%;
}




.detalles_producto{
    width:100%;
    height: auto;
}


    

.logo_de_estado {
    height:60px;
  
}


    
.container_visualizador_general{
    display:block;
    width:100%;
    height:auto;
    overflow:hidden;
    
    
}

.container_panel_imagenes{

    height:auto;
    width:100%; 
    
}


.panel_imagenes{
    display:flex;
    height:auto;
    width:100%; 
    
    
}

.container_visualizador {
    width: 100%;
    height: auto;
   
    overflow: hidden; 
    display:block;
}

.visualizador {
    display: block;
    width: auto;
    
    height: 380px;
    white-space: nowrap; 
    overflow-x: auto; 
    overflow-y: hidden; 
}






    
.item{
    width: 70px;
    height: 110px;
}
    

    
.item span:nth-child(1){
    width: 70px;
    height: 70px;
   
   
}

.item img{
    width: 70px;
    height: 70px;
   
   
}



.contenedor_2{
    margin-top:5px;
}

.texto_item{
    overflow:hidden;
    white-space: nowrap;
    margin-top:80px;
    font-size:13px;
}



    
.pie_pagina_intro{
    font-size: 16px;
}
    
    
.sub_titulo_intro{
    font-size:18px
}
    
 .marca_logo{
     
    width:200px;
    height:130px;
    margin-top:278px;
     
 }
 
.marca_al_agua{

    display:none;
}




.pestaña{
    background:var(--color6);
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  
}

.pestaña a{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 17px;
}

#container_logo_estado{
    top:0;
    position: absolute;
    margin-left: calc(50% - 80px);

 
}




 .contenedor_3_2{

    margin-left: 8px;
    margin-right: 8px;
 
 }

 
.contenedor_4_2{
    transition: 700ms;
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    min-height: 80px;
}

.carta_2{
    margin: 5px;
    border: 2px #fff solid;
    border-radius: 15px;
    display: block;
    position: relative;
    width: 150px;
    height: 220px;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
}

.contenedor_4_2{

    margin-left: 0px;
    margin-right: 0px;

}

.contenedor_2 svg{
    margin-left: 5px;
    margin-right: 5px;
}


.pie_pagina{
  height: 250px
}


.column{
    justify-content: center;
    width: 30%;
    height: 150px;
    margin: 15px;
 
}

.countainer_logo{
    width: 250px;
    height: 200px;
}

.intro_logo{
    margin-top: 10px;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(10px 10px 2px rgba(0,0,0,0.1));
}


.fondo_carrito{
    display:block;
}

.fondo_mis_compras{
    display:block;
}

.contenedor_cartas{
    width:100%;
    
}

.contenedor_mis_compras{
    width:99%;
    margin-left: 0;
    
}

.contenedor_cuenta{
    width:99%;
    margin-left: 0;
    
}









}

@media screen and (max-width: 500px) {

   

    .container_info div{
        margin-top: 30px;
        width: 40%;
        height: auto;
    
    }
    
 

    .letrero{
        width: 340px;
        font-size: 40px;
    }

    .carta{
        margin: 0px;
        height: 220px;

       
       
    }

    .contenedor_3{
        padding-top: 60px;
    }
    
   
}