@import url(fonts.css);
#busqueda-container-text, #busqueda-container-area, #busqueda-container-lugar, #busqueda-container-buscar {
  display: inline-flex;
  height: 2.5vw;
  display: inline-block;
  font-family: "Muli", sans-serif;
  font-size: 1.1vw;
  font-weight: 100;
  font-style: normal;
  padding: .2vw 1vw;
  margin: 0;
  color: black;
  border: .15vw solid #CDCDCD;
  border-radius: .4vw;
  outline: none;
  cursor: pointer;
  color: #2508F9;
  margin-left: .2vw; }

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center; }

#busqueda {
  display: block;
  background-color: #EDEDED;
  width: 100%;
  height: 6vw;
  text-align: left;
  padding: .3vw 4vw .3vw 0;
  z-index: 999; }
  #busqueda-logo {
    height: 3vw;
    position: absolute;
    left: .7vw;
    top: 1.4vw;
    cursor: pointer;
    z-index: 999; }
  #busqueda-container {
    position: relative;
    width: 100%;
    text-align: right;
    margin: 0; }
    #busqueda-container-titulo {
      display: none; }
    #busqueda-container-text {
      width: 22vw; }
    #busqueda-container-area {
      width: 14vw; }
    #busqueda-container-lugar {
      width: 13vw; }
    #busqueda-container-buscar {
      width: 7vw;
      background-color: #2508F9;
      color: white;
      border-color: #2508F9;
      text-align: center; }
    #busqueda-container-enlaces {
      font-family: "Muli", sans-serif;
      font-size: 2vw;
      font-weight: 100;
      font-style: normal;
      display: inline-block;
      width: 58.5vw;
      padding: .4vw 0;
      text-align: left; }
    #busqueda-container select option {
      background: #2508F9;
      color: white; }

.busqueda-enlace {
  font-family: "Muli", sans-serif;
  font-size: 1.1vw;
  font-weight: 100;
  font-style: normal;
  cursor: pointer;
  margin: .4vw 0 0 0;
  color: #3D3D3D;
  text-decoration: none; }
  .busqueda-enlace:hover {
    color: #2508F9;
    text-decoration: none;
    font-weight: bold; }

.izquierda {
  float: left;
  margin-left: 1.5vw; }

.derecha {
  float: right; }

#busqueda-isotipo {
  height: 5vw;
  position: absolute;
  left: 1.5vw;
  top: 2.2vw;
  cursor: pointer;
  display: none; }

