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

*{margin:0px;}

body {max-width: 960px; margin: auto; }



/*//////// HEADER //////////*/

header {
    width: 100%;
    height: 120px; 
    margin: 2% 1%; 
    background:#37D196;
    margin: 0px;
}

.logo{
    float:left;
    width:140px;
    height: 75px;
    margin-top: 25px;
    margin-left: 4%;
    border-style:outset;
}

nav  {
    float: right;
    width: auto;
    margin-top: 5%;
    padding-right: 5%;
}

ul li {
    display: inline-block;
    padding-left: 10px;

}

 .menu1 li a {
    width: 90%; 
    color: whitesmoke;
    font-family: Fira Sans, arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase; 
    text-decoration: none;
    font-size: 14px;
    padding: 16px;
    border-style: none;
}

.menu1 li a:hover {
      color: black;
      background: white; 
      padding: 16px;
    text-decoration: underline
    
}

div span a{
border-style: none;
}

/*//////// HOME //////////*/

main {
    width: 100%;  
    margin: 0px auto;
    padding-top: 40px;
    background-color: white;
    font-family: Fira Sans, arial, sans-serif;
}

section {
	width: 100%;
	min-height: 261px;
	margin: 0px auto;
	float: left;
    font-family: Fira Sans, arial, sans-serif;
    background-color: white;
}

.last{min-height: 160px;}

div{margin-bottom: 30px;}

h1{padding-bottom: 20px; font-size: 14px; font-weight: 500; text-transform: uppercase;}

h2{font-size: 24px; color:#37D196 }

h3{background-color:#FFF055; width: 100px; font-size: 18px; font-weight: 700; color: #FFF; padding-left: 10px;margin-top: 15px;}

p span{font-size: 18px; font-weight: 600;}

p{font-size: 14px; margin-top: 3px; margin-bottom: 10px;}

.btn-inicio {margin-top: 20px; margin-bottom: 20px; color: skyblue; background-color: white; border-radius: 5px; border-style: solid; border-color: skyblue; padding: 8px 15px 8px 15px; font-family: 'Fira Sans', sans-serif; font-size: 10pt;}

.btn-i:link {
    text-decoration: none;
    color: #FFF055;}

.btn-i:visited {
    text-decoration: none;
    color: #FFF055;}

a:link {
    text-decoration: none;
    color: #000;
}

a:visited {
    text-decoration: none;
    color: #000;
}

section article {
    float: left;
	display: inline-block;
	height: auto;
	width:240px;
    text-align: center;
    padding-bottom:20px;
}


/*//////// MAPA //////////*/

.titlemap{list-style-type: none;}

#mapa ul li{font-size: 14px; color: #000; border: solid 1px; border-color: #000; padding: 5px; margin: 4px}

div#mapa ul li.titulo2 {
	font-size: 17px;
    text-transform: uppercase;
	color: #FFF;
    background-color: #005B59;
    padding: 7px;
	margin-bottom: 4px;
    margin-left: 0;
    border: none;
}

div#mapa ul li.titulo {
	font-size: 14px;
    text-transform: uppercase;
	color: #005B59;
    background-color: #FFF055;
    padding: 7px;
	margin-bottom: 4px;
    margin-left: 30px;
    border: none;
}

div#mapa ul li.titulom {
	font-size: 10px;
    text-transform: uppercase;
	color: #005B59;
    background-color: #37D196;
    padding: 7px;
	margin-bottom: 4px;
    margin-left: 60px;
    border: none;
}

.titulo2 a{color: white;}

hr {
   display: block;
   position: relative;
   padding: 0;
   margin: 8px auto;
   height: 0;
   width: 100%;
   max-height: 0;
   font-size: 1px;
   line-height: 0;
   clear: both;
   border: none;
   border-top: 1px solid #aaaaaa;
   border-bottom: 1px solid #ffffff;
}


footer {
    background-color: rgb(0, 91, 89); 
    color: rgb(205, 247, 239);
    padding: 1em;
    padding-top: 1.5em;
    overflow: auto;
    text-align: center;
    max-width: 960px;
     clear: left;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 0;
    font-family: Fira Sans, arial, sans-serif;
}

p{
    font-size: 11px;
}

@media screen and (max-width: 700px) {
    
    header{
        width: 92%;
        height: 220px;
        margin-left: 1em;
        margin-right: 1em;
        margin-bottom: 2em;
        text-align: center;
    }
    
    
  
        

}


