#barraaceptacion {
    color: #000 !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    left: 30px;
    padding: 30px;
    background: rgba(256, 256, 256, 0.9);
    z-index: 1000 !important;
    padding: 20px 30px 30px 30px !important;
}

#barraaceptacion p {
    color: #000 !important;
}

#barraaceptacion a.close-cookies {
    text-align: right;
    font-size: 20px;
    text-decoration: none;
    color: #000;
    display: block;
}

#submit.disabled {
    visibility: hidden;
}

.block-aceptacion {
    display: flex;
    align-items: center;
    margin-top: 15px;
    font-size: 12px;
}

.block-aceptacion .btn-group {
    width: 25%;
    float: left;
}

.block-aceptacion .text {
    float: left;
    width: 75%;
    text-align: left;
    padding-left: 10px;
    line-height: 15px;
}

.block-aceptacion .text a {
    text-decoration: underline !important;
}

.block-aceptacion .btn {
    width: 26px;
    font-size: 10px;
    padding: 3px;
    height: 22px;
    margin: 0 !important;
    border-radius: 0;
}

.block-aceptacion.active-no .btn-no {
    background-color: #ababaa;
    border: 1px solid #ababaa;
    color: #fff;
}

.block-aceptacion.active-yes .btn-yes {
    background-color: #30322f;
    border: 1px solid #30322f;
    color: #fff;
}

.block-aceptacion.active-no .btn-yes {
    background-color: #fff;
    border: 1px solid #ababaa;
    color: #ababaa;
}

.block-aceptacion.active-yes .btn-no {
    background-color: #fff;
    border: 1px solid #30322f;
    color: #30322f;
}

html, body {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Le Jeune Poster Web';
    font-weight: 900;
}

.bg-white {
    display: block;
    background-color: #FFFFFF;
    position: relative;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1031;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff url(../img/preloader.svg) no-repeat center center;
    background-color: #fff
}

