<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section.content-1{
    background-color: #204071;
    padding-bottom: 100px;
}

.center{
    text-align: center;
}

h1.title{
    color: #ffffff;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
}

h4.subtitle{
    color: #ffffff;
    font-weight: 700;
}

img.img-50-desc{
    width: 80%;
}

.bluelight-container{
    background-color: #00c5db;
    border-radius: 30px;
    padding: 60px 50px;
}

.bluelight-container h3{
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.bluelight-container p{
    color: #ffffff;
    font-size: 24px;
}

.bluelight-container p &gt; a{
    color: #fff;
    text-decoration: underline;
}

.bluelight-container p &gt; a:hover{
    color: #204071;
}

.bluelight-dashed-container{
    border: 2px dashed #00c5db;
    padding: 60px 50px;
}

img.img-exclamacion{
    width: 120px;
    padding-bottom: 30px;
}

.bluelight-dashed-container p{
    color: #fff;
    font-size: 24px;
    text-align: justify;
}

img.img-ruta{
    width: 70%;
    float: right;
}

a.btn-previaje{
    background-color: #00c5db;
    padding: 20px 25px;
    border-radius: 35px;
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    border: 2px solid #00c5db;
}

a.btn-previaje:hover{
    background-color: #ffffff;
    color: #00c5db;
    text-decoration: none;
}

a.btn-previaje i{
    border: 2px solid;
    padding: 8px 14px;
    border-radius: 50%;
}

section.content-2{
    padding: 100px 0;
}

.text-obtener-cupon h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.text-obtener-cupon p {
    font-size: 22px;
    margin-bottom: 0px;
}

.text-informacion-importante h2{
    color: #00c5db;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.text-informacion-importante p{
    color: #00c5db;
    font-size: 22px;
    margin-bottom: 0px;
}

img.img-aguila{
    width: 80%;
}

p.legal{
    color: #204071;
    font-size: 10px;
}

@media (max-width: 1200px) and (min-width: 992px) {
    a.btn-previaje {
        font-size: 26px;
    }
}

@media (max-width: 991px) and (min-width: 769px) {
    a.btn-previaje {
        font-size: 17px;
    }
}

@media (max-width: 768px){
    .pt-5{
        padding-top: 1rem !important;
    }

    .bluelight-container{
        padding: 40px 30px;
    }

    .bluelight-container h3{
        font-size: 22px;
    }

    .bluelight-container p{
        font-size: 18px;
    }

    .bluelight-dashed-container {
        padding: 40px 30px;
    }

    img.img-exclamacion{
        width: 90px;
    }

    .bluelight-dashed-container p{
        font-size: 18px;
    }

    a.btn-previaje{
        font-size: 15px;
    }

    .text-obtener-cupon h3, .text-informacion-importante h2 {
        font-size: 22px;
    }

    .text-obtener-cupon p, .text-informacion-importante p{
        font-size: 18px;
    }

    img.img-ruta{
        display: none;
    }

    .content-2{
        padding: 50px 0;
    }

    .btn-compra-ahora{
        margin-top: 30px;
    }

    a.btn-previaje i{
        padding: 8px 12px;

    }

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