/*tres pandas team*/
/*linea grafica*/

@font-face {
    font-family: 'avenir';
    src: url('../fonts/fjallaone-regular-webfont.woff2') format('woff2'),
         url('../fonts/fjallaone-regular-webfont.otf') format('otf'),
         url('../fonts/fjallaone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html, body {
    height: 100%;
}
body {
    overflow-x: hidden;
}
h1, h2, h3 {
    margin: 0px;
    color: #442b5c;
    font-size: 16px;
    line-height: 16px;
}
p {
  margin: 0px;
    color: black;  
}
.content_extra {
    padding: 10px;
    background: white;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.48);
}
.titular_extra {
    text-align: center;
    margin: 10px 0px;
}
h1 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #6c77d3 !important;
}
.bajada_h1 {
    font-size: 18px;
    line-height: 18px;
}
h2 {
    font-size: 38px;
    line-height: 40px;
    color: #442b5c;
}
h2 b {
    font-size: 45px;
    line-height: 48px;
}

.bajada_h2 {
    font-size: 18px;
    line-height: 18px;
}
h3 {
    font-size: 25px;
    line-height: 25px; 
    color: #6c77d3;   
}
p {
    font-size: 17px;
    line-height: 20px;
    font-family: "Roboto", sans-serif;
}
.destino, .home {
    z-index: 4 !important;
}
input, button, a {
    font-size: 18px;
    line-height: 18px;
}
input {
    border-bottom: solid 3px #1b1d2b !important;
    box-shadow: none !important;
    width: calc(100% - 5px) !important;
    padding-left: 5px !important;
}
input:focus + label {
    color: #1b1d2b !important;
}
.input-field label {
    left: 5px;
    top: 13px;
    font-weight: 700;
    color: #1b1d2b;
    font-size: 16px;
    z-index: -1;
}
.logoAbs {
    position: absolute;
    margin: 5px 20px;
    left: 0;
    z-index: 2;
    max-width: 130px;
    transition: 0.5s;
    background: white;
    padding: 10px;
}
.input-field label.active {
    left: 0;
    top: 9px;
}
.btn {
    background: transparent !important;
    width: 100%;
    height: auto !important;
    position: relative;
    color: white;
    font-weight: 700;
    text-transform: inherit;
    padding: 0px;
    /* padding-top: 10px; */
    box-shadow: none !important;
    /* overflow: hidden; */
}
.btn:before {
    content: '';
    background: url(../images/boton-call-to-action-01.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    left: 0;
    z-index: -1;
    top: 0;
}
.btn {
    z-index: 2;
    padding-bottom: 10px;
    padding-top: 10px;
}
#volar {
    padding-top: 30px;
}

.infoText {
    position: relative;
    float: left;
    left: 10px;
}
body:before {
    content: '';
    background: white;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.icon-avion-boton-01:after {
    position: absolute;
    color: white;
    margin-left: -40px;
    transition: 0.5s;
    transform: translateY(120%)translateX(-50%);
    -webkit-transform: translateY(120%)translateX(-50%);
    -moz-transform: translateY(120%)translateX(-50%);
    -ms-transform: translateY(120%)translateX(-50%);
}


header a img {
    max-width: 300px;
}
header a {
    position: relative;
    top: 15px;
}
header span p {
    color: white;
    font-size: 25px;
    /* font-weight: 700; */
}
header span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}
/*style*/
header {
    background: #ffffff;
    position: relative;
    height: 90px;
    text-align: center;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}