/*---- BOTONES Y ENLACES ----*/
a {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover, a:focus {
    opacity: 0.5;
    color: initial;
    text-decoration: none
}

.btn-plus {
    border: 1px solid #C99D68;
    color: #C99D68 !important;
    display: inline-table;
    height: 60px;
    width: 60px
}

.btn-plus .icon-plus {
    color: #C99D68 !important;
    display: table-cell;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover .btn-plus, a:hover btn-plus {
    opacity: 1;
}

a:hover .btn-plus .icon-plus {
    font-size: 30px
}

.btn-arrow-down {
    border: 1px solid #C99D68;
    color: #C99D68 !important;
    display: inline-table;
    height: 60px;
    width: 60px
}

.btn-arrow-down .icon-arrows-down {
    color: #C99D68 !important;
    display: table-cell;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover .btn-arrow-down:hover, a:hover btn-arrow-down:focus {
    opacity: 1;
    font-size: 30px
}

a:hover .btn-arrow-down span {
    padding-top: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-text {
    display: inline-table;
    height: 60px;
    vertical-align: bottom;

    max-width: 75%;
}

.btn-text p {
    color: #C99D68;
    display: table-cell;
    font-family: 'Le Jeune Poster Web';
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 21px;
    padding-left: 15px;
    vertical-align: middle
}

.btn-text p span {
    font-family: 'Le Jeune Poster Web';
    font-weight: 700;
    font-style: italic;
}

.btn-arrow-right {
    border: solid 1px #1a1c29;
    display: table;
    float: right;
    height: 50px;
    text-align: center;
    width: 50px
}

.btn-arrow-right span {
    color: #1a1c29;
    display: table-cell;
    font-size: 20px;
    padding-left: 0;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover .btn-arrow-right, a:hover .btn-arrow-right {
    opacity: 1;
}

a:hover .btn-arrow-right span {
    padding-left: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-book {
    border: 1px solid #C99D68;
    color: #C99D68 !important;
    display: inline-table;
    height: 40px;
    width: 40px;
    margin: 15px 0px;
}

.btn-book .icon-bookmark {
    color: #C99D68 !important;
    display: table-cell;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover .btn-book, a:hover btn-book {
    opacity: 1;
}

a:hover .btn-book .btn-book {
    font-size: 30px
}

/* columns of same height styles */

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

/*---- PADDING Y MARGIN ----*/
.pt0 {
    padding-top: 0px
}

.pb0 {
    padding-bottom: 0px
}

.pl0 {
    padding-left: 0px
}

.pr0 {
    padding-right: 0px
}

.pt5 {
    padding-top: 5px
}

.pb5 {
    padding-bottom: 5px
}

.pl5 {
    padding-left: 5px
}

.pr5 {
    padding-right: 5px
}

.pt30 {
    padding-top: 30px
}

.pb30 {
    padding-bottom: 30px
}

.pl30 {
    padding-left: 30px
}

.pr30 {
    padding-right: 30px
}

.pt50 {
    padding-top: 50px
}

.pb50 {
    padding-bottom: 50px
}

.pl50 {
    padding-left: 50px
}

.pr50 {
    padding-right: 50px
}

.pb100 {
    padding-bottom: 100px;
}

.mt15 {
    margin-top: 15px
}

.mb15 {
    margin-bottom: 15px
}

.ml15 {
    margin-left: 15px
}

.mr15 {
    margin-right: 15px
}

.mt30 {
    margin-top: 30px
}

.mb30 {
    margin-bottom: 30px
}

.ml30 {
    margin-left: 30px
}

.mr30 {
    margin-right: 30px
}

.mt50 {
    margin-top: 50px
}

.mb50 {
    margin-bottom: 50px
}

.ml50 {
    margin-left: 50px
}

.mr50 {
    margin-right: 50px
}

.mt100 {
    margin-top: 100px
}

/*---- HEADER ----*/
header .navbar {
    background: #FFF;
    display: block;
    margin: 0 auto;
}

header .navbar .logo-home {
    display: block;
    margin: 30px auto 15px;
    width: 190px;
    display: none;
}

header .buscador {
    text-align: center;
    /*margin-top: 15px;
    margin-bottom: 30px;*/
    margin-top: 27px;
    margin-bottom: 24px;
}

header .buscador .form-inline p {
    color: #C99D68;
    display: inline;
    font-family: 'Le Jeune Poster Web';
    font-weight: 900;
    font-style: italic;
    font-size: 24px;
    letter-spacing: 0;
}

header .buscador .form-inline .form-group {
    padding: 0px 15px;
}

header .buscador .form-inline .form-group .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    box-shadow: none;
    border-radius: 0;
    color: #1A1C29;
    font-family: AvenirNext-Regular;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase
}

header .buscador .form-inline .form-group label {
    font-size: 25px;
    vertical-align: top
}

header .buscador .form-inline .form-group input#checkin,
header .buscador .form-inline .form-group input#checkout {
    width: 90px;
}

header .buscador .form-inline .form-group select.form-control {
    background: url(../img/iconos/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 98%;
    background-size: 15px 15px;
    padding-right: 30px;
}

header .buscador .form-inline button {
    border: none;
    font-family: 'Le Jeune Poster Web';
    font-weight: 700;
    font-size: 24px;
    color: #1A1C29;
    letter-spacing: 0;
    font-style: italic;
}

header .buscador .form-inline button:hover {
    background: none;
}

.btn-back {
    background: #C99D68;
    display: table;
    height: 100px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 80px;
    cursor: pointer;
    z-index: 1;
}

.btn-back span {
    color: #FFFFFF;
    display: table-cell;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
}

.btn-menu {
    background: #C99D68;
    display: table;
    height: 100px;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 80px;
    z-index: 1;
}

.btn-menu .hamburger {
    padding: 0 25px;
    display: table-cell;
    vertical-align: middle;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 1px;
    background-color: #FFF;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -7px
}

.hamburger-inner::after {
    bottom: -7px
}

.hamburger--spin .hamburger-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spin .hamburger-inner::before {
    transition: top .1s .25s ease-in, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s .12s ease-out
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

#myNavmenu {
    background: #C99D68;
    border: none;
}

#myNavmenu a {
    color: #FFF
}

#myNavmenu p {
    color: #FFF
}

#myNavmenu .nav-idioma {
    display: block;
    padding: 40px 30px;
    margin-bottom: 0px;
}

#myNavmenu .nav-yurbban-hotels {
    display: block;
    padding: 15px 30px;
    margin-bottom: 0px;
}

#myNavmenu .nav-our-hotels {
    display: block;
    padding: 15px 30px;
    margin-bottom: 0px;
}

#myNavmenu .nav-yurbban-hotels li,
#myNavmenu .nav-our-hotels li {
    font-family: 'Le Jeune Poster Web';
    font-weight: 700;
    font-size: 18px;
    color: #1A1C29;
}

#myNavmenu .nav-yurbban-hotels li > a,
#myNavmenu .nav-our-hotels li > a {
    font-family: 'Le Jeune Poster Web';
    font-weight: 900;
    font-style: italic;
    font-size: 24px;
    color: #FFFFFF;
}

#myNavmenu .newsletter {
    display: block;
    padding: 15px 30px;
    margin-bottom: 0px;
}

#myNavmenu .newsletter .checkbox {
    display: inline-block;
    position: initial;
    width: 200px;
}

#myNavmenu .newsletter label {
    font-family: 'Le Jeune Poster Web';
    font-weight: 700;
    font-size: 18px;
    color: #1A1C29;
}

#myNavmenu .newsletter .form-control {
    background-color: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid;
    box-shadow: none;
    color: #1A1C29;
    padding-left: 0px;
}

#myNavmenu .newsletter .checkbox label {
    display: inline-block;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 300;
    font-size: 10px;
    color: #1A1C29;
    letter-spacing: 0;
    line-height: 10px;
}

#myNavmenu .newsletter .checkbox label a {
    color: #1A1C29;
}

#myNavmenu .newsletter button {
    background-color: transparent;
    display: inline-block;
    height: 30px;
    margin: 5px 0px;
    width: 30px;
}

#myNavmenu .newsletter button span {
    font-size: 15px;
}

#myNavmenu .contacto {
    display: block;
    padding: 15px 30px;
    margin-bottom: 0px;
}

#myNavmenu .contacto p {
    color: #1A1C29;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#myNavmenu .contacto a {
    color: #1A1C29;
}

/*---- Recursos ----*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #1A1C29 !important;
    text-shadow: none;
    -webkit-text-fill-color: initial;
}

select {
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

.box {
    box-sizing: border-box;
    position: relative;
}

.align-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.clear {
    display: block;
}

/*---- HOME: Slider ----*/
#slider {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1
}

