@font-face {
    font-family: "Barlow-SemiBold";
    src: url("../assets/fonts/Barlow-SemiBold.eot"); /* IE9 Compat Modes */
    src: url("../assets/fonts/Barlow-SemiBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
      url("../assets/fonts/Barlow-SemiBold.otf") format("opentype"), /* Open Type Font */
      url("../assets/fonts/Barlow-SemiBold.svg") format("svg"), /* Legacy iOS */
      url("../assets/fonts/Barlow-SemiBold.ttf") format("truetype"), /* Safari, Android, iOS */
      url("../assets/fonts/Barlow-SemiBold.woff") format("woff"), /* Modern Browsers */
      url("../assets/fonts/Barlow-SemiBold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
  }

@font-face {
    font-family: 'bebas_neuebold';
    src: url('../assets/fonts/bebasneuebold-webfont.woff2') format('woff2'),
         url('../assets/fonts/bebasneuebold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowitalic';
    src: url('../assets/fonts/barlow-regularitalic-webfont.woff2') format('woff2'),
         url('../assets/fonts/barlow-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body#twin-paris {
    font-family: 'Barlow-SemiBold';
    width: 1px; min-width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

#twin-paris .container-fluid{
    padding-left: 0;
    padding-right: 0;
}

#twin-paris a{
    text-transform: uppercase;
    font-size: 25px;
    color: white;
    background: #EB540D;
    padding: 0% 16px;
    position: relative;
    letter-spacing: 1.5px;
    transition: .4s cubic-bezier(0.4, 0, 0.2, 1) all;
}

#twin-paris a.no-color{
    padding: 0;
    background: none;
    letter-spacing: initial;
    transition: none;
    font-size: initial;
}

#twin-paris #main{
    margin-bottom: 5%;
}

#twin-paris a.hover:hover{
    background: #b5cdd8;
}

.overx{
    overflow: hidden;
}
.over-visible-mobile{
  overflow: visible!important;
}

.mobile{
  display: block;
}
.desktop{
  display: none;
}

#twin-paris a:hover{

}

#twin-paris section {
    background: white;   
    /* width: 1140px;
    margin: 0 auto; */
}

#twin-paris section.m5vh{
    margin-bottom: 5vh;
}

#twin-paris .m10vh{
    margin-bottom: 8vh;
}

#twin-paris .bgnone{
    background: none !important;
}

.overflow-hidden-mobile{
  overflow: hidden;
}

#twinset-video video{
  width: 100%;
  height: auto;
}
.order-1-mobile{
  order: -1;
}
.mb-15-mobile{
  margin-bottom: 15px;
}
.play-bumper-video{
  background: transparent!important;
  display: block;
  position: relative!important;
  pointer-events: none;
  padding: 0!important;
}
.play-bumper-video.allow_play{
  pointer-events: initial!important;
}
.play-bumper-video >img{
  width: 21px!important;
  height: auto!important;
  position: absolute!important;
  right: 15px;
  bottom: 15px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .mb-15-mobile{
    margin-bottom: 0px;
  }
    #twin-paris a{
        font-size: 2em;
    }
    .over-visible-mobile{
      overflow: hidden!important;
    }
    .overflow-hidden-mobile{
      overflow: initial;
    }
    .mobile{
      display: none;
    }
    .desktop{
      display: block;
    }
    .order-1-mobile{
      order: initial;
    }
}

#twin-paris a:hover{
    text-decoration: none;
}

#twin-paris p{
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

#twin-paris p.precio span{
    font-size: 16px;
}

@media only screen and (min-width: 768px) {
    #twin-paris p.precio span{
        font-size: 28px;
    }
}

#twin-paris p.precio{
    color: #ffffff;
    font-size: 10px;
}

@media only screen and (min-width: 768px) {
    #twin-paris p.precio{
        color: #000000;
        font-size: 1rem;
    }
}

#twin-paris p.precio.arriba{
    position: relative;
    left: 0%;
    top: 18%;
}

@media only screen and (min-width: 768px) {
    #twin-paris p.precio.arriba{
        position: relative;
        left: 15%;
        top: 3%;
    }
}

#twin-paris p.precio.abajo{
    position: relative;
    top: 0%;
    left: 0%;
}

@media only screen and (min-width: 768px) {
    #twin-paris p.precio.abajo{
        position: relative;
        top: -14%;
        left: 15%;
    }
}

#twin-paris p.precio.abajo span{
    position: relative;
    top: 0px;
}

@media only screen and (min-width: 768px) {
    #twin-paris p.precio.abajo span{
        position: relative;
        top: 9px;
    }
}

#twin-paris img{
    width: 100%;
}

#twin-paris #main .container-fluid .row .col-lg-12 video{
    width: 100%;
}

#twin-paris #main .row img{
    width: 100%;
}

#twin-paris #main .row h3{
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 16px;
    letter-spacing: 6px;
    margin-top: 7px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    #twin-paris #main .row h3{
        font-size: 24px;
    }
}

.over-img{
    position: absolute;
    top: 20%;
    width: 44%;
    right: 7%;
}

@media only screen and (min-width: 768px) {
    .over-img{
        display: none;
    }
}



#twin-paris h2{
    text-transform: uppercase;
    font-size: 36px;
}

#twin-paris h2 span{
    color: black;
    font-size: 150px;
}

#twin-paris .vector{
    position: absolute;
}

#twin-paris a.norm{
    background: none;
    display: block;
}
/* #twin-paris a.norm:first-child{
    margin-top: 50%;
} */

#twin-paris .vector.tset1{
    top: 5%;
    width: 19%;
    z-index: 3;
    right: 72%;
}

#twin-paris .vector.tset2{
    top: -20%;
    right: 16px;
    width: 9%;
    z-index: 3;
}

#twin-paris a.norm.first-s{
    margin-top: 85%;
}


@media only screen and (min-width: 768px) {
    #twin-paris .vector.tset1{
        top: 5%;
        width: 19%;
        z-index: 3;
        right: 8%;
    }

    #twin-paris .vector.tset2{
        right: 30px;
    }
    #twin-paris a.norm.first-s{
        margin-top: 50%;
    }
}

#twin-paris .vector.tset3{
    top: 5%;
    left: 4%;
    width: 35%;
    z-index: 5;
}


