html {
    font-size: 16px;
}
body {
    margin: 0;
    padding: 0;
    font-family: BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    background-color: #0B3F90;
}

.iconos {
    display: flex;
}

.icon_img {
    width: 33%;
    padding: 8px;
}

.icon_img.img2 {
    padding-top: 26px;
}

.icon_img.img3 img {
    width: 40%;
}

.col-50.derecha {
    padding-right: 20px;
    padding-left: 30px;
}
.icon_img img {
    display: block;
    width: 50%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 13px;
}

.icon_img div {
    display: block;
    width: 100%;
    font-size: 0.8rem;
}
header {
    width: 100%;
    align-items: center;
    background-color: #0B3F90;
    padding: 10px 0px;
    height: 60px;
    position: relative;
}

header.header-sticky {
    position: fixed;
    z-index: 100;
    top:0;
}
.promos-content.header-sticky {
    margin-top: 80px;
}
.section-1.header-sticky {
    margin-top: 105px;
}
.logo-container {
    float: left;
    width: 35%;
}

.header_icon {
    width: 30px;
    float: right;
    margin-right: 10px;
    margin-top: 6px;
}

button.btn.btn_2 {
    border: 1px solid white;
    padding: 10px 18px;
    background-color: #0B3F90;
}

button.btn.btn_1 {
    background-color: #3181FF;
    padding: 10px 18px;
    border: 1px solid #3181FF;
}


.logo {
    width: 100%;
    height: auto;
    max-width: 170px;
    padding-top: 15px;
    padding-bottom: 7px;

}
.btn-container {
    float: right;
    width: 65%;
    text-align: right;
    padding-top: 8px;
}
.btn {
    color: white;
    padding: 5px 10px;
    margin-left: 10px;
    border: none;
    cursor: pointer;
    float: right;
}
.section-1 {
    background-size: cover;
    background-position: center;
    min-height: 452px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1090px;
    margin: 0 auto;
    margin-top: 25px;
    border-bottom: 1px solid white;
}
.section-2 {
    display: flex;
    padding: 20px;
    max-width: 1090px;
    margin: 0 auto;
}
.col-60 {
    flex: 60%;
    padding: 20px;
    color: white;
}

.col-60 div {
    float: left;
}

.col-60 h2 {
    width: 70%;
    font-size: 2.3rem;
}

.text-cta {
    overflow: hidden;
    color: white;
    margin-bottom: 20px;
    height: 150px;
}
.col-40 {
    flex: 40%;
}

.col-50 {
    flex: 50%;
}
footer {
    background-color: #0B3F90;
    color: white;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid white;
}
.contenedor_principal {
    max-width: 1090px;
    margin: 0 auto;
}

