<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RESET CSS http://meyerweb.com/eric/tools/css/reset/ */





@font-face {
font-family: brandon_reg;
src: url("font/brandon_reg.otf");


}
@font-face {


font-family: brandon_bld;
src: url("font/brandon_bld.otf");

}

@font-face {

font-family: brandon_thin;
src: url("font/brandon_thin.otf");


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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {

  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* GENERAL */
footer{
background-color:#6f2b5c;;
  height:30vh;

}
footer img{
width: 60%;
height:auto;
margin-left: 20%;
}
body{
background-color: white;
  min-height:100vh;
  
}

/* NAV */

nav.navigation{
position:fixed;
margin-top: -70vh;
  height:8vh;
  width: 100%;
  background-color: white;
  z-index:2;
}

ul.nav-menu, ul.nav-menu li, ul.nav-menu li a{
  float:right;
}
ul.nav-menu{
  padding-left:10px;
}
ul.nav-menu li a{
  height:50px;
  line-height:50px;
  padding:1vh 10px;
font-family: brandon_bld;
 color:#6f2b5c;
 font-size: 3vw;
  text-decoration:none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
ul.nav-menu li a:hover{
  color:#6f2b5c;
}

.logotexto{
  display:none;


}
.nav-toggle{
  display:none;

  position:absolute;
  top:0;
  right:0;
  width:50px;
  height:50px;
  background-color:#6f2b5c;
  cursor:pointer;
}
span.icon-bar{
  position:absolute;
  right:12px;
  display:block;
  width:26px;
  height:2px;
  background-color:#ffffff;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.icon-bar:nth-child(1){
  top:17px;
}
.icon-bar:nth-child(2){
  top:24px;
}
.icon-bar:nth-child(3){
  top:31px;
}
.nav-overlay{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color:rgba(0,0,0,0.5);
  z-index:1;
  opacity:0;
  visibility:hidden;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.nav-overlay.active{
  opacity:1;
  visibility:visible;
}

/* ICON BARS ANIMATION */

.nav-toggle.active .icon-bar:nth-child(1){
  top:24px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-toggle.active .icon-bar:nth-child(2){
  width:0;
}
.nav-toggle.active .icon-bar:nth-child(3){
  top:24px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* SITE CONTAINER */

.site-container{
  width:80%;
  margin:5%;
  padding:5%;
  background-color: #ffffff;
  font-size:16px;
  font-weight:300;
  line-height:20px;
}
.site-container p{
  margin:10px 0;
}

/* MEDIAQUERIES */





/* Slideshow container */
.bloque0 {
  margin-top: -65vh;
min-width: 100%;
position: fixed;
z-index: -1;
  height:80vh ;

  background-color: #ffc2b5;
font-family: brandon_reg;
}

.logo {width: 70%;margin-left: 40%;height: 100vh;




}
.portadaiz img {
  width: 70%;
  margin:10vh 15%;

  height:auto ;


}

.portadaiz {width: 50%;

float:right;


}
.portadader {width: 50%;

float:right;


}

.portadadertexto {
 
  line-height: 1.3;
font-size: 2vw;
right: 1%;
color:#6f2b5c  ;
text-align: left;
padding-top: 2vh;
  z-index: 1;
  margin: 20vh 0%;

}



.chalena {text-align: center;

font-size: 8vw;
color:#571845


}
.texto{
color: #6f2b5c;
font-size:3vw;
padding-left:10%;

width:80%;
text-align: justify;
padding-top: 10vh;
}


.bloque1 {height: 100vh;
  background-color: white;
 margin-top:70vh;
 width: 100%;
 position: relative;
font-family: brandon_thin;
letter-spacing: 0.8


}


@media screen and (min-width:900px){


  .nav-overlay.active{
    visibility:hidden;
    opacity:0;
  }



}

@media screen and (max-width:767px){
span{
display: none;


}

body{

  min-height:5vh;

}
footer img{
width: 80%;
height:auto;
float: right;
}
nav.navigation{
position:fixed;
margin-top: -40vh;
  height:50px;
  width: 100%;
  background-color:white;
  z-index:2;
}
.bloque0 {
  margin-top: -35vh;
min-width: 100%;
position: fixed;
z-index: -1;
  height:100vh ;

}
  .bloque1 {
 margin-top:40vh;
height: 50vh;
}
.texto {
 
  line-height: 1.2;
font-size: 4vw;

}
.portadadertexto {
 
  line-height: 1.3;
font-size: 2vw;
right: 1%;
color:#6f2b5c  ;
text-align: left;
padding-top: 2vh;
  z-index: 1;
  margin: 11vh 0%;

}
  ul.nav-menu{
    position:absolute;
    top:50px;
    width:100%;
    height:0;
    padding:0;
    overflow:hidden;
  }
  ul.nav-menu.active{
    height:auto;
  }
  ul.nav-menu li{
    width:100%;
  }
  ul.nav-menu li a{
    width:100%;
    padding:0;
    text-align:center;
    background-color:#6f2b5c;
    color: white;
    font-size: 5vw;
  }
  ul.nav-menu li a:hover{
    background-color:#1c1c1c;
  }
  .nav-toggle{
    display:block;
  }
}</pre></body></html>