*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}body{margin:0;padding:0}

*{
    margin: 0;
    padding: 0;
}

html, body {
    scroll-behavior: smooth;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}

/* ----------HEADER---------- */
/* ----------HEADER---------- */
/* ----------HEADER---------- */

header {
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
 
    background-size: cover;
    overflow: hidden;
}

.carta__bebidas {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 80px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 4rem;
    text-transform: uppercase;
    color: #FFFFFF;
}

.container__logo {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.container__mouse {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
}

.mouse {
    display: block;
    width: 25px;
    margin: auto;
    opacity: .3;
}

.bebidas {
    display: block;
    width: 180%;
    max-width: 1000px;
    margin: 0 auto;
}


/* ----------FIN HEADER---------- */
/* ----------FIN HEADER---------- */
/* ----------FIN HEADER---------- */

/* ----------MAIN---------- */
/* ----------MAIN---------- */
/* ----------MAIN---------- */



main {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    padding: 100px 10px;
}

main section {
    width: 95%;
    margin-top: 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.container__item {
    width: 100%;
    padding-top: 5px;
	padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.tipo__bebida {
    display: block;
    width: 100%;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.1rem;
    font-weight: 100;
}

.tipo__bebida-bold {
    font-weight: 800;
}

.tipo__bebida span {
    font-size: .9rem;
    font-style: italic;
    font-weight: 100;
}

 
.container__sub-item {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.all__inclusive {
    display: inline-block;
    width:50%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;	
	color:#d4b783;
}

.container__sub-item2 {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.all__inclusive2 {
    display: inline-block;
    width:100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;	
	color:#d4b783;
}

.precio {
    display: inline-block;
    width:50%; 
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 100;
}

.titular {
    font-weight: 500;
	text-align: center;
	color:#d4b783;
}






/* ----------FIN MAIN---------- */
/* ----------FIN MAIN---------- */
/* ----------FIN MAIN---------- */


/* ---------------FOOTER--------------- */
/* ---------------FOOTER--------------- */
/* ---------------FOOTER--------------- */



.custom-shape-divider-bottom-1620902257 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

footer {
    width: 100%;
    height: 200px;
    background-color: #FFFFFF;
    position: relative;
}

.custom-shape-divider-bottom-1620902257 svg {
    position: relative;
    display: block;
    width: calc(284% + 1.3px);
    height: 60px;
}

.custom-shape-divider-bottom-1620902257 .shape-fill {
    fill: #d4b783;
}


.container-footer {
    width: 100%;
    position: relative;
    height: 60px;
    background-color: transparent;
}

.fondo-logo-footer {
    width: 100%;
    background-color: #d4b783;
    padding: 0;
}

.cont_logo_footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.cont_logo_footer img {
    width: 200px;
    padding: 0;
    margin: 0;
}

.copyright {
    font-family: 'Montserrat', sans-serif;
    font-size: .9em;
    line-height: 1.5em;
    font-weight: 400;
    color: #FFFFFF; 
    text-align: left;
}









/* ----------MEDIA QUERIS---------- */
/* ----------MEDIA QUERIS---------- */
/* ----------MEDIA QUERIS---------- */



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

    .carta__bebidas {
        font-size: 1.5rem;
    }

    main {
        padding: 50px 10px;
    }

    main section {
        padding-top: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .container__item {
        padding-top: 10px;
    }

    .tipo__bebida {
        width: 60%;
        font-size: .8rem;
        padding: 0 15px 0 0;
        margin: 0;
    }


    .tipo__bebida span {
        font-size: .8rem;
    }

    .container__sub-item {
        width: 40%;
    }

    .all__inclusive {
        width: 50%;
        line-height: 1.2rem;
        text-align: left;
        font-size: .8rem;
    }

    .tipo__bebida-bold {
        font-weight: 800;
    }

    .precio {
        width: 50%;
        text-align: center;
        font-size: .8rem;
        line-height: 1.2rem;
    }
    
}