.wpcf7-display-none {
    display: none !important;
}
#inic {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.36);
    padding-bottom: 50px;
    margin-bottom: 40px;
    margin-top: 50px;
}
.titular h1:before {
    content: '';
    width: 25px;
    position: absolute;
    height: 23px;
    background: url(Bullet.png);
    left: 0;
    background-size: cover;
    top: 10px;
}
.titular h1 {
    padding-left: 30px;
    position: relative;
    display: inline-block;
    color: #6c77d3;
    text-align: left;
}
#coneccon ul {
    overflow: hidden;
    margin-top: 0px;
}
#coneccon ul li {
    float: left;
    width: 50%;
    margin-top: 10px;
    padding-left: 70px;
    position: relative;
}
#coneccon ul li img {
    max-width: 60px;
    display: inline-block;
    position: absolute;
    left: 0;
}
#coneccon ul li span {
    font-size: 20px;
    display: block;
    line-height: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    /* margin-bottom: 10px; */
    /* margin-top: 10px; */
}
/*
.torresOwl li:before {
    content: "\f00e";
    position: absolute;
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    font-size: 60px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 4;
    color: #553a6f;
    left: 50% !important;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    opacity: 0;
    transition: 0.5s;
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
}*/
.fueraSec header {
    position: fixed;
    width: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.45);
    background: white;
}
.fixed header a img {
    max-width: 250px;
    position: relative;
    top: 10px;
}
.torresOwl li:hover:before {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
}
.torresOwl li {
    cursor: pointer;
}
.contentMapaPlano {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
    -ms-transform: translateX(-50%)translateY(-50%);
}
.contentMapaPlano img {
    box-shadow: 0px 3px 6px black;
}
.closeContent {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #442b5c;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.mapaPlano, .mapaPlano2 {
    transition: 1s;
}
.expandir {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    opacity: 0;
}
.buhoNext {
    float: right;
}
.buhoPrev {
    float: left;
}
.buhoM img {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0);
}
.buhoM {
    position: absolute;
    height: 1px;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    width: calc(100% + 120px);
    -webkit-transform: translateY(-50%);
    width: -webkit-calc(100% + 120px);
    -moz-transform: translateY(-50%);
    width: -moz-calc(100% + 120px);
    -ms-transform: translateY(-50%);
    width: -ms-calc(100% + 120px);
}
.contentMapaPlano:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 13px 0 0;
    border-color: #2f1d40 transparent transparent transparent;
    position: absolute;
    left: -13px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    top: 43px;
}


.contentMapaPlano:after {
    content: attr(data-after);
    color: white;
    font-size: 35px;
    position: absolute;
    top: -20px;
    font-weight: 700;
    font-family: 'avenir';
    background: #442b5c;
    padding: 5px;
    padding-left: 45px;
    padding-right: 15px;
    left: -13px;
}
.buhoM {
    cursor: pointer;
    /*display: none;*/

}
.buhoM img {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0);
}
.contentMapaPlano img {
    max-width: 100%;
    margin-bottom: -6px;
}
.closeContent {
    z-index: 3;
}
.texto_content_sel {
    position: absolute;
    width: 40%;
    top: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.59);
    color: white;
    padding: 10px;
    z-index: 0;
    font-size: 18px;
}
.closeContent i {
    font-size: 25px;
    position: absolute;
    top: 1px;
    left: 6px;
    color: white;
    /* font-weight: 700; */
}
.closeContent:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 0 0;
    border-color: #1d1227 transparent transparent transparent;
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
}

.mapaPlano, .mapaPlano2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 250000;
    background: rgba(0, 0, 0, 0.41);
}
.titular {
    position: relative;
    /* padding-bottom: 20px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* -webkit-transform: translateX(-50%); */   
    text-align: center;
    /* max-width: 450px; */
}
.titular .bajada_h1 {
    color: #646B8F;
    font-weight: 700;
    font-style: italic;
}
.mycontainer {
        position: relative;
    width: 80%;
    left: 10%;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
}
.interiorInic .mycontainer {
    margin-bottom: 20px;
    margin-top: 20px;
}

