/*@font-face {
    font-family: 'GraphikRegular';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/GraphikRegular.otf);
    src: local("GraphikRegular"), url(../fonts/GraphikRegular.otf?#iefix) format("embedded-opentype"),

}*/


/***********************************************************/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.1;
    }

    to {
        opacity: 1;
    }
}

/********************************************/
a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

/********************************************************************************************/
/********************************************************************************************/

.main-header #menu-trigger {
    position: absolute;
    top: 30px;
    right: 100px;
    width: 30px;
    height: 30px;
    z-index: 4
}

.main-header #menu-trigger span::after,
.main-header #menu-trigger span::before {
    content: '';
    position: absolute;
    width: 30px;
    right: 0;
    height: 2px;
    background: #111
}

.main-header #menu-trigger span::before {
    top: 10px
}

.main-header #menu-trigger span::after {
    top: 19px
}

.main-header #menu-trigger span {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 16px;
}

/****************************************************************/
/****************************************************************/

#menu-layer #menu-close {
    right: 70px;
    top: 33px;
}

.closer {
    top: 28px;
    right: 30px;
    width: 30px;
    height: 30px;
    z-index: 4;
    line-height: 1;
    position: fixed;
}

.closer span {
    width: 100%;
    height: 2px;
    display: inline-block;
    position: relative
}

.closer span::after,
.closer span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    top: 0px;
    left: -40px;
}

.closer span::before {
    transform: rotate(45deg)
}

.closer span::after {
    transform: rotate(-45deg)
}


@media (min-width:61.9375em) {

    .main-header #menu-trigger {
        position: absolute;
        top: 26px;
        right: 64px;
    }

    .main-header #menu-trigger span::after,
    .main-header #menu-trigger span::before {
        content: '';
        position: absolute;
        width: 30px;
        right: 0;
        height: 2px;
        background: #111
    }

    .main-header #menu-trigger span::before {
        top: 10px
    }

    .main-header #menu-trigger span::after {
        top: 19px
    }

    .main-header #menu-trigger span {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 16px;
    }

    #menu-layer #menu-close {
        right: 100px;
        top: 33px;
    }

    .closer {
        top: 28px;
        right: 30px;
        width: 30px;
        height: 30px;
        z-index: 4;
        line-height: 1;
        position: fixed;
    }

    .closer span {
        width: 100%;
        height: 2px;
        display: inline-block;
        position: relative
    }

    .closer span::after,
    .closer span::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #111;
        top: 0px;
        left: 20px;
    }

    .closer span::before {
        transform: rotate(45deg)
    }

    .closer span::after {
        transform: rotate(-45deg)
    }
}

@media (max-width: 990px) {

    .main-header #menu-trigger {
        position: absolute;
        top: 26px;
        right: 63px;

    }

    .main-header #menu-trigger span::after,
    .main-header #menu-trigger span::before {
        content: '';
        position: absolute;
        width: 30px;
        right: 0;
        height: 2px;
        background: #111
    }

    .main-header #menu-trigger span::before {
        top: 10px
    }

    .main-header #menu-trigger span::after {
        top: 19px
    }

    .main-header #menu-trigger span {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 16px;
    }

    #menu-layer #menu-close {
        right: 40px;
        top: 35px;
    }

    .closer {
        top: 28px;
        right: 30px;
        width: 30px;
        height: 30px;
        z-index: 4;
        line-height: 1;
        position: fixed;
    }

    .closer span {
        width: 100%;
        height: 2px;
        display: inline-block;
        position: relative
    }

    .closer span::after,
    .closer span::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #111;
        top: 0px;
        right: 70px;
    }

    .closer span::before {
        transform: rotate(45deg)
    }

    .closer span::after {
        transform: rotate(-45deg)
    }
}

.home-main-content {
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 98;
    background-color: transparent;
    padding: 25px 0 30px 0;
    width: 100%;
    -webkit-animation: fadeIn 1.6s;
    animation: fadeIn 1.6s;

}


