/*( less than 3240 px)*/
@media (max-width: 3440px) {

    /*cookies*/

    .aviso-cookies {
        display: none;
        background: #fff;
        padding: 20px;
        width: calc(100% - 40px);
        max-width: 300px;
        line-height: 100%;
        border-radius: 10px;
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 100;
        padding-top: 15px;
        box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, .25);
        text-align: center;
    }
    .aviso-cookies.activo {
        display: block;
    }
    
    .aviso-cookies .galleta {
        max-width: 50px;
        position: absolute;
        top: -25px;
        left: calc(50% - 25px);
    }

    .aviso-cookies .titulo, .aviso-cookies .parrafo {
        font-size: 13px;
    }
    
    .aviso-cookies .boton {
        width: 100%;
        background: #595959;
        border: none;
        color: #fff;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        padding: 15px 20px;
        font-weight: 700;
        cursor: pointer;
        transition: .3s ease all;
        border-radius: 5px;
        margin-bottom: 15px;
        font-size: 14px;
    }
    
    .aviso-cookies .boton:hover {
        background: #000;
    }
    
    .aviso-cookies .enlace {
        color: #4B4F52;
        text-decoration: none;
        font-size: 13px;
    }
    
    .aviso-cookies .enlace:hover {
        text-decoration: underline;
    }
    
    .fondo-aviso-cookies {
        display: none;
        background: rgba(0,0,0,.20);
        position: fixed;
        z-index: 99;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
    }
    
    .fondo-aviso-cookies.activo {
        display: block;
    }

    /*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-uno.svg);
        background-position: center;
        background-size: cover;
        margin: 15vh 0vh 20vh 0vh;
        text-align: center;
    }

    img.img-log {
        width: 40%;
        margin-bottom: -70px;
    }

    p.slogan {
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        color: #ffffff;
        font-size: 35px;
        font-variant: small-caps;
        padding-bottom: 20px;
    }

    /*SECTION*/
    .intro {
        background-image: url(../imagenes/vista-dos.svg);
        background-size: cover;
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    img.img-ini {
        width: 85%;
        margin-left: -320px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    p.int {
        text-align: justify;
        margin: 110px 150px 20px 0px;
        font-size: 25px;
    }

    .boutique {
        font-family: Boutique-Legal-Light;
        font-size: 65px;
    }

    .boutique-1 {
        font-family: Boutique-Legal-Light;
        font-size: 45px;
        margin-top: -40px;
        font-variant: small-caps;
    }

    .section-2 {
        background-image: url(../imagenes/vista-tres.svg);
        background-size: cover;
        padding-top: 6vh;
        padding-bottom: 6vh;
    }

    .titulo {
        font-family: Boutique-Legal-Light;
        font-size: 35px;
        font-variant: small-caps;
        color: #ffffff;
    }

    .ser {
        text-align: justify;
        margin: 10px 0px 0px -20px;
        font-size: 25px;
        color: #FFFFFF;
    }

    figure {
        margin: 0 0 0rem;
    }

    figcaption {
        bottom: 0px;
        position: absolute;
        background-color: #5c60628b;
        color: #FFFFFF;
        padding: 20px 5px;
        font-size: 15px;
        font-family: Boutique-Legal-Light;
        display: block;
        width: 100%;
        margin-bottom: 0px;
    }

    .card {
        position: relative;
        display: flex;
        margin-top: 20px;
        margin-bottom: 0px;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #4B4F52;
        background-clip: border-box;
        border: 0px solid rgba(0, 0, 0, .125);
        border-radius: .25rem;
    }

    img.card-img {
        border-radius: 0px;
    }

    .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: 11vh;
    }

    footer {
        background-color: #4B4F52;
        color: #FFFFFF;
        text-align: center;
        font-size: 8px;
        padding: 3px;
    }
}


