/* fuentes */
.f-cinzel {
    font-family: 'Cinzel', serif;
}
.text-semibold {
    font-weight: 500;
}
/* enlaces y botones */
/*.btn {
    border-radius: 0;
}*/
/* colores */
/*.tx-grey,
.tx-grey:focus,
.tx-grey:active,
.th-grey:hover {
    color: grey;
}
.bg-grey,
.bh-grey:hover {
    background-color: grey;
}*/
/* formulario */
/*.form-control {
    border-color: black;
    border-radius: 0;
    box-shadow: 0;
    background-color: white;
    color: black;
}
.form-control::-moz-placeholder {
    color: black;
}
.form-control:-ms-input-placeholder {
    color: black;
}
.form-control::-webkit-input-placeholder {
    color: black;
}*/
/* varios */
h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: 10px;
}
/*hr {
    border-color: black;
}*/
/* imagenes*/
img[src$='.svg'] {
    object-fit: contain;
    object-position: center;
}

/* mainMenu */
#mainMenu {
    font-family: 'Cinzel', serif;
}
#mainMenu .mainMenu-link,
#mainMenu .mainMenu-sub {
    display: block;
}
#mainMenu .mainMenu-link {
    cursor: pointer;
}
#mainMenu .mainMenu-link {
    color: white;
}
#mainMenu .mainMenu-link:focus,
.desktop #mainMenu .mainMenu-link:hover,
#mainMenu .mainMenu-elem-act > .mainMenu-link,
#mainMenu .mainMenu-elem-act > .mainMenu-sub {
    color: #B72303;
}
#mainMenu .mainMenu-niv1 .mainMenu-elem:hover > .mainMenu-niv {
    display: block!important;
}
#mainMenu .mainMenu-niv1 .mainMenu-sub:after {
    content: '';
    width: 10px;
    height: 6px;
    margin-left: 8px;
    background-image: url('../images/iconos/arrow-down-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    /*content: '\F140';
    font-family: 'Material Design Icons';
    content: '\f107';
    font-family: 'FontAwesome';*/
}
#mainMenu .mainMenu-niv1 .mainMenu-elem:hover > .mainMenu-sub:after {
    /*content: '\F143';
    content: '\f106';*/
    transform: rotate(180deg);
}
@media (min-width: 1430px) {
    #mainMenu .mainMenu-niv1 > nav > * + * {
        margin-left: 25px;
    }
}
@media (min-width: 1200px) and (max-width: 1429px) {
    #mainMenu {
        font-size: 12px;
    }
    #mainMenu .mainMenu-niv1 > nav > * + * {
        margin-left: 12px;
    }
}
@media (min-width: 1200px) {
    #mainMenu #mainMenu-root > .mainMenu-link {
        display: none;
    }
    #mainMenu .mainMenu-niv1 > nav {
        display: -webkit-flex;
        display: flex;
    }
    #mainMenu .mainMenu-niv1 .mainMenu-elem {
        cursor: pointer;
        position: relative;
    }

    #mainMenu .mainMenu-niv2,
    #mainMenu .mainMenu-niv3 {
        /*border: 1px solid black;*/
        background-color: black;
        text-align: center;
        white-space: nowrap;
        position: absolute;
        z-index: 10;
        display: none;
    }
    #mainMenu .mainMenu-niv2 a,
    #mainMenu .mainMenu-niv3 a {
        line-height: 34px;
    }
    #mainMenu .mainMenu-niv2 {
        min-width: 100%;
        top: 100%;
        left: 0;
    }
    #mainMenu .mainMenu-niv3 {
        top: 0;
        left: 100%;
    }
    #mainMenu .mainMenu-niv2 > nav > * + *,
    #mainMenu .mainMenu-niv3 > nav > * + * {
        border-top: 1px solid white;
    }
}
@media (max-width: 1199px) { /* OJO, si se modifica esta medida hay que actualizarla también en la función inicializarMainMenu() del principalFront.js */
    html {
        overflow-y: scroll;
    }
    html.mainMenu-on body {
        height: 100vh;
        overflow-y: hidden;
    }
    html.mainMenu-on #mainMenu .mainMenu-niv1 {
        display: block!important;
    }
    #mainMenu #mainMenu-root > .mainMenu-link {
        width: 27px;
        height: 19px;
        position: relative;
        z-index: 100;
    }
    #mainMenu #mainMenu-root > .mainMenu-link:after {
        content: '';
        width: 100%;
        height: 100%;
        background-image: url('../images/iconos/menu-white.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        display: block;
        /*content: '\F35C';
        font-family: 'Material Design Icons';
        content: '\f0c9';
        font-family: 'FontAwesome';*/
    }
    html.mainMenu-on #mainMenu #mainMenu-root > .mainMenu-link:after {
        background-image: url('../images/iconos/close-white.svg');
    }
    #mainMenu .mainMenu-niv1 {
        width: 100%;
        height: 100%;
        background-color: black;
        position: fixed;
        z-index: 10;
        bottom: 0;
        left: 0;
        display: none;
        overflow-y: scroll;
    }
    #mainMenu .mainMenu-niv1 > nav {
        min-height: 100%;
        /*padding-top: 100px;*/
        /*      text-align: center;
                display: -webkit-flex;
                display: flex;
                -webkit-flex-direction: column;
                flex-direction: column;
                -webkit-justify-content: center;
                justify-content: center;*/
    }
    #mainMenu .mainMenu-niv1 > nav > * > * {
        padding: 18px 0 18px 30px;
        border-bottom: 1px solid white;
    }
    #mainMenu .mainMenu-sub {
        padding-bottom: 18px;
    }
    #mainMenu .mainMenu-niv2,
    #mainMenu .mainMenu-niv3 {
        display: none;
    }
    #mainMenu .mainMenu-niv2 {
        padding-top: 13px;
        background-color: #1d1d1d;
        /*border-top: 1px solid white;*/
    }
    #mainMenu .mainMenu-niv2 > nav > * {
        padding-left: 42px;
    }
    #mainMenu .mainMenu-niv2 > nav > * + * {
        padding-top: 23px;
    }
    /*    #mainMenu .mainMenu-niv2,
        #mainMenu .mainMenu-niv3 {
            font-size: 90%;
            opacity: 0.75;
        }*/
}