@media only screen and (max-width: 767px) {

    .main-header #menu-trigger {
        position: absolute;
        top: 52px;
        right: 0px;

    }

    .main-header #menu-trigger span::after,
    .main-header #menu-trigger span::before {
        content: '';
        position: absolute;
        width: 30px;
        right: 0;
        height: 2px;
        background: #111
    }

    .main-header #menu-trigger span::before {
        top: 10px
    }

    .main-header #menu-trigger span::after {
        top: 19px
    }

    .main-header #menu-trigger span {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 16px;
    }

    #menu-layer #menu-close {
        right: -25px;
        top: 55px;
    }

    .closer {
        top: 28px;
        right: 30px;
        width: 30px;
        height: 30px;
        z-index: 4;
        line-height: 1;
        position: fixed;
    }

    .closer span {
        width: 100%;
        height: 2px;
        display: inline-block;
        position: relative
    }

    .closer span::after,
    .closer span::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #111;
        top: 0px;
        right: 70px;
    }

    .closer span::before {
        transform: rotate(45deg)
    }

    .closer span::after {
        transform: rotate(-45deg)
    }

    .main-content {

        padding-top: 100px;
        padding-bottom: 60px;
        -webkit-animation: fadeIn 1.6s;
        animation: fadeIn 1.6s;
    }
}


@media (max-width:29.99em) {

    .main-header #menu-trigger {
        position: absolute;
        top: 52px;
        right: 18px;
        width: 30px;
        height: 30px;
        z-index: 4;
    }

    .main-header #menu-trigger span::after,
    .main-header #menu-trigger span::before {
        content: '';
        position: absolute;
        width: 30px;
        right: 0;
        height: 2px;
        background: #111
    }

    .main-header #menu-trigger span::before {
        top: 10px
    }

    .main-header #menu-trigger span::after {
        top: 19px
    }

    .main-header #menu-trigger span {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0px;
    }

    #menu-layer #menu-close {
        right: 18px;
        top: 60px;
    }

    .closer {
        top: 28px;
        right: 30px;
        width: 30px;
        height: 30px;
        z-index: 4;
        line-height: 1;
        position: fixed;
    }

    .closer span {
        width: 100%;
        height: 2px;
        display: inline-block;
        position: relative
    }

    .closer span::after,
    .closer span::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #111;
        top: -5px;
        left: 0
    }

    .closer span::before {
        transform: rotate(45deg)
    }

    .closer span::after {
        transform: rotate(-45deg)
    }

    .main-content {
        padding-top: 120px;
        padding-bottom: 80px;
        -webkit-animation: fadeIn 1.6s;
        animation: fadeIn 1.6s;
    }

}

/****************************************************************************/
/****************************************************************************/

.max-image {
    width: 100%;
    height: auto;
}

.main-navigation-wrapper {
    display: none
}

.main-navigation-wrapper .side-nav {
    margin-top: 20px
}

.main-header {
    background-color: transparent
        /*#fff*/
    ;
    -webkit-animation: fadeIn 1.6s;
    animation: fadeIn 1.6s;
}

.home-main-header {
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    background-color: transparent;
    padding: 25px 0 30px 0;
    width: 100%;
}

.main-content {
    flex: 1 0 auto;
}

.main-content {

    padding-top: 120px;
    padding-bottom: 180px;
    -webkit-animation: fadeIn 1.6s;
    animation: fadeIn 1.6s;
}

#menu-layer .wrapper .nav-menu {
    -webkit-animation: fadeIn 1.0s;
    animation: fadeIn 1.0s;
}




.top-paragraph {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 35px;
}

.block {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
    width: auto
}

.block p {
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 25px;
    font-size: 15px;
}

.block p sup {
    font-size: 11px;
}

.block a {
    color: #222
}

.block a:hover {
    color: #777
}

.block h2 {
    font-weight: 400;
    font-style: normal;
    color: #111111;
    font-size: 30px;
    line-height: 30px;
    margin: 0px 0 0px 0;
    padding: 0px 0 20px 0;
    text-transform: none;
    text-align: right
}

.block.catalog {
    padding-bottom: 40px;
}

.block.catalog p {
    padding-bottom: 100px;
    line-height: 22px;
}

.block.catalog p a {
    color: #222 font-size: 17px;
    line-height: 22px;
    text-decoration: none;
    border-bottom: 1px solid;
}

.block.catalog p a:hover {
    color: #777;
    border-bottom: 0px;
}

.block.catalog p ._title {
    font-weight: 600;
}

.block.about p {
    font-size: 16px;
    line-height: 25px;
}

.logo {
    height: 35px;
    /*background-image: url(../images/LFB-screen.png);*/
    background-repeat: no-repeat;
    background-size: 360px;
}

