@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,400;1,900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

.play-overlay {
    position: absolute;
    color: #ffffff;
    background-color: rgba(0,0,0,0.0);
    font-size: 6em;
    top: 50%;
    left: 50%;
    text-decoration: none !important;
    bottom: 0;
    height: 1em;
    transform: translate(-50%, -50%);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.0);
    border-radius: .25rem;
}

#gallery .col-md-4 {
    max-width: 100%;
    flex-basis: 100%;
}

.lightbox > .img-fluid {
    max-height: 500px;
}

.smaller-esp {
    width: 100px;
}

#lang {
    text-align: center;
    padding: 3%;
    padding-top: 0%;
}

.gallery-inline {
}

.right {
    width: 40%;
    float: right;
    margin: 2.5%;
}

.card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.card-title, .card-body {
    display: none;
}

#maingal h2 {
    display: none;
}

#maingal {
    background-color: #f3b96c;
    padding: 60px 10%;
}

#invid {
    width: 35%;
    float: right;
    margin-left: 2%;
    margin-bottom: 2%;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
}

a {
    color: #f3b96c;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#lang a {
    color: #f3b96c;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-size: 140%;
    font-weight: bold;
}

.logo {
    margin: 5px;
    margin-left: 30px;
    width: 200px;
}

.logo1 {
    margin-top: 27px;
    margin-left: 20px;
    width: 240px;
}

.logo-esp {
    margin-left: 20px;
    width: 110px;
    margin-bottom: -120px;
    background: #fff;
}

.hero {
    max-width: 100%;
    width: 100%;
}

.col-lg-3 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

#txt {
    padding: 2% 10%;
    background: #fff;
    margin-bottom: 0%;
}

#txt2 {
    padding: 2% 10%;
    background: #fff;
    color: #000;
}

/*Header Box*/
#hero-plus-header {
    background: #fff;
}

/*Hero Box*/
#hero-plus-hero {
    align-items: start;
}

/*Body Box*/
#hero-plus-body {
    font-family: 'Lato', sans-serif;
    background-color: #fff;
}

.tq {
    color: #84754E;
    width: 100%;
    letter-spacing: 1.25px;
    float: right !important;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 15px;
    text-align: center;
    font-size: 1.75em;
}

.link {
    font-size: 130%;
    display: block;
    padding: 5px;
    margin: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #fff;
}

.link:hover {
    color: #d73327;
}

.soc {
    padding: 14px 14px;
    margin: 10px;
    height: 55px;
    width: 55px;
    background: #f3b96c;
    color: #000;
    border-radius: 30px;
    display: inline-block;
}

.soc:hover {
    background: #000;
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-family: 'Lato', sans-serif;
}

a:hover {
    color: #74d5ff;
    text-decoration: underline;
}

h1 {
    color: #f3b96c;
    font-weight: 900;
    font-size: 2.15rem;
    margin-top: 2.5%;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 1.5rem;
    padding: 20px 0px 40px;
    font-weight: normal !important;
    color: #000;
    font-weight: 900;
}

#gallery {
    background: #b8babd;
    padding: 20px 5% 5%;
}

.ctab, .ctab:visited.ctab, .ctab:visited {
    display: inline-block;
    max-width: 100%;
    line-height: 57px;
    height: 57px;
    border-radius: 10px;
    background: #000;
    color: #fff;
    padding: 0 10px;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    vertical-align: middle;
    overflow: hidden;
    margin: 20px;
    box-shadow: rgb(0 0 0 / 16%) 0 -1px 30px;
    font-family: 'Oswald', sans-serif;
}

.fa-caret-right {
    font-size: 20px;
}

.ctab:hover {
    background: #f3b96c;
    color: #000;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

/*Footer Box*/
#hero-plus-footer {
    background: #fff;
    border-top: 6px solid #f3b96c;
    padding: 30px;
    text-align: center;
    display: block;
    padding-right: 10%;
}

@media only screen and (max-width: 980px) {
    .col-lg-3 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

    #gallery .col-md-4 {
        /*
    max-width: 50%;
    flex-basis: 50%;
*/
        max-width: 100%;
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .col-lg-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    h1 {
        font-size: 140%;
        text-align: center;
        font-family: 'Lato', sans-serif;
        font-weight: bold;
    }

    .logo {
        display: none;
    }

    .hero {
        max-width: 100%;
        width: 100%;
        margin-top: 0;
    }

    #hero-plus-header {
        background: #fff;
        border-radius: 100%/0 0 0px 0px;
    }

    #txt {
        padding: 3% 3%;
    }

    #txt2 {
        padding: 3% 3%;
    }

    h2 {
        font-size: 1.25rem;
        padding: 20px 0px 40px;
        font-weight: normal !important;
        color: #01b0ff;
        font-weight: 900;
    }

    p {
        font-size: 17px;
    }

    #maingal {
        background-image: none;
        background: #f3c763;
        width: 100%;
        padding: 30px 10%;
    }
}