/* dropdownMenu */
.dropdownMenu .dropdownMenu-toggle {
    width: 10px;
    height: 6px;
}
.dropdownMenu .dropdownMenu-toggle:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../images/iconos/arrow-down-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    /*content: '\F140';
    font-family: 'Material Design Icons';
    content: '\f107';
    font-family: 'FontAwesome';*/
}
.desktop .dropdownMenu:hover .dropdownMenu-toggle:after,
.mobile .dropdownMenu-on .dropdownMenu-toggle:after {
    /*content: '\F143';
    content: '\f106';*/
    transform: rotate(180deg);
}

/* estructura */
body {
    font-family: 'Lato', serif;
    font-weight: 300;
    overflow: auto;
    position: relative;
}
.btn {
    border-radius: 0;
}
.btn-white,
.btn-white:focus,
.btn-white:active {
    border: 1px solid #1A171C;
    background-color: white;
    color: #1A171C;
}
.btn-white:hover {
    background-color: #1A171C;
    color: white;
}
.form-control {
    border-color: #1A171C;
    border-radius: 0;
}
/*.menu-fixed {
    position: relative;
    z-index: 10;
}
.fixed-elem {
    position: absolute;
    z-index: 10;
}*/
.stickyHeader-on .stickyHeader {
    /*background-color: #1A171C;*/
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 0;
}
header {
    height: 75px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1A171C;
    color: white;
    text-transform: uppercase;
}
header .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
header #header-logo {
    margin-right: auto;
    z-index: 11;
}

footer #footer-top .recuadro {
    border-radius: 5px;
    background-color: black;
    color: white;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
footer #footer-top .recuadro a {
    color: white;
}
footer #footer-top .recuadro .footer-dest {
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 400;
}
footer #footer-top .recuadro .footer-dest span {
    font-weight: 600;
}
footer #footer-top .recuadro .btn {
    width: 368px;
    height: 44px;
    max-width: 100%;
    border: 1px solid white;
    font-family: 'Cinzel', serif;
    font-weight: 700;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
footer #footer-top .recuadro .btn,
footer #footer-top .recuadro .btn:active {
    border-color: white;
    background-color: transparent;
    color: white;
}
footer #footer-top .recuadro .btn:hover,
footer #footer-top .recuadro .btn:focus {
    border-color: #B72303;
    background-color: #B72303;
    color: black;
}
footer #footer-bottom {
    background-color: black;
    font-weight: 400;
    font-size: 14px;
}
footer #footer-bottom .flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
footer #footer-bottom a,
footer #footer-bottom a:active {
    color: white;
}
footer #footer-bottom a:hover,
footer #footer-bottom a:focus {
    color: #B72303;
}
footer #footer-bottom #footer-redes .rrss {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
}
footer #footer-bottom #footer-redes .rrss + .rrss {
    margin-left: 37px;
}
footer #footer-bottom #footer-redes .rrss-facebook {
    width: 10px;
    height: 19px;
}
footer #footer-bottom #footer-redes .rrss-facebook,
footer #footer-bottom #footer-redes .rrss-facebook:active {
    background-image: url('../images/iconos/rrss-facebook-white.svg');
}
footer #footer-bottom #footer-redes .rrss-facebook:hover,
footer #footer-bottom #footer-redes .rrss-facebook:focus {
    background-image: url('../images/iconos/rrss-facebook-corp.svg');
}
footer #footer-bottom #footer-redes .rrss-youtube {
    width: 24px;
    height: 18px;
}
footer #footer-bottom #footer-redes .rrss-youtube,
footer #footer-bottom #footer-redes .rrss-youtube:active {
    background-image: url('../images/iconos/rrss-youtube-white.svg');
}
footer #footer-bottom #footer-redes .rrss-youtube:hover,
footer #footer-bottom #footer-redes .rrss-youtube:focus {
    background-image: url('../images/iconos/rrss-youtube-corp.svg');
}
footer #footer-bottom #footer-redes .rrss-skype {
    width: 22px;
    height: 22px;
}
footer #footer-bottom #footer-redes .rrss-skype,
footer #footer-bottom #footer-redes .rrss-skype:active {
    background-image: url('../images/iconos/rrss-skype-white.svg');
}
footer #footer-bottom #footer-redes .rrss-skype:hover,
footer #footer-bottom #footer-redes .rrss-skype:focus {
    background-image: url('../images/iconos/rrss-skype-corp.svg');
}
footer #footer-bottom #footer-duacode img {
    height: 11px;
    margin-top: -3px;
}

