/* 
   _  ___         
| |/ (_) |__  ___
| ' <| | '_ \/ _ \
|_|\_\_|_.__/\___/

KIBO STUDIOS // ADVERTISING ® 2016
This file was originally created by Kibo.
No public difusion allowed. Code rights reserved.
Contact us info@kibostudios.com
www.kibostudios.com

Theme Name: Trocadero
Version: 1.0
Author: Kibo

*/


/************************ TAGS ************************/

@media (max-width: 480px) {
    #reg_button {
        width: 100% !important;
    }
}

*:focus,
.form-control:focus {
    outline: none;
    box-shadow: none
}

a {
    transition: .3s all ease;
}

h1,
h2,
h3,
h4 {
    font-family: 'TrajanPro-Regular';
    font-weight: 500;
    color: #19CFD3;
    line-height: 38px;
    text-shadow: 0px 2px 2px rgba(20, 22, 22, 0.09);
    text-transform: uppercase;
}

h3 {
    font-size: 36px;
    line-height: 41px;
}

h4 {
    font-size: 28px;
    color: #75DCDE;
    line-height: 51px;
}

h5 {
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 16px;
    color: #BEC1C9;
}

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.row-flex-center {
    align-items: center;
}

.box-header {
    padding: 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.box-content .header-text p {
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 14px;
    color: #101010;
    line-height: 24px;
    margin-bottom: 40px
}

.box-loader {
    background-image: url(images/loader/fondoloader.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.box-loader .content .circle {
    width: 111px;
    height: 111px;
    -webkit-animation: spin 4s infinite linear;
    -moz-animation: spin 4s infinite linear;
    -ms-animation: spin 4s infinite linear;
    -o-animation: spin 4s infinite linear;
    animation: spin 4s infinite linear;
}

.box-loader .content .sun {
    width: 68px;
    height: 68px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.content p {
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 14px;
    color: #101010;
    line-height: 24px;
}

.content p strong {
    font-family: 'Lato-Bold';
    font-weight: 800;
}


/*forms*/

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    background: transparent!important;
    transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
}


/*Estilo generico inputs focus & placeholder*/

input.form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    background: transparent!important;
}

input,
textarea {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}


/************************ HEADER ************************/

.header {
    background-color: rgba(16, 16, 17, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    -webkit-transition: .5s all ease-in-out;
    -ms-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    text-align: center;
}

.header.active {
    width: 315px;
    background-color: #101011;
}

.header.active .box-flags span {
    display: block;
}

.header .logotipo {
    height: 300px;
    padding: 0;
    margin: 0;
}

.header.active .logotipo {
    height: 120px;
    margin-bottom: 35px
}

.header .logotipo .logo {
    width: 46px;
}

.single-restaurantes .header .logotipo .logo {
    height: 46px;
    width: auto;
}

.single-restaurantes .header.active .logotipo .logo {
    height: auto;
    width: 111px;
}

.header.active .logotipo .logo {
    width: 111px;
}

.box-flags {
    background-color: rgb(13, 13, 13);
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    height: auto;
}

.header.active .box-flags {
    background-color: #1D1D1D;
    height: 50px;
    padding: 8px 20px;
    margin: 0;
    text-align: left;
}

.box-flags span {
    display: none;
}

.header.active .box-flags .text-lang {
    display: inline-block;
    margin: 0 5px;
}

.header.active .box-flags .text-lang:last-child {
    margin: 0
}

.box-flags .text-lang {
    font-family: 'DIN-Medium';
    font-weight: 600;
    font-size: 15px;
    color: #868686;
    letter-spacing: 1.15px;
    display: block;
    padding: 5px 6px;
    height: 31px;
    width: 31px;
    line-height: 24px;
}

.box-flags .text-lang.active {
    background: #303030;
    border-radius: 100%;
    color: #75DCDE;
}

.header.active .box-flags span {
    display: inline;
    font-family: 'DIN-Medium';
    font-weight: 600;
    font-size: 15px;
}

.flag {
    display: block;
    margin-bottom: 15px;
    margin-left: -12.5px;
}

.header.active .flag {
    display: inline;
    margin: 0;
}

.box-flags a:nth-child(1) img {
    opacity: .5;
}

.box-flags a:nth-child(2) img {
    opacity: .8;
}


/************************ MENU ************************/

.menu {
    display: none;
    background-color: #272727;
    opacity: 0;
    width: 100%
}

.header.active .menu {
    display: block;
    opacity: 1;
    background-color: transparent;
}

.navbar-default .navbar-nav {
    /*    padding: 15px 0;*/
    margin-right: 0;
    /*    margin-left: 9.5px;*/
}

.navbar-default .navbar-nav li {
    width: 100%;
    padding-left: 20px;
    text-align: left;
    line-height: 16px;
    position: relative;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
    font-size: 16px;
    padding: 4.5px 0px;
}

.navbar-default .navbar-nav.sitios li {
    font-family: "TrajanPro-Regular";
    font-weight: 500;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

.navbar-default .navbar-nav.sitios li:last-child,
.navbar-default .navbar-nav.secciones li:last-child {
    margin-bottom: 0 !important;
}

.navbar-default .navbar-nav.secciones li {
    font-family: "DIN-Regular";
    font-weight: 500;
    font-size: 16px;
    color: #DBDBDB;
}

.navbar-default .navbar-nav li.activo {
    border-left: 4px solid #19CFD3;
    background: rgba(35, 35, 35, 0.8);
}

.navbar-default .navbar-nav li.activo:after {
    position: absolute;
    background: rgba(49, 49, 49, 0.8);
    right: 0;
    top: 0;
    bottom: 0;
    width: 38px;
    content: "\f0da";
    font-family: 'fontawesome';
    color: #19cfd3;
    text-shadow: none;
    vertical-align: middle;
    text-align: center;
    padding-top: 7px;
    font-size: 20px;
}

.navbar-default .navbar-nav li.activo a {
    color: #A2E3E5
}

.bg-arrow {
    background-color: rgba(50, 50, 50, 0.5);
    /*
    background-image: url(images/icons/menu-icon.svg);*/
    background-position: center 55%;
    background-repeat: no-repeat;
    width: 70px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -22.5px;
    z-index: 999;
    cursor: pointer;
}

.bg-arrow .box {
    width: 25px;
    height: 20px;
    margin: 20px auto;
}

.bg-arrow .box span {
    width: 25px;
    height: 2px;
    display: block;
    background: white;
    margin-bottom: 6px;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.bg-arrow .box span:nth-child(2) {
    width: 16px;
}

.bg-arrow .box span:nth-child(3) {
    margin-bottom: 0
}

.bg-arrow:hover .box span:nth-child(2) {
    width: 25px;
}

.header.active .bg-arrow .box {
    display: none
}


/*
.bg-arrow:before{
    font-family: 'FontAwesome';
    content: '\f0c9';
    color:#fff;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -17.5px;      
}
*/

.header.active .bg-arrow {
    margin-right: -22.5px;
    width: 45px;
    box-shadow: -3px 0 8px 0 rgba(0, 0, 0, 0.5);
    background-color: #262524;
    background-image: url(images/icons/arrow-menu.svg);
    background-position: center;
}


/*
.header.active .bg-arrow:before{
    content: '\f060';
    font-family: 'FontAwesome';
    color:#fff;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -17.5px;  
}
*/

.linea-menu {
    width: 0px;
    opacity: 0;
}

.header.active .linea-menu {
    width: auto;
    opacity: 1;
}


/************************ CONTENT ************************/

.box-content {
    padding: 0;
}


/************************ COOKIES ************************/

.box-content.box-cookies .bg-cookies {
    position: relative;
    height: 300px;
    overflow: hidden;
    z-index: -1
}

.box-content.box-cookies .bg-cookies .degradado {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    /* Standard syntax (must be last) */
}

.box-content.box-cookies .container h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Lato-LightItalic';
    font-weight: 200;
    font-style: italic;
    font-size: 26px;
    color: #fff;
    text-align: left;
    line-height: 30px;
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
}

.box-content.box-cookies .bg-cookies h1 img {
    padding-right: 20px;
}

.box-content.box-cookies .container p {
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    color: #42464D;
    margin-top: 2em;
}

.box-content.box-cookies .container p strong {
    font-family: 'Lato-Bold';
    font-weight: 800;
}


/************************ ERROR 404 ************************/

.page-template-404 .page-content {
    position: relative;
}

.box-404 {
    background: url(images/bg-404.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

.box-404 .container .error {
    position: absolute;
    bottom: 45px;
    left: 50%;
    width: 400px;
    margin-left: -200px;
}

.box-404 .container p:nth-child(1) {
    font-family: "Lato-Bold";
    font-weight: 800;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2.3px;
    line-height: 17px;
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 25px;
}

.box-404 .container .content a {
    font-family: "Lato-Bold";
    font-weight: 800;
    color: #42464D;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 3px;
    padding: 7.5px 30px;
}


/************************ NOTICIA BLOG ************************/

.single-post .single-content {
    background-color: #FAFAFA;
    padding: 30px 0px;
}

.box-noticia-blog .bg-noticia-blog {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.box-noticia-blog .bg-noticia-blog .degradado {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    /* Standard syntax (must be last) */
}

.box-noticia-blog .header-content,
.box-header-legales .header-content {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    z-index: 1;
}

.box-noticia-blog .info-noticia-blog h2 {
    font-family: 'Lato-Bold';
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.92px;
    color: #fff;
    background-color: rgba(3, 19, 41, 0.5);
    border-radius: 3px;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.box-noticia-blog .info-noticia-blog h1 {
    font-family: 'Lato-LightItalic';
    font-weight: 200;
    font-style: italic;
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 32px;
    text-transform: inherit;
}

.box-noticia-blog .info-noticia-blog div {
    font-family: 'Lato-Bold';
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.92px;
    line-height: 15px;
    color: #fff;
}

.box-noticia-blog .info-noticia-blog #boxShareSup {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: baseline;
    cursor: pointer;
    -webkit-transition: .5s all linear;
    -ms-transition: .5s all linear;
    transition: .5s all linear;
    width: 90px;
    overflow: hidden;
}

.box-noticia-blog .info-noticia-blog #boxShareSup.active {
    -webkit-transition: .5s all linear;
    -ms-transition: .5s all linear;
    transition: .5s all linear;
    width: 250px;
    overflow: hidden;
}

.box-noticia-blog .info-noticia-blog #box-share-sup {
    -webkit-transition: 1.5s all linear;
    -ms-transition: 1.5s all linear;
    transition: 1.5s all linear;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    opacity: 0;
    overflow: hidden;
    margin-left: 10px;
    z-index: 1;
    min-width: 140px;
}

.box-noticia-blog .info-noticia-blog #boxShareSup.active #box-share-sup {
    opacity: 1;
    -webkit-transition: 0.5s all linear;
    -ms-transition: 0.5s all linear;
    transition: 0.5s all linear;
}

.box-noticia-blog .info-noticia-blog img {
    padding-left: 20px;
    padding-right: 10px;
}

.box-noticia-blog .info-noticia-blog a {
    cursor: pointer;
    color: #fff;
    z-index: 2
}

.box-noticia-blog .info-noticia-blog .fa-whatsapp {
    font-size: 25px;
    color: #7AD06D;
}

.box-noticia-blog .info-noticia-blog .fa-google-plus,
.box-noticia-blog .info-noticia-blog .fa-facebook,
.box-noticia-blog .info-noticia-blog .fa-twitter {
    color: #000;
    font-size: 15px;
    padding-top: 5px;
}

.box-noticia-blog .info-noticia-blog .fa-google-plus:hover,
.box-noticia-blog .info-noticia-blog .fa-facebook:hover,
.box-noticia-blog .info-noticia-blog .fa-twitter:hover {
    color: #fff;
}

.box-noticia-blog .info-noticia-blog .box-share a {
    margin-right: 10px;
    width: 23px;
    height: 23px;
    text-align: center;
}

.box-noticia-blog .info-noticia-blog .box-share a.googleplus {
    background-color: #EA4335;
    border-radius: 50%;
}

.box-noticia-blog .info-noticia-blog .box-share a.facebook {
    background-color: #3B5998;
    border-radius: 50%;
}

.box-noticia-blog .info-noticia-blog .box-share a.twitter {
    background-color: #1DA1F2;
    border-radius: 50%;
}

.box-noticia-blog .text-noticia-blog p {
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 14px;
    color: #42464D;
    text-align: justify;
    line-height: 22px;
}

.single-content .alignright {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
}

.single-content .alignleft {
    float: right;
    margin-bottom: 20px;
    margin-right: 20px;
}

.box-noticia-blog .text-noticia-blog p strong {
    font-family: 'Lato-Bold';
    font-weight: 800;
}

.box-noticia-blog .text-noticia-blog p em {
    font-family: 'Lato-Italic';
    font-style: italic;
}

.box-noticia-blog .text-noticia-blog p strong em {
    font-family: 'Lato-BoldItalic';
    font-weight: 800;
    font-style: italic;
}

.box-noticia-blog .text-noticia-blog .imgText,
.box-noticia-blog .text-noticia-blog .content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.box-noticia-blog .text-noticia-blog .tags {
    font-family: 'Lato-Bold';
    font-weight: 800;
    font-size: 12px;
    color: #42464D;
    text-align: justify;
    letter-spacing: 0.92px;
    line-height: 15px;
    margin: 30px 0;
}

.box-noticia-blog .text-noticia-blog .tags span {
    color: #fff;
    background-color: rgba(3, 19, 41, 0.5);
    border-radius: 3px;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0 7.5px 8px;
    display: inline-block;
}

.box-noticia-blog .text-noticia-blog .comments {
    margin-bottom: 25px;
}

.box-noticia-blog .text-noticia-blog .comments p:first-child {
    margin-bottom: 0;
}

.box-noticia-blog .text-noticia-blog .comments .name,
.box-noticia-blog .text-noticia-blog .comments .date {
    font-family: 'Lato-Bold';
    font-weight: 800;
    font-size: 14px;
    color: #181619;
    line-height: 20px;
}

.box-noticia-blog .text-noticia-blog .comments .date {
    font-family: 'Lato-Regular';
    font-weight: 500;
    color: #92A5B9;
    margin-left: 5px;
}

.box-noticia-blog .box-share-text {
    font-family: 'Lato-Bold';
    font-weight: 800;
    font-size: 12px;
    color: #42464D;
    letter-spacing: .92px;
    border-bottom: 1px solid #BBF1F2;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.box-noticia-blog .box-share-text #boxShareText {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: baseline;
    cursor: pointer;
    -webkit-transition: .5s all linear;
    -ms-transition: .5s all linear;
    transition: .5s all linear;
    width: 90px;
    overflow: hidden;
}

.box-noticia-blog .box-share-text #boxShareText.active {
    -webkit-transition: .5s all linear;
    -ms-transition: .5s all linear;
    transition: .5s all linear;
    width: 250px;
    overflow: hidden;
}

.box-noticia-blog .box-share-text #box-share-text {
    -webkit-transition: 1.5s all linear;
    -ms-transition: 1.5s all linear;
    transition: 1.5s all linear;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    opacity: 0;
    overflow: hidden;
    margin-left: 10px;
    z-index: 1;
    min-width: 200px;
}

.box-noticia-blog .box-share-text #boxShareText.active #box-share-text {
    opacity: 1;
    -webkit-transition: 0.5s all linear;
    -ms-transition: 0.5s all linear;
    transition: 0.5s all linear;
}

.box-noticia-blog .box-share-text img {
    padding-left: 20px;
    padding-right: 10px;
}

.box-noticia-blog .box-share-text img.share {
    position: relative;
    top: 2px;
}

.box-noticia-blog .box-share-text a {
    cursor: pointer;
    color: #fff;
    z-index: 2;
}

.box-noticia-blog .box-share-text .fa-whatsapp {
    font-size: 25px;
    color: #7AD06D;
}

.box-noticia-blog .box-share-text .fa-google-plus,
.box-noticia-blog .box-share-text .fa-facebook,
.box-noticia-blog .box-share-text .fa-twitter {
    color: #fff;
    font-size: 15px;
    padding-top: 5px;
}

.box-noticia-blog .box-share-text .fa-google-plus:hover,
.box-noticia-blog .box-share-text .fa-facebook:hover,
.box-noticia-blog .box-share-text .fa-twitter:hover {
    color: #000;
}

.box-noticia-blog .box-share-text .box-share a {
    margin-right: 10px;
    width: 23px;
    height: 23px;
    text-align: center;
}

.box-noticia-blog .box-share-text .box-share a.googleplus {
    background-color: #EA4335;
    border-radius: 50%;
}

.box-noticia-blog .box-share-text .box-share a.facebook {
    background-color: #3B5998;
    border-radius: 50%;
}

.box-noticia-blog .box-share-text .box-share a.twitter {
    background-color: #1DA1F2;
    border-radius: 50%;
}

.box-noticia-blog .box-share-text img {
    padding-left: 20px;
    padding-right: 10px;
}

.box-noticia-blog .box-share-text>img:first-child {
    padding-left: 0;
}

.box-noticia-blog form .row {
    margin: 0px -7px;
}

.box-noticia-blog form .row>div {
    padding: 0px 7px;
}

.box-noticia-blog form #nombre,
.box-noticia-blog form #email,
.box-noticia-blog form input.form-control,
.box-noticia-blog form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    resize: none;
    outline: none;
    border: 1px #B4BAC0 solid;
    background-color: transparent;
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #484848;
    line-height: 20px;
    height: 35px;
    margin-bottom: 15px;
}