#twin-paris .tset4{
    width: 85%;
    margin: 0 auto;
}

#twin-paris .tset4b{
    position: absolute;
    top: 44%;
    z-index: 6;
    left: 0;
    width: 63%;
}

@media only screen and (min-width: 768px) {
    #twin-paris .tset4b{
        display: none;
    }
}

#twin-paris .vector.tset5{
    display: none;
    top: 30%;
    left: 2.5%;
    width: 40%;
}

@media only screen and (min-width: 768px) {
    #twin-paris .vector.tset5{
        display: block;
        top: 30%;
        left: 2.5%;
        width: 40%;
    }
}

#twin-paris .vector.tset6{
    top: 11%;
    right: 5%;
    width: 27%;
    z-index: 5;
}

@media only screen and (min-width: 768px) {
    #twin-paris .vector.tset6{
        top: 13%;
    }
}

#twin-paris .vector.tset9{
    top: 8%;
    right: 7%;
    width: 15%;
    z-index: 5;
}

@media only screen and (min-width: 768px) {
    #twin-paris .vector.tset3{
        top: 7%;
        width: 43%;
        left: 4%;
        z-index: 5;
    }

    #twin-paris .vector.tset9{
        top: 16%;
        right: 7%;
        width: 12%;
        z-index: 5;
    }
}

#twin-paris .t5{
    position: absolute;
    top: 53%;
    right: 0;
    margin-top: -16px;
}

#twin-paris .marco1{
    position: relative;
    height: 65%;
    overflow: hidden;
    margin-top: 16%;
    display: block;
    background: none;
}

#twin-paris .marco1 img{
    position: absolute;
    width: 120%;
    left: -10%;
}

@media only screen and (min-width: 768px) {
    #twin-paris .marco1{
        position: relative;
        height: 65%;
        overflow: hidden;
        margin-top: 27%;
        min-height: 283px;
        height: auto;
    }

    #twin-paris .marco1 img{
        position: absolute;
        width: 100%;
        left:   0%;
    }
    #twin-paris .t5{
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -16px;
    }
}

#twin-paris .marco2{
    position: relative;
    height: 65%;
    overflow: hidden;
    margin-top: 13%;
    display: block;
    background: none;
}

#twin-paris .marco2 img{
    position: absolute;
    top: -9%;
    width: 120%;
}

@media only screen and (min-width: 768px) {
    #twin-paris .marco2 img{
        position: absolute;
        top:0%;
        width:100%;
    }
    #twin-paris .marco2{
        position: relative;
        height: 65%;
        overflow: hidden;
        margin-top: 13%;
        display: block;
        background: none;
        max-height: 283px;
    }
}

#twin-paris .vector.shoes{
  top: 34%;
right: 3%;
width: 51%;
z-index: 4;
}

#twin-paris .vector.mixmatch{
    right: 33%;
    bottom: -8%;
    width: 65%;
    z-index: 4;
}
.margin45{
    margin-top: 25%;
}

.marginb25{
    margin-bottom: 25%;
}
.view-special{

}

@media only screen and (min-width: 768px) {
    #twin-paris .vector.mixmatch{
        right: 28%;
        top: 59%;
        width: 58%;
        z-index: 4;
    }

    .marginb25{
        margin-bottom: 0%;
    }

    .margin45{
        margin-top: 0%;
    }
    #twin-paris .vector.shoes{
        top: 34.7%;
        right: 18%;
        width: 51%;
        z-index: 4;
    }
}

#twin-paris img.perc70{
    padding: 0%;
    padding-top: 38%;
}

#twin-paris .dos img.perc70{
    padding-top: 6%;
}

#twin-paris .uno a, #twin-paris .dos a{
    display: block;
    background: none;
}

#twin-paris .uno img.perc70{
    padding-bottom: 22%;
}

#twin-paris .uno, #twin-paris .dos{
    transition: .2s ease all;
}

@media only screen and (min-width: 768px) {
    #twin-paris .uno, #twin-paris .dos{
        margin-top: 25%;
    }

    #twin-paris img.perc70{
        padding: 15%;
        padding-top: 5%;
    }
    #twin-paris .dos img.perc70{
        padding-top: 0%;
    }

    #twin-paris .uno img.perc70{
        padding-bottom: 0%;
    }
}

#twin-paris img.perc90{
    padding: 8% 12% 0% 12%;
}

#twin-paris .tercera{
    display: block;
    background: none;
}

@media only screen and (max-width: 767px) {
    #twin-paris .tercera{
        height: 70%;
        overflow: hidden;
        width: 78%;
        margin: 0 auto;
        margin-top: 9%;
        position: relative;
        min-height: 270px;
    }
    #twin-paris .tercera img.perc90{
        position: absolute;
        width: 130%;
        padding: 0;
        top: -29%;
        left: -15%;
    }
}



@media only screen and (min-width: 768px) {
    #twin-paris img.perc90{
        padding: 8% 5% 0% 32%;
    }
}

#twin-paris a.center{
    position: absolute;
    bottom: 13%;
    left: 40%;
}

#twin-paris a.mix{
  bottom: initial;
    position: absolute;
    z-index: 6;
    height: auto;
    overflow: hidden;
    bottom: 6.5%;
    left: 40%;
    top: initial;
}

.view-special{
    position: absolute!important;
    z-index: 99;
    top: 47%;
    right: 4%;
    display: table;
    width: auto;
}
.icon-price{
  width: 18px!important;
  margin-top: -15px;
  margin-top: -5px;
}

.flecha-precio{
  background: transparent!important;
  width: 20px!important;
  height: auto!important;
  position: absolute!important;
  right: 8%!important;
  z-index: 99;
  left: initial!important;
}

@media only screen and (min-width: 768px) {
    #twin-paris a.mix{
      /*
        position: relative;
        bottom: 13px;
        left: 60%;
        z-index: 6;
      */
      bottom: initial;
      height: 5%;
      position: absolute;
      top: 77.5%;
      left: 62%;
      z-index: 6;
      height: auto;
      overflow: hidden;
    }
    .icon-price{
      width: 28px!important;
      margin-top: -15px;
    }
    .flecha-precio.f1{
      right: 21%!important;
      top: 10%!important;
    }
    .flecha-precio.f2{
      top: 4%!important;
      right: 20%!important;
    }
    .flecha-precio.f3{
      top: 5%!important;
      right: 6%!important;
    }
    .flecha-precio.f4{
      top: 4%!important;
      right: 6%!important;
    }
}

