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


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

    border-radius: 10px;

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


.cintillo{
    background: #005a9f;
    font-weight: normal;
    font-size: 18px;
    color: white;
    padding: 5px 40px;
}
.cintillo a{
    color: white;
}
.cintillo img{
    width: 25px;
}

.redes{
    text-align: center;
}
.redes b{
    margin: 0 10px;
}



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

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


nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    position: relative;
    width: 25%;
    float: left;
}

.menu{
    text-align: center;
    padding: 10px 0;
}
.menu:hover, .activo{
    color: #368a25;
    font-weight: bold;
}


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

.menuS{
    position: absolute;
    top: 32px;
    left: -50%;
    z-index: 100;
    background-color: white;
    width: 200%;
    box-shadow: 0 2px 10px rgb(44 34 39 / 10%);
    display: none;
}
.menuS ul li{
    width: 100%;
}
.menu-s{
    border: 1px solid #ddd;
    font-size: 17px;
    padding: 6px 12px;
}


.bandera img{
    width: 60px;
    text-align: right;
}


.efecto{
    padding: 0;
}


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

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

.importante{
    color: #368a25;
}


.subtitulo{
    text-align: center;
    color: gray;
    font-size: 26px;
}



.p{
    border: 1px solid #ddd;
    padding: 7px;
    cursor: pointer;
}
.p img{
    width: 100%;
}


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

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


.seccion iframe{
    width: 100%;
    height: 300px;
}



footer{
    background: #f8f8f8;
    font-size: 19px;
    line-height: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer strong{
    width: 100%;
    font-size: 21px;
    display: inline-block;
    margin-bottom: 10px;
}
footer a{
    color: black;
    text-decoration: none;
}


.pie{
    background: black;
    text-align: center;
    color: white;
    padding: 12px 0;
}




.tienda{
    padding-top: 40px;
}


.entra a{
    text-decoration: none;
    color: black;
}
.imagen-e img{
    width: 100%;
}


.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{
    min-height: 190px;
    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: #61bf1a;
	width: 50%;
	color: white;
	font-size: 19px;
	margin: 0 10% 10px 0;
    padding: 2px 0;

	border-radius: 5px;

	transition:all 0.2s;
}
.btn-naranja:hover{
	background: #61bf1a;
    font-weight: bold;
}

.descripcion p{
    margin-bottom: 0;
}

.imagensita{
    display: inline-block;
    margin-bottom: 15px;
    cursor: pointer;
}


.entrada{
	width: 100%;
}

.imagen-entrada{
	text-align: center;
	float: left;
	margin-bottom: 30px;
    display: inline;
    margin: 12px 12px 12px 0;
}
.imagen-entrada img{
	width: 380px;
}

.texto-entrada{
	width: 64%;
	font-size: 22px;
	line-height: 32px;
	display: inline;
}


@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){
    .logotipo img{
        width: 70%;
    }
    nav{
        margin: 20px 0 !important;
    }
    .menu{
        padding: 12px 0;
    }
}