body {
  /*color: #7B8427;*/
  /*color: #007932;*/
  /*color: #19747A;*/
  /*color: #175779;*/
  /*color: #8CC63F;*/
  /*color: #52803C;*/
  /*color: #219096;*/
  /*color: #00728F;*/
  /*color: #A9C55F;*/
  /*color: #86A570;*/
  /*color: #6DB2B8;*/
  /*color: #5A9FBA;*/
  /*color: rgba(0,0,0,0.65);*/
  font-family: 'Source Sans Pro';
}

h1, h2, h3, h4, h5, h6, a, button {
  font-family: 'WWF';
}

/* Header */

#menu {
  background-color: #000;
  height: 90px;
  align-items: flex-end;
  padding-bottom: 1.3%;
}

#menu ul {
  width: 43%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#menu .nav-link {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0%;
  font-size: 1.1em;
}

#menu .dropdown .dropdown-menu {
  padding: 6% 0;
  border-radius: 0;
  top: 140%;
}

#menu .dropdown .dropdown-item {
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 0%;
  font-size: 1.1em;
  padding-bottom: 5px;
  transition: all 0.35s;
}
#menu .dropdown .dropdown-item:hover, #menu .dropdown .dropdown-item:focus, #menu .dropdown .dropdown-item:active {
  background-color: #000;
  color: #fff;
  transition: all 0.35s;
}

#menu .navbar-brand {
  width: 140px;
  display: block;
}

#menu .navbar-brand img {
  width: 140px;
  height: 130px;
  position: absolute;
  top: -1%;
}

/* End Header */

#top-section {
  position: relative;
}

#top-section img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

#top-section .top-text {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 2% 7%;
  display: flex;
  align-items: center;
  background-color: rgba(0,114,143,0.8);
}

#top-section .top-text {
  color: #fff;
  text-transform: uppercase;
}

#top-section .top-text h1 {
  line-height: 1.1;
}

#top-section .top-text h1 {
  line-height: 1.1;
}

#infografia-permanente p {
  text-align: justify;
}

#infografia-permanente .btn.btn-info {
  background-color: #175779;
  border-color: #175779;
  transition: all 0.35s;
  padding-top: 0.6em;
  padding-bottom: 0.7em;
}

#infografia-permanente .btn.btn-info:hover {
  background-color: #00728f;
  border-color: #00728f;
  transition: all 0.35s;
}

#infografia-permanente .video iframe {
  width: 100%;
  height: 285px;
}

#infografias {
}

#infografias .infog a {
  position: relative;
  width: 100%;
  height: 350px;
  display: block;
}

#infografias .infog a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#infografias .infog .infog-info img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

#infografias .infog .infog-info h2 {
  text-transform: uppercase;
  color: #fff;
  margin: 12px 0;
}

#infografias .infog .infog-info p {
  color: #fff;
  font-family: 'Source Sans Pro';
  transition: all 0.35s;
}

#infografias .infog .infog-info .btn {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 1px;
}

#infografias .infog .infog-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45% 10% 10%;
  text-align: center;
  transition: 0.35s;
}

#infografias .infog:hover .infog-info {
  padding: 10%;
  text-align: center;
  transition: 0.35s;
}

#infografias .infog .infog-info .pbtn p, #infografias .infog .infog-info .pbtn .btn {
  opacity: 0;
  transition: all 0.35s;
}

#infografias .infog:hover .infog-info .pbtn p, #infografias .infog:hover .infog-info .pbtn .btn {
  opacity: 1;
  transition: all 0.35s;
}

#infografias .row:nth-child(1) .infog:nth-child(1) .infog-info {
  background-color: #7b8427;
  transition: 0.35s;
}

#infografias .row:nth-child(1) .infog:nth-child(2) .infog-info {
  background-color: #8cc63f;
  transition: 0.35s;
}

#infografias .row:nth-child(1) .infog:nth-child(3) .infog-info {
  background-color: #a9c55f;
  transition: 0.35s;
}

#infografias .row:nth-child(2) .infog:nth-child(1) .infog-info {
  background-color: #007932;
  transition: 0.35s;
}

#infografias .row:nth-child(2) .infog:nth-child(2) .infog-info {
  background-color: #52803c;
  transition: 0.35s;
}

#infografias .row:nth-child(2) .infog:nth-child(3) .infog-info {
  background-color: #86a570;
  transition: 0.35s;
}

#infografias .row:nth-child(3) .infog:nth-child(1) .infog-info {
  background-color: #19747a;
  transition: 0.35s;
}

#infografias .row:nth-child(3) .infog:nth-child(2) .infog-info {
  background-color: #219096;
  transition: 0.35s;
}

#infografias .row:nth-child(3) .infog:nth-child(3) .infog-info {
  background-color: #6db2b8;
  transition: 0.35s;
}

#infografias .row:nth-child(4) .infog:nth-child(1) .infog-info {
  background-color: #175779;
  transition: 0.35s;
}

#infografias .row:nth-child(4) .infog:nth-child(2) .infog-info {
  background-color: #00728f;
  transition: 0.35s;
}

#infografias .row:nth-child(4) .infog:nth-child(3) .infog-info {
  background-color: #5a9fba;
  transition: 0.35s;
}

#infografias .row:nth-child(2) .infog:nth-child(2):hover .infog-info {
  /*background-color: rgba(82,128,60,0.65);*/
  /*transition: 0.35s;*/
}

#infografias .infog-info:hover {
  background-color: rgba(0,0,0,0.65)!important;
  transition: 0.35s;
}

footer {
  background-color: #F4F3EE;
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

footer ul li {
  margin: 0 12px 0 0;
}

footer a {
  color: #219096!important;
}

footer p {
  font-style: italic;
  font-size: 0.85em;
}

/* Modals */

.info-modals .modal-header {
  border-bottom: none;
}

.info-modals .modal-header .close {
  padding: 0.2rem 1.1rem;
  margin: -1rem -1rem -1rem auto;
  font-size: 2.75em;
  opacity: 0.4;
}

/* .info-modals - Content */

.info-modals h2 {
  text-transform: uppercase;
}

.info-modals .btn {
  text-transform: uppercase;
  background-color: rgba(0,0,0,0.65);
}

.info-modals .btn:hover {
  text-transform: uppercase;
  background-color: rgba(0,0,0,0.75);
}
.video_modal iframe {
  width:100%;
  height:560px;
  margin:0 auto;
}
@media (min-width:300px) and (max-width:768px){
  #menu{
    height: auto;
  }
  #menu .navbar-brand img {
    width: 70px;
    height: 70px;
    position: relative;
  }
  .navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255 / 61%);
  }
  .navbar-light .navbar-toggler-icon{
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-light .navbar-toggler-icon i{
    color: #fff;
    font-size: 1.2em;
  }

  #menu ul {
    width: 100%;
    display: block;
    text-align: center;
  }
  #menu .nav-link {
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 3%;
    font-size: 1.1em;
  }
  #menu .dropdown .dropdown-menu {
    padding: 1% 0;
    border-radius: 0;
    top: 0;
    text-align: center;
  }
  #top-section img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  #top-section .top-text {
    height: 40vh;
  }
  #top-section h1{
    font-size: 2em;
    text-align: left;
  }
}