#twin-paris a.shoes{
    position: absolute;
    bottom: 27%;
    right: 2.2%;
    padding: 0% 2%;
    padding-right: 8%;
    bottom: 35%;
    background: #FFF257;
    color: #003B65;
    font-size: 16px;
    line-height: 25px;
}

@media only screen and (min-width: 768px) {
    #twin-paris a.shoes{
     
    }
}

#twin-paris .degradado{
    height: 50vh;
    width: 100%;
    position: absolute;
    top: 20vh;

    background: rgba(181,205,216,1);
    background: -moz-linear-gradient(top, rgba(181,205,216,1) 0%, rgba(202,175,200,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(181,205,216,1)), color-stop(100%, rgba(202,175,200,1)));
    background: -webkit-linear-gradient(top, rgba(181,205,216,1) 0%, rgba(202,175,200,1) 100%);
    background: -o-linear-gradient(top, rgba(181,205,216,1) 0%, rgba(202,175,200,1) 100%);
    background: -ms-linear-gradient(top, rgba(181,205,216,1) 0%, rgba(202,175,200,1) 100%);
    background: linear-gradient(to bottom, rgba(181,205,216,1) 0%, rgba(202,175,200,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5cdd8', endColorstr='#caafc8', GradientType=0 );
}

@media only screen and (max-width: 767px) {
    #twin-paris .degradado{
        top:0;
        height: 52vh;
    }
}

.paral .col-6:nth-of-type(1){
    padding-right: 5px;
    /* padding-left: 10px; */
}

.paral .col-6:nth-of-type(2){
    padding-left: 5px;
    padding-right: 15px;
}

#twin-paris .black-peq{
    height: 3%;
    width: 25%;
    position: absolute;
    top: 12%;
    left: 0;
    background: black;
    z-index: 5;
}
@media only screen and (min-width: 768px) {
    #twin-paris .black-peq{
        top: 13%;
    }
    .paral .col-6:nth-of-type(2){
        padding-left: 5px;
        padding-right: 10px;
    }
}

#twin-paris .pequeno-deg{
    height: 4%;
    width: 27%;
    position: absolute;
    bottom: 7.5%;
    left: 11%;
    z-index: 6;
    background: rgba(248,239,180,1);
    background: -moz-linear-gradient(left, #f8efb4 0%, #b5cdd8 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,239,180,1)), color-stop(100%, rgba(181,205,216,1)));
    background: -webkit-linear-gradient(left, rgba(248,239,180,1) 0%, rgba(181,205,216,1) 100%);
    background: -o-linear-gradient(left, rgba(248,239,180,1) 0%, rgba(181,205,216,1) 100%);
    background: -ms-linear-gradient(left, rgba(248,239,180,1) 0%, rgba(181,205,216,1) 100%);
    background: linear-gradient(to right, rgba(248,239,180,1) 0%, rgba(181,205,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8efb4', endColorstr='#b5cdd8', GradientType=1 );

}

@media only screen and (min-width: 768px) {
    #twin-paris .pequeno-deg{
      height: 5%;
width: 38%;
position: absolute;
top: 77.5%;
left: 22%;
z-index: 6;
    }
}

#twin-paris .zapato{
    position: absolute;
    z-index: 1;
    top: 6%;
    width: 69%;
    left: 10%;
    width: 66vw;
}
@media only screen and (min-width: 768px) {
    #twin-paris .zapato{
        top: 0;
        width: 50%;
        left: 12%;
    }
}


#twin-paris .zapatos{
    position: relative;
    z-index: 3;
    margin-top: -5%;
    overflow: hidden;
    height: 600px;
}

#twin-paris .zapatos img{
    padding: 0% 3% 0% 52%;
}

@media only screen and (min-width: 768px) {
    #twin-paris .zapatos{
        margin-top: 5%;
        height: initial;
        min-height: 532px;
    }
    #twin-paris .zapatos img{
        padding:0% 17% 0% 52%;
    }
}



#twin-paris .zapatos a:nth-of-type(2) img{
    padding-bottom: 40%;
}

#twin-paris .marco11{
    position: relative;
    overflow: hidden;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 8%;
    padding-bottom: 20%;
}

.mb-mobile{
  /* margin-bottom: 100px; */
}

@media only screen and (min-width: 768px) {
    #twin-paris .marco11{
        position: relative;
        overflow: hidden;
        padding-left: 20%;
        padding-right: 10%;
        padding-bottom: 0%;
    }
    #twin-paris .zapatos a:nth-of-type(2) img{
        padding-bottom: 0%;
    }
}

#twin-paris .degradess{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 15%;
    left: 0;
}

@media only screen and (min-width: 768px) {
    #twin-paris .degradess{
        width: 70%;
        height: 100%;
        top: 10%;
        left: 2%;
    }
}

#twin-paris .marco-blanco{
    background: white;
    margin: 0% 1% 0% 1%;
}

@media only screen and (min-width: 768px) {
    #twin-paris .marco-blanco{
        margin: 3% 1% 0% 1%;
    }
}

#twin-paris .fondo-deg1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: rgba(186,203,213,1);
    background: -moz-linear-gradient(top, rgba(186,203,213,1) 0%, rgba(192,172,197,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(186,203,213,1)), color-stop(100%, rgba(192,172,197,1)));
    background: -webkit-linear-gradient(top, rgba(186,203,213,1) 0%, rgba(192,172,197,1) 100%);
    background: -o-linear-gradient(top, rgba(186,203,213,1) 0%, rgba(192,172,197,1) 100%);
    background: -ms-linear-gradient(top, rgba(186,203,213,1) 0%, rgba(192,172,197,1) 100%);
    background: linear-gradient(to bottom, rgba(186,203,213,1) 0%, rgba(192,172,197,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bacbd5', endColorstr='#c0acc5', GradientType=0 );
}

#twin-paris .fondo-deg2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    background: rgba(186,203,213,1);
    background: -moz-linear-gradient(top, rgba(186,203,213,1) 0%, rgba(192,172,197,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(186,203,213,1)), color-stop(100%, rgba(192,172,197,1)));
    background: -webkit-linear-gradient(top, rgba(186,203,213,1) 0%, rgba(192,172,197,1) 100%);
    background: -o-linear-gradient(top, rgba(186,203,213,1) 0%, rgba(192,172,197,1) 100%);
    background: -ms-linear-gradient(top, rgba(186,203,213,1) 0%, rgba(192,172,197,1) 100%);
    background: linear-gradient(to bottom, rgba(186,203,213,1) 0%, rgba(192,172,197,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bacbd5', endColorstr='#c0acc5', GradientType=0 );
}

@media only screen and (min-width: 768px) {
    #twin-paris .fondo-deg1{
        height: 30%;
    }
    #twin-paris .fondo-deg2{
        height: 30%;
    }
}

