/*GENERALES*/
* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    background-color: #844C4C;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

section.ini {
    margin: 50px;
}

header {
    margin-top: 15vh;
}

h4 {
    color: #FFF6E9;
    font-size: 12px;
}

.ah4 {
    color: #FFF6E9;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    margin: 30px;
}

.container.contac {
    margin-bottom: 100px;
}

video {
    opacity: 50%;
    width: 100%;
}

img.ima {
    opacity: 50%;
    width: 100%;
    margin-top: -500px;
    margin-left: -56px;
}

img.ico {
    width: 100%;
    height: auto;
}

.img-nav {
    width: 60%;
}


.beige {
    background-color: #FFF6E9;
}

h6 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    text-align: justify;
    color: #FFF6E9;
}

h1 {
    color: #844C4C;
    text-align: center;
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
}

h2 {
    color: #FFF6E9;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin: 20px;
    font-family: "Montserrat", sans-serif;
}

h3 {
    color: #FFF6E9;
    font-size: 10px;
    text-align: justify;
    font-weight: bold;
    margin: 7px 30px;
    font-family: "Montserrat", sans-serif;
}

p {
    text-align: justify;
    color: #844C4C;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

table {
    border-collapse: separate;
    width: 100%;
}

th {
    border: 10px solid #844C4C;
    border-radius: 50px;
    background-color: #FFF6E9;
    font-size: medium;
    text-align: left;
    padding: 10px 0px 10px;
    color: #844C4C;
}

a {
    color: #844C4C;
    text-decoration: none;
    text-align: left;
    vertical-align: middle;
}

a:hover {
    color: #844c4ca1;
}

.inicio {
    color: #FFF6E9;
    margin: 40px;
}


/* nav bar */
.navbar {
    padding-top: 0;
    padding-bottom: 0;
    position: sticky;
    z-index: 4;
}

nav {
    position: sticky;
    top: 0;
}

a.navbar-brand.col-6.col-md-3 {
    width: 5%;
}

a.nav-link {
    padding: 30px 22px !important;
    font-size: 12px;
    color: #844C4C !important;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    transition: all ease .5s;
}

li.nav-item {
    padding: 10px;
}

.active a.nav-link {
    color: #844C4C !important;
    font-weight: bold;
}

.nav-link {
    display: inline;
}

.nav-link:hover {
    font-weight: bold;
}

.btn-primary {
    color: #844C4C;
    background-color: #FFF6E9;
    font-family: 'Montserrat';
    border-color: unset;
}

a.btn-primary:hover {
    color: #844C4C;
    background-color: #fff6e9a1;
    border-color: none;
}

button.btn-primary:hover {
    color: #844C4C;
    background-color: #fff6e9a1;
    border-color: unset;
}

.modal-content {
    max-height: 100%;
    overflow: hidden;
    background-color: #844C4C;
}

button.btn.btn-primary {
    border: unset;
}


/*SEC*/
.claro {
    color: #844C4C;
    background-color: #FFF6E9;
    font-family: "Montserrat", sans-serif;
    border-radius: 50px;
    font-weight: bold;
    padding: 5px 100px;
}

.btn-secondary {
    border-color: #fff6e979 !important;
}

.claro:hover {
    background-color: #fff6e979 !important;

}

.secondary:focus {
    color: #844C4C;
    background-color: #fff6e979;
    border-color: #fff6e979;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5);
}

.claro-1 {
    color: #844C4C !important;
    background-color: #FFF6E9;
    font-family: "Montserrat", sans-serif;
    border-radius: 20px;
    font-weight: bold;
}

/* ANCHO MARGEN Y FONDO PARA LAS IMÁGENES QUE SERÁN LOS VÍNCULOS DENTRO DEL OVERLAY */


/* HOVER PARA QUE CUANDO ESTEMOS EN CARD SE ACTIVEN CON OPACIDAD A 1 EL OVERLAY Y LOS LINKS */
.card:hover .contenedor-links a img,
.card:hover .card-img-overlay {
    opacity: 1;
}

/* HACER QUE EL OVERLAY INICIALPENTE SEA TRANSPARENTE CON OPACITY 0 */
.card-img-overlay {
    opacity: 0;
    transition: all ease .4s;
}

footer {
    background-color: #FFF6E9;
    color: #844C4C;
    margin-top: auto;
    font-family: "Montserrat", sans-serif;
}

iframe {
    width: 100%;
    height: 100%;
}


@media (max-width: 3440px) {

    header {
        margin-top: 15vh;
    }

    a.navbar-brand.col-6.col-md-3 {
        width: 10%;
    }

    a.nav-link {
        padding: 30px 22px !important;
        font-size: 20px;
        color: #844C4C !important;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        transition: all ease .5s;
    }

    li.nav-item {
        padding: 10px;
    }

    img.img-nav {
        width: 150%;
    }

    th {
        border: 10px solid #844C4C;
        border-radius: 50px;
        background-color: #FFF6E9;
        font-size: medium;
        text-align: left;
        padding: 10px 0px 10px;
        color: #844C4C;
    }

    img.ima {
        opacity: 50%;
        width: 80%;
        margin-top: -357px;
        margin-left: 50px;
    }
}

@media (max-width: 2000px) {
    a.navbar-brand.col-6.col-md-3 {
        width: 10%;
    }

    header {
        margin-top: 15vh;
    }

    a.nav-link {
        padding: 30px 22px !important;
        font-size: 15px;
        color: #844C4C !important;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        transition: all ease .5s;
    }

    li.nav-item {
        padding: 10px;
    }

    img.ima {
        width: 90%;
        margin-top: -164px;
        margin-left: 35px;
    }
}

@media (max-width: 1750px) {
    a.navbar-brand.col-6.col-md-3 {
        width: 10%;
    }

    a.nav-link {
        padding: 30px 22px !important;
        font-size: 15px;
        color: #844C4C !important;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        transition: all ease .5s;
    }

    li.nav-item {
        padding: 10px;
    }
}

@media (max-width: 1501px) {
    a.navbar-brand.col-6.col-md-3 {
        width: 10%;
    }

    a.nav-link {
        padding: 30px 15px !important;
        font-size: 12px;
        color: #844C4C !important;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        transition: all ease .5s;
    }

    li.nav-item {
        padding: 10px;
    }

    img.img-nav {
        width: 85%;
    }

    img.ima {
        opacity: 50%;
        width: 90%;
        margin-top: -330px;
        margin-left: 40px;
    }


}

/* Large devices (less than 1200px) */

@media (max-width: 1200px) {
    a.navbar-brand.col-6.col-md-3 {
        width: 10%;
    }

    a.nav-link {
        padding: 30px 15px !important;
        font-size: 12px;
        color: #844C4C !important;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        transition: all ease .5s;
    }

    li.nav-item {
        padding: 10px;
    }

    img.img-nav {
        width: 105%;
    }

    h1 {
        margin: 0px;
        font-size: 40px;
    }

    img.ima {
        width: 100%;
        margin-top: -140px;
        margin-left: 0px;
    }

    img.ico {
        width: 110%;
    }

}

/* Medium devices (less than 992px) */
@media (max-width: 992px) {
    img.img-nav {
        width: 150%;
    }

    a.nav-link {
        padding: 19px 12px !important;
        font-size: 11px;
        color: #844C4C !important;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        transition: all ease .5s;
    }

    li.nav-item {
        padding: 10px;
    }

    th {
        font-size: smaller;
    }

    header {
        margin-top: 10vh;
    }

}


/* Small devices (less than 768px) */
@media (max-width: 768px) {
    a.nav-link {
        padding: 19px 12px !important;
        font-size: 11px;
        color: #844C4C !important;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        transition: all ease .5s;
    }

    li.nav-item {
        padding: 10px;
    }

    img.img-nav {
        width: 230%;
    }

    img.ico {
        width: 110%;
    }

    img.ima {
        width: 100%;
        display: contents;
    }

}

@media (max-width: 750px) {
    a.nav-link {
        padding: 19px 12px !important;
        font-size: 11px;
        color: #844C4C !important;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        transition: all ease .5s;
    }

    li.nav-item {
        padding: 5px;
    }

    img.img-nav {
        width: 230%;
    }

    img.ico {
        width: 110%;
    }

    th {
        font-size: medium;
    }
}

/* Extra small devices (less than 576px) */
@media (max-width: 576px) {
    img.img-nav {
        width: 350%;
    }

}

@media (max-width: 476px) {
    img.img-nav {
        width: 350%;
    }

    .ah4 {
        color: #FFF6E9;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        margin: 5px;
    }

    th {
        font-size: medium;
    }

}