.contentForm:after {
    content: '';
    display: table;
    clear: both;
}
.contentForm .input-field {
    padding-left: 40px;
    padding-right: 40px;
    /* padding-bottom: 10px; */
    /* padding-top: 10px; */
}
#gridStack {
    position: relative;
}
.contentData {
    position: relative;
    height: 96%;
    background-size: cover !important;
    width: 98%;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.58);
}
.grid-stack-item-content {
    position: relative;
    height: 100%;
}
.posAbs h3 {
    color: white;
    font-size: 20px;
    line-height: 20px;
    white-space: nowrap;
}
.posAbs {
    position: absolute;
    bottom: 8px;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    text-align: center;
    color: white;
}
.formSave {
    position: relative;
}
.download a {
    color: black;
    font-weight: 700;
}
.download {
    text-align: center;
    margin-top: 10px;
}
.formSave:before {
    content: '';
    position: absolute;
    width: calc(100% - 31px);
    height: 30px;
    background: #ffffff;
    left: 13px;
    bottom: 10px;
}
.contentData:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.68);
    bottom: 0;
    left: 0;
}
.txtTrop b {
    display: block;
    margin-bottom: -5px;
}
.subtitular h2 {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative;
}
.subtitular {
    text-align: center;
    margin-bottom: 10px;
}
.opacity_cero {
    opacity: 0;
}
.contentForm .btn {
    margin-bottom: 20px;
    max-width: 80%;
    padding-bottom: 15px;
    padding-top: 20px;
    left: 10%;
    -moz-transform: translateX(-50%);
    display: block;
}
.btn {
    transition: 0.5s;
    /* box-shadow: 0px 3px 3px hsla(0, 0%, 0%, 0.49); */
}
.btn:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
}
.btn:hover:before {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}
.btn:before {
    transition: 0.5s;
}
.formSave {
       padding: 10px;
    background: url(../images/soporte-form.png);
    /* box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.38); */
    padding-bottom: 30px;
    background-size: 100% 100%;
    padding-top: 20px;
}
.contentForm {
    position: relative;
}
#encontraras {
    padding-top: 40px;
}
.titleBox h3:before {
    content: '';
    background: url(../images/bullet.png);
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
        background-size: cover;
}
.txtTrop {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
    color: #442b5c;
    font-size: 16px;
}
.itemRowTrop {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.icoTrop {
    display: table-cell;
}
.imgBox img {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.61);
}
.titleBox h3 {
    position: relative;
    padding-left: 30px;
    margin-bottom: 30px;
    font-weight: 700;
}
#encontraras .row {
    margin-bottom: 70px;
}
.torre1:before {
    content: '';
    background: url('../images/torre-a-icono.jpg');
}
.torre2:before {
    content: '';
    background: url('../images/torre-b-icono.jpg');
}

.torresData li {
    padding: 5px;
    font-size: 20px;
    display: inline-block;
    position: relative;
    padding-left: 35px;
    font-weight: 700;
    color: #442b5c;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-right: 15px;
}
.torresData li:before {
    width: 20px;
    height: 30px;
    position: absolute;
    left: 5px;
    background-size: cover;
}

.contentH3 {
    text-align: center;
}
.streTitle h3 {
    font-weight: 700;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
}