.swiper-button-prev{
    background-image: url("../assets/img/prev.png")
}

.swiper-button-next{
    background-image: url("../assets/img/next.png")
}

#twin-paris .degradess .deg1{
    width: 100%;
    height: 35%;
    background: rgba(186,203,213,1);
    background: -moz-linear-gradient(left, rgba(186,203,213,1) 0%, rgba(192,172,197,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(186,203,213,1)), color-stop(100%, rgba(192,172,197,1)));
    background: -webkit-linear-gradient(left, rgba(186,203,213,1) 0%, rgba(192,172,197,1) 100%);
    background: -o-linear-gradient(left, rgba(186,203,213,1) 0%, rgba(192,172,197,1) 100%);
    background: -ms-linear-gradient(left, rgba(186,203,213,1) 0%, rgba(192,172,197,1) 100%);
    background: linear-gradient(to right, rgba(186,203,213,1) 0%, rgba(192,172,197,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bacbd5', endColorstr='#c0acc5', GradientType=1 );
}

#twin-paris .degradess .deg2{
    width: 100%;
    height: 65%;
    background: rgba(248,239,180,1);
    background: -moz-linear-gradient(left, rgba(248,239,180,1) 0%, rgba(181,205,216,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,239,180,1)), color-stop(100%, rgba(181,205,216,1)));
    background: -webkit-linear-gradient(left, rgba(248,239,180,1) 0%, rgba(181,205,216,1) 100%);
    background: -o-linear-gradient(left, rgba(248,239,180,1) 0%, rgba(181,205,216,1) 100%);
    background: -ms-linear-gradient(left, rgba(248,239,180,1) 0%, rgba(181,205,216,1) 100%);
    background: linear-gradient(to right, rgba(248,239,180,1) 0%, rgba(181,205,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8efb4', endColorstr='#b5cdd8', GradientType=1 );
}

#twin-paris .bg-movil{
    position: relative;
    max-height: 130vh;
    overflow: hidden;
}

@media only screen and (min-width: 768px) {
    #twin-paris .bg-movil{
        position: relative;
        max-height: 130vh;
        overflow: hidden;
    }
}

#twin-paris .bg-movil2{
    display: block;
    background: none;
    position: relative;
    overflow: hidden;
    /* height: 210px; */
    margin: 0px 0px 0px 70px;
    max-width: 196px;
    margin-left: auto;
    margin-bottom: 0px;
}

#twin-paris .bg-movil2 img{
    position: absolute;
    top: -50%;
    width: 130% !important;
    left: -20%;
}

@media only screen and (min-width: 768px) {
    #twin-paris .bg-movil2{
        position: relative;
        overflow: hidden;
        height: 85%;
        margin: 5% 1px 5% 110px!important;
        max-width: none;
    }

    #twin-paris .bg-movil2 img{
        position: absolute;
        top: -45%;
        width: 100% !important;
        left: 0%;
    }
}



#twin-paris img.bg-personas{
    position: absolute;
    width: 180%;
    /*top: -37%;*/
    left: -46%;
    transition: top .4s ease-out;
    /*z-index: -1;*/
}

@media only screen and (min-width: 768px) {
    #twin-paris img.bg-personas{
        position: absolute;
        top: -50%;
        left: 0%;
        width: 100%;
        /*z-index: 0;*/
    }
}

#twin-paris .bg-movil .row{
    position: relative;
    background: #ffffff;
    margin: 62% 5% 10%;
    max-height: 500px;
    height: 470px;
    height: 70vh;
    transition: .25s ease all;
}

#twin-paris .bg-movil .row .col-6{
    height: 50%;
}

#twin-paris .bg-movil .row .col-6 .precio{
    color:black;
}

@media only screen and (min-width: 768px) {
    #twin-paris .bg-movil .row{
        margin: 25% 10%;
        height: initial;
        min-height: 50vh;
        max-height: 80vh;
    }

    #twin-paris .bg-movil .row .col-6{
        height: initial;
    }
}

#twin-paris .relative{
    position: relative;
}

#twin-paris .fecha{
  position: absolute;
  top: -10%;
  right: 7%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 5;
}

#twin-paris .fecha svg{
    width: 8px;
}

#twin-paris .fecha svg:nth-child(2){
        margin-top: -140px;
}

#twin-paris .carrusel{
    width: 100%;
    overflow: hidden;
    padding: 3% 3% 0% 3%;
}

@media only screen and (min-width: 768px) {
    #twin-paris .carrusel{
        padding: 10% 7%;
    }
    #twin-paris .fecha svg{
        width: 10px;
    }
    #twin-paris .fecha{
      position: absolute;
      top: -15%;
      right: 11%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      z-index: 5;
    }
    #twin-paris .fecha svg:nth-child(2){
            margin-top: 0px;
    }
}

#twin-paris .swiper-container, #twin-paris .swiper-container-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

#twin-paris .swiper-slide a p{
    color: black;
    position: absolute;
    left: 5%;
    top: 15%;
    font-size: 14px;
    line-height: 17px;
}
#twin-paris .swiper-slide a p span{
    display: block;
    font-size: 20px;
}

#twin-paris .carrusel .swiper-container .swiper-slide{
    left: 25%;
}

#twin-paris .galeria-cont{
    height: 100%;
    display: flex;
    padding: 3% 3% 15% 3%;
    flex-direction: column;
    justify-content: space-between;
}


