/*--------------------------------------------------------------------------------------------------------------------------------         Fuente
*/

@font-face {
  font-family: correo;
  src: url(../fonts/Oswald-normal.ttf);
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-RegularItalic.ttf);
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Thin.ttf);
  font-display: swap;
  font-weight: 100;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-ExtraLight.ttf);
  font-display: swap;
  font-weight: 200;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Light.ttf);
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.ttf);
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Medium.ttf);
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-SemiBold.ttf);
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Bold.ttf);
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-ExtraBold.ttf);
  font-display: swap;
  font-weight: 800;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Black.ttf);
  font-display: swap;
  font-weight: 900;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-ThinItalic.ttf);
  font-display: swap;
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-ExtraLightItalic.ttf);
  font-display: swap;
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-LightItalic.ttf);
  font-display: swap;
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-RegularItalic.ttf);
  font-display: swap;
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-MediumItalic.ttf);
  font-display: swap;
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-SemiBoldItalic.ttf);
  font-display: swap;
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-BoldItalic.ttf);
  font-display: swap;
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-ExtraBoldItalic.ttf);
  font-display: swap;
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-BlackItalic.ttf);
  font-display: swap;
  font-weight: 900;
  font-style: italic;
}
/*--------------------------------------------------------------------------------------------------------------------------------         Dimensiones de pantallas
*/