#aviso-cookies {
    width: 100%;
    padding: 15px;
    background-color: rgba(255,255,255,0.75);
    font-size: 14px;
    text-align: center;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
}
#aviso-cookies a {
    display: inline-block;
}
#aviso-cookies .btn {
    margin: 10px;
}

.section {
    font-size: 16px;
}
.section .section-menu {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    background-color: #eee;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.section .section-menu > div {
    padding-left: 0;
    padding-right: 0;
}
.section .section-menu > div > a {
    line-height: 40px;
    display: block;
}
.section .section-menu .section-menu-act {
    background-color: #1A171C;
    color: white;
}
.section .section-cont {
    padding: 30px 15px;
}
.section .section-tit1,
.section .section-tit2 {
    font-family: 'Cinzel', serif;
    line-height: 1;
}
.section .section-tit1 {
    font-size: 36px;
}
.section .section-tit2 {
    font-size: 28px;
}
.section .section-txt {
    text-align: justify;
}
.section .section-vid > div {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.section .section-vid > div > iframe,
.section .section-vid > div > a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section .section-vid > div > a {
    display: block;
}
.section .section-vid > div > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.img-grd {
    height: 200px;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (min-width: 1430px) {
    header .container,
    footer .container {
        width: 1410px;
    }
}
/*@media (min-width: 1366px) {
    header #header-dcha {
        text-align: center;
    }
}
@media (max-width: 1365px) {
    header #header-dcha {
        text-align: right;
    }
}
@media (min-width: 600px) {
    header #header-menu,
    header #header-redes {
        display: inline-block;
        vertical-align: middle;
    }
    header #header-redes {
        line-height: 55px;
        margin-left: 40px;
    }
}
@media (max-width: 599px) {
    header #header-menu {
        margin-bottom: 15px;
    }
}*/
@media (min-width: 992px) {
    header #header-logo img {
        height: 59px;
    }


}
@media (max-width: 991px) {
    header #header-logo img {
        height: 52px;
    }

}
@media (min-width: 768px) {
    footer #footer-top {
        background-image: url('../images/footer.jpg');
        background-size: cover;
        background-position: center center;
    }
    footer #footer-top img {
        display: none;
    }
    footer #footer-top .recuadro {
        width: 594px;
        max-width: 100%;
        padding: 42px 73px 73px;
        margin: -39px auto 0;
    }
    footer #footer-bottom .flex {
        height: 100px;
        margin-top: -10px;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }
    footer #footer-bottom #footer-redes {
        -webkit-order: 2;
        order: 2;
    }
    footer #footer-bottom #footer-legal,
    footer #footer-bottom #footer-duacode {
        width: 140px;
    }
    footer #footer-bottom #footer-legal {
        -webkit-order: 1;
        order: 1;
    }
    footer #footer-bottom #footer-duacode {
        -webkit-order: 3;
        order: 3;
        text-align: right;
    }
}
@media (max-width: 767px) {
    footer #footer-top .container {
        padding-left: 0;
        padding-right: 0;
    }
    footer #footer-top img {
        -webkit-object-position: left center;
        object-position: left center;
    }
    footer #footer-top {
        margin-top: -5px;
    }
    footer #footer-top img {
        width: 100%;
        height: 242px;
        -webkit-object-fit: cover;
        object-fit: cover;
        -webkit-object-position: center center;
        object-position: center center;
    }
    footer #footer-top .recuadro {
        padding: 30px 40px 40px;
    }
    footer #footer-bottom {
        padding: 34px 0 32px;
    }
    footer #footer-bottom .flex {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    footer #footer-bottom #footer-redes {
        margin-bottom: 35px;
    }
    footer #footer-bottom .text-underline {
        margin-bottom: 10px;
    }
}

@media all and (-webkit-min-device-pixel-ratio : 1.5),
all and (-o-min-device-pixel-ratio: 3/2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    footer #footer-top {
        background-image: url('../images/footer@2x.jpg');
    }
}