@media (max-width: 768px) {

    .section-1 {
        padding-bottom: 110px;
    }

    .tooltip-content {
        left: 100px!important;
    }

    #countdown {
        right: 20px!important;
    }

    .icon_reloj {
        left: 61%!important;
    }

    .carta img {
        width: 70%!important;
    }


    .carta {
        position: relative!important;
        bottom: -25px!important;
        margin-top: 0px!important;
    }

    .col-60 h2 {
        width: 100%;
        font-size: 2.3rem;
    }

    .btn {
        color: white;
        padding: 5px 10px;
        margin-left: 10px;
        border: none;
        cursor: pointer;
        float: none;
    }

    .header_icon {
        width: 30px;
        float: left;
        margin-right: 10px;
        margin-top: 6px;
        margin-left: 20px;
    }

    .logo-container {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    img.logo {
        margin: 0 auto;
        width: 150px;
        display: flex;
    }


    .logos_footer img {
        display: flex;
        width: 100%;
    }

    .col-50.derecha {
        margin-top: 50px;
    }

    .mancha {
        flex-direction: column;
    }

    header {
        flex-direction: column;
        align-items: flex-start;
    }
    .btn-container {
        float: none;
        width: 100%;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .section-2 {
        flex-direction: column;
    }
    .col-60,
    .col-40 {
        flex: 100%;
    }
}

.mancha {
    display: flex;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.col-50.izquierda {
    flex: 60%;
}

.col-50.lista {
    width: 60%;
    margin-left: 40px;
}

a.btn_naranja {
    text-decoration: none;
    background-color: #FF870A;
    color: white;
    padding: 12px 22px;
    border-radius: 7px;
    float: right;
    font-weight: 600;
    margin-top: 9px;
    text-align: center;
}

.col-50.formulario div img {
    width: 34px;
}

::marker {
    color: #FF870A;
}

.formulario div {
    font-size: 0.8rem;
    text-align: left;
    width: 100%;
}

.text_sms img {
    float: left;
    overflow: hidden;
    margin-right: 15px;
}

.col-50.formulario {
    padding-left: 30px;
    flex: 40%;
    overflow: hidden;
}

.titulo {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

ul li {
    text-align: left;
    margin-bottom: 11px;
    line-height: 21px;
    font-size: 0.9rem;
    padding-right: 20px;
}

ul {
    margin-top: 30px;
    list-style-type: disc;
    list-style-color: #FF870A;
    margin-left: 20px;
}

.input_sms {
    width: 40%!important;
    height: 30px;
    display: grid;
    border-radius: 10px;
    border: none;
    margin-top: 30px;
    margin-bottom: 8px;
    float: left;
    margin-right: 30px;
    position: relative;
}

.btn_sms .btn_naranja {
    width: 95%;
    display: inline;
    font-size: 16px;
    color: white;
    line-height: 12px;
    position: relative;
    margin-top: 14px;
    padding-left: 5px;
    padding-right: 5px;
}

.input_sms #texto {
    border-radius: 10px;
    border: none;
}

.text_sms div {
    padding-top: 13px;
    padding-right: 10px;
}
footer p {
    padding-bottom: 10px;
}

.azul {
    background-color: #0B3F90;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 40px;
}

ul.lista_check {
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 18px;
    list-style: none;
    padding-left: 10px;
}

ul.lista_check li {
    background-image: url(../img/type_1/check.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 31px;
    margin: 12px 0;
}
.lista_text {
    padding: 0px 18px 16px 18px;
}

.logos_footer {
    background-color: white;
    margin-bottom: 20px;
}

.icon_reloj img {
    width: 56px;
}
.icon_reloj {
    margin: 0 auto;
    width: 75%;
    padding: 12px;
    border-radius: 60px;
    position: relative;
    top: 50px;
    left: 21%;
}

#countdown {
    display: flex;
    font-size: 20px;
    background-color: #031E55;
    border-radius: 10px;
    padding: 8px 12px;
    border: solid 1px #02CAFE;
    box-shadow: 0 1px 10px #02CAFE;
    align-items: center;
    position: relative;
    right: -20px;
    top: 40px;
    font-weight: 1000 !important;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-number {
    margin-bottom: -2px;
}

.countdown-label {
    font-size: 0.8rem;
    font-weight: 300;
}

.logos_footer img {
    display: flex;
    width: 100%;
    max-width: 1080px;
    text-align: center;
    margin: 0 auto;
}

.countdown-divider {
    font-size: 21px;
    position: relative;
    margin: 0 3px;
    top: -12px;
    height: 20px;
    font-weight: 1000;
    padding: 0;
    vertical-align: top;
}
.countdown-number.seconds {
    color:#EF0000;
}


.reloj {
    height: 0px;
    position: relative;
    top: -36px;
}
.tooltip-container {
    position: relative;
    top: 50px;
}

.tooltip-content {
    background-color: #24B02F;
    color: white;
    padding: 8px;
    border-radius: 4px;
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
    font-size: 0.8rem;
    min-width: 330px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #24B02F;
    z-index: 2;
}

.carta {
    position: relative;
    bottom: -25px;
    margin-top: -100px;
}

.col-60 img {
    display: flex;
    width: 100%;
}

.bloque {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
}

.text-cta .btn_naranja {
    float: none;
    overflow: hidden;
}

.text-cta div {
    margin-top: 30px;
}


div.language {
    font-weight:normal;
    width: 22px;
    top: 5px;
    height: 22px;
}

.language-en {
    background:url(../img/lang/en.png) no-repeat center;
    background-size:contain;
    margin: 0;
}
.language-br {
    background:url(../img/lang/br.png) no-repeat center;
    background-size:contain;
    margin: 0;
}
.language-sp {
    background:url(../img/lang/sp.png) no-repeat center;
    background-size:contain;
    margin: 0;
}
.language-se {
    background:url(../img/lang/se.png) no-repeat center;
    background-size:contain;
    margin: 0;
}
.language-fr {
    background:url(../img/lang/fr.png) no-repeat center;
    background-size:contain;
    margin: 0;
}
.language-uk {
    background:url(../img/lang/uk.png) no-repeat center;
    background-size:contain;
    margin: 0;
}
.language-mx {
    background:url(../img/lang/mx.png) no-repeat center;
    background-size:contain;
    margin: 0;
}
.language-ar {
    background:url(../img/lang/ar.png) no-repeat center;
    background-size:contain;
    margin: 0;
}


.chat-support {
    font-weight:normal;
    width:25px;
    top:3px;
    height:25px;
    background:url(../img/type_1/pregunta.png) no-repeat center center;
    background-size: contain;
}

.hint-popup {
    position:absolute;
    top:30px;
    left:20px;
    background:#ffd2a2 !important;
    border-radius:3px;
    border:solid 1px #e2aa11;
    padding: 7px 10px;
    font-size:12px;
    display:none;
    color:black;
    z-index:100;
    line-height:13px;
    text-align: left;
}

.chat-support:hover .hint-popup {
    display:block;
}
.chat-support:hover .hint-entity-centered {
    display:block;
}
.footer-wrapper {
    position:relative;
    width:100%;
    background:#fff;
}
.footer {
    position: relative;
    min-height: 55px;
    width: 1090px;
    margin: 0 auto;
    padding-top: 30px;
}
.footer-partners {
    position:relative;
    width:100%;
    text-align:center;
}
.footer-partners div {
    display:inline-block;
    margin: 0 15px;
}
.footer-partners div.booking {
    background:url('../img/logo_blue.svg') no-repeat center center;
    width:91px;
    height:26px;
}
.footer-partners div.priceline {
    background:url('../img/pipeline.svg') no-repeat center;
    width:70px;
    height:26px;
}
.footer-partners div.kayak {
    background:url('../img/kayak.svg') no-repeat center;
    width:79px;
    height:26px;
}
.footer-partners div.agoda {
    background:url('../img/agoda.svg') no-repeat center;
    width:40px;
    height:26px;
}
.footer-partners div.opentable {
    background:url('../img/opentable.svg') no-repeat center;
    width:70px;
    height:26px;
}

#code {
    background: url(../img/pdf/stars.png) #F6F6F6 no-repeat center center;
    background-size: 148px 17px;
    border-radius: 5px;
    border:solid 1px #979797;
    height: 35px;
}
#code.focused {
    background: #F6F6F6;
}

.button-loading {
    background: url(../img/loading-small-white.png) no-repeat 10px center;
}
.promos-content {
    position: relative;
    background: #fff;
}
.promos-title {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size:18px;
    color:#0A3E91;
    padding-top: 15px;
}
.promos-subtitle {
    position: relative;
    text-align: center;
    font-size:15px;
    color:#000000;
    padding-bottom: 20px;
}
.promos-main-content {
    position: relative;
    width: 1090px;
    margin: 0 auto;
}

.encuentra-proximo {

    background: white;
    width: 1090px;
    margin: 0 auto;
    height: 290px;
    position: relative;
    border: solid 1px #e7e7e7;
    border-radius: 5px;
    overflow: hidden;
}
.encuentra-round-left {
    position: absolute;
    background: #ffb700;
    bottom: 40px;
    left: -20px;
    height: 64px;
    width: 64px;
    border-radius: 50%;
}
.encuentra-chairs {
    position: absolute;
    top:0;
    right:50px;
    background: url(../img/icons/some-chairs.png) no-repeat center center;
    background-size: contain;
    height: 290px;
    width: 290px;
}
.encuentra-content {
    background: #006ce4;
    border-radius: 50%;
    width: 506px;
    height: 453px;
    top:-75px;
    left:200px;
    position: absolute;
}
.encuentra-line {
    position: absolute;
    top:180px;
    left:100px;
    width: 280px;
    overflow: hidden;
    font-size: 24px;
    font-weight: 700;
    color:white;
    height: 28px;
    line-height: 32px;
}
.encuentra-button {
    position: absolute;
    top: 285px;
    left: 100px;
    width: 280px;
    font-size: 14px;
    color: #006ce4;
    height: 25px;
    cursor: pointer;
    background: #fff;
    text-align: center;
    border-radius: 3px;
    padding-right: 5px;
    padding-top: 7px;
}
.encuentra-button:hover {
    background: #f0f6fd;
}
#encuentra-slider div {
    display: table;
    position: absolute;
    top:28px;
    left:0;
    line-height: 27px;
}
#encuentra-slider span {
    text-decoration: underline;
    text-decoration-color: #ffb700;
    text-decoration-thickness: 2px;
    line-height: 20px;
    height: 20px;
    display: table;
}
.encuentra-proximo-title {
    position: absolute;
    top:75px;
    left:65px;
    font-weight: bold;
    font-size: 20px;
    color:#083D91;
    width: 300px;
    line-height: 25px;
}
.promos-cities {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: solid 1px #e3e3e3;
    height: 170px;
}
.promos-apartment-types {
    position: relative;
    width: 100%;
    height: 200px;
}
.promos-cities-heading {
    position: absolute;
    top:10px;
    left:0;
    height: 160px;
    width: 200px;
    background: url(../img/icons/cities-promo.png) no-repeat 0 0;
    background-size: 70px 70px;
    font-size: 12px;
    padding-top: 80px;
}
.promos-apartment-types-heading {
    position: absolute;
    top:10px;
    right:0;
    height: 190px;
    width: 200px;
    background: url(../img/icons/apartment-types-promo.png) no-repeat 0 0;
    background-size: 70px 70px;
    font-size: 12px;
    padding-top: 80px;
}
.promos-cities-heading-title {
    color: #FFC200;
    font-weight: bold;
    font-size: 15px;
}
.promos-apartment-types-heading-title {
    color: #ED5A5A;
    font-weight: bold;
    font-size: 15px;
}