@media (max-width: 767px) {
  .ejemplo {
    background: #00b7ff;
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ejemplo {
    background: #28ce4b;
    height: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ejemplo {
    background: #e5630a;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .ejemplo {
    background: #ff0000;
    height: 100px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         HTML - BODY
*/

html, body {
  overflow-x: hidden !important;
  background-color: #fff;
}
body {
  font-family: 'Montserrat', sans-serif;
  --rojo: #25386a;
  font-size: 14px;
}
h1 {
  font-weight: 200;
  font-size: 25px;
  text-transform: uppercase;
}
h1 small {
  font-size: 12px;
  font-weight: 100;
}
h2 {
  font-weight: 400;
  font-size: 22px;
}
h3 {
  font-weight: 400;
  font-size: 19px;
}
h4 {
  font-weight: 500;
  font-size: 16px;
}
section {
  padding: 2% 0;
}
.btn-outline-dark:hover {
  background: #000;
}
sup {
  font-size: 50%;
}
span {
  font-weight: 500;
}
@media (max-width: 767px) {
  section {
    padding: 50px 0;
  }
}
.hidden {
  display: none;
}
.btn-outline-dark {
  border-color: #000;
  color: #000;
}
li {
  list-style: none;
}
@media (max-width: 767px) {
  * {
    font-family: 'Montserrat', sans-serif;
  }
}
.cotiza {
  background: var(--rojo);
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.cotiza:hover {
  background: var(--rojo);
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
/*--------------------------------------------------------------------------------------------------------------------------------         Banner
*/

.banner {
  height: 83.5vh;
  background-size: cover;
  background-position: bottom;
  margin-top: -60px;
}
.banner-express {
  height: 88.4vh;
  background-size: cover;
  margin-top: -60px;
}
.banner-cel img {
  width: 110%;
}
/*--------------------------------------------------------------------------------------------------------------------------------         Solicitud
*/

#solicitud {
  height: 70vh;
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  margin-top: 59px;
  background-color: #f0f2f2;
}
.soli {
  position: absolute;
  top: 20vw;
  right: 22vw;
  text-align: center;
  font-size: 1.4em;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.soli h1 {
  font-size: 2em;
  font-weight: 400;
}
@media (max-width: 767px) {
  #solicitud {
    background-position: -100px 0px;
    background-size: 100vh;
    height: 93vh;
    margin-top: 0px;
    margin-bottom: -120px;
  }
  .soli {
    position: relative;
    top: 60vh;
    left: 0;
    bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    background-color: #f0f2f2;
    padding: 15px;
  }
  .soli h1 {
    font-size: 1.2em;
    font-weight: 400;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         Menú animación
*/

.menu-toggle {
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  width: 20px;
}
.menu-toggle:hover {
  color: #000;
}
.menu-toggle i, .menu-toggle i:after, .menu-toggle i:before {
  display: block;
  position: absolute;
  height: 3px;
  width: 20px;
  right: 0;
  background: #fff;
  border-radius: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  margin-top: 10px;
}
.menu-toggle i:after, .menu-toggle i:before {
  content: '';
}
.menu-toggle i:after {
  top: -22px;
}
.menu-toggle i:before {
  top: -16px;
}
.menu-toggle i {
  top: 10px;
}
.menu-toggle.open i:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -22px;
}
.menu-toggle.open i:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -22px;
}
/*--------------------------------------------------------------------------------------------------------------------------------         Menú
*/

.cot-men a {
  background-color: var(--rojo);
  color: #fff;
  padding: 5px;
}
.menu {
  z-index: 9999;
}
.esta {
  position: fixed;
  top: 0;
  width: 100%;
}
.sep-menu span {
  color: #fff;
}
.navbar {
  transition: all 0.4s;
  background-color: rgba(0, 0, 0, .8);
  border-left: none;
  border-right: none;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.navbar .nav-link {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 17px;
}
.navbar .nav-link:hover, .navbar .nav-link:focus {
  color: #fff;
  text-decoration: none;
}
.navbar .navbar-brand img {
  width: 150px;
}
.navbar.active {
  background: #fff;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  top: 0;
}
.navbar.active .nav-link {
  color: #000;
}
.navbar.active .nav-link:hover, .navbar.active .nav-link:focus {
  color: #000;
  text-decoration: none;
}
.navbar.active .navbar-brand {
  color: #fff;
}
.dropdown-header {
  color: #000;
}
.navbar-nav .nav-item span {
  color: #000;
  font-size: 20px;
  padding: 0 20px;
}
.navbar-nav .nav-item span.tit {
  color: #fff;
  font-size: 20px;
  padding: 0 20px;
}
.navbar-nav .nav-item .nav-link span {
  padding: 0;
}
.navbar-nav .nav-item .megamenu .dropdown-item span {
  padding: 0;
  font-size: 1em;
}
.navbar-nav .nav-item .megamenu .dropdown-item {
  letter-spacing: -1px;
  margin-left: -20px;
}
/* Cambiar el estilo de la barra de navegación en ventanas pequeñas */

@media (max-width: 767px) {
  #mega {
    background: #000;
  }
  #mega a {
    color: #fff;
  }
  .navbar {
    padding: 0;
    border: none;
  }
  .navbar-toggler {
    color: #fff;
    padding: 15px 0;
    margin-right: 20px;
  }
  .navbar-nav .nav-item a span {
    color: #fff;
  }
  .navbar-nav .nav-item a {
    margin-left: 20px;
  }
  .navbar-nav .nav-item .dropdown-menu {
    background: #2d2d2d;
  }
  .navbar-nav .nav-item .dropdown-menu a {
    font-size: .8em;
    color: #fff;
    margin-left: 0px;
  }
  .navbar-nav .nav-item .dropdown-menu a:hover {
    background-color: #000;
  }
  .esta {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mega {
    background: #000;
  }
  #mega a {
    color: #fff;
  }
  .navbar {
    padding: 0;
    border: none;
  }
  .navbar-toggler {
    color: #fff;
    padding: 15px 0;
    margin-right: 20px;
  }
  .navbar-nav .nav-item a span {
    color: #fff;
  }
  .navbar-nav .nav-item a {
    margin-left: 20px;
  }
  .navbar-nav .nav-item .dropdown-menu {
    background: #2d2d2d;
  }
  .navbar-nav .nav-item .dropdown-menu a {
    font-size: .8em;
    color: #fff;
    margin-left: 0px;
  }
  .navbar-nav .nav-item .dropdown-menu a:hover {
    background-color: #000;
  }
  .esta {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .navbar-expand-lg {
    background-color: #000;
  }
}
@media (max-width: 991.98px) {
  .navbar-nav {
    border-top: 1px solid #fff;
    margin-top: 10px;
    font-weight: 100;
  }
  .navbar-nav a {
    font-weight: 100;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         Mega Menú
*/

.megamenu-li {
  position: static;
}
.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
}
/*--------------------------------------------------------------------------------------------------------------------------------         Barra Top
*/

.top-cont {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #aaa;
}
.logo-cont {
  z-index: 9999;
  padding: 20px;
  width: 100%;
  text-align: center;
  background-image: url('../img/bg.png');
  font-family: correo;
}
.logo {
  text-align: center;
}
.logo img {
  width: 170px;
}
.tel {
  color: #fff;
  text-align: right;
  font-size: 1.1em;
}
.tel a {
  color: #fff;
  text-align: right;
}
.cel-top {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
  background-image: url('../img/bg.png');
  font-weight: 500;
  letter-spacing: -.5px;
}
.cel-top .row {
  margin-left: 10px;
  width: 96%;
}
.cel-info {
  text-align: right;
  padding: 0;
  color: #fff;
}
.cel-logo {
  text-align: left;
  padding: 0;
}
div[class*='cel-'] a {
  color: #fff;
}
.cel-call {
  font-family: correo;
  letter-spacing: -.5px;
  font-size: 17px;
}
.cel-tel a {
  font-size: 19px;
  font-family: correo;
  letter-spacing: -.5px;
}
.cel-mail a {
  font-size: 14px;
  font-family: correo;
  letter-spacing: -.5px;
}
.cel-logo img {
  width: 150px;
}
/*--------------------------------------------------------------------------------------------------------------------------------         Formulario
*/

.formulario {
  position: absolute;
  z-index: 99;
  right: 10px;
  top: 170px;
  background-color: rgba(0, 0, 0, .7);
  width: 650px;
  height: 500px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}
.formulario h4 {
  text-transform: uppercase;
}
.formulario .tit_form {
  padding: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  background-color: var(--rojo);
  text-transform: uppercase;
}
.formulario .tit_form a {
  color: #fff;
}
.formulario .tit_form a:hover {
  text-decoration: none;
}
.tit_form i {
  color: #f4f4f4;
}
.tit_form span {
  font-size: 20px;
  font-weight: 400;
}
.cont_form {
  padding: 10px 30px;
}
.cont_form input, .cont_form select, .cont_form textarea {
  font-weight: 300;
}
.formulario hr {
  border-color: #fff;
  margin: 5px;
}
.formulario .estilo label, .formulario .checkbox label {
  cursor: pointer;
  color: #fff;
  position: relative;
  font-size: 13px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: -5px 0;
}
.formulario .estilo label:before, .formulario .checkbox label:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
  background: none;
  border: none;
}
.formulario input[type="radio"] {
  margin: -5px 0;
}
.formulario input[type="radio"]:checked+label:before {
  display: none;
}
.formulario input[type="radio"]:checked+label {
  background: rgba(255, 255, 255, .2);
  border-radius: 2px;
  color: #fff;
  page-break-inside: ;
  padding: 0 5px;
}
.formulario .checkbox label:before {
  border-radius: 3px;
}
.formulario .checkbox input[type="checkbox"] {
  display: none;
}
.formulario .checkbox input[type="checkbox"]:checked+label:before {
  play: none;
}
.formulario .checkbox input[type="checkbox"]:checked+label {
  background: #FF4136;
  color: #fff;
}
.formulario .estilo label:hover, .formulario .checkbox label:hover {
  color: #fff;
}
.formulario textarea {
  height: 35px;
  font-size: 15px;
}
.formulario h4 {
  margin: 5px 0 1px 0;
}
.formulario input[type="submit"] {
  background: var(--rojo);
  border: none;
  color: #fff;
  font-weight: 400;
  width: 70%;
}
@media (max-width: 767px) {
  .formulario {
    position: static;
    width: 100vw;
    height: 1000px;
    border-radius: 0;
    background: #DBDCDB;
    color: #000;
    border: none;
    padding-top: 30px;
  }
  .formulario input[type="radio"]:checked+label {
    background: #333;
    border-radius: 2px;
    color: #fff;
  }
  .formulario .estilo label, .formulario .checkbox label {
    color: #000;
  }
  .radio-form {
    margin-bottom: 30px;
  }
  .formulario h4 {
    margin-top: 15px;
  }
  .formulario .tit_form {
    color: fff;
    background-color: var(--rojo);
    padding: 10px 25px;
    width: 86vw;
    text-align: center;
    text-transform: uppercase;
  }
  .formulario .tit_form a {
    color: fff;
  }
  .formulario .tit_form a:hover {
    text-decoration: none;
  }
  .formulario .tit_form span {
    font-weight: 600;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .formulario {
    position: static;
    width: 100vw;
    height: 550px;
    border-radius: 0;
    background: #000;
    color: #fff;
  }
  .formulario input[type="radio"]:checked+label {
    background: #999;
    border-radius: 2px;
    color: #fff;
  }
  .formulario .estilo label, .formulario .checkbox label {
    color: #fff;
  }
  .radio-form {
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         Barra Logo
*/

.barra_cot {
  background: #fff;
  padding: 15px 0;
  text-align: center;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  border-bottom: 1px solid #ccc;
  font-size: 2em;
}
/*--------------------------------------------------------------------------------------------------------------------------------         Inicio
*/

#inicio {
  background-color: #fff;
}
.info-ini {
  text-align: justify;
}
#inicio #snow {
  background: none;
  background-image: url(../img/index/z3.png), url(../img/index/z4.png);
  z-index: 100;
  left: 0;
  position: absolute;
  top: 10;
  width: 100%;
  height: 430px;
  -webkit-animation: snow 20s linear infinite;
  -moz-animation: snow 20s linear infinite;
  -ms-animation: snow 20s linear infinite;
  animation: snow 20s linear infinite;
}
@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}
@-moz-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 400px 1000px, 200px 400px, 100px 300px;
  }
}
@-webkit-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}
@-ms-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}
@media (max-width: 767px) {
  #inicio {
    padding-top: 0;
  }
  .ani {
    padding-bottom: 40px;
  }
  .info-ini {
    padding-bottom: 40px;
  }
  #inicio h1 {
    text-align: center;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         Paquetes Japon
*/

#paquetes_japon {
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}
#paquetes_japon .titulo {
  padding-top: 80px;
  font-weight: 400;
  font-size: 2.3em;
}
#paquetes_japon .titulo small {
  font-weight: 600;
  font-size: .8em;
}
#paquetes_japon #carouselExampleIndicators {
  position: relative;
  z-index: 1;
  background: url(../img/index/viajes-a-japon-itineraros.webp) center center no-repeat;
  background-size: contain;
}
#paquetes_japon .carousel_caption h1 {
  color: #000;
  font-weight: 500;
  margin: 0 0 5px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#paquetes_japon .carousel_caption h1 span {
  font-size: .7em;
}
#paquetes_japon .carousel_caption h2 {
  color: #000;
  font-weight: 200;
  text-transform: uppercase;
}
#paquetes_japon .carousel_caption p {
  color: #000;
  font-size: 13px;
}
#paquetes_japon .carousel_caption a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  width: 160px;
  border: none;
}
#paquetes_japon .carousel-item {
  min-height: 500px;
  background-size: cover;
  background-position: center center;
}
#paquetes_japon .carousel-item a {
  display: inline-block;
}
#paquetes_japon .carousel-item h2 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#paquetes_japon .carousel-item p {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}
#paquetes_japon .carousel-item a {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#paquetes_japon .carousel-item .mask img {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  display: flex;
  height: auto;
  max-width: 80%;
}
#paquetes_japon #carouselExampleIndicators h2, #paquetes_japon #carouselExampleIndicators p, #paquetes_japon #carouselExampleIndicators a, #paquetes_japon #carouselExampleIndicators .carousel-item .mask img {
  -webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.car-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