#slider .container-fluid {
    max-height: 900px;
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: table;
    width: 100%
}

#slider .container-fluid .row {
    display: table-cell;
    vertical-align: middle
}

#slider .container-fluid .row p.claim {
    font-family: 'Le Jeune Poster Web';
    font-weight: 900;
    font-style: italic;
    font-size: 90px;
    letter-spacing: 0;
    line-height: 82px;
}

#slider .container-fluid .row p.title {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: right
}

#slider .container-fluid .row p.content {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    padding: 15px 0;
    text-align: right
}

#slider .item-black {
    color: #1A1C29
}

#slider .item-white {
    color: #FFF;
}

#slider .item-white p.claim {
    text-shadow: 2px 1px #564735a1;
}

#slider .item-black p.claim {
    text-shadow: 2px 1px whitesmoke;
}

#slider .item-black .btn-arrow {
    border-color: #1A1C29
}

#slider .item-black .btn-arrow span {
    color: #1A1C29
}

#slider .item-white .btn-arrow {
    border-color: #FFF
}

#slider .item-white .btn-arrow span {
    color: #FFF
}

#slider .item-black .btn-arrow-right {
    border: solid 1px #1a1c29;
}

#slider .item-black .btn-arrow-right span {
    color: #1a1c29;
}

#slider .item-white .btn-arrow-right {
    border: solid 1px #FFF;
}

#slider .item-white .btn-arrow-right span {
    color: #FFF;
}

#slider .carousel-indicators {
    margin-bottom: 175px;
}

#slider .item .row-play {
    z-index: 100000
}

#slider .item .row-play .video-btn {
    cursor: pointer;
    margin: 20% auto;
    width: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
}

#slider .item .row-play .video-btn img {
    width: 30%;
    display: table-cell;
    margin: auto;
    opacity: 0.6
}

#slider .item .row-play .video-btn img:hover {
    opacity: 1;
    transform: scale(1.1);
    transition: all .25s ease-in-out;
}

#slider .item .row-play .video-btn img {
    width: 100px;
}

/*#slider .video {top: 0; position: absolute; width: 100%; height: 100%; opacity: 0; display:none}*/
.video {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    opacity: 0;
    display: none;
    z-index: 10000;
}

.close-video {
    cursor: pointer;
    font-size: 1.2rem;
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    padding: 30px;
    z-index: 10000;
    opacity: 0;
    display: none;
}

/*---- HOME: Destacado Hotel ----*/
#destacado-hotel {
    background-color: #FFF;
    padding-bottom: 30px;
}

#destacado-hotel .img-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: table;
    height: 350px;
    margin-top: -175px;
    width: 100%
}

#destacado-hotel .img-block p {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

/*---- HOME: Instagram ----*/
#socialmedia {
    background-color: #FFF;
    display: block;
    padding: 30px 0px;
}

#socialmedia .pad5 {
    padding: 5px;
}

#socialmedia img {
    width: 100%;
}

#socialmedia p {
    color: #C99D68;
    font-family: 'Le Jeune Poster Web';
    font-weight: 900;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 0px;
}

#socialmedia ul > li > a {
    color: #1A1C29;
    font-size: 30px;
}

/*---- HOME: Destacado Room----*/
#destacado-room {
    background-color: #FFF;
    display: block;
    padding: 30px 0px;
}

#destacado-room .img-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: table;
    height: 250px;
    width: 100%
}

#destacado-room .img-block p {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

/*---- ABOUT US ----*/

#cabecera-aboutus {
    position: fixed;
    top: 0px;
    width: 100%;
}

#cabecera-aboutus .container-fluid.cabecera {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: table;
    height: 700px;
    width: 100%
}

#cabecera-aboutus .container-fluid.cabecera .text-block {
    display: table-cell;
    vertical-align: middle;
}

#cabecera-aboutus .container-fluid.cabecera .text-block p {
    color: #1A1C29;
    font-family: 'Le Jeune Poster Web';
    font-weight: 900;
    font-style: italic;
    font-size: 100px;
    letter-spacing: 0;
    line-height: 82px;
    text-align: center;
}

#cabecera-aboutus .container-fluid.cabecera .text-block h1 {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

#aboutus {
    background-color: #FFFFFF;
    margin-top: 700px;
    position: relative;
}

#aboutus .golden-block {
    background-image: linear-gradient(-180deg, #E7CCA1 0%, #C99D68 100%) !important;
    box-sizing: border-box;
}

#aboutus .golden-block .text-block {
    margin: 60px 100px 60px 100px;
}

#aboutus .intro-1 p {
    font-size: 24px;
    color: #1A1C29;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
}

#aboutus .intro-2 p {
    font-size: 18px;
    color: #1A1C29;
    letter-spacing: 0;
    line-height: 24px;
}

#aboutus .intro-3 p.txt1 {
    font-size: 18px;
    color: #1A1C29;
    letter-spacing: 0;
}

#aboutus .intro-3 p.txt2 {
    font-family: 'Le Jeune Poster Web';
    font-weight: 900;
    font-style: italic;
    font-size: 32px;
    color: #1A1C29;
    letter-spacing: 0;
}

#aboutus .content-aboutus {
    display: inline-table
}

#aboutus .content-aboutus .img-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: table;
    height: 200px;
    width: 100%
}

#aboutus .content-aboutus .img-block p {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