section#volar {
    padding-bottom: 50px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.36);
    margin-bottom: 30px;
}
.tituloH3 h3 {
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.tituloH3 h3:before {
    content: '';
    position: absolute;
    width: 80%;
    left: 0;
    max-width: 250px;
    background: #646B8F;
    background: linear-gradient(to right, #646B8F 0%,#474B6E 50%,#3A4070 51%,#1b1d2b 100%);
    background: -webkit-linear-gradient(to right, #646B8F 0%,#474B6E 50%,#3A4070 51%,#1b1d2b 100%);
    background: -moz-linear-gradient(to right, #646B8F 0%,#474B6E 50%,#3A4070 51%,#1b1d2b 100%);
    height: 5px;
    bottom: 3px;
}
.descripH3 {
    font-size: 18px;
    line-height: 20px;
    padding: 10px;
    padding-top: 0px;
    color: #1E2133;
}
#ventajas .row .m6 {
    display: table-cell;
    float: none;
    width: 50%;
    vertical-align: middle;
}
#ventajas .texto{
    display: none !important;
}
#ventajas .row {
    display: table;
    width: 100%;
}
.contentH3_c {
    font-size: 18px;
    line-height: 20px;
    color: #1F2234;
}
#ventajas {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.36);
}
.texto {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    padding: 20px;
    background: rgba(0, 0, 0, 0.63);
}
.texto p {
    font-size: 18px;
    color: white;
}
.texto h3 {
    font-size: 40px;
    line-height: 40px;
    color: white;
    font-weight: 700;
}
#ventajas .owl-next {
    position: relative;
    right: 70px;
}
#ventajas .owl-prev {
    position: relative;
    left: 70px;
}
.banner_one {
    height: auto !important;
    background-size: cover !important;
    position: relative;
}
.banner_one img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
#calltoaction {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.36);
    padding-bottom: 40px;
    padding-top: 40px;
    margin-bottom: 40px;
    background: url(../images/fondo-call-to-action.jpg);
    background-size: cover;
}
.contentImgMid {
    padding: 20px;
    background: url(../images/soporte-call-to-action.png);
    /* box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.48); */
    background-size: 100% 100%;
}
.contentImgMid {
    padding-bottom: 70px;
    padding-top: 70px;
    position: relative;
}
.contentImgMid:before {
    content: '';
    position: absolute;
    width: 100%;
    background: url(../images/franja-titulo-3.png);
}
.contentImgMid .subtitular {
    margin-bottom: 10px;
}
.btnMid {
    text-align: center;
}
.btn {
    max-width: 450px;
    padding-left: 15px;
    padding-right: 15px;
}
span.wpcf7-not-valid-tip {
    text-align: left;
}
.textRight {
    text-align: right;
    padding-top: 13px;
}
.manya-copy a {
    color: #6d4288;
    font-weight: 700;
}
.manya-copy .logo img {
    max-width: 30px;
    position: relative;
    top: 8px;
}
#mapa {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.36);
    padding-bottom: 40px;
    margin-bottom: 20px;
}
#mapaG a {
    font-size: 16px;
    color: #553a6f;
    font-weight: 700;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
}
.planosCont .row {
    margin: 0px;
}
.owl-next {
    float: right;
}
.owl-prev {
    float: left;
}

.owl-nav {
    position: absolute;
    top: 45%;
    width: 104%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: -2%;
    height: 1px;
}
#mapaG h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 0px !important;
}
#mapaG p, #mapaG a {
    font-size: 16px !important;
}
#mapaG {
    height: 550px;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.37);
}
.preload {
    position: fixed;
    top: 0;
    z-index: 1500;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    left: 0;
}
.contentPreload {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
}
.contentVideo {
    width: 100%;
    height: calc(100% - 70px);
}
.contentVideo iframe {
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.47);
}
.controlerVideo {
    position: absolute;
    top: 0;
    z-index: 15000;
    /* background: red; */
}
.contentVideo video {
    width: 100%;
    height: 100%;
}
.contentVideo video {
    width: 100%;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.42);
    background: black;
    position: relative;
    top: 20px;
    height: calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
}
.controlerVideo {
    position: absolute;
    top: 20px;
    z-index: 15000;
    width: 100%;
    height: calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    background: url(../images/video.jpg);
    border: solid 10px #83c9e4;
    background-size: cover;
}
.contentVideo {
    position: relative;
}
#play-btn_inic img {
    width: 200px;
}
div#play-btn_inic {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    transform: translateX(-50%)translateY(-50%);
    -webkit-transform: translateX(-50%)translateY(-50%);
    -moz-transform: translateX(-50%)translateY(-50%);
}
.controlerVideo {
    transition: 0.5s;
    transform-origin: bottom;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
}
.controlerVideo.desaparecer {
    transform: scale(1,0);
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
}
.contentData {
    overflow: hidden;
    cursor: pointer;
}
.grid-stack-item:nth-child(even) .contentData:hover:before {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    opacity: 0;
}
.contentData:hover:before {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    opacity: 0;
}
.contentData:before {
    transition: 0.5s;
}
.contentData:hover .posAbs {
    transform: scale(1.5)translateX(-50%)translateY(-50%);
    -webkit-transform: scale(1.5)translateX(-50%)translateY(-50%);
    -moz-transform: scale(1.5)translateX(-50%)translateY(-50%);
    -ms-transform: scale(1.5)translateX(-50%)translateY(-50%);
    /* transform-origin: 0px 0px; */
    opacity: 0;
}
.posAbs {
    transition: 0.8s;
    transform-origin: 0px 0px;
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
}
.controladoresFinales:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 13px 0 0;
    border-color: #37244a transparent transparent transparent;
    position: absolute;
    bottom: 0px;
    right: -11px;
}
.controladoresFinales:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 21px 0;
    border-color: transparent #37244a transparent transparent;
    content: '';
    position: absolute;
    left: -11px;
    bottom: 0px;
}
.controladoresFinales .video-repro {
    display: inline-block;
    font-size: 25px;
    padding: 5px;
    color: white;
}