.menu {
  position: fixed;
  display: none;
  top: 2vw;
  right: 4vw;
  height: 11vw;
  width: 11vw;
  cursor: pointer;
  z-index: 1000; }
  .menu .menu-circle {
    background-color: #2508F9;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1005;
    box-shadow: 0 0 2vw 1vw rgba(10, 0, 255, 0.5); }
  .menu:hover .menu-circle {
    transform: scale(1.4); }
  .menu.open .menu-line-1 {
    transform: translateY(2vw) translateY(-50%) rotate(-135deg); }
  .menu.open .menu-line-2 {
    opacity: 0; }
  .menu.open .menu-line-3 {
    transform: translateY(-2vw) translateY(50%) rotate(135deg); }
  .menu.open .menu-circle {
    transform: scale(60); }
  .menu.open body {
    height: 100%; }
  .menu .menu-link {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer; }
    .menu .menu-link .menu-icon {
      position: absolute;
      width: 7vw;
      height: 4vw;
      margin: auto;
      left: 0;
      top: 0;
      right: 0;
      bottom: .1vw;
      z-index: 1005; }
      .menu .menu-link .menu-icon .menu-line {
        background-color: #00CFFF;
        height: .5vw;
        width: 100%;
        border-radius: .5vw;
        position: absolute;
        left: 0;
        transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .menu .menu-link .menu-icon .menu-line-1 {
        top: 0; }
      .menu .menu-link .menu-icon .menu-line-2 {
        top: 0;
        bottom: 0;
        margin: auto; }
      .menu .menu-link .menu-icon .menu-line-3 {
        bottom: 0; }

@media only screen and (max-width: 1024px) {
  #busqueda-isotipo {
    display: inline-block; }

  #busqueda {
    height: 10vw;
    padding: .8vw 1.5vw 1vw 0; }
    #busqueda-logo {
      display: none; }
    #busqueda-container-text {
      width: 27vw;
      font-family: "Muli", sans-serif;
      font-size: 2.1vw;
      font-weight: 100;
      font-style: normal;
      border-radius: .8vw;
      height: 4.5vw; }
    #busqueda-container-area {
      width: 24vw;
      font-family: "Muli", sans-serif;
      font-size: 2.1vw;
      font-weight: 100;
      font-style: normal;
      border-radius: .8vw;
      height: 4.5vw; }
    #busqueda-container-lugar {
      width: 23vw;
      height: 4.5vw;
      border-radius: .8vw;
      font-family: "Muli", sans-serif;
      font-size: 2.1vw;
      font-weight: 100;
      font-style: normal; }
    #busqueda-container-buscar {
      width: 10vw;
      height: 4.5vw;
      font-family: "Muli", sans-serif;
      font-size: 2.1vw;
      font-weight: 100;
      font-style: normal;
      border-radius: .8vw; }
    #busqueda-container-enlaces {
      width: 87.5vw;
      padding: 0; }
    #busqueda-container select {
      font-family: "Muli", sans-serif;
      font-size: 2.1vw;
      font-weight: 100;
      font-style: normal; }
    #busqueda .busqueda-enlace {
      font-family: "Muli", sans-serif;
      font-size: 2vw;
      font-weight: 100;
      font-style: normal;
      padding: 0  0 0 2vw;
      margin: .4vw 0 0 0; } }
@media only screen and (max-width: 850px) {
  #busqueda {
    height: 15vw; }
    #busqueda-isotipo {
      display: none; }
    #busqueda-logo {
      display: inline-block;
      height: 6vw;
      left: 4vw;
      top: 4.5vw; }
    #busqueda-container {
      position: fixed;
      opacity: 0;
      visibility: hidden;
      width: 100%;
      text-align: center;
      top: 20vw; }
      #busqueda-container.open {
        opacity: 1;
        visibility: visible;
        transition-delay: 0.03s;
        z-index: 1001; }
      #busqueda-container-titulo {
        position: absolute;
        display: inline-block;
        left: 5vw;
        top: -17vw;
        color: #00CFFF;
        z-index: 1004;
        font-family: "Muli", sans-serif;
        font-size: 6vw;
        font-weight: 600;
        font-style: normal; }
      #busqueda-container-text {
        position: relative;
        width: 90%;
        display: inline-block;
        margin: 0 0 5vw 0;
        padding: 5vw 0;
        background-color: #2508F9;
        color: white;
        border-radius: 0;
        border: none;
        border-bottom: .4vw solid white;
        text-align: center;
        font-family: "Muli", sans-serif;
        font-size: 6vw;
        font-weight: 100;
        font-style: normal; }
        #busqueda-container-text::-webkit-input-placeholder {
          /* WebKit browsers */
          font-style: italic;
          color: #88A3FF; }
        #busqueda-container-text:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          font-style: italic;
          color: #88A3FF; }
        #busqueda-container-text::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          font-style: italic;
          color: #88A3FF; }
        #busqueda-container-text:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          font-style: italic;
          color: #88A3FF; }
      #busqueda-container-area {
        position: relative;
        width: 80%;
        display: inline-block;
        margin: 0 0 5vw 0;
        background-color: #00CFFF;
        color: #2508F9;
        border-radius: 20vw;
        border: none; }
      #busqueda-container-lugar {
        position: relative;
        width: 80%;
        display: inline-block;
        margin: 0 0 5vw 0;
        background-color: #00CFFF;
        color: #2508F9;
        border-radius: 20vw;
        border: none; }
      #busqueda-container-buscar {
        position: relative;
        width: 80%;
        display: inline-block;
        margin: 0;
        padding: 0;
        background-color: #2508F9;
        color: white;
        border: none;
        text-align: center;
        font-family: "Muli", sans-serif;
        font-size: 8vw;
        font-weight: 600;
        font-style: normal; }
        #busqueda-container-buscar:hover {
          color: #00CFFF; }
      #busqueda-container-enlaces {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 12vw; }
      #busqueda-container select {
        font-family: "Muli", sans-serif;
        font-size: 6vw;
        font-weight: 100;
        font-style: normal;
        padding: 1vw 0vw;
        height: auto;
        text-align: center;
        text-align-last: center; }
        #busqueda-container select option {
          font-family: "Muli", sans-serif;
          font-size: 3vw;
          font-weight: 100;
          font-style: normal; }
      #busqueda-container .busqueda-enlace {
        width: 100%;
        font-family: "Muli", sans-serif;
        font-size: 5vw;
        font-weight: 100;
        font-style: normal;
        color: #88A3FF;
        font-style: italic;
        margin: 0 0 1vw 0;
        text-decoration: none; }
        #busqueda-container .busqueda-enlace:hover {
          color: white;
          text-decoration: underline;
          font-weight: bold; }

  .menu {
    display: block; } }
