* {

    overflow-x: hidden;

}



body {

    margin: 0;

    padding: 0;

    background-color: #F0E6D9;

}



header {

    position: fixed;

    z-index: 1;

    font-family: 'Merienda One', cursive;

}



.BG {

    display: flex;

    justify-content: space-between;

    align-content: center;

    height: 130px;

    width: 100vw;

    background-image: url('../images/repat.png');

}



.logo {

    width: 200px;

    height: 100px;

    padding-left: 20px;

}



.menu {

    height: 120px;

    width: 100vw;

    display: flex;

    justify-content: space-between;

    align-items: center;

}



.menu_item {

    margin-right: 50px;

    display: flex;

    list-style: none;

}



.menu_item li {

    margin: 0 10px;

}



.menu_item li a {

    padding: 7px 13px;

    text-decoration: none;

    font-size: 20px;

    display: block;

    font-weight: 500;

    color: rgb(31, 31, 31);

    transition: 0.5s;

}



.menu_item li a:hover {

    color: yellowgreen;

}



.menu_item .active {

    color: yellowgreen;

}



.btn_menu {

    margin-right: 50px;

    font-size: 25px;

    color: black;

    cursor: pointer;

    display: none;

}



ul.show {

    top: 120px;

}



@media screen and (max-width:1185px) {



    * {

        overflow-x: visible;

    }



    .btn_menu {

        display: inline-flex;

    }

    .menu_item {

        margin-top: -30px;

        padding-top: 50px;

        position: fixed;

        width: 100vw;

        height: 100vh;

        top: -100vh;

        text-align: center;

        transition: all 0.5s;

        flex-direction: column;

        background: white;

        opacity: 0.9;

        padding-left: 0;

    }

    .menu_item li {

        margin: 30px;

        line-height: 15px;

    }

    .box_dess {

        width: 100vw;

    }

    .box_men_dess {

        width: 100vw !important;

    }

}



.slider {

    display: flex;

    justify-content: center;

    padding-top: 90px;

    width: 100vw;

    box-sizing: border-box;

    border: solid 1px rgb(211, 211, 211);

}



.slider img {

    object-fit: cover;

    width: 100vw;

    max-width: 1920px;

    max-height: 800px;

    min-height: 200px;

}



.overcircle {

    position: relative;

    height: 88px;

    width: 100vw;

    margin-top: -25px;

    background-image: url('../images/overcircle.png');



}



.title1 {

    display: flex;

    justify-content: center;

}



.titletext {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    font-family: 'Merienda One', cursive;

    font-size: 40px;

}



.titletext p {

    color: #ff4f37;

    margin-top: -3px;

    font-size: 20px;

    font-weight: 600;

}



.titlebigtext {

    display: flex;

    justify-content: center;

    font-family: 'Merienda One', cursive;

    font-size: 60px;

    color: #f24281;

    margin-top: -20px;

}



.parrafo {

    text-align: center;

    font-size: 18px;

    margin: 0 auto;

    width: 65vw;

    padding: 20px 0;

    font-family: 'ABeeZee', sans-serif;

}



.cover1 {

    position: relative;

    margin-bottom: -300px;

    width: 100vw;

}



.divisor {

    width: 100vw;

    height: 600px;

    margin: 0 auto;

}



.divisorbg {

    width: 100vw;

    height: 550px;

    object-fit: cover;

}



.divisor p {

    margin-top: -450px;

    display: flex;

    font-size: 30px;

    justify-content: center;

    font-family: 'Merienda One', cursive;

    color: #F0E6D9;

}



.ser {

    display: flex;

    justify-content: space-evenly;

    align-items: center;

}



.ser img {

    width: 100px;

    height: 100px;

}



.ser a {

    display: flex;

    font-size: 20px;

    justify-content: center;

    font-family: 'Merienda One', cursive;

    color: #F0E6D9;

}



.ser1 {

    margin-top: 10px;

    display: flex;

    flex-direction: column;

    align-items: center;

}



.ser2 {

    margin-top: 10px;

    display: flex;

    flex-direction: column;

    align-items: center;

}