.controladoresFinales {
    background: #553a6f;
    padding-left: 20px;
    padding-right: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    bottom: 0px;
    opacity: 0;
    transition: 0.5s;
}
.controladoresFinales.aparecer {
    opacity: 1;
}
.video-repro {
    cursor: pointer;
}
.btn:focus {
    background: transparent !important;
}
.wpcf7-not-valid-tip {
     position: absolute;
    width: 100%;
    display: block;
    min-width: 180px;
    font-weight: 700;
    color: #C4040B;
    margin-top: -15px;
}
.wpcf7-not-valid {
    background: rgba(255, 0, 0, 0.23) !important;
}
.text_len .centBtn {
    margin-top: 20px;
}
.text_len {
    background: white;
    padding: 20px !important;
    position: relative;
    top: 20px;
    text-align: center;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.42);
}
.efect a {
    position: relative;
    display: inline-block;
    overflow: initial;
}
#gracias {
    min-height: 550px;
}
.opaco {
    opacity: 0.4;
}
.btnSelect {
    margin-top: 20px;
    /* background: #e05e65 !important; */
}
.btnSelect span:after {
    background: #fb3943;
    left: 0;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
}
.btnSelect {
    color: white;
    transition: 0.5s;
}
.desd {
    opacity: 0.4;
    pointer-events: none;
}
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?2wip10');
    src:    url('../fonts/icomoon.eot?2wip10#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?2wip10') format('truetype'),
        url('../fonts/icomoon.woff?2wip10') format('woff'),
        url('../fonts/icomoon.svg?2wip10#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-avion-boton-01:before {
    content: "\e900";
    color: #B20612;
}
.icon-avion-boton-01:after {
    content: "\e900";
}

article .titular {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    left: 0;
    display: block;
    max-width: 100%;
    text-align: left;
    padding: 10px;
    border-bottom: solid 3px #646b8f;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 10px;
    margin-right: 10px;
}
article .input-field {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 20px !important;
}
.page-template-cotizador .formSave {
    margin-top: 0px;
}
.wpcf7-form-control-wrap {
    display: block;
    z-index: 2;
    margin-bottom: -10px;
}
label.active.full {
    width: 100%;
}

