@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
* {
    margin: 0;
    padding: 0;
    font-family:'Open Sans', sans-serif;
    box-sizing: border-box;
}
*:focus {
    outline: 0;
}
body{
    height: 100%;
    max-height: 100%;
}
.site-wrapper{
    position: relative;
    z-index: 10;
    min-height: 100%;
    background: #ffffff;
    transition: transform 0.5s ease;
}
.main-header{
    position: relative;
    display: table;
    width: 100%;
    height: 100vh;
    background-image: url(../images/Fondo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.main-nav.overlay{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    border: none;
    background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);
}
.main-nav {
    padding: 35px 60px;
    margin: 0 0 30px 0;
}
.main-nav a{
    text-decoration: none;
}
.travel-logo{
    display: block;
    float: left;
    border: none;
}
.idiom-select{
    color: white;
    float: right;
}
.idiom-select a{
    color: white;
}
.idiom-select a:hover{
    text-decoration: underline;
}
.content-wrapper {
    height: 80vh;
    display: block;
    color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.dv_countries{
    width: 30%;
    padding: 5px 40px;
    float: left;
    position: relative;
}
.dv_product_countries {
    float: right;
    width: 70%;
    height: 490px;
    position: relative;
}
.timeline{
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.timeline:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 1;
}
.timeline_group {
    padding: 10px 0 0 16px;
    z-index: 31;
    position: relative;
}
.timeline_group:first-child{
    padding: 0px 0 0 16px;
}
.item_tl {
    font-size: 18px;
    cursor: pointer;
    transition: font-size .5s ease;
}
.item_tl img{
    width: 30px;
    vertical-align: middle;
}
.item_tl span {
    margin: 0 0 0 25px;
    transition: transform .2s;
    font-weight: 600;
}
.item_tl:hover{
    font-size: 32px;
    font-weight: 700;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .myImg{
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 400px;
  }
.overlay_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
    -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  }
  .uno:hover .overlay_img {
    display: block;
    background: transparent;
  }
  .btn_more {
    position: absolute;
    width: 100%;
    left:0;
    top: 50%;
    text-align: center;
    opacity: 0;
    transition: opacity .35s ease;
  }
  .btn_more span {
    width: 110px;
    padding: 5px 0px;
    text-align: center;
    color: white;
    border: solid 2px white;
    z-index: 1;
    margin: 0 auto;
    display: table;
    vertical-align: middle;
    font-size: 15px;
    text-decoration: none;
    border-radius: 15px;
    transition: background-color 2s ease-out;
    text-transform: uppercase;
    cursor: pointer;
}
.btn_more span:hover {
    color: white;
    background-color: rgba(14, 14, 14, 0.6);
}
  .uno:hover .btn_more {
    opacity: 1;
  }
  .uno:hover .myImg {
    webkit-filter: blur(2px); /* Chrome, Safari, Opera */
    filter: blur(2px);
  }
  .uno{
      position: relative;
      max-width: 410px;
  }
  .h2card{
    font-size: 20px;
    text-align: left;
    margin: 0 0 10px 0;
    font-weight: 400;
  }
  .swiper-pagination-bullet {
    height: 12px !important;
    width: 12px !important;
    border: 1px solid #8f908e;
    opacity: 1 !important;
    background: #8f908e !important;
}
.swiper-pagination-bullet-active {
    background: #e8e8e8 !important;
}
.swiper-button-next, .swiper-button-prev {
    top: 42% !important;
}
.pag1{
    text-align: left !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/Boton_Atras.svg) !important;
    background-size: 50px !important;
    width: 60px !important;
    left: -30px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/Boton_Next.svg) !important;
    background-size: 50px !important;
    width: 60px !important;
    right: 0 !important;
}
.activeC{
    /* color: #fbde60; */
    font-size: 32px;
    font-weight: 700;
}
 .icon_load{
     text-align: center;
     width: 100%;
 }

 @media(max-width:950px) {
    .dv_countries {
        width: 100%;
    }
    .dv_product_countries {
        width: 96%;
        padding: 5px 40px;
        margin: 0 2%;
    }
    .timeline_group {
        display: inline-block;
        text-align: center;
    }
    .item_tl span {
        margin: 0 0 0 0px;
        float: left;
        width: 100%;
        text-align: center;
    }
    .item_tl:hover {
        font-size: 18px;
        font-weight: 700;
    }
    .activeC {
        color: #fbde60;
        font-size: 18px;
    }
    .timeline:before{
        left: 0;
        background: transparent;
        width: initial;
        content: initial;
    }
    .content-wrapper {
        height: 88vh;
    }
    .timeline {
        margin: 0 0 30px 0;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 10px !important;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 8px !important;
    }
}
@media(max-width:560px) {
    .myImg {
        height: 280px;
    }
    .dv_product_countries {
        height: 370px;
    }
    .swiper-pagination{
        display: none;
    }
    .main-nav {
        padding: 35px 20px;
    }
    .travel-logo{
        margin: -20px 0 0 0;
    }
    .dv_countries{
        padding: 5px 10px;
        
    }
    .timeline{
        overflow: auto;
        white-space: nowrap;
    }
    .timeline_group {
        width: 150px;
    }
    .btn_more{
        opacity: 1;
    }
}