/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Gotham-Bold";
  src: url("../css/Gotham-Bold.eot"); /* IE9 Compat Modes */
  src: url("../css/Gotham-Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../css/Gotham-Bold.otf") format("opentype"),
    /* Open Type Font */ url("../css/Gotham-Bold.svg") format("svg"),
    /* Legacy iOS */ url("../css/Gotham-Bold.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../css/Gotham-Bold.woff") format("woff"),
    /* Modern Browsers */ url("../css/Gotham-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "Gotham-Book";
  src: url("../css/Gotham-Book.eot"); /* IE9 Compat Modes */
  src: url("../css/Gotham-Book.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../css/Gotham-Book.otf") format("opentype"),
    /* Open Type Font */ url("../css/Gotham-Book.svg") format("svg"),
    /* Legacy iOS */ url("../css/Gotham-Book.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../css/Gotham-Book.woff") format("woff"),
    /* Modern Browsers */ url("../css/Gotham-Book.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

body,
html {
  background-color: #ffffff;
}
.container-fluid {
  padding: 0px;
}
.container {
  max-width: 1400px;
}
#landing-paraiso {
  font-family: "Gotham-Book";
  color: #000000;
  margin-top: -30px;
}
#landing-paraiso section {
  display: inline-block;
  width: 100%;
  position: relative;
}

/*Style*/
ul,
ol {
  list-style: none;
}
#menu-categorias{
  background-color: #f7f7f7;
}

ul.nav li {
  float: left;
  width: calc(100% / 3);
  position: relative;
}
ul.nav li a {
  background-color: #f7f7f7;
  color: #000000;
  text-decoration: none;
  padding: 10px 12px;
  display: block;
  text-align: center;
  font-size: 18px;
}
ul.nav li a:hover {
  color: #ff0000;
}
ul.nav li ul {
  display: none;
  position: absolute;
  padding: 0;
  width: 85%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 99999999;
}

ul.nav li:hover > ul {
  display: block;
}
ul.nav li ul li {
  position: relative;
  width: 100%;
}

ul.nav li ul li ul {
  right: -140px;
  top: 0px;
}

/*Bloque*/

.bloque-paraiso .ban_img .list-plazas{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5.6% 0;
  
}
.bloque-paraiso .ban_img .list-plazas>.plaza{
  width: 80%;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  border-radius: 28px;
  border: 3px solid #000000;
  margin: 2.5% 0;

}

.bloque-paraiso{
  margin-top: 5%;
}
.bloque-paraiso .ban_img{
  margin-top: 4%;
}
.bloque-paraiso .ban_img>div{
  padding: 0;
}
.list-favoritos{
  padding: 0 5%;
}
#favoritos h2{
  text-align: center;
  font-size: 30px;
  margin: 3% 0;
  color: #ff0000;
  font-weight: bold;
}

/*Fin*/
.retiro {
  background-color: #f5f5f5;
  padding: 1% 4%;
  margin: 4% 0 0 0;
}
.retiro h1 {
  text-align: center;
  color: #872175;
  margin-bottom: 3%;
  font-weight: 700;
}
/*Sliks*/

.slick-prev {
  left: 2% !important;
}
.slick-next {
  right: 2% !important;
}

.slick-prev,
.slick-next {
  width: 15px;
  height: 27px;
  z-index: 999999;
  color: #ffffff;
}
.slick-disabled {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 0px;
  color: transparent;
}
.slick-next,
.slick-next:hover,
.slick-next:focus {
  right: 0px;
  background: url("../images/flecha-der.png");
}
.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
  left: 0px;
  background: url("../images/flecha-izq.png");
}

.slick-dots li.slick-active button:before {
  font-size: 10px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.slick-dots {
  bottom: -30px;
}

/*Fin slick*/

/*Fin - Style*/
a {
  text-decoration: none;
  color: #000000;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #000000;
}

@media screen and (max-width: 769px) {
  ul.nav li a{
    font-size: 4.5vw;
  }
  #menu-categorias .container{
    padding: 0;
  }
  ul.nav li{
      position: initial;
  }
  ul.nav li ul{
    width: 100%;
    background-color: #f7f7f7;
  }
  ul.nav li ul.bloq-uno{
    padding-left: 2%;
  }
  ul.nav li ul.bloq-dos{
    padding-left: calc(100% / 3);
  }
  ul.nav li ul a{
    text-align: left;
  }
  ul.nav li ul.bloq-tres{
    padding-left: calc(calc(100% / 3 )  + calc(100% / 3));
  }

  .list-favoritos{
    padding: 0 5%;
  }

  .bloque-paraiso .ban_img .list-plazas>.plaza{
    width: 45%;
    font-size: 5vw;
    margin:2.5% 2.5%;
  }
  #favoritos h2{
    font-size: 5vw;
  }
  #view-video video{
    width: 100%;
  }
}