@media (max-width: 2800px) {
    p.int {
        text-align: justify;
        margin: 20px 160px 20px 0px;
        font-size: 24px;
    }

    img.img-ini {
        width: 100%;
        margin-left: -25px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    header {
        background-image: url(../imagenes/vista-uno.svg);
        background-position: center;
        background-size: cover;
        margin: 25vh 0vh 30vh 0vh;
        text-align: center;
    }

    .intro {
        background-image: url(../imagenes/vista-dos.svg);
        background-size: cover;
        padding-top: 15vh;
        padding-bottom: 15vh;
    }

    .section-2 {
        background-image: url(../imagenes/vista-tres.svg);
        background-size: cover;
        padding-top: 15vh;
        padding-bottom: 10vh;
    }

    .gris {
        margin-top: 0px;
    }

    .ser {
        text-align: justify;
        margin: 5px 0px 0px -20px;
        font-size: 22px;
        color: #FFFFFF;
    }
}

/* 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-uno.svg);
        background-position: center;
        background-size: cover;
        margin: 25vh 0px 25vh 0px;
        text-align: center;
    }

    img.img-log {
        width: 40%;
        margin-bottom: -10px;
    }

    p.slogan {
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        color: #ffffff;
        font-size: 25px;
        font-variant: small-caps;
        padding-bottom: 20px;
    }

    /*SECTION*/
    .intro {
        background-image: url(../imagenes/vista-dos.svg);
        background-size: cover;
        padding-top: 14vh;
        padding-bottom: 14vh;
    }

    img.img-ini {
        width: 100%;
        margin-left: -24px;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    p.int {
        text-align: justify;
        margin: 20px 15px 0px 15px;
        font-size: 20px;
    }

    .boutique {
        font-family: Boutique-Legal-Light;
        font-size: 45px;
    }

    .boutique-1 {
        font-family: Boutique-Legal-Light;
        font-size: 30px;
        margin-top: -35px;
        font-variant: small-caps;
    }

    .section-2 {
        background-image: url(../imagenes/vista-tres.svg);
        background-size: cover;
        padding-top: 14vh;
        padding-bottom: 14vh;
    }

    .titulo {
        font-family: Boutique-Legal-Light;
        font-size: 28px;
        font-variant: small-caps;
        color: #ffffff;
    }

    .ser {
        text-align: justify;
        margin: 10px 20px 0px 20px;
        font-size: 15px;
        color: #FFFFFF;
    }

    figure {
        margin: 0 0 0rem;
    }

    figcaption {
        position: absolute;
        background-color: #5c60628b;
        color: #FFFFFF;
        padding: 20px 5px;
        font-size: 12px;
        font-family: Boutique-Legal-Light;
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }

    img.card-img {
        border-radius: 0px;
    }

    .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: 15px;
    }


    /*FOOTER*/
    .img-foot {
        width: 100px;
    }

    footer {
        background-color: #4B4F52;
        color: #FFFFFF;
        text-align: center;
        font-size: 8px;
        padding: 3px;
    }

}

@media (max-width:1880px) {

    p.int {
        text-align: justify;
        margin: 0;
        font-size: 16px;
    }


    }

@media (max-width:1100px) {
    figcaption {
        bottom: 0px;
        position: absolute;
        background-color: #5c60628b;
        color: #FFFFFF;
        padding: 20px 5px;
        font-size: 10px;
        font-family: Boutique-Legal-Light;
        display: block;
        width: 100%;
        margin-bottom: 0px;
    }

    .ser {
        text-align: justify;
        margin: 4px 0px 0px 0px;
        font-size: 11px;
        color: #FFFFFF;
    }
}

/* Medium devices (less than 992px) */
@media (max-width: 1030px) {
    img.img-nav {
        width: 110%;
    }

    a.nav-link {
        padding: 5px 10px !important;
        font-size: 10px;
    }

    li.nav-item {
        padding: 7px;
    }

    header {
        background-image: url(../imagenes/vista-uno.svg);
        background-position: center;
        background-size: cover;
        margin: 40vh 0px 40vh 0px;
        text-align: center;
    }

    .intro {
        background-image: url(../imagenes/vista-dos.svg);
        background-size: cover;
        padding-top: 10vh;
        padding-bottom: 10vh;
    }

    .gris {
        margin-top: 1px;
    }

    .img-foot {
        width: 80px;
    }

    p.int {
        text-align: justify;
        margin: 0px 15px 0px 0px;
        font-size: 12px;
    }

    .ser {
        text-align: justify;
        margin: -10px -5px 0px -20px;
        font-size: 10px;
        color: #FFFFFF;
    }

    figcaption {
        padding: 10px 0px;
        font-size: 10px;
    }

    .carru {
        bottom: 40px;
        position: absolute;
        background-color: #5c606291;
        color: #FFFFFF;
        padding: 20px 0px;
        font-size: 10px;
        font-family: Boutique-Legal-Light;
        display: block;
        width: 100%;
        margin-bottom: 0px;
    }

    .section-2 {
        background-image: url(../imagenes/vista-tres.svg);
        background-size: cover;
        padding-top: 8vh;
        padding-bottom: 3vh;
    }
}

