﻿body{
    background: url(../images/fondo.webp) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
}


.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
    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;
}


.cabecera{
    padding-top: 12px;
    padding-bottom: 12px;
}

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

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

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

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

.menu-r{
    display: none;
}

.menu, .menu-r{
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.menu:hover, .activo, .menu-secundario:hover, .menu-r:hover{
    background: #922b33;
    color: white;
}

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

.menuS{
    position: absolute;
    top: 30px;
    left: -25%;
    z-index: 100;
    background: white;
    width: 150%;
    display: none;
}
.menuS ul li{
    width: 100%;
}
.menu-secundario{
    text-align: center;
    font-size: 20px;
    padding: 7px 0;
}

.datos{
    text-align: center;
    font-size: 18px;
}
.datos p{
    margin-bottom: 0;
}


.efecto{
    padding: 0;
}


.fondo-blanco{
    background: #902730;
    background: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
.fondo-verde{
    background: #1d7350;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;

    border-radius: 10px;
}

.titulo{
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}


.cate{
    text-align: center;
    cursor: pointer;
    padding: 12px 0;

    transition: all 0.2s;

    border-radius: 5px;
}
.cate:hover{
    background-color: #114630;
    color: white;
}
.cate img{
    width: 100%;
}
.cate strong{
    font-size: 20px;
}
.cate:hover strong{
    text-shadow: 2px 2px 2px black;
}

.texto{
    font-size: 22px;
    line-height: 40px;
}


.leyenda{
    width: 100%;
    color: #902730;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
}


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

.imagen img{
    width: 100%;
}


textarea{
    height: 100px;
}


.fondo-verde a{
    color: white;
    text-decoration:none;
}
.fondo-blanco a{
    color: blue;
    text-decoration:none;
}


footer{
    background: white;
    font-size: 20px;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer img{
    width: 30px;
}
footer strong{
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}




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

.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: 15px 0;
}
.imagen-p{
    text-align: center;

    overflow: hidden;
}
.imagen-p img{
	width: 100%;
}
.precio-p{
    text-align: center;
	color: #e96656;
	font-weight: bold;
	font-size: 20px;
	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 p{
    margin-bottom: 0;
}


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

}

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

}

@media screen and (max-width:992px){
    nav{
        margin-top: 20px !important;
        margin-bottom: 20px;
    }
    .logotipo img{
        width: 40%;
    }
}

@media screen and (max-width:768px){
    .logotipo img{
        width: 70%;
    }
    .menu-r{
        display: block;
    }
    .ulprimario{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menuS{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        display: block !important;
    }
    .menu-secundario{
        background: white;
        padding: 2px 0;
    }
}

@media screen and (max-width:576px){
    .logotipo img{
        width: 80%;
    }
}