@charset "utf-8";
/* CSS Document */

/*FUENTES GOOGLE*/

/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Montserrat', sans-serif;*/



/* DECLARAR VARIABLES */
:root {
	--color-menu-fondo: #fff;
	--color-menu-burger: #66bb6a;
	--sombra-menu: 0 4px 8px 0 rgba(0,0,0,0.2);
	--color-menu-lateral-fondo: #fff;
	--color-menu-lateral-letra: #424242;
	--color-menu-letra-hover: #66bb6a;
	--color-menu-iconos: #66bb6a;
	--grosor-menu-burger: 0.40em;
	--fuente-menu: 'Roboto', sans-serif;
	--color-fondo: #FFF5E7;
	
	
}

body{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: var(--color-fondo);
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffd0b1' fill-opacity='0.15' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}
.nav .icon{
	fill:#66bb6a;
	width: 30px;
	height: 30px;
	vertical-align: bottom;
	margin: 0 10px 0 0;
}

.menu-separador{
	display: block;
	margin: 0 0rem auto;
	padding: 0;
	height: 3px;
	border-radius: 2px;
	width: 3.5rem;
	background-color: #c8e6c9 ;
}

.abajo-menu{
	width: 100%;
	height: 73px;
	background-color: transparent;
	margin: 0;
}

/*====================     IMAGEN PRINCIPAL ==============================*/

.foto-principal{
	width: 100%;
	overflow:hidden;
	position: relative;
	margin: -10px 0 10px 0;
	padding: 0;
	min-height: 160px;
	transform: skewY(2.5deg);
	
}
.foto-principal .foto{
	position: absolute;
	width: 100%;
	margin: 10px 0;
	padding: 0;
	transform: skewY(-2.5deg);
}
.foto-principal::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.35);
	padding: 0;
	margin: 0;
}
.foto-principal h1{
	position: absolute;
	top: 35%;
	margin: 0;
	padding: 0;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
  	font-weight: 400;
	font-size: 2.1rem;
	color: #FFF;
	z-index: 10;
	transform:translateY(-50%) skewY(-2.5deg);
}
.foto-principal h1::after{
	content: "";
	position: absolute;
	bottom: -5px;
	margin: auto;
	padding: 0;
	left: 0;
	right: 0;
	width: 10rem;
	height: 5px;
	border-radius: 5px;
	background-color: #FFC700;
}

@media all and (min-width: 450px) {
	.foto-principal{
		transform: skewY(2deg);
		margin: -15px 0 10px 0;
		height: 160px;
	}
	
	.foto-principal .foto{
		transform: skewY(-2deg);
	}
	.foto-principal h1{
		transform:translateY(-50%) skewY(-2deg);
	}
}


/*====================     LOGO CIRCULAR ==============================*/

.circulo-logo{
	margin: -55px auto 0px auto;
	background-color: rgba(102,187,106,1.00);
	border-radius: 100%;
	width: 80px;
	height: 80px;
	z-index: 0;
	position: relative;
	border: 3px solid #FFF5E7;
}
.circulo-logo .icon{
	fill: #FFF;
	margin: 0px;
	width: 45px;
	position: absolute;
	top: -35px;
	left: 17px;
	
}
/*====================    TEXTO INTRO ==============================*/


.intro-texto{
	margin: 0 10px;
}
.intro-texto p{
	margin: 0px auto 35px auto;
	font-family: 'Roboto', sans-serif;
	text-align: center;
  	font-weight: 400;
	color: #656565;
}
/*================================ CSS COVID19 ================================*/

.ventana-covid{
  	display: flex;
  	flex-wrap: wrap;
	justify-content: center;
	background-color:#003580;
	position:relative;
	padding: 15px 10px;
}

.ventana-covid:before{
	position:absolute;
	top:-11px;
	left:0;
	content:"";
	width:100%;
	height:50%;
	background-color:#398fcb;
	z-index:-5;
	transform:skewY(4deg);
}
.ventana-covid:after{
	position:absolute;
	bottom:-11px;
	left:0;
	content:"";
	width:100%;
	height:50%;
	background-color:#398fcb;
	z-index:-5;
	transform:skewY(4deg)
}

.recomendacion{
	width: 100%;
	margin: 15px auto;
	text-align: center;
}
.recomendacion-foto{
	width: 120px;
	margin: 0 auto;
}
.recomendacion-texto{
	width: 100%;
	margin: 0;
}
.recomendacion-texto p{
	padding: 5px;
	text-align: center;
	font-size: 1.2rem;
	font-family: 'Roboto', sans-serif;
	margin: 0px 0 0px 0;
	color: #EBEBEB;
	
}