.side-nav {
    margin: 1px 20px 0 20px;
    padding: 0;
    width: 320px;
    font-size: 20px;
    letter-spacing: 0.03em
}

.side-nav p a {
    color: #222;
    font-weight: 100;
    font-size: 14px;
    border-bottom: 1px solid;

}

.side-nav p a:hover {
    color: #777;
    border-bottom: 0px solid;

}

.side-nav h2 {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 28px;
    text-transform: none;
    color: #FFF;
    display: none
}

.side-nav h3 {
    margin: 2px 0 15px 0;
    font-size: 26px;
    background: none;
    font-family: 'Noto Sans', sans-serif;
}

.side-nav li {
    margin: 0 0 15px;
    font-size: 14px;
    text-transform: none;
}

.side-nav li a {
    color: #222;
    border-bottom: 1px solid;
}

.side-nav li a:hover {
    color: #777;
    border-bottom: 0px;
}

ul .nav1 {
    list-style: none;
}

ul .nav1 li a {
    text-decoration: none;
    color: #111;
}

.top-navigation {
    margin: 0px 40px 0 0
}

ul.top-navigation {
    float: right;
    padding: 0px 0 0 0;
    margin-top: 2px
}

ul.top-navigation li {
    padding: 0px 0 0px 7px;
    float: left;
    color: #111;
    border-right: 0px solid #ccc
}

ul.top-navigation li.last {
    padding: 0 0 0 0px;
    border: none
}

.block h3 {
    font-weight: normal;
    font-style: normal;
    font-size: 17px;
    color: #111;
    background-color: #fff;
    border: 0px solid #a9a9a9;
    -khtml-border-radius: 7px;
    text-align: left;
    margin-bottom: 5px;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    cursor: pointer
}

.block h3 a {
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid;

}

.block h3 a:hover {
    color: #777;
    border-bottom: 0px;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .side-nav {
        margin: 0px 20px 0 20px;
        padding: 0;
        width: 270px
    }
}

@media only screen and (min-width:768px) and (max-width: 959px) {


    .side-nav {
        padding: 0;
        width: 200px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0;
        margin-left: 12px
    }

    .top-navigation .column {
        margin: 20px 0 0
    }
}