#paquetes_japon.carousel-control-next, #paquetes_japon .carousel-control-prev {
  height: 40px;
  width: 40px;
  padding: 12px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.carousel-fade .car-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
  opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
  .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.car-item .align-items-center .fon-img {
  background-color: var(--rojo);
  border-radius: 50%;
  height: 360px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.car-item .align-items-center .fon-img a {
  margin-left: 70px;
}
.carousel_caption {
  margin-top: -80px;
}
#paquetes_japon .cotiza {
  background: var(--rojo);
  color: #fff;
  border: none;
}
@media (max-width: 767px) {
  #paquetes_japon #carouselExampleIndicators {
    background: var(--rojo);
    padding: 0;
    margin: 0;
  }
  .car-item {
    margin: 50px 0;
  }
  .carousel_caption {
    text-align: center;
  }
  .car-item .align-items-center .fon-img {
    background-color: transparent;
    margin-top: 0px;
  }
  #paquetes_japon .carousel_caption h1 {
    color: #fff;
    font-size: 1.5em;
  }
  #paquetes_japon .carousel_caption h2 {
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
  }
  #paquetes_japon .carousel_caption p {
    color: #fff;
    font-size: 16px;
  }
  #paquetes_japon .carousel_caption a {
    background: #000;
    color: #fff;
    border: none;
  }
  #paquetes_japon .carousel_caption a.cotiza {
    background: #fff;
    color: var(--rojo);
    border: none;
  }
  #paquetes_japon .carousel-item .mask img {
    max-width: 75%;
    margin-bottom: 100px;
  }
  .car-item .align-items-center .fon-img a {
    margin-left: 65px;
  }
  #paquetes_japon .carousel_caption hr {
    border-top: 2px dotted #fff;
  }
  #paquetes_japon .titulo {
    text-align: center;
    color: #fff;
    font-size: 2em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .car-item .align-items-center .fon-img {
    height: 250px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         Viajes
*/

#viajes {
  background: #f4f4f4;
  text-align: center;
  font-size: 1.2em;
}
#viajes h1 {
  font-size: 2.3em;
  font-weight: 300;
}
#viajes h1 span {
  font-weight: 500;
}
.mt-60 {
  margin-top: 60px;
}
.section-block-grey {
  padding: 90px 0px 90px 0px;
  background-color: #fff;
}
.serv-section-2 {
  position: relative;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.3);
  border-radius: 5px;
  overflow: hidden;
  padding: 30px;
  -webkit-transition: all 0.4s ease-in-out;
}
.serv-section-2:before {
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 0;
  content: " ";
  width: 120px;
  height: 120px;
  background: var(--rojo);
  border-bottom-left-radius: 136px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.serv-section-2-icon {
  position: absolute;
  top: 18px;
  right: 22px;
  max-width: 100px;
  z-index: 1;
  text-align: center;
}
.serv-section-2-icon i {
  color: #fff;
  font-size: 48px;
  line-height: 65px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.serv-section-desc {
  position: relative;
}
.serv-section-2 h4 {
  color: #333;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: left;
}
.serv-section-2 h5 {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  margin-top: 5px;
}
.section-heading-line-left {
  content: '';
  display: block;
  width: 12vw;
  height: 2px;
  background: var(--rojo);
  margin-top: 15px;
  margin-bottom: 5px;
}
.serv-section-2 p {
  margin-top: 25px;
  padding-right: 50px;
}
.serv-section-2:hover .serv-section-2-icon i {
  color: var(--rojo);
}
.serv-section-2:hover {
  background: #000;
}
.serv-section-2:hover .section-heading-line-left {
  background: #fff;
}
.serv-section-2:hover h4 {
  color: #fff;
}
.serv-section-2:hover:before {
  background: #fff;
}
.card-viaje {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .serv-section-2 h4 {
    font-size: 1em;
  }
  .serv-section-desc {
    font-size: .8em;
    padding-left: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .serv-section-2 h4 {
    font-size: 1em;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         Línea tiempo
*/

#linea_tiempo {
  background-color: #fff;
  padding-top: 20px;
}
#linea_tiempo hr {
  margin-top: 10px;
}
#linea_tiempo i {
  margin-right: 10px;
}
#linea_tiempo .timeline-panel {
  background: #fff;
}
#linea_tiempo .iti {
  margin-top: 50px;
  margin-bottom: 20px;
}
.page-header {
  background-color: #fff;
}
.page-header .fa-sun {
  margin-right: 8px;
}
.page-header h3 {
  text-transform: lowercase;
  text-transform: capitalize;
  padding: 10px 10px 10px 15px;
  border-radius: 5px;
  width: 250px;
  margin: auto;
  font-size: 1em;
  margin-bottom: 10px;
}
.page-header h1 {
  margin-bottom: 10px;
  font-weight: 300;
}
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline>li {
  margin-bottom: 20px;
  position: relative;
}
.timeline>li:before, .timeline>li:after {
  content: " ";
  display: table;
}
.timeline>li:after {
  clear: both;
}
.timeline>li:before, .timeline>li:after {
  content: " ";
  display: table;
}
.timeline>li:after {
  clear: both;
}
.timeline>li>.timeline-panel {
  width: 50%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline>li.timeline-inverted+li:not(.timeline-inverted), .timeline>li:not(.timeline-inverted)+li.timeline-inverted {
  margin-top: -60px;
}
.timeline>li:not(.timeline-inverted) {
  padding-right: 90px;
}
.timeline>li.timeline-inverted {
  padding-left: 90px;
}
.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #000;
  border-right: 0 solid #000;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline>li>.timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: .7em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #000;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  text-transform: uppercase;
}
.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.timeline-body>p, .timeline-body>ul {
  margin-bottom: 0;
  text-align: justify;
}
.timeline-body>p+p {
  margin-top: 5px;
}
.text-line-1 {
  text-align: left;
}
.text-line-2 {
  text-align: left;
}
.text-intro {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.3em;
  background: #000;
  color: #fff;
  padding: 30px;
  font-weight: 300;
}
.text-intro strong {
  font-weight: 600;
}
[class*=text-line-] ul li.hotel {
  font-weight: 700;
}
[class*=text-line-] ul li.fin {
  font-weight: 700;
}
#linea_tiempo .nota {
  font-size: 12px;
  background: #f4f4f4;
  padding: 15px;
  border: 1px solid #d9d9d9;
  font-style: italic;
}
#linea_tiempo .des-pdf img {
  width: 100%;
  box-shadow: 0px 10px 10px -6px black;
}
#linea_tiempo .des-pdf {
  background-color: #f4f4f4;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  margin-top: -20px;
}
#linea_tiempo h1 {
  font-weight: 600;
}
#linea_tiempo .des-pdf a {
  background: #000;
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
  transition: .2s all;
}
#linea_tiempo .des-pdf a:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
#linea_tiempo .timeline-body span {
  font-weight: 500;
  font-style: italic;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.etiquetas {
  margin-top: 25px;
}
.etiquetas a {
  margin: 8px;
}
.etiquetas a:hover {
  color: var(--rojo);
  text-decoration: none;
}
.etiquetas ul li {
  display: inline;
}
@media (max-width: 767px) {
  .etiquetas ul li:nth-child(1), .etiquetas ul li:nth-child(2), .etiquetas ul li:nth-child(3) {
    display: inline;
  }
  .etiquetas ul li:nth-child(4) {
    display: block;
  }
  .etiquetas ul li:nth-child(5), .etiquetas ul li:nth-child(6), .etiquetas ul li:nth-child(7) {
    display: inline;
  }
  .etiquetas ul li {
    margin-bottom: 10px;
  }
  .etiquetas a {
    margin-right: -5px;
    margin-left: -5px;
    font-size: 12px;
  }
  .etiquetas ul li {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .etiquetas ul {
    margin-left: -60px;
  }
}
.etiquetas a:before {
  font: var(--fa-font-solid);
  margin-left: 5px;
}
.etiquetas a.tags:before {
  content: "\f02c";
}
.etiquetas a.anime:before {
  content: "\f6d5";
}
.etiquetas a.caminata:before {
  content: "\f554";
}
.etiquetas a.castillo:before {
  content: "\f664";
}
.etiquetas a.paisaje:before {
  content: "\e209";
}
.etiquetas a.familia:before {
  content: "\e533";
}
.etiquetas a.barco:before {
  content: "\f21a";
}
.etiquetas a.fe:before {
  content: "\f683";
}
.etiquetas a.ferri:before {
  content: "\e4ea";
}
.etiquetas a.gastro:before {
  content: "\e2eb";
}
.etiquetas a.geisha:before {
  content: "\f182";
}
.etiquetas a.jadin:before {
  content: "\f1bb";
}
.etiquetas a.marcado:before {
  content: "\f54f";
}
.etiquetas a.monte:before {
  content: "\f770";
}
.etiquetas a.museo:before {
  content: "\f66f";
}
.etiquetas a.ryokan:before {
  content: "\e525";
}
.etiquetas a.robot:before {
  content: "\f544";
}
.etiquetas a.sake:before {
  content: "\f72f";
}
.etiquetas a.tele:before {
  content: "\f7da";
}
.etiquetas a.templo:before {
  content: "\f678";
}
.etiquetas a.bala:before {
  content: "\f238";
}
.etiquetas a.trekking:before {
  content: "\f6ec";
}
.etiquetas a.zoo:before {
  content: "\f1b0";
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

[class*=text-line-] ul li {
  margin-bottom: 10px;
  text-indent: -25px;
}
[class*=text-line-] ul li ul {
  margin-top: 10px;
}
[class*=text-line-] ul li ul li {
  list-style-type: square;
  text-indent: 0;
  font-style: italic;
}
[class*=text-line-] ul li span {
  font-weight: 500;
}
[class*=text-line-] ul li:before {
  font: var(--fa-font-solid);
  margin-right: 10px;
}
[class*=text-line-] ul li.tramite:before {
  content: "\f2b9";
}
[class*=text-line-] ul li.comida:before {
  content: "\f2e7";
}
[class*=text-line-] ul li.salida:before {
  content: "\f5b0";
}
[class*=text-line-] ul li.llegada:before {
  content: "\f5af";
}
[class*=text-line-] ul li.hotel:before {
  content: "\f236";
}
[class*=text-line-] ul li.traslado:before {
  content: "\f5b6";
}
[class*=text-line-] ul li.fin:before {
  content: "\f2b5";
}
[class*=text-line-] ul li.visita:before {
  content: "\f557";
}
[class*=text-line-] ul li.libre:before {
  content: "\e59d";
}
[class*=text-line-] ul li.bus:before {
  content: "\f207";
}
[class*=text-line-] ul li.salir:before {
  content: "\e554";
}
[class*=text-line-] ul li.bala:before {
  content: "\f238";
}
[class*=text-line-] ul li.solo:before {
  content: "\e552";
}
[class*=text-line-] ul li.espanol:before {
  content: "\f1ab";
}
[class*=text-line-] ul li.barco:before {
  content: "\f21a";
}
[class*=text-line-] ul li.ferri:before {
  content: "\e4ea";
}
[class*=text-line-] ul li.tren:before {
  content: "\f239";
}
[class*=text-line-] ul li.noche:before {
  content: "\f186";
}
[class*=text-line-] ul li.party:before {
  content: "\f79f";
}
[class*=text-line-] ul li.recepcion:before {
  content: "\e4da";
}
[class*=text-line-] ul li.tele:before {
  content: "\f7da";
}
[class*=text-line-] ul li.bano:before {
  content: "\f593";
}
[class*=text-line-] ul li.meditacion:before {
  content: "\f683";
}
[class*=text-line-] ul li.nota:before {
  content: "\f071";
}
[class*=text-line-] ul li.caminar:before {
  content: "\f554";
}
[class*=text-line-] ul li.castillo:before {
  content: "\f664";
}
[class*=text-line-] ul li.zoo:before {
  content: "\f1b0";
}
[class*=text-line-] ul li.templo:before {
  content: "\f678";
}
[class*=text-line-] ul li.jardin:before {
  content: "\f1bb";
}
[class*=text-line-] ul li.ciudad:before {
  content: "\f64f";
}
[class*=text-line-] ul li.puente:before {
  content: "\e4c8";
}
[class*=text-line-] ul li.monte:before {
  content: "\f770";
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 767px) {
  #linea_tiempo {
    padding-bottom: 0;
  }
  .timeline:before {
    background-color: #f4f4f4;
  }
  .timeline>li>.timeline-panel {
    width: 100%;
    float: none;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .timeline>li.timeline-inverted+li:not(.timeline-inverted), .timeline>li:not(.timeline-inverted)+li.timeline-inverted {
    margin-top: 0px;
  }
  .timeline>li:not(.timeline-inverted) {
    padding-right: 0px;
  }
  .timeline>li.timeline-inverted {
    padding-left: 0px;
  }
  .timeline>li>.timeline-badge {
    color: #fff;
    width: 100%;
    height: inherit;
    line-height: 20px;
    font-size: 1.2em;
    text-align: center;
    position: inherit;
    top: 0;
    left: 0;
    background-color: var(--rojo);
    z-index: 100;
    border-radius: 0;
    margin-left: 0;
    padding: 10px;
    display: inherit;
    margin-bottom: -50px;
  }
  .timeline>li>.timeline-badge span {
    margin-left: 5px;
    font-weight: 600;
    font-size: .7em;
  }
  .timeline>li>.timeline-panel:before {
    display: none;
  }
  .timeline>li>.timeline-panel:after {
    display: none;
  }
  .timeline-body img {
    margin-top: 20px;
  }
  .timeline-body h4 {
    text-align: left;
  }
  [class*=text-line-] {
    text-align: justify;
  }
  #linea_tiempo .des-pdf {
    margin-bottom: 100px;
    margin-top: -50px;
  }
  #linea_tiempo .des-pdf h3 {
    text-align: center;
    font-weight: 600;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         Precios
*/

#precio {
  background-color: #f4f4f4;
}
#precio h1 {
  font-size: 2.5em;
  font-weight: 400;
  text-align: center;
}
#precio h2 {
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}
#precio h1 small {
  font-size: .6em;
  font-weight: 600;
}
.price-sec-wrap {
  width: 100%;
  padding: 60px 0;
}
.main-heading {
  text-align: center;
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;
  text-transform: capitalize;
  font-size: 24px;
  margin-bottom: 25px;
}
.price-box {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.10);
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.price-box ul {
  padding: 10px 0px 30px;
  margin: 17px 0 0 0;
  list-style: none;
}
.price-box ul li {
  padding: 7px 0;
  font-size: 14px;
  color: #808080;
}
.price-box ul li .fas {
  color: #68AE4A;
  margin-right: 7px;
  font-size: 12px;
}
.price-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.34;
  margin-bottom: 0;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 3px;
}
.price-label.basic {
  background: #000;
  color: #fff;
}
.price-label.value {
  background: #E8F5E9;
  color: #4CAF50;
}
.price-label.premium {
  background: #FBE9E7;
  color: #FF5722;
}
.price {
  font-size: 15px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
}
.price span {
  font-size: 35px;
}
.price-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.67;
  color: inherit;
  width: 100%;
  margin: 0;
  color: #989898;
  text-align: center;
}
.plan-btn {
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding: 11px 30px;
  color: #fff;
  margin-top: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: auto;
  border-radius: 5px;
  text-decoration: none;
  width: 50%;
  text-align: center;
  font-size: 14px;
  background-color: var(--rojo);
  margin-top: 23px;
}
.plan-btn::after {
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #000;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}
.plan-btn:hover::after {
  left: 0;
}
.plan-btn:hover, .plan-btn:focus {
  text-decoration: none;
  color: #fff;
}
#precio .price-sec-wrap .price-box .info ul {
  height: 250px;
}
#precio .info .table-list {
  height: 4000px;
}
#precio .text-ch {
  font-size: 1em;
  margin-top: 20px;
}
#precio .tit-pre {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
}
@media (max-width: 991px) {
  .price-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #precio {
    padding-top: 0;
    margin-top: -50px;
  }
  .main-heading {
    font-size: 21px;
  }
  .price-box {
    margin-bottom: 20px;
  }
  #precio .price-sec-wrap .price-box .info ul {
    height: initial;
  }
  .plan-btn {
    width: 80%;
  }
  #precio h1 {
    font-size: 2.2em;
    font-weight: 500;
    text-align: center;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         Hoteles
