@charset "ISO-8859-1";
.arrow {
  margin-left: -20px;
}

.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption,
th {
  text-align: left;
}

h2 {
  color: white !important;
  font-size: 1.4em !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #444;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

.externo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.externo {
  display: table;
}

.interno {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
  height: auto;
  min-height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.internoAbajo {
  display: table-cell;
  position: relative;
  vertical-align: bottom;
  text-align: center;
}

h1 {
  font-size: 2.5em;
  font-family: arial, helvetica;
  color: #fff;
  margin: 0;
  padding: 0;
}

.section {
  text-align: center;
}

#section0,
#section0h,
#section1,
#section2,
#section3 {
  background-size: cover;
  background-attachment: fixed;
}

#section0 {
}

#section2 {
  background: lightgray;
}

#section3 {
}

p {
  font-size: 1.2em;
  line-height: 1.2em;
  color: white;
}

#logosFauna {
  margin-top: 50px;
}

.svgWebLogo {
  margin-top: 30px;
}

.faunawebLogo {
  padding-top: 10%;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  z-index: -100;
}

.fullscreen-bg__videoslide {
  position: relative;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.absoluteFront {
  top: 0;
  height: 100%;
  width: 25%;
  z-index: 2;
  position: absolute;
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
    height: 100%;
  }
  .fullscreen-bg__videoslide {
    display: none !important;
  }
}

#slide1 {
  background-image: url("../img/bg1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#hamburgueramphibiaweb {
  font-size: 50px;
  cursor: pointer;
  color: white;
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 3;
}

#hamburguerreptiliaweb {
  font-size: 50px;
  cursor: pointer;
  color: white;
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 3;
}

#hamburguermammaliaweb {
  font-size: 50px;
  cursor: pointer;
  color: white;
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 3;
}
#hamburgueravesaweb {
  font-size: 50px;
  cursor: pointer;
  color: white;
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 3;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  background-color: rgba(139, 131, 20, 1);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 30px;
  overflow-y: auto;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 1.3em;
  color: white;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

a,
a:hover {
  color: #333;
  text-decoration: none;
}

.navbar-default {
  background-color: rgba(0, 0, 0, 0.6);
  border-color: #000;
  color: white;
}

.navbar spana {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 10px 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:visited {
  color: #fff;
}

header {
  position: fixed;
  top: 0;
  min-height: 40px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
}

header p {
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 0;
}

#footer {
  position: fixed;
  bottom: 0;
  min-height: 40px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
}

#footer p {
  font-size: 14px;
  margin-bottom: 0;
}

footer p {
  color: #333;
}

footer a {
  color: #fff;
}

.copyright {
  min-height: 40px;
  background: rgba(0, 0, 0, 0.6);
}

.copyright p {
  color: #fff;
  margin-top: 0px;
}

.heading7 {
  font-size: 21px;
  font-weight: 700;
  color: #d9d6d6;
  margin-bottom: 22px;
}

.post p {
  font-size: 12px;
  color: #fff;
  line-height: 20px;
}

.post p span {
  display: block;
  color: #8f8f8f;
}

.bottom_ul {
  list-style-type: none;
  float: right;
  margin-bottom: 0px;
  margin-top: 0px;
}

.bottom_ul li {
  float: left;
  line-height: 40px;
}

.bottom_ul li:after {
  content: "/";
  color: #fff;
  margin-right: 8px;
  margin-left: 8px;
}

.bottom_ul li a {
  color: #fff;
  font-size: 12px;
}

.bottom_ul1 {
  list-style-type: none;
  float: right;
  margin-bottom: 0px;
  margin-top: 0px;
}

.bottom_ul1 li {
  float: left;
  line-height: 40px;
}

.banner-inner h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

article p {
  color: #333;
}

.col {
  padding: 0 20px;
  float: left;
  box-sizing: border-box;
}

.col.x-50 {
  width: 50%;
}

.col.x-100 {
  width: 100%;
}

.title {
  color: #333;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}

.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.contact-form .input-text:focus {
  outline: none;
}

.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
}