@media only screen and (max-width:767px) {


    .side-nav-top {
        margin: 1px 20px 0 0px;
        padding: 0;
        width: 100%;
        font-size: 20px
    }

    .side-nav-top h2 {
        margin: 0 0 15px 0;
        font-size: 20px;
        line-height: 28px;
        text-transform: none;
        color: #FFF;
        display: none
    }

    .side-nav-top h3 {
        margin: 0 0 10px 0;
        font-size: 20px;
        text-transform: none;
        background: none
    }

    .side-nav-top li {
        margin: 0;
        font-size: 14px
    }

    .side-nav-top ul li a {
        margin: 0;
        font-size: 20px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: right 12px;
        font-style: normal;
        letter-spacing: 0.02em
    }

    .side-nav-top ul li a.nav-selected {
        margin: 0;
        font-size: 20px;
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: right 12px;
        border-color: #777
    }

    .side-nav-top ul li ul li a {
        font-style: normal;
        letter-spacing: 0.02em;
        font-size: 14px;
        border-color: #ccc
    }

    .side-nav-top ul li ul li a.nav-selected {
        font-style: normal;
        letter-spacing: 0.02em;
        font-size: 20px;
        text-transform: uppercase;
        border-color: #777
    }

    .nav-top li {
        text-transform: none
    }

    .nav-top li a {
        margin: 0;
        padding: 15px 0px 15px 0;
        display: block;
        float: none;
        text-decoration: none;
        color: #111111;
        border-bottom: 1px solid #ccc;

    }

    .nav-top li a:hover,
    .nav-top li a.nav-selected {}

    .nav-top li ul {
        margin: 0 0 10px 0
    }

    .nav-top li li {
        text-transform: none;
        font-weight: normal;
        background: url(../images/punto_g.png) no-repeat scroll 1px 15px transparent
    }

    .nav-top li li a {
        margin: 0;
        padding: 15px 0 15px 15px;
        display: block;
        float: none;
        font-size: 15px;
        line-height: 15px;
        text-decoration: none;
        color: #111111;
        font-weight: normal
    }

    .nav-top li li a:hover {
        font-weight: normal;
        background: url(../images/punto_g.png) no-repeat scroll 1px 15px transparent;
        text-transform: uppercase
    }

    .nav-top li li a.nav-selected {
        text-transform: uppercase;
        font-weight: normal;
        background: url(../images/punto_n.png) no-repeat scroll 1px 15px transparent
    }

    .nav-top li ul ul {}

    .nav-top li li li {
        text-transform: none;
        font-weight: normal;
        background: url(../images/punto_g.png) no-repeat scroll 12px 9px transparent
    }

    .nav-top li li li a {
        margin: 0;
        padding: 8px 0 8px 15px;
        display: block;
        float: none;
        font-size: 14px;
        text-decoration: none;
        color: #111;
        padding-left: 25px
    }

    .nav-top li li li a:hover {
        text-transform: uppercase;
        font-weight: normal;
        background: url(../images/punto_g.png) no-repeat scroll 12px 9px transparent
    }

    .nav-top li li li a.nav-selected {
        color: #111;
        text-transform: none;
        font-weight: normal;
        background: url(../images/punto_n.png) no-repeat scroll 12px 9px transparent
    }

    .main-header {
        padding: 0px 0 0 0px
    }

    .home-main-header {
        padding: 0px 0 0 0px
    }

    .main-navigation-wrapper {
        overflow: hidden;
        position: relative
    }

    .side-nav {
        float: left;
        margin: 26px 0 0 0;
        width: 300px
    }

    .side-nav h2 {
        color: #0F3
    }

    .side-nav li a {
        margin: 0;
        font-size: 14px;
        background-color: transparent;
        background-image: url(../images/btn-right-grey.gif);
        background-repeat: no-repeat;
        background-position: right 12px
    }

    .side-nav li li a {
        margin: 0;
        font-size: 14px;
        background-color: transparent;
        background-image: none;
        background-repeat: no-repeat;
        background-position: right 12px
    }

    .side-nav li a:hover {
        margin: 0;
        font-size: 14px;
        background-color: transparent;
        background-image: url(../images/btn-right-orange.gif);
        background-repeat: no-repeat;
        background-position: right 12px
    }

    .side-nav li li a:hover {
        margin: 0;
        font-size: 14px;
        background-color: transparent;
        background-image: none;
        background-repeat: no-repeat;
        background-position: right 12px
    }

    .block h2 {
        font-size: 25px;
        line-height: 25px;
        margin: 0px 0 0px 0;
        padding: 0px 0 20px 0
    }

    .top-navigation .column {
        margin: 10px 0 0
    }

    .top-navigation .column.grid_12 {
        width: 456px
    }

    .side-nav {
        margin: 0px 0 0 0
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {


    .column {
        margin: 0px 0 0 0;
        overflow: hidden;
        float: left;
        display: inline
    }
}

html {
    height: 100%;
    overflow: auto;
}



body {
    letter-spacing: 0.4pt;
    position: relative;
    height: auto;
    /*overflow-y: scroll;*/
    min-height: 100vh;
}

hr.xxl {
    height: 160px;
}

hr::after {
    content: '';
    display: table;
    clear: both;
}

.contact p a {
    color: #111;
    font-size: 20px;
    text-decoration: none;
}

/******************************HEADER*************************************************/

.main-header {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    /*background-color: transparent
        #fff;*/
    ;
    padding: 25px 0 30px 0;
    width: 100%;
    transition-duration: 0.6s;
    transition-delay: 0.2s;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: saturate(180%) blur(0px);
}


}

.home-main-header {
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 98;
    background-color: transparent;
    padding: 25px 0 30px 0;
    width: 100%;


}


.main-header #logo {
    top: 40px;
    width: auto;
    z-index: 4;
    color: #000000;
    font-family: 'Noto Sans', sans-serif;
    font-size: 28px;
    text-decoration: none;
}

.home-main-header #logo {
    top: 40px;
    width: auto;
    z-index: 4;
    color: #000000;
    font-family: 'Noto Sans', sans-serif;
    font-size: 28px;
    text-decoration: none;
}

#menu-layer {
    overflow: hidden;
}

#menu-layer {
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: #fff;
    padding: 120px 0px 0 80px;
}