.ser3 {

    margin-top: 10px;

    display: flex;

    flex-direction: column;

    align-items: center;

}



.testi {

    flex-wrap: wrap;

    padding-top: 50px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.testi img {

    width: 200px;

    height: 80px;

}



.testi a {

    padding-top: 10px;

    color: rgb(83, 32, 32);

    font-size: 22px;

    font-weight: 600;

    font-family: 'Merienda One', cursive;

}



.testi p {

    font-size: 18px;

    font-weight: 500;

    font-family: 'ABeeZee', sans-serif;

}



.tes1 {

    text-align: center;

    padding: 20px 50px;

    max-width: 400px;

    display: flex;

    justify-content: center;

    flex-direction: column;

    align-items: center;

}

.winner {
    justify-content: center;
    align-items: center;
    padding: auto;
    margin: auto;
}


.footer {

    max-width: 100%;

    min-height: 500px;

    height: auto;

    object-fit: cover;

    background-size: cover;

    background-position: top center;

    background-image: url('../images/footer.jpg');

}



.foo {

    padding-top: 120px;

    display: flex;

    justify-content: space-evenly;

    flex-wrap: wrap;

}



.fotabout {

    max-width: 400px;

    min-width: 400px;

    text-align: center;

    display: flex;

    flex-direction: column;

    padding-top: 30px;

}



.fotcontact {

    text-align: center;

    max-width: 500px;

    min-width: 400px;

    display: flex;

    flex-direction: column;

    padding-top: 30px;

}



.form {

    text-align: center;

    max-width: 500px;

    min-width: 400px;

    display: flex;

    flex-direction: column;

    padding-top: 30px;

}



.foo img {

    margin: 0 auto;

    width: 55px;

    height: 26px;

}



.foo a {

    display: block;

    text-align: center;

    color: #ff4f37;

    font-size: 22px;

    font-weight: 500;

    font-family: 'Merienda One', cursive;

}



.foo p {

    color: white;

    font-size: 18px;

    font-weight: 500;

    font-family: 'ABeeZee', sans-serif;

}



form {

    padding-bottom: 20px;

    padding-top: 10px;

    text-align: right;

    color: white;

    font-size: 16px;

    font-family: 'ABeeZee', sans-serif;

}



input {

    border: none;

    margin: 7px 0;

    width: 300px;

    height: 30px;

    border-radius: 10px;

}



#message {

    height: 70px;

}



.botsend {

    font-size: 18px;

    width: 300px;

    height: 40px;

    font-weight: 500;

    color: white;

    cursor: pointer;

    font-family: 'ABeeZee';

    border: none;

    border-radius: 20px;

    background-color: #ff4f37;

}



.botsend:hover {

    color: #ff4f37;

    background-color: rgb(255, 255, 255);

}



.hidden {

    display: none;

    visibility: hidden;

}



/**ABOUT US**/



.tituloabout {

    padding-top: 170px;

    width: 100%;

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: space-evenly;

}



.spetitle {

    margin-top: 30px;

    text-align: center;

    width: 500px;

    height: 350px;

}



.videos {

    width: 640px;

    height: 360px;

}



.videos video {

    border-radius: 20px;

    -webkit-border-radius: 20px;

    -moz-border-radius: 20px;

    -ms-border-radius: 20px;

    -o-border-radius: 20px;

}



.overvideo {

    width: 640px;

    position: absolute;

}



.divider img {

    width: 100px;

    height: 40px;

}



.textitle {

    font-size: 25px;

    font-weight: 600;

    font-family: 'Merienda One', cursive;

}



.boxabout {

    font-size: 19px;

    font-weight: 500;

    font-family: 'ABeeZee', sans-serif;

}



.box {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

    align-items: center;

    width: 100%;

    background-color: #F5F3F0;

}



#up {

    width: 100%;

    top: 0;

}



#up img {

    width: 100%;

}



.conbox {

    margin-top: -150px;

    margin-left: auto;

    margin-right: auto;

    max-width: 90%;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

    align-items: center;

    margin-bottom: 170px;

}



.jen {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

    align-items: center;

    width: 60%;

}



.pic {

    padding-top: 50px;

    margin: 0 10px;

    width: 350px;

    height: 350px;

}



