<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,: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}


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

.cont-degradado {
    width: 100%;
    padding: 0;
    margin: 0;
    background: -o-linear-gradient(left top,#F9CD87,#F9B233);
    background: -webkit-gradient(linear,left top, right bottom,from(#F9CD87),to(#F9B233));
    background: linear-gradient(to right bottom,#F9CD87,#F9B233); 
}



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

header {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;;
    position: relative;
    overflow: hidden;
    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;
    background: -o-linear-gradient(left bottom,#F9CD87,#F9B233);
    background: -webkit-gradient(linear,left bottom, right top,from(#F9CD87),to(#F9B233));
    background: linear-gradient(to right top,#F9CD87,#F9B233);
    
}

.scrool-content {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

.scrool-content img{
    width: 30px;
    margin: 0 auto;
}


.glass-content {
    padding: 0;
    margin: 0;
    width: 90%;
    height: 60vh;
    position: relative;
    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;
    background: -o-linear-gradient(left top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
    border-radius: 1rem;
    position: relative;
    z-index: 2;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    
}

.circle1,
.circle2 {
	border:1px solid red;
    background: -o-linear-gradient(left top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.1)));
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1));
    border-radius: 50%;
    position: absolute;
}

.circle1 {
    height: 12rem;
    width: 12rem;
    top: 6%;
    right: -5%; 
}

.circle2 {
    height: 10rem;
    width: 10rem;
    bottom: 7%;
    left: 11%;  
}

.header_logo {
    width: 100%;
    max-width: 700px;
    padding: 20px;
    margin: 0;
    text-align: center;
}

.header_logo img {
    width: 90%;
    margin: 0 auto;
}


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

main {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.contenedor-espanol, .contenedor-ingles {
    width: 100%;
    padding: 0 20px;
    margin: 0;
    margin-top: 40px;
}

.cont-platos {
    width: 100%;
    background: -o-linear-gradient(left top, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
    border-radius: 10px;
    margin: 0 0 30px 0;
    padding: 60px 20px 60px 20px;
}

h1 {
    display: block;
    width: 100%;
    padding: 30px 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    line-height: 1em;
    font-weight: 200;
    text-align: center;
    color: #0d7187;
    
}

h6 {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
    line-height: 1em;
    font-weight: 400;
    text-align: center;
    color: #0cacd0;
    text-transform: uppercase;
    
}

h2 {
    display: block;
    width: 90%;
    padding: 10px 0 10px 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 800;
    text-align: center;
    color: #0d7187;
    border-top: solid 1px #2390a9;
    border-bottom: solid 1px #2390a9;
    margin: 0 auto;
}

.espacio {
    margin-top: 40px;
}

h3 {
    display: block;
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    color: #084d5c;
}

h4 {
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
    text-align: center;
    color: #084d5c;
}


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

.custom-shape-divider-bottom-1612340860 {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    border: 0;
    background-color: transparent;
}

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

.custom-shape-divider-bottom-1612340860 .shape-fill {
    fill: #36A9E1;
}

.cont_logo_footer {
    width: 100%;
    height: 120px;
    background-color:#36A9E1;    
}

.cont_logo_footer img {
    width: 200px;
    margin-left: 20px;
    margin-top: 10px;
}

.copyright {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    color: #FFFFFF;
    text-align: left;
    padding-top: 5px;
    font-size: .8em;
    margin-top: 10px;
    margin-left: 25px;
}


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


@media screen and (min-width:768px) {    
    
    main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .contenedor-espanol,
    .contenedor-ingles {
        width: 50%;
        padding: 0;
        padding-right: 20px;
        padding-left: 20px;
    }

    .contenedor-ingles {
        border-top: 0;
    } 

    .glass-content {
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        
    }
    
    .circle1 {
        height: 20rem;
        width: 20rem;
        top: 1%;
        right: 10%; 
    }
    
    .circle2 {
        height: 30rem;
        width: 30rem;
        bottom: 1%;
        left: 11%;  
    }

    
}</pre></body></html>