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

/* BODY */
body {
margin:0;
padding:0;
height:100%;
font-family: verdana,arial,helvética, sans-serif;
background-color:#b4e5df;
}

/* HEADER */
header{
margin: 0;
height:250px;
width:100%;
padding: 10px 0px 10px 0px;
background-position: center center;
background-image: url(../img/bannerOK.jpg);
background-size: cover;
/*border-radius: 0px 0px 30px 30px;*/
}

header h1{
padding-top:70px;
text-align: center;
font-weight: bold;
color: #fff;
text-shadow: black 0.1em 0.1em 0.2em;
}


@media screen and (max-width: 1080px) {
header h1 {
    font-size: 2em;
  }
}



/* CLEARFIX */
.clearfix{
clear:both;
height:10px;
}

/* ARTICLE CLASS */
.article{
margin: 0 auto;
max-width: 720px;
padding: 10px 30px 10px 30px;
background-color:#FFF;

}

/* H1 H2*/
h1 {
	text-align: center;
	display: block;
	font-size: 2em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	color: #00509f;
	font-family: verdana,arial,helvética, sans-serif;
	text-transform: uppercase;
}

h4{
    font-size:1.6em;
    text-align:center;
    margin-bottom:0.5em;
    margin-top:1.5em;
	font-family: verdana,arial,helvética, sans-serif;
	line-height:170%;
	color: #da9e94;
	
}

a{
	outline: none;
	text-decoration: none;
	color:#1f1f1f;
}

img {
	max-width:100%;
	width:auto;
	height:auto;
	padding:0px;
}


p {
	hyphens: none;
	line-height: 25px;
	font-size: 16px;
	text-align: left;
	font-family: verdana,arial,helvética, sans-serif;
	color:#1f1f1f;
}

p > img {
	max-width:100%;
	width:auto;
	height:auto;
}

i {
	display: block;
	font-style: italic;
	font-family: verdana,arial,helvética, sans-serif;
	text-align: right;
}

b {
	font-family: verdana,arial,helvética, sans-serif;
}
	

hr {
	height: 2px;
	width: 80%;
	color: #807E7E;
}


  
.grid-container {   
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  grid-gap: 1em;
  display: flex;
  justify-content: center;
  align-items: center;

}

/* hover styles */
.location-listing {
  position: relative;
}

.location-image {
  line-height: 0;
  overflow: hidden;
}

.location-image img {
  filter: blur(0px);
  transition: filter 0.3s ease-in;
  transform: scale(1.1);
}

.location-title {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .5s;
  background: rgba(90,0,10,0.4);
  color: white;
  
  /* position the text in t’ middle*/
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-listing:hover .location-title {
  opacity: 1;
}

.location-listing:hover .location-image img {
  filter: blur(2px);
}


/* for touch screen devices */

@media (hover: none) { 
  .location-title {
    opacity: 1;
  }
  .location-image img {
    filter: blur(2px);
  }
}




/* FOOTER */	
footer {
	background:#01592d;
	padding: 20 0 0 0px;
	width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	margin-bottom: -15px;
		}

footer > img{
align:center;
	max-width:80px;
	width:auto;
	height:auto;
		}

footer p{
		padding: 10 0 10 0px;
		font-size:.5em;
		color:#FFF;
		text-align: center;
		font-style: normal;
		}
		
footer p a{
	color:#FFF;
}


/* BARRA MENU*/

#menu
{
background-color:#00477c;
top:0;
margin-bottom: 0px;
color:#fff;
height: 40px;
border-bottom: 1px solid #OOO; /* borde inferior de la barra*/
width:100%;
position:relative;
z-index:101;
}
	
#menu ul,#menu li
{
margin:0 auto;
padding:0 0;
list-style:none;
}

#menu ul
{
height:45px;
width:100%; /* ancho del menú, ajustar para centrarlo*/
}
	
#menu li
{
float:left;
display:inline;
position:relative;
font: 14px tahoma, sans-serif;/*tamaño y fuente del texto */
}
	
#menu a
{
display: block;
line-height: 40px;
padding: 0 14px;
text-decoration: uppercase;
color: #FFF;/*color del texto*/
text-transform: uppercase;/*letras mayúsculas*/
letter-spacing: 1.5px;/*espacio entre letras*/
}

#menu li a:hover
{
color: #fff;/*color del texto al pasar el ratón*/
text-decoration: none;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
background: #5dbc91;/*color del fondo de la categoria al pasar el ratón*/
}

#menu input
{
display:none;
margin:0 0;
padding:0 0;
width:200px;
height:30px;
opacity:0;
cursor:pointer
}

#menu label
{
font: 25px  Arial, sans-serif ;
font-weight: bold;
display:none;
width:35px;
height:35px;
line-height:43px;
text-align:center;
}

#menu label span
{
width:150px;
font: 14px  Arial, sans-serif; /*tamaño y fuente del texto "menu" */
position:absolute;
left:35px;
font-weight: bold;
line-height: 40px;
letter-spacing:0.5px;
}

#menu ul.menus
{
height: auto;
overflow: hidden;
width: 170px;
background: #F1F1F1;/*color del fondo del submenu*/
position: absolute;
z-index: 99;
display: none;
border: 1px solid #E9E9E9;
}

#menu ul.menus li
{
display: block;
width: 100%;
font: 14px  Arial, sans-serif;/*tamaño y fuente del  texto del submenu*/
text-transform: uppercase;
border-bottom: 1px solid #E9E9E9;
}

#menu ul.menus li:last-child
{
border-bottom:none;
}

#menu ul.menus a
{
color: #333;/*color del  texto del submenu*/
line-height: 35px;
}

#menu li:hover ul.menus
{
display:block
}

#menu ul.menus a:hover
{
background: #E9E9E9;/*color del  fondo del submenu al pasar el ratón*/
color: #000;/*color del  texto del submenu al pasar el ratón*/
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}

/* Too narrow to support three columns */
@media all and (max-width: 1100px) {
	  
#menu{
	position:relative; 
	z-index: 120;
	top:0;
	margin-bottom: 0px;
}
	  
#menu ul{
background:#00477c;/*043726 color del desplegable del menu movil*/
position:absolute;
top:100%;
right:0;
left:0;
z-index:3;
height:auto;
display:none
}
	  
#menu ul.menus{
width:100%;
position:static;
padding-left:20px
}
	  
#menu li{
display:block;
float:none;
width:auto;
font-family: 14px  verdana,arial,helvética, sans-serif;
font-weight: bolder;

 }
#menu a{
 display: block;
 line-height: 40px;
 padding: 0 14px;/*tamaño y fuente del  menu movil*/
}
	  
#menu input,#menu label{
position:absolute;
top:0;
left:0;
display:block;
}
	  
#menu input{
z-index:4;
}
	  
#menu input:checked + label{
color:#fff;/*color de las tres barritas una vez se clica*/
}
	  
#menu input:checked ~ ul{
display:block;
}
	      
}