@media (max-width:61.9275em) {
    .main-header {
        top: 0;
        left: 0;
        z-index: 98;
        /*background-color: transparent
            #fff;*/
        padding: 25px 0 30px 0;
    }

    .home-main-header {
        top: 0;
        left: 0;
        z-index: 98;
        background-color: transparent;
        padding: 25px 0 30px 0;
    }

    .main-header #logo {
        top: 19px;
        width: 250px;
        text-align: center;
    }

    .home-main-header #logo {
        top: 19px;
        width: 250px;
        text-align: center;
    }

    .main-header #logo {
        top: 19px;
        width: 250px;
        text-align: center;
    }

    .home-main-header #logo {
        top: 19px;
        width: 250px;
        text-align: center;
    }

    .home-main-content {
        padding: 0px;
        -webkit-animation: fadeIn 1.6s;
        animation: fadeIn 1.6s;
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        height: 35px;
        /*background-image: url(../images/LFB-screen.png);*/
        background-repeat: no-repeat;
        background-size: 360px;
    }

    .main-header {
        top: 0;
        left: 0;
        z-index: 98;
        padding: 0px 0 30px 0;
        background: #fff;
        /*background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: saturate(180%) blur(2px);*/
    }

    .home-main-header {
        top: 0;
        left: 0;
        z-index: 98;
        padding: 0px 0 30px 0;
    }

    .main-header #logo {
        padding: 20px 0 20px 0px;
    }

    .home-main-header #logo {
        padding: 20px 0 20px 0px;
    }

    #menu-layer {
        padding: 20px 0px 0 20px;
        height: 80px;
    }
}

@media (max-width:29.99em) {


    #menu-layer {
        padding: 20px 0px 0 32px;
        height: 70px;
    }


}

.main-header #logo img {
    width: 320px
}

.home-main-header #logo img {
    width: 320px
}

@media (max-width:61.9275em) {
    .main-header #logo img {
        width: 320px;
        float: left;
    }

    .home-main-header #logo img {
        width: 320px;
        float: left;
    }
}

@media only screen and (max-width: 767px) {
    .main-header #logo img {
        width: 240px;
        float: left;
    }

    .home-main-header #logo img {
        width: 240px;
        float: left;
    }
}

@media (max-width:29.99em) {
    .main-header #logo img {
        width: 240px;
    }

    .home-main-header #logo img {
        width: 240px;
    }
}


.menu-btn {
    display: none
}

@media only screen and (max-width: 767px) {
    .menu-btn {
        display: block;
        float: right;
        margin: 0px 0px 0px 0;
        position: relative;
        right: 0px;
        top: 5px;
        padding-left: 15px;
        font-size: 0.9em;
        height: 25px;
        background-image: url(../images/dot-vertical-thin.svg);
        background-repeat: no-repeat;

    }

    /* para uso del sub menu con tres barras */
    /* .menu-btn:before {
        position: absolute;
        top: -12px;
        right: 0px;
        width: 30px;
        height: 2px;
        background: #fff;
        box-shadow: 0 4px #111, 0 3px #fff, 0 12px #111, 0 12px #fff, 0 20px #111;
        content: '';
    }*/
}

@media (max-width:29.99em) {
    .menu-btn {
        display: block;
        float: right;
        margin: 0px 0px 0px 0;
        position: relative;
        right: 0px;
        top: 5px;
        padding-left: 15px;
        font-size: 0.9em;
        height: 25px;
        background-image: url(../images/dot-vertical-thin.svg);
        background-repeat: no-repeat;
    }

    /* para uso del sub menu con tres barras */
    /*  .menu-btn:before {
        position: absolute;
        top: -10px;
        right: 0px;
        width: 30px;
        height: 2px;
        background: #fff;
        box-shadow: 0 4px #111, 0 3px #fff, 0 12px #111, 0 12px #fff, 0 20px #111;
        content: '';
    }*/
}

@media (max-width:29.99em) {
    .logo {
        height: 70px;
        width: 250px;
        background-image: url(../images/LFB-mobile.png);
        background-repeat: no-repeat;
        background-size: 240px;
    }
}

/********************************************************************************/

#menu-layer {
    background: #fff;
    left: 0
}

#menu-layer {
    top: 0;
    height: 100%;
    z-index: 100;
    color: #fff;
    display: none;

}


#menu-layer .wrapper .cell {
    position: relative;
    text-align: left
}

#menu-layer a {
    color: #111
}


#menu-layer .nav-menu {
    line-height: 1;
    padding-left: 150px
}

#menu-layer .nav-menu {
    padding: 150px 0px
}



