@font-face {
    font-family: 'intro_regular';
    src: url('../fonts/intro-webfont.eot');
    src: url('../fonts/intro-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/intro-webfont.woff2') format('woff2'),
        url('../fonts/intro-webfont.woff') format('woff'),
        url('../fonts/intro-webfont.ttf') format('truetype'),
        url('../fonts/intro-webfont.svg#intro_inlineregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tgl_0-1451_engschriftregular';
    src: url('../fonts/tgl_0-1451eng-webfont.eot');
    src: url('../fonts/tgl_0-1451eng-webfont.eot?#iefix')
            format('embedded-opentype'),
        url('../fonts/tgl_0-1451eng-webfont.woff2') format('woff2'),
        url('../fonts/tgl_0-1451eng-webfont.woff') format('woff'),
        url('../fonts/tgl_0-1451eng-webfont.ttf') format('truetype'),
        url('../fonts/tgl_0-1451eng-webfont.svg#intro_inlineregular')
            format('svg');
    font-weight: normal;
    font-style: normal;
}

/* GENERALS
**********/
p,
blockquote,
span {
    font-weight: light;
    font-size: 100%;
}

.container {
    position: relative;
}

.fa {
    font-family: 'FontAwesome';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'tgl_0-1451_engschriftregular', Sans-serif !important;
    font-size: 160%;
    color: #333333;
}

.font-script {
    font-family: 'intro_regular' !important;
    font-size: 3em !important;
    line-height: 100% !important;
    text-transform: none;
}

blockquote {
    position: relative;
    border-left: none;
    padding-left: 50px;
    font-size: 130%;
}
blockquote:before {
    font-family: 'FontAwesome';
    font-size: 200%;
    color: #505050;
    content: '\f10d';
    position: absolute;
    top: -10px;
    left: 0;
}

a,
a:active,
a:focus,
a:active {
    font-weight: inherit;
    /*font-family: "tgl_0-1451_engschriftregular";*/
    font-size: inherit;
    font-size: 100%;
}

.text-align-left {
    text-align: left;
}

.btn {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn:active {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-large,
.btn-large.btn:active {
    padding: 15px 20px;
}

.btn.btn-outline {
    border: 2px solid #5c715e;
    border-radius: 0;
    color: #5c715e !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}
.btn.btn-outline:hover {
    background: #5c715e;
    color: #fff4de !important;
}

.btn.btn-outline-w {
    border: 2px solid #ffffff;
    border-radius: 0;
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}
.btn.btn-outline-w:hover {
    background: #ffffff;
    color: #1f1f1f !important;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-top-40 {
    margin-top: 40px;
}

p.js-error,
p.js-success {
    padding: 5px 10px !important;
    margin: 20px 0;
    font-weight: normal;
    font-size: 14px;
    border-left: 5px solid;
    display: none;
}

li.visible-xs.visible-sm.hidden-md.idiomas-mvl a {
    display: inline-table;
    margin-right: 5px;
}

section.rex-form-section
    .rex-block
    form.form-group
    div.form-group
    div.input-group
    select.form-control,
section.rex-contact-section
    .rex-block
    form.form-group
    div.form-group
    div.input-group
    select.form-control {
    cursor: pointer;
    font-family: 'tgl_0-1451_engschriftregular';
    background-image: url(../images/arrow-select.png);
    background-position: 94% center;
    background-size: 13px;
    background-repeat: no-repeat;
    border-right: 1px solid #ececec;
    color: #333333;
    font-size: 16px;
}

::-webkit-input-placeholder {
    font-size: 16px !important;
    color: #333333 !important;
    font-family: 'tgl_0-1451_engschriftregular' !important;
    line-height: 1.2;
    vertical-align: bottom;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 16px !important;
    color: #333333!important;
    font-family: 'tgl_0-1451_engschriftregular' !important;
    line-height: 1.2;
    vertical-align: bottom;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 16px !important;
    color: #333333 !important;
    font-family: 'tgl_0-1451_engschriftregular' !important;
    line-height: 1.2;
    vertical-align: bottom;
}

:-ms-input-placeholder {
    font-size: 16px !important;
    color: #333333 !important;
    font-family: 'tgl_0-1451_engschriftregular' !important;
    line-height: 1.2;
    vertical-align: bottom;
}

form {
    position: relative;
}

input.fake-textarea {
    height: 150px !important;
}

.checkbox-btn {
    font-size: 13px;
    color: #505050;
    padding-left: 10px;
}
.checkbox-btn a {
    text-decoration: underline;
    color: #505050;
    /* TRANSITION */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.checkbox-btn a:hover {
    opacity: 0.7;
}

p.js-error,
p.js-success {
    border: 0;
    margin: 0;
}
p.js-error {
    width: 100%;
    position: absolute;
    bottom: -45px;
    left: 0;
    z-index: 5;
    text-align: center;
    color: #a94442;
    background-color: #f2dede;
    border: 2px solid #ebccd1;
}
p.js-error p {
    color: inherit;
    display: none;
    padding: 10px 0 !important;
}
p.js-error p:first-child {
    display: block;
}

/* CONTAINERS
************/
#main-wrapper {
    padding-top: 60px;
}

/* HEADER
********/
header .rex-logo {
    background-color: #333333;
    /*padding: 6px 0 14px;*/
}
header .rex-logo .large-logo {
    padding: 7px 12px;
    width: 80%;
}

header .small-menu .large-only {
    display: block;
}

header ul.slimmenu:not(.collapsed) {
    margin-top: 0;
}

header .rex-main-menu {
    padding-top: 10px;
}
header .rex-main-menu ul li a {
    color: #5c715e;
}

header .rex-logo,
header .small-menu,
header .small-menu .rex-main-menu {
    height: 60px;
}

header ul.slimmenu li a,
header ul.slimmenu li {
    font-family: 'tgl_0-1451_engschriftregular';
    font-size: 18px;
    letter-spacing: 1px;
}

.cta-header {
    padding: 20px;
    font-size: 14px;
    color: #5c715e;
    text-transform: uppercase;
    background: #fff4de;
    box-shadow: inset 0px 0px 0px 6px #fff4de, inset 0px 0px 0px 8px #5c715e;
    opacity: 0.9;
    overflow: hidden;
    margin: 0 auto;
    cursor: default;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.cta-header:hover,
.cta-header:active,
.cta-header:focus {
    background: #5c715e;
    color: #fff4de;
    opacity: 1;
    text-decoration: none;
    font-size: 14px;
}

/* HEADERS SECCIONES
*******************/
.rex-about-img-area:before {
    width: 100%;
}
.rex-about-img-text .container {
    position: relative;
}
.rex-about-img-text .container .cta-header {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.rex-about-img-area .rex-about-img-text h1 {
    font-family: inherit;
    font-size: 3em !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.rex-about .about-img:before {
    border: 3px solid #ffffff;
}

.header-img {
    background-size: cover !important;
    background-position: center !important;
}
.header-img.top {
    background-position: top !important;
}

.header-historia {
    background: url(../../images/header-historia.jpg);
}

.header-contacto {
    background: url(../../images/header-contacto.jpg);
}

.header-gastronomia {
    background: url(../../images/header-gastronomia.jpg);
}

.header-noticias {
    background: url(../../images/header-noticias.jpg);
}

.header-reservado {
    background: url(../../images/header-reservado.jpg);
}

.header-menus-grupos {
    background: url(../../images/header-grupos.jpg);
}

.rex-about .rex-block ul li {
    padding: 60px 80px;
}
.rex-about .rex-block ul li h4 {
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.rex-about .rex-block ul .active {
    background: #5c715e;
}
.rex-about .rex-block ul .active h4,
.rex-about .rex-block ul .active p {
    color: #fff4de;
}
.rex-about .rex-block ul .active:hover {
    background: #5c715e;
}
.rex-about .rex-block ul .active:hover h4,
.rex-about .rex-block ul .active:hover p {
    color: #fff4de;
}

/* FOOTER
********/
.btt-wrap {
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    z-index: 10;
}
.btt-wrap a {
    width: 63px;
    height: 63px;
    background: #5c715e;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    position: relative;
    border: 7px solid #ffffff;
}
.btt-wrap a i {
    position: absolute;
    top: 6px;
    left: 10px;
    font-size: 30px;
    color: #fff4de;
}

footer .rex-block .rex-newsletter .rex-newsletter-section {
    margin-bottom: 0;
}

footer .rex-block .rex-contact-info {
    background-color: #333;
    padding: 90px 0 89px;
}
footer .rex-block .rex-contact-info a img {
    width: 180px;
}
footer .rex-block .rex-contact-info .phone-number a {
    color: #fff;
}
footer .rex-block .rex-opening-hours {
    padding: 70px 0;
    background-color: #ffffff;
}
footer .rex-block .rex-opening-hours .rex-offers {
    margin-right: 4%;
    background: #f7f7f7;
}

.cta-footer {
    vertical-align: bottom;
    padding: 25px 40px;
    font-size: 14px;
    border-radius: 0;
    color: #5c715e;
    text-transform: uppercase;
    background: #fff4de;
    box-shadow: inset 0px 0px 0px 6px #fff4de, inset 0px 0px 0px 8px #5c715e;
    opacity: 0.9;
    overflow: hidden;
    margin: 0 auto;
    cursor: default;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}
.cta-footer:hover,
.cta-footer:active,
.cta-footer:focus {
    background: #5c715e;
    color: #fff4de;
    opacity: 1;
    box-shadow: inset 0px 0px 0px 6px #fff4de, inset 0px 0px 0px 8px #5c715e;
    padding: 25px 40px;
    text-decoration: none;
    font-size: 14px;
}

footer .rex-block .rex-contact-info .email-address a,
footer .rex-block .rex-contact-info .phone-number a {
    font-size: 16px;
}

footer .legal-container {
    padding: 15px 0;
    background: #f7f7f7;
    border-top: 1px solid #ededed;
}
footer .legal-copyright p {
    font-size: 12px;
    line-height: 2;
}
footer .legal-links ul {
    float: right;
}
footer .legal-links ul li {
    display: inline-block;
    margin-left: 15px;
}
footer .legal-links ul li:last-child {
    margin-right: -10px;
}
footer .legal-links ul li a {
    font-size: 12px;
    text-decoration: underline;
    color: #505050;
    line-height: 2;
    /* TRANSITION */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
footer .legal-links ul li a:hover {
    opacity: 0.7;
}

/* SLIDER
********/
.rex-slider .rex-slider-text h1 {
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1;
    text-transform: none;
    font-family: 'intro_regular' !important;
    text-shadow: 1px 1px 2px rgba(41, 41, 41, 0.72);
    font-weight: normal;
    font-size: 85px;
}

.owl-carousel .owl-wrapper-outer,
.owl-carousel,
.rex-slider .rex-main-slider,
.rex-slider {
    height: calc(100vh - 60px);
}

.rex-slider .rex-slider-text {
    width: auto;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rex-slider .rex-slider-text {
    overflow: hidden;
    margin: 0 auto;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 2;
}
.rex-slider .rex-slider-text img {
    width: 100%;
    padding: 0 0 15px;
}
.rex-slider .rex-slider-text h1,
.rex-slider .rex-slider-text h2 {
    color: #ffffff;
    font-family: 'intro_regular', sans-serif !important;
    text-align: center;
}
.rex-slider .rex-slider-text h1 {
    font-size: 130px;
}
.rex-slider .rex-slider-text h2 {
    font-size: 58px;
}
.rex-slider .rex-slider-text .subtitle {
    text-align: center;
    line-height: 0.2;
}
.rex-slider .rex-slider-text .subtitle.top {
    padding-top: 15px;
}
.rex-slider .rex-slider-text .subtitle.bottom {
    padding-bottom: 15px;
}
.rex-slider .rex-slider-text .subtitle span {
    font-family: 'tgl_0-1451_engschriftregular';
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    display: inline-block;
    position: relative;
}
.rex-slider .rex-slider-text .subtitle span:before,
.rex-slider .rex-slider-text .subtitle span:after {
    width: 600px;
    content: '';
    position: absolute;
    background: white;
}
.rex-slider .rex-slider-text .subtitle span:before {
    right: 100%;
    margin-right: 15px;
}
.rex-slider .rex-slider-text .subtitle span:after {
    margin-left: 15px;
}

.rex-slider .rex-slider-button {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10vh;
    z-index: 100;
}

.rex-slider .owl-pagination {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.owl-carousel .owl-item {
    position: relative;
    height: 100vh;
}
.owl-carousel .owl-item > div {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: center !important;
}

.rex-slider .rex-main-slider:before {
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    left: 0;
}

/* MODULOS HOME
***************/
.rex-dinner-menu.before-right:before {
    right: 0 !important;
    left: auto;
}

.before-left:before {
    left: 0 !important;
    right: auto;
}

.rex-head-chef-section .head-chef:before {
    border: none;
}

.rex-head-chef-section .head-chef .head-chef-img {
    width: 100%;
    margin-top: 0;
    padding: 35px 20px;
}

.rex-dinner-menu.no-before .rex-menu-list:before {
    display: none;
}

.rex-dinner-menu.no-before:before {
    display: none;
}

.no-before:before {
    display: none;
}

.rex-head-chef-section .head-chef .head-chef-text p {
    padding-bottom: 18px;
}

.rex-dinner-menu .rex-slide-angle .triangle-up:after {
    border-color: transparent transparent #fff transparent;
}

.triangle-down:after {
    border-color: #fff transparent transparent transparent;
}

.rex-dinner-menu .rex-slide-angle .triangle-down:hover {
    border-color: #fff transparent transparent transparent;
}

.rex-dinner-menu .rex-slide-angle .triangle-up:hover {
    border-color: transparent transparent #fff transparent;
}

.modulo-intro:before {
    background: url(../images/modulo-intro-bg.jpg);
    background-size: cover;
}

.modulo-ruta:before {
    background: url(../images/ruta-bg.jpg);
    background-size: cover;
}

.modulo-carta {
    background: url(../images/home-carta-bg-2.jpg);
    background-size: cover;
}

.modulo-reserva:before {
    background: url(../images/modulo-reserva-bg.jpg);
    background-size: cover;
}

.modulo-grupos-reservado {
    background: #cccccc;
}

.modulo-grupos-reservado {
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}
.modulo-grupos-reservado:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
}
/*.modulo-grupos-reservado:before {
    background: url(../../images/biblioteca/celler-side-bg.jpg);
    background-size: cover;}*/

.modulo-reservado:before {
    background: url(../images/biblioteca/nuria_celler.jpg);
    background-size: cover;
    background-position: center;
}

.modulo-intro:before,
.modulo-reserva:before,
.modulo-grupos-reservado:before,
.modulo-reservado:before,
.modulo-gastronomia:before, 
.modulo-ruta:before {
    opacity: 0.4;
}

/* HACER RESERVA
***************/
.form-group .input-group.half {
    width: 50% !important;
    float: left;
}

.rex-form-section .rex-block .from-btn-section {
    margin-top: 0;
}
.rex-form-section
    .rex-block
    .rex-form-contant
    .form-group
    .input-group
    .form-control,
.rex-contact-section
    .rex-block
    .rex-form-contant
    .form-group
    .input-group
    .form-control {
    /* background: #ffffff; */
    background: transparent;
}
.rex-form-section
    .rex-block
    .rex-form-contant
    .form-group
    .input-group
    .input-group-addon,
.rex-contact-section
    .rex-block
    .rex-form-contant
    .form-group
    .input-group
    .input-group-addon {
    background: #ffffff;
}
.rex-form-section
    .rex-block
    .rex-form-contant
    .form-group
    .input-group
    .input-group-addon
    i,
.rex-contact-section
    .rex-block
    .rex-form-contant
    .form-group
    .input-group
    .input-group-addon
    i {
    color:#333333; 
}
.rex-contact-section .rex-block .from-btn-section {
    width: 100%;
}
.rex-form-section .rex-block button,
.rex-contact-section .rex-block button {
    width: 100%;
    font-size: inherit;
    background: #5c715e;
    color: #fff4de;
    padding: 20px;
    border-radius: 0;
}
.rex-form-section .rex-form-img:before {
    border: 3px solid #ffffff;
}
.text-area {
    resize: none;
}

/* SOCIAL MEDIA LINKS
********************/
.rex-contact-section .rex-block .contact-media-link ul li:hover .fa-facebook {
    background: #3b5998;
}
.rex-contact-section .rex-block .contact-media-link ul li:hover .fa-instagram {
    background: #c13584;
}
.rex-contact-section .rex-block .contact-media-link ul li:hover .fa-google {
    background:  #34A853 ;
}
.rex-contact-section
    .rex-block
    .contact-media-link
    ul
    li:hover
    .fa-tripadvisor {
    background: #589442;
}

/* MENUS
*******/
.agencia-cta .head-chef-text {
    padding: 50px;
}

.rex-dinner-menu .active {
    background: transparent;
}

.nav-tabs {
    border: none;
    margin-bottom: 20px;
    text-align: left;
}
.nav-tabs > li {
    float: none;
    display: inline-block;
}
.nav > li > a {
    font-family: 'Lato', sans-serif;
    color: #505050;
    padding: 10px 0;
    margin-right: 25px;
    border: none;
    /* TRANSITION */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #505050;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #505050;
    border-radius: 0;
}
.nav-tabs > li > a:hover {
    color: red;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.modulo-menus-grupos li a {
    font-size: 18px;
}

.rex-dinner-menu .select-row .rex-block {
    left: 0;
}

.rex-dinner-menu .select-row .rex-block.menu-petit {
    left: 100px !important;
}

.descargar-pdf {
    margin-top: 20px;
}

.food-menu-title h5 {
    text-transform: uppercase;
}

.carta-menu p {
    color: #1f1f1f;
    /*text-transform: lowercase;*/
}

/* NOTICIAS Y EVENTOS
********************/
.rex-our-upcoming-events .upcoming-section .items {
    float: left;
}

.rex-our-upcoming-events .upcoming-section .items .our-upcoming-text {
    padding: 40px;
}

.rex-our-upcoming-events .upcoming-section .items img {
    padding-bottom: 0;
}

.rex-our-upcoming-events .upcoming-section .items .our-upcoming-text span {
    color: #1f1f1f;
    font-size: 16px;
}

.rex-our-upcoming-events .upcoming-section .items .our-upcoming-text p {
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.4;
}

.rex-our-upcoming-events .upcoming-section .items {
    margin-bottom: 15px;
}

.contenedor-noticia-destacada {
    height: 400px;
    background-size: cover;
}

.rex-our-events-section {
    position: relative;
    padding: 80px 0;
    background-size: cover !important;
    background-position: center !important;
}
.rex-our-events-section .opacity-mask {
    width: 100%;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.rex-our-events-section .rex-block.noticia-destacada p {
    font-size: 16px;
    padding-bottom: 15px;
}

.rex-our-upcoming-events {
    padding-top: 35px;
}

.rex-our-upcoming-events .upcoming-section .items:nth-child(even) {
    margin-right: 0;
}

.img-noticia {
    height: 320px;
    background-size: cover;
}

/* NOTICIA
*********/
.noticia > img {
    width: 100%;
    height: auto;
}

.noticia .rex-single-events-text img {
    max-width: 100%;
}

.rex-single-events {
    padding-top: 80px;
}

.rex-single-events .rex-single-events-text .highlights-text,
.rex-single-events .rex-single-events-text .highlights-color-text {
    font-family: 'tgl_0-1451_engschriftregular';
}

/* DROPDOWN IDIOMAS
******************/
.dropdown {
    position: relative;
    padding: 0;
}
.dropdown button {
    background: #fff;
    font-size: 18px;
    padding: 0;
    color: #6e6e6e;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
    background: #fff;
    outline: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    text-decoration: line-through;
}

.dropdown-menu {
    min-width: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: 0;
    top: 99%;
    left: -15px;
}
.dropdown-menu > li > a {
    font-size: 14px;
    padding: 3px 15px 3px 15px;
}

.dropdown i {
    font-size: 10px;
}

ul.slimmenu li > ul {
    height: auto !important;
    width: auto !important;
}
ul.slimmenu li ul li {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
}

/* POP UP
********/
.popup-wrap {
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
}
.pup-content {
    background: #ffffff;
    padding: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 45px #000000;
}
/*.pup-content img {
      height:100%;}*/
.pup-content .close-box {
    cursor: pointer;
    width: 55px;
    height: 45px;
    position: absolute;
    top: -36px;
    right: 0;
    background: #ffffff;
    border: 8px solid #ffffff;
    -webkit-border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.pup-content .close-box i {
    color: #333333;
    font-size: 24px;
    position: absolute;
    left: 10px;
}

/* GASTRONOMIA
 *************/
.gastronomia .cuerpo-menu {
    margin-bottom: 100px;
}

/* HISTORIA
**********/
.modulo-historia {
    margin-bottom: 20px;
}
.modulo-historia .story-img-area .story-img {
    padding-left: 59px;
}
.modulo-historia.modulo-historia-reverse .story-img-area {
    left: 0;
}
.modulo-historia.modulo-historia-reverse .story-img-area .story-img {
    padding-left: 0;
    padding-right: 59px;
}
.modulo-historia.modulo-historia-reverse .rex-block {
    float: right;
}

.anos h1 {
    font-size: 80px;
}

/* CONTACTO
**********/
.contact-add-padding h3 {
    padding: 0 0 20px 10px;
}

/* SECCION CARTA */
.carta-cuerpo {
    position: relative;
    display: none;
}

.carta-cuerpo.active {
    display: block;
}

.carta-titulo {
    position: absolute;
    height: 100%;
    text-align: center;
    /*left: 8.35%;*/
    background: #fff4de;
    background: #5c715e;
    outline: 3px solid #fff;
    outline-offset: -18px;
    /*padding: 35px;*/
    padding: 35px 100px;
}
.carta-titulo h1,
.carta-titulo h2,
.carta-titulo h3,
.carta-titulo h4,
.carta-titulo h5,
.carta-titulo h6 {
    font-size: 25px;
    color: #fff4de;
    font-weight: normal;
    margin: 20px 0 5px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.carta-titulo .font-script {
    color: #fff4de;
    letter-spacing: 0;
    margin: 0;
}
.carta-titulo p {
    color: #ffffff;
}
.carta-titulo .menu-item {
    flex-direction: column;
    height: 100%;
    display: flex;
    justify-content: center;
}
.carta-titulo .menu-item .btn {
    width: auto;
    font-family: 'intro_regular' !important;
    font-size: 13px;
    text-align: center;
    color: #333 !important;
    background: #fff4de;
    padding: 14px;
    border: 1px solid #fff4de;
    border-radius: 0;
    margin: 30px auto 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.carta-titulo .menu-item .btn:hover {
    color: #fff4de !important;
    background: #333;
}

.carta-contenido {
    text-align: center;
    background: #fff;
}
.carta-contenido .carta-menu li {
    margin: 25px 0;
}

.food-menu-title h5 {
    font-size: 22px;
}

.carta-menu p {
    color: #333;
}

.carta-cuerpo .dinner-manu-angle {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.carta-cuerpo .food-menu-title.titular-carta h5 {
    font-size: 30px;
    display: inline-block;
    color: #a5a5a5;
    padding-bottom: 5px;
    border-bottom: 3px solid;
    margin-top: 20px;
}

.carta-cuerpo ul li .food-menu-title h5 span {
    color: #505050;
}

.carta-cuerpo ul li .food-menu-title h5 .dotted {
    width: 80px;
    height: 1px;
    border-bottom: 2px dotted #505050;
    margin: 0 20px;
}

/* ADDED CODE TO MODIFY FOOD MENU
********************************/
.carta-cuerpo ul li .food-menu-title h5 {
    position: relative;
    text-align: left;
    color: #505050;
}
.carta-cuerpo ul li .food-menu-title h5 span.dish-name {
    position: relative;
    z-index: 5;
    background: white;
    padding-right: 5px;
}
.carta-cuerpo ul li .food-menu-title h5 span.dish-price {
    position: relative;
    z-index: 5;
    background: white;
    padding-left: 5px;
    float: right;
}
.carta-cuerpo ul li .food-menu-title h5 .dotted {
    width: 100%;
    display: block !important;
    position: absolute;
    left: -20px;
    top: 17px;
}
.carta-cuerpo ul li p {
    text-align: left;
}

/* MENUS GRUPOS CORRECTIONS
**************************/
.carta-cuerpo.gr-menus .carta-contenido {
    padding: 30px 70px;
}
.carta-cuerpo.gr-menus .food-menu-title.titular-carta {
    border-top: 1px solid #efefef;
}
.carta-menu li:first-child .titular-carta {
    border: none !important;
}
.carta-cuerpo.gr-menus .food-menu-title.titular-carta h5 {
    font-size: 150%;
    color: #bdbdbd;
    font-style: italic;
    border-bottom: 2px solid;
    border-bottom: 0;
    text-transform: none;
    letter-spacing: 1px;
    padding-bottom: 0;
}
.carta-cuerpo.gr-menus .food-menu-title.titular-carta h5:before,
.carta-cuerpo.gr-menus .food-menu-title.titular-carta h5:after {
    font-style: normal;
    font-family: 'FontAwesome';
    font-size: 10px;
    content: '\f111';
    position: absolute;
    top: 0;
}
.carta-cuerpo.gr-menus .food-menu-title.titular-carta h5:before {
    left: -18px;
}
.carta-cuerpo.gr-menus .food-menu-title.titular-carta h5:after {
    right: -18px;
}
.carta-cuerpo.gr-menus ul li .food-menu-title h5,
.carta-cuerpo.gr-menus ul li p {
    text-align: center;
}

/* OUR HISTORY
*************/
.illustrations-bg {
    /*display:none;*/
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/biblioteca/il-26.jpg);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center !important;
    opacity: 0.6;
}

.rex-story-section .rex-block ul li .story-contant-2 .view-draw {
    border-color: #fff4de;
}
.rex-story-section .rex-block ul li .story-contant-2 .view-draw i {
    color: #fff4de;
}

.rex-story-section .rex-block ul li .story-contant .view-draw {
    border-color: #ffffff;
}
.rex-story-section .rex-block ul li .story-contant .view-draw i {
    color: #ffffff;
}

.rex-story-section .rex-block ul li .story-contant,
.rex-story-section .rex-block ul li .story-contant-2 {
    position: relative;
}
.rex-story-section .rex-block ul li .story-contant-2 .story-text {
    float: none;
}

/* NOTICIAS Y EVENTOS
********************/
.rex-our-upcoming-events .upcoming-section .items:before {
    border: 0;
}

.rex-single-events .rex-single-events-text:before {
    border-color: #5c715e;
}

/* ONLY TEXT PAGE
****************/
.only-text h1,
.only-text h2,
.only-text h3,
.only-text h4,
.only-text h5,
.only-text h6 {
    margin: 20px 0 5px;
}
.only-text h1:first-child,
.only-text h2:first-child,
.only-text h3:first-child,
.only-text h4:first-child,
.only-text h5:first-child,
.only-text h6:first-child {
    margin: 0 0 5px;
}

.only-text ol {
    padding-left: 15px;
}
.only-text ol li {
    margin-bottom: 20px;
}
.only-text ol li h1,
.only-text ol li h2,
.only-text ol li h3,
.only-text ol li h4,
.only-text ol li h5,
.only-text ol li h6 {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    margin-bottom: 0 !important;
}
.only-text ol li ul {
    padding-left: 15px;
    margin: 10px 0;
}
.only-text ol li ul li {
    position: relative;
    margin-bottom: 5px;
}
.only-text ol li ul li:before {
    content: '-';
    position: absolute;
    left: -15px;
}

/* SHORTCODES
*************/
.white-bg {
    background-color: #ffffff;
}
.light-bg {
    background-color: #efefef;
}
.medium-bg {
    background-color: #e6e6e6;
}
.dark-bg {
    color: #ebebeb;
    background-color: #2d2d2d;
}
.dark-bg p {
    color: #c1c1c1;
}

.add-top-30 {
    padding-top: 30px;
}
.add-top-60 {
    padding-top: 60px;
}
.add-top-100 {
    padding-top: 100px;
}
.add-top-150 {
    padding-top: 150px;
}

.add-bottom-30 {
    padding-bottom: 30px;
}
.add-bottom-60 {
    padding-bottom: 60px;
}
.add-bottom-100 {
    padding-bottom: 100px;
}
.add-bottom-150 {
    padding-bottom: 150px;
}

.padding-0 {
    padding: 0;
}
.padding-top-0 {
    padding-top: 0;
}
.padding-right-0 {
    padding-right: 0;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
.padding-left-0 {
    padding-left: 0;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-rigth {
    text-align: right;
}
.text-justify {
    text-align: justify;
}

@media (min-width: 320px) {
    /* ---------------------------------
  SHORTCODES  (320px)
--------------------------------- */

    /* WIDTH SIZES
*************/
    .w-xs-20 {
        width: 20% !important;
        float: left;
    }
    .w-xs-25 {
        width: 25% !important;
        float: left;
    }
    .w-xs-33 {
        width: 33.33333333% !important;
        float: left;
    }
    .w-xs-50 {
        width: 50% !important;
        float: left;
    }
    .w-xs-66 {
        width: 66.66666666% !important;
        float: left;
    }
    .w-xs-75 {
        width: 75% !important;
        float: left;
    }
    .w-xs-100 {
        width: 100% !important;
        float: left;
    }

    /* PADDING 0
***********/
    .p-xs-0 {
        padding: 0 !important;
    }
    .pt-xs-0 {
        padding-top: 0 !important;
    }
    .pr-xs-0 {
        padding-right: 0 !important;
    }
    .pb-xs-0 {
        padding-bottom: 0 !important;
    }
    .pl-xs-0 {
        padding-left: 0 !important;
    }

    /* PADDING REGULAR
*****************/
    .p-xs-regular {
        padding: 15px !important;
    }
    .pt-xs-regular {
        padding-top: 15px !important;
    }
    .pr-xs-regular {
        padding-right: 15px !important;
    }
    .pb-xs-regular {
        padding-bottom: 15px !important;
    }
    .pl-xs-regular {
        padding-left: 15px !important;
    }

    /* PADDING LARGE
*****************/
    .p-xs-large {
        padding: 30px !important;
    }
    .pt-xs-large {
        padding-top: 30px !important;
    }
    .pr-xs-large {
        padding-right: 30px !important;
    }
    .pb-xs-large {
        padding-bottom: 30px !important;
    }
    .pl-xs-large {
        padding-left: 30px !important;
    }

    /* PADDING XTRA LARGE
********************/
    .p-xs-xlarge {
        padding: 60px !important;
    }
    .pt-xs-xlarge {
        padding-top: 60px !important;
    }
    .pr-xs-xlarge {
        padding-right: 60px !important;
    }
    .pb-xs-xlarge {
        padding-bottom: 60px !important;
    }
    .pl-xs-xlarge {
        padding-left: 60px !important;
    }

    /* MARGIN 0
***********/
    .m-xs-0 {
        margin: 0 !important;
    }
    .mt-xs-0 {
        margin-top: 0 !important;
    }
    .mr-xs-0 {
        margin-right: 0 !important;
    }
    .mb-xs-0 {
        margin-bottom: 0 !important;
    }
    .ml-xs-0 {
        margin-left: 0 !important;
    }

    /* MARGIN REGULAR
*****************/
    .m-xs-regular {
        margin: 15px !important;
    }
    .mt-xs-regular {
        margin-top: 15px !important;
    }
    .mr-xs-regular {
        margin-right: 15px !important;
    }
    .mb-xs-regular {
        margin-bottom: 15px !important;
    }
    .ml-xs-regular {
        margin-left: 15px !important;
    }

    /* MARGIN LARGE
*****************/
    .m-xs-large {
        margin: 30px !important;
    }
    .mt-xs-large {
        margin-top: 30px !important;
    }
    .mr-xs-large {
        margin-right: 30px !important;
    }
    .mb-xs-large {
        margin-bottom: 30px !important;
    }
    .ml-xs-large {
        margin-left: 30px !important;
    }

    /* MARGIN XTRA LARGE
*******************/
    .m-xs-xlarge {
        margin: 60px !important;
    }
    .mt-xs-xlarge {
        margin-top: 60px !important;
    }
    .mr-xs-xlarge {
        margin-right: 60px !important;
    }
    .mb-xs-xlarge {
        margin-bottom: 60px !important;
    }
    .ml-xs-xlarge {
        margin-left: 60px !important;
    }

    /* BORDER NONE
**************/
    .b-xs-0 {
        border: 0 !important;
    }
    .bt-xs-0 {
        border-top: 0 !important;
    }
    .br-xs-0 {
        border-right: 0 !important;
    }
    .bb-xs-0 {
        border-bottom: 0 !important;
    }
    .bl-xs-0 {
        border-left: 0 !important;
    }
}

@media (min-width: 768px) {
    /* ---------------------------------
  SHORTCODES  (768px)
--------------------------------- */

    /* WIDTH SIZES
*************/
    .w-sm-20 {
        width: 20% !important;
        float: left;
    }
    .w-sm-25 {
        width: 25% !important;
        float: left;
    }
    .w-sm-33 {
        width: 33.33333333% !important;
        float: left;
    }
    .w-sm-50 {
        width: 50% !important;
        float: left;
    }
    .w-sm-66 {
        width: 66.66666666% !important;
        float: left;
    }
    .w-sm-75 {
        width: 75% !important;
        float: left;
    }
    .w-sm-100 {
        width: 100% !important;
        float: left;
    }

    /* PADDING 0
***********/
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0 {
        padding-left: 0 !important;
    }

    /* PADDING REGULAR
*****************/
    .p-sm-regular {
        padding: 15px !important;
    }
    .pt-sm-regular {
        padding-top: 15px !important;
    }
    .pr-sm-regular {
        padding-right: 15px !important;
    }
    .pb-sm-regular {
        padding-bottom: 15px !important;
    }
    .pl-sm-regular {
        padding-left: 15px !important;
    }

    /* PADDING LARGE
*****************/
    .p-sm-large {
        padding: 30px !important;
    }
    .pt-sm-large {
        padding-top: 30px !important;
    }
    .pr-sm-large {
        padding-right: 30px !important;
    }
    .pb-sm-large {
        padding-bottom: 30px !important;
    }
    .pl-sm-large {
        padding-left: 30px !important;
    }

    /* PADDING XTRA LARGE
********************/
    .p-sm-xlarge {
        padding: 60px !important;
    }
    .pt-sm-xlarge {
        padding-top: 60px !important;
    }
    .pr-sm-xlarge {
        padding-right: 60px !important;
    }
    .pb-sm-xlarge {
        padding-bottom: 60px !important;
    }
    .pl-sm-xlarge {
        padding-left: 60px !important;
    }

    /* MARGIN 0
***********/
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0 {
        margin-left: 0 !important;
    }

    /* MARGIN REGULAR
*****************/
    .m-sm-regular {
        margin: 15px !important;
    }
    .mt-sm-regular {
        margin-top: 15px !important;
    }
    .mr-sm-regular {
        margin-right: 15px !important;
    }
    .mb-sm-regular {
        margin-bottom: 15px !important;
    }
    .ml-sm-regular {
        margin-left: 15px !important;
    }

    /* MARGIN LARGE
*****************/
    .m-sm-large {
        margin: 30px !important;
    }
    .mt-sm-large {
        margin-top: 30px !important;
    }
    .mr-sm-large {
        margin-right: 30px !important;
    }
    .mb-sm-large {
        margin-bottom: 30px !important;
    }
    .ml-sm-large {
        margin-left: 30px !important;
    }

    /* MARGIN XTRA LARGE
*******************/
    .m-sm-xlarge {
        margin: 60px !important;
    }
    .mt-sm-xlarge {
        margin-top: 60px !important;
    }
    .mr-sm-xlarge {
        margin-right: 60px !important;
    }
    .mb-sm-xlarge {
        margin-bottom: 60px !important;
    }
    .ml-sm-xlarge {
        margin-left: 60px !important;
    }

    /* BORDER NONE
**************/
    .b-sm-0 {
        border: 0 !important;
    }
    .bt-sm-0 {
        border-top: 0 !important;
    }
    .br-sm-0 {
        border-right: 0 !important;
    }
    .bb-sm-0 {
        border-bottom: 0 !important;
    }
    .bl-sm-0 {
        border-left: 0 !important;
    }
}

@media (min-width: 992px) {
    /* ---------------------------------
  SHORTCODES  (992px)
--------------------------------- */

    /* WIDTH SIZES
*************/
    .w-md-20 {
        width: 20% !important;
        float: left;
    }
    .w-md-25 {
        width: 25% !important;
        float: left;
    }
    .w-md-33 {
        width: 33.33333333% !important;
        float: left;
    }
    .w-md-50 {
        width: 50% !important;
        float: left;
    }
    .w-md-66 {
        width: 66.66666666% !important;
        float: left;
    }
    .w-md-75 {
        width: 75% !important;
        float: left;
    }
    .w-md-100 {
        width: 100% !important;
        float: left;
    }

    /* PADDING 0
***********/
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0 {
        padding-left: 0 !important;
    }

    /* PADDING REGULAR
*****************/
    .p-md-regular {
        padding: 15px !important;
    }
    .pt-md-regular {
        padding-top: 15px !important;
    }
    .pr-md-regular {
        padding-right: 15px !important;
    }
    .pb-md-regular {
        padding-bottom: 15px !important;
    }
    .pl-md-regular {
        padding-left: 15px !important;
    }

    /* PADDING LARGE
*****************/
    .p-md-large {
        padding: 30px !important;
    }
    .pt-md-large {
        padding-top: 30px !important;
    }
    .pr-md-large {
        padding-right: 30px !important;
    }
    .pb-md-large {
        padding-bottom: 30px !important;
    }
    .pl-md-large {
        padding-left: 30px !important;
    }

    /* PADDING XTRA LARGE
********************/
    .p-md-xlarge {
        padding: 60px !important;
    }
    .pt-md-xlarge {
        padding-top: 60px !important;
    }
    .pr-md-xlarge {
        padding-right: 60px !important;
    }
    .pb-md-xlarge {
        padding-bottom: 60px !important;
    }
    .pl-md-xlarge {
        padding-left: 60px !important;
    }

    /* MARGIN 0
***********/
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0 {
        margin-left: 0 !important;
    }

    /* MARGIN REGULAR
*****************/
    .m-md-regular {
        margin: 15px !important;
    }
    .mt-md-regular {
        margin-top: 15px !important;
    }
    .mr-md-regular {
        margin-right: 15px !important;
    }
    .mb-md-regular {
        margin-bottom: 15px !important;
    }
    .ml-md-regular {
        margin-left: 15px !important;
    }

    /* MARGIN LARGE
*****************/
    .m-md-large {
        margin: 30px !important;
    }
    .mt-md-large {
        margin-top: 30px !important;
    }
    .mr-md-large {
        margin-right: 30px !important;
    }
    .mb-md-large {
        margin-bottom: 30px !important;
    }
    .ml-md-large {
        margin-left: 30px !important;
    }

    /* MARGIN XTRA LARGE
*******************/
    .m-md-xlarge {
        margin: 60px !important;
    }
    .mt-md-xlarge {
        margin-top: 60px !important;
    }
    .mr-md-xlarge {
        margin-right: 60px !important;
    }
    .mb-md-xlarge {
        margin-bottom: 60px !important;
    }
    .ml-md-xlarge {
        margin-left: 60px !important;
    }

    /* BORDER NONE
**************/
    .b-md-0 {
        border: 0 !important;
    }
    .bt-md-0 {
        border-top: 0 !important;
    }
    .br-md-0 {
        border-right: 0 !important;
    }
    .bb-md-0 {
        border-bottom: 0 !important;
    }
    .bl-md-0 {
        border-left: 0 !important;
    }
}

#cookies {
    position: fixed;
    bottom: 0;
    z-index: 9999999;
    background: #2b2b2b;
    color: #fff;
    padding: 20px;
    width: 60%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

#cookies p {
    margin: 0;
    font-size: 12px;
}

#cookies a {
    background: #5c715e;
    padding: 3px 5px;
    margin: 0 3px;
    color: #fff4de;
}

@media (max-width: 1024px) {
    #cookies {
        width: 100%;
    }
}

.checkbox-form {
    margin-bottom: 10px;
}

.checkbox-form input {
    height: 20px;
    width: auto;
    line-height: 1;
    vertical-align: bottom;
}

.checkbox-form p {
    display: inline;
    vertical-align: middle;
}

/**

TRABAJA CON NOSOTROS

**/

.file {
    visibility: hidden;
    position: absolute;
}

.input-file-group .input-group-addon {
    border: 0;
    border-radius: 0;
}

.input-file-group input {
    box-shadow: none;
}

.input-file-group .input-lg {
    font-size: 12px;
}

.input-file-group .btn-primary:focus,
.input-file-group .btn-primary.focus {
    background: #847230;
    outline: 0;
    box-shadow: none;
}

.file-submit-group {
    height: 100%;
    background: #337ab7;
    padding: 0;
}

.file-submit-group button {
    margin: 0;
    border: 0;
    height: 50px;
    background-color: #8a8a8a;
    color: #fff;
    cursor: pointer;
}

.file-submit-group button:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../images/file.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

.consultar-menu {
    font-size: 14px !important;
    font-family: "Open Sans" !important;
}

/* CUSTOM  */
header .small-menu .rex-main-menu .contact-media-link{
    float:left;
}

footer .legal-links .contact-media-link{
    width: -webkit-fill-available;
}
footer .contact-media-link ul{
    display: flex;
    justify-content: center;
    gap: 25px;
} 
footer .contact-media-link ul li a{
    color: #545454;
} 
header .contact-media-link ul li a{
    color: #545454;
} 
.legal-links .fa{
    font-size: large;
}

/* CUSTOM RESERVA */

.rex-form-section .rex-block .from-text {
    padding: 0 0 31px;
}
.rex-form-section .rex-block .from-text p {
    padding: 6px 0px;
}
.rex-form-section .rex-block .from-text h4 {
    margin: 7px;
}

.from-text .cond p{
    font-weight: 500;
}

/* ------------ */

.input-group .half  .rela{
    position:relative;
}

.form-control.trans {
  background: transparent;
}

.rex-form-section .rex-block .rex-form-contant .form-group .input-group .input-group-addon.ico{
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
}

/* input de hora */

.rex-form-section .rex-block .rex-form-contant .form-group .input-group.reloj{
    border-right: 1px solid #ececec;
    width:-webkit-fill-available;
}

.clockpicker-span-hours.text-primary{
    color: #545454; 
}
.clockpicker-span-hours{
    color: #545454;
}
.clockpicker-span-minutes{
    color: #545454;
}
.clockpicker-span-minutes.text-primary{
    color: #545454;
}

#grado[data-chosen='1'] { 
    color:#E81515;
}

/* icons header responsive */

header .contact-media-link-mobile{
    display: flex;
    margin-right: 5.5rem;
    justify-content: flex-end;
  }
  
  header .contact-media-link-mobile ul{
    font-size: 1.5rem;
    left: 0px;
    padding-top: 0.8rem;
  }
  
  header .contact-media-link-mobile ul li {
      display: inline-block;
      padding: 10px 10px;
      text-transform: uppercase;
      color: white;
  }
  
  header .contact-media-link-mobile ul li a{
    color: white;
  }
  
  header .contact-media-link{
    display: none;
  }
  
  @media(min-width:769px){
    header .contact-media-link-mobile{
      display: none;
    }

    header .contact-media-link{
      display: block;
    }
  }

  /* selectd de form de reserva */

  .rela select{
    -webkit-appearance: none !important; /* WebKit */
    -moz-appearance: none !important; /* Mozilla */
    -o-appearance: none !important; /* Opera */
    -ms-appearance: none !important; /* Internet Explorer */
    appearance: none !important; /* CSS3 */
  }