.mdi-navigation-arrow-drop-down:before {
    content: '' !important;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #1b1d2b transparent transparent transparent;
    position: absolute;
    left: -15px;
    top: 20px;
}
.colCheck:after {
    content: '';
    position: absolute;
    border-bottom: solid 3px white;
    border-right: solid 3px white;
    width: 5px;
    height: 10px;
    transform: rotate(40deg)scale(1.2);
    -webkit-transform: rotate(40deg)scale(1.2);
    -moz-transform: rotate(40deg)scale(1.2);
    -ms-transform: rotate(40deg)scale(1.2);
    top: 4px;
    left: 6px;
    opacity: 0;
}
.colCheck:before {
    content: '';
    position: absolute;
    width: 16px;
    left: 0;
    display: inline-block;
    height: 15px;
    border: solid 1px #b20612;
    top: 3px;
}
.colCheck {
    position: absolute;
    bottom: 15px;
    font-weight: 700;
    color: #b20612;
    padding-left: 20px;
    cursor: pointer;
}
.colCheck.activate:after {
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    opacity: 1;
}
.colCheck:after {
    transition: 0.5s;
}
.colCheck.activate:before {
    background: #b20612;
}
.checkRadio .wpcf7-list-item {
    margin: 0px;
}
.page-template-cotizador article .titular h2 {
    color: white;
}
.page-template-cotizador article .titular {
    background: #646b8f;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    /* margin-left: -5px; */
    /* margin-right: -28px; */
}
.page-template-cotizador .mycontainer {
    width: 90%;
    left: 5%;
}
.page-template-cotizador article {
    margin: 20px;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding: 10px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.45);
}
.bloqued {
    pointer-events: none;
    background: rgba(210, 210, 210, 0.55) !important;
}
.bloquedInic {
    pointer-events: none;
    background: rgba(210, 210, 210, 0.55) !important;
}
.picker__weekday-display {
    color: #646b8f;
    background: #646b8f;
}
.picker__day.picker__day--today {
    color: black;
    font-weight: 700;
}
.picker__date-display {
    background: #70779e;
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
    background: #646b8f;
}

.picker__close, .picker__today {
    color: #646b8f;
    font-weight: 700;
}


.checkRadio label:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    border: solid 3px #b20612;
    top: 3px;
}
.checkRadio label {
    position: relative !important;
    padding-left: 20px;
    left: inherit;
    top: inherit;
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    cursor: pointer;
    z-index: 15;
}
div#checkProp:after {
        width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 8px 8px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -6px;
    z-index: 5;
    left: 23px;
    content: '';
}
div#checkProp:before {
       content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent rgba(223, 223, 223, 0.66) transparent;
    position: absolute;
    top: -8px;
    z-index: 0;
}
div#checkProp {
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.47);
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    width: calc(100% - 20px);
    margin-top: 20px;
}
.checkRadio label.initB:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.charge .preload {
    pointer-events: none;
    transform: scale(2);
    opacity: 0;
}
.preload {
    transition: 1s;
}
.checkRadio label:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    top: 6px;
    left: 4px;
    background: #f6f6f6;
    border-radius: 50%;
    transition: 0.5s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
}

/*user Select*/
::selection {
background: #1F1F1F;
color: #fff
}
::-moz-selection {
background: #1F1F1F;
color: #fff
}
/*Chrome Scroll*/
::-webkit-scrollbar {
    width: 13px;

} 
/* Track */
::-webkit-scrollbar-track {   
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    background: rgba(216, 0, 108, 0.04);
} 
/* Handle */
::-webkit-scrollbar-thumb {
  cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #442b5c;

}
.imagenMid {
    text-align: center;
}
.contentImgMid {
    /* max-width: 550px; */
    display: inline-block;
    /* padding-left: 50px; */
    /* padding-right: 50px; */
    min-width: 650px;
}
.grid-stack-item {
    position: absolute;
    width: 33.333%;
    float: left;
    /* vertical-align: top; */
}
#gridStack {
    position: relative;
}
.floatRight {
    float: right !important;
}

