
body{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

h1, h2, h3{
	font-family: 'Raleway', sans-serif;
}

section.header {
    width: 100%;
    height: calc(100vh - 80px);
    background: #000;
    position: relative;
    overflow: hidden;
}

section.header iframe, section.header video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

section.header .holder-mute {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 24px;
    right: 24px;
    border-radius: 100%;
    border: 2px solid hsla(0,0%,100%,.4);
    cursor: pointer;
    transition: border .6s ease;
}

section.header .holder-mute .icon {
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    background: url(../images/icon_muteunmute.png) no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    transform: translate(-50%,-50%);
    transition: background .4s ease;
}

section.header .holder-mute.clicked .icon {
    background-position: top;
}


section.top-bar {
    width: 100%;
    height: 80px;
    background: #fff;

}

section.top-bar > .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.top-bar .holder-logo {
    height: 60px;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
}

section.top-bar .partners{
    margin-top: 20px;
}
section.top-bar .partners img{
    max-width: 250px;
}

section.top-bar .holder-logo img {
    width: auto;
    height: 100%;
}

section.header .hover-area {
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
}



section.header .hover-area .control-video {
    padding: 24px;
    padding-top: 65px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
    font-size: 0;
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.3));
}

section.header .hover-area .control-video .holder-play {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    position: relative;
    border: 2px solid hsla(0,0%,100%,.4);
    cursor: pointer;
    transition: border .6s ease;
}

section.header .hover-area .control-video .holder-play .icon {
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    position: absolute;
    background: url(../images/icon/icon_playpause.png) no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    transform: translate(-50%,-50%);
    transition: background .4s ease;
}

section.header .hover-area .control-video .holder-slider {
    width: calc(100% - 40px);
    padding-left: 24px;
    display: inline-block;
    vertical-align: middle;
}

section.header .hover-area .control-video .holder-slider .progressBar {
    position: relative;
    width: 100%;
    height: 5px;
    background: hsla(0,0%,100%,.4);
    border-radius: 10px;
    cursor: pointer;
    transition: background .6s ease;
}

section.header .hover-area .control-video .holder-slider .timeBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: #00a1de;
    transition: width .4s ease;
    border-radius: 10px;
}

section.header .hover-area .control-video .holder-slider .timeBar:after {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    background: #00a1de;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transition: opacity .4s ease;
    transform: translateY(-50%);
    opacity: 0;
}

section.header .hover-area .overlay, section.header .hover-area .overlay h1 {
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
}
section.header .hover-area .overlay {
    position: absolute;
    z-index: 5;
    padding: 24px;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
}

section.header .hover-area .overlay, section.header .hover-area .overlay h1 {
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
}

section.header .hover-area .overlay .text-main {
    margin-top: 6px;
    opacity: .7;
}

section.intro {
    background: #2D324D;
    height: 50px;
    padding: 65px 0;
    color: #fff;
    margin-bottom: 100px;
}

section.intro h2 {

    width: 100%;
    text-align: center;
    font-size: 24px;

}

.text-intro, .text-main {
    line-height: 1.5;
    font-weight: 300;
}

.text-intro {
    font-size: 18px;
    color: #fff;
}

.container.small {
    max-width: 822px;

    margin-top:-40px

    /*margin-top: -60px;*/

     
}

section.destination {
    padding: 0;
}

section.destination .holder-blocks {
    padding: 0 24px;

}

section.destination .item-block {
    margin-bottom: 100px;
    position: relative;
}

section.destination .item-block .background {
    width: 100%;
    padding-bottom: 62%;
    border-radius: 6px;
    box-shadow: 0 15px 25px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 15px 25px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 15px 25px 0 rgba(0,0,0,.15);
    background: #c2deea;
   position: relative;

    overflow: hidden;
}

section.destination .item-block .background .visual {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover!important;
    background-position: 50%!important;
}

/*PRUEBA DE CLASE VISUAL 070223*/

  section.destination .item-block .background .visual1 {
        transition: transform 1.2s ease,-webkit-filter .6s ease;
        transition: transform 1.2s ease,filter .6s ease;
        transition: transform 1.2s ease,filter .6s ease,-webkit-filter .6s ease;
    }
    section.destination .item-block:hover .background .visual1 {
        transform: scale(1.02) perspective(1px);
        -webkit-transform: scale(1.02) perspective(1px);
      
        /* filter: saturate(1.3);

        -moz-transform: scale(1.02) perspective(1px);
        -webkit-filter: saturate(1.3);
       -moz-filter: saturate(1.3);*/

    }

 section.destination .item-block .background .visual1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover!important;
    background-position: 50%!important;
}



