* {
    padding: 0;
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
  }
  
  body {
    background-color: #f0f0f0;
  }
  
  .fadeTop {
    opacity: 0;
    transform: translate(0, 10vh);
    transition: all 2s;
  }
  .fadeTop2 {
    opacity: 0;
    transform: translate(0, 20vh);
    transition: all 2s;
  }
  .fadeTop3 {
    opacity: 0;
    transform: translate(0, 25vh);
    transition: all 2s;
  }
  .fadeTop4 {
    opacity: 0;
    transform: translate(0, 30vh);
    transition: all 2s;
  }
  
  #rueda2{
    width: 60%;
    margin: 50px auto;
  }
  .fadeTop5 {
    opacity: 0;
    transform: translate(0, 35vh);
    transition: all 2s;
  }
  .fadeTop6 {
    opacity: 0;
    transform: translate(0, 40vh);
    transition: all 2s;
  }
  
  .fadeRight {
    opacity: 0;
    transform: translate(20vh, 0vh);
    transition: all 3s;
  }
  
  .fadeLeft {
    opacity: 0;
    transform: translate(-20vh, 0vh);
    transition: all 3s;
  }
  
  .visible {
    opacity: 1;
    transform: translate(0, 0);
  }
  @media (min-width: 577px) and (max-width: 999px) {
      footer nav a img {
  width: 15%;
  margin: 15px 2px 5px 2px;
  padding: 0;
  display: unset;
  margin-bottom: 2%;
}

    section:nth-of-type(2) div:nth-of-type(1) {
        background-image: url("fondo.png");
        font-size: 1.2rem;
        font-family: "Barlow Condensed", sans-serif;
      }
      section:nth-of-type(2) div:nth-of-type(2) {
          background-color: #c1d0dd;
        }
      #link {
        width: 8%;
        margin: 1%;
        border-radius: 0%;
      }
    
      section:nth-of-type(2) div:nth-of-type(1) article {
        background-color: rgba(255, 255, 255, 0.849);
        border: 1px gray solid;
        margin: 3%;
        border-radius: 10px;
      }
    
      section:nth-of-type(2) article figure img {
        margin: 10%;
      }
      section:nth-of-type(2) div:nth-of-type(1) article figure img {
        width: 50%;
        border-radius: 50%;
        box-shadow: 10px 2px 10px 5px rgba(0, 0, 0, 0.2);
      }
    
    section:nth-of-type(2) article:nth-of-type(1) figure img {
      width: 50%;
      border-radius: 50%;
    }
    #botonSubir {
      position: fixed;
      bottom: 4%;
      right: 2%;
      width: 4%;
    }
    #subir {
      position: fixed;
      bottom: 0;
      right: 2%;
      width: 4%;
      color: black;
      font-size: 22px;
      font-weight: bold;
    }
    header {
      background-color: #a0b2c2;
    }
  
    header figure img {
      width: 8%;
    }
    header figure {
      background-color: #1e2835;
    }
    nav:nth-of-type(1) ul {
      margin-left: 4%;
    }
  
    nav ul li a {
      color: white;
      font-weight: bold;
      font-family: "Quicksand", sans-serif;
    }
    nav {
      padding: 1%;
    }
    nav ul li a:hover {
      color: #bb9b6c;
    }
    nav ul li {
      padding: 1%;
    }
  
    nav ul li:hover {
      background-color: #2a384c;
      padding: 1%;
    }
  
    nav:nth-of-type(3) a img {
        width: 3%;
      margin: 0;
      padding: 0;
      display: unset;
    }
    nav:nth-of-type(2) ul {
      margin-right: 2%;
    }
    h1 {
      font-family: "Quicksand", sans-serif;
    }
    section:nth-of-type(1) video {
      opacity: 0.6;
      position: relative;
    }
  
    section:nth-of-type(1) div {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #2a384ce1;
      color: white;
      padding: 2%;
  
      color: #bb9b6c;
    }
    section:nth-of-type(1) div p {
      width: 50%;
      margin: auto;
  
      font-family: "Quicksand", sans-serif;
  
      font-weight: bolder;
    }
  
    section:nth-of-type(2) button {
      margin-top: 2%;
  
      margin-bottom: 2%;
      background-color: #2a384c;
      color: #c6d3df;
      text-align: center;
      font-weight: bold;
      padding: 5px 20px;
      border-radius: 10px;
    }
  
    section:nth-of-type(2) {
      margin-top: 0 !important;
      background-color: #2a384c;
      padding-bottom: 5%;
    }
  
    section:nth-of-type(2) div {
      width: 70%;
      margin: auto;
      background-color: #c6d3df;
      padding: 2%;
      border-radius: 10px;
      color: #2a384c;
      box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.2);
    }
  
    section:nth-of-type(2) p {
      font-family: "Barlow Condensed", sans-serif;
      font-size: 1rem;
    }
  
    h2,
    h3 {
      font-family: "Dancing Script", cursive;
    }
  
    section:nth-of-type(2) h2 {
      color: #2a384c;
    }
  
    section:nth-of-type(5) div {
      width: 95%;
      margin: auto;
      padding: 1%;
    }
  
    section:nth-of-type(5) div article p {
      font-family: "Barlow Condensed", sans-serif;
      font-size: 0.9rem;
    }
    section:nth-of-type(5) div:nth-of-type(1) article,
    section:nth-of-type(5) div:nth-of-type(3) article {
      margin: 15px 5px 5px 5px;
      color: #bb9b6c;
      background-color: #2a384c;
      padding: 1%;
      font-weight: bold;
      height: 100px;
    }
    section:nth-of-type(5) div:nth-of-type(1) article:hover,
    section:nth-of-type(5) div:nth-of-type(3) article:hover {
      margin: 5px 5px 15px 5px;
      color: #2a384c;
      background-color: #a0b2c2;
      padding: 1%;
      font-weight: bold;
    }
    section:nth-of-type(5) div:nth-of-type(2) article,
    section:nth-of-type(5) div:nth-of-type(4) article {
      margin: 15px 5px 5px 5px;
      background-color: #a0b2c2;
  
      color: #2a384c;
      font-weight: bold;
      height: 100px;
      padding: 1%;
    }
    section:nth-of-type(5) div:nth-of-type(2) article:hover,
    section:nth-of-type(5) div:nth-of-type(4) article:hover {
      margin: 5px 5px 15px 5px;
      color: #bb9b6c;
      background-color: #2a384c;
      font-weight: bold;
  
      padding: 1%;
    }
  
    section:nth-of-type(3) h2 {
      color: #f0f0f0;
      font-family: "Quicksand", sans-serif;
    }
    #ese {
      background-color: #2a384c;
      color: white;
      font-family: "Barlow Condensed", sans-serif;
      font-size: 1.3rem;
    }
    #videoCa {
      border-radius: 10px;
      opacity: 0.8;
    }
    section:nth-of-type(6) {
      background-color: #ecdfce;
      font-size: 1.2rem;
  
      font-family: "Barlow Condensed", sans-serif;
    }
  
    section:nth-of-type(6) article:nth-of-type(1) figure img {
      width: 50%;
      border-radius: 50%;
    }
    #tress h3 {
      font-size: 36px;
      margin: 0 !important;
      padding: 0 !important;
    }
    section:nth-of-type(6) div article h3 {
      margin: 0 !important;
      padding: 0 !important;
    }
    #form {
      position: relative;
      width: 500px;
      margin: 50px auto 50px auto;
    }
  
    footer {
      font-size: 1.2rem;
    }
  }
  @media (max-width: 576px) {
      footer nav a img {
  width: 5%;
  margin: 15px 2px 5px 2px;
  padding: 0;
  display: unset;
  margin-bottom: 2%;
}

    #sva {
      border-radius: 50px;
      width: 75%;
    }
    header figure img {
      width: 10%;
    }
    header figure {
      background-color: #1e2835;
      margin: 0;
    }
  
    #logoCel {
      background-color: #2a384c;
    }
  
    section:nth-of-type(2) {
      padding-bottom: 5%;
      margin: 0 !important;
      margin: auto;
      background-color: #2a384c;
      color: white;
    }
  
    section:nth-of-type(2) p {
      width: 95%;
      margin: auto;
      font-size: 20px;
      font-family: "Barlow Condensed", sans-serif;
    }
    h2,
    h3 {
      font-family: "Dancing Script", cursive;
    }
  
    section:nth-of-type(2) h2 {
      color: #bb9b6c;
      padding: 5%;
    }
    section:nth-of-type(2) h3 {
      color: #bb9b6c;
      padding: 2%;
    }
  
    section:nth-of-type(2) button {
      margin-top: 2%;
  
      margin-bottom: 2%;
      background-color: #a0b2c2;
      color: #2a384c;
      text-align: center;
      font-weight: bold;
      padding: 5px 20px;
      border-radius: 10px;
    }
  
    section:nth-of-type(5) div {
      width: 95%;
      margin: auto;
    }
  
    section:nth-of-type(5) div article p {
      padding: 1%;
      margin: auto;
    }
    section:nth-of-type(5) div:nth-of-type(1) article:nth-of-type(1),
    section:nth-of-type(5) div:nth-of-type(1) article:nth-of-type(3),
    section:nth-of-type(5) div:nth-of-type(2) article:nth-of-type(1),
    section:nth-of-type(5) div:nth-of-type(2) article:nth-of-type(3),
    section:nth-of-type(5) div:nth-of-type(3) article:nth-of-type(1),
    section:nth-of-type(5) div:nth-of-type(3) article:nth-of-type(3),
    section:nth-of-type(5) div:nth-of-type(4) article:nth-of-type(1),
    section:nth-of-type(5) div:nth-of-type(4) article:nth-of-type(3) {
      color: #bb9b6c;
      background-color: #2a384c;
      font-weight: bold;
      font-family: "Barlow Condensed", sans-serif;
    }
  
    section:nth-of-type(5) div:nth-of-type(1) article:nth-of-type(2),
    section:nth-of-type(5) div:nth-of-type(1) article:nth-of-type(4),
    section:nth-of-type(5) div:nth-of-type(2) article:nth-of-type(2),
    section:nth-of-type(5) div:nth-of-type(2) article:nth-of-type(4),
    section:nth-of-type(5) div:nth-of-type(3) article:nth-of-type(2),
    section:nth-of-type(5) div:nth-of-type(3) article:nth-of-type(4),
    section:nth-of-type(5) div:nth-of-type(4) article:nth-of-type(2),
    section:nth-of-type(5) div:nth-of-type(4) article:nth-of-type(4) {
      background-color: #a0b2c2;
      color: #2a384c;
      font-weight: bold;
      margin: 0 !important;
    }
  
    section:nth-of-type(5) h2 {
      padding-bottom: 2% !important;
    }
    #ese {
      background-color: #2a384c;
      color: white;
    }
  
    section:nth-of-type(3) div:nth-of-type(2) {
      padding-top: 0 !important;
      margin-top: 0 !important;
    }
    section:nth-of-type(5) {
      padding-top: 0 !important;
    }
    section:nth-of-type(5) form {
      margin-top: 8% !important;
      margin-bottom: 8%;
    }
    section:nth-of-type(6) {
      margin-top: 1% !important;
    }
    section:nth-of-type(6) h2 {
      margin-bottom: 6% !important;
    }
    section:nth-of-type(6) article:nth-of-type(1) figure img,
    section:nth-of-type(6) article:nth-of-type(2) figure img,
    section:nth-of-type(6) article:nth-of-type(3) figure img {
      width: 50%;
      border-radius: 50%;
      text-align: center !important;
      justify-content: center !important;
    }
  
    section:nth-of-type(6) article:nth-of-type(4) {
      padding: 6% 0 6% 0;
      background-color: #2a384c;
      color: #bb9b6c;
    }
    section:nth-of-type(6) article:nth-of-type(4) p {
      width: 90%;
      margin: auto;
    }
    section:nth-of-type(6) div:nth-of-type(1) article:nth-of-type(2) {
      justify-content: center !important;
      text-align: center !important;
      padding: 0 !important;
      margin: 0% !important;
    }
  
    section:nth-of-type(6) div:nth-of-type(1) article:nth-of-type(2) p {
      width: 90%;
      margin: auto;
    }
    section:nth-of-type(6) article:nth-of-type(2) h3 {
      padding: 0 !important;
    }
  
    option,
    select,
    input,
    textarea {
      font-family: "Lato", sans-serif;
      font-size: 0.875em;
      width: 90% !important;
      height: 50px;
      padding: 0px 15px 0px 15px;
  
      background: transparent;
      outline: none;
      color: #726659;
  
      border: solid 1px #b3aca7;
      border-bottom: none;
  
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
    }
  
    
    section:nth-of-type(9) label{
      padding: 1%;
      background-color: #2a384c ;
      margin: 1%;
      width: 80%;
      color: #bb9b6c;
      border-radius: 10px;
      font-weight: bold;
    }
  }
  
  @media (min-width: 1000px) {
      footer nav a img {
  width: 15%;
  margin: 15px 2px 5px 2px;
  padding: 0;
  display: unset;
  margin-bottom: 2%;
}

    nav:nth-of-type(3) a img {
        width: 15%;
        margin: 15px 2px 5px 2px;
        padding: 0;
        display: unset;
        margin-bottom: 2%;
    }
      nav:nth-of-type(3) a img:hover {
        width: 15%;
        margin: 5px 2px 15px 2px;
        padding: 0;
        margin-bottom: 6%;
        display: unset;
    }
    section:nth-of-type(2) div:nth-of-type(1) {
        background-image: url("fondo.png");
        font-size: 1.2rem;
        font-family: "Barlow Condensed", sans-serif;
      }
      section:nth-of-type(2) div:nth-of-type(2) {
          background-color: #c1d0dd;
        }
      #link {
        width: 8%;
        margin: 1%;
        border-radius: 0%;
      }
    
      section:nth-of-type(2) div:nth-of-type(1) article {
        background-color: rgba(255, 255, 255, 0.849);
        border: 1px gray solid;
        margin: 3%;
        border-radius: 10px;
      }
    
      section:nth-of-type(2) article figure img {
        margin: 10%;
      }
      section:nth-of-type(2) div:nth-of-type(1) article figure img {
        width: 50%;
        border-radius: 50%;
        box-shadow: 10px 2px 10px 5px rgba(0, 0, 0, 0.2);
      }
    
    section:nth-of-type(2) article:nth-of-type(1) figure img {
      width: 50%;
      border-radius: 50%;
    }
    #sva {
      border-radius: 50px;
      width: 75%;
    }
    #botonSubir {
      position: fixed;
      bottom: 4%;
      right: 2%;
      width: 4%;
    }
    #subir {
      position: fixed;
      bottom: 0;
      right: 2%;
      width: 4%;
      color: black;
      font-size: 22px;
      font-weight: bold;
    }
    header {
        background-image: linear-gradient(to bottom, #141d28, #2a384c, #2a384c);
      }
      nav:nth-of-type(1) ul {
        margin-left: 4%;
      }
      header figure img {
        width: 5%;
        margin: 1%;
      }
      nav ul li a {
        color: #b28e50;
        font-weight: bold;
    
        font-family: "Quicksand", sans-serif;
      }
    
      nav ul li a:hover {
        color: #bb9b6c;
        border-bottom: 1px solid #b28e50;
      }
      nav ul li {
        padding: 1%;
      }
    
      nav ul li:hover {
        background-color: #2a384c;
        padding: 1%;
      }
    
  
    
      nav:nth-of-type(2) ul {
        margin-right: 2%;
      }
    h1 {
      font-family: "Quicksand", sans-serif;
    }
    section:nth-of-type(1) video {
      opacity: 0.6;
      position: relative;
    }
  
    #sobre{
      position: absolute;
      top: 110%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #2a384ce1;
      color: white;
      padding: 2%;
  
      color: #bb9b6c;
    }
    section:nth-of-type(1) div {
      position: absolute;
      top: 60%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #2a384ce1;
      color: white;
      padding: 2%;
  
      color: #bb9b6c;
    }
    section:nth-of-type(1) div p {
      width: 50%;
      margin: auto;
  
      font-family: "Quicksand", sans-serif;
  
      font-weight: bolder;
    }
  
    section:nth-of-type(2) button {
      margin-top: 2%;
  
      margin-bottom: 2%;
      background-color: #2a384c;
      color: #c6d3df;
      text-align: center;
      font-weight: bold;
      padding: 5px 20px;
      border-radius: 10px;
    }
  
    section:nth-of-type(2) {
      margin-top: 0 !important;
      background-color: #2a384c;
    }
    #sobre3{
      width: 100%;
      margin: auto;
      background-color: #c6d3df;
      padding: 2%;
      border-radius: 10px;
      color: #2a384c;
      box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    }
    section:nth-of-type(2) div {

      margin: auto;
      background-color: #c6d3df;
      padding: 2%;
      border-radius: 10px;
      color: #2a384c;
      box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.2);
    }
  
    section:nth-of-type(2) p {
      font-family: "Barlow Condensed", sans-serif;
      font-size: 1.2rem;
    }
  
    h2,
    h3 {
      font-family: "Dancing Script", cursive;
    }
  
    section:nth-of-type(2) h2,
    section:nth-of-type(2) h3 {
      color: #bb9b6c;
      font-family: "Dancing Script", cursive;
    }
  
    
  
    section:nth-of-type(5) div article p {
      font-family: "Barlow Condensed", sans-serif;
      font-size: 1.1rem;
    }
    section:nth-of-type(5) div:nth-of-type(1) article,
    section:nth-of-type(5) div:nth-of-type(3) article {
      margin: 15px 5px 5px 5px;
      color: #bb9b6c;
      background-color: #2a384c;
      padding: 1%;
      font-weight: bold;
      height: 100px;
    }
    section:nth-of-type(5) div:nth-of-type(1) article:hover,
    section:nth-of-type(5) div:nth-of-type(3) article:hover {
      margin: 5px 5px 15px 5px;
      color: #2a384c;
      background-color: #a0b2c2;
      padding: 1%;
      font-weight: bold;
    }
    section:nth-of-type(5) div:nth-of-type(2) article,
    section:nth-of-type(5) div:nth-of-type(4) article {
      margin: 15px 5px 5px 5px;
      background-color: #a0b2c2;
      color: #2a384c;
      font-weight: bold;
      height: 100px;
      padding: 1%;
    }
    section:nth-of-type(5) div:nth-of-type(2) article:hover,
    section:nth-of-type(5) div:nth-of-type(4) article:hover {
      margin: 5px 5px 15px 5px;
      color: #bb9b6c;
      background-color: #2a384c;
      font-weight: bold;
  
      padding: 1%;
    }
  
    section:nth-of-type(3) h2 {
      color: #2a384c#2a384c;
      text-align: center;
    }
    #ese {
      background-color: #2a384c;
      color: white;
      font-family: "Barlow Condensed", sans-serif;
      font-size: 1.3rem;
    }
    #videoCa {
      border-radius: 10px;
      opacity: 0.8;
    }
    section:nth-of-type(6) div:nth-of-type(1) {
      background-image: url("Untitled (1600 Ã— 1000 px).png");
      font-size: 1.2rem;
      font-family: "Barlow Condensed", sans-serif;
    }
  
    #link {
      width: 8%;
      margin: 1%;
      border-radius: 0%;
    }
  
    section:nth-of-type(6) article {
      background-color: rgba(255, 255, 255, 0.849);
      border: 1px gray solid;
      margin: 3%;
      border-radius: 10px;
    }
  
    section:nth-of-type(6) article figure img {
      margin: 10%;
    }
    section:nth-of-type(6) div:nth-of-type(1) article figure img {
      width: 50%;
      border-radius: 50%;
      box-shadow: 10px 2px 10px 5px rgba(0, 0, 0, 0.2);
    }
  
    #form {
      position: relative;
      width: 500px;
      margin: 50px auto 50px auto;
    }
  
    section:nth-of-type(9) label{
      padding: 1%;
      background-color: #2a384c ;
      margin: 1%;
      width: 50%;
      color: #bb9b6c;
      border-radius: 10px;
      font-weight: bold;
    }
  
    section:nth-of-type(9) label:hover{
      padding: 1%;
      
      color: #2a384c ;
      margin: 1%;
      width: 50%;
      background-color: #bb9b6c;
      border-radius: 10px;
    }
    footer {
      font-size: 1.2rem;
    }
  }
  
  @import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);
  
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #aca49c;
    font-size: 0.875em;
  }
  
  input:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder {
    color: #bbb5af;
  }
  
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #aca49c;
    font-size: 0.875em;
  }
  
  input:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder {
    color: #bbb5af;
  }
  
  input::placeholder,
  textarea::placeholder {
    color: #aca49c;
    font-size: 0.875em;
  }
  
  input:focus::placeholder,
  textarea::focus:placeholder {
    color: #bbb5af;
  }
  
  input::-ms-placeholder,
  textarea::-ms-placeholder {
    color: #aca49c;
    font-size: 0.875em;
  }
  
  input:focus::-ms-placeholder,
  textarea:focus::-ms-placeholder {
    color: #bbb5af;
  }
  
  /* on hover placeholder */
  
  input:hover::-webkit-input-placeholder,
  textarea:hover::-webkit-input-placeholder {
    color: #e2dedb;
    font-size: 0.875em;
  }
  
  input:hover:focus::-webkit-input-placeholder,
  textarea:hover:focus::-webkit-input-placeholder {
    color: #cbc6c1;
  }
  
  input:hover::-moz-placeholder,
  textarea:hover::-moz-placeholder {
    color: #e2dedb;
    font-size: 0.875em;
  }
  
  input:hover:focus::-moz-placeholder,
  textarea:hover:focus::-moz-placeholder {
    color: #cbc6c1;
  }
  
  input:hover::placeholder,
  textarea:hover::placeholder {
    color: #e2dedb;
    font-size: 0.875em;
  }
  
  input:hover:focus::placeholder,
  textarea:hover:focus::placeholder {
    color: #cbc6c1;
  }
  
  input:hover::placeholder,
  textarea:hover::placeholder {
    color: #e2dedb;
    font-size: 0.875em;
  }
  
  input:hover:focus::-ms-placeholder,
  textarea:hover::focus:-ms-placeholder {
    color: #cbc6c1;
  }
  
  option,
  select,
  input {
    font-family: "Lato", sans-serif;
    font-size: 0.875em;
    width: 470px;
    height: 50px;
    padding: 0px 15px 0px 15px;
  
    background: transparent;
    outline: none;
    color: #726659;
  
    border: solid 1px #b3aca7;
    border-bottom: none;
  
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }
  select:hover,
  input:hover {
    background-color: #a0b2c2;
    color: #2a384c;
  }
  
  textarea {
    width: 470px;
    max-width: 470px;
    height: 110px;
    max-height: 110px;
    padding: 15px;
  
    background: transparent;
    outline: none;
  
    color: #a0b2c2;
    font-family: "Lato", sans-serif;
    font-size: 0.875em;
  
    border: solid 1px #b3aca7;
  
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
  }
  
  textarea:hover {
    background-color: #a0b2c2;
    color: #2a384c;
  }
  
  #submit {
    padding: 0;
    margin: -5px 0px 0px 0px;
    font-family: "Lato", sans-serif;
    font-size: 0.875em;
    color: #a0b2c2;
    outline: none;
    cursor: pointer;
    border: solid 1px #b3aca7;
    border-top: none;
  }
  
  #submit:hover {
    color: #e2dedb;
  }
  
  .site-footer {
    background-color: #2a384c;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #bb9b6c;
  }
  
  iframe {
    opacity: 0.5;
    border-radius: 20px;
    box-shadow: 10px 2px 10px 5px rgba(0, 0, 0, 0.2);
  }
  
  .site-footer hr {
    border-top-color: #bb9b6c;
    opacity: 0.5;
  }
  
  .site-footer hr.small {
    margin: 20px 0;
  }
  
  .site-footer h6 {
    color: #bb9b6c;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
  }
  
  .site-footer a {
    color: #bb9b6c;
  }
  
  .site-footer a:hover {
    color: #ea6c02;
    text-decoration: none;
  }
  
  .footer-links {
    padding-left: 0;
    list-style: none;
  }
  
  .footer-links li {
    display: block;
  }
  
  .footer-links a {
    color: #bb9b6c;
  }
  
  .footer-links.inline li {
    display: inline-block;
  }
  
  .site-footer .social-icons a {
    width: 50px;
    height: 50px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d;
  }
  
  .copyright-text {
    margin: 0;
  }
  
  footer ul li img {
    max-width: 100%;
  
    width: 40%;
  }
  
  @media (max-width: 991px) {
    .site-footer [class^="col-"] {
      margin-bottom: 30px;
    }
  }
  
  @media (max-width: 767px) {
    section:nth-of-type(1) div {
      padding: 0px;
      margin: 0px;
    }
  
    .site-footer {
      padding-bottom: 0;
    }
  
    .site-footer .copyright-text,
    .site-footer .social-icons {
      text-align: center;
    }
  }
  
  .social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  
  .social-icons li {
    display: inline-block;
    margin-bottom: 4px;
  }
  
  .social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px;
  }
  
  .social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  
  .social-icons a:active,
  .social-icons a:focus,
  .social-icons a:hover {
    color: #fff;
    background-color: #ea6c02;
  }
  
  .social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px;
  }
  
  .social-icons a.facebook:hover {
    background-color: #ea6c02;
  }
  
  .social-icons a.twitter:hover {
    background-color: #ea6c02;
  }
  
  .social-icons a.linkedin:hover {
    background-color: #ea6c02;
  }
  
  .social-icons a.dribbble:hover {
    background-color: #ea6c02;
  }
  
  @media (max-width: 767px) {
    .social-icons li.title {
      display: block;
      margin-right: 0;
      font-weight: 600;
    }
  }
  
  footer cite {
    width: 30%;
    font-size: 22px;
    margin: auto;
  }
  
  #overlay,
  #overlay1 {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
  }
  
  #popup,
  #popup1 {
    max-width: 600px;
    width: 80%;
    max-height: 600px;
    height: 100%;
    padding: 20px;
    position: relative;
    background: #fff;
    margin: 20px auto;
  }
  
  #close,
  #close1 {
    position: absolute;
    top: 10px;
    right: 30px;
    cursor: pointer;
    color: #000;
  }
  
  .tres {
    width: 50%;
  }
  
  .dos {
    width: 70%;
    border-radius: 10px;
  }







  