#weareeco {
    background-color: #FFFFFF;
    position: relative;
}

#weareeco .container-fluid {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 450px;
    margin: 200px 0px 50px;
    width: 100%
}

#weareeco .container-fluid .container .img-block {
    background-size: cover;
    margin-top: -100px;
}

#weareeco .container-fluid .container .text-block h2 {
    font-family: 'Le Jeune Poster Web';
    font-weight: 700;
    font-size: 64px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-top: 50px;
    text-align: center;
}

#weareeco .container-fluid .container .logos-block {
    position: absolute;
    bottom: -50px;
    width: 100%;
}

#weareeco .container-fluid .container .logos-block img {
    display: block;
    margin: 0 auto;
}

#weareeco .container .text-block {
    color: #FFFFFF;
    text-align: center;
}

#weareeco .container p.concepto {
    font-size: 32px;
    color: #C99D68;
    letter-spacing: 0;
    line-height: 42px;
    text-align: center;
}

.btn-bottom {
    position: absolute;
    bottom: 0;
}

#talento .container h2 {
    font-family: 'Le Jeune Poster Web';
    font-weight: 900;
    font-style: italic;
    font-size: 64px;
    letter-spacing: 0;
    margin-top: 50px;
    text-align: right;
}

#talento .container h3 {
    font-family: 'Le Jeune Poster Web';
    font-weight: 900;
    font-style: italic;
    font-size: 24px;
    color: #1A1C29;
    letter-spacing: 0;
}

#talento .container p {
    font-size: 14px;
    color: #1A1C29;
    letter-spacing: 0;
    line-height: 24px;
}

#talento .btn-text p {
    color: #C99D68;
}

#contact {
    background-color: #FFFFFF;
    position: relative;
}

#contact .box {
    background: #F3F3F3;
    height: 400px;
    text-align: right;
}

#contact .box h3 {
    color: #C99D68;
    font-family: 'Le Jeune Poster Web';
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
    margin: 0px;
}

#contact .box p {
    color: #1A1C29;
    font-size: 18px;
    line-height: 24px;
}

#contact .box a {
    color: #1A1C29;
    display: block;
    font-size: 18px;
    line-height: 24px;
}

#contact #map {
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
    height: 400px;
    width: 100%
}

#contact h2 {
    font-family: 'Le Jeune Poster Web';
    font-weight: 700;
    font-size: 34px;
    color: #1A1C29;
    letter-spacing: 0;
    text-align: center
}

#contact #title-map {
    position: absolute;
    top: 50%;
    margin-left: 8%
}

/*---- BLOCK VALORES ----*/
.block-valores {margin-bottom: 80px;}
.block-valores .circle > div {
    width: 121px;
    margin: 0 auto;
    background-color: #CDA575;
    padding: 44px 0;
    border-radius: 70px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
}
.block-valores .circle.mision div {margin-left: 0;}
.block-valores .circle.vision div {margin-right: 0;margin-left: auto;}
.block-valores .circle > div.no-open {
    opacity: 0.5;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.block-valores .circle > div p {
    font-size: 24px;
    color: #fff;
    margin: 0;
    font-family: 'Le Jeune Poster Web';
    font-weight: 600;
}
.block-valores .circle > div img {
    width: 15px;
    margin-top: -3px;
    position: absolute;
    left: 45%;
    filter:invert(100%);
}
.block-valores .block-none, .block-valores .block-none.no-open {
    display: none;
    min-height: 155px;
}
.block-valores .block-none.open {
    display: block;
}
.block-valores .block-none .circle-2 p {
    font-size: 17px;
    color: #CDA575;
    margin: 0;
    font-family: 'Le Jeune Poster Web';
    font-weight: 600;
}
.block-valores .block-none > div {
    padding-top: 63px;
}
.block-valores .block-none.b-mision > div, .block-valores .block-none.b-vision > div {
    padding-left: 25px;
    padding-right: 25px;
}
.block-valores .block-none .circle-2 {
    width: 90px;
    margin: 0 auto;
    border: 1px solid #CDA575;
    border-radius: 70px;
    padding: 20px 0;
    margin-bottom: 15px;
}
.block-valores .block-none .circle-2.l-1 {
    padding: 32px 0;
}

@media (max-width: 600px) {
    .block-valores .circle > div p {font-size: 18px;}
    .block-valores .circle > div {width: 80px;padding: 28px 0;}
    .block-valores .col-xs-12.col-sm-3.text-center {margin-bottom: 20px;}
    .block-valores {margin-bottom: 56px;}
}

/*---- INVESTORS ----*/
#cabecera-investors {
    position: fixed;
    top: 0px;
    width: 100%;
}

#cabecera-investors .container-fluid.cabecera {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: table;
    min-height: 600px;
    width: 100%
}

#cabecera-investors .container-fluid.cabecera .text-block {
    display: table-cell;
    vertical-align: middle;
}

#cabecera-investors .container-fluid.cabecera .text-block p {
    color: #1A1C29;
    font-family: 'Le Jeune Poster Web';
    font-weight: 900;
    font-style: italic;
    font-size: 100px;
    letter-spacing: 0;
    line-height: 82px;
    text-align: center;
}

#cabecera-investors .container-fluid.cabecera .text-block h1 {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercasE;
}

#investors {
    background-color: #FFFFFF;
    margin-top: 600px;
    position: relative;
}

