    html,
    body {
        width: 100%;
        height: 100%;
    }
    
    main {
        width: 100%;
        background-color: #2c2c2c;
    }
    
    section {
        width: 100%;
        background-size: cover;
        background-position: center;
    }
    
    section .main {
        max-width: 1100px;
        padding: 50px 10% 100px 10%;
        margin: auto;
        text-align: left;
    }
    
    section h1 {
        text-align: center;
        font-family: 'Pacifico', cursive;
        font-size: 6em;
        color: #fff;
    }
    
    section h2 {
        text-align: center;
        margin-bottom: 10px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        font-size: 4em;
        line-height: 1.2em;
        color: #fff;
    }
    
    section h3 {
        text-align: center;
        /*margin-bottom: 5px;*/
        font-family: 'Pacifico', cursive;
        font-size: 3em;
        color: #fff;
    }
    
    section p {
        text-align: center;
        margin-bottom: 25px;
        color: #fff;
        font-size: 22px;
        line-height: 25px;
        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: 'Pacifico', cursive;
        font-size: 2.2em;
        color: #95c11e;
    }
    
    article h2 {
        margin-bottom: 15px;
        font-size: 1.2em;
        font-weight: 200;
        color: #b2b2b2;
    }
    
    article p {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        margin-bottom: 20px;
        color: white;
    }
    
    article p a {
        color: #95c11e;
        text-decoration: none;
    }
    
    article p.column {
        width: 40%;
        margin-left: 5%;
        float: right;
    }
    
    .par {
        margin-bottom: 20px;
    }
    
    .atraccion {
        width: 48%;
        height: 425px;
        padding: 15px;
        background-color: #5a6441;
        border-radius: 5px;
        display: inline-block;
        overflow: auto;
    }
    
    .atraccion p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.3px;
    }
    
    .atraccion p span {
        font-weight: 600;
    }
    
    article p.column2 {
        width: 100%;
        margin-bottom: 5%;
    }
    
    @media screen and (max-width: 700px) {
        .atraccion {
            width: 100%;
            margin-bottom: 20px;
        }
        section h1 {
            font-size: 4em;
        }
        section h2 {
            font-size: 2em;
        }
    }
    
    @media screen and (max-width: 600px) {
        article p.column {
            width: 90%;
            margin: auto;
            float: none;
        }
    }
    
    @media screen and (max-width: 400px) {
        section h1 {
            font-size: 3em;
            line-height: 1.2em;
            margin-bottom: 20px;
        }
        section h2 {
            font-size: 1.5em;
        }
        section p {
            font-size: 18px;
            line-height: 20px;
        }
    }
    
    blockquote {
        width: 80%;
        margin: 30px auto;
        padding: 0 0 0 20px;
        font-style: italic;
        font-family: 'Roboto Slab', serif;
        font-size: 18px;
        font-weight: 600;
        color: #808080;
        border-left: #95c11e 10px solid;
    }
    
    blockquote span {
        margin-top: 15px;
        font-family: 'Open Sans', serif;
        font-size: 16px;
        color: #95c11e;
    }
    
    .puntos li {
        color: #f7c700;
        list-style: square;
        /*list-style: url("../img/micro_hoja.png")*/
        ;
        list-style-position: inside;
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .puntos li span {
        color: #fff;
    }
    
    .puntos li a:link {
        color: #95c11e;
        text-decoration: none;
        font-weight: 600;
    }
    
    a:visited {
        color: #95c11e;
        text-decoration: none;
    }
    /*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: 0 auto;
        margin-top: 20px;
        /*border-radius: 50%;*/
        /*background-color: #000;
    background-size: 20px;*/
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/esfera.png);
        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*/