*/

#hoteles {
  background-color: #f4f4f4;
}
.carousel-inner img {
  width: 100%;
  height: 100%;
}
#hoteles h1 {
  font-size: 2.5em;
  font-weight: 400;
  text-align: center;
}
#hoteles .tit-ciudad {
  text-align: center;
  text-transform: uppercase;
}
#hoteles .tit-hotel {
  position: absolute;
  top: 30px;
  left: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  background-color: #fff;
  padding: 10px 5px;
  font-weight: 500;
  z-index: 999;
  width: 65%;
  box-shadow: 5px 5px 10px -6px black;
  border-left: 1px solid #dee2e6;
}
#hoteles .sub-hotel {
  position: absolute;
  bottom: -3px;
  right: 30px;
  text-transform: uppercase;
  font-size: .8em;
  background-color: var(--rojo);
  color: #fff;
  padding: 10px 15px;
  font-weight: 500;
  z-index: 999;
  box-shadow: 0px -5px 10px -6px black;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#hoteles .carousel-inner {
  margin-top: -10px;
}
#hoteles .carousel-inner .carousel-item img {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
#hoteles .carousel-indicators {
  display: none;
}
.filter-button {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.filter-button .active {
  background-color: var(--rojo);
  color: #fff;
}
.filter-button:active {
  background-color: var(--rojo);
  color: #fff;
}
.filter-button:focus {
  background-color: var(--rojo);
  color: #fff;
}
@media (max-width: 767px) {
  #hoteles .tit-hotel {
    font-size: .7em;
  }
  #hoteles .sub-hotel {
    font-size: .7em;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         Especificaciones
*/

#especificaciones {
  background-color: #fff;
}
#especificaciones ul li {
  margin-top: 15px;
  transition: all .3s;
}
#especificaciones div[class*=cont-] {
  padding: 50px;
  border-left: 1px solid #919191;
  border-bottom: 1px solid #919191;
  border-right: 1px solid #919191;
  -webkit-box-shadow: 0 5px 10px #999;
  box-shadow: 0 5px 10px #999;
}
#especificaciones .cont-incluye {
  background: url('../img/paquetes/nota-01.webp') bottom right/30% no-repeat, url('../img/paquetes/nota-00.webp') top left/30% no-repeat, #fff;
}
#especificaciones .cont-incluye-otro {
  background: url('../img/paquetes/nota-04.webp') bottom right/30% no-repeat, url('../img/paquetes/nota-00.webp') top left/30% no-repeat, #fff;
}
#especificaciones .cont-no-incluye {
  background: url('../img/paquetes/nota-02.webp') bottom right/30% no-repeat, url('../img/paquetes/nota-00.webp') top left/30% no-repeat, #fff;
}
#especificaciones .cont-notas {
  background: url('../img/paquetes/nota-03.webp') bottom right/30% no-repeat, url('../img/paquetes/nota-00.webp') top left/30% no-repeat, #fff;
}
#especificaciones div[class*=cont-] ul li {
  margin-left: -40px;
}
#especificaciones h1 {
  background: #000;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 767px) {
  #especificaciones .esp-cel {
    margin: 30px 0;
  }
  #especificaciones h1 {
    font-size: 1.2em;
    font-weight: 500;
  }
  #especificaciones .h-cel {
    height: initial;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         Outlet
