@import 'https://fonts.googleapis.com/css?family=Rochester';
@import 'https://fonts.googleapis.com/css?family=Roboto';
@import 'https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Princess+Sofia|Satisfy';

html, body {
    width: 100%;
    height: 100%;
}
main {
    width: 100%;
}
section {
    background-size: cover;
    background-position: center;
}
section .main {
        max-width: 798px;
        padding: 75px 5% 100px 5%;
    margin: auto;
    text-align: center;
}
section h1 {
    margin-bottom: 25px;
	font-family: 'Rochester', cursive;	

	font-size: 35px;
    line-height: 52px;
    color: #fff;
}
section h1 span{
    margin-bottom: 25px;
/*	font-family: 'Rochester', cursive;	*/
    font-family: 'Satisfy', cursive;
	font-size: 110px;
    color: #f3ae07;
        font-weight: 100;
    letter-spacing: -4px;
        line-height: 100px;
}
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;
    font-family: 'Roboto', sans-serif;
}
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: 'Rochester', cursive;
        color: #f3ae07;
        text-align: center;
    font-size: 80px;
        line-height: 55px;
}
article h2 {
    margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 200;
	color: #fff;
        text-align: center;
}
article p {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 20px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
article p.column {
    width: 40%;
    margin-left: 5%;
    float: right;
    font-family: 'Roboto', sans-serif;
}
.top{
    background-image: url(../img/img_01.jpg);
}
@media screen and (max-width: 600px) {
    article p.column {
        width: 90%;
        margin: auto;
        float: none;
    }
}
blockquote {
	    width: 90%;
    margin: 30px auto;
    padding: 0 0 0 20px;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 100;
    color: #bf5858;
    border-left: #bf5858 3px solid;
    letter-spacing: 1px;
}
blockquote span {
	margin-top: 15px;
	font-family: 'Open Sans', serif;
	font-size: 16px;
    color: #fff;
}
/*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: #e81f1f;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    transition: all .5s ease;
    margin: 0 auto;
}
.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*/

/*OTROS*/
.display{
    max-width: 1110px;
    margin: auto;
}

#playlist {
	text-align: center;
    margin-bottom: 40px;
}
#playlist li {
	display: inline-block;
	margin: 10px;
    width: 190px;
	transition: background 1s ease;
    vertical-align: top;
    color:#fff;
}
#playlist li img {
	width: 100%;
	margin: 0;
}
#playlist li span {
	display: block;
	padding: 20px;
	font-size: 14px;
}
#playlist li a span em {
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	
}
/*OTROS*/
/* listas */
.list {
    width: 95%;
    margin: 0 auto;
}

.main .list ul li{
    color: red;
    list-style-type: square;
}
.list ul li{
    background: #fd6a37;
}
ul li{
   list-style-type: square;
   color: #fd6a37;
    margin-bottom: 20px;
}

ul li span {
       color: #fff;
}
/* cierra listas */

.cifra{
    font-size: 50px;
}
.sub{
    font-family: 'Rochester', cursive;
    font-weight: 600;
    color: #f3ae07;
    font-size: 34px;
}

@media screen and (max-width: 570px) {
	section h1 span {
    font-size: 60px;
    line-height: 70px;
    }
    section h1 {
    font-size: 30px;
    line-height: 27px;
    }
    article h2 {
    font-size: 1em;
    }
    article h1 {
    font-size: 45px;
    line-height: 39px;
    }
    blockquote {
    font-size: 16px;
    }
    blockquote span {
    font-size: 14px;
    }
}