#investors .golden-block {
    background-image: linear-gradient(-180deg, #E7CCA1 0%, #C99D68 100%) !important;
    box-sizing: border-box;
}

#investors .golden-block p {
    color: #1A1C29;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
    margin: 75px 100px 75px 100px;
}

#investors .concept-list ul > li {
    display: table;
    float: left;
    height: 150px;
    padding-right: 5px;
    padding-left: 5px;
    position: relative;
    width: 20%
}

#investors .concept-list ul > li span {
    border: 1px solid #C99D68;
    display: table-cell;
    font-family: 'Le Jeune Poster Web';
    font-weight: 900;
    font-size: 21px;
    color: #1A1C29;
    line-height: 21px;
    padding: 15px;
    text-align: center;
    vertical-align: middle
}

#investors p.texto-destacado {
    font-family: 'Le Jeune Poster Web';
    font-weight: 900;
    font-size: 32px;
    color: #C99D68;
    letter-spacing: 0;
    line-height: 42px;
    text-align: center
}

/*---- PRESS ROOM ----*/
#cabecera-pressroom {
    position: fixed;
    top: 0px;
    width: 100%;
}

#cabecera-pressroom .container-fluid.cabecera {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: table;
    min-height: 600px;
    width: 100%
}

#cabecera-pressroom .container-fluid.cabecera .text-block {
    display: table-cell;
    vertical-align: middle;
}

#cabecera-pressroom .container-fluid.cabecera .text-block h1 {
    color: #FFF;
    font-family: 'Le Jeune Poster Web';
    font-weight: 900;
    font-style: italic;
    font-size: 100px;
    letter-spacing: 0;
    line-height: 82px;
    text-align: center;
    text-transform: inherit;
}

#cabecera-pressroom .container-fluid.cabecera .text-block p {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
}

#pressroom {
    background-color: #FFFFFF;
    margin-top: 500px;
    position: relative;
}

#pressroom .container .img-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: table;
    height: 250px;
    width: 100%
}

#pressroom .container .img-block p {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

#pressroom .container .text-block a {
    display: block;
    margin: 15px 0px;
}

#pressroom .container .border-golden {
    border: 1px solid #C99D68;
}

#pressroom .container .press-title {
    font-family: 'Le Jeune Poster Web';
    font-weight: 900;
    font-style: italic;
    font-size: 22px;
    color: #C99D68;
    letter-spacing: 0;
    margin: 0px !important;
    padding-top: 10px;
    padding-bottom: 15px;
}

#pressroom .container .press-link {
    color: #1A1C29;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0px !important;
}

#pressroom h2 {
    font-family: 'Le Jeune Poster Web';
    font-weight: 900;
    font-style: italic;
    font-size: 48px;
    color: #C99D68;
    letter-spacing: 0;
    line-height: 82px;
    text-align: center;
    margin: 30px 0px;
}

#pressroom .press-block {
    box-sizing: border-box;
    margin: 30px 0px;
}

#pressroom .press-block .data {
    display: block;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #C99D68;
    letter-spacing: 0;
}

#pressroom .press-block .fuente {
    display: block;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #C99D68;
    letter-spacing: 0;
    text-decoration: underline;
    text-transform: uppercase;
}

#pressroom .press-block h3 {
    display: block;
    font-family: 'Le Jeune Poster Web';
    font-weight: 900;
    font-style: italic;
    font-size: 24px;
    color: #1A1C29;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 0px;
}

#pressroom .press-block p {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    margin: 20px 0px;
}

/*---- BLOG ----*/
.blog h2 {
    margin-right: 16.66666667%;
    margin-top: 17px;
    font-size: 4rem;
    line-height: 1;
}

.blog a {
    color: #C99D68;
}

.blog .cabecera-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 700px;
    position: relative;
    background-attachment: fixed;
    z-index: -1;
}

.blog .blog-text {
    margin-top: -215px;
    padding: 45px 50px;
    background-color: #FFF;
}

.blog .blog-text .blog-text-body {
    font-size: 1.5rem;
    padding: 28px 0px;
    line-height: 2.571rem;
}

.blog .blog-text .date-author, .blog .blog-text .blog-link {
    float: left;
    color: #C99D68;
    padding-bottom: 8px;
}

/*---- BLOG-POST ----*/
#blog-post .blog-text {
    padding: 0;
}

#blog-post .blog-text h2, #blog-post .blog-text .date-author, #blog-post .blog-text .blog-text-body p {
    padding: 0px 70px;
}

#blog-post .blog-text .blog-text-body p.main-p {
    margin-bottom: 2.3rem;
}

#blog-post .blog-text .blog-text-body p:not(.main-p) {
    font-size: 1.143rem;
    margin: 1.143rem 0;
    color: #000000;
    line-height: 28px;
}

#blog-post .blog-text img {
    width: 100%;
    padding: 30px 0;
}

#blog-post .blog-text .blog-text-body .blog-footer-links {
    padding: 0px 70px;
    font-size: 0.8rem;
    line-height: 1.2rem;
    text-transform: uppercase;
}

#blog-post .blog-text .blog-text-body .blog-footer-links .blog-link {
    clear: left;
}

#blog-post .cabecera-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 700px;
    position: relative;
    background-attachment: fixed;
    z-index: -1;
}

