body {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
h2 {
  /*font-size: 37px;*/
  font-weight: 700;
  color: #00ACB7;
}
a {
  color: #00ACB7;
}
a:visited {
  color: #FF9966;
}
.logo {
    width: 600px;
}
.topnav {
  overflow: hidden;
  background-color: #CCC;
  width: 100%;
}
.topnav a {
  float: left;
  color: #333333 ;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.fixing {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.active {
  background-color: #F2F2F2;
  color: white;
}

.topnav .icon {
  display: none;
  overflow: hidden;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn { 
  font-size: 17px;    
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #F2F2F2;
  /*min-width: 160px;*/
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #DADADA;
  color: rgb(0, 0, 0);
}

.dropdown-content a:hover {
  background-color: rgb(221, 221, 221);
  color: rgb(0, 0, 0);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.slider {
  width: 100%;
  margin-bottom: 0px;
}

.textslider {
    font-family: 'Open Sans';  
    font-size: 6vw;
    color: #ffffff;
    align-self: center;
    width: fit-content;
    opacity: 1;
    letter-spacing: 5px;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #777;
}
.centered {
    position: absolute;
    top: 10%;
    left: 7%;
    right: 7%;
  }
  .contenido {
    margin-top: 0px;
    color: #084E7E;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    max-width: 1022px;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 1.5;
  }
  .container {
    width: 100%;
    position: relative;
    text-align: center;
    color: white;
  }
footer {
    margin-top: 0mm;
    text-align: center;
    font-family: 'Open Sans';
    background-color: #084E7E;
    color: rgb(255, 255, 255);
    width: 100%;
    padding: 17px;
}
footer a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}
footer a:visited {
  color: #FFF;
}
.banner {
    width: 100%;
}
.htittle {
  font-size:3vw;
  color: #666;
  align-self: left;
  width: fit-content;
  opacity: 1;
  letter-spacing: 3px;
  line-height: 1.3;
}
@media screen and (max-width: 600px) {
  .fixing {
    position: fixed;
    width: 93%;
    z-index: 999;
}
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .contenido {
    font-size: 17px;
    width: 90%;
  }
  .textslider {
    font-size: 3.5vw
  }
  .logo {
    width: 100%;
  }
}