.promo-cities-holder {
    position: absolute;
    top:0;
    left:220px;
    height: 170px;
    width: calc(100% - 220px);
}
.promo-data-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.promo-apartment-types-holder {
    position: absolute;
    top:0;
    right:225px;
    height: 200px;
    width: calc(100% - 225px);
}
.promo-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100000px;
}

.promo-city {
    float: left;
    width: 134px;
    margin-right: 8px;
    height: 140px;
    border: solid 2px transparent;
    border-radius: 5px;
    position: relative;
    top:10px;
    cursor: pointer;
}
.promo-city:hover,
.promo-apartment-type:hover {
    border-color: #FFC200;
}
.promo-apartment-type {
    float: left;
    width: 206px;
    margin-right: 8px;
    height: 170px;
    border: solid 2px transparent;
    border-radius: 5px;
    position: relative;
    top:10px;
    cursor: pointer;
}
.promo-city img {
    border-radius: 3px;
    width: 134px;
    height: 100px;
}
.promo-apartment-type img {
    border-radius: 3px;
    width: 206px;
    height: 130px;
}
.promo-city-title {
    font-weight: bold;
    font-size: 12px;
}
.promo-apartment-type-title {
    font-weight: bold;
    font-size: 12px;
}

.slider-arrow-right {
    background: url(../img/icons/slider-arrow-right.svg) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
    top:60px;
    right:-15px;
    position: absolute;
    cursor: pointer;
    z-index: 5;
}
.slider-arrow-left {
    background: url(../img/icons/slider-arrow-left.svg) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
    top:60px;
    left:-15px;
    cursor: pointer;
    position: absolute;
    z-index: 5;
}
.slider-arrow-left.disabled,
.slider-arrow-right.disabled {
    cursor:not-allowed;
}
.slider-arrow-left:hover {
    width: 36px;
    height: 36px;
    top:57px;
    left:-18px;
}