/*---- FOOTER ----*/
footer {
    background: #FFF;
    padding: 30px 0px;
    text-align: center;
}

footer p {
    color: #1A1C29;
    font-size: 14px;
    margin: 10px 0px
}

footer a {
    color: #1A1C29;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0px
}

footer a:hover, footer a:focus {
    color: #1A1C29;
}

footer a.logo-footer {
    display: block;
    margin: 30px auto;
}

/*---- RESPONSIVE ----*/
@media (max-width: 1100px) {

    header .buscador .form-inline .form-group {
        padding: 0px 5px;
    }

    .btn-back {
        height: 58px;
        width: 40px;
    }

    .btn-back span {
        font-size: 15px;
    }

    .btn-menu {
        height: 58px;
        width: 44px;
    }

    .btn-menu .hamburger {
        padding: 14px;
    }

    .hamburger-box {
        width: 20px;
        height: 10px;
    }

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 20px;
    }
}

@media (max-width: 992px) {
    header .navbar {
        height: 100px;
    }

    header .buscador {
        background: #FFFFFF;
        padding: 15px 0px;
    }

    header .buscador .form-inline p {
        font-size: 16px;
        display: block;
    }

    header .buscador .form-inline button {
        font-size: 16px;
    }

    header .buscador .form-inline [class^="icon-"], header .buscador .form-inline[class*=" icon-"] {
        font-size: 16px;
    }

    header .buscador .form-inline .form-group .form-control {
        height: auto;
        padding: 5px;
        text-align: center;
    }

    #slider .item .row-play .video-btn img {
        width: 10%;
    }
}

@media (max-width: 768px) {
    header .navbar .logo-home {display: block;}
    header .navbar .logo-link {display: none;}

    .pl0 {
        padding-left: 15px
    }

    .pr0 {
        padding-right: 15px
    }

    .pl5 {
        padding-left: 15px
    }

    .pr5 {
        padding-right: 15px
    }

    .pl30 {
        padding-left: 15px
    }

    .pr30 {
        padding-right: 15px
    }

    .pl50 {
        padding-left: 15px
    }

    .pr50 {
        padding-right: 15px
    }

    .btn-plus {
        height: 40px;
        width: 40px;
    }

    .btn-arrow-down {
        height: 40px;
        width: 40px;
    }

    .btn-text {
        height: 40px;
    }

    .btn-text p {
        width: auto;
        font-size: 14px;
        line-height: 18px !important;
        padding-left: 10px;
    }

    header .navbar {
        height: 75px;
    }

    header .navbar .logo-home {
        margin: 20px auto;
        width: 140px;
    }

    header .navbar .logo-home img {
        width: 140px;
    }

    .buscador {
        display: none;
    }

    .buscador-responsive {
        display: block;
        position: fixed;
        bottom: 0px;
        right: 0px;
        left: 0px;
        background: #C99D68;
        padding: 15px;
        z-index: 1000;
    }

    .buscador-responsive p {
        margin-bottom: 0px;
    }

    .buscador-responsive a.btn-black {
        font-family: 'Le Jeune Poster Web';
        font-weight: 700;
        font-size: 16px;
        color: #1A1C29;
        letter-spacing: 0;
        line-height: 15px;
        border: 2px solid #000;
        color: #000;
        display: inline-block;
        padding: 10px 20px;
        text-align: center;
    }

    .buscador-responsive a.link-black {
        text-align: center;
        display: inline-block;
        padding: 10px 5px 5px 5px;
        color: #000;
    }

    #destacado-hotel .img-block {
        margin-top: 50px;
    }

    #destacado-room .img-block {
        margin-top: 50px;
    }

    #slider {
        position: initial;
    }

    #slider .container-fluid {
        max-height: initial;
        min-height: initial;
    }

    #slider .text-slide-responsive {
        background: #fff;
        margin: 0px 35px !important;
        padding: 30px 0px;
    }

    #slider .text-slide-responsive p.claim {
        font-family: 'Le Jeune Poster Web';
        font-weight: 900;
        font-style: italic;
        font-size: 42px;
        color: #C99D68;
        letter-spacing: 0;
        line-height: 36px;
        text-align: center;
        text-shadow: none
    }

    #slider .text-slide-responsive p.title {
        font-weight: 700;
        font-size: 16px;
        color: #1A1C29;
        line-height: 16px;
        text-align: center;
        margin: 30px 0
    }

    #slider .text-slide-responsive p.content {
        font-weight: 400;
        font-size: 14px;
        color: #1A1C29;
        letter-spacing: 0;
        line-height: 21px;
        text-align: center
    }

    #slider .text-slide-responsive .btn-arrow-right {
        border-color: #1A1C29
    }

    #slider .text-slide-responsive .btn-arrow-right span {
        color: #1A1C29
    }

    #slider .item .row-play .video-btn {
        position: absolute;
        margin: -370px auto 0;
        width: 100%;
        left: 0;
    }

    #slider .item .row-play .video-btn img {
        width: 22%;
        margin-top: -55px;
    }

    #slider .carousel-indicators {
        margin-bottom: 0px;
        margin-top: -50px;
        z-index: 0
    }

    #social-desktop {
        margin-top: 20px;
        text-align: center;
    }

    #social-desktop p {
        margin-bottom: 10px;
    }

    #cabecera-aboutus .container-fluid.cabecera {
        height: 400px;
    }

    #cabecera-aboutus .container-fluid.cabecera .text-block p {
        font-size: 42px;
        line-height: 36px;
    }

    #aboutus {
        margin-top: 450px;
    }

    #aboutus .intro-1 {
        margin-top: -100px;
    }

    #aboutus .intro-1 p {
        font-size: 18px;
        line-height: 24px;
    }

    #aboutus .intro-2 {
        margin-left: 15px;
        margin-right: 15px;
        text-align: center;
    }

    #aboutus .intro-2 p {
        font-size: 14px;
        line-height: 21px;
    }

    #aboutus .intro-3 p.txt1 {
        font-size: 14px;
        line-height: 21px;
    }

    #aboutus .intro-3 p.txt2 {
        font-size: 14px;
        line-height: 21px;
    }

    #aboutus .intro-3 p.txt2 {
        font-size: 21px;
    }

    #aboutus .golden-block {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-left: 40px;
        margin-right: 40px;
    }

    #aboutus .golden-block .text-block {
        margin: 15px;
    }

    #aboutus .content-aboutus .img-block {
        margin-top: 30px;
    }

    #cabecera-investors .container-fluid.cabecera {
        height: 400px;
    }

    #cabecera-investors .container-fluid.cabecera .text-block p {
        font-size: 42px;
        line-height: 36px;
    }

    #investors .golden-block {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-left: 40px;
        margin-right: 40px;
    }

    #investors .golden-block .text-block {
        margin: 15px;
    }

    #investors .golden-block p {
        font-size: 18px;
        line-height: 24px;
        margin: 15px;
    }

    #investors .concept-list {
        padding-top: 0px;
    }

    #investors .concept-list ul > li {
        height: 125px;
    }

    #investors .concept-list ul > li span {
        font-size: 14px;
        line-height: 16px;
        font-weight: 700
    }

    #investors .concept-circles {
        padding: 15px 0px;
    }

    #weareeco {
        position: initial;
        padding: 0px;
    }

    #weareeco .container .text-block {
        padding-top: 30px;
    }

    #weareeco .container-fluid {
        margin: 0px;
        height: auto;
        background-image: none !important;
    }

    #weareeco .container-fluid .container .img-block {
        margin: 50px 15px 75px 0px;
    }

    #weareeco .container-fluid .container .text-block h2 {
        margin: 0px;
        font-size: 46px;
        margin-bottom: 20px;
    }

    #weareeco .container p.concepto {
        font-size: 24px;
        line-height: 28px;
    }

    #talento {
        padding-bottom: 30px;
    }

    #talento .container h2 {
        font-size: 46px;
        margin-top: 0px;
        text-align: left;
    }

    #talento .container p {
        font-size: 14px;
        line-height: 21px;
    }

    #talento .btn-bottom {
        position: initial;
        margin-top: 30px;
    }

    #contact .pl0 {
        padding-left: 0px;
    }

    #contact .pl0 {
        padding-right: 0px;
    }

    #cabecera-pressroom .container-fluid.cabecera .text-block h1 {
        font-size: 42px;
        line-height: 36px;
    }

    #pressroom .press-block h3 {
        font-size: 21px;
        line-height: 24px;
    }

}