.background1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover!important;
    background-position: 50%!important;
}


.background1 {
        transition: transform 1.2s ease,-webkit-filter .6s ease;
        transition: transform 1.2s ease,filter .6s ease;
        transition: transform 1.2s ease,filter .6s ease,-webkit-filter .6s ease;
    }

  .background1 {
        transform: scale(1.02) perspective(1px);
        -webkit-transform: scale(1.02) perspective(1px);
        -moz-transform: scale(1.02) perspective(1px);
        filter: saturate(1.3);
        -webkit-filter: saturate(1.3);
        -moz-filter: saturate(1.3);
    }

 .background1:after {
        opacity: 1;
    }

/*FIN CLASE PRUEBA VISUAL*/



section.destination .item-block.right .background:after {
    background: linear-gradient(-45deg,#000,transparent 60%);
    opacity: .5;
}

section.destination .item-block.left .background:after {
    background: linear-gradient(45deg,#000,transparent 60%);
    opacity: .5;
}

section.destination .item-block .background:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

section.destination .item-block.right .overlay {
    right: -24px;
}

section.destination .item-block .overlay {
    position: absolute;
    bottom: 0;
    bottom: 36px;
    max-width: 650px;
    color: #fff;
    z-index: 10;
}

section.destination .item-block.right .overlay .holder-information {
    right: 50px;
}

section.destination .item-block .overlay .holder-information {
    position: absolute;
    bottom: 0;
    width: 400px;
}

section.destination .item-block .overlay .holder-information .text-main {
    margin: 6px 0 12px;
}


section.destination .item-block.left .overlay {
    left: -24px;
}

section.destination .item-block.left .overlay .holder-information {
    left: 60px;
}

section.magazine {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 100px;
}


section.magazineheader {
        /*width: 100%;

     height: calc(100vh - 80px);
    background: #000;
    position: relative;
    overflow: hidden;*/
     max-width: 100%;
      height: calc(100vh - 80px);
    position: relative;
    overflow: hidden;
    cursor: pointer;




}

section.headeresp{
      width: 100%;
  height: auto;
}

section.magazineheader {
        /*width: 100%;

     height: calc(100vh - 80px);
    background: #000;
    position: relative;
    overflow: hidden;*/
     max-width: 100%;
      height: calc(100vh - 80px);
    position: relative;
    overflow: hidden;
    cursor: pointer;




}


section.magazineheader .background {

     /*width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;*/

    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover!important;
    background-position: 50%!important;
    background: #c2deea;

    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;*/

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover!important;
    background-position: 50%!important;
    background: #c2deea;
}

section.magazine .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover!important;
    background-position: 50%!important;
    background: #c2deea;
}

section.magazine .background:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(0deg,rgba(0,0,0,.65) 0,transparent 90%);
}



section.magazine .overlay {
    position: absolute;
    left: 48px;
    bottom: 48px;
    color: #fff;
    max-width: 400px;
}

section.magazineheader .overlay {
    position: absolute;
    left: 48px;
    bottom: 48px;
    color: #fff;
    max-width: 400px;
}

section.magazine .overlay .more .holder-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    padding-left: 6px;
    font-style: italic;
    color: #fff;
    text-decoration: underline;
}

section.magazineheader .overlay .more .holder-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    padding-left: 6px;
    font-style: italic;
    color: #fff;
    text-decoration: underline;
}


section.magazine .overlay .more i{
    text-decoration: underline;
}

section.magazineheader .overlay .more i{
    text-decoration: underline;
}

.site-footer {
	position: relative;
    background-color: #2D324D;
    color: #fff;
}

.site-footer:before {
    /*content: '';*/
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    height: 10px;
    background-color: #d03136;
}

.site-footer:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 190px;
    height: 10px;
    background-color: #d03136;
    border-right: 60px #E6E6E6 solid;
}

.btn-red{
    transition: all 1s ease;
    background-color: #d03136;
    border-color: #d03136;
}

.btn-red:hover {
    transition: all 1s ease;
    background-color: #2D324D;
    border-color: #2D324D;
}
.logo-footer{
    max-height: 70px;
}

.titulo-1:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

section.call-to-action {
    padding: 10px 0;
    background-color: #d03136;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 100px;


}



section.call-to-action a{
    color: #2D324D;
    text-decoration: underline;
}

section.call-to-action h2, section.call-to-action h3 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 18px;
}


.social-networks ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px;
}

.social-networks ul li {
    display: inline-block;
    margin: 0 2px;
}

.social-networks ul li a {
    width: 32px;
    display: inline-block;
}