.box-noticia-blog form .has-error .form-control {
    border-color: #C65941 !important;
}

.box-noticia-blog form select.form-control {
    background: url(images/caret.png) no-repeat;
    background-position: 96% center;
}

.box-noticia-blog form #comentario {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 65px;
    resize: none;
    outline: none;
    border: 1px #B4BAC0 solid;
    background-color: transparent;
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #484848;
    line-height: 30px;
    padding: 5px 15px;
    box-shadow: none;
}

.box-noticia-blog .form-plazas {
    padding: 10px 0px;
}

.box-noticia-blog form .input-group-addon {
    border-radius: 6px !important;
    border: 1px #B4BAC0 solid;
    cursor: pointer;
    background-color: #F4F6F8;
    border-left: 0;
    -moz-border-top-left-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    -moz-border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    position: relative;
}

.box-noticia-blog form .input-group-addon .fa {
    position: absolute;
    opacity: 0;
    font-size: 16px;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.box-noticia-blog form .input-group-addon .fa.fa-paper-plane {
    color: #39DBDA;
    opacity: 1;
    position: relative;
}

.box-noticia-blog form .input-group-addon.sending .fa-paper-plane {
    opacity: 0;
}

.box-noticia-blog form .input-group-addon.sending .fa-spinner {
    opacity: 1;
    left: 13px;
}

.box-noticia-blog form .input-group-addon.sending.sent .fa-spinner {
    opacity: 0;
}

.box-noticia-blog form .input-group-addon.sent .fa-check {
    opacity: 1;
    left: 13px;
    color: #39DBDA;
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
    padding: 15px 30px;
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog h3 {
    font-family: 'Lato-Bold';
    font-weight: 800;
    font-size: 13px;
    color: #42464D;
    line-height: 20px;
    border-bottom: 1px solid #BBF1F2;
    padding-bottom: 5px;
    /*margin-bottom: 15px;*/
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.entradas div.clear {
    clear: both;
    margin-bottom: 20px;
}

.box-noticia-blog aside .entradas-noticia-blog .bg-entradas-noticia-blog div.entradas h3 {
    margin-bottom: 15px;
}

.box-noticia-blog aside .entradas-noticia-blog .bg-entradas-noticia-blog div.entradas .post-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.entradas div {
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 13px;
    color: #42464D;
    line-height: 20px;
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.entradas div a,
.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.entradas div a:link,
.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.entradas div a:active,
.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.entradas div a:visited {
    font-family: 'Lato-Bold';
    font-weight: 800;
    font-size: 11px;
    color: #BFC3C7;
    line-height: 20px;
    display: block;
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.entradas div a:hover {
    color: #484848;
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.entradas div.image {
    width: 65px;
    margin-right: 10px;
    float: left;
}

aside .bg-entradas-noticia-blog div.entradas div.image {
    height: 70px;
    min-width: 65px;
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.categorias h3 {
    margin-bottom: 15px
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.archivo .panel,
.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.categorias .panel {
    border: none;
    box-shadow: none;
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.archivo .panel-default>.panel-heading,
.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.categorias .panel-default>.panel-heading {
    background-color: #fff;
    border: none;
    padding-left: 0;
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.archivo .panel-default>.panel-heading .panel-title {
    font-family: 'Lato-Bold';
    font-weight: 800;
    font-size: 13px;
    color: #BFC3C7;
    text-shadow: none;
    line-height: normal;
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.archivo .panel-body {
    border: none;
    padding: 0 15px;
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.archivo .panel-body ul {
    list-style-type: none;
    padding: 0;
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.archivo .panel-body li {
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 13px;
    color: #42464D;
    line-height: 20px;
}

.bg-entradas-noticia-blog div.archivo .panel-body li {
    padding-left: 0px;
    margin-bottom: 5px;
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.archivo .panel-title a span:after {
    content: '';
    width: 7px;
    height: 9px;
    display: inline-block;
    background: url("images/arrow-down-blue.png") center right no-repeat;
    background-size: 6px 3px;
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.archivo .panel-title a.collapsed span:after {
    content: '';
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url("images/arrow-down-blue.png") center right no-repeat;
    background-size: 6px 3px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.categorias ul {
    list-style: none;
    padding-left: 0px;
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.categorias ul a,
.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.categorias ul a:link .box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.categorias ul a:active .box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.categorias ul a:visited {
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 13px;
    color: #42464D;
    line-height: 20px;
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.categorias ul a:hover {
    color: #000;
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.categorias ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 5px;
}

.box-noticia-blog .entradas-noticia-blog .bg-entradas-noticia-blog div.categorias ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #BBF1F2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 15px;
    left: 0;
    top: 10px;
    position: absolute;
}

aside .entradas-noticia-blog .entradas,
aside .entradas-noticia-blog .archivo {
    margin-bottom: 20px
}

aside .banner img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}


/************************ FIN NOTICIA BLOG ************************/


/************************ PORTADA NOTICIAS/EVENTOS/BLOG ************************/

body.page-template-noticias,
body.archive.category {
    background: url('images/bg-noticias.jpg') top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.box-noticias {
    margin-top: 50px;
    margin-bottom: 30px;
}

.box-noticias .container h5 {
    font-family: 'DIN-Regular';
    font-weight: 500;
    font-size: 18px;
    color: #596575;
    text-align: center;
    letter-spacing: 2px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.box-noticias .container h3 {
    font-family: 'TrajanPro-Regular';
    font-weight: 500;
    font-size: 50px;
    color: #75DCDE;
    letter-spacing: -0.24px;
    display: block;
}

.box-noticias .container div.secciones {
    text-align: center;
    margin-bottom: 20px;
}

.box-noticias .container div.secciones h2 {
    display: inline-block;
}

.box-noticias .container div.secciones h2 a {
    display: inline-block;
    font-family: 'DIN-Bold';
    font-weight: 800;
    font-size: 14px;
    color: #BFC3C7;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.08px;
}

.box-noticias .container div.secciones h2 a:hover,
.box-noticias .container div.secciones h2 a.active {
    color: #42464D;
}

.box-noticias .container div.secciones:before {
    content: '';
    position: absolute;
    top: 20px;
    left: -22px;
    width: 25px;
    height: 1px;
    background: #BBF1F2;
}

.box-noticias .container div.secciones:after {
    content: '';
    position: absolute;
    top: 20px;
    right: -22px;
    width: 25px;
    height: 1px;
    background: #BBF1F2;
}

.box-noticias .container div.secciones div.rombo {
    width: 5px;
    height: 5px;
    background: #BBF1F2;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    margin: 3px 15px;
}

.box-noticias .container article>div {
    margin-bottom: 30px;
    box-shadow: 0 4px 25px 0 rgba(1, 7, 14, .6);
    background-size: cover;
    min-height: 500px;
    z-index: 1;
    position: relative;
}

.box-noticias .container article>div>a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.page-home .box-noticias .container article>div {
    margin-bottom: 0
}

.box-noticias .container article>div:before {
    /* Rectangle 70: */
    opacity: 0.8;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.00) 31%, #000000 100%);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.00) 31%, #000000 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0.00) 31%, #000000 100%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    z-index: 1
}


/*.box-noticias .container article div.degradado{
    z-index: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8)); 
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8)); 
}*/

.box-noticias .container article div.contenido {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 30px 25px;
    color: #fff;
    z-index: 2;
}

.box-noticias .container article div.contenido h2 {
    font-family: 'Lato-Bold';
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.92px;
    color: #fff;
    background-color: rgba(3, 19, 41, 0.5);
    border-radius: 3px;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.box-noticias .container article div.contenido h1 {
    font-family: 'Lato-LightItalic';
    font-weight: 200;
    font-style: italic;
    font-size: 26px;
    color: #fff;
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
    text-align: left;
    line-height: 34px;
    text-transform: inherit
}

.box-noticias .container article div.contenido div {
    font-family: 'Lato-Bold';
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.92px;
    line-height: 15px;
    color: #fff;
    margin-bottom: 15px;
}

.box-noticias .container article div.contenido div img {
    padding-left: 20px;
    padding-right: 10px;
}

.box-noticias .container article div.contenido .leermas {
    font-family: 'Lato-Bold';
    font-weight: 800;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    letter-spacing: .92px;
    text-shadow: 0 2px 4px 0 rgb(0, 0, 0, .6);
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .25);
    padding-top: 10px;
    text-align: right;
    text-transform: uppercase
}

.box-noticias .container .pagination {
    margin-top: 45px;
}

.box-noticias .container .pagination>li>a {
    font-family: 'Lato-Bold';
    font-size: 12px;
    letter-spacing: .92px;
    color: #A6ABAF;
    border: none;
    padding: 0;
    margin: 0 2px;
    background-color: transparent;
    width: 24px;
    height: 24px;
    float: none;
}

.box-noticias .container .pagination>li>a.active,
.box-noticias .container .pagination>li>a:hover,
.box-noticias .container .pagination>li>span:hover,
.box-noticias .container .pagination>li>a:focus,
.box-noticias .container .pagination>li>span:focus {
    background-color: transparent;
    color: #42464D;
}

.box-noticias .container .pagination>li>a.active:before,
.box-noticias .container .pagination>li>a:hover:before,
.box-noticias .container .pagination>li>a:focus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    border: 1px solid #75DCDE;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-noticias .container .pagination>li>a[aria-label='Previous']:before,
.box-noticias .container .pagination>li>a[aria-label='Next']:before {
    content: '';
    position: absolute;
    border: none;
}

.box-noticias .container .pagination>li>a>span>i {
    color: #BBF1F2;
}


/************************ DIV CALENDAR ************************/

.box-noticias .container .calendario {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .10);
    background-color: #fff;
    text-align: center;
    position: relative;
    height: 41px;
    margin-top: 30px;
    padding-top: 10px;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

.box-noticias .container .calendario.active {
    height: 320px;
}

.box-noticias .container .calendario #verCalendario {
    font-family: 'Lato-Italic';
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    color: #75DCDE;
    cursor: pointer;
    z-index: 5;
}

.box-noticias .container .calendario.active #verCalendario {
    display: none;
}

.box-noticias .container .calendario #fa-calendar,
.box-noticias .container .calendario #fa-arrow-down {
    width: 41px;
    height: 41px;
    background-color: #1ED2D6;
    padding-top: 10px;
}

.box-noticias .container .calendario #fa-calendar {
    position: absolute;
    top: 0;
    left: 0;
}

.box-noticias .container .calendario #fa-calendar:before {
    font-family: 'FontAwesome';
    content: '\f073';
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -17.5px;
}

.box-noticias .container .calendario.active #fa-calendar:before {
    font-family: 'FontAwesome';
    content: '\f060';
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -17.5px;
}

.box-noticias .container .calendario #fa-arrow-down {
    position: absolute;
    top: 0;
    right: 0;
}

.box-noticias .container .calendario #fa-arrow-down:before {
    font-family: 'FontAwesome';
    content: '\f063';
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -17.5px;
}

.box-noticias .container .calendario.active #fa-arrow-down:before {
    font-family: 'FontAwesome';
    content: '\f061';
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -17.5px;
}

.box-noticias .container .calendario #fa-calendar,
.box-noticias .container .calendario #fa-arrow-down {
    bottom: 0;
    top: inherit;
    z-index: 2;
    color: #fff;
    font-size: 25px;
}

.box-noticias .container .calendario #evenSelec {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 41px;
    background-color: #74E1E3;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

.box-noticias .container .calendario.active #evenSelec {
    opacity: 1;
    bottom: 0;
    z-index: 1;
}

.box-noticias .container .calendario #evenSelec p {
    font-family: 'Lato-Italic';
    font-style: italic;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    padding-top: 10px;
}

.box-noticias .container .calendario #mesesCal {
    display: none;
    -webkit-transition: 1s all ease;
    -ms-transition: 1s all ease;
    transition: 1s all ease;
}

.box-noticias .container .calendario #mesesCal {
    margin-top: 15px;
}

.box-noticias .container .calendario.active #mesesCal {
    display: block;
}

.box-noticias .container .calendario .closeCal {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: 'Lato-Bold';
    font-weight: bold;
    font-size: 16px;
    color: #78828F;
    letter-spacing: 4px;
    line-height: 19px;
    cursor: pointer;
}

.box-noticias .container .calendario.active .closeCal {
    display: block;
}


/*.box-noticias .container .calendario .bootstrap-datetimepicker-widget table{
    -webkit-transition: 3s all ease;
        -ms-transition: 3s all ease;
            transition: 3s all ease; 
    opacity: 1;
}

.box-noticias .container .calendario .bootstrap-datetimepicker-widget table{
    -webkit-transition: 3s all ease;
        -ms-transition: 3s all ease;
            transition: 3s all ease; 
    opacity: 1;
}

.box-noticias .container .calendario.active .bootstrap-datetimepicker-widget table thead tr:first-child th{
    font-family: 'Lato-Bold';
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 4px;
    color: #19CFD3;
    text-transform: uppercase;
}

.box-noticias .container .calendario.active .bootstrap-datetimepicker-widget table thead tr th.dow{
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .92px;
    color: #42464D;
    border-bottom: 1px solid #BBF1F2;
}

.box-noticias .container .calendario.active .bootstrap-datetimepicker-widget table td{
    position: relative;
}

.box-noticias .container .calendario.active .bootstrap-datetimepicker-widget table td.day{
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 12px;
    letter-spacing: .92px;
    color: #A9B2BA;
}

.box-noticias .container .calendario.active .bootstrap-datetimepicker-widget table td.active{
    color: #75DCDE;
    background-color: transparent;
}

.box-noticias .container .calendario.active .bootstrap-datetimepicker-widget table th.prev,
.box-noticias .container .calendario.active .bootstrap-datetimepicker-widget table th.next,
.box-noticias .container .calendario.active .bootstrap-datetimepicker-widget table td.day.new,
.box-noticias .container .calendario.active .bootstrap-datetimepicker-widget table td.day.old{
    visibility: hidden
}

.box-noticias .container .calendario.active .bootstrap-datetimepicker-widget table th.picker-switch:hover{
    cursor: not-allowed
    cursor: default;
}

.box-noticias .container .calendario.active .bootstrap-datetimepicker-widget table td.day.today:before {
    display: none;
}

.box-noticias .container .calendario.active .bootstrap-datetimepicker-widget table td.active:hover:before,
.box-noticias .container .calendario.active .bootstrap-datetimepicker-widget table td.active:before {
    content: '';
    border: 1px solid #75DCDE;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
}

.box-noticias .container .calendario.active .bootstrap-datetimepicker-widget table td.today,
.box-noticias .container .calendario.active .bootstrap-datetimepicker-widget table td.today:hover{
    color: #42464D;
    background-color: #E1E9F1;
    border-radius: 50%;
}
*/


/************************ FIN DIV CALENDAR ************************/


/************************ FIN PORTADA NOTICIAS/EVENTOS/BLOG ************************/


/************************ SIDEBAR ************************/


/************************ FOOTER ************************/

.footer {
    padding: 0;
    background: #222325;
}

.footer-newsletter {
    padding: 25px 0
}

.footer-newsletter h4 p {
    font-family: 'DIN-Regular';
    font-weight: 500;
    font-size: 18px;
    color: #BBF1F2;
    text-transform: uppercase;
    line-height: normal;
    margin-top: 2px;
}

.footer-newsletter h4 strong {
    font-family: 'DIN-Bold';
    font-weight: 800;
}

.footer-newsletter h5 {
    text-transform: uppercase;
    color: #5B626A;
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 13px;
    letter-spacing: normal;
    margin-bottom: 0
}

.footer-newsletter .form-newsletter .col-md-3 {
    padding: 0
}

.footer-newsletter .form-newsletter .col-md-4.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}

.footer-newsletter .form-newsletter .col-md-4.form-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.footer-newsletter .form-newsletter .col-md-4.form-group button {
    background: #353739;
    border: 1px solid #515559;
    border-left: 0;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 8px;
}

.footer-newsletter .form-newsletter .col-md-4.form-group button img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.footer-newsletter .form-newsletter .col-md-4.form-group button:hover img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}

