.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

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

body {
    /* background: #e4b75e url(../images/bg-desktop.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    font-family: "lust", sans-serif;
    color: #000;
    background-color: #bfdae4;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@media (max-width: 991px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}

/* .main {
    z-index: 99;
    position: relative;
} */

.header {
    padding-top: 5%;
}

.logo {
    max-width: 310px;
    width: 100%;
}

.contigo {
    max-width: 700px;
    width: 100%;
}

.tradicion {
    /* position: absolute; */
    text-align: center;
    max-width: 100%;
}



.bg-main {
    background: #fff url(../images/bg-desktop.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-cocteles {
    background: #fff url(../images/bg-02.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-recetas {
    background: #fff url(../images/bg-desktop-main.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.recetas-wrap img{
    border-radius: 20px;
}

.title-receta {
    margin-bottom: 20px;
}

.title-receta a {
    color: #000;
    text-decoration: none;
}
.title-receta a:hover {
    text-decoration: none;
    color: #ae7135;
}

.title-receta img {
    width: 17px;
}

.single img{
    border-radius: 20px 20px 0 0;
}

.no-radius {
    border-radius: 0 !important;
}

p.lead {
    color: #fce3c3;
    font-size: 2em;
}

.btn {
    background: #ed0009;
    color: #fff;
    padding: 0.9rem 1.6rem 0.4rem;
    border-radius: 0;
    font-size: 1.7em;
    max-width: 400px;
    width: 100%;
}

.btn:hover {
    background: #fce3c3;
    color: #ed0009;
}

.btn-secondary {
    background-color: #fce3c3;
    color: #ed0009;
}

.btn-secondary:hover {
    background-color: #ed0009;
    color: #fce3c3;
}

.receta-bg-color {
    background-color: #fff;
    padding: 25px;
    text-align: left;
    color: #000;
}

.receta-bg-color h2 {
    color: #ae7135
}

.single-page-options {
    margin-top: 11em !important;
}

.img-footer {
    margin-top: -250px;
}

.h2,
h2 {
    margin-top: 40px;
}

.h3,
h3 {
    font-size: 1.35rem;
}

.home-spacing {
    height: 800px;
}

.cocteles-spacing {
    height: 700px;
}

.favoritos {
    max-width: 700px;
    margin: 0 auto;
}

.legal {
    max-width: 65%;
    margin-top: 150px;
}

@media (max-width: 768px) {
    .legal {
        width: 100%;
    }

    .btn {
        font-size: 1em;
    }
}


.cocteles-wrap {
    margin-top: 50px;
}

.receta-box {
    text-align: center;
}

.receta-box img {
    border-radius: 25px;
}

.receta-box img {
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.receta-box img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.second-row {
    margin-top: 30px;
}

.bottom {
    margin-top: -10%;
    z-index: 9;
    position: relative;
}

.footer-logos {
    margin-top: -8%;
}

/* fancybox */

.fancybox__content {
    padding: 0 !important
}

#fancybox-outer {
    border-radius: 25px !important;
}

.fancybox__content>.carousel__button.is-close {
    top: 7px !important;
    left: 0 !important;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border: 5px solid rgba(184, 86, 92, 1) !important
}

/* modals */

.receta .content {
    background-color: #fff;
    padding: 100px 40px;
    width: 700px;
}

.receta .r-heading h2,
.receta .r-heading p {
    color: #ae7135;
}

.receta .r-info {
    font-size: 1.2em;
    margin-top: 20px;
}

.receta .r-bottom p {
    font-family: 'Barlow Condensed', sans-serif;
    margin-top: 20px;
}

#receta-coquito .image {
    background: #e4b75e url(../images/receta-coquito-full-dec.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 0 !important;
    padding: 100px 0;
}

#receta-one .image {
    background: #e4b75e url(../images/receta-sangriah-full.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 0 !important;
    padding: 100px 0;
}

#receta-two .image {
    background: #e4b75e url(../images/receta-sj-full.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 0 !important;
    padding: 100px 0;
}

#receta-three .image {
    background: #e4b75e url(../images/receta-fs-full.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 0 !important;
    padding: 100px 0;
}

#receta-four .image {
    background: #e4b75e url(../images/receta-fdf-full.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 0 !important;
    padding: 100px 0;
}




@media (max-width: 810px) {

    p.lead {
        font-size: 1.8em;
    }

}


@media (max-width: 700px) {
    .receta .content {
        width: inherit;
    }
}


@media (max-width: 767px) {


    .header img {
        max-width: 280px;
    }

    p.lead,
    .btn {
        font-size: 1.3em;
    }

    .bg-main {
        background: #fff url(../images/bg-mobile.jpg) no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .tradicion {
        position: relative;
        margin-bottom: -13vh;
    }

    .bg-cocteles {
        background: #fff url(../images/bg-02-mobile.jpg) no-repeat top center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .home-spacing {
        height: 500px;
    }

    .single-page-options {
        margin-top: 0 !important;
    }

    .img-footer {
        margin-top: -50px;
    }
}


@media (max-width: 575px) {

    .receta .image {
        padding: 150px 0 !important;
    }

    .receta .content {
        background-color: #fff;
        padding: 40px;
    }

}