.slider-arrow-left.item {
    left:0;
    display: none;
}
.slider-arrow-left.item:hover {
    left:-3px;
}

.slider-arrow-right:hover {
    width: 36px;
    height: 36px;
    top:57px;
    right:-18px;
}
.slider-arrow-right.item {
    right:0;
    display: none;
}
.slider-arrow-right.item:hover {
    right:-3px;
}
.slider-arrow-right.item-flat {
    right:0;
    top:40px;
    display: none;
}
.slider-arrow-right.item-flat:hover {
    right:-3px;
    top:37px;
}
.slider-arrow-left.item-flat {
    left:0;
    top:40px;
    display: none;
}
.slider-arrow-left.item-flat:hover {
    left:-3px;
    top:37px;
}
.offer-promotional {
    position: absolute;
    width: 100%;
    left:5%;
    top:-10px;
    height: 20px;
    z-index: 1;
    text-align: center;
    font-size: 11px;
}
.offer-promotional span {
    background: #FFC200;
    padding: 3px;
    border-radius: 5px;
}

.promo-search-block {
    position: absolute;
    right: 0;
    top: 30px;
    width: 500px;
    height: 50px;
}
.promo-search {
    position: relative;
    float: right;
    background: #3181FF;
    border-radius: 8px;
    text-align: center;
    color:white;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-top: 8px;
    cursor: pointer;
    margin-left: 15px;
}
.promo-input {
    position: relative;
    float: right;
    border: solid 2px #FFB700;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 200;
    margin-left: 15px;
    padding-left: 10px;
    padding-right: 30px;
    padding-bottom: 7px;
    width: 135px;
    padding-top: 7px;
    background: url(../img/icons/promo-location.svg) no-repeat 97% center white;
    background-size: 20px auto;
}
.promo-location {
    position: relative;
    float: right;
    background: url(../img/icons/promo-location.svg) no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 31px;
}
.promo-big-apartments {
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.promo-big-apartments td {
    width: 25%;
    max-width: 272px;
    position: relative;
}


.big-apartment {
    width: 250px;
    border: solid 2px transparent;
    border-radius: 5px;
    cursor: pointer;
    height: 350px;
    position: relative;
    margin: 0 auto;
}
.big-apartment:hover {
    border-color: #FFC200;
}
.big-apartment:hover .big-apartment-location span {
    border-bottom: solid 1px #DBDBDB;
}
.big-apartment:hover .slider-arrow-left,
.big-apartment:hover .slider-arrow-right,
.flat-apartment:hover .slider-arrow-left,
.flat-apartment:hover .slider-arrow-right {
    display: block;
}

.big-apartment:hover .big-apartment-data-default {
    display: none;
}
.big-apartment:hover .big-apartment-data-hovered {
    display: block;
}
.big-apartment-data-hovered {
    display: none;
    position: relative;
    height: 90px;
}
.big-apartment-data-default {
    position: relative;
    height: 90px;
}
.big-apartment-price {
    position: relative;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}
.big-apartment-text {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    font-size: 12px;
}
.big-apartment-title {
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.big-apartment-location {
    position: relative;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 8px;
}
.big-apartment-location span {
    border-bottom: solid 1px transparent;
    display: block;
}
.big-apartment-subtitle {
    font-size: 11px;
    position: relative;
    width: 240px;
    height: 65px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
}
.big-apartment img {
    width: 250px;
    height: 161px;
    border-radius: 3px;
}
.big-apartment-view-more {
    position: relative;
    font-size: 11px;
    color:#033993;
    text-decoration: underline;
    cursor: pointer;
    padding-left: 5px;
    padding-bottom: 10px;
}
.big-apartment-reserve {
    position: relative;
    width: 220px;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    color:#033993;
    border: solid 1px #033993;
    padding: 8px;
    font-size: 12px;
}
.big-apartment-reserve:hover {
    color:white;
    background: #3181FF;
    border: solid 1px #3181FF;
}


.promo-top-apartments {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.promo-top-apartments td {
    width: 50%;
    max-width: 545px;
    position: relative;
}


.flat-apartment {
    width: 510px;
    border: solid 1px #f1f1f1;
    border-radius: 5px;
    cursor: pointer;
    height: 100px;
    position: relative;
    margin: 0 auto;
    padding: 8px;
}
.flat-apartment:hover {
    border-color: #FFC200;
}

.flat-apartment-image-holder {
    width: 150px;
    height: 100px;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
}
.flat-apartment img {
    width: 150px;
    height: 100px;
    border-radius: 3px;
}
.flat-apartment-details {
    position: relative;
    float: left;
    width: 230px;
    overflow: hidden;
    height: 100%;
}

.flat-apartment-title {
    font-weight: bold;
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flat-apartment-location {
    position: relative;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 8px;
}
.flat-apartment-subtitle {
    font-size: 10px;
    position: relative;
    width: 230px;
    height: 24px;
    overflow: hidden;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 12px;
}

.flat-apartment-right {
    position: relative;
    float: right;
    width: 110px;
    height: 108px;
}
.flat-apartment-view {
    width: 110px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 11px;
    text-align: center;
    color:#033993;
    border: solid 1px #033993;
    border-radius: 5px;
    cursor: pointer;
}
.flat-apartment:hover .flat-apartment-hovered {
    display: block;
}
.flat-apartment:hover .hover-icons {
    display: block !important;
}
.flat-apartment-hovered {
    position: relative;
    margin-top: 5px;
    display: none;
    text-align: right;
}
.flat-apartment-text {
    font-size: 10px;
}
.flat-apartment-price {
    font-weight: bold;
    font-size: 11px;
}
.big-apartment-globus {
    position: absolute;
    top: 7px;
    right: 0;
    background: url(../img/icons/genius-planet.png) no-repeat center;
    background-size: auto;
    background-size: contain;
    width: 50px;
    height: 50px;
}
.flat-apartment-globus {
    position: absolute;
    bottom: -20px;
    left: -50px;
    background: url(../img/icons/genius-planet.png) no-repeat center;
    background-size: auto;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.flat-apartment-view:hover {
    color:white;
    background: #3181FF;
    border: solid 1px #3181FF;
}

.header-sticky .contenedor_principal {
    width: 100%;
}
.session-initializer {
    position: relative;
    background: #FFF;
    border-radius: 5px;
    color:#043A92;
    text-align: center;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 300;
    float: right;
    margin-left: 10px;
    cursor: pointer;
}
.session-initializer:hover {
    background: #f0f6fe;
}
.sticky-content {
    position: relative;
}
.sticky-genius {
    position: relative;
    margin: 0 auto;
    background: url(../img/icons/genius.png) no-repeat 0 20px;
    background-size: contain;
    width: 110px;
    height: 58px;
}
.sticky-text {
    position: absolute;
    top:0;
    width: 100%;
    font-size: 12px;
    text-align: center;
    color:white;
    font-weight: 50;
}
.sub-register {
    font-size: 11px;
    color: white;
    position: relative;
    float: right;
    text-decoration: underline;
    white-space: nowrap;
    padding-left: 10px;
    padding-top: 10px;
    cursor: pointer;
}
.sub-register:hover {
    color: #f0f6fe;
    text-decoration: none;
}

.sticky-altercontent {
    position: relative;
}


.promo-searcher {
    position: relative;
    background: #FFF;
    border-radius: 5px;
    color:#043A92;
    text-align: center;
    padding: 7px 10px;
    font-size: 13px;
    font-weight: bold;
    float: right;
    margin-left: 10px;
    cursor: pointer;
}
.promo-apartments {
    position: relative;
    float: left;
    border-left: #8ca4cb solid 1px;
    padding-left: 10px;
    color: white;
}
.promo-apartments-header {
    position: relative;
    font-weight: bold;
    font-size: 16px;
}
.promo-apartments-sub {
    position: relative;
    font-size: 12px;
    color: white;
    font-weight: 50;
}

.language-currency {
    position: absolute;
    top:5px;
    left:100%;
    color:#c5e1d5;
    font-size: 14px;
    line-height: 12px;
}
.common-loader {
    width: 50px;
    height: 53px;
    position: relative;
    animation: rotate 2s linear infinite;
    background: url(../img/icons/loader-red.png) no-repeat center center;
    background-size: contain;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

@keyframes rotate {
    100%   {transform: rotate(360deg)}
}
#redirection-text span {
    color: red;
    font-weight: bold;
}

.hover-icons {
    position: absolute;
    bottom: 3px;
    right:10px;
}

.rating-holder {
    position:relative;
    float:right;
    width:60px;
    height:15px;
    margin-bottom: 8px;
    cursor: pointer;
}
.rating-holder:hover .rating-holder-hint {
    display: block;
}
.rating-link {
    color: #0071c2;
    padding-top: 15px;
    display: block;
}
.rating-link:hover {
    text-decoration: underline;
    color: #0071c2;
}
.rating-holder-hint {
    position: absolute;
    display: none;
    top:100%;
    left:-130px;
    width: 320px;
    border: solid 1px #e7e7e7;
    padding: 14px;
    line-height: 18px;
    color:rgba(0, 0, 0, 0.8);
    z-index: 150;
    background: white;
    font-size: 12px;
    text-align: left;
    border-radius: 10px;
}

.rating-holder-hint:before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #e7e7e7;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -8px;
    margin-top:-8px;
    position: absolute;
    top: 0;
    width: 0;
    z-index:100;
}
.rating-holder-hint:after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid white;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    margin-top:-6px;
    position: absolute;
    top: 0;
    width: 0;
    z-index:110;
}
.rating {
    position:absolute;
    top:0;
    left:0;
    height:11px;
    background:url(../img/rstars.svg) repeat-x;
}



.orange-hand-tip {
    position: relative;
    float: right;
    width: 25px;
    height: 25px;
    z-index: 1;
    margin-left: 5px;
}
.orange-hand-tip:hover .hint-viewer {
    display: block;
}

.hint-viewer {
    position: absolute;
    width: 250px;
    left:-118px;
    top:25px;
    background: black;
    color:white;
    height: auto;
    display: none;
    z-index: 100;
    padding: 5px;
    font-size: 11px;
}

.hint-viewer:not(.excluded):after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid black;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    margin-top:-6px;
    position: absolute;
    top: 0;
    width: 0;
    z-index:100;
}


.is-beach-wrapper {
    position: relative;
    display: block;
    float: right;
    margin-left: 5px;
    top:2px;
    cursor: pointer;
    background: #e4f4ff;
    color:#003580;
    height: 20px;
    border-radius: 2px;
    font-size: 11px;
}

.is-beach {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 13px;
    top: 3px;
    fill: #003580;
}
.is-beach-title {
    position: relative;
    display: inline-block;
    top: 2px;
    padding-right: 4px;
}


.is-beach-wrapper:hover .is-beach-hint {
    display: block;
}

.is-beach-hint {
    position: absolute;
    white-space: nowrap;
    display: none;
    padding: 5px;
    z-index: 1000;
    color: white;
    background: black;
    cursor: pointer;
    border-radius: 2px;
}



.header-languages {
    position: relative;
    top:-5px;
    float:right;
    height: 48px;
    z-index: 1;
}

.header-currency {
    position: relative;
    float: right;
    height: 26px;
    padding: 8px 5px;
    margin-left: 5px;
    border-radius: 5px;
    border: solid 0 transparent;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding-top: 14px;
    width: 46px;
    text-align: center;
}
.header-currency:hover,
.header-language-wrapper:hover,
.header-logos:hover {
    background: #174fa0;
}
.header-language-wrapper {
    position: relative;
    float: right;
    border-radius: 5px;
    text-align: center;
    margin-left: 5px;
    height: 38px;
    width: 48px;
    padding: 5px;
    cursor: pointer;
}
.header-language {
    position: relative;
    display: inline-block;
    border-radius: 12px;
    width: 24px;
    height: 24px;
    margin-top: 6px;
}
.header-language-en {
    background: url(../img/icons/langs/en.png) center no-repeat;
    background-size: contain;
}
.header-language-uk {
    background: url(../img/icons/langs/uk.png) center no-repeat;
    background-size: contain;
}
.header-language-fr {
    background: url(../img/icons/langs/fr.png) center no-repeat;
    background-size: contain;
}
.header-language-br {
    background: url(../img/icons/langs/br.png) center no-repeat;
    background-size: contain;
}
.header-language-se {
    background: url(../img/icons/langs/se.png) center no-repeat;
    background-size: contain;
}
.header-language-sp {
    background: url(../img/icons/langs/sp.png) center no-repeat;
    background-size: contain;
}
.header-language-ar {
    background: url(../img/icons/langs/ar.png) center no-repeat;
    background-size: contain;
}
.header-language-mx {
    background: url(../img/icons/langs/mx.png) center no-repeat;
    background-size: contain;
}

.header-language-tl {
    background: url(../img/icons/langs/fil.png) center no-repeat;
    background-size: contain;
}
.header-language-vi {
    background: url(../img/icons/langs/viet.png) center no-repeat;
    background-size: contain;
}
.header-language-sl {
    background: url(../img/icons/langs/sloven_1.png) center no-repeat;
    background-size: contain;
}
.header-language-sr {
    background: url(../img/icons/langs/serb.png) center no-repeat;
    background-size: contain;
}
.header-language-sk {
    background: url(../img/icons/langs/sloven_2.png) center no-repeat;
    background-size: contain;
}
.header-language-lt {
    background: url(../img/icons/langs/lith.png) center no-repeat;
    background-size: contain;
}
.header-language-hr {
    background: url(../img/icons/langs/hrvat.png) center no-repeat;
    background-size: contain;
}
.header-language-et {
    background: url(../img/icons/langs/eest.png) center no-repeat;
    background-size: contain;
}
.header-language-th {
    background: url(../img/icons/langs/thai.png) center no-repeat;
    background-size: contain;
}
.header-language-ms {
    background: url(../img/icons/langs/malay.png) center no-repeat;
    background-size: contain;
}
.header-language-id {
    background: url(../img/icons/langs/indon.png) center no-repeat;
    background-size: contain;
}
.header-language-hi {
    background: url(../img/icons/langs/hindi.png) center no-repeat;
    background-size: contain;
}
.header-language-ua {
    background: url(../img/icons/langs/ukr.png) center no-repeat;
    background-size: contain;
}
.header-language-lv {
    background: url(../img/icons/langs/latv.png) center no-repeat;
    background-size: contain;
}
.header-language-he {
    background: url(../img/icons/langs/isr.png) center no-repeat;
    background-size: contain;
}
.header-language-kr {
    background: url(../img/icons/langs/kor.png) center no-repeat;
    background-size: contain;
}
.header-language-arb {
    background: url(../img/icons/langs/arab.png) center no-repeat;
    background-size: contain;
}
.header-language-bg {
    background: url(../img/icons/langs/bulg.png) center no-repeat;
    background-size: contain;
}
.header-language-tr {
    background: url(../img/icons/langs/turk.png) center no-repeat;
    background-size: contain;
}
.header-language-el {
    background: url(../img/icons/langs/el.png) center no-repeat;
    background-size: contain;
}
.header-language-pl {
    background: url(../img/icons/langs/pl.png) center no-repeat;
    background-size: contain;
}
.header-language-zhtw {
    background: url(../img/icons/langs/zhtw.png) center no-repeat;
    background-size: contain;
}
.header-language-zhcn {
    background: url(../img/icons/langs/zhcn.png) center no-repeat;
    background-size: contain;
}

.header-language-ru {
    background: url(../img/icons/langs/rus.png) center no-repeat;
    background-size: contain;
}
.header-language-ja {
    background: url(../img/icons/langs/jpn.png) center no-repeat;
    background-size: contain;
}
.header-language-ro {
    background: url(../img/icons/langs/rmn.png) center no-repeat;
    background-size: contain;
}
.header-language-hu {
    background: url(../img/icons/langs/hungr.png) center no-repeat;
    background-size: contain;
}
.header-language-cs {
    background: url(../img/icons/langs/czech.png) center no-repeat;
    background-size: contain;
}
.header-language-da {
    background: url(../img/icons/langs/dansk.png) center no-repeat;
    background-size: contain;
}
.header-language-fi {
    background: url(../img/icons/langs/fin.png) center no-repeat;
    background-size: contain;
}
.header-language-no {
    background: url(../img/icons/langs/nor.png) center no-repeat;
    background-size: contain;
}
.header-language-pt {
    background: url(../img/icons/langs/pt.png) center no-repeat;
    background-size: contain;
}
.header-language-it {
    background: url(../img/icons/langs/it.png) center no-repeat;
    background-size: contain;
}
.header-language-ca {
    background: url(../img/icons/langs/ctl.png) center no-repeat;
    background-size: contain;
}
.header-language-nl {
    background: url(../img/icons/langs/ndl.png) center no-repeat;
    background-size: contain;
}
.header-language-de {
    background: url(../img/icons/langs/de.png) center no-repeat;
    background-size: contain;
}

.header-logos {
    float: right;
    position: relative;
    margin-left:5px;
    border-radius: 5px;
    border: solid 0 transparent;
    text-align: center;
    height: 38px;
    width: 48px;
    cursor: pointer;
    padding-top: 10px;
}
.header-logos .chat-support {
    display: inline-block;
    top:0;
}
#logo-svg {
    position: relative;
    height: 24px;
}
.button-loading-started {
    background: url(../img/loading-small-white.png) no-repeat 5px center #0174d1;
    padding-left: 28px !important;
    padding-right: 12px !important;
}
.promo-button-loading-started {
    background: url(../img/loading.gif) no-repeat 5px center #fff;
    padding-left: 28px !important;
    padding-right: 12px !important;
}

.header-currency:hover .hint-entity,
.header-language-wrapper:hover .hint-entity {
    display: block;
}
.hint-entity {
    position: absolute;
    width: auto;
    left: -50%;
    top: 48px;
    background: black;
    color: white;
    height: auto;
    display: none;
    z-index: 100;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
}


.works-title {
    position: relative;
    margin: 0 auto;
    width: 1090px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 4px;
    padding-top: 15px;
    color:white;
}
.faqs-wrapper {
    position: relative;
    margin: 0 auto;
    width: 1090px;
    border-radius: 8px;
    border: solid 1px #e7e7e7;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
}

.faq-item {
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
    border-bottom: solid 1px #e7e7e7;
}

.faq-item-wrapper {
    position: relative;
    background: white;
}
.faq-item-wrapper:not(.expanded):hover {
    background: #f2f2f2;
}
.faq-question {
    position: relative;
    padding: 18px 0;
    font-size: 16px;
    font-weight: 700;
}

.faq-answer {
    position: relative;
    display: none;
    padding: 0 0 15px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color:rgb(26,26,26);
}

.faq-rotator {
    width: 24px;
    height: 24px;
    position: absolute;
    top:16px;
    right:16px;
    transition: transform 0.1s;
    fill: #595959;
}
.rotate {
    transform: rotate(180deg);
}



.rounded-item {
    position: relative;
    float: right;
    width: 50px;
    height: 60px;
    padding-top: 35px;
    color: white;
    font-size: 8px;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
}
.rounded-item.flexibilidad {
    background: url(../img/icons/rounds/flexibilidad.png) no-repeat center top;
    background-size: 30px 30px;
}
.rounded-item.confirmacion {
    background: url(../img/icons/rounds/confirmacion.png) no-repeat center top;
    background-size: 30px 30px;
}
.rounded-item.secure {
    background: url(../img/icons/rounds/secure.png) no-repeat center top;
    background-size: 30px 30px;
}
.rounded-item-border {
    position: relative;
    float: right;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    height: 30px;
    width: 1px;
    background: #6284bb;
}

.header-currency:hover .hint-entity-centered,
.header-language-wrapper:hover .hint-entity-centered {
    display: block;
}

.hint-entity-centered {
    position: absolute;
    width: 300px;
    left: -121px;
    top: 51px;
    color: white;
    height: auto;
    display: none;
    z-index: 100;
    font-size: 12px;
    text-align: center;
    white-space: normal;
}
.hint-entity-centered span {
    background: black;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}

.apartments-loader {
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
    width: 200px;
    margin-bottom: 15px;
    border-radius: 5px;
    text-align: center;
    color: #033993;
    border: solid 1px #033993;
    padding: 8px;
    font-size: 12px;
    cursor: pointer;
}

.apartments-loader:hover {
    color:white;
    background-color: #3181FF;
    border: solid 1px #3181FF;
}
.apartments-loader.button-loading {
    color:white;
    background-color: #3181FF;
    border: solid 1px #3181FF;
}
#primaries,
#tops {
    position: absolute;
    top:0;
    left:0;
    width: 1px;
    height: 1px;
    display: none;
    overflow: hidden;
}


