<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
============================================
============================================
* 
* Cardonah
* v2.0
* date: 16 Jul 2018
* HTML&amp;CSS: @whhhaaaaaaat
* 
============================================
============================================
*/

@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,700,700i");
* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    background-repeat: no-repeat;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

* html .clearfix {
    zoom: 1;
}


/* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}


/* IE7 */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

img {
    max-width: 100%;
}

a,
a:hover,
a:focus,
a:active,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
    color: inherit;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.lightbox {
    display: none;
}

.featherlight .featherlight-content {
    border: none;
    padding: 0;
    background: none;
}

.featherlight-next,
.featherlight-previous {
    opacity: 1;
    display: block;
}

.featherlight-next:after,
.featherlight-previous:after {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.featherlight-next:hover,
.featherlight-previous:hover {
    background: none;
}

.featherlight-next:after {
    background-image: url(../../img/next.svg);
}

.featherlight-previous:after {
    background-image: url(../../img/prev.svg);
}

.npd {
    padding: 0;
}

.clear {
    clear: both;
}

.block {
    padding-top: 50px;
    padding-bottom: 50px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex--centermid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row.flex--wrap:after,
.row.flex--wrap:before {
    display: none;
}

.container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.container--min {
    max-width: 733px;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.btn {
    border-radius: 10px;
    display: inline-block;
}

.btn--red {
    display: block;
    width: 250px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
    background-color: #FF4040;
    color: white;
    font-weight: 300;
}

body {
    color: white;
    font-family: 'Raleway', sans-serif;
}

.wrp {
    z-index: 1;
    position: relative;
}

.wrp--home {
    height: 100vh;
    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;
}

.menuhome {
    text-align: center;
}

.menuhome img {
    width: 330px;
}

.menuhome__nav {
    margin-top: 20px;
}

.menuhome li {
    display: inline-block;
}

.menuhome a {
    display: block;
    padding: 0 20px;
    font-weight: bold;
}

.menuinternas {
    background-color: #FF4040;
    color: white;
    z-index: 200;
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.menuinternas .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menuinternas__button {
    display: none;
}

.menuinternas__logo img {
    width: 170px;
    height: auto;
}

.menuinternas__nav {
    text-align: right;
}

.menuinternas__nav ul {
    display: inline-block;
}

.menuinternas__nav li {
    display: inline-block;
    position: relative;
}

.menuinternas__nav li:hover .sub-menu {
    display: block;
}

.menuinternas__nav li a {
    display: block;
    font-size: 0.9em;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 500;
}

.menuinternas__nav li a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.menuinternas__nav .sub-menu {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    border-radius: 0 0 5px 5px;
    width: 120px;
    z-index: 100;
    overflow: hidden;
}

.menuinternas__nav .sub-menu a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menuinternas__nav .sub-menu a:hover {
    background-color: #FF4040;
    color: white;
}

.menuinternas__nav .sub-menu li {
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    margin: 0;
    padding: 0;
}

.menuinternas__nav .sub-menu li:last-of-type {
    border-bottom: none;
}

.menuinternas__idioma {
    margin-left: 20px;
    width: 22px;
    height: 22px;
    display: block;
    font-size: 0.7em;
    background-color: white;
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.menuinternas__idioma:hover {
    color: rgba(0, 0, 0, 0.5);
}

.desarrollo {
    padding-top: 57px;
}

.desarrollo__title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 18px 8px;
    font-size: 1.6em;
    font-style: italic;
    font-weight: bold;
    margin-top: 40px;
}

.desarrollo p {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
}

.desarrollo__firma {
    text-align: right;
    font-weight: bold;
}

.desarrollo i {
    font-style: italic;
}

.desarrollo h3 {
    font-weight: bold;
    font-size: 1.3em;
    margin-top: 10px;
    margin-bottom: 20px;
}

.slider {
    position: relative;
    height: 568px;
}

.slider__item {
    height: 568px;
    position: relative;
}

.slider__item img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
}

.slider__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slider__video .videobg {
    position: absolute !important;
}

.slider__desc {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 60px 30px 60px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.slider__desc p {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0;
}

.slider__desc p:nth-of-type(1) {
    font-size: 71px;
}

.slider__desc p:nth-of-type(2) {
    font-size: 85px;
}

.slider__desc p:nth-of-type(3) {
    font-size: 41px;
}

.slider__logojoy {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 150px;
}

.slick-slider {
    line-height: 0;
}

.human {
    background-image: url(../../img/human-bg.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    padding: 30px 0;
    z-index: 100;
    position: relative;
}

.human__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: bold;
}

.human__items li {
    display: inline-block;
}

.human__items figure {
    min-height: 65px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.human__items img {
    width: 100px;
}

.human__joy {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.human__joy img {
    width: 260px;
}

.human p {
    font-size: 16px;
    line-height: 1.3;
}

.human .btn {
    margin-top: 30px;
    margin-bottom: -50px;
    z-index: 100;
}

.humaninfo {
    text-align: center;
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #757575;
}

.humaninfo p {
    margin-bottom: 5px;
    font-size: 16px;
}

.know label,
.know input {
    display: block;
}

.know label {
    font-weight: 300;
    margin-bottom: 5px;
}

.know input:not([type="submit"]) {
    width: 300px;
    margin-bottom: 10px;
    padding: 10px;
    background: #7F7F7F;
}

.know input[type="submit"] {
    display: inline-block;
    border-radius: 30px;
    padding: 5px 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 1em;
    margin-top: 10px;
}

button.featherlight-close-icon.featherlight-close {
    position: fixed;
    right: 10px;
    top: 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: white;
}

.art {
    background-image: url("../../img/art-bg.jpg");
    background-repeat: repeat;
    min-height: 100vh;
    color: #757575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.art .container {
    width: 100%;
}

.art__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-weight: bold;
    width: 100%;
}

.art__items li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: solid 2px transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.art__items li:hover {
    border-bottom: solid 2px rgba(0, 0, 0, 0.5);
}

.art h2 {
    font-size: 40px;
    text-transform: uppercase;
}

.art h3 {
    font-size: 20px;
}

.scrpts {
    background: -webkit-gradient(linear, left top, left bottom, from(#564e4e), to(#000000));
    background: linear-gradient(to bottom, #564e4e 0%, #000000 100%);
    padding: 57px 0 40px 0;
    min-height: 100vh;
}

.scrpts .btn {
    margin-top: 40px;
}

.scrpts__item {
    display: block;
    padding: 20px;
    width: 20%;
}

.scrpts__light.featherlight-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.scrpts__light.featherlight-inner figure {
    width: 30%;
}

.scrpts__light.featherlight-inner article {
    width: 25%;
    padding: 20px;
}

.scrpts__light.featherlight-inner article h2 {
    margin-bottom: 8px;
    font-size: 1.2em;
}

.scrpts__light.featherlight-inner article p {
    text-align: justify;
    line-height: 1.4;
}

.god {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 100px;
    position: relative;
    z-index: 10;
}

.god__logo {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.god__logo img {
    width: 220px;
}

.god__items {
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}

.god__items a {
    display: block;
    padding: 0 10px;
}

.amo {
    padding-top: 57px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start-end;
    -ms-flex-align: start-end;
    align-items: start-end;
    height: auto;
    color: rgba(0, 0, 0, 0.5);
    display: none;
}

.amo p {
    color: white;
    margin-bottom: 5px;
}

.amo__figure {
    margin-bottom: 20px;
}

.amo .container {
    width: 60%;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.amo h2 {
    margin-top: 20px;
    font-weight: bold;
    color: white;
}

.amo__desc {
    font-size: 0.9em;
    padding: 0 20px;
}

.amo strong {
    margin-top: 5px;
    display: block;
}

.amo__logo {
    width: 100%;
    max-width: 250px;
}

.videobg {
    background: black;
}

.videobg iframe {
    width: 100% !important;
    height: 125% !important;
    top: -10% !important;
}

.videobg:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
}

.videobg.noover:after {
    background: transparent;
}

.reelcont {
    width: 100%;
    height: 100vh;
    background: black;
}

.reelcont iframe {
    width: 100% !important;
    height: 100% !important;
}

.contacto {
    background-color: black;
    min-height: 100vh;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contacto .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contacto input,
.contacto textarea {
    margin-bottom: 10px;
    padding: 10px;
    display: block;
    -webkit-appearance: none;
    width: 100%;
    background: none;
    border: solid 1px white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
    color: white;
}

.contacto input::-webkit-input-placeholder,
.contacto textarea::-webkit-input-placeholder {
    color: white;
}

.contacto input:-ms-input-placeholder,
.contacto textarea:-ms-input-placeholder {
    color: white;
}

.contacto input::-ms-input-placeholder,
.contacto textarea::-ms-input-placeholder {
    color: white;
}

.contacto input::placeholder,
.contacto textarea::placeholder {
    color: white;
}

.contacto input:focus,
.contacto textarea:focus {
    border: solid 1px #FF4040;
}

.contacto textarea {
    min-height: 120px;
    resize: none;
}

.contacto input[type="submit"] {
    font-weight: bold;
    background-color: #FF4040;
    font-weight: bold;
    text-transform: uppercase;
    width: auto;
    border: none;
    padding: 10px 40px;
}

.contacto__form {
    width: 60%;
    padding-right: 20px;
}

.contacto__redes {
    font-size: 0.9em;
}

.contacto__redes li {
    margin-bottom: 10px;
    font-weight: 500;
}

.contacto__redes i {
    margin-right: 8px;
    width: 25px;
    font-size: 18px;
    text-align: center;
}

.contacto__redes a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.contacto__redes a:hover {
    color: #FF4040;
}

.contacto__title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.contacto__title h2 {
    font-weight: bold;
    font-size: 1.7em;
    text-transform: uppercase;
}

.gracias {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    background-color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery p {
    text-align: center;
}

.reelfallback {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.reelfallback iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.safari .safnot {
    display: none !important;
}

.safari .reelfallback {
    display: block;
}

.safari .bgfallback {
    display: block !important;
}

.bgfallback {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.bgfallback--home {
    background-image: url(../../img/fall-home.jpg);
}

.bgfallback--bio {
    background-image: url(../../img/fall-bio.jpg);
}

.bgfallback--god {
    background-image: url(../../img/fall-god.jpg);
}

.bgfallback--amo {
    background-image: url(../../img/fall-amo.jpg);
}

.videslide {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: black;
}

.videslide__item {
    width: 100%;
    height: 100%;
}

.videslide iframe {
    height: 100vh !important;
    width: 120%;
    left: -10%;
    position: relative;
}

.videslide .videobg {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.videslide .videobg iframe {
    z-index: 1000 !important;
}

.videslide section.videobg.safnot {
    position: relative !important;
    width: 100% !important;
    height: 100vh !important;
    display: block;
    z-index: 10000 !important;
    left: auto !important;
    top: auto !important;
}

.videslide .slick-arrow {
    position: absolute;
    z-index: 1000000;
    top: 0;
    height: 100%;
    background: white;
    font-size: 0;
    width: 20px;
    background-size: 100% auto;
    z-index: 1000000;
    background: transparent;
}

.videslide .slick-prev {
    left: 0;
    background-image: url(../../img/prev.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.videslide .slick-next {
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../img/next.svg);
}

.videslide .slick-item {
    width: 100%;
    height: 100vh;
}

.videslide__nav {
    position: absolute;
    right: 0;
    top: 57px;
    width: 100%;
    z-index: 100%;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.videslide__nav li {
    line-height: 1;
    width: 100px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    padding: 2px;
}

.videslide__nav li:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.vidbio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.vidbio p {
    width: 25%;
    padding: 10px;
    font-size: 0.9em;
    line-height: 1.3;
    word-wrap: break-word;
}

.vidbio strong {
    font-size: 1.2em;
    display: block;
    margin-bottom: 4px;
    padding: 0;
}

.page-title {
    color: #FF4040;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.desc-guion {
    background-color: #FF4040;
    display: inline-block;
    color: white;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
}

.scrpts__item img {
    height: 200px;
    object-fit: cover;
}</pre></body></html>