*/

#outlet {
  margin: 0;
  padding: 0;
  background-color: #fff;
  border-color: #0015ff !important;
  margin-bottom: 40px;
  margin-left: 1%;
  margin-right: 1%;
}
#outlet hr {
  border-top: 2px dotted #fff;
}
.enl-out {
  padding: 0 5px;
}
#outlet .cel-outlet-text1 {
  padding: 20px 15px;
  text-align: center;
}
#outlet .cel-outlet-text2 {
  padding: 20px 15px;
  text-align: center;
}
#outlet .cel-outlet-text3 {
  padding: 20px 15px;
  text-align: center;
}
#outlet .cel-outlet-text4 {
  padding: 20px 15px;
  text-align: center;
}
#outlet .cel-outlet-text5 {
  padding: 20px 15px;
  text-align: center;
}
#outlet .cel-outlet-text6 {
  padding: 20px 15px;
  text-align: center;
}
#outlet .cel-outlet-text7 {
  padding: 20px 15px !important;
  text-align: center !important;
}
#outlet .cel-outlet-text8 {
  padding: 20px 15px;
  text-align: center;
}
#outlet .cel-outlet-text1, .cel-outlet-text2, .cel-outlet-text3, .cel-outlet-text4, .cel-outlet-text5, .cel-outlet-text6, .cel-outlet-text7, .cel-outlet-text8, .cel-outlet-text9 h2 {
  color: #ffffff;
  font-weight: 500;
}
#outlet .cel-outlet-text h3 {
  color: #ffffff;
  font-weight: 500;
  font-size: 1em;
}
#outlet .cel-outlet-text h4 {
  color: #ffffff;
  font-weight: 200;
}
#outlet .cel-outlet-text a {
  font-weight: 500;
  font-size: 1em;
  margin-top: 20px;
}
#outlet .cel-outlet-text a.cotizar {
  background: var(--rojo);
  color: #ffffff;
}
@media (max-width: 767px) {
  #outlet .enl-out {
    margin: 0;
  }
  #outlet .out-cont {
    margin: 20px 0;
  }
}