@media only screen and (max-width: 600px) {
  #busqueda-isotipo {
    display: none; }

  #busqueda {
    height: 22vw; }
    #busqueda-logo {
      height: 8vw;
      left: 2.5vw;
      top: 7vw; }
    #busqueda-container {
      top: 25vw; }
      #busqueda-container-titulo {
        top: -20vw;
        font-family: "Muli", sans-serif;
        font-size: 7vw;
        font-weight: 600;
        font-style: normal; }
      #busqueda-container-text {
        margin: 0 0 6vw 0;
        padding: 6vw 0;
        border-bottom: .6vw solid white;
        font-family: "Muli", sans-serif;
        font-size: 7vw;
        font-weight: 100;
        font-style: normal; }
      #busqueda-container-area {
        margin: 0 0 6vw 0; }
      #busqueda-container-lugar {
        margin: 0 0 6vw 0; }
      #busqueda-container-enlaces {
        margin-top: 9vw; }
      #busqueda-container select {
        font-family: "Muli", sans-serif;
        font-size: 7vw;
        font-weight: 100;
        font-style: normal;
        padding: 1.5vw 0vw; }
      #busqueda-container .busqueda-enlace {
        font-family: "Muli", sans-serif;
        font-size: 6vw;
        font-weight: 100;
        font-style: normal;
        margin: 0 0 1.5vw 0; }

  .menu {
    top: 2.5vw;
    height: 17vw;
    width: 17vw; } }
footer {
  text-align: center;
  margin-top: 2vw; }
  footer .footerCinta {
    background-image: linear-gradient(#2508F9, #4F00FF);
    padding: 1.5vw; }
    footer .footerCinta-enlace {
      font-family: "Muli", sans-serif;
      font-size: 1.3vw;
      font-weight: 100;
      font-style: normal;
      color: #908CFF;
      display: block;
      margin: 0;
      padding: 0;
      line-height: 2vw; }
      footer .footerCinta-enlace:hover {
        color: white;
        font-weight: 600;
        text-decoration: none; }
    footer .footerCinta-siguenos {
      font-family: "Muli", sans-serif;
      font-size: 1.3vw;
      font-weight: 600;
      font-style: normal;
      font-style: italic;
      margin: 1vw 0;
      color: white; }
    footer .footerCinta-iconos {
      position: relative;
      display: inline-block;
      width: 3vw;
      fill: #986AFC;
      cursor: pointer;
      margin: 0 1vw; }
      footer .footerCinta-iconos:hover {
        transition: .2s;
        fill: white; }

#footer-logo {
  position: relative;
  display: inline-block;
  width: 15%;
  margin: 1vw 0 .5vw 0; }