.torresData li {
    border: solid 3px transparent;
}
.imagenTorres img {
    width: 100%;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.51);
    border-radius: 3px;
}
.imagenTorres {
    margin: 10px;
}
.titlePlanos {
    color: #442b5c;
    font-size: 22px;
    font-weight: 700;
}
.btn.preloader {
    pointer-events: none !important;
    opacity: 0.5;
}
.torresOwl {
    margin: 20px;
    margin-bottom: 0px;
}
.torresContent {
    padding-bottom: 10px;
    padding-top: 20px;
    background: #dadada;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.47);
}
.torresData li img {
    max-width: 485px !important;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.marLeft {
    position: relative;
    width: 80%;
    left: 5%;
}
.torresData {
    width: calc(100% - 30px);
    position: relative;
    left: 15px;
}
.torresOwl li {
    padding: 10px;
    text-align: center;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0px;
}
.titlePlanos {
    color: #442b5c;
    font-size: 22px;
    font-weight: 700;
    padding-top: 5px;
    line-height: 22px;
}
.activ {
    background: #dadada;
    border: solid 3px #442b5c;
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width: 700px) {
    .preload {
        display: none;
    }
    .titlePlanos {
        font-size: 18px;
    }
    .torresData li {
        font-size: 16px;
        width: 100%;
        padding-bottom: 10px;
        border-radius: 5px;
        margin-bottom: 5px !important;
    }
    .marLeft {
        left: 0;
        width: 100%;
    }
    .grid-stack-item {
        position: relative;
        width: 100%;
        left: 0 !important;
        top: 0 !important;
        height: 200px !important;
        float: none !important;
    }
    #gridStack {
        position: relative;
        height: auto !important;
    }
    .controladoresFinales{
        bottom: -35px;    
    }
}

span.iconito img {
    box-shadow: none;
    max-width: 32px;
    position: absolute;
    top: -5px;
    z-index: 5;
    left: -5px;
}
.itemT:hover, .itemT.active {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.54);
    background: #dadada;
}
.itemT {
    padding-left: 5px;
    padding-top: 5px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0);
    border-radius: 5px;
    cursor: pointer;
    transition: 0.5s;
}
/*animation change*/
.opacion_animation{
  animation: opaco linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: opaco linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: opaco linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: opaco linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: opaco linear 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}
.imgFull img {
    width: 100%;
}
.video_sel{
    width: 670px;
    height: 380px;
    display: none;
}

@keyframes opaco{
  0% {
    opacity:1;
    transform:  translate(0px,0px)  ;
  }
  47% {
    opacity:0.25;
    transform:  translate(0px,3px)  ;
  }
  100% {
    opacity:0;
    transform:  translate(0px,3px)  ;
  }
}

@-moz-keyframes opaco{
  0% {
    opacity:1;
    -moz-transform:  translate(0px,0px)  ;
  }
  47% {
    opacity:0.25;
    -moz-transform:  translate(0px,3px)  ;
  }
  100% {
    opacity:0;
    -moz-transform:  translate(0px,3px)  ;
  }
}

@-webkit-keyframes opaco {
  0% {
    opacity:1;
    -webkit-transform:  translate(0px,0px)  ;
  }
  47% {
    opacity:0.25;
    -webkit-transform:  translate(0px,3px)  ;
  }
  100% {
    opacity:0;
    -webkit-transform:  translate(0px,3px)  ;
  }
}

@-o-keyframes opaco {
  0% {
    opacity:1;
    -o-transform:  translate(0px,0px)  ;
  }
  47% {
    opacity:0.25;
    -o-transform:  translate(0px,3px)  ;
  }
  100% {
    opacity:0;
    -o-transform:  translate(0px,3px)  ;
  }
}

@-ms-keyframes opaco {
  0% {
    opacity:1;
    -ms-transform:  translate(0px,0px)  ;
  }
  47% {
    opacity:0.25;
    -ms-transform:  translate(0px,3px)  ;
  }
  100% {
    opacity:0;
    -ms-transform:  translate(0px,3px)  ;
  }
}