@media only screen and (min-width: 768px) {
    #twin-paris .galeria-cont{
        padding: 7% 3%;
    }

    #twin-paris .swiper-container, #twin-paris .swiper-container-2 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: hidden;
        list-style: none;
        padding: 0;
        z-index: 1;
    }

    #twin-paris .carrusel .swiper-container .swiper-slide{
        left: initial;
    }
}

#twin-paris .galeria-cont>a{
    max-width: 200px;
    min-width: 140px;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    #twin-paris .galeria-cont>a{
        margin-top: 3%;
        margin-bottom: 3%;
    }
}

#twin-paris .galeria{
    display: flex;
    height: 60%;
}

#twin-paris .galeria .img-hover{
    position: relative;
    background: none !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#twin-paris .galeria .img-hover img{

}

#twin-paris .galeria .img-hover{
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) all .5s;
}

#twin-paris .img-hover:nth-of-type(2n){
    width: 19%;
}

#twin-paris .img-hover:nth-of-type(2n-1){
    width: 21%;
}




@media only screen and (max-width: 767px) {
    #twin-paris .img-hover:nth-of-type(1), #twin-paris .img-hover:nth-of-type(5){
        display: none;
    }

    #twin-paris .img-hover:nth-of-type(2n){
        width: 30%;
    }

    #twin-paris .img-hover:nth-of-type(2n-1){
        width: 40%;
    }
}

#twin-paris .black-block{
    background: #EB540D;
    height: 50px;
    position: relative;
    top: initial;
}

@media only screen and (min-width: 768px) {
    #twin-paris .black-block{
        top: 70px;
    }

    #twin-paris .galeria:hover .img-hover:nth-of-type(2n){
        width: 19.5%;
    }

    #twin-paris .galeria:hover .img-hover:nth-of-type(2n-1){
        width: 18.5%;
    }

    #twin-paris .galeria .img-hover:hover{
        width: 22% !important;
    }
}

[data-aos^=fade][data-aos^=fade]{
    opacity: 1 !important;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos]{
    transition-duration: 1.4s;
}

[data-aos=fade-up] {
    transform: translate3d(0,250px,0);
}

/*primer svg*/
.tset1 svg polygon:nth-of-type(1){
}

.tset1 svg polygon:nth-of-type(4){

}
.tset1 svg path{

}
.tset1 svg polygon:nth-of-type(3){

}
.tset1 svg polygon:nth-of-type(2){

}

@keyframes aparecer{
    0%{
        opacity: 0;
    }
    5%{
        opacity: 1;
    }
    100%{
        opacity: 1;
    }
}
.selectorLink{
    cursor: pointer;;
}

#twin-paris .overhome{
    position: absolute;
    top: 30%;
    left: 4%;
    z-index: 10;
    width: 49%;
}

#twin-paris .bg-orange{
    position: absolute;
    width: 100%;
    left: -7%;
    top: 40%;
    z-index: 0;
}

#twin-paris .z1{
    z-index: 1;
}

#twin-paris .swiper-slide a{
    height: 32vh;
    overflow: hidden;
    margin: 0px 3%;
}

#twin-paris .swiper-slide a img{
    position: absolute;
    width: 130%;
    left: -15%;
    top: 4%;
}

#twin-paris .swiper-slide a .border{
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;   
}

#twin-paris .swiper-slide:nth-of-type(2n-1) a .border{
    border: solid #EAC4D5 15px !important;
}
#twin-paris .swiper-slide:nth-of-type(2n) a .border{
    border: solid #F3EB4E 15px !important;
}

#twin-paris .mid-center{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#twin-paris .bg-trama{
    position: relative;
}

#twin-paris .foto-bg{
    padding-top: 15%;
    width: 92%;
    margin-left: 4%;
    margin-bottom: 10vh;
}

#twin-paris .foto-bg-2{
    padding-top: 14%;
    width: 80%;
    margin-left: 4%;
    position: absolute;
    height: 100%;
}

#twin-paris .foto-bg .print{
    position: absolute;
    width: 30%;
    z-index: 3;
    left: 35%;
    top: 3%;
}


#twin-paris .foto-bg-2 .seconda{
    height: 100%;
    overflow: hidden;
}

#twin-paris .foto-bg-2 .seconda a img{
    position: absolute;
    width: 100%;
    left: 0%;
    top: -65px;
}

#twin-paris .foto-bg-2 .nudosvuelos{
    position: absolute;
    width: 70%;
    z-index: 3;
    left: 15%;
    top: 6%;
}

#twin-paris .foto-bg-2 .border-type{
    width: 100%;
    /* border: 25px solid #EAC4D5; */
    height: 100%;
    position: absolute;
    z-index: 0;
    background: #EAC4D5;
}


#twin-paris .bg-trama a{
    padding: 10%;
}

#twin-paris .bg-trama .fondo-trama{
    position: absolute;
    width: 100%;
    height: 100%;
}

#twin-paris .image-frame{
    position: relative;
    height: 65vh;
    overflow: hidden;
}

#twin-paris .image-frame-2{
    position: relative;
    height: 95vh;
    overflow: hidden;
    margin: 0 3%;
    margin-top: 25%;
    max-height: 620px;
}

#twin-paris .vector.bikini{
    top: 10%;
    width: 30%;
    z-index: 3;
    left: 8%;
}

#twin-paris .bg-rose{
    position: absolute;
    width: 100%;
    height: 73%;
    background: #EAC4D5;
    left: 0%;
    top: -16%;
}

#twin-paris .vector.asi{
    top: 1%;
    width: 80%;
    z-index: 3;
    left: 10%;
}

#twin-paris .vector.mam{
    top: -10%;
    width: 100%;
    z-index: 3;
    left: 0;
}

#twin-paris .image-frame .border-red{
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 600px;
    z-index: 2;
    border-top: #EB540D 20px solid;
    border-left: #EB540D 50px solid;
    border-right: #EB540D 20px solid;
    border-bottom: #EB540D 20px solid;
}

#twin-paris .image-frame img{
    position: absolute;
    z-index: 1;
    top: -3%;
    left: 7%;
}

#twin-paris .image-frame-2 img{
    position: absolute;
    z-index: 1;
    top: -2%;
    left: -12%;
    width: 122%;
}

#twin-paris .img-frame{
    margin: 10% 0;
    padding: 10% 8%;;
    background: #FFF257;
}