/*******************************************/
@media only screen and (max-width: 767px) {

    #menu-layer .nav-menu {
        padding: 150px 0px;
    }

    .sub-menu-mobile {
        margin-bottom: 0px;
    }

    .sub-menu-mobile h3 {
        font-size: 26px;
    }

    .sub-menu-mobile a {
        margin-top: 20px;
        text-decoration: none;
        color: #222;
        border-bottom: 1px solid;
    }

    .sub-menu-mobile a:hover {
        color: #777;
        border-bottom: 0px;
    }


}

._title {
    color: #111;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;

}

._title span {
    font-weight: 600;
    font-family: 'Noto Sans', sans-serif;
}

._title a {
    text-decoration: none;
    color: #111;
}

._title a:hover {
    color: #111;
}

/*********************************************/
@media (max-width:29.99em) {
    #menu-layer .nav-menu {
        padding: 180px 10px
    }

    .sub-menu-mobile {
        margin-bottom: 0px;
    }

    .sub-menu-mobile h3 {
        font-size: 26px;
    }
}

#menu-layer .nav-menu:hover a {
    opacity: 1;
    /*para efecto con background negro usar opacity: .5*/
}

#menu-layer .nav-menu .main a:hover {
    opacity: 1
}

#menu-layer .nav-menu .main {
    margin: 0 0 50px;
    list-style: none;
    padding: 0px 0 0
}

@media (max-width:61.9275em) {
    #menu-layer .nav-menu .main {
        margin-bottom: 90px;
        padding: 0
    }
}

@media (max-width:29.99em) {
    #menu-layer .nav-menu .main {
        margin-bottom: 60px;
        padding: 0
    }
}

#menu-layer .nav-menu .main li {
    margin: 0 0 60px;
    padding: 0;
    display: block
}







@media only screen and (max-width: 767px) {
    #menu-layer .nav-menu .main li {
        margin: 0 0 40px;
        padding: 0;
        display: block;
    }
}

@media (max-width:29.99em) {
    #menu-layer .nav-menu .main li {
        margin-bottom: 40px
    }
}

#menu-layer .nav-menu .main a {
    font-size: 50px;
    font-family: 'Noto Sans', sans-serif;
    text-decoration: none;
}


@media (max-width:61.9275em) {
    #menu-layer .nav-menu .main a {
        font-size: 38px
    }

    #menu-layer .nav-menu .main li {
        margin: 0 0 40px;
        padding: 0;
        display: block;
    }


}

@media (max-width:29.99em) {
    #menu-layer .nav-menu .main a {
        font-size: 38px
    }


}

#menu-layer .nav-menu .brand a:hover,
#menu-layer .nav-menu .main a:hover {
    opacity: 1
}

#menu-layer .nav-menu .brand {
    margin: 0;
    padding: 0 0 30px;
    list-style: none
}

#menu-layer .nav-menu .brand li {
    margin: 0 0 30px;
    padding: 0;
    display: block
}

#menu-layer .nav-menu .brand a {
    font-size: 24px;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
}


}

@media (max-width:29.99em) {
    #menu-layer .nav-menu .brand a {
        font-size: 22px
    }


    #menu-layer .nav-menu {
        padding: 150px 0px;
    }
}



@media only screen and (max-width: 767px) {

    .hide-screen {
        display: block !important
    }

    .hide-mobile {
        display: none !important
    }

    .show-mobile {
        display: none !important
    }


}

@media (max-width:29.99em) {
    .hide-mobile {
        display: none !important
    }

    .show-mobile {
        display: block !important
    }
}

section {
    width: 60%
}

@media (max-width:61.9275em) {
    section {
        width: 90%
    }
}

@media only screen and (max-width: 767px) {
    section {
        width: 100%
    }
}

@media (max-width:29.99em) {
    section {
        width: 100%
    }
}

/******************HOME***********************************/
/********************************************************/
#menu-home {

    width: 100%;
    background-color: transparent;
    padding: 20px 0px 0 0px;
    overflow: auto;
    left: 0;
    top: 0;

    display: block
}

#menu-home .wrapper .cell {
    position: relative;
    text-align: left
}

#menu-home a {
    color: #111
}

#menu-home .nav-menu {
    line-height: 1;
}

#menu-home .nav-menu {
    padding: 0px 0px 100px 0;
}

#menu-home .nav-menu:hover a {
    opacity: 1;
}

#menu-home .nav-menu .main a:hover {
    opacity: 1
}