.lineTop p:hover {
    background: #5f3f71;
}
.lineTop p em {
    border-bottom: solid 2px white;
    padding-bottom: 5px;
}
.lineTop p strong {
    font-weight: 700;
}
.lineTop p {
    font-family: 'avenir';
    font-style: italic;
    color: white;
    font-size: 35px;
    padding: 10px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.34);
    background: #8759a0;
    z-index: 35;
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
    transition: 0.5s;
    cursor: pointer;
}
.lineBottom {
    display: none;
}
.torresTop ul {
    margin-bottom: 0px;
}
.torresTop li {
    display: inline-block;
    margin-bottom: 0px;
}

.lineBottom p {
    font-family: 'avenir';
    font-style: italic;
    color: white;
    font-size: 25px;
}
.imagenPromo img {
    max-width: 100px;
    /* right: 0; */
}
.imagenPromo {
    position: absolute;
    top: -7px;
    right: 0;
}
.contentLine {
    display: inline-block;
    position: relative;
    padding-right: 120px;
}
.lineBottom {
    display: none;
    background: #8759a0;
    padding: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    height: 56px;
}
span.close {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('icono-cerrar.png');
}
.lineBottom {
    position: relative;
}
span.close {
    position: absolute;
    width: 35px;
    height: 35px;
    background-size: cover !important;
    background: url(icono-cerrar.png);
    right: 20px;
    top: 13px;
    cursor: pointer;
}
.legalidades {
    position: relative;
    margin-top: 40px;
    font-size: 13px;
    left: 5%;
    width: 90%;
    text-align: center;
}
.franja img.logoAbs {
    top: 56px;
}
.fixed .navi {
    position: fixed;
    top: 0;
    z-index: 150;
    width: 100%;
}
.legalidades {
    left: 10%;
    width: 80%;
}
.content_id {
    color: white;
    font-size: 16px;
}
.entiendelo {
    text-align: left;
}
.legalidades p, .legalidades a {
    font-size: 13px;
}
.legalidades {
    text-align: left;
    font-size: 13px;
}
@media (max-width: 1460px){
    .banner_one {
        height: 510px;
    }
}
@media (max-width: 1360px){
    .banner_one {
        height: 420px;
    }
}
@media (max-width: 600px) {
    .legalidades {
        left: 5%;
        width: 90%;
    }
    .floatRight {
        float: none !important;;
    }
    img.logoAbs {
        top: 10px;
        max-width: 150px;
    }
    .franja img.logoAbs {
        top: 56px;
    }
    header a img {
        max-width: 250px;
        /* float: right; */
        position: relative;
    }
    .imagenTorres {
        display: none;
    }
    .texto_content_sel {
        position: relative;
        width: 100%;
    }

}

.arbolito {
    background: url(arbol-y-regalos.png);
    width: 255px;
    height: 248px;
    position: fixed;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.solo_home {
    display: none;
}
.page-template-home-tpl .solo_home p {
    line-height: 50px;
    color: white;
}
.page-template-home-tpl .solo_home {
    display: block !important;
    position: absolute;
    right: 15px;
    top: 18px;
    height: 50px;
    background: #8e75ad;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.48);
    text-transform: capitalize;
    transition: 0.5s;
    z-index: 2;
}
.page-template-home-tpl .solo_home:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: #442b5c;
    right: 0;
    transition: 0.5s;
    z-index: -1;
}

@media (max-width: 600px) {
  .imagenPromo {
    display: none;
  }
  .arbolito {
        width: 150px;
        height: 150px;
        background-size: cover;
        z-index: 1500;
  }
  .wpcf7-form-control-wrap {
    margin-bottom: 0px;
  }
  .wpcf7-not-valid-tip {
    font-size: 13px !important;
  }
  .logoCentro:after,.logoCentro:before{
    display: none;
  }

}