@media (max-width: 990px) {
    .ser {
        text-align: justify;
        margin: 5px 0px 0px -10px;
        font-size: 20px;
        color: #FFFFFF;
    }
    p.int {
        text-align: justify;
        margin: 0px 20px 0px 20px;
        font-size: 18px;
    }
    .section-2 {
        background-image: url(../imagenes/vista-tres.svg);
        background-size: cover;
        padding-top: 8vh;
        padding-bottom: 5vh;
    }

    img.img-ini {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
        margin-bottom: 30px;
    }



}




/* 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-uno.svg);
        background-position: center;
        background-size: cover;
        margin: 35vh 0px 40vh 0px;
        text-align: center;
    }

    .intro {
        background-image: url(../imagenes/vista-dos.svg);
        background-size: cover;
        padding-top: 6vh;
        padding-bottom: 6vh;
    }


    .boutique {
        font-family: Boutique-Legal-Light;
        font-size: 45px;
    }

    .boutique-1 {
        font-family: Boutique-Legal-Light;
        font-size: 30px;
        margin-top: -25px;
        font-variant: small-caps;
    }
    .section-2 {
        background-image: url(../imagenes/vista-tres.svg);
        background-size: cover;
        padding-top: 12vh;
        padding-bottom: 12vh;
    }

    img.img-ini {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    p.int {
        text-align: justify;
        margin: 0px 10px 0px 10px;
        font-size: 18px;
    }

    .titulo {
        font-family: Boutique-Legal-Light;
        font-size: 30px;
        font-variant: small-caps;
        color: #ffffff;
    }

    .ser {
        text-align: justify;
        margin: 0px 0px 0px 0px;
        font-size: 15px;
        color: #FFFFFF;
    }

    figcaption {
        padding: 10px 0px;
        font-size: 10px;
    }
}


/* Extra small devices (less than 576px) */
@media (max-width: 576px) {
    img.img-nav {
        width: 300%;
        margin: 20px;
    }

    p.slogan {
        font-family: "Montserrat", sans-serif;
        font-weight: 200;
        color: #ffffff;
        font-size: 15px;
        font-variant: small-caps;
        padding-bottom: 20px;
    }

    .boutique {
        font-family: Boutique-Legal-Light;
        font-size: 33px;
    }

    header {
        background-image: url(../imagenes/vista-uno.svg);
        background-position: center;
        background-size: cover;
        margin: 5vh 0px 5vh 0px;
        text-align: center;
    }

    .intro {
        background-image: url(../imagenes/vista-dos.svg);
        background-size: cover;
        padding-top: 9vh;
        padding-bottom: 10vh;
    }

    .titulo {
        font-family: Boutique-Legal-Light;
        font-size: 25px;
        font-variant: small-caps;
        color: #ffffff;
    }

    .boutique-1 {
        font-family: Boutique-Legal-Light;
        font-size: 24px;
        margin-top: -25px;
        font-variant: small-caps;
    }

    img.img-ini {
        margin: auto;
        margin-bottom: 25px;
    }

    p.int {
        text-align: justify;
        margin: 0px;
        font-size: 14px;
    }

    .section-2 {
        padding-top: 12vh;
        padding-bottom: 12vh;
    }

    .ser {
        margin: 0;
        font-size: 12px;
        text-align: start;
    }

    .owl-item {
        width: 370px;
        padding: 10px;
    }
}