#menu-home .nav-menu .main {
    margin: 0 0 90px -2px;
    list-style: none;
    padding: 0px 0 0
}

#menu-home .nav-menu .main li {
    margin: 0 0 50px;
    padding: 0;
    display: block
}

#menu-home .nav-menu .main a {
    font-size: 50px;
    font-family: 'Noto Sans', sans-serif;
    text-decoration: none;
}

#menu-home .nav-menu .brand a:hover,
#menu-home .nav-menu .main a:hover {
    opacity: 1
}

#menu-home .nav-menu .brand {
    margin: 0;
    padding: 0 0 30px;
    list-style: none
}

#menu-home .nav-menu .brand li {
    margin: 0 0 30px;
    padding: 0;
    display: block
}

#menu-home .nav-menu .brand a {
    font-size: 24px;
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
}

@media (max-width:61.9275em) {



    #menu-home .nav-menu .main {
        margin-bottom: 90px;
        padding: 0
    }

    #menu-home .nav-menu {
        padding: 0px 0px 0px 0;
    }

    #menu-home .nav-menu .main li {
        margin: 0 0 38px;
    }

    #menu-home .nav-menu .main a {
        font-size: 38px
    }

}

@media only screen and (max-width: 767px) {



    #menu-home {
        padding: 20px 0px 0 0px;

    }

    #menu-home .nav-menu {
        padding: 0px 0px 80px 0;
    }

    #menu-home .nav-menu .main li {
        margin: 0 0 38px;
    }

    #menu-home .nav-menu .main a {
        font-size: 38px;
    }

}

@media (max-width:29.99em) {


    #menu-home {
        padding: 10px 0px 0 0px;

    }

    #menu-home .nav-menu {
        padding: 180px 10px
    }

    #menu-home .nav-menu .main {
        margin-bottom: 90px;
        padding: 0
    }

    #menu-home .nav-menu .main li {
        margin-bottom: 38px
    }

    #menu-home .nav-menu .main a {
        font-size: 38px
    }

    #menu-home .nav-menu .brand a {
        font-size: 22px
    }

    #menu-home .nav-menu {
        padding: 0px 0px 0px 0;
    }

}

*/
/***********************social*********************************/

#menu-home .nav-menu .social {
    vertical-align: middle;
    height: 25px;
    padding-left: 8px;
}



#menu-home .nav-menu .social ul {
    list-style: none;
    padding: 0;
}

#menu-home .nav-menu .social .social-iconos li a {
    display: inline-block;
    width: auto;
}


#menu-home .nav-menu .social ul li.icono-youtube a {
    background-image: url("../images/youtube.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin-right: 30px;
    float: left;
    position: relative;
    top: -2px;
}

#menu-home .nav-menu .social ul li.icono-youtube a:hover {
    background-image: url("../images/youtube-g.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

#menu-home .nav-menu .social ul li.icono-soundcloud a {
    background-image: url("../images/soundcloud.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 40px;
    width: 40px;
    margin-right: 30px;
    float: left;
    position: relative;
    top: -9px;
}

#menu-home .nav-menu .social ul li.icono-soundcloud a:hover {
    background-image: url("../images/soundcloud-g.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

#menu-home .nav-menu .social ul li.icono-instagram a {
    background-image: url("../images/instagram.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin-right: 30px;
    float: left;
}

#menu-home .nav-menu .social ul li.icono-instagram a:hover {
    background-image: url("../images/instagram-g.svg");
    background-size: contain;
    background-repeat: no-repeat;
}


@media (max-width:61.9275em) {
    #menu-home .nav-menu .social {
        padding-left: 7px;
    }
}

@media only screen and (max-width: 767px) {
    #menu-home .nav-menu .social {
        padding-left: 9px;
    }
}

@media (max-width:29.99em) {
    #menu-home .nav-menu .social {
        padding-left: 9px;
    }
}

.v-container {
    margin-bottom: 100px;
}

.v-container p {
    padding-top: 10px;
    font-family: 'Noto Sans', sans-serif;
}

.a-container {
    margin-bottom: 100px;
}

a-container p {
    font-size: 15px;
    padding-top: 10px;
}

.a-container p a {
    font-size: 18px
}

.preload {
    background: transparent url(../images/spinner-yt.gif) center no-repeat;
}

/**********************************************************
**********************FOOTER*************************************/

