html, {
    width: 100%;
    height: 100%;
}
nav {
    height: 60px;
    position: absolute;
    right: 140px;
}
nav li {
    display: inline-block;
}
nav li a {
    margin-left: 15px;
    display: block;
	font-family: 'Roboto Slab', sans-serif;    
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 60px;
    opacity: .5;
    transition: opacity 0.5s ease 0s;    
}
nav li a:hover, nav li a:visited {
    opacity: 1;
    text-decoration: none !important;
}
@media screen and (max-width: 750px) {
    nav {
        display: none !important;
    }
}
main {
    position: relative;
    width: 100%;
    z-index: 5;
}
section {;
    /*background-size: cover;
    background-position: center;*/
}
section .main {
    max-width: 1100px;    
    padding: 75px 10% 100px 10%;
    margin: auto;
    text-align: left;
}

section h1.titulo {
    margin-bottom: 30px;
	font-family: 'Kanit', sans-serif;
    font-weight: 800;
	font-size: 7em;
    line-height: 0.9em;
    color: #fff;
    text-align: center;
}

section h1.titulo span{
	font-size: 1.5em;
    line-height: 0.8em;
}

section h2.sub {
	font-size: 1.2em;
	font-weight: 600;
	color: white;
    text-align: center;
}
section p {
	margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
article .main {
    max-width: 1000px;
    padding: 40px 10% 25px 10%;
    margin: auto;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
article h1 {
    margin-bottom: 10px;
	font-family: 'Kanit', sans-serif;	
	font-size: 2.2em;
    color: white;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 600;
	color: white;
}
article p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
article ul{
    padding: 20px;
}

article li {
    font-size: 14px;
    color:white;
    list-style:disc;
}

article p.column {
    width: 40%;
    margin-left: 5%;
    float: right;
}
@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: 'Roboto Slab', serif;
    font-size: 24px;
    font-weight: 600;	
    border-left: #4a4a4a 10px solid;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-size: 16px;
    color: #ccc;
}
/*SLIDER*/
.slider {
    margin: 0 auto;
    margin-bottom: 70px;
    width: 100%;
    height: 500px;
    position: relative;
}
.slider .controls {
    width: 100%;
    height: 90%;
    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: #ffffff;
    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: 50%;
    height: 85%;
    margin: 20px auto;
    margin-bottom: 15px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}
.slider .items .item p {
    width: 70vw;
    margin:0 auto;
	color: #fff;	
    font-size: 0.8em;
    line-height: 15px;
    font-weight: 400;
    text-align: center;
    
}
/*SLIDER*/
/*OTROS*/
.arrow {
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
    margin-top: 20px;/*
    border-radius: 50%;*/
    background-image: url(../img/burbuja.gif);
    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*/
/*ANIMATION*/
@keyframes animationFrames{
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-moz-keyframes animationFrames{
  0% {
    opacity:0;
    background-size: 120%; 
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%;  
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }    
  100% {
    opacity:1;
    background-size: 100%;
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%; 
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}

@-ms-keyframes animationFrames {
  0% {
    opacity:0;
    background-size: 120%;
  }
  10% {
    opacity:1;  
    background-size: 120%;
  }
  100% {
    opacity:1;
    background-size: 100%;
  }
}
/*ANIMATION*/



/*--------GRAFICO-------*/

.mobile_view {
    display: none;
}

.desktop_view,
.mobile_view {
    margin: 15px;
    0;
}

.desktop_view .wrapper {
    width: 590px;
    height: 690px;
    overflow: hidden;
}

.imageFull {
    width: 100%;
}

.mobile_view .wrapper {
    height: 400px;
    overflow: hidden;
}


/*  MEDIA QUERY AJUSTES MOBILE  */


@media (max-width: 1000px) {
    .slider .items .item .image {
    width: 80%;
}


@media (max-width: 600px) {
    .mobile_view {
        display: block;
    }
    .desktop_view {
        display: none;
    }
    
    section h1.titulo {
    margin-bottom: 25px;
	font-weight: 800;
	font-size: 4.5em;
    line-height: 0.9em;
    letter-spacing: -0.05em;
    }
    
    section h1.titulo span{
	font-size: 1.4em;
    line-height: 1em;
}
    
    .slider .items .item .image {
    width: 100%;
    
}

article .main a {
    text-decoration: none;
    color: white;
    font-weight: 600;
}

#section03-content .main div {
    margin-bottom: 60px;
}


@media (max-width: 400px) {
   article .main {
    padding: 40px 5% 25px 5%;
} 
    
}




