<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #232020;
    background-color: #d9cde2;
}

main [id] {
    scroll-margin-top: 90px;
}

.ws {
    width: 55px;
    position: absolute;
    right: 30px;
    bottom: 50px;
    z-index: 100px;
    position: fixed;
    cursor: pointer;
}

.ws img {
    width: 100%;
}

header {
    background-color: #d9cde2;
    border: 3px solid #441d67;

}

#navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #d9cde2;
    text-decoration: none;
}

header div {
    background-color: #d9cde2;
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;


}

#hamburger {
    text-decoration: none;
    width: 5%;
    margin-right: 10px;
    cursor: pointer;
    background-color: #d9cde2;
    border: #a084b3;

}

.logo {
    width: 40%;
    margin-left: 10px;
    margin-right: 0;

}

nav a {
    background-color: #d9cde2;
    text-decoration: none;
    list-style-type: none;
    line-height: 2;
    display: block;
    color: #441d67;
    padding-left: 30px;


    /*position: absolute;
    top: 0;
    z-index: -1;*/

}

.desplegado {
    transform: translateY(-400px);
    transition: 0.5s;
    height: 3px;


}

.desplegado li {
    text-decoration: none;
}

.nav-bar {
    transform: translateY(0px);

}

main {
    background-color: #aca4b2;
    /*transform: translateY(-125px);*/
    /*position: relative;
    top: -125px;*/
    border: 5px solid #726f74;
}

.principal {
    display: flex;
    justify-content: center;
    align-items: center;

}

.img-principal {
    width: 75%;
    border: 3px solid #726f74;
    margin-bottom: 30px;
    border-radius: 10px;
}

h1 {
    margin-top: 70px;
}

h1,
h2 {

    font-size: 26px;
    color: #441d67;
    text-align: center;
    padding: 20px;
}

h2 {
    font-size: 22px;
    font-style: italic;
}




h3 {
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;

}

p {
    font-size: 14px;
    text-align: center;
    margin: 10px;

}

h4 {
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    padding: 4px 20px;
    margin-top: 10px;
}

.lista-valores p {
    font-style: normal;
}

.logo-valores {
    width: 10%;
}

.parrafo-valores {
    margin-left: 20px;
    margin-right: 20px;
}

div .capacitaciones li {
    font-style: italic;
    text-decoration: none;
}

.capacitaciones {
    margin-left:40px;
    font-style: normal;

}


.lista-valores {
    padding: 10px 0px;
    font-style: oblique;
    list-style-type: none;
    text-align: center;

}


.lista-valores li {
    text-decoration: none;
}



.lista-servicios {
    padding: 10px 0px;
    padding-bottom: 40px;
    font-style: normal;
    list-style-type: disc;
    margin-left: 30px;
    font-size: 16px;

}

ul li {
    text-decoration: underline;
}

.lampara {
    width: 10%;
    margin-left: 100px;
}

.tareas li {
    text-decoration: none;
    margin-left: 100px;
    list-style-type: square;

}

.ultimo {
    margin-bottom: 70px;
}

#contacto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;


}

.telefono {
    width: 5%;
    margin: 20px;

}

.correo {
    width: 8%;
    margin: 20px;

}

.instagram {
    width: 5%;
    margin: 20px;


}

#contacto p a {
    text-decoration: none;
    color: inherit;
}

#contacto p a:hover {
    color: #441d67;
    text-decoration: underline;
    font-weight: bold;
}

#gallery {
    width: 80%;
    height: 50%;
    margin: 0px auto;
    overflow: hidden;

}



.gallery-container {
    display: flex;
    transition: transform 0.5s ease-in-out;


}

.gallery-item {
    min-width: 100%;
    box-sizing: border-box;
}

.gallery-item img {
    width: 100%;
    display: block;
    border: 3px solid #726f74;
    border-radius: 10px;


}

/* NavegaciÃ³n del Slider */
.gallery-navigation {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -50px;
}

.nav-button {
    background-color: #c3b4bd;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.nav-button:hover {
    background-color: #debef4;

}

#target3 {
    padding: 0;
}

#target4 {
    padding-top: 30px;
}

h5 {
    font-style: italic;
    text-align: center;
    padding: 8px;
}




footer [id] {
    scroll-margin-top: 90px;
}

footer {
    background-color: #726f74;
    /*transform: translateY(-123px);*/

}

/*.division{
  border: 10px dotted #66994f;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 200px;
  margin-left: 400px;

}*/
h6 {
    font-size: large;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #441d67;

}

.margen {
    margin-bottom: 50px;
}

form {
    width: 300px;
    margin: auto;
}

#consulta {
    width: 300px;
    margin: auto;
    height: auto;
    background-color: #755b8c;
    padding: 30px;
}

label,
input {
    display: block;

}

input,
button {
    width: 250px;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 10px;
}

textarea {
    width: 250px;
    height: 200px;
    border-radius: 10px;
}

.reservados {
    padding: 20px;
    margin-bottom: 0;
    margin-top: 50px;
    font-size: small;
}

/*@media(min-width: 768px) {
    .desplegado {

        transform: translateY(-400px);
        transition: 5ms;
    }

    .nav-bar {
        transform: translateY(0px);
    }
}

*/



@media (min-width:1025px) {


    #hamburger {
        display: none;
    }

    header {
        display: flex;

    }

    header {
        background-color: #a084b3;
        justify-content: space-around;


    }


    .desplegado {
        display: flex;
        transform: none;
        list-style-type: none;
        text-decoration: none;
        padding: 0;
        margin-top: 25px;
        font-weight: bold;
        justify-content: flex-end;
        /* align-items: flex-end; */
        /* align-items: start; */
        text-align: center;



    }

    .desplegado li {
        display: inline-block;
        font-size: 14px;
        padding: 0px;
        color: #441d67;
        align-items: end;
        text-decoration: none;
        align-content: center;

    }

    .lista-servicios {
        margin-left: 50px;

    }

    .logo-valores {
        width: 3%;
    }

    .parrafo-valores {
        margin-left: 200px;
        margin-right: 200px;
    }

    #consulta {
        width: 400px;
        margin: auto;
        height: auto;
        background-color: #755b8c;
        padding: 30px;
    }

    label,
    input {
        display: block;

    }

    input,
    button {
        width: 300px;
        height: 40px;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    textarea {
        width: 300px;
        height: 200px;
        border-radius: 10px;
    }
}</pre></body></html>