@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist.woff2') format('woff2'),
        url('../fonts/Geomanist.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Coolvetica';
    src: url('../fonts/CoolveticaCondensedRg-Regular.woff2') format('woff2'),
        url('../fonts/CoolveticaCondensedRg-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html,
body{
    overflow-x:hidden;
    width: 100%;
    float: left;
}

.landing{
    background: url(../img/fondo.jpg)no-repeat;
    width: 100%;
    min-height: 100vh;
    float: left;
    color: #fff;
    font-display: swap;
    font-family: 'Geomanist';
    padding: 2rem 0 1rem;
    background-position: center center;
}

button,
a{
    -webkit-transition: color .2s ease, background .2s ease;
    -o-transition: color .2s ease, background .2s ease;
    transition: color .2s ease, background .2s ease;
    text-decoration: none!important; 
}

button:hover,
a:hover{
    -webkit-transition: color .2s ease, background .2s ease;
    -o-transition: color .2s ease, background .2s ease;
    transition: color .2s ease, background .2s ease; 
}

.sin-padding{
    padding: 0;
}

.redes{
    position: fixed;
    right: 20px;
    z-index: 999;
    float: left;
    top: 35%;
}

.redes ul li svg {
    transition: transform .2s;
    margin-bottom: 0.5rem;
}

.redes ul li svg:hover {
    transform: scale(1.5);
}

.redes ul li a{
    transition: transform .2s;
}

.redes ul{
    list-style: none;
}

.redes ul li{
    margin-bottom: 10px;
}

.redes p {
    background: rgb(255 255 255 / 30%);
    color: #fff;
    font-family: 'Hatton-Ultralight';
    margin-left: 6rem;
    width: 100%;
    text-align: center;
    padding: 7px;
    margin-top: 3rem;
}

#cboxLoadedContent{
    background: url(../img/fondo-lb.jpg)no-repeat;
    width: 100%;
    float: left;
    background-size: cover;
    padding: 4rem 0; 
    text-align: center;   
    font-family: 'Coolvetica';
    background-position: center center;
}

#cboxLoadedContent img{
    margin: 0 auto;
    display: block;
}

#cboxLoadedContent h2{
    color: #3a3a3a;
    margin: 1rem 0 1rem;
}

#cboxLoadedContent button{
    width: 100%;
    float: left;
    color: #3a3a3a;
    font-size: 1.5rem;
    padding: .5rem 0;
    margin: 1rem 0;
    background: #fff;
    border-top: 4px solid #79c5c6;
    border-bottom: 4px solid #79c5c6;
}

#cboxLoadedContent button:hover{
    background: #a1d6d7;
}

#cboxLoadedContent button.si{
    border-right: 2px solid #79c5c6;
    border-left: 0;
}

#cboxLoadedContent button.no{
    border-left: 2px solid #79c5c6;
    border-right: 0;
}

.fondo,
button#cboxClose{
    display: none;
    text-align: center;
}

.fondo img{
    margin: 1rem auto;
    display: block;
    width:77%;
}

.fondo table{
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.table-bordered>:not(caption)>* {
    border-width: 2px 0;
    border-color: #fff;
    border-right: 0;
    border-right-color: transparent;
    border-left: 0;
    border-left-color: transparent;
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 2px;
}

tbody, td, tfoot, th, thead, tr{
    border-left: 0;
    border-right: 0;
}

td.right{
    border-right: 2px solid #fff;
}

td.left{
    border-left: 2px solid #fff;
}

.fondo h5{
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.fondo h6{
    margin-top: 2rem;
    font-size: 22px;
}

.fondo h4{
    font-family: 'Coolvetica';
    color: #7ac5c6;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 33px;
}


marquee{
    margin: 2rem 0 1rem;
}

marquee img{
    width: 50%;
}

a{
    color: #fff;
}


a:hover{
    color: #7ac5c6;
}


@media(min-width: 1920px){
    .landing {
        padding: 9rem 0 1rem;
    }

    marquee {
        margin: 7rem 0 3rem;
    }

    .fondo.no{
        margin-bottom: 7rem;
    }
   
}

@media (min-width: 768px) and (max-width: 1024px){

    html,
    body{
        text-align: center;
        display: block;
    }

    a{
        text-align: center;
        display: block
    }

    .fondo img {
        width: 65%;
    }

    .fondo.no{
        margin-bottom: 7rem;
    }

    marquee img {
        width: 100%;
    }
}

@media (max-width: 767px){

    #cboxLoadedContent {
        background-size: cover;
        background-position: center left;
    }

    html,
    body{
        text-align: center;
        display: block;
    }

    a{
        text-align: center;
        display: block;
        margin-bottom: 1rem;
    }
    
    .fondo.no{
        margin-bottom: 3rem;
    }

    marquee img {
        width: 100%;
    }
}