/*@charset "UTF-8";*/
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700;800&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');

body
{
	background-color:#fff;
	margin:0;
	height:100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}



input[type="radio"]
{
    -webkit-appearance: none;
    border: 1px solid #cccccc;
    position: relative;
	outline:0px;
	width:20px;
	height:20px;
	background-color:#fff;
    border-radius: 50%;
}

input[type="radio"]:hover
{
    border: 1px solid #000;
	cursor:pointer;
}
 
input[type="radio"]:checked
{
    border: 1px solid #700093;
    background-color: #700093;
}




.margenverproducto
{
    padding: 0px;
}

.paddingmenu
{
    padding-left: 0px; 
    padding-right: 0px;
}

.degradadorosa
{
    background: rgba(237,68,253,1);
    background: -moz-linear-gradient(top, rgba(237,68,253,1) 0%, rgba(78,71,212,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,68,253,1)), color-stop(100%, rgba(78,71,212,1)));
    background: -webkit-linear-gradient(top, rgba(237,68,253,1) 0%, rgba(78,71,212,1) 100%);
    background: -o-linear-gradient(top, rgba(237,68,253,1) 0%, rgba(78,71,212,1) 100%);
    background: -ms-linear-gradient(top, rgba(237,68,253,1) 0%, rgba(78,71,212,1) 100%);
    background: linear-gradient(to bottom, rgba(237,68,253,1) 0%, rgba(78,71,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed44fd', endColorstr='#4e47d4', GradientType=0 );
}



.boton_rojo_carrito
{
	padding-top:10px;
	padding-bottom:10px;
    padding-left: 20px;
    padding-right: 20px;
	color:#FFFFFF;
	font-size:14px;
	background-color:#ee534f;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_rojo_carrito:hover
{
	background-color:#c53734;
}



.Alertas
{
	position:fixed;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.4);
	z-index:1500;
	display:none;
	justify-content:center;
	align-items:center;
}
.Alertas.toggle
{
	display:flex;
}

.AlertasContenedor
{
	width:65%;
	max-width:480px;
	background-color:#FFFFFF;
	padding:40px;
	text-align:center;
}

.boton_negro_cuadrado
{
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:12px;
	background-color:#40404b;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_negro_cuadrado:hover
{
	background-color:#000;
    cursor: pointer;
}



.flexstart
{
	justify-content: flex-start;
}





#header 
{
    width:100%;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/*
			
ul, ol {
    list-style:none;
}

.nav {
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.nav > li {
float: left;
box-sizing: border-box;
margin: 0px;
padding: 0px;
}

.nav li a {
    background-color: #fff;
    color:#000;
    text-decoration:none;
    display:block;
    font-family: 'Baloo Paaji 2', cursive;
    font-size: 18px;
    font-weight: 700;
    padding: 15px;
}

.nav li a:hover {
    /*background-color:#ff9a24;
    color: #60008f;
}

.nav li ul {
    display:none;
    position:absolute;
    width:240px;
    padding-left: 0px;
}

.nav li:hover > ul {
    display:block;
    width: 240px;
}

.nav li ul li {
    position:relative;
    text-align: left;
    width: 240px;
}

.nav li ul li a {
    display: block;
    width: 240px;
    
}

.nav li ul li ul {
    left:240px;
    top:0px;
}
*/


* {
font-family:sans-serif;
list-style:none;
text-decoration:none;
margin:0;
padding:0;
}

.nav
{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
 
.nav > li {
float:left;
width: 100%;
}
 
.nav li a {
background:#fff;
color:#000;
display:block;
border:1px solid #e8e8e8;
padding:10px 12px;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
font-weight: 800;
font-size: 14px;
}

.nav > li > a {
background:#fff;
color:#000;
display:block;
border:0px;
padding:10px 12px;
box-sizing: border-box;
}
 
.nav li a:hover {
background:#000;
color: #fff;
}

.nav li ul {
display:none;
position:absolute;
width:240px;
-webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.1); 
box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.1);
}

.nav li:hover > ul {
display:block;
}

.nav li ul li {
position:relative;

}
 
.nav li ul li ul {
left:240px;
top:0;
}

.nav li .flecha{
font-size: 9px;
padding-left: 6px;
display: none;
}

.nav li a:not(:last-child) .flecha {
display: inline;
}







.textbox-linea
{
	box-sizing:border-box;  
	width:100%;
	padding:20px;
    padding-top: 15px;
    padding-bottom: 15px;
	border:1px solid #000;
	font-size:16px;
	color:#000;border-radius: 10px;
    
	transition: background-color .5s ease;
 	-webkit-transition: background-color .5s ease;
 	-moz-transition: background-color .5s ease;
 	-o-transition: background-color .5s ease;
}

.textbox-linea:hover
{
	outline:none;
}

.textbox-linea:focus 
{
	outline:none;
}

.textbox-linea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9badc0;
	font-family: 'Roboto', sans-serif; 
    font-weight: 300;
}

.textbox-linea::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9badc0;
    font-family: 'Roboto ', sans-serif;
    font-weight: 300;
}

