<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    width: 100%;
    height: 100%;
}

.embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 30px;
}

.embed iframe,
.embed object,
.embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main {
    width: 100%;
}

section {
    background-size: cover;
    background-position: center;
}

section .main {
    max-width: 1100px;
    padding: 75px 10% 100px 10%;
    margin: auto;
    text-align: left;
}

section .main h1 {
    margin-bottom: 25px;
    font-family: 'Roboto Mono', monospace;
    text-transform: uppercase;
    font-size: 2.7em;
    color: #fff;
    }

section h1 span{background-color: rgb(0, 0, 0);}

section h2 {
    font-size: 1.2em;
    font-weight: 200;
     font-family: 'Roboto Mono', monospace;
    color: #ddd;
}

section p span{background-color: rgba(164, 221, 242, 0.8);}

section p {
    margin-bottom: 20px;
    color: #000;
    font-family: 'Roboto Mono', monospace;
    letter-spacing: 0.01em;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 400;
}


article {
    max-width: 700px;
    margin: auto;
}

article .main {
    max-width: 800px;
    padding: 40px 10px 25px 10px;
    display: block;
}


/*
article .main div{
    max-width: 50%;
}
*/

article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}

article h1 {
    margin-bottom: 10px;
    font-family: 'Roboto Mono', monospace;
    font-size: 2.2em;
}

article h2 {
    margin-bottom: 15px;
     font-family: 'Roboto Mono', monospace;
    font-size: 1.2em;
    font-weight: 200;
    color: #696969;
}

article h3{
     font-family: 'Roboto Mono', monospace;
}

article p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 20px;
}

article p.column {
    width: 70px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

@media screen and (max-width: 600px) {
    article p.column {
        width: 90%;
        margin: auto;
        float: none;
    }
}

blockquote {
    width: 80%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
    font-family: 'Open Sans', serif;
    font-size: 18px;
    font-weight: 400;
    border-left: #f2c236 40px solid;
}

blockquote span {
    margin-top: 15px;
    font-family: 'Open Sans', serif;
    font-size: 16px;
    font-weight: 600;
    color: #b2880e;
}


/*SLIDER*/

.slider {
    width: 100%;
    height: 500px;
    position: relative;
    background-color: #f4f4f4;
}

.slider .controls {
    width: 100%;
    height: 85%;
    position: relative;
    z-index: 10;
}

.slider .controls ul.tabs {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.slider .controls ul.tabs li {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    opacity: .5;
}

.slider .controls ul.tabs li.current {
    opacity: 1;
}

.slider .controls ul.arrows {
    width: 100%;
    position: absolute;
    top: 40%;
}

.slider .controls ul.arrows li {
    width: 40px;
    height: 90px;
    position: absolute;
    cursor: pointer;
    opacity: .5;
    transition: opacity 0.5s ease 0s;
}

.slider .controls ul.arrows li.backward {
    left: 5px;
    background-image: url(../img/arrow_backward.png);
}

.slider .controls ul.arrows li.forward {
    right: 5px;
    background-image: url(../img/arrow_forward.png);
}

.slider .controls ul.arrows li:hover {
    opacity: 1;
}

.slider .disabled {
    visibility: hidden !important;
}

.slider .items {
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
}

.slider .items .item {
    width: 100%;
    height: inherit;
    position: absolute;
    display: none;
}

.slider .items .item .image {
    width: 100%;
    height: 85%;
    margin-bottom: 15px;
    background-position: center;
    background-size: cover;
}

.slider .items .item p {
    width: 90%;
    height: 10%;
    max-width: 600px;
    margin: auto;
    color: #000;
    font-size: 0.8em;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
    overflow: hidden;
}


/*SLIDER*/


/*OTROS*/

.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin-top: 20px;
    border-radius: 50%;
    background-color: #000;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    transition: all .5s ease;
}

.arrow.down {
    background-image: url(../svg/arrow_down.svg);
}

.arrow:hover {
    opacity: 1;
}


/*OTROS*/

.main h2 {
    font-weight: 600;
    color: #000;
}

.main ul li {
    text-decoration: none;
    margin-bottom: 20px;
    list-style: circle;
    list-style-position: inside;
}

.main ol li{
    margin-bottom: 20px;
    text-decoration: none;
    list-style: decimal;
    list-style-position: inside;
}
.flex {
    display: -webkit-flex;
    display: flex;
}

.ficha {
    display: inline-block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f2c236;
    padding: 25px;
    margin: 0 2px;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: flex 2s;
}

.ficha div {
    max-width: 650px;
    max-height: 366px;
    /*background-color: red;*/
    border-radius: 10px;
    padding: 0;
}

.ficha a {
    text-decoration: none;
    /*background-color: red;*/
}

.ficha img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: 0;
    display: flex;
    margin-bottom: 10px;
}

.ficha h2,
.ficha p {
    font-family: sans-serif;
    color: #000;
}

.ficha:hover {
    display: -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    display: block;
    transition: 2s;
}

.parent {
    display: inline-block;
    height: 50px;
    width: 100%;
}

.child {
    display: none;
    transition: display 2s;
}

.parent:hover .child,
.parent.hover .child {
    display: block;
    transition: display 2s;
}

@media screen and (max-width: 400px) {
    .flex {
        display: block;
    }
    .ficha {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .ficha div {
        width: 50%;
        float: right;
        margin-left: 20px;
    }
    
}</pre></body></html>