<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;
}

.header {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #0084a4;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.header__container {
    width: 70%;
    max-width: 500px;
}

.header__container img {
    width: 100%;
}

h1, h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 1.3rem;
    line-height: 1.6rem;
    color: #026779;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 20px 10px 20px;
}

h2 {
    font-weight: 600;
    padding-top: 0;
}

.horario {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 20px 0;
    background-color: #026779;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #FFFFFF;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #FFF;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0 0 0 20px;
}

h3 span {
    font-weight: 300;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: #555;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

h4 span {
    font-weight: 400;
    font-style: italic;
}

.main {
    width: 100%;
    max-width: 800px;
    padding: 100px 20px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}

.container__item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.item {
    background-color: #0084a4;
    width: 100%;
    padding: 10px 10px 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.container__icon {
    width: 50px;
}

.container__icon img {
    width: 100%;
}

.contenido {
    padding: 0;
    background-color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
    gap: 10px;
}

.container__precio {
    padding: 0 0 0 10px;
    border-left: solid 1px #555;
}

.pvp, .precio {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #555;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

.precio {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;  
}

.precio span {
    font-size: 1.5rem;
    line-height: 1.7rem; 
}

.footer {
    width: 100%;
    height: 200px;
    background-color: #0084a4;
}



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