@media (max-width: 3440px) {

    /*GENERALES*/
    * {
        margin: 0;
        padding: 0;
    }

    @font-face {
        font-family: Boutique-Legal-Light;
        src: url(../Boutique-Legal-Light.otf);
    }

    body {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        background-image: url(../imagenes/fondo.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    /* NAV BAR */
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
        position: sticky;
        position: -webkit-sticky;
        z-index: 4;
    }

    nav {
        position: sticky;
        top: 0;
        bottom: 0;
        position: sticky;
        position: -webkit-sticky;
    }

    a.navbar-brand.col-6.col-md-3 {
        width: 20%;
    }

    a.nav-link {
        padding: 10px 10px !important;
        font-size: 15px;
        color: #FFFFFF !important;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        transition: all ease .5s;
    }

    li.nav-item {
        padding: 10px;
    }

    .active a.nav-link {
        color: #ffffff !important;
        font-weight: bold;
    }

    .nav-link {
        display: inline;
    }

    .nav-link:hover {
        font-weight: bold;
    }

    .beige {
        background-color: #4B4F52;
    }

    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        bottom: 0;
    }

    /*HEADER*/
    header {
        background-image: url(../imagenes/vista-tres.svg);
        background-size: cover;
        padding-top: 8vh;
        padding-bottom: 9vh;
    }

    p.int {
        text-align: justify;
        margin: 0px 80px 0px 80px;
        font-size: 30px;
        color: #FFFFFF;
    }

    .bou {
        font-family: Boutique-Legal-Light;
        font-weight: 600;
        font-variant: small-caps;
        color: #FFFFFF;
        font-size: 40px;
    }

    /*SECTION*/
    .intro {
        background-image: url(../imagenes/vista-dos.svg);
        background-size: cover;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .carousel {
        position: relative;
        margin-right: -10px;
    }

    .fun {
        font-family: "Montserrat", sans-serif;
        font-variant: small-caps;
        font-weight: 500;
        color: #FFFFFF;
        font-size: 40px;
    }

    .contenedor-links {
        background-color: rgba(0, 0, 0, .3);
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    a {
        color: #FFFFFF;
        text-decoration: none;
    }

    a:hover {
        color: #4B4F52;
    }

    /* 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;
    }

    .gris {
        margin-top: 70px;
    }

    /*FOOTER*/
    .img-foot {
        width: 100px;
    }

    footer {
        background-color: #4B4F52;
        color: #FFFFFF;
        text-align: center;
        font-size: 8px;
        padding: 3px;
    }

}


/* Large devices (less than 1200px) */

@media (max-width: 1920px) {

    /*GENERALES*/
    * {
        margin: 0;
        padding: 0;
    }

    @font-face {
        font-family: Boutique-Legal-Light;
        src: url(../Boutique-Legal-Light.otf);
    }

    body {
        text-align: center;
        font-family: "Montserrat", sans-serif;
        background-image: url(../imagenes/fondo.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    /* NAV BAR */
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
        position: sticky;
        position: -webkit-sticky;
        z-index: 4;
    }

    nav {
        position: sticky;
        top: 0;
        bottom: 0;
        position: sticky;
        position: -webkit-sticky;
    }

    a.navbar-brand.col-6.col-md-3 {
        width: 15%;
    }

    a.nav-link {
        padding: 10px 10px !important;
        font-size: 12px;
        color: #FFFFFF !important;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        transition: all ease .5s;
    }

    li.nav-item {
        padding: 10px;
    }

    .active a.nav-link {
        color: #ffffff !important;
        font-weight: bold;
    }

    .nav-link {
        display: inline;
    }

    .nav-link:hover {
        font-weight: bold;
    }

    .beige {
        background-color: #4B4F52;
    }

    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        bottom: 0;
    }

    /*HEADER*/
    header {
        background-image: url(../imagenes/vista-tres.svg);
        background-size: cover;
        padding-top: 18vh;
        padding-bottom: 18vh;
    }

    p.int {
        text-align: justify;
        margin: 12px 70px 0px 50px;
        font-size: 18px;
        color: #FFFFFF;
    }

    .bou {
        font-family: Boutique-Legal-Light;
        font-weight: 600;
        font-variant: small-caps;
        color: #FFFFFF;
        font-size: 20px;
    }

    /*SECTION*/
    .intro {
        background-image: url(../imagenes/vista-dos.svg);
        background-size: cover;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .carousel {
        position: relative;
        margin-right: -10px;
    }

    .fun {
        font-family: "Montserrat", sans-serif;
        font-variant: small-caps;
        font-weight: 500;
        color: #FFFFFF;
        font-size: 18px;
    }

    .contenedor-links {
        background-color: rgba(0, 0, 0, .3);
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    a {
        color: #FFFFFF;
        text-decoration: none;
    }

    a:hover {
        color: #4B4F52;
    }

    /* 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;
    }

    .gris {
        margin-top: 70px;
    }

    /*FOOTER*/
    .img-foot {
        width: 100px;
    }

    footer {
        background-color: #4B4F52;
        color: #FFFFFF;
        text-align: center;
        font-size: 8px;
        padding: 3px;
    }

}

@media (max-width: 1100px) {
    img.img-nav {
        width: 110%;
    }

    a.nav-link {
        padding: 5px 10px !important;
        font-size: 10px;
    }

    li.nav-item {
        padding: 7px;
    }

    .img-foot {
        width: 80px;
    }

    header {
        background-image: url(../imagenes/vista-tres.svg);
        background-size: cover;
        padding-top: 3vh;
        padding-bottom: 3vh;
    }

    p.int {
        text-align: justify;
        margin: 0px 20px 40px 20px;
        font-size: 20px;
    }

    .bou {
        font-family: Boutique-Legal-Light;
        font-weight: 600;
        font-variant: small-caps;
        color: #FFFFFF;
        font-size: 22px;
    }

    .fun {
        font-family: "Montserrat", sans-serif;
        font-variant: small-caps;
        font-weight: 500;
        color: #FFFFFF;
        font-size: 22px;
    }

    .carousel {
        position: relative;
        margin-right: 0px;
    }

}

/* Medium devices (less than 992px) */
@media (max-width: 992px) {
    img.img-nav {
        width: 110%;
    }

    a.nav-link {
        padding: 5px 10px !important;
        font-size: 10px;
    }

    li.nav-item {
        padding: 7px;
    }

    .img-foot {
        width: 80px;
    }

    header {
        background-image: url(../imagenes/vista-tres.svg);
        background-size: cover;
        padding-top: 6vh;
        padding-bottom: 6vh;
    }

    p.int {
        text-align: justify;
        margin: 0px 20px 40px 20px;
        font-size: 15px;
    }

    .bou {
        font-family: Boutique-Legal-Light;
        font-weight: 600;
        font-variant: small-caps;
        color: #FFFFFF;
        font-size: 16px;
    }

    .fun {
        font-family: "Montserrat", sans-serif;
        font-variant: small-caps;
        font-weight: 500;
        color: #FFFFFF;
        font-size: 16px;
    }

    .carousel {
        position: relative;
        margin-right: 0px;
    }

}


/* Small devices (less than 768px) */
@media (max-width: 768px) {

    li.nav-item {
        padding: 5px;
    }

    a.nav-link {
        padding: 5px 3px !important;
        font-size: 10px;
    }

    img.img-nav {
        width: 130%;
    }

    header {
        background-image: url(../imagenes/vista-tres.svg);
        background-size: cover;
        padding-top: 3vh;
        padding-bottom: 3vh;
    }

    p.int {
        text-align: justify;
        margin: 0px 20px 30px 20px;
        font-size: 14px;
    }

    .bou {
        font-family: Boutique-Legal-Light;
        font-weight: 600;
        font-variant: small-caps;
        color: #FFFFFF;
        font-size: 16px;
    }

    .fun {
        font-family: "Montserrat", sans-serif;
        font-variant: small-caps;
        font-weight: 500;
        color: #FFFFFF;
        font-size: 16px;
    }

    .carousel {
        position: relative;
        margin-right: 0px;
    }

}


/* Extra small devices (less than 576px) */
@media (max-width: 576px) {
    img.img-nav {
        width: 300%;
        margin: 20px;
    }


    p.int {
        text-align: justify;
        margin: 0px 15px 54px 15px;
        font-size: 12px;
    }

    .bou {
        font-family: Boutique-Legal-Light;
        font-weight: 600;
        font-variant: small-caps;
        color: #FFFFFF;
        font-size: 15px;
    }

    .fun {
        font-family: "Montserrat", sans-serif;
        font-variant: small-caps;
        font-weight: 500;
        color: #FFFFFF;
        font-size: 15px;
    }
}