#twin-paris .img-frame img{
    
}

#twin-paris .frame-foot{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 75vh;
}

#twin-paris .frame-foot img{
    position: absolute;
    left: -17%;
    width: 115%;
}

#twin-paris .frame-foot .border-foot{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 40px #EAC4D5 solid;
    border-left: 25px #EAC4D5 solid;
    border-right: 90px #EAC4D5 solid;
    border-bottom: 40px #EAC4D5 solid;
}

#twin-paris .vector.acces{
    top: 4%;
    right: 6%;
    width: 18%;
    z-index: 4;
}

#twin-paris .vector.alaniz{
    left: 20%;
    top: 5%;
    width: 60%;
    z-index: 4;
    right: initial;
}

#twin-paris .vector.recic{
    top: 7%;
    width: 35%;
    z-index: 4;
    right: 10%;
}

#twin-paris .fot1{
    position: absolute;
    top: 23%;
    width: 60%;
    z-index: 2;
    left: 20%;
}

#twin-paris .fot2{
    position: absolute;
    top: 42%;
    width: 30%;
    z-index: 2;
    right: 20%;
}

#twin-paris .text-fot{
    color: #ffffff;
    position: absolute;
    z-index: 3;
    width: 73%;
    top: 19%;
    right: 13%;
    font-weight: 100;
    font-size: 14px;
    font-family: 'barlowitalic';
    text-transform: none;
}

#twin-paris .text-fot p{
    margin-bottom: 5%;
    text-transform: none;
    line-height: 1.2;
    text-shadow: 1px 1px 0px #130B08;
}

#twin-paris #info .elida{
    width: 100%;
    margin-bottom: 0%;
    margin: 0 auto;
}

#twin-paris #info .oarrow{
    width: 22%;
    margin: 0 auto;
}

#twin-paris #info p{
    color: #ed540d;
    margin-left: 0%;
    font-size: 14px;
    margin-top: 0;
}

#twin-paris .carrusel-full {
    overflow: hidden;
    position: relative;
}

#twin-paris .carrusel-full .band{
    width: 100%;
    top: 42%;
    height: 35px;
    position: absolute;
    display: flex;
    z-index: 3;
    left: 100%;
    transition:  2.5s cubic-bezier(0.075, 0.82, 0.165, 1) left;
}

#twin-paris .carrusel-full .swiper-slide-active .band{
    left: 0%;
}

#twin-paris .carrusel-full .band .new{
    width: 10%;
    margin-right: 2%;
}

#twin-paris .carrusel-full .swa{
    position: absolute;
    top: 42%;
    left: 9%;
    width: 100%;
}

#twin-paris .carrusel-full .band .new:first-of-type{
    margin-right:8% ;
}

#twin-paris .swiper-container-full{
    background: #003B65;
}

#twin-paris .swiper-container-full .col-lg-6{
    display: flex;
    position: relative;
}

#twin-paris .swiper-container-full img{
    max-width: 80%;
    margin: 0 auto;
    padding: 0% 10%;
    padding-top: 5%;
}

#twin-paris .swiper-container-full img.prim{
    margin-top: 0%;
    margin-left: 10%;
}

#twin-paris .swiper-container-full .outer-img{
    position: relative;
    z-index: 5;
    width: 100%;
    left: 3%;
    top: 7%;
    margin: 10% 20%;
    overflow: hidden;
}

#twin-paris .swiper-container-full img.secun{
    position: absolute;
    max-width: 150%;
    width: 130%;
    top: -7%;
    left: -14%;
}

#twin-paris .swiper-container-full img.tert{
    padding: 0;
    z-index: 5;
}

#twin-paris .swiper-container-full img.cuatr{
    z-index: 5;
    position: absolute;
    width: 107%;
    max-width: 150%;
    top: -10%;
}

#twin-paris .swiper-container-full p{
    position: absolute;
    color: #ffffff;
    z-index: 6;
    top: 50%;
    font-family: 'bebas_neuebold';
    font-size: 20px;
    display: none;
}

#twin-paris .red-rect{
    position: absolute;
    top: 12%;
    right: -60%;
    width: 100%;
    height: 90%;
    background: #F05F53;
    z-index: 1;
}

#twin-paris .max100{
    max-height: 1000vh;
    overflow: hidden;
}

#twin-paris a.center.blue{
    background: #0056A6;
    bottom: -2%;
}

#twin-paris a.center.blue:hover{
    background: #003B65;
}

#twin-paris a.asim{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    padding-left: 11%;
    background: #F2EB4E;
    color: #003B65;
    bottom: initial;
    padding-right: 2%;
}

#twin-paris a.center.nudos-btn{
    bottom: 20%;
    z-index: 5;
    left: initial;
    right: 0;
    color: #0056A6;
}
#twin-paris .vermas{
    height: 20px;
}

#twin-paris .vermas a{
    background: #f15e54;
}

#twin-paris .vermas2{
    height: 60px;
}

#twin-paris .vermas2{
    height: 80px;
}

#twin-paris a.center.nudos-btn.elida{
    bottom: 20%;
    z-index: 5;
    left: initial;
    right: initial;
    color: #0056A6;
    margin-top: 0;
    padding: 0 30px;
}

#twin-paris a.norm.nudosa{
    background: none;
    display: block;
    overflow: hidden;
    height: 94%;
    margin: 4%;
}

#twin-paris a.center.print{
    padding: 0px 4%;
    top: initial;
    width: auto;
    font-size: 18px;
    bottom: -17px;
    left: 33%;
    background: #0056A6;
    color: #EB540D;
}

#twin-paris a.dieci{
    top: -40%;
    bottom: initial;
    right: 0%;
    left: initial;
}

#twin-paris .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}

#twin-paris .swiper-button-prev-3{
    background-image: url(../assets/img/arrroows.png);
    transform: rotate(180deg) scaleX(2);
    left: 8%;
    top: 60%;
}

#twin-paris .swiper-button-next-3{
    background-image: url(../assets/img/arrroows.png);
    transform: scaleX(2);
    right: 8%;
    top: 60%;
}

#twin-paris .mb4vh{
    margin-bottom: 4vh;
}

#twin-paris .footos{
    margin-top: -10%;
}

#twin-paris .footos img{
    width: 40%;
}

