html, body {
    width: 100%;
    height: 100%;
}
main {
    width: 100%;
    background-image: url(../img/LozengeBG.jpg);
}
header #back {
    position: absolute;
    right: 200px;
    top: 15px;
    z-index: 1001;
}
.link{
    color: aqua;
    font-weight: 600;
}
header #back a {
    height: 25px;
    padding-left: 22px;
    line-height: 25px;
    color: #000;
    font-size: 14px;
    font-weight: 600;    
    background: url(../img/btn_back.png) no-repeat left;
    opacity: .5;
    transition: opacity 0.5s ease 0s;
}
header #back a:hover {
    opacity: 1;
}
#inicio {
    margin: 20px auto;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
#inicio a {
    color: #42b5c9;
    transition: color 0.5s ease 0s;
}
#inicio a:hover {
    color: white;
}
section {
    background-size: cover;
    background-position: center;
    box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.2);
}
section .main {
    max-width: 1100px;    
    padding: 75px 10% 100px 10%;
    margin: auto;
    text-align: left;
}
section h1 {
    margin-bottom: 25px;
	font-family: 'Roboto Slab', serif;	
	font-size: 2.7em;
    color: #fff;
    text-shadow: 1px 1px #5f5f5f;
}
section h2 {
	font-size: 1.2em;
	font-weight: 200;
	color: #ddd;
}
section p {
	margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
	line-height: 20px;
	font-weight: 400;
    text-shadow: 1px 2px #5f5f5f;
}
article .main {
    max-width: 1000px;
    padding: 10px 10% 25px 10%;
    margin: auto;
}
article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}
.ilustra img{
    width: 100%;
    margin: 20px auto;
}
article h1 {
    margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;	
	font-size: 2.2em;
    color: #5fd2e2;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 200;
	color: #ffffff;
}
article h3 {
    margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;	
	font-size: 1.6em;
    color: white;
}
article h5 {
    margin-bottom: 10px;
    font-weight: 400;
	font-family: 'Roboto Slab', serif;	
	font-size: 0.8em;
    line-height: 18px;
    color: #969696;
}
article p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
    color: white;
}
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;
    }
}
article p.columnleft {
    width: 40%;
    margin-left: 5%;
    float: left;
}
@media screen and (max-width: 600px) {
    article p.columnleft {
        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;
}
.bulletsnormales{
    padding: 0 30px;
    margin-bottom: 20px;
    color: #ffffff;
}
.bulletsnormales li{
    list-style-type:disc;
    margin: 10px auto;
    color: #42b5c9;
    font-size: 16px;
}
.bulletsnormales p{
    color: #ffffff;
    font-size: 14px;
}
.bulletsespeciales{
    padding: 0 10px;
    margin-bottom: 20px;
    background-image: url(../img/networking.png);
    background-position: center;
    background-repeat: no-repeat;
}
.bulletsespeciales li{
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 20px 35px;
    color: #ffffff;
    font-size: 16px;
}
.numero1{
    background-image: url(../img/1coin.gif);
}
.numero2{
    background-image: url(../img/2coin.gif);
}
.numero3{
    background-image: url(../img/3coin.gif);
}
.numero4{
    background-image: url(../img/4coin.gif);
}
.numero5{
    background-image: url(../img/5coin.gif);
}
/*LIST*/
.list {
	text-align: center;
}
.list li {
	width: 45%;
    vertical-align: top;
	margin: 0 10px 30px 10px;
	padding: 20px;
	display: inline-block;
	transition: border .5s ease;
	text-align: center;
}
@media screen and (max-width: 900px) {
	.list li {
		width: 40%;
	}
}
@media screen and (max-width: 500px) {
	.list li {
		width: 70%;
	}
}
.list li.square {
	width: 200px;
    vertical-align: top;
	margin: 0 5px 30px 5px;
	display: inline-block;
	transition: border .5s ease;
	text-align: center;
    padding: 5px;
}
.list li span {
	display: block;
}
.list li img {
	margin-bottom: 15px;
}
.list li .name {
    padding: 10px;
    border-top: 1px solid #fff;
	margin-bottom: 15px;
	font-weight: 200;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
}
.list li .text {
	margin-bottom: 20px;
	font-weight: 400;
	color: #363636;
	font-size: 14px;
	font-style: italic;
}
/*BOXES*/
.boxes {
	text-align: center;
    margin-bottom: 20px;
}
.boxes li {
	width: 49%;
    vertical-align: top;
	padding: 10px;
	display: inline-block;
	background: #fff;
	transition: border .5s ease;
	text-align: center;
	cursor: pointer;
}
@media screen and (max-width: 900px) {
	.boxes li {
		width: 48%;
	}
}
@media screen and (max-width: 500px) {
	.boxes li {
		width: 95%;
	}
}
.boxes li span {
	display: block;
}
.boxes li img {
	margin-bottom: 15px;
}
.boxes li .name {
    padding: 5px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #084376;
	font-size: 18px;
	letter-spacing: 2px;
}
.boxes li .text {
	margin-bottom: 16px;
	font-weight: 400;
	color: #363636;
	font-size: 14px;
	font-style: italic;
}
/*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*/
.arrow {
    width: 50px;
    height: 50px;
    margin-left: 50%;
    display: block;
    margin-top: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #082b49;
    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;
}
/*PLAYLIST*/
#playlist {
	margin-top: 5px;
	text-align: center;
}
#playlist li {
	display: inline-block;
	margin: 5px;
}
#playlist li a {
	width: 200px;
	display: block;
	background: #a5bcbf;
	transition: background 1s ease;
}
#playlist li a:hover {
	background: #5fd2e1;
}
#playlist li a img {
	width: 100%;
	height: 140px;
	margin: 0;
}
#playlist li a span {
	display: block;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
    background-color: #082b49;
	color: #fff;
	text-align: left;
    letter-spacing: 0px;    
    transition: letter-spacing 0.5s ease;
}
#playlist li a span:hover {
	letter-spacing: 1px;	
}
/*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*/