@media (max-width: 480px) {
    #aboutus .intro-1 p {
        font-size: 14px;
        line-height: 18px;
    }

    #investors .golden-block p {
        font-size: 14px;
        line-height: 18px;
    }

    #investors .concept-list ul > li {
        height: auto;
        margin: 5px 0px;
        padding: 0px;
        width: 100%;
    }

    #investors p.texto-destacado {
        font-size: 24px;
        line-height: 34px;
        font-weight: 700;
    }

    #contact #map {
        height: 200px;
    }

    #contact .box {
        height: 300px;
        text-align: center;
    }

    #pressroom h2 {
        font-size: 40px;
        line-height: 46px;
        margin: 0px;
        text-align: left;
        padding-left: 15px;
        padding-bottom: 30px;
    }

    #pressroom .row-height, #pressroom .col-height {
        display: block;
        margin: 0px 0px 50px 0px;
    }

    #slider .item .row-play .video-btn img {
        width: 15%;
        opacity: 0.6;
        margin-top: -200px;
    }

    .video-btn .glyphicon {
        display: block !important;
        font-size: 3rem;
        color: #C99D68;
        position: relative;
        margin-top: 25vh;
        text-align: center;
    }

    /*.close-video {top: 15px;}*/
    #weareeco .logos-block img {
        width: 100%;
        height: auto;
    }

}

@media (max-device-width: 680px) and (orientation: landscape) {
    #slider .item .row-play .video-btn img {
        width: 14%;
        opacity: 0.6;
        margin-top: -200px;
    }

    .video-btn .glyphicon {
        display: block !important;
        font-size: 3rem;
        color: #C99D68;
        position: relative;
        margin-top: -70vh;
        text-align: center;
    }

    /*.close-video {top: 15px;}*/
}

@media (max-height: 800px) and (orientation: landscape) {
    #slider .container-fluid .row {
        padding-bottom: 12vh;
        vertical-align: bottom;
    }

    #slider .carousel-indicators {
        margin-bottom: 50px;
    }

    #destacado-hotel .img-block {
        margin-top: -50px;
    }
}