#twin-paris .footos img:nth-of-type(2n-1){
    margin-left: 7%;
    margin-right: 1%;
}
#twin-paris .footos img:nth-of-type(2n){
    margin-left: 1%;
    margin-right: 7%;
}

#twin-paris a.dieci.bikini{
    top: -165%;
    font-size: 18px;
    background: #003B65;
    color: #EAC4D5;
}

@media only screen and (max-width: 767px) {
    

    #twin-paris .relative.nudoscol{
        min-height: 85vh;
        margin-bottom: 5vh;
    }

    #twin-paris .relative.nudoscol .foto-bg-2{ 
        padding-top: 14%;
        width: 93%;
        margin-left: 0;
        position: absolute;
        height: 100%;
        max-height: 520px;
    }
    #twin-paris .relative.nudoscol .foto-bg-2 a.center.nudos-btn{
        bottom: 70%;
        z-index: 5;
        left: 0;
        right: initial;
        color: #0056A6;
        font-size: 17px;
    }
    #twin-paris .foto-bg-2 .nudosvuelos {
        position: absolute;
        width: 88%;
        z-index: 3;
        left: 6%;
        top: 3%;
    }

    #twin-paris .carrusel.nono{
        padding: 3% 0;
    }

    #twin-paris #info .elade .elida{
        width: 100%;
        margin-bottom: 0%;
        margin: 0 auto;
        margin-left: 26%;
        margin-top: 37%;
    }

    #twin-paris #info{
        position: relative;
    }

    #twin-paris #info::before{
        background: #003B65;
        content: "";
        width: 40VW;
        height: 2VH;
        position: absolute;
        top: -20%;
        left: 30%;
    }

    #twin-paris #info p{
        font-size: 13px;
        margin-bottom: 40px;
        margin-left: 10px;
        margin-top: 10px;
    }

    #twin-paris #info .oarrow{
        position: absolute;
        left: 130%;
        bottom: 0%;
    }

    #twin-paris .carrusel-full.hidden-dsk .swiper-wrapper{
        display: flex;
        align-items: center;
    }

    #twin-paris .swiper-container-full img.prim {
        margin-top: 0%;
        margin: 10% 0;
        margin-left: 18%;
        padding: 0;
        width: 66%;
        height: 54vh;
    }

    #twin-paris .swiper-container-full img.cuatr {
        z-index: 5;
        position: absolute;
        width: 94%;
        max-width: 150%;
        padding: 0;
        top: -10%;
    }

    #twin-paris .swiper-container-full .outer-img {
        position: relative;
        z-index: 5;
        width: 100%;
        left: 3%;
        top: 0;
        margin: 12% 12% 12% 22%;
        height: 54vh;
        overflow: hidden;
    }

    #twin-paris .swiper-container-full p {
        position: absolute;
        color: #ffffff;
        z-index: 6;
        top: 48%;
        font-family: 'bebas_neuebold';
        font-size: 16px;
        margin-left: 4%;
    }

    #twin-paris .swiper-button-prev-3, #twin-paris .swiper-button-next-3{
        top: 32%;
    }

    #twin-paris .carrusel-full .band {
        width: 100%;
        top: 40%;
        height: 35px;
        position: absolute;
        display: flex;
        z-index: 3;
        left: 100%;
        transition: 2.5s cubic-bezier(0.075, 0.82, 0.165, 1) left;
    }

    #twin-paris .red-rect {
        position: absolute;
        top: 5%;
        right: -145%;
        width: 230%;
        height: 90%;
        background: #F05F53;
        z-index: 1;
        animation: .5s cubic-bezier(0.075, 0.82, 0.165, 1) right .5s;
    }
    #twin-paris .swiper-slide-active .red-rect{
        right: -150%;
    }

    #twin-paris  #main .row .home-bg{
        display: block;
        width: 100%;
        overflow: hidden;
        margin-bottom: 3vh;
        position: relative;
        height: 50vh;
        max-height: 650px;
    }

    #twin-paris  #main .row .home-bg img{
        width: 100%;
        position: absolute;
        transform: scale(1.5);
        left: 0%;
        top: 15%;
    }

    #twin-paris .overhome {
        position: absolute;
        top: 28%;
        left: 46%;
        z-index: 10;
        width: 79%;
        transform: rotate(-90deg);
    }
    
    #twin-paris a.view-special{
        font-size: 20px;
        bottom: 3%;
        top: initial;
        right: 25%;
        color: #EAC4D5;
    }

    #twin-paris .bg-orange {
        position: absolute;
        width: 100%;
        left: -7%;
        top: 90%;
        z-index: 0;
    }

    #twin-paris .bg-rose::before {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        right: 0;
        bottom: 0;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 330px 540px;
        border-color: transparent transparent #ffffff transparent;
        animation-delay: 3s;
    }  

    #twin-paris .bg-rose::after {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        right: 0;
        bottom: -55%;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 330px 540px;
        border-color: transparent transparent #F2EB4E transparent;
        animation-delay: 2s;
    }

    #twin-paris .swiper-container-full img.tert {
        max-height: 70vh;
    }
}