.pic img {

    width: 350px;

    height: 350px;

}



.textbox {

    padding-top: 50px;

    margin: 0 10px;

    text-align: center;

    width: 500px;

    height: 720px;

}



.facebook {

    margin: 0 10px;

    width: 400px;

    height: 1000px;



}



.face {

    border-radius: 20px;

}



.texti a {

    font-size: 35px;

    font-weight: 600;

    font-family: 'Merienda One', cursive;

}



.texti p {

    margin-top: -10px;

    font-size: 25px;

    font-weight: 600;

    font-family: 'ABeeZee';

    color: #f24281;

}



.imgtitle img {

    width: 200px;

    height: 50px;

}



.divid img {

    width: 100px;

}



.parra {

    font-size: 18px;

    font-weight: 500;

    font-family: 'ABeeZee';

}



#down {

    width: 100%;

    bottom: 0;

}



#down img {

    margin-bottom: -5px;

    width: 100%;

}



@media only screen and (max-width: 600px) {

    .tituloabout {

        padding-top: 120px;

    }



    .conbox {

        margin-top: 0px;

        margin-bottom: 50px;

    }



    .textbox {

        width: 600px;

        margin: 0;

    }



    .jen {

        width: 80%;

    }



    .facebook {

        padding-top: 100px;

    }

}



/*CUSTOM CAKE*/



.title_custom {

    padding-top: 180px;

}



.video_custom {

    border-radius: 20px;

    width: 640px;

    height: 40%;

    margin: auto;

}



.vide_custom {

    border-radius: 20px;

    width: 640px;

    height: 40%;

}



.overvideo_custom {

    width: 50%;

    position: absolute;

}



.custom_cakes {

    padding-top: 50px;

    margin: 0 auto;

    width: 70vw;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-evenly;

}



.cake {

    margin-top: 50px;

    margin-left: 10px;

    margin-right: 10px;

    text-align: center;

    width: 300px;

    height: 470px;

    background-color: #f4ede3;

    border-radius: 20px;

}



.cake a {

    position: relative;

    font-family: 'ABeeZee';

    font-size: 20px;

    text-align: center;

}



.cake p {

    padding-left: 15px;

    padding-right: 15px;

    position: relative;

    font-family: 'ABeeZee';

    font-size: 15px;

    text-align: center;

}



.catering {

    padding-top: 50px;

    margin: 0 auto;

    width: 60vw;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

}



.cate {

    padding: 25px 5px;

    display: flex;

    flex-direction: column;

}



.cate a {

    width: 280px;

    position: absolute;

    font-family: 'ABeeZee';

    font-size: 22px;

    text-align: center;

    font-weight: 600;

    margin-top: 350px;

}



.box_dess {

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

}



.box_men_dess {

    width: 80vw;

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    align-items: center;

}



.list_men {

    width: 380px;

    display: flex;

    align-items: flex-start;

}



.list_men4 {

    margin-top: -5px;

    width: 500px;

    display: flex;

    align-items: flex-start;

}



.list_dess {

    width: 380px;

    display: flex;

    align-items: flex-start;

}



.list_men2 {

    margin-top: -5px;

    width: 380px;

    display: flex;

    align-items: flex-start;

}



.lists_dess {

    width: 400px;

    margin-top: 20px;

}



.lists_dess2 {

    width: 400px;

    margin-top: 20px;

    margin-left: 200px;

}





.icon_dess {

    margin-top: -10px;

    padding-right: 20px;

    margin-right: 20px;

    margin-bottom: 10px;

}



.icon_men {

    width: 45px;

    height: 45px;

    margin-right: 20px;

}



.icon_men_big {

    width: 50px;

    height: 50px;

    margin-right: 20px;

}



.icon_dess img {

    width: 40px;

    height: 40px;

}



.icon_dess2 img {

    width: 45px;

    height: 45px;

}



.text_dess {

    width: 550px;

}



.text_dess p {

    font-family: 'ABeeZee';

    font-weight: 400;

    font-size: 15px;

    margin-bottom: 30px;

    margin-top: 5px;

}