.promotions-slider {
    position: relative;
    width: 1090px;
    overflow: hidden;
    height: 270px;
    margin: 0 auto;
}

.promotions-slider-content {
    position: absolute;
    top:0;
    left:0;
    height: 300px;
    width: 10000px;
}
.promotions-slider-item {
    position: relative;
    width: 204px;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 5px;
    height: 250px;
    border: solid 2px #e0e0e0;
    background: white;
}
.promotions-slider-item:hover {
    border-color: #FFC200;
}
.promotions-slider-content .image-holder {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    height: 120px;
}
.promotions-slider-content .image-holder img {
    width: 100%;
    height: 100%;
}

.promotions-slider-title {
    position: relative;
    width: 1090px;
    margin: 0 auto;
    color: #0A3E91;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    margin-top: 15px;
}
.promotions-slider-subtitle {
    position: relative;
    width: 1090px;
    margin: 0 auto;
    color: black;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 8px;
    font-weight: 500;
    text-align: center;
}
.promotions-slider-subtitle-center {
    color: #55a957;
    display: inline-block;
    background: url(../img/completed-green-tick.png) no-repeat 0 3px;
    background-size: auto;
    background-size: 15px 12px;
    padding-left: 20px;
}
.promotions-slider-item-description {
    text-align: left;
    position: relative;
}