.footer-newsletter .form-control {
    background: #353739;
    border: 1px solid #515559;
    border-radius: 3px;
    font-family: 'Lato-Regular';
    font-weight: 500;
    padding: 7px 20px;
    font-size: 14px;
    color: #70757A;
    line-height: 24px;
    height: inherit;
}

.footer-newsletter .form-control::-webkit-input-placeholder {
    color: #70757A;
}

.footer-newsletter .form-control:-moz-placeholder {
    color: #70757A;
}

.footer-newsletter .form-control::-moz-placeholder {
    color: #70757A;
}

.footer-newsletter .form-control:-ms-input-placeholder {
    color: #70757A;
}

.footer-bottom {
    background-color: #242526;
    font-family: 'Lato-Italic';
    font-style: italic;
    font-size: 13px;
    color: #BFC3C7;
    min-height: 51px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer a,
.footer a:link,
.footer a:active,
.footer a:visited,
.social a,
.social a:link,
.social a:active,
.social a:visited {
    color: #BFC3C7;
}

.header.active .social i {
    margin: 0 5px 3px;
}

.social {
    display: inline-block
}

.header .social i {
    margin: 0 0 10px
}

.header.active .social:last-child i {
    margin-right: 0
}

.header .social:last-child i {
    margin: 0
}

.social i {
    font-size: 15px;
    color: #242526;
    background-color: #9BA0A4;
    border-radius: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    margin-left: 15px;
    padding-top: 5px;
}


/************************ GRUPOS Y EVENTOS ************************/

.page-grupos .row-flex-center {
    padding: 5% 0
}

.page-grupos .box-content {
    position: relative;
}

.page-grupos .bg-box-info {
    background-image: url(images/grupos/info-bg.jpg);
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0px;
    left: 0px;
}

.page-grupos .box-info {
    padding-right: 93px;
}


/*
.carousel {
    position: relative;
    width: 100%;
}
*/

.page-grupos .carousel {
    height: 600px;
}

.page-grupos .carousel-inner {
    height: 100%;
    position: absolute;
    /* top: 0; */
}

.page-grupos .carousel-inner>.item {
    height: 100%;
}

.carousel .image {
    background-size: cover;
    display: block;
    height: 100%;
    position: relative;
    z-index: 2
}

.page-grupos .carousel .item:after {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    opacity: 0.74;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.00) 50%, #000000 100%);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.00) 50%, #000000 100%);
    background-image: linear-gradient(rgba(0, 0, 0, 0.00) 50%, #000000 100%);
}

.page-grupos .carousel .controls {
    position: relative;
    margin-top: 40px;
    float: right
}

.carousel .caption {
    z-index: 5;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
}

.carousel .caption h1,
.carousel .caption h3 {
    margin-bottom: 15px;
}

.page-grupos .carousel .caption h5 {
    text-transform: uppercase
}

.carousel .caption h5 {
    margin-bottom: 20px;
}

span.line-sep {
    background-color: #BFC3C7;
    width: 30px;
    height: 2px;
    margin: 0 auto 30px;
    display: block;
}

.carousel .controls {
    border-bottom: 3px solid #19CFD3;
    width: 66px;
    position: relative;
    right: 0;
    float: right;
    margin-top: 40px;
    height: 33px;
    background: rgba(255, 255, 255, 0.2);
}

.box-fundacion-slider .carousel .controls {
    border-bottom: 3px solid #19CFD3;
    width: 66px;
    position: absolute;
    /*
    right: 20%;
    top: 20%;
*/
    bottom: -25px;
    margin: 0;
    float: none;
    height: 33px;
    background: rgba(255, 255, 255, 0.2);
}

.carousel .controls a {
    border: 1px solid white;
    border-bottom: 0;
    width: 33px;
    height: 30px;
    filter: none;
    background: transparent;
    opacity: 1;
}

.controls a {
    cursor: pointer
}

.carousel .controls a img {
    width: 15px;
    opacity: 0.8;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.carousel .controls a img:hover {
    opacity: 1
}


/************************ BOX INFO CONTACTO ************************/

.page-grupos .box-info h3 {
    margin-bottom: 20px;
}

.page-grupos .content p {
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 14px;
    color: #101010;
    line-height: 24px;
}

.down-icon {
    width: 15px;
    margin-right: 15px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.page-grupos .btn-download {
    display: block;
}

.btn-download {
    font-family: 'Lato-Bold';
    font-weight: 800;
    font-size: 13px;
    color: #8F9195;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.btn-download:hover {
    color: #101010;
}

.btn-download:hover .down-icon {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}


/************************ FORMULARIO CONTACTO ************************/

.page-grupos .form-validate h4 {
    text-align: center;
    margin-bottom: 20px;
}

.page-grupos .form-control,
.page-contacto .form-control,
.modal .form-control,
.page-restaurante .form-control {
    border: 0;
    border-bottom: 1px solid #D8DDE3;
    padding: 6px 8px;
    box-shadow: none;
    font-family: 'DIN-Medium';
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #BCC2C9;
    letter-spacing: 1.2px;
    background-color: transparent;
    border-radius: 0;
    resize: none
}

.page-contacto select.form-control {
    height: 30px;
    border-radius: 0px;
    -webkit-appearance: none;
}

.page-grupos textarea.form-control,
.modal textarea.form-control,
.page-restaurante textarea.form-control {
    border: 1px solid #D8DDE3;
    resize: none;
    margin-top: 20px;
    padding-top: 10px;
}

.form-control::-webkit-input-placeholder {
    color: #BCC2C9;
}

.form-control:-moz-placeholder {
    color: #BCC2C9;
}

.form-control::-moz-placeholder {
    color: #BCC2C9;
}

.form-control:-ms-input-placeholder {
    color: #BCC2C9;
}


/*Error form*/

.has-error .form-control,
.has-error .form-control:focus,
.form-validate .checkbox .has-error input[type="checkbox"],
.form-validate .checkbox label.has-error,
.form-validate .checkbox label.has-error a {
    box-shadow: none;
    border-color: #8C3D2F;
    color: #C65941
}

.has-error .form-control::-webkit-input-placeholder {
    color: #C65941;
}

.has-error .form-control:-moz-placeholder {
    color: #C65941;
}

.has-error .form-control::-moz-placeholder {
    color: #C65941;
}

.has-error .form-control:-ms-input-placeholder {
    color: #C65941;
}

.btn-solid {
    background: url(images/button-bg.jpg);
    background-position: center;
    border: 0;
    border-radius: 3px;
    font-family: 'Lato-Bold';
    font-weight: 800;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    padding: 5px 38px;
    box-shadow: 0 0 10px rgba(2, 12, 24, 0.4);
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    overflow: hidden;
}

#datos_reserva select {
    border: 0;
    border-bottom: 1px solid #D8DDE3;
    padding: 6px 8px;
    box-shadow: none;
    font-family: 'DIN-Medium';
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #BCC2C9;
    letter-spacing: 1.2px;
    background-color: transparent;
    border-radius: 0;
    resize: none;
}

.reservarButton {
    background: url(images/button-bg.jpg);
    background-position: center;
    border: 0;
    border-radius: 3px;
    font-family: 'Lato-Bold';
    font-weight: 800;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 26px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    padding: 5px 38px;
    box-shadow: 0 0 10px rgba(2, 12, 24, 0.4);
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    overflow: hidden;
}

a.btn-solid {
    display: inline-block
}

.btn-solid .text {
    position: relative;
    top: 0px;
}

.btn-solid .text span {
    width: 100%;
}

.btn-solid .text span i {
    display: none;
}

.btn-solid .text span:last-child {
    position: absolute;
    left: 0px;
    padding-top: 5px;
}

.btn-solid.sending,
.btn-solid.sending:hover,
.btn-solid.sending:focus,
.btn-solid.sending:active {
    pointer-events: none;
    color: #75DCDE;
}

.btn-solid:hover,
.btn-solid:focus,
.btn-solid:active {
    color: #75DCDE;
}

.btn-solid.sending .color {
    width: 100%;
}

.btn-solid.sent .text {
    top: -26px;
}

.btn-solid.sent .text span .fa-check {
    display: block;
}

.btn-solid.error .text span .fa-times {
    display: block;
}

.form-validate .checkbox label {
    font-family: 'DIN-Medium';
    font-weight: 500;
    font-size: 12px;
    color: #A0A8B4;
    padding-left: 0
}

.form-validate .checkbox label a {
    opacity: 0.8;
    color: #A0A8B4;
}

.form-validate .checkbox label a:hover {
    opacity: 1
}

.form-validate .checkbox input[type="checkbox"],
.form-validate .checkbox input[type="checkbox"]:focus {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #F5F7FB;
    border: 1px solid #A1A8B4;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    outline: 0;
    box-shadow: none;
    position: relative;
    top: 2px;
    margin-left: 0;
    margin-right: 5px;
    display: inline-block;
    padding: 0;
}

.checkbox input[type="checkbox"]:checked:before {
    content: "";
    background: url(//grupotrocadero.com/wp-content/themes/trocadero/images/icons/check.svg);
    position: absolute;
    top: 2px;
    left: 1px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    opacity: 1;
}

input[type="checkboxx"],
input[type="checkboxx"]:focus {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #F5F7FB;
    border: 1px solid #A1A8B4;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    outline: 0;
    box-shadow: none;
    position: relative;
    top: 2px;
    margin-left: 0;
    margin-right: 5px;
    display: inline-block;
    padding: 0;
}

.form-validate .checkbox input[type="checkbox"]:before {
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
    opacity: 0;
}

.form-validate .checkbox input[type="checkbox"]:checked:before {
    content: "";
    background: url(images/icons/check.svg);
    position: absolute;
    top: 2px;
    left: 1px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    opacity: 1;
}


/************************ CONTACTO ************************/

.page-contacto .header-box {
    padding: 60px 0;
    background-image: url(images/bg-contacto.jpg);
}

.page-contacto .header-box h1,
.page-contacto .header-box h3 {
    color: white;
    max-width: 433px;
    margin: 0 auto 35px;
}

.page-contacto .header-box .form-validate {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    padding: 25px;
}

.page-contacto .header-box .form-validate .form-group:last-child {
    margin-bottom: 0
}

.page-contacto .header-box .form-validate .checkbox label {
    padding: 0
}

.page-contacto .box-content.header-box .form-group {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.page-contacto .box-content.header-box .form-group .btn-solid {
    margin-top: 5px
}

.page-contacto .box-content.header-box .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.box-map {
    background: #fafafa;
    position: relative;
    height: 100%;
    padding: 7% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-map .map-content {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0px;
    left: 0px;
}

.panel-group {
    margin-bottom: 0
}

.panel-contacto.panel-group .panel {
    background-color: transparent;
    box-shadow: none;
    padding-left: 20px
}

.panel-contacto.panel-group .panel-heading {
    border: 0;
    padding: 0
}

.panel-contacto .panel-title {
    line-height: 40px;
}

.panel-contacto .panel-title a.collapsed {
    color: #A7B0BA;
    text-shadow: none;
}

.panel-contacto .panel-title a {
    color: #19CFD3;
}

.panel-contacto .panel-title .caret {
    margin-left: 15px;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    border-top: 4px solid #A7B0BA;
}

.panel-contacto .panel-title .caret.rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 0;
    padding-left: 0
}

.panel-contacto .panel-body ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style: none;
    padding-left: 0
}

.panel-contacto .panel-body ul li,
.panel-contacto .panel-body ul li p,
.panel-contacto .panel-body ul li a {
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 14px;
    color: #42464D;
    line-height: 24px;
    margin-bottom: 5px;
    padding-left: 0
}

.panel-contacto .panel-body ul li:before {
    display: none;
    padding-left: 0
}

.panel-contacto .panel-body ul li strong,
.panel-contacto .panel-body ul li p strong,
.panel-contacto .panel-body ul li strong a {
    font-family: 'Lato-Bold';
    font-weight: 800;
}

.panel-contacto .panel-body ul li a.coordinadas {
    font-family: 'Lato-Bold';
    font-weight: 800;
    color: #19CFD3;
    text-transform: uppercase;
}


/************************ PATROCINIO ************************/

.page-patrocinio {
    background-image: url(images/patrocinio/patrocinio-bg.jpg);
    background-color: #FAFAFA;
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
}

.page-patrocinio .box-content {
    padding: 50px 0;
}

.page-patrocinio .header-text {
    text-align: center;
    display: inline-block;
}

.page-patrocinio .header-text h1,
.page-patrocinio .header-text h3 {
    width: 70%;
    margin: 0 auto 30px
}

.box-patrocinio {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 530px;
}

.page-patrocinio .box-patrocinio {
    height: 585px;
}

.box-patrocinio:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.box-patrocinio:last-child {
    margin-bottom: 0
}

.box-patrocinio .col-sm-6:last-child {
    padding: 0;
    height: 100%;
}

.box-patrocinio .patrocinio-info {
    padding: 25px 40px;
}

.page-patrocinio .box-patrocinio .patrocinio-info {
    width: 52%
}

.box-patrocinio h4 {
    font-family: 'TrajanPro-Regular';
    font-weight: 500;
    font-size: 27px;
    color: #75DCDE;
    line-height: normal;
    text-shadow: 0px 2px 2px rgba(20, 22, 22, 0.09);
    margin-bottom: 10px;
}

.box-patrocinio .content p,
.content .link-content {
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 13px;
    color: #101010;
    line-height: 24px;
    margin-bottom: 30px;
}

.page-patrocinio .box-patrocinio .content p {
    margin-bottom: 20px
}

.box-patrocinio .content p strong {
    font-family: 'Lato-Bold';
    font-weight: 800;
}

.box-patrocinio .content p:last-child {
    margin-bottom: 0
}

.content .link-content span {
    font-family: 'Lato-Bold';
    font-weight: 800;
    color: #19CFD3;
    margin-right: 5px;
}

.img-patrocinio {
    min-height: 100%;
    background-size: cover;
}


/************************ TRABAJA CON NOSOTROS ************************/

.page-trabaja {
    background-image: url(images/trabajos/trabajos-bg.jpg);
    background-color: #fff;
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
}

.page-trabaja .box-content {
    padding: 90px 0;
}

.page-trabaja .box-content .header-text {
    text-align: center;
}

.page-trabaja .box-content .header-text h1,
.page-trabaja .box-content .header-text h3 {
    font-size: 30px;
}

.page-trabaja .row-trabajos {
    margin-left: -7.5px;
    margin-right: -7.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-content: stretch;
}

.page-trabaja .box-trabajos {
    margin-bottom: 20px;
    padding: 0 7.5px;
}

.page-trabaja .box-trabajos:hover .info {
    border: 1px solid #D0D6DC
}

.page-trabaja .box-trabajos .info {
    background: #FFFFFF;
    padding: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    height: 100%;
}

.page-trabaja .box-trabajos h4 {
    font-family: 'TrajanPro-Regular';
    font-weight: 500;
    font-size: 20px;
    color: #939BA2;
    margin-bottom: 5px;
    line-height: normal;
    -webkit-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.page-trabaja .box-trabajos:hover h4 {
    color: #19CFD3;
}

.page-trabaja .box-trabajos p {
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 14px;
    color: #42464D;
    line-height: 24px;
}

.page-trabaja .box-trabajos .bottom-sep {
    height: 1px;
    width: 100%;
    background: #E8E8E8;
    display: block;
    margin: 5px auto 17px;
}


/*MODAL TRABAJA CON NOSOTROS*/

.modal-open .modal {
    overflow-y: hidden
}

.modal-backdrop.in {
    background: rgba(16, 16, 16, 0.9);
    opacity: 1;
}

.modal-dialog {
    max-width: 765px;
    width: 100%;
    margin: 100px auto
}

.modal .subheader {
    text-align: center
}

.modal .subheader h4 {
    font-family: 'TrajanPro-Regular';
    font-weight: 500;
    font-size: 24px;
    color: #19CFD3;
    margin-bottom: 5px;
    line-height: normal;
}

.modal .subheader p {
    font-family: 'Lato-Regular';
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}

.modal .modal-content {
    border-radius: 4px;
}

.modal .modal-content .col-info {
    padding: 0 40px;
    height: 445px;
    /*    overflow: hidden;*/
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#modalTrabajos .modal-body>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.modal .modal-content .col-info.col-left {
    height: 445px;
    overflow: auto;
    padding-top: 10px;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    padding-right: 0;
}

.modal .modal-content .col-info.col-left .content {
    padding-right: 40px
}

.mCSB_scrollTools {
    opacity: 1;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: rgb(144, 144, 144)
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #E1E1E1;
    width: 0
}


/* Estilos scroll menu */

.mCSB_outside+.mCSB_scrollTools {
    right: inherit;
    left: -3.5px;
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
    visibility: hidden;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 0;
}

.modal .modal-content .col-info:nth-child(2):before {
    height: 100%;
    width: 2px;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9px;
    background: #E1E1E1;
}

.modal .modal-content p,
ul.green-point li,
ul li {
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 13px;
    color: #101010;
    line-height: 24px;
}

ul.green-point,
ul {
    list-style: none;
    padding-left: 0;
}

ul.green-point li,
ul li {
    padding-left: 27px;
    position: relative;
    margin-bottom: 15px;
}

ul.green-point li:before,
.content ul li:before {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #19CFD3;
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 9px;
}

.modal button.close {
    background: #B3BDC6;
    border-radius: 100%;
    box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.20);
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    width: 35px;
    height: 35px;
    opacity: 1;
    margin: 35px auto 0;
    float: none;
    display: block;
    line-height: initial;
}

.arrow-button {
    background-image: url(images/icons/arrow-grey-button.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 6px;
    display: block;
    left: 25%;
    position: absolute;
    bottom: 55px;
    -webkit-transform: translate(-50%);
}

.icon-mail {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #75DCDE;
    background-image: url(images/icons/mail-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.20);
    margin: 17px auto 20px;
}

.box-file {
    position: relative;
    background-image: url(images/icons/clip-icon.svg);
    background-position: 95% center;
    background-repeat: no-repeat;
}

.box-file label {
    border: 0;
    border-bottom: 1px solid #D8DDE3;
    padding: 6px 15px;
    box-shadow: none;
    font-family: 'DIN-Medium';
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #BCC2C9;
    letter-spacing: 1.2px;
    background-color: transparent;
    border-radius: 0;
    text-align: left;
    position: relative;
    width: 100%;
    padding-right: 35px;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
    -ms-transition: 0.6s ease all;
    -o-transition: 0.6s ease all;
    transition: 0.6s ease all;
}

.box-file label .form-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

.modal textarea.form-control {
    margin-top: 0
}

.modal .checkbox {
    margin: 0;
    text-align: center;
}

.col-info .form-validate {
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
}


/* Success form */

.success-form {
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 40px;
    left: 40px;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
}

.success-form .icon-sent {
    background-image: url(images/icons/sent-mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 20px;
    width: 50px;
    height: 20px;
}

.success-form .info-job {
    text-align: center;
    border: 1px solid #D8DDE3;
    padding: 20px 25px;
    margin-bottom: 10px;
}

.success-form h3 {
    font-size: 20px;
    line-height: normal;
}

.success-form h5 {
    font-size: 13px;
    margin-bottom: 0
}

.success-form p:last-child {
    margin-bottom: 0
}


/************************ ABOUT US ************************/

.page-about .header-box {
    background-image: url(images/about/header-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0 90px;
    text-align: center
}

.page-about .header-box span.line-sep {
    margin: 0 auto
}

.page-about .header-box h3 {
    font-size: 40px;
    margin-bottom: 15px;
}

.page-about .header-box h1,
.page-about .header-box h5 {
    font-family: 'Lato-Regular';
    font-size: 16px;
    color: #747A86;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page-about .box-intro {
    background-image: url(images/about/intro-bg.jpg);
    background-size: cover;
    padding: 60px 0 70px;
}

.page-about .slick-slider {
    margin-bottom: 0
}

.page-about .slider-trocadero {
    position: relative
}

.page-about .box-slick .image {
    height: 525px;
    background-size: cover !important;
    opacity: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-about .box-slick .image:before {
    /*
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content:"";
    background-image: -webkit-linear-gradient(271deg, rgba(0,0,0,0.60) 7%, rgba(0,0,0,0.10) 100%);
    background-image: -o-linear-gradient(271deg, rgba(0,0,0,0.60) 7%, rgba(0,0,0,0.10) 100%);
    background-image: linear-gradient(1deg, rgba(0,0,0,0.60) 7%, rgba(0,0,0,0.10) 100%);
*/
}

.page-about .box-slick .image.slick-center:before {
    background-image: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgba(16, 16, 16, 0.84);
}

.page-about .box-slick .content {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding: 40px;
    width: 100%;
    -webkit-transition: 0.5s linear all;
    -moz-transition: 0.5s linear all;
    transition: 0.5s linear all;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.page-about .box-slick .image.slick-center .content {
    opacity: 0;
}

.page-about .box-slick .content.active {
    opacity: 0;
}

.page-about .box-slick .image.slick-center .content.active {
    opacity: 1;
    position: relative;
    top: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
}

.page-about .box-slick .content h3 {
    color: white;
    font-size: 20px;
}

.page-about .box-slick .image.slick-center .content h3 {
    color: #75DCDE
}

.page-about .box-slick .content p {
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 14px;
    color: #E0E0E0;
    line-height: 22px;
}

.page-about .box-slick .content .btn-solid {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.3);
    margin-top: 30px;
}

.page-about .box-slick .header-text .icon img {
    margin: 0 12px;
    display: inline-block;
    opacity: 0.9
}

.page-about .box-slick .header-text .icon span {
    height: 1px;
    width: 25px;
    background-color: #BBF1F2;
    display: inline-block;
    margin-bottom: 3px
}

.page-about .slider-trocadero .controls {
    width: 66px;
    height: 33px;
    margin: 0 auto 35px;
    position: absolute;
    top: -18px;
    left: 50%;
    z-index: 5;
    border-bottom: 0;
    border-top: 3px solid #19cfd3;
    background: transparent;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%);
}

.page-about .slider-trocadero .controls a {
    display: inline-block !important;
    border: 1px solid #CDD2D6;
    border-top: 0;
    width: 33px;
    height: 32px;
    filter: none;
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
}

.page-about .box-intro p {
    font-family: 'Lato-Regular';
    font-size: 14px;
    color: #D4D3D3;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center;
}

.page-about .box-trabaja-intro {
    padding: 50px 0;
    text-align: center;
    background-image: url(images/about/trabajo-bg.jpg);
    background-size: cover;
    background-position: center;
}

.page-about .box-trabaja-intro h3 {
    font-size: 30px;
    margin-bottom: 23px;
}

.page-about .box-trabaja-intro p {
    font-family: 'Lato-Regular';
    font-size: 13px;
    color: #595B5F;
    line-height: 24px;
    margin-bottom: 30px;
}

.box-fundacion-slider {
    min-height: 100%;
    padding: 85px 0;
    background-image: url(images/about/slider-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}

.page-about .carousel {
    height: 530px;
    height: 100%;
}

.page-about .carousel-inner {
    height: 100%;
}

.page-about .carousel-inner>.item {
    height: 100%;
}

.page-about .carousel .item:after {
    display: none
}

.page-about .carousel .box-patrocinio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
}

.page-about .box-patrocinio .patrocinio-info {
    width: 50%
}

.page-about .box-patrocinio .patrocinio-info h5 {
    margin-bottom: 15px
}

.box-patrocinio .patrocinio-info h5 {
    font-family: 'Lato-Regular';
    font-size: 12px;
    color: #B5B5B5;
    letter-spacing: 0.85px;
    text-transform: uppercase
}

.page-about .carousel .controls {
    right: inherit;
    top: inherit;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%, -100%);
    border-bottom: 0;
    border-top: 3px solid #19cfd3;
    background: transparent
}

.page-about .carousel .controls a {
    border: 0;
}

.page-about .box-map {
    padding: 7% 0
}

.page-about .box-map .content {
    padding-left: 55px
}

.page-about .box-map .content h3 {
    margin-bottom: 35px;
}

.page-about .panel-contacto.panel-group .panel {
    padding-left: 0
}


/************************ LANDING RESTAURANTE ************************/

.page-restaurante .slider-restaurante .carousel-inner {
    height: 100%;
    position: absolute;
    /* top: 0; */
}

.slider-restaurante.carousel .image {
    position: absolute;
    width: 100%;
}

.page-restaurante .slider-restaurante .item:after {
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    content: "";
    opacity: 0.74;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0.00) 50%, #000000 100%);
    background-image: -o-linear-gradient(rgba(0,0,0,0.00) 50%, #000000 100%);
    background-image: linear-gradient(rgba(0,0,0,0.00) 50%, #000000 100%);*/
}

.page-restaurante .slider-restaurante .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    position: absolute;
    bottom: 45px;
    top: inherit;
    height: auto;
}

.page-restaurante .slider-restaurante .caption h5 {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    color: #8EF3F5;
}

.page-restaurante .slider-restaurante .caption h3 {
    color: white;
    font-size: 38px;
}

.page-restaurante .slider-restaurante .caption .box-left.home h1 {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    color: #8EF3F5;
}

.page-restaurante .slider-restaurante .caption .box-left.home h3 {
    font-size: 64px;
    line-height: normal;
}

.page-restaurante .slider-restaurante .caption .box-left {
    text-align: right;
    border-right: 1px solid #FFFFFF;
    padding-right: 25px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-right: 20px;
    width: 80%;
}

.page-restaurante .slider-restaurante .caption .box-left .box-icons .logos {
    position: relative;
    width: 120px;
    height: 102px;
    display: inline-block;
    margin-right: 25px;
    -webkit-transform: translate3d(0, 0, 0)
}

.page-restaurante .slider-restaurante .caption .box-left .box-icons .logos:last-child {
    margin-right: 0
}

.page-restaurante .slider-restaurante .caption .box-left .box-icons img {
    width: 100%;
    margin-right: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-transform: translate3d(0, 0, 0)
}

.page-restaurante .slider-restaurante .caption .box-left .box-icons img:nth-child(1) {
    opacity: 0;
}

.page-restaurante .slider-restaurante .caption .box-left .box-icons .logo-activo img:nth-child(1) {
    opacity: 1;
}

.page-restaurante .slider-restaurante .caption .box-left .box-icons .logo-activo img:nth-child(2) {
    opacity: 0;
}

.page-restaurante .slider-restaurante .caption .box-left .box-icons .logos:hover img:nth-child(1) {
    opacity: 1;
}

.page-restaurante .slider-restaurante .caption .box-left .box-icons .logos:hover img:nth-child(2) {
    opacity: 0;
}

.page-restaurante .slider-restaurante .caption .box-right {
    width: 111px;
}

.page-restaurante .slider-restaurante .caption .box-right img {
    width: 146px;
    height: 100%;
}

.page-restaurante .box-intro {
    padding: 30px 0;
    text-align: center
}

.page-restaurante .box-intro h1,
.page-restaurante .box-intro h3 {
    font-size: 30px;
}

.page-restaurante .box-intro p {
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 14px;
    color: #101010;
    line-height: 24px;
    margin-bottom: 20px;
}

.page-restaurante .header-slider .arrow-down,
.page-restaurante .box-intro .arrow-down {
    opacity: .5;
    border: 2px solid #A6BABA;
    background: white;
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    text-align: center;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.page-restaurante .header-slider .arrow-down {
    margin-top: 40px;
    float: right;
}

.page-restaurante .header-slider .arrow-down img,
.page-restaurante .box-intro .arrow-down img {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
    padding: 10px;
}

.page-restaurante .header-slider .arrow-down:hover,
.page-restaurante .box-intro .arrow-down:hover {
    opacity: 1;
}

.page-restaurante .box-fundacion-slider {
    background-image: url(images/landings/instalaciones-bg.jpg);
}

.page-restaurante .carousel {
    height: 100%
}

.page-restaurante .carousel-inner>.item {
    height: 100%;
}

.page-restaurante .carousel-instalaciones.carousel .box-patrocinio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 450px;
    background-image: url(images/landings/bg-slider-instalaciones.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.page-restaurante .box-patrocinio .patrocinio-img {
    padding: 0;
    height: 100%;
}

.page-restaurante .carousel-instalaciones.carousel.carousel .controls {
    right: inherit;
    top: inherit;
    left: 41.66666667%;
    /*    bottom: -30px;*/
    transform: translate(-50%, -100%);
    border-bottom: 0;
    border-top: 3px solid #19cfd3;
    background: transparent;
    float: none;
    margin: 0;
    position: absolute;
}

.page-restaurante .carousel-instalaciones.carousel.carousel .controls a {
    border: 0;
}

.page-restaurante .box-equipo {
    background-image: url(images/about/slider-bg.jpg);
    background-size: cover;
    padding: 75px 0;
    position: relative;
}

.page-restaurante .box-patrocinio .patrocinio-info {
    padding: 50px;
}

.page-restaurante .box-equipo h4 {
    margin-bottom: 20px;
    color: #19CFD3;
}

.page-restaurante .box-patrocinio .patrocinio-info h5 {
    border-bottom: 1px solid #BBF1F2;
    padding-bottom: 5px;
    margin-bottom: 30px;
    font-size: 14px;
}

.page-restaurante .box-equipo .box-patrocinio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    height: 400px;
}

.page-restaurante .box-equipo .box-patrocinio p {
    margin-bottom: 5px
}

.page-restaurante .box-gastronomia .container {
    position: relative;
}

.page-restaurante .box-gastronomia .header-text {
    padding: 35px 0 0
}

.page-restaurante .box-gastronomia .content p {
    margin-bottom: 20px
}

.page-restaurante .box-gastronomia .controls {
    width: 66px;
    height: 33px;
    margin: 0 auto 30px;
    position: relative;
    border-top: 0;
    border-bottom: 3px solid #19cfd3;
    background: transparent;
}

.page-restaurante .box-gastronomia .controls a {
    display: inline-block !important;
    border: 1px solid #CDD2D6;
    border-bottom: 0;
    width: 33px;
    height: 30px;
    filter: none;
    background: transparent;
    opacity: 1;
    cursor: pointer;
}

.page-restaurante .box-gastronomia .box-slick .image {
    height: 404px;
    /*    background-size: cover !important;*/
    background-size: 100% 100% !important;
    opacity: 1;
    position: relative;
    background-repeat: no-repeat !important;
}

.page-restaurante .box-gastronomia .box-slick .image:before {
    /* content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(271deg, rgba(0,0,0,0.60) 7%, rgba(0,0,0,0.00) 37%);
    background-image: -o-linear-gradient(271deg, rgba(0,0,0,0.60) 7%, rgba(0,0,0,0.00) 37%);
    background-image: linear-gradient(1deg, rgba(0,0,0,0.60) 7%, rgba(0,0,0,0.00) 37%);*/
}

.page-restaurante .box-gastronomia .slick-slider {
    margin-bottom: 0
}

.page-restaurante .box-gastronomia .box-cartas {
    background-image: url(images/landings/cartas-bg.jpg);
    background-size: contain;
    background-position: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
    padding: 8px;
    position: absolute;
    bottom: -30px
}

.page-restaurante .box-gastronomia .box-cartas .cartas-content {
    border: 1px solid #83E0E2;
    padding: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

.page-restaurante .box-gastronomia .box-cartas .cartas-content a {
    font-family: 'DIN-Bold';
    font-size: 14px;
    color: #42464D;
    line-height: 24px;
    text-transform: uppercase
}

.page-restaurante .box-gastronomia .box-cartas .cartas-content .down-icon {
    vertical-align: sub;
    margin: 0 10px 0 0;
}

.page-restaurante .box-gastronomia.box-coctel .header-text {
    padding-top: 65px
}

.box-testimonios {
    background-image: url(images/landings/testimonios-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}

.box-testimonios .container {
    position: relative
}

.box-testimonios .carousel {
    height: 100%;
}

.box-testimonios .item {
    text-align: center
}

.box-testimonios .user-img {
    border-radius: 100%;
    width: 111.5px;
    height: 111.5px;
    display: block;
    margin: 0 auto;
    border: 1px solid #A5DCDD;
    padding: 11px;
}

.box-testimonios .user-img img {
    border-radius: 100%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.24);
    width: 90px;
    height: 90px;
}

.box-testimonios h4 {
    font-family: 'Lato-LightItalic';
    font-size: 27px;
    color: #101010;
    margin: 7px auto 17px;
    text-transform: capitalize
}

.box-testimonios .comentario {
    background: rgba(255, 255, 255, 0.40);
    border: 1px solid #BFC3C7;
    border-radius: 7px;
    padding: 15px 30px;
    position: relative;
}

.box-testimonios .comentario:before,
.box-testimonios .comentario:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.box-testimonios .comentario:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 16px 0 16px;
    border-color: #bfc3c7 transparent transparent transparent;
    bottom: -11px;
    left: 50%
}

.box-testimonios .comentario:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: #ffffff transparent transparent transparent;
    opacity: 0.8
}

.box-testimonios .comentario p {
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 13px;
    color: #42464D;
    line-height: 23px;
    margin-bottom: 5px;
}

.box-testimonios .comentario p:last-child {
    margin-bottom: 0
}

.box-testimonios h5 {
    font-family: 'Lato-Bold';
    font-weight: 800;
    font-size: 12px;
    color: #42464D;
    letter-spacing: 0.92px;
    margin-top: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.box-testimonios .stars {
    padding-left: 0
}

.box-testimonios .stars li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #19CFD3;
    padding: 1px;
    border-radius: 100%;
}

.box-testimonios .stars li.active span {
    background-color: #19CFD3;
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 100%;
    vertical-align: middle;
}

.box-testimonios .carousel-control {
    filter: none;
    background: transparent;
    width: 14px;
    top: 50%;
}

.box-testimonios .left.carousel-control {
    left: 0
}

.box-testimonios .right.carousel-control {
    right: 0
}

.page-restaurante .box-map {
    height: 500px
}

.single-restaurantes .box-map .panel-contacto {
    background: rgba(255, 255, 255, 0.83);
    border: 1px solid rgba(16, 16, 16, 0.15);
    margin-bottom: 15px;
}

.single-restaurantes .box-map .panel-contacto:after {
    background: url(images/icons/triangle.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 35px;
    height: 15px;
    position: absolute;
    content: "";
    left: 50%;
    bottom: 6px;
    -webkit-transform: translate(-50%, 0)
}

.single-restaurantes .box-map .panel-contacto .panel-body ul {
    margin-bottom: 0;
    position: relative;
    z-index: 100
}

.single-restaurantes .box-map .panel-contacto .panel-body ul li {
    max-width: 240px;
    width: 100%;
}

.page-restaurante .box-map .content {
    text-align: center
}

.page-restaurante .box-map .content h3 {
    margin-bottom: 40px;
}

.page-restaurante .box-map .content .form-validate .form-group:last-child {
    margin-bottom: 0
}


/************************ COOKIES ************************/

.cookies-box {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 10px 0;
    display: none;
    -webkit-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.cookies-box p {
    font-family: 'Lato-Italic';
    font-size: 14px;
    color: #C4C4C4;
    margin-bottom: 0;
    display: inline-block;
    padding-right: 20px
}

.cookies-box p img {
    width: 30px;
    display: inline-block;
    margin-right: 20px;
}

.cookies-box p a {
    font-family: 'Lato-BoldItalic';
    font-weight: 800;
    color: #75DCDE;
}

.cookies-box .close_cookies {
    display: inline-block;
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 18px;
    color: #C4C4C4;
    float: right;
    padding-top: 2px;
    cursor: pointer;
}


/************************ HOME ************************/

.box-experiencia {
    background-image: url(images/home/experiencia-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 36px;
}

.page-home .header-text {
    text-align: center;
    margin-bottom: 25px;
}

.page-home .header-text h4 {
    font-family: 'DIN-Medium';
    font-weight: 600;
    font-size: 18px;
    color: #42464D;
    letter-spacing: 1.99px;
    line-height: normal;
}

.page-home .header-text h3 {
    font-size: 50px;
}

.page-home .header-text .icon img {
    margin: 0 12px
}

.page-home .header-text .icon span {
    height: 1px;
    width: 25px;
    background-color: #BBF1F2;
    display: inline-block;
    margin-bottom: 3px;
}

.box-experiencia .col-experiencias {
    text-align: center;
}

.box-experiencia .col-experiencias .text {
    position: relative;
    margin-top: 35px;
}

.box-experiencia .col-experiencias .text h5 {
    font-family: 'DIN-Bold';
    font-weight: 800;
    font-size: 15px;
    color: #353B44;
    letter-spacing: 2px;
    line-height: 20px;
    text-transform: uppercase;
    max-width: 145px;
    width: 100%;
    margin: 0 auto
}

.box-experiencia .col-experiencias .text span {
    position: absolute;
    left: 44%;
    top: 0;
    border: 2px solid rgba(25, 207, 211, 0.3);
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
    text-align: center;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

.box-sabores {
    background-image: url(images/home/sabores/sabores-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    position: relative;
}

.box-content-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient(136deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.90) 100%);
    background-image: -o-linear-gradient(136deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.90) 100%);
    background-image: linear-gradient(226deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.90) 100%);
}

.box-sabores .carousel {
    height: 633px;
    height: 100%;
}

.page-restaurante .box-sabores .carousel-instalaciones.carousel .box-patrocinio {
    /*    height: 633px;*/
    height: 100%;
}

.page-restaurante .box-sabores .carousel-instalaciones .carousel-inner .box-patrocinio:after {
    border: 1px solid #81E2E4;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    content: "";
    z-index: 0
}

.page-restaurante.page-home .box-sabores .patrocinio-info {
    position: relative;
    z-index: 10
}

.page-restaurante.page-home .box-sabores .patrocinio-info {
    padding: 45px 45px 45px 30px
}

.page-restaurante.page-home .box-sabores .patrocinio-img {
    padding: 0;
    height: 100%;
    position: relative;
}

.carousel-instalaciones .patrocinio-img:before {
    /*top: 0;
    left: 0;
    right: 0;
    bottom:0;
    position: absolute;
    content:"";
    display: block;
    opacity: 0.6;
    background-image: linear-gradient(-180deg, rgba(0,0,0,0.00) 0%, #000000 100%);*/
}

.page-restaurante.page-home .box-sabores .patrocinio-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 211px;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.box-sabores .patrocinio-info img {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.43);
}

.box-sabores .patrocinio-info .alignup {
    margin-bottom: 25px;
    float: none
}

.box-sabores .patrocinio-info .aligdown {
    margin-top: 25px;
    margin-bottom: 25px float none;
}

.box-sabores .patrocinio-info .alignleft {
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}

.box-sabores .patrocinio-info .alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
}

.box-sabores .patrocinio-info h3 {
    font-size: 28px;
    color: #596575;
    line-height: 38px;
    word-wrap: break-word;
}

.box-sabores .patrocinio-info p {
    font-size: 14px;
    margin-bottom: 12px
}

.box-sabores .patrocinio-info .btn-solid {
    float: right;
}

.page-restaurante .box-sabores .carousel-instalaciones.carousel.carousel .controls {
    bottom: -15px;
    z-index: 2;
}

.page-home .box-noticias {
    background-image: url(images/home/blog-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 32px 0;
}

.page-home .box-noticias .container {
    margin: 0 auto
}

.box-noticias .container h3 {
    margin-bottom: 20px
}

.page-home .box-noticias .btn-solid {
    margin-top: 34px;
}

.box-promociones {
    background-image: url(images/home/promociones-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 75px 0;
    position: relative;
}

.page-restaurante .box-promociones .carousel {
    height: 100%;
}

.page-home .carousel-instalaciones.carousel .box-patrocinio {
    height: 400px
}

.page-home .box-promociones .box-patrocinio .patrocinio-info h4 {
    color: #596575;
    text-shadow: none;
}

.page-home .box-promociones .box-patrocinio .patrocinio-info h5 {
    padding-bottom: 12px;
    margin-bottom: 10px;
    color: #19CFD3;
    border-color: #EBEFF3;
}

.box-eventos {
    position: relative;
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-home .box-eventos {
    height: 540px
}

.box-eventos .content p {
    margin-top: 25px;
    margin-bottom: 20px
}

.box-eventos .box-eventos-bg {
    background-image: url(images/home/eventos-bg.jpg);
    background-position: center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0px;
    right: 0px;
}

.page-restaurante.page-home .box-map {
    height: 100%
}

.page-home.page-restaurante .box-map .content {
    text-align: left;
    padding-left: 55px;
}

.page-home .panel-contacto.panel-group .panel {
    padding-left: 0
}


/*PROMOCION POPUP*/

.promocion-box {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(16, 16, 16, 0.83)
}

.promocion-box .promocion-container {
    max-height: 568px;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 45px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 765px;
    width: 90%;
    margin: 10% auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.promocion-box .promocion-container:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-image: -webkit-linear-gradient(-43deg, rgba(0, 0, 0, 0.00) 24%, rgba(0, 0, 0, 0.76) 100%);
    background-image: -o-linear-gradient(-43deg, rgba(0, 0, 0, 0.00) 24%, rgba(0, 0, 0, 0.76) 100%);
    background-image: linear-gradient(-133deg, rgba(0, 0, 0, 0.00) 24%, rgba(0, 0, 0, 0.76) 100%);
}

.promocion-box .promocion-container .content {
    max-width: 45%;
    width: 100%;
    position: relative;
    z-index: 1
}

.promocion-box .promocion-container .content h3 {
    font-size: 26px;
}

.promocion-box .promocion-container .content p {
    font-family: 'Lato-Regular';
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
}

.promocion-box .promocion-container .content a {
    font-family: 'Lato-Bold';
    font-weight: 800;
    font-size: 14px;
    color: #19CFD3;
    line-height: 22px;
}

.promocion-box .close_promocion {
    cursor: pointer;
    background: #B3BDC6;
    border-radius: 100%;
    box-shadow: 0px -1px 10px 0px rgba(0, 0, 0, 0.20);
    font-family: 'Lato-Regular';
    font-weight: 500;
    color: #FFFFFF;
    width: 35px;
    height: 35px;
    opacity: 1;
    margin: 35px auto 0;
    float: none;
    display: block;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -17.5px;
}


/*Carousel fade*/

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}