.text_dess a {

    font-family: 'ABeeZee';

    font-weight: 600;

    font-size: 22px;

    margin-top: 50px;

}



.text_men {

    width: 350px;

}



.text_men_big {

    width: 200px;

}



.text_men_big a {

    font-family: 'ABeeZee';

    font-weight: 600;

    font-size: 28px;

    margin: 0;

}



.text_men a {

    font-family: 'ABeeZee';

    font-weight: 600;

    font-size: 24px;

    margin: 0;

}



.text_men p {

    font-family: 'ABeeZee';

    font-weight: 400;

    font-size: 15px;

    margin-bottom: 30px;

    margin-top: 5px;

}



.image_dess {

    margin-top: -50px;

}



.image_dess2 {

    margin-top: -50px;

    right: 0;

}

.image_dess3 {

    margin-top: -50px;

    width: 750px;

}

.image_dess4 {

    right: 0;

}



.title_sand {

    margin-top: 50px;

    margin-bottom: 50px;

}



.imgder {

    padding: 0 80px;

}



.list_men_sp {

    padding: 0 100px;

    display: flex;

    align-items: center;

}



.sp_lib {

    margin: 10px 0;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

}



.lib a {

    font-family: 'ABeeZee';

    font-weight: 800;

    font-size: 45px;

    margin: 10px 30px;

}



.flavors {

    text-align: center;

    margin: 0 auto;

    width: 600px;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    align-items: center;

}



.options a {

    font-family: 'ABeeZee';

    font-weight: 600;

    font-size: 21px;

}



.red {

    color: deeppink;

}



.img_sp {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

}



.options_sp {

    width: 500px;

}

.options_sp a {

    font-family: 'ABeeZee';

    font-weight: 600;

    font-size: 21px;

}

.flavors_sp {

    text-align: center;

    width: 600px;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

}

.sizes {

    display: flex;

    align-items: flex-end;

    margin-bottom: 50px;

}



.cream {

    margin: 0 15px;

    display: flex;

    flex-direction: column;

    align-items: center;

}



.cream a {

    margin-top: 15px;

    font-family: 'ABeeZee';

    font-weight: 600;

    font-size: 18px;

}



.imgizq {

    width: 300px;

}



.lists_men3 {

    width: 380px;

    display: flex;

    flex-direction: column;

    margin-left: 70px;

}



.text_beve a {

    font-family: 'ABeeZee';

    font-weight: 600;

    font-size: 24px;

}



.text_beve p {

    font-family: 'ABeeZee';

    font-weight: 400;

    font-size: 15px;

}



@media only screen and (max-width: 620px) {

    

    .image_dess2 {

        margin-top: 15px;

    }

    .options {

        width: 400px;

    }

    .sp_lib {

        width: 600px;

    }

    .options_sp {

        width: 400px;

    }



    .lists_dess {

        width: 400px;

    }



    .list_dess {

        margin-top: 10px;

    }

    .vide_custom {

        border-radius: 20px;

        width: 500px;

        height: 40vh;

    }

    .video_custom {

        border-radius: 20px;

        width: 500px;

        height: 400px;

    }

    .overvideo_custom {

        width: 100%;

        position: absolute;

    }

    .icon_dess {

        margin-top: 0;

        padding-right: 10px;

    }

    .list_men {

        width: 400px;

        height: 120px;

        margin: 0;

    }



    .list_men2 {

        width: 400px;

        height: 120px;

        margin: 0;

    }



    .image_dess4 img {

        padding: 0;

        margin: 0;

    }



    .image_dess3 img {

        padding: 0;

        margin-left: -70px;

    }



    .list_men {

        height: auto;

    }



    .list_men2 {

        height: auto;

    }

    .flavors {

        width: auto;

    }



    .sp_lib {

        width: auto;

    }

    .lists_men3 {

        margin-left: 0;

    }

    .lists_dess2 {

        margin-left: 20px;

    }

    .text_men_big {

        width: 600px;

    }

    .icon_men_big {

        width: 100px;

    }

    .list_men_sp {

        padding: 0;

        margin-left: 50px;

    }

}rgin-left: 50px;

    }

}