.promotions-slider-right {
    background: url(../img/icons/slider-arrow-right.svg) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
    top:140px;
    right:10px;
    position: absolute;
    cursor: pointer;
    z-index: 5;
    display: none;
}
.promotions-slider-left {
    background: url(../img/icons/slider-arrow-left.svg) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 30px;
    top:140px;
    left:10px;
    cursor: pointer;
    position: absolute;
    z-index: 5;
    display: none;
}
.promotions-slider:hover .promotions-slider-left,
.promotions-slider:hover .promotions-slider-right {
    display: block;
}

.promotions-slider-left:hover {
    width: 36px;
    height: 36px;
    top:137px;
    left:7px;
}

.promotions-slider-right:hover {
    width: 36px;
    height: 36px;
    top:137px;
    right:7px;
}
.promotions-slider-item-description-title {
    position: relative;
    padding: 10px 23px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}

.promotions-slider-item-explore {
    position: relative;
    width: 160px;
    margin: 0 auto;
    border-radius: 5px;
    text-align: center;
    color:#006ce4;
    border: solid 1px #033993;
    padding: 8px;
    font-size: 12px;
    cursor: pointer;
}
.promotions-slider-item-explore:hover {
    color:white;
    background: #3181FF;
    border: solid 1px #3181FF;
}
.price-match-sign {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    top:4px;
    color:#0071c2;
}
.promotion-square-rating {
    width: 10.5px;
    height: 12px;
    fill:#ffb700;
}
.promotion-square-rating-holder {
    position: relative;
}
#promotion-square-rating-holder:hover .promotion-hint-viewer {
    display: block;
}