/*--------------------------------------------------------------------------------------------------------------------------------         Contador
*/

#contador {
  background: var(--rojo);
  padding: 30px;
}
.count-title {
  font-size: 3em;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}
.count-text {
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}
.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #fff;
  font-size: 4em;
}
@media (max-width: 767px) {
  .counter {
    margin: 30px 0;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         China
*/

#china {
  background: #f4f4f4;
}
#china .banner-china {
  width: 100%;
  height: 200px;
  background-image: url('../img/index/viajando-a-japon-y-china.webp');
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #fff;
}
#china .banner-china h1 {
  text-align: center;
  color: #fff;
  font-size: 3em;
  text-shadow: 0px 7px 2px rgba(0, 0, 0, 0.5);
}
#china h1 small {
  font-size: .6em;
  font-weight: 500;
}
#china .desc-china h2 {
  text-align: center;
  color: #000;
  font-size: 1em;
  font-weight: 500;
  margin-top: 10px;
}
#china .desc-china h2 small {
  text-align: center;
  color: #000;
  font-size: 1em;
  font-weight: 400;
  margin-top: 10px;
}
#china .desc-china hr {
  width: 90%;
  border-top: 1px solid #000;
}
#china .desc-china {
  background: #fff;
  border-left: 2px solid #000;
  padding: 0;
  text-align: center;
}
#china .img-china {
  background-image: url('../img/index/viajes-a-japon-y-china.webp');
  background-size: cover;
  background-position: center;
}
#china .lin {
  border-right: 1px solid #000;
}
#china .list-china {
  color: #000;
}
#china .list-china li {
  font-size: 1.1em;
  margin-bottom: 5px;
  font-weight: 400;
  text-align: left;
  list-style: none;
}
#china .list-china i {
  margin-right: 10px;
  margin-left: 10px;
}
#china .desc-china a {
  margin-top: 30px;
  background: #000;
  width: 160px;
  font-size: 14px;
}
#china .desc-china a.cotiza {
  margin-top: 30px;
  background: var(--rojo);
  color: #fff;
  width: 160px;
  font-size: 14px;
}
#china .desc-china a:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}
#china .cont-china {
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.5);
}
#china .chi-desc {
  padding: 50px 10px 50px 0;
}
#china .chi-desc ul li {
  margin-left: -20px;
}
@media (max-width: 767px) {
  #china .banner-china {
    height: 150px;
    background-size: 170%;
    background-position: center;
  }
  #china .banner-china h1 {
    font-size: 25px;
    font-weight: 200;
  }
  #china .banner-china h1 small {
    font-size: 20px;
    font-weight: 400;
  }
  #china .desc-china {
    padding: 0px;
  }
  #china .img-china {
    padding: 0px;
    height: 100vw;
  }
  #china .lin {
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
  }
  #china .chi-desc {
    padding: 50px 0;
  }
  #china .banner-china {
    border-top: 2px solid #fff;
  }
  #china h1 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #china .banner-china {
    height: 150px;
    background-size: 170%;
    background-position: center;
  }
  #china .banner-china h1 {
    font-size: 2.7em;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         Dubai
*/