@media only screen and (min-width: 768px) {

    #twin-paris .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    #twin-paris a.dieci {
        bottom: 19%;
        top: initial;
        right: initial;
        left: 40%;
    }

    #twin-paris .swiper-slide a {
        height: 50vh;
        overflow: hidden;
        margin: 0px 11%;
    }

    #twin-paris .carrusel {
        width: 100%;
        overflow: hidden;
        padding: 10% 5% 0% 5%;
    }

    #twin-paris .foto-bg-2 {
        padding-top: 14%;
        width: 80%;
        margin-left: 4%;
        position: absolute;
        height: 100%;
    }
    
    #twin-paris #info .elida{
        width: 50%;
        margin: 10% 50%;
        margin-bottom: 2%;
    }

    #twin-paris #info .oarrow{
        width: 5%;
        margin: 0 66%;
    }

    #twin-paris #info p{
        color: #F05F53;
        margin-left: 12%;
        margin-top: 8%;
        font-size: 1rem;
    }

    #twin-paris .image-frame-2 img {
        position: absolute;
        z-index: 1;
        top: 0%;
        left: 0%;
        width: 122%;
    }

    #twin-paris .image-frame-2 {
        position: relative;
        height: 95vh;
        overflow: hidden;
        margin: 12%;
        margin-top: 19%;
    }

    #twin-paris .bg-rose {
        position: absolute;
        width: 80%;
        height: 73%;
        background: #EAC4D5;
        left: 10%;
        top: -16%;
    }  

   
    
    #twin-paris a.asim {
        position: absolute;
        top: 50%;
        left: 11.7%;
        z-index: 5;
        padding-right: 16px ;
        padding-left: 5%;
        background: #F2EB4E;
        color: #003B65;
        bottom: initial;
    }

    #twin-paris .vector.asi{
        top: 1%;
        width: 62%;
        z-index: 3;
        left: 19%;
    }
    #twin-paris .img-frame{
        margin: 15% 12%;
        padding: 10% 5%;
        background: #FFF257;
    }

    #twin-paris .vector.mam{
        top: -9%;
        width: 79%;
        z-index: 3;
        left: 10.3%;
    }

    #twin-paris .vector.alaniz {
        left: 10%;
        top: 5%;
        width: 50%;
        z-index: 4;
        right: initial;
    }

    #twin-paris .text-fot{
        color: #ffffff;
        position: absolute;
        z-index: 3;
        width: 30%;
        top: 17%;
        right: 13%;
        font-weight: 100;
        font-size: 1.6rem;
        font-family: 'barlowitalic';
    }

    #twin-paris .fot1{
        position: absolute;
        top: 17%;
        width: 50%;
        z-index: 2;
        left: 10%;
    }

    #twin-paris .max100{
        max-height: 110vh;
        overflow: hidden;
    }

    #twin-paris .frame-foot .border-foot {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-top: 40px #EAC4D5 solid;
        border-left: 25px #EAC4D5 solid;
        border-right: 160px #EAC4D5 solid;
        border-bottom: 40px #EAC4D5 solid;
    }

    #twin-paris .frame-foot img{
        position: absolute;
        left: -17%;
        width: 100%;
    }

    #twin-paris .frame-foot{
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 110vh;
        max-height: 650px;
    }

    #twin-paris a.shoes {
        position: absolute;
        bottom: 27%;
        right: 2.2%;
        padding: .5% 2%;
        padding-right: 8%;
        bottom: 46%;
        background: #FFF257;
        color: #003B65;
        font-size: 2em;
        line-height: 25px;
    }

    #twin-paris .foto-bg{
        padding-top: 15%;
        width: 80%;
        margin-left: 4%;
        margin-bottom: 0;
    }
    #twin-paris a.center.print{
        padding: 0 4%;
        top: initial;
        width: auto;
        bottom: 0;
        font-size: 2em;
        left: 35%;
        background: #0056A6;
        color: #EB540D;
    }

    #twin-paris .foto-bg .print{
        position: absolute;
        width: 30%;
        z-index: 3;
        left: 30%;
        top: 4%;
    }
    
    #twin-paris .image-frame{
        position: relative;
        height: 95vh;
        overflow: hidden;
        max-height: 620px;
    }

    #twin-paris .vector.bikini{
        top: 10%;
        width: 25%;
        z-index: 3;
        left: 8%;
    }

    #twin-paris .swiper-container-full img.prim {
        margin-top: 10%;
        margin-left: 0%;
    }
}


@media only screen and (min-width: 1280px) {
    #twin-paris .vector.acces{
        right: 0%;
    }

    #twin-paris a.asim{
        left: 12.2%;
        padding-left: 3%;
        top: 54%;
    }

    #twin-paris .vector.bikini{
        left: 7%;
    }

    #twin-paris .image-frame .border-red {
        border-top: #EB540D 35px solid;
        border-left: #EB540D 92px solid;
        border-right: #EB540D 35px solid;
        border-bottom: #EB540D 35px solid;
    }

    #twin-paris .swiper-slide a img {
        top: 7%;
        width: 140%;
        left: 0%;
    }

    #twin-paris .foto-bg-2 .border-type {
        border: 2em solid #EAC4D5;
    }

    #twin-paris .foto-bg-2 .nudosvuelos {
        width: 92%;
        left: 4%;
        top: 3%;
    }

    #twin-paris .swiper-slide:nth-of-type(2n-1) a .border{
        border: solid #EAC4D5 1.4em !important;
    }
    #twin-paris .swiper-slide:nth-of-type(2n) a .border {
        border: solid #F3EB4E 1.4em !important;
    }

    #twin-paris .swiper-slide a {
        height: 60vh;
        margin: 0px 3%;
        max-height: 370px;
    }

    .swiper-button-next, .swiper-button-prev{
        width: 40px;
        height: 62px;
    }

    #twin-paris a.dieci {
        bottom: 7%;
    }
}


























#twin-paris .hidden-sm{
    display: none;
}

#twin-paris .hidden-dsk{
    display: block;
}


@media only screen and (min-width: 768px) {
    #twin-paris .hidden-sm{
        display: block;
    }

    #twin-paris .hidden-dsk{
        display: none;
    }

    
}

@media only screen and (min-width: 992px) {
    
}


@media only screen and (min-width: 768px) and (max-width: 991px){
    #twin-paris .swiper-slide a {
        height: 34vh;
    }
    #twin-paris .show-mid{
        display: block; 
    }
    #twin-paris .hidden-mid{
        display: none; 
    }

    #twin-paris .red-rect {
        position: absolute;
        top: 5%;
        right: -145%;
        width: 230%;
        height: 90%;
        background: #F05F53;
        z-index: 1;
        animation: .5s cubic-bezier(0.075, 0.82, 0.165, 1) right .5s;
    }

    #twin-paris .swiper-container-full .outer-img {
        position: relative;
        z-index: 5;
        width: 100%;
        left: 3%;
        top: 0;
        margin: 12% 12% 12% 22%;
        height: 100vh;
        overflow: hidden;
    }

    #twin-paris .swiper-container-full p {
        position: absolute;
        color: #ffffff;
        z-index: 6;
        top: 48%;
        font-family: 'bebas_neuebold';
        font-size: 16px;
        margin-left: 4%;
    }

    #twin-paris .image-frame {
        position: relative;
        height: 60vh;
        overflow: hidden;
    }

}
        #twin-paris .max650 {
            max-height: 650px;
        }