.social-networks ul li a img {
    width: 32px;
}

@media (min-width: 1030px){

    section.header .hover-area .control-video {
        opacity: 0;
        transition: opacity 1s ease;
    }

    section.header .hover-area .overlay, section.header .hover-area .overlay h1 {
        transition: transform .3s ease-out;
    }

    section.header .hover-area .overlay, section.header .hover-area .overlay h1 {
        transition: transform .3s ease-out;
    }

    section.header .hover-area .overlay .text-main {
        transition: opacity .6s ease;
    }

    section.header .hover-area:hover .overlay {
        transform: translateY(-25px);
    }

    section.header .hover-area .overlay, section.header .hover-area .overlay h1 {
        transition: transform .3s ease-out;
    }

    section.header .hover-area:hover .overlay h1 {
        transform: scale(.7);
    }

    section.header .hover-area:hover .overlay .text-main {
        opacity: 0!important;
    }

    section.destination .item-block.scrolled {
        transform: translate(0);
        opacity: 1;
    }
    section.destination .item-block {
        transform: translateY(80px);
        transition: opacity .5s ease,transform 1.5s ease;
        opacity: 0;
    }

    section.destination .item-block .background .visual {
        transition: transform 1.2s ease,-webkit-filter .6s ease;
        transition: transform 1.2s ease,filter .6s ease;
        transition: transform 1.2s ease,filter .6s ease,-webkit-filter .6s ease;
    }

    section.destination .item-block .background:after {
        transition: opacity 1.2s ease;
    }

    section.destination .item-block .overlay .holder-information {
        transition: opacity .6s ease,transform .6s ease;
    }

    section.magazine {
        transition: box-shadow 1.2s ease;
    }

      section.magazineheader {
        transition: box-shadow 1.2s ease;
    }

    section.magazine .background {
        transition: transform 1.2s ease,-webkit-filter .6s ease;
        transition: filter .6s ease,transform 1.2s ease;
        transition: filter .6s ease,transform 1.2s ease,-webkit-filter .6s ease;
    }

      section.magazineheader .background {
        transition: transform 1.2s ease,-webkit-filter .6s ease;
        transition: filter .6s ease,transform 1.2s ease;
        transition: filter .6s ease,transform 1.2s ease,-webkit-filter .6s ease;
    }

    section.magazine .background:after {
        background: linear-gradient(90deg,rgba(0,0,0,.65) 0,transparent 55%);
    }

    section.destination .item-block:hover .background .visual {
        transform: scale(1.02) perspective(1px);
        -webkit-transform: scale(1.02) perspective(1px);
       
       /* -moz-transform: scale(1.02) perspective(1px);
        filter: saturate(1.3);
        -webkit-filter: saturate(1.3);
        -moz-filter: saturate(1.3);*/
    }

    section.destination .item-block:hover .background:after {
        opacity: 1;
    }

    section.top-bar .partners img{
        max-width: 500px;
    }

}

@media (max-width: 1030px) and (min-width: 0px){
    section.header {
        height: auto;
        padding-bottom: 56.25%;
    }

    section.header .hover-area, section.header:after {
        display: none;
    }

    section.intro {
        padding: 60px 0;
    }

    h1, h2{
        font-size: 26px;
    }

    .text-line {
        margin: 18px auto;
    }

    .text-intro {
        font-size: 14px;

    }

    section.destination .holder-blocks {
        padding: 0;
    }

    section.destination .item-block {
        margin-bottom: 60px;
    }

    section.destination .item-block .background {
        width: 100%;
        padding-bottom: 100%;
        position: relative;
        border-radius: 0;
        box-shadow: 0 7px 15px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: 0 7px 15px 0 rgba(0,0,0,.15);
        -moz-box-shadow: 0 7px 15px 0 rgba(0,0,0,.15);
    }

    section.destination .item-block .overlay {
        position: relative;
        top: inherit;
        bottom: inherit;
        left: inherit!important;
        right: inherit!important;
    }
    section.destination .item-block .overlay .holder-information {
        position: relative;
        width: 100%;
        left: 0!important;
        color: #003145;
        padding: 64px 18px 0;
    }

}

@media (max-width: 1030px) and (min-width: 670px){
    section.destination .holder-blocks {
        padding: 0 48px;
    }

    section.destination .item-block .background {
        padding-bottom: 60%;
        border-radius: 6px;
    }

    section.destination .item-block .overlay {
        max-width: 100%;
    }

    section.destination .item-block .overlay .holder-information {
        padding: 0;
        padding-top: 24px;
        max-width: 60%;
    }

    section.top-bar .partners img{
        max-width: 500px;
    }
}