@media (max-height: 600px) and (orientation: landscape) {
    #slider .container-fluid .row {
        padding-bottom: 10vh;
        vertical-align: bottom;
    }

    #slider .carousel-indicators {
        margin-bottom: 25px;
    }

    #destacado-hotel .img-block {
        margin-top: 0px;
    }
}

/* MODAL PRESSKIT 29-05-2019 */

#modalPresskit .modal-dialog {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
}

#modalPresskit .modal-content {
    background-color: #ffffff;
}

#modalPresskit .modal-content .modal-header {
    border-bottom: 2px solid #C99D68;
}

#modalPresskit .modal-content .modal-header h3 {
    color: #C99D68;
    font-size: 40px;
    letter-spacing: 0;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

#modalPresskit .modal-content .modal-header .close {
    margin: 20px 0px;
    opacity: 1;
    box-shadow: transparent;
}

#modalPresskit .modal-content .modal-header .close span {
    font-size: 40px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 200;
    color: #c99c68;
}

#modalPresskit .modal-content .modal-body {
    padding: 30px 0px 0px 0px;
}

#modalPresskit .modal-content .modal-body form#downloadPresskit input {
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;

    border: none;
    border-bottom: 1px solid #C99D68;
    border-radius: 0px;
    margin: 0px 30px;
    padding: 10px 30px;
    width: calc(100% - 60px);
}

#modalPresskit .modal-content .modal-body form#downloadPresskit input::placeholder {
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
}

#modalPresskit .modal-content .modal-body form#downloadPresskit ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
}

#modalPresskit .modal-content .modal-body form#downloadPresskit ::-moz-placeholder { /* Firefox 19+ */
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
}

#modalPresskit .modal-content .modal-body form#downloadPresskit :-ms-input-placeholder { /* IE 10+ */
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
}

#modalPresskit .modal-content .modal-body form#downloadPresskit :-moz-placeholder { /* Firefox 18- */
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
}

#modalPresskit .modal-content .modal-body form#downloadPresskit button.btn-download {
    background-color: #C99D68;
    border: none;
    display: block;
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    margin: 30px auto;
    padding: 15px;
    text-align: center;
    width: 150px;
}

#modalPresskit .modal-content .modal-body form#downloadPresskit a.link-password {
    color: #000000;
    display: inherit;
    font-family: 'proxima-nova', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 50px;
}

#modalPresskit #collapsePassword .well {
    background-color: #C99D68;
    border: none;
    border-radius: 0;
    margin: 0px;
    padding: 30px 0px;
}

#modalPresskit #collapsePassword .well h4 {
    font-family: LeJeunePoster-Bold;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 30px;
    font-style: normal;
    margin-top: 20px;
}

#modalPresskit #collapsePassword .well h4 small {
    color: #ffffff;
    font-size: 60%;
    font-style: italic;
    font-weight: 700;
}

#modalPresskit #collapsePassword .well input {
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;

    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0px;
    margin: 10px 30px;
    padding: 10px 30px;
    width: calc(100% - 60px);
}

#message-form-presskit {
    text-align: center;
    padding-bottom: 30px;
}

#modalPresskit #collapsePassword .well input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #ffffff !important;
}

#modalPresskit #collapsePassword .well input::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff !important;
}

#modalPresskit #collapsePassword .well input:-ms-input-placeholder { /* IE 10+ */
    color: #ffffff;
}

#modalPresskit #collapsePassword .well input:-moz-placeholder { /* Firefox 18- */
    color: #ffffff !important;
}

#modalPresskit #collapsePassword .well button.btn-send {
    background-color: #FFFFFF;
    border: none;
    display: block;
    font-family: 'proxima-nova', sans-serif;
    font-size: 16px;
    color: #C99D68;
    letter-spacing: 0;
    margin: 30px auto;
    padding: 15px;
    text-align: center;
    width: 150px;
}

#modalPresskit #message-ok.modal-content .modal-header h3 {
    text-align: center;
}

#modalPresskit #message-ok.modal-content .modal-body p {
    text-align: center;
    padding: 50px;
}

#ModalTarifas .block-img img {
    height: 100%;
    object-fit: cover;
}
#ModalTarifas .title {
    font-family: var(--serif);
    font-size: 32px;
    color: #000000;
    margin-bottom: 40px;
    color: var(--grey);
    font-weight: 700;
}
#ModalTarifas p {
    font-family: var(--sansserif);
    font-size: 15px;
    color: #30322F;
}
#ModalTarifas .block-info {
    padding-left: 50px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 35px;
}
#ModalTarifas img.close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    z-index: 1;
}
#ModalTarifas .block-img {
    padding: 0;
}
#ModalTarifas .modal-content {
    border: 0;
    border-radius: 0;
}
#ModalTarifas .container {
    padding: 0;
}
#ModalTarifas .btn {
    margin-top: 25px;
}
#ModalTarifas .modal-dialog {
    max-width: 600px;
}
#ModalTarifas .display-table {
    display: table;
    height: 100%;
}
#ModalTarifas .display-table-cell {
    display: table-cell;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    #ModalTarifas .block-img {
        padding: 0 5px;
    }
    #ModalTarifas .block-img img {
        height: 260px;
    }
    .container {
        max-width: 600px;
    }
    #ModalTarifas img.close {
        filter:invert(1);
        opacity: 1;
    }
}

body.canvas-slid {
    position: absolute !important;
}

body.canvas-sliding #msn-covid-8 {
    opacity: 0;
}