﻿body{
    font-family: 'Montserrat', sans-serif;
}


.intro{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: white;
    width: 100%;
    height: 100vh;
    color: #c11931;
    font-size: 20px;
    display: none;
}
.intro img{
    width: 300px;
    margin-top: 30px;
}
.marginTop{
    margin-top: 30vh;
}


.w, .i, .l, .f{
    position: fixed;
    bottom: 300px;
    right: 50px;
    z-index: 1000;
    width: 60px;
}
.i{bottom: 230px;}
.l{bottom: 160px;}
.f{bottom: 90px;}

.w img, .i img, .l img, .f img{
    width: 100%;
}

.l:hover .texto-l{
    display: block;
}

.texto-l{
    position: absolute;
    top: 10px;
    right: 60px;
    background: #a8d5f4;
    width: 230px;
    color: blue;
    font-size: 20px;
    padding: 4px 10px;

    border-radius: 5px;
    display: none;
}


.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
    width: 60px;
}
.chat img{
    width: 100%;
}
.chat span{
    position: absolute;
    top: 12px;
    left: -370%;
    border: 0px solid red;
    background: white;
    font-weight: bold;
    color: gray;
    padding: 4px 10px;

    border-radius: 10px;

    box-shadow: 2px 0px 10px gray;
}


.cintillo-ayuda{
    height: 35px;
}
.cabecera-ayuda{
    height: 110px;
}


.cintillo{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #c11931;
    color: white;
    font-weight: bold;
    font-size: 19px;
    text-shadow: 2px 2px 2px black;
    padding-top: 4px;
    padding-bottom: 6px;
}
.cintillo img{
    width: 25px;
}
.cintillo a{
    text-decoration: none;
    color: white;
}


.cabecera{
    position: fixed;
    top: 33px;
    left: 0;
    z-index: 100;
    background: white;
    padding-top: 15px;
    padding-bottom: 15px;

    box-shadow: 10px 2px 10px rgb(44 34 39 / 20%);
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 70%;
}


nav a{
    color: black;
    text-decoration: none;
}

nav ul{
    list-style: none;
    padding: 0;
}

nav ul li{
    position: relative;
    width: 12.5%;
    float: left;
}

.menu{
    background: #0a3e83;
    text-align: center;
    font-weight: bold;
    color: white;
    font-size: 16px;
    line-height: 16px;
    padding: 14px 0;
}
.menu:hover, .activo{
    color: #e4da28;
}
.dosM{
    padding-top: 6px;
    padding-bottom: 6px;
}


nav ul li:hover .menuS{
    max-height: 500px;
}

.menuS{
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 100;
    background: white;
    width: 100%;
    max-height: 0;
    overflow: hidden;

    transition:  all 1s;
}
.menuS li{
    width: 100%;
}
.menuS .menu{
    background: white;
    color: #0a3e82;
    padding: 12px 0 !important;
}
.menuS .menu:hover{
    background: #0a3e82;
    color: white;
}


.carrito span{
    text-align: center;
    font-size: 20px;
}


.efecto{
    padding: 0;
}


.contenido{
    padding-top: 30px;
    padding-bottom: 30px;
}