.textbox-linea::-ms-input-placeholder { /* Microsoft Edge */
    color: #9badc0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}




.ventanasuscribir
{
    position: fixed;
    lef: 0px; 
    top: -140%; 
    width: 100%;
    height: 100%; 
    z-index: 1001;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.ventanasuscribir.toggle
{
    top: 0; 
}

.boton_azul
{
    padding: 15px;
    background-color: #00bcc3;
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.boton_azul:hover
{
    background-color: #323232;
}



.boton_verde
{
    padding: 15px;
    background-color: #16b985;
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.boton_verde:hover
{
    background-color: #13a275;
}


.boton_rojo
{
    padding: 15px;
    background-color:#E03033;
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.boton_rojo:hover
{
    background-color:#A10002;
}


.boton_naranja
{
    padding: 15px;
    background-color: #ff9934;
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.boton_naranja:hover
{
    background-color: #323232;
}


.boton_morado
{
    padding: 15px;
    background-color: #700093;
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.boton_morado:hover
{
    background-color: #323232;
}


.boton_negro
{
    padding: 15px;
    background-color: none;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 10px;
    font-size: 14px;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.boton_negro:hover
{
    background-color: #000;
    color: #fff;
}



.boton_blanco
{
    padding: 15px;
    background-color: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 14px;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.boton_blanco:hover
{
    background-color: #fff;
    color: #000;
}





.flexdireccion
{
    flex-direction: row;
}

.margen50y10
{
     padding: 50px;
}

.pc
{
    display: block;
}

.tablet
{
    display: none;
}

.movil
{
    display: none;
}

.botones_pc
{
    /*height: 75px !important;*/
    background-color: #2cbbc1; 
}

.departamentos
{
    position: fixed;
    height: 100%;
    width: 100%;
    left: -105%;
    top: 0px;
    background-color: #fff;
    z-index: 1000;
    
    -webkit-box-shadow: 12px 11px 26px -10px rgba(0,0,0,0.20);
    -moz-box-shadow: 12px 11px 26px -10px rgba(0,0,0,0.20);
    box-shadow: 12px 11px 26px -10px rgba(0,0,0,0.20);
    
    -webkit-transition:All 0.2s ease;
	-moz-transition:All 0.2s ease;
	-o-transition:All 0.2s ease;
}

.mostrardepartamentosmenu
{
    left: 0px;
}


.categorias
{
    position: fixed;
    height: 100%;
    width: 100%;
    left: -100%;
    background-color: #000;
    z-index: 1001;
    overflow-x: auto;
    
    -webkit-transition:All 0.2s ease;
	-moz-transition:All 0.2s ease;
	-o-transition:All 0.2s ease;
}

.mostrarcategoriasmenu
{
    left: 0px;
    -webkit-box-shadow: 12px 11px 26px -10px rgba(0,0,0,0.20);
    -moz-box-shadow: 12px 11px 26px -10px rgba(0,0,0,0.20);
    box-shadow: 12px 11px 26px -10px rgba(0,0,0,0.20);
}

.link_menu
{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    margin-top: 10px;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.link_menu:hover span
{
    color: #323232;
}

.link_menu:hover
{
    color: #323232;
}

.link_menu_departamento
{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    margin-top: 15px;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.link_menu_departamento:hover span
{
    color: #fff;
}

.link_menu_departamento:hover
{
    color: #fff;
}





.titulo
{
    font-family: 'Montserrat', sans-serif;
}

.roboto
{
    font-family: 'Roboto', sans-serif;
}

.texto_azul
{
    color: #2cbbc1;
}

.texto_naranja
{
    color: #ff9934;
}

.boton_buscar
{
    float: left;
    width: 30px; 
    height: 40px; 
    border: 1px #fff solid; 
    border-radius: 30px; 
    display: flex; 
    align-items: center;
    overflow: hidden;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.boton_buscar.toggle
{
    width: 260px; 
    border: 1px #aeaeae solid;
}

#BuscadorMovil
{
    height: 0px; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    background-color: #FFFFFF;
    overflow: hidden;
}

#BuscadorMovil.toggle
{
    height: 80px;
}

.lupa
{
    color: #000000;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.lupa:hover
{
    color: #000000;
}


.contenedorcentral
{
    float: none; 
    max-width: 1450px; 
    margin: 0 auto; 
    left: 0; 
    right: 0;
    text-align: center;
}

.contenedor1
{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
  
.contenedor2
{
	float:left;
	width:50%;
	height:auto;
	box-sizing:border-box;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
  
  
.contenedor3
{
	float:left;
	width:33.33%;
	height:auto;
	box-sizing:border-box;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.contenedor4
{
	float:left;
	width:25%;
	height:auto;
	box-sizing:border-box;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.contenedor75
{
	float:left;
	width:75%;
	height:auto;
	box-sizing:border-box;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.contenedor30
{
	float:left;
	width:30%;
	height:auto;
	box-sizing:border-box;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}


.contenedor25
{
	float:left;
	width:25%;
	height:auto;
	box-sizing:border-box;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}


.contenedor40
{
	float:left;
	width:40%;
	height:auto;
	box-sizing:border-box;
}


.margenleftgadget
{
    margin-left: 40px;
}


@media (max-width: 1550px)
{
    .paddingmenu
    {
        padding-left: 40px; 
        padding-right: 40px;
    }
}




@media (min-width: 768px) and (max-width: 1199px)
{
    .tablet
    {
        display: block;
    }
    
    .apagrentablet
    {
        display: none;
    }

    .paddingmenu
    {
        padding-left: 40px; 
        padding-right: 40px;
    }

    .flexstart
    {
        justify-content: center;
    }

    .margen50y10
    {
         padding: 10px;
    }

    .contenedor2
    {
        float:left;
        width:50%;
        height:auto;
        box-sizing:border-box;
    }


    .contenedor3
    {
        float:left;
        width:50%;
        height:auto;
        box-sizing:border-box;
    }

    .contenedor4
    {
        float:left;
        width:50%;
        height:auto;
        box-sizing:border-box;
    }
    
    .contenedor25
    {
        float:left;
        width:50%;
        height:auto;
        box-sizing:border-box;
    }
    
}



@media (max-width: 767px)
{
    .margenverproducto
    {
        padding: 30px;
    }

    .flexstart
    {
        justify-content: center;
    }
    
    .flexdireccion
    {
        flex-direction:column;
    }
    
    .margen50y10
    {
         padding: 10px;
    }
    
    .pc
    {
        display: none;
    }
    
    .tablet
    {
        display: none;
    }

    .movil
    {
        display: block;
    }
    
    .contenedor2
    {
        float:left;
        width:100%;
        height:auto;
        box-sizing:border-box;
    }


    .contenedor3
    {
        float:left;
        width:100%;
        height:auto;
        box-sizing:border-box;
    }

    .contenedor4
    {
        float:left;
        width:100%;
        height:auto;
        box-sizing:border-box;
    }

    .contenedor75
    {
        float:left;
        width:100%;
        height:auto;
        box-sizing:border-box;
    }
    
    .margenleftgadget
    {
        margin-left: 0px;
    }
}


@media print
{
    
}