#dubai {
  background-image: url('../img/index/viajes-a-japon-y-dubai.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 400px;
  padding-top: 150px;
}
#dubai h1 {
  font-weight: 300;
  font-size: 3em;
  margin-bottom: 100px;
  text-align: right;
}
#dubai h2 {
  font-weight: 300;
  font-size: 2em;
}
#dubai h2 small {
  font-weight: 500;
  font-size: .7em;
}
#dubai h6 {
  font-size: 1em;
}
#dubai .dest-dubai-2 {
  text-align: right;
}
#dubai [class*='dest-dubai'] .btn-dest-dubai {
  margin-top: 30px;
}
#dubai hr {
  margin: 50px 0;
}
#dubai a {
  width: 160px;
  background: #000;
  color: #fff;
  font-size: 14px;
}
#dubai a.cotiza {
  width: 160px;
  background: var(--rojo);
  color: #fff;
  font-size: 14px;
  border: 1px solid var(--rojo);
}
@media (max-width: 767px) {
  #dubai {
    background-image: none;
    padding: 50px 0;
    text-align: center;
  }
  #dubai .container {
    margin: 0;
    padding: 0;
  }
  #dubai .dest-dubai-2 {
    text-align: center;
  }
  #dubai h1 {
    font-size: 2.4em;
    text-align: center;
    margin-bottom: 50px;
    background-color: #000;
    color: #fff;
    padding: 40px;
  }
  #dubai h2 {
    font-weight: 200;
    font-size: 25px;
  }
  #dubai h2 small {
    font-weight: 400;
    font-size: 20px;
  }
  #dubai h3 {
    font-weight: 400;
    font-size: 15px;
  }
  #dubai h6 {
    font-weight: 500;
    font-size: 15px;
  }
  #dubai .dubai-img-cel {
    margin-top: -49px;
    margin-bottom: 50px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         Comunicate
*/

#comunicate {
  background: #000;
  color: #fff;
  padding: 100px 0;
}
#comunicate .deta-comunicate h1 {
  text-transform: uppercase;
  font-size: 3.5em;
  font-weight: 300;
}
#comunicate .deta-comunicate h2 {
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 300;
}
#comunicate .deta-comunicate hr {
  border-top-color: #fff;
}
#comunicate .iconos {
  display: flex;
  justify-content: center;
  align-items: center;
}
#comunicate .iconos a {
  background: #fff;
  color: #000;
}
#comunicate .iconos a:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 767px) {
  #comunicate {
    padding: 100px 0;
    text-align: center;
  }
  #comunicate .deta-comunicate h1 {
    font-size: 2em;
  }
  #comunicate .iconos a {
    margin-top: 50px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         Tailandia
*/

#tailandia {
  background: #f4f4f4;
}
#tailandia .tit-tai {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--rojo);
  border-right: 2px solid #fff;
}
#tailandia .tit-tai h1 {
  color: #fff;
  font-size: 3.3em;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
#tailandia [class*="paq-tai-"] h1 small {
  font-size: .7em;
  font-weight: 500;
}
#tailandia [class*="paq-tai-"] h1 {
  margin-bottom: 30px;
}
#tailandia .img-tai {
  background-image: url('../img/index/viajes-a-japon-y-tailandia.webp');
  background-size: cover;
  width: 100%;
  height: 800px;
  border-bottom: 2px solid #fff;
}
div[class*='paq-tai'] {
  padding: 30px 20px;
}
#tailandia .paq-tai-01 {
  background: #fff;
  color: #000;
}
#tailandia .paq-tai-02 {
  background: #000;
  color: #fff;
}
#tailandia a {
  width: 160px;
  font-size: 14px;
}
#tailandia a.cotiza {
  width: 160px;
  background: var(--rojo);
  border: 1px solid var(--rojo);
  color: #fff;
  font-size: 14px;
}
div[class*='paq-tai'] h2 {
  font-size: 1.1em;
  font-weight: 300;
}
div[class*='paq-tai'] h3 {
  font-size: 1.1em;
  font-weight: 400;
}
#tailandia .btn-tai {
  text-align: right;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #tailandia .tit-tai h1 {
    font-size: 2.2em;
    writing-mode: horizontal-tb;
    transform: none;
    text-align: center;
    padding: 30px 0;
  }
  #tailandia .img-tai {
    background-position: center;
    height: 600px;
  }
  div[class*='paq-tai'] {
    padding: 30px 20px;
    text-align: center;
  }
  #tailandia .btn-tai {
    text-align: center;
    margin: 40px 0 20px 0;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         Todos
*/

#todos {
  padding: 0;
  background: var(--rojo);
  padding: 80px 0;
  color: #fff;
}
#todos a {
  background: #fff;
  color: var(--rojo);
  width: 180px;
  font-weight: 400;
}
#todos .carousel-inner {
  text-align: center;
}
#todos .carousel-item h1 {
  font-size: 3em;
  font-weight: 600;
}
#todos .carousel-item h1 small {
  font-size: .6em;
  font-weight: 500;
}
@media (max-width: 767px) {
  #todos .carousel-item h1 {
    font-size: 1.7em;
  }
  #todos .carousel-item h2 {
    font-size: 1.2em;
  }
  #todos .carousel-item h1 small {
    font-size: .8em;
  }
}
@media (max-width: 767px) {}
/*--------------------------------------------------------------------------------------------------------------------------------         Corea
*/

#corea {
  padding: 0;
  background-color: #fff;
}
#corea .corea-img {
  background-image: url('../img/index/viajes-a-japon-y-corea.webp');
  background-size: contain;
  background-repeat: no-repeat;
}
#corea .corea-img {
  height: 40vw;
}
#corea .corea-desc h1 {
  font-size: 3.5em;
  background: #000;
  color: #fff;
  padding: 20px;
  padding-left: 50px;
  margin-top: 100px;
}
#corea .lin {
  border-right: 2px dotted #000;
}
#corea .cont-corea {
  margin-top: 10vw;
  text-align: center;
}
#corea .cont-corea h1 {
  font-size: 2em;
  margin-bottom: 30px;
}
#corea .cont-corea h1 small {
  font-size: .7em;
  font-weight: 500;
}
#corea h2 {
  font-weight: 300;
  font-size: 2em;
}
#corea h6 {
  font-size: 1em;
}
#corea a {
  width: 160px;
  font-size: 14px;
}
#corea a.cotiza {
  width: 160px;
  background: var(--rojo);
  border: 1px solid var(--rojo);
  color: #fff;
  font-size: 14px;
}
#corea .btn-dest-corea {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #corea .corea-desc h1 {
    font-size: 25px;
    font-weight: 200;
    text-align: center;
    margin-top: 0px;
  }
  #corea .corea-desc h1 small {
    font-size: 20px;
    font-weight: 400;
  }
  #corea .corea-desc h3 {
    font-size: 15px;
    font-weight: 400;
  }
  #corea .corea-desc h6 {
    font-size: 15px;
    font-weight: 500;
  }
  #corea .btn-dest-corea {
    margin: 30px 0;
  }
  #corea .corea-img-cel {
    padding: 0;
    margin: 0;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         Contacto
*/