footer.footer {
    position: fixed;
    bottom: 0;
    padding-bottom: 50px;
    width: 100%;
    min-height: 70px;
    border-top: 1px solid #ccc;
    display: inline-block;
    bottom: 0;
    background-color: #fff;
    z-index: 100;

}



footer.footer .social {

    vertical-align: middle;
    vertical-align: middle;
    height: 25px;
}

footer.footer ul li {

    display: inline-block;
    width: auto;
    margin: 0 30px;
}

footer.footer .social ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

@media (max-width: 767px) {

    footer.footer {
        position: absolute;
        padding-bottom: 20px;
        width: 100%;
        min-height: 50px;
        border-top: 1px solid #ccc;
        display: inline-block;
    }

    footer.footer .social {

        vertical-align: middle;
        vertical-align: middle;
        height: 25px;
    }

    footer.footer ul li {

        display: inline-block;
        width: auto;
        margin: 0 30px;
    }

    footer.footer .social ul {
        list-style: none;
        padding: 0;
        text-align: center;
    }

}

footer.footer .social ul li.icono-youtube a {
    background-image: url("../images/youtube-g.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 29px;
    width: 29px;
    float: left;
    position: relative;
    top: 3px;
}

footer.footer .social ul li.icono-youtube a:hover {
    background-image: url("../images/youtube.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

footer.footer .social ul li.icono-soundcloud a {
    background-image: url("../images/soundcloud-g.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 50px;
    width: 50px;
    float: left;
    position: relative;
    top: 13px;
}

footer.footer .social ul li.icono-soundcloud a:hover {
    background-image: url("../images/soundcloud.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

footer.footer .social ul li.icono-instagram a {
    background-image: url("../images/instagram-g.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 22px;
    width: 22px;
    float: left;
}

footer.footer .social ul li.icono-instagram a:hover {
    background-image: url("../images/instagram.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

/*******************VIDEO/AUDIO MODAL Boostrap**********************/

.modal-backdrop.show {

    background-color: rgba(208, 208, 217, 1.0) !important;
    backdrop-filter: blur(4px) saturate(150%)
}


.modal-content {
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
}

.modal-header {
    border-bottom: 0;
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

.btn-close {
    /* box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e) center/4em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: .5;*/
    display: none;
}


/********************END VIDEO/AUDIO MODAL********************************/

/*********************Home-videoBG*****************************************/
/* https://css-tricks.com/full-page-background-video-styles/ */
/* https://codepen.io/chriscoyier/pen/WjOdxX */
video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(videos/posterimage.jpg);
    z-index: 1;
}

.overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-image: linear-gradient(85deg, rgba(207, 207, 230, .40) 50%, rgba(207, 207, 230, .40) 50%);
    background-size: 3px 3px;
    z-index: 2;
}

.viewport-header {
    position: relative;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

}

/*********************End Home-videoBG*****************************************/
/*****************overlay videos ------------------------------*/
.iframe-video-overlay {
    display: block
}

.iframe-video-overlay__container {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.iframe-video-overlay__container.opened .iframe-video-overlay__image {
    opacity: 0 !important
}

.iframe-video-overlay__container.opened .iframe-video-overlay__play {
    opacity: 0 !important
}

.iframe-video-overlay__container.hidden .iframe-video-overlay__image {
    display: none !important
}

.iframe-video-overlay__container.hidden .iframe-video-overlay__play {
    display: none !important
}

.iframe-video-overlay__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    opacity: 1;
    z-index: 2;
    transition: all .5s ease
}

.iframe-video-overlay__image:hover {
    filter: brightness(75%)
}

.iframe-video-overlay iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.iframe-video-overlay__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: none;
    outline: 0;
    cursor: pointer;
    opacity: 1;
    z-index: 4;
    transition: all .5s ease
}

H1 {
    font-family: 'Noto Sans', sans-serif;
}

H3 {
    font-family: 'Noto Sans', sans-serif;
}

/*****************end overlay videos ------------------------------*/

/***********************************form contact**********************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px 'Noto Sans', sans-serif, Helvetica, Arial, sans-serif;
}

#contact {
    background: #fff;
    padding: 0px;
    margin: 0px 0;
}

#contact h3 {
    color: #F96;
    display: block;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #CCC;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #AAA;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #fff;
    color: #111;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #CCC;


}

#contact button[type="submit"]:hover {
    background: #fff;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #999;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

/***********************************end form contact**********************************/