.explicacion-covid{
	
    background-color: #FFF;
    border-radius: 10px;
    transition: .3s;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
	margin: 30px 7px 0px 7px;
	padding: 5px 0;
}
.item-covid{
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
	margin: 15px;
}
.icon-estrella{
	width: 15px;
	height: 15px;
	fill:#ffe082;
	display: inline;
	margin: 0;
}
.protocolo-covid{
	font-size: 1rem;
	font-family: 'Roboto', sans-serif;
	margin: 15px 15px 15px 35px;
}
.icon-flecha{
	width: 15px;
	height: 15px;
	fill:#66bb6a;
	display: inline;
	margin: 0;
}


/*///////////////////////    CSS MAS INFO            ////////////////////*/

.info{
	margin: 30px auto;
	background-color: transparent;
	width: 100%;
	position: relative;

}


.info-titulo{
	position: relative;
	
	
}
.info-titulo h2{
	width: 50%;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
  	font-weight: 400;
	font-size: 1.4em;
	color: #937135;
	padding: 0px 30px 5px;
	margin: 0px;
}

.swiper-next{
	position: absolute;
	top: 0;
	right: 0;
	background: none;
    border: 2px solid #937135;
    border-radius: 10px;
    width: auto;
	font-size: 2em;
    padding: 0px;
	margin: 5px 10px auto auto;
    color: #937135;
    text-align: center;
	cursor: pointer;
	height: 40px;
	outline:none;
}
.swiper-prev{
	position: absolute;
	top: 0;
	right: 60px;
	background: none;
    border: 2px solid #937135;
    border-radius: 10px;
    width: auto;
	font-size: 2em;
    padding: 0px;
	margin: 5px 5px auto auto;
    color: #937135;
    text-align: center;
	cursor: pointer;
	height: 40px;
	outline:none;
}
.info .icon{
	width: 35px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	fill: #937135;
}

.swiper-container {
    width: 100%;
    height: auto;
}
.swiper-slide{
	width: 70%;
	max-width: 300px;
	margin: 0 0 20px auto;
	height: auto;
	background-color: transparent;
	border-radius: 10px;
}
.swiper-slide a{
	text-decoration: none;
	color: #000;
}
.swiper-slide:first-child{
	margin-left: 15px;
}

.tarjeta-info{
	background-color: #FFF;
	margin: auto;
	width: 100%;
	height: auto;
	padding-bottom: 5px;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
}


.foto-info{
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.nombre-info{
  position: relative;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  margin: 5px auto;
}
.descripcion-info{
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  margin: 5px auto;
  padding: 10px
}




/*///////////////////////    CSS FOOTER           //////////////////////////*/

footer{
	background-color: #52BE80;
	position: relative;
	margin: 0;
	padding: 0 0 5px 0;
	width: 100%;
	height: auto;
}
footer::after{
   position: absolute;
   top: -20px;
   left: 0;
   content: "";
   width: 100%;
   height: 90%;
   background-color: #A2DCBA;  
	z-index: -5;
	transform: skewY(5deg)
}
.logo-footer{
	filter: grayscale(100% ) brightness(500%);
	-webkit-filter: grayscale(100% ) brightness(500%);
	width: 200px;
}
.redes{
	margin:0px auto;
	padding: 20px;
	color: #FFF;
	text-align: center;
}
.redes a{
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.redes hr{
	width: 50%;
	height: 2px;
	background-color: #FFF;
	border-radius: 5px;
	border: 0;
}

.redes .icon{
	width: 40px;
	height: 40px;
	margin: 0px 7px ;
	fill: #FFF;
}

.contactanos-footer{
	text-align: center;
}
.contactanos-footer p{
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.3em;
	margin: 10px;
}
.contactanos-footer a{
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.7em;
	text-decoration: none;
	display: block;
	margin: 10px
}
.contactanos-footer .btn-footer{
	background-color: #FFF;
	color: #52BE80;
	display:inline-block;
	margin: 2px;
	border-radius: 5px;
	padding: 8px;
	font-size: 1em;
}

.contactanos-footer .icon{
	fill: #52BE80;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	vertical-align: bottom;
}

footer hr{
	border: 0;
	background-color: #FFF;
	height: 1px;
	width: 80%;
}
.navegacion-footer div{
	border-top: 1px solid #FFF;
	width: 250px;
	margin: auto;
}
.navegacion-footer div:first-child{
	margin-top: 20px;
}

.titulo-footer{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	color: #FFF;
	margin: 5px auto;
	width: 100%;
	text-align: center;
	
}
.subtitulo-footer{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	color: #FFF;
	display: block;
	width: 100%;
	margin: 10px auto;
	text-align: center;
	text-decoration: underline;
}
.ubicacion-footer{
	color: #FFF;
	display: block;
	margin: 30px 5px 0;
}
.ubicacion-footer p{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	margin: 0px;
	padding: 0;
}