#footer-leyenda {
  font-family: "Muli", sans-serif;
  font-size: 1vw;
  font-weight: 600;
  font-style: normal;
  color: #2F2F2F; }

@media only screen and (max-width: 1024px) {
  footer {
    margin-top: 3vw; }
    footer .footerCinta {
      padding: 3vw; }
      footer .footerCinta-enlace {
        font-family: "Muli", sans-serif;
        font-size: 3vw;
        font-weight: 100;
        font-style: normal;
        line-height: 5vw; }
      footer .footerCinta-siguenos {
        font-family: "Muli", sans-serif;
        font-size: 3vw;
        font-weight: 600;
        font-style: normal;
        margin: 2vw 0; }
      footer .footerCinta-iconos {
        width: 6vw;
        margin: 0 2vw; }

  #footer-logo {
    width: 35%;
    margin: 2vw 0 1vw 0; }

  #footer-leyenda {
    font-family: "Muli", sans-serif;
    font-size: 2vw;
    font-weight: 600;
    font-style: normal; } }
@media only screen and (max-width: 850px) {
  footer {
    margin-top: 5vw; }
    footer .footerCinta {
      padding: 3vw; }
      footer .footerCinta-enlace {
        font-family: "Muli", sans-serif;
        font-size: 5.5vw;
        font-weight: 100;
        font-style: normal;
        line-height: 9vw; }
      footer .footerCinta-siguenos {
        font-family: "Muli", sans-serif;
        font-size: 5vw;
        font-weight: 600;
        font-style: normal;
        margin: 3vw 0; }
      footer .footerCinta-iconos {
        width: 13vw;
        margin: 3vw 5vw; }

  #footer-logo {
    width: 50%;
    margin: 5vw 0 2vw 0; }

  #footer-leyenda {
    font-family: "Muli", sans-serif;
    font-size: 2.5vw;
    font-weight: 600;
    font-style: normal; } }
