* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Roboto',sans-serif;
  /*overflow:hidden;*/
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
 h2 {
  color: rgb(86, 117, 135);
  padding-left:5px;
  border-style: none none none solid;
  border-width: 2px;
  border-color:rgb(86, 117, 135);
  text-align: left;
}

.menuItem {
  background-color: rgba(20, 100, 120, 0);
  color: rgba(20, 100, 120, 1);
  font-family: 'Roboto',sans-serif;
  font-weight: 900;
  font-size: 13.5px;
  line-height: 60px;
  margin: 0px;
  padding: 0px 15px 0px 15px;
  /*border-style: solid;*/
  border-width: 2px;
  border-color:green;
  text-decoration:none;
  float:left;
  height:60px;
  clear:none;
  transition: transform 0.5s, color 0.2s;
}
.menuItem:hover {
  color: rgba(20, 100, 120, 0.3);
  /*position:relative;*/
  /*top: 4px;*/
transform: translate(0px, 3px);
}
.navegacion {
  /*background-color: blue;*/
  color: yellow;
  margin: auto;
  padding:  0px 0px 0px 0px;
  border: 2px;
  /*border-style: solid;*/
  /*float:left;*/
  /*clear:both;*/
  /*overflow: hidden;*/
  display:inline-block;
  position:relative;
  left:0%;
  /*width:60%;*/
  /*horizontal-align:middle;*/
 }


.logo{
  width:auto;
  height:60px;
  padding: 1px 3px 1px 3px;
  margin: 0px 30px 0px 0px; 
  /*border-style: solid;*/
  border-width: 2px;
  border-color:blue;
  float:left;
  clear:none;
  transition: transform 0.5s, color 0.2s;

}

.navbar{

  top:0;
  background-color: white;
  border: 2px;
  /*border-style: solid;*/
  /*overflow:visible;*/
  /*display:inline-block;*/
  display: flex;
  justify-content: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
}

.cont{
  margin: 1.5vw 3vw 0px 3vw; 
  padding: 20px 20px 20px 20px;
  border-style: solid;
  border-width: 0px;
  border-color:blue;
  background-color: rgba(20, 50, 100, .2);
  text-align: justify;
  overflow:hidden;
 
}
.encabezado{
  position:sticky;
  top:0;
}
.banner{
  
  top:0;
  margin: 0px 0px 0px 0px; 
  padding: 0px 5px 0px 5px;
  border-style: solid;
  border-width: 0px;
  border-color:blue;
  background-color: rgba(100, 100, 100, 1);
  color: white;
  text-align: center;
  overflow:hidden;

}






.image_selector{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /*border-style: solid;*/
  border-width: 2px;
  border-color:red;
  /*background-color: rgba(255, 255, 255, 1);*/
}

.image_item{

  /*border-style: solid;*/
  border-width: 2px;
  border-color:blue;
  background-color: rgba(255, 255, 255, 1);
  margin:0 15px 30px 15px;
  width:14rem;
  display:flex;
  flex-direction: column;
  text-decoration: none; 
  overflow:hidden;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}



.image_1{
width:100%;
height:200px;
margin:0;
padding:0;
/*border-style: solid;*/
  border-width: 2px;
  border-color:green;
}


.img_banner{

/*border-style: solid;*/
  border-width: 2px;
  border-color:green;
  
}
.image_2{

width:100%;
height:auto;
/*border-style: solid*/
  border-width: 2px;
  border-color:red;
}

.tit_1{
background-color: rgba(180, 40, 20, 1);
height:3.75em;
/*line-height:50px;*/
/*border-style: solid;*/
  border-width: 2px;
  border-color:red;
margin:0px;
padding:15px 5px 5px 5px;
display:block;
font-size: 1.25rem;
font-weight: 700;
color: white;
text-decoration: none; 
}
.texto_1{
font-size: 0.9rem;
color: black;
text-decoration: none; 
padding:5px;
text-align: left;
}
#mapa2 {display:none;}
/*opcional de mapas*/
@media only screen and (max-width: 800px) {
  #mapa1 {display:none;}
  #mapa2 {display:inline;}
}