.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #888;
  cursor: text;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.note {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-family: Lusitana, serif;
  font-size: 16px;
  line-height: 21px;
}

.note .link {
  color: #888;
  text-decoration: none;
}

.note .link:hover {
  text-decoration: underline;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  p {
    font-size: 1em;
    line-height: 1.2em;
  }
}

.main-banner {
  padding-bottom: 50px;
}

.btn-amphibia {
  margin-top: 30px;
  color: #b4220a;
  background: #ffc03a;
  font-weight: 800;
}

.btn-reptilia {
  margin-top: 30px;
  color: white;
  background: #977318;
  font-weight: 800;
}

.btn-mammalia {
  margin-top: 30px;
  color: white;
  background: #51464c;
  font-weight: 800;
}
.btn-aves {
  margin-top: 30px;
  color: white;
  background: #973a35;
  font-weight: 800;
}

.menu,
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu li {
  position: relative;
  z-index: 1;
}

.menu a {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 5px 10px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.menu a:hover {
  background: #bbb;
}

.menu ul {
  position: relative;
  left: 0;
  top: -100%;
  z-index: -1;
  max-height: 0;
  width: 0;
  overflow: hidden;
  background: #aaa;
  opacity: 0;
  transition: all 0.3s ease;
}

.menu li.active > ul {
  top: 0;
  z-index: 2;
  opacity: 1;
  width: 100%;
  max-height: 50em;
  width: 100%;
  overflow: visible;
  transition: all 0.3s ease;
}

li.active > a {
  background: #bbb;
}

.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}

.loading:not(:required) {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#noticias a {
  color: #337ab7 !important;
  text-decoration: none;
}
.links a {
  color: #7ebff7 !important;
  text-decoration: none;
}

#cookiesBar {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #000000;
  z-index: 18;
  border: 1px solid #000;
  display: none;
  height: 50px;
}

.static-background {
}
.fp-enabled body,
html .fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

#superContainer {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#fp-nav,
.fp-slidesNav {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}
</style > <style > .owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.static-background {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .bottom_ul {
    display: none;
  }
  #logosFauna {
    margin-top: 0px;
  }
  p {
    font-size: 0.7em;
    line-height: 1em;
  }
  .svgWebLogo {
    margin-top: 50px;
  }
  .fullscreen-bg__video {
    display: none !important;
  }
  .fullscreen-bg__videoslide {
    display: none !important;
  }
  #section0 {
    background-image: url("../img/paisaje5.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #section0h {
    background-image: url("../img/home1sm.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #section1 {
    background-image: url("../img/anfibios1sm.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #section3 {
    background-image: url("../img/reptiles1sm.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #section4 {
    background-image: url("../img/mamiferos1sm.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #section5 {
    background-image: url("../img/avessm.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #sectionf0 {
    background-image: url("../img/floraweb01sm.jpg") !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #sectionf1 {
    background-image: url("../img/listaEspecies01sm.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #sectionf4 {
    background-image: url("../img/yasuni01sm.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #slide5 {
    background-image: url("../img/aves1.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .externo-sm {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .interno-sm {
    height: auto;
    min-height: 100%;
  }
  .externo-sm {
    display: table;
  }
  .interno-sm {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
  }
  #section0 .img-responsive {
    margin: auto;
  }
  #section0 p {
    margin-top: 0px;
  }
  #hamburguer {
    font-size: 30px !important;
    cursor: pointer;
    color: white;
    top: 8%;
  }
  header p {
    font-size: 10px;
  }
  header {
    min-height: 30px;
  }
  .copyright {
    min-height: 30px;
  }

  .main-banner {
    padding-bottom: 0px;
  }
  .main-banner img {
    max-width: 50%;
  }
  .main-banner span {
    font-size: 12px !important;
  }
  .interno {
    padding-top: 60px;
  }
  .links {
    line-height: 2;
  }
  .links * {
    line-height: 1 !important;
  }
}
.mt-80 {
  margin-top: 80px !important;
}