.fondo-azul{
    background: #0a3e82;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.seccion{
    font-size: 24px;
    line-height: 34px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
.blanco{
    color: white;
}

.imagen img{
    width: 100%;
}

.titulo{
    background: #e4da28;
    color: #0a3e82;
    font-size:30px;
    font-weight: bold;
    transform: skew(-20deg);
    display: inline-block;
    margin-bottom: 20px;
    padding: 4px 10px;

    border-radius: 5px;
}

.titulo2{
    /* background: #c11931; */
    text-align: center;
    color: #8cb337;
    /* -webkit-text-stroke: 1px white; */
    font-size:30px;
    font-weight: bold;
    /* transform: skew(-20deg); */
    display: inline-block;
    margin-bottom: 20px;
    padding: 4px 10px;

    border-radius: 5px;
}

.productos{
    padding-top: 30px;
    padding-bottom: 30px;
}

.p{
    text-align: center;
    cursor: pointer;
}
.p img{
    width: 65%;
}
.p strong{
    width: 100%;
    text-align: center;
    font-size: 22px;
    display: inline-block;
}
.p span{
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #8cb337;
    display: inline-block;
    padding: 12px 0;
}

.btn-carrito{
    background: #8cb337;
    color: white;
    transform: skew(-20deg);
}
.btn-carrito span{
    color: white;
    transform: skew(20deg);
    padding: 0;
}


.cuadros{
    padding: 0 60px;
}
.cuadros2{
    padding: 0 30px;
}

.cuadro1{
    background: #0a3e83;
}
.cuadro2{
    background: #c11931;
}
.cuadro3{
    background: #e4da28;
}
.cuadro4{
    background: #8cb336;
}
.cuadro5{
    background: #b3b4b2;
}

.cuadro{
    position: relative;
}
.cuadro img{
    width: 100%;
}
.titulo-cuadro{
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 30px;
    text-shadow: 2px 2px 2px black;
}


.form-group{
    margin-bottom: 20px;
}


.cate{
    background: #0a3e82;
    text-align: center;
    font-size: 25px;
    color: white;
    border-radius: 5px;
    padding: 7px 0;
    margin-bottom: 30px;
}

.sin a{
    text-decoration: none;
    color: white;
}


footer{
    background: #f6fbf9;
    text-align: center;
    color: #0a3e82;
    font-size: 17px;
    line-height: 22px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 30px;
}
footer img{
    width: 30px;
}
footer strong{
    width: 100%;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 20px;
}
footer iframe{
    width: 100%;
    height: 220px;
}


/* TIENDA */

.productos{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pCuadrados .p{
    margin-bottom: 20px;
}
.pCuadrados .p img{
    border-radius: 0;
}

.p{   
    display: inline-block;
    cursor: pointer;

    transition: all 1s;
}
.p:hover img{
    border: 7px solid #FCD355;
}
.w3{
    width: 28.33%;
    margin: 0 2%;
}
.w4{
    width: 22.5%;
    margin: 0 1%;
}
.w5{
    width: 18.6%;
    margin: 0 0.5%;
}

.p img{
    border: 7px solid transparent;
    width: 95%;

    transition: all 0.5s;
}
.p strong{
    width: 100%;
    text-align: center;
    font-weight: lighter;
    font-size: 21px;
    font-weight: bold;
    padding: 10px;
    display: inline-block;
}





.formas img{
    width: auto;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
}



.imagen-principal img{
    width: 100%;
}


.descripcion-categoria{
    font-size: 20px;
    line-height: 30px;
}


.imagensitas{
    width: 100%;
    padding: 12px 0;
}
.imagensitas .img{
    width: 24%;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
}

.img img{
    width: 100%;
}


.detalles{
    text-align: center;
}
.detalles img{
    width: 80%;
}



.p{
	margin: 0 0 50px 0;
}
.titulo-p{
	border: 0px solid red;
	min-height: 70px;
	text-align: center;
	font-weight: bold;
	font-size: 19px;
	padding: 0 0 15px 0;
}
.imagen-p{
	min-height: 255px;
}
.precio-p{
    text-align: center;
	color: #e96656;
	font-weight: bold;
	font-size: 30px;
	margin: 0 0 20px 0;
}
.precio-p del{
	color: gray;
}

.btn-naranja{
	border: 0;
	background: #e96656;
	width: 80%;
	color: white;
	font-size: 19px;
	margin: 0 10% 10px;

	border-radius: 5px;

	transition:all 0.2s;
}
.btn-naranja:hover{
	background: #d83e2b;
}


.descripcion{
    font-size: 22px;
    line-height: 32px;
}




.finalizar{
	margin-bottom: 40px;
}

.finalizar .titulo{
	font-size: 30px;
}


.forma{
	border: 5px solid black;
	background: #ececec;
	width: 100%;
	text-align: center;
	color: black;
	float: left;
	padding: 20px 12px;
	margin: 0 0 30px 0;
	cursor: pointer;
}
.forma:hover, .forma-activa{
	border: 5px solid transparent;
	background: #0a3e83;
	color: white;
}

.forma img{
	width: 80px;
	float: left;
}
.texto-forma{
	width: 80%;
	float: right;
}
.texto-forma p{
	color:#0a3e83;
	font-size: 30px;
	font-weight: bold;
}
.forma:hover .texto-forma p{
    color: white;
}



#paypal-button{
	display: none;
}


.conekta{
	display: none;
}


.log{
	margin: 0 0 40px 0;
	display: none;
}



.login{
	border: 0px solid white;
	margin: 0 0 40px 0;
}

.login .titulo{
	font-size: 30px;
	text-decoration: underline;
}

.facebook{background: #4c66a2;}
.google{background: #df5645;}
.correo{background: #ececec;color:black !important;}

.facebook, .google, .correo{
	width: 90%;
	text-align: center;
	font-size: 22px;
	color: white;
	margin: 0 5% 30px;
	cursor: pointer;

	border-radius: 7px;
}


.video iframe{
    width: 100%;
    height: 315px;
}

.btn-amarillo{
    /* background: rgb(252,211,85);
    background: linear-gradient(180deg, rgba(252,211,85,1) 0%, rgba(252,211,85,0.41360294117647056) 48%, rgba(252,211,85,1) 100%); */
    background: #E79A22;
    color: white;
}
.btn-amarillo:hover{
    font-weight: bold;
}




.carrito{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    background: #F7F7F7;
    width: 400px;
    height: 100vh;
    display: none;

    box-shadow: -2px -2px 2px #ddd;
}

.cabecera-carrito{
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 10px;
    margin: 0;

    box-sizing: border-box;
}
.carrito img{
    width: 100%;
}
.cerrar-carrito{
    cursor: pointer;
}
.producto-carrito{
    background: white;
    padding: 12px 10px;
    margin: 0;
}
.producto-carrito strong{
    font-size: 22px;
}
.producto-carrito span{
    font-size: 23px;
    font-weight: lighter;
}

.informacion-carrito{
    border-top: 1px solid #ddd;
    font-size: 19px;
    padding: 12px 10px;
    margin: 0;
}

/* @media screen and (min-width:3000px){
    .cabecera-ayuda{
        height: 1000px;
    }
} */
@media screen and (min-width:2000px){
    .cabecera-ayuda{
        height: 150px;
    }
}

@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){

}

@media screen and (max-width:992px){

}

@media screen and (max-width:768px){

}

@media screen and (max-width:576px){
    
}