.textoContainer {
  display: block;
  position: relative;
  width: 100vw;
  height: auto;
  padding: 0 20vw;
  margin: 0;
  text-align: left; }
  .textoContainer--titulo {
    font-family: "Muli", sans-serif;
    font-size: 2vw;
    font-weight: 600;
    font-style: normal;
    font-family: "Sommet", sans-serif;
    color: #2508F9;
    margin: 2vw 0 3vw 0;
    text-align: justify;
    padding: 0;
    border-bottom: 0.2vw solid #2508F9; }
  .textoContainer__parrafo {
    font-family: "Muli", sans-serif;
    font-size: 1.3vw;
    font-weight: 100;
    font-style: normal;
    margin: 0;
    padding: 0; }
    .textoContainer__parrafo p {
      text-align: justify; }
    .textoContainer__parrafo--sangria {
      width: 5vw; }
    .textoContainer__parrafo--strong {
      font-weight: 600;
      color: #2508F9; }
  .textoContainer--enlacePrincipal {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-family: "Muli", sans-serif;
    font-size: 1.2vw;
    font-weight: 600;
    font-style: normal;
    color: black;
    padding-top: 3vw; }
    .textoContainer--enlacePrincipal:first-of-type {
      color: #2508F9; }
    .textoContainer--enlacePrincipal:hover {
      transition: .2s;
      color: #2508F9; }
  .textoContainer--barraEnlace {
    font-family: "Muli", sans-serif;
    font-size: 1.2vw;
    font-weight: 600;
    font-style: normal;
    color: black;
    margin: 0 .5vw; }
  .textoContainer--enlace {
    font-family: "Muli", sans-serif;
    font-size: 1.5vw;
    font-weight: 600;
    font-style: normal;
    font-family: "Sommet", sans-serif;
    display: inline-block;
    position: relative;
    color: #2508F9;
    margin: 1vw 0;
    padding: 0;
    outline: none;
    text-decoration: none; }
    .textoContainer--enlace:hover {
      transition: .2s;
      color: #0064FF;
      text-decoration: none; }

@media only screen and (max-width: 1024px) {
  .textoContainer {
    padding: 0 10vw; }
    .textoContainer--titulo {
      font-family: "Muli", sans-serif;
      font-size: 4vw;
      font-weight: 600;
      font-style: normal;
      font-family: "Sommet", sans-serif;
      margin: 4vw 0 2vw 0; }
    .textoContainer__parrafo {
      font-family: "Muli", sans-serif;
      font-size: 2.5vw;
      font-weight: 100;
      font-style: normal; }
    .textoContainer--enlacePrincipal {
      font-family: "Muli", sans-serif;
      font-size: 2.5vw;
      font-weight: 600;
      font-style: normal;
      padding-top: 5vw; }
    .textoContainer--barraEnlace {
      font-family: "Muli", sans-serif;
      font-size: 2.5vw;
      font-weight: 600;
      font-style: normal;
      margin: 0 1vw; }
    .textoContainer--enlace {
      font-family: "Muli", sans-serif;
      font-size: 3vw;
      font-weight: 600;
      font-style: normal;
      font-family: "Sommet", sans-serif;
      margin: 2vw 0 1vw 0; } }
@media only screen and (max-width: 850px) {
  .textoContainer {
    padding: 0 12vw; }
    .textoContainer--titulo {
      font-family: "Muli", sans-serif;
      font-size: 6vw;
      font-weight: 600;
      font-style: normal;
      font-family: "Sommet", sans-serif;
      margin: 6vw 0 3vw 0; }
    .textoContainer__parrafo {
      font-family: "Muli", sans-serif;
      font-size: 4vw;
      font-weight: 100;
      font-style: normal; }
    .textoContainer--enlacePrincipal {
      font-family: "Muli", sans-serif;
      font-size: 4.2vw;
      font-weight: 600;
      font-style: normal;
      padding-top: 7vw; }
    .textoContainer--barraEnlace {
      font-family: "Muli", sans-serif;
      font-size: 4.2vw;
      font-weight: 600;
      font-style: normal;
      margin: 0 1vw; }
    .textoContainer--enlace {
      font-family: "Muli", sans-serif;
      font-size: 4.5vw;
      font-weight: 600;
      font-style: normal;
      font-family: "Sommet", sans-serif;
      margin: 3vw 0 1vw 0; } }
@media only screen and (max-width: 500px) {
  .textoContainer {
    padding: 0 7vw; }
    .textoContainer--titulo {
      font-family: "Muli", sans-serif;
      font-size: 7vw;
      font-weight: 600;
      font-style: normal;
      font-family: "Sommet", sans-serif; }
    .textoContainer__parrafo {
      font-family: "Muli", sans-serif;
      font-size: 5vw;
      font-weight: 100;
      font-style: normal;
      text-align: left; }
    .textoContainer--enlacePrincipal {
      font-family: "Muli", sans-serif;
      font-size: 5.5vw;
      font-weight: 600;
      font-style: normal;
      padding: 0; }
      .textoContainer--enlacePrincipal:first-of-type {
        padding-top: 6vw; }
    .textoContainer--barraEnlace {
      font-family: "Muli", sans-serif;
      font-size: 5.5vw;
      font-weight: 600;
      font-style: normal;
      margin: 0 1vw; }
    .textoContainer--enlace {
      font-family: "Muli", sans-serif;
      font-size: 5.5vw;
      font-weight: 600;
      font-style: normal;
      font-family: "Sommet", sans-serif;
      margin: 5vw 0 2vw 0; } }