#contacto, #contacto .contacto-redes, #contacto .contacto-formulario, #contacto .contacto-mapa {
  padding: 0;
  background-color: #fff;
}
#contacto .contacto-mapa iframe {
  width: 100%;
  height: 400px;
  border: none;
}
#contacto .sep-cont {
  background-color: #002752;
  height: 50px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contacto div[class*='tit-'] {
  background-color: var(--rojo);
  color: #fff;
  font-size: 3.3em;
  writing-mode: vertical-lr;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 200;
}
#contacto .tit-redes {
  transform: rotate(180deg);
}
#contacto .tit-cot {
  transform: rotate(0deg);
}
#contacto .contacto-redes {
  border-right: 1px dotted #d4d4d4;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contacto .contacto-redes a {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 1.3em;
  margin: 5px 40px;
  color: #000;
  transition: all .2s;
}
#contacto .contacto-redes a:hover {
  color: var(--rojo);
  text-decoration: none;
}
#contacto .contacto-redes i {
  font-size: 1.8em;
  margin-right: 20px;
}
#contacto .corre {
  font-size: 1.5em;
  margin-right: 20px;
}
#contacto a.corre span {
  font-size: .8em;
}
@media (max-width: 767px) {
  #contacto div[class*='tit-'] {
    font-size: 2em;
    writing-mode: horizontal-tb;
    transform: none;
    background-color: #000;
    padding: 20px 0;
  }
  #contacto {
    padding: 0px;
  }
  #contacto .contacto-redes {
    border-right: none;
    padding: 30px 10px;
  }
  #contacto .contacto-redes a {
    font-size: 1em;
    margin: 0px 40px;
  }
  #contacto .contacto-redes .redes {
    margin-top: 20px;
  }
  .btn-contacto {
    width: 80%;
  }
  #contacto .contacto-mapa iframe {
    border: none;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         Footer
*/

footer {
  padding: 80px 0;
  background: #000;
}
footer .copy {
  color: #fff;
  font-weight: 100;
}
footer .logo img {
  width: 200px;
}
footer .links-foot a.btn-aviso {
  margin: 0 5px;
  padding-right: 25px;
  padding-left: 25px;
  width: 190px;
  font-size: 14px;
  background: #fff;
  color: #000;
  font-weight: 500;
}
footer .links-foot a.cotiza {
  width: 190px;
}
@media (max-width: 767px) {
  footer .logo img {
    margin-bottom: 50px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         404
*/

.pag-404 {
  height: 74.69vh;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 50px;
}
.pag-404 h1 {
  font-size: 2em;
  font-weight: 700;
  text-shadow: 1px 1px 2px #666;
  color: #bf5a00;
  width: 500px;
  text-align: center;
  margin-top: 100px;
}
.pag-404 h1 small {
  font-size: .6em;
  font-weight: 700;
  text-shadow: none;
  color: #bf5a00;
}
@media (max-width: 767px) {
  .pag-404 h1 {
    font-size: 1.5em;
  }
  .pag-404 h1 small {
    font-size: .6em;
  }
  .pag-404 {
    background-size: 240vw;
    background-position: center -100px;
  }
  .pag-404 h1 {
    margin-top: 0;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         Cotización
*/

.cotizaciones {
  background-color: #fff;
  height: 500px;
  color: #000;
  text-align: center;
  border: 1px solid #fff;
}
.cotizaciones h4 {
  text-transform: uppercase;
  color: #000;
}
.cotizaciones .tit_form {
  color: #fff;
  background-color: #000;
  padding: 10px 25px;
  text-align: left;
  border-left: 15px solid var(--rojo);
  text-transform: uppercase;
  margin-bottom: 30px;
}
.tit_form span {
  font-size: 20px;
  font-weight: 400;
}
.cont_form {
  padding: 10px 30px;
}
.cont_form input, .cont_form select, .cont_form textarea {
  font-weight: 300;
}
.cotizaciones hr {
  border-color: #000;
  margin: 5px;
}
.cotizaciones .estilo label, .cotizaciones .checkbox label {
  cursor: pointer;
  color: #000;
  position: relative;
  font-size: 13px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: -5px 0;
}
.cotizaciones .estilo label:before, .cotizaciones .checkbox label:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
  background: none;
  border: none;
}
.cotizaciones input[type="radio"] {
  margin: -5px 0;
}
.cotizaciones input[type="radio"]:checked+label:before {
  display: none;
}
.cotizaciones input[type="radio"]:checked+label {
  background: rgba(255, 255, 255, .2);
  border-radius: 2px;
  color: #000;
  page-break-inside: ;
  padding: 0 5px;
}
.cotizaciones .checkbox label:before {
  border-radius: 3px;
}
.cotizaciones .checkbox input[type="checkbox"] {
  display: none;
}
.cotizaciones .checkbox input[type="checkbox"]:checked+label:before {
  play: none;
}
.cotizaciones .checkbox input[type="checkbox"]:checked+label {
  background: #FF4136;
  color: #000;
}
.cotizaciones .estilo label:hover, .cotizaciones .checkbox label:hover {
  color: #000;
}
.cotizaciones textarea {
  height: 35px;
  font-size: 15px;
}
.cotizaciones h4 {
  margin: 5px 0 1px 0;
}
.cotizaciones input[type="submit"] {
  background: var(--rojo);
  border: none;
  color: #fff;
  font-weight: 400;
  width: 70%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cotizaciones {
    position: static;
    width: 100vw;
    height: 1000px;
    border-radius: 0;
    background: transparent;
    color: #000;
    border: none;
  }
  .cotizaciones input[type="radio"]:checked+label {
    background: #333;
    border-radius: 2px;
    color: #fff;
  }
  .cotizaciones .estilo label, .cotizaciones .checkbox label {
    color: #000;
  }
  .radio-form {
    margin-bottom: 30px;
  }
  .cotizaciones h4 {
    margin-top: 15px;
  }
  .cotizaciones .tit_form {
    display: none;
  }
  .cotizaciones .tit_form span {
    font-weight: 600;
  }
  .cotizaciones h4 {
    color: #000;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cotizaciones {
    position: static;
    width: 100vw;
    height: 550px;
    border-radius: 0;
    background: #000;
    color: #fff;
  }
  .cotizaciones input[type="radio"]:checked+label {
    background: #999;
    border-radius: 2px;
    color: #fff;
  }
  .cotizaciones .estilo label, .formulario .checkbox label {
    color: #fff;
  }
  .radio-form {
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------------------------------------------------------------------------------         Aviso
*/

.aviso h1 {
  padding: 30px 0;
  font-weight: 500;
}
.aviso ul li {
  list-style: circle;
}
/*--------------------------------------------------------------------------------------------------------------------------------         pop
*/

#myBtn {
  width: 300px;
  padding: 10px;
  font-size: 20px;
  position: absolute;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 50px;
  z-index: 9999;
}
/*--------------------------------------------------------------------------------------------------------------------------------         fin
11962193*/

#promo .promos img {
  border: 3px solid #000;
}
#cruce-iti {
  background: #f4f4f4;
}