html,
body {
    width: 100%;
    height: 100%;
}

.embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 30px;
}

.embed iframe,
.embed object,
.embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main {
    width: 100%;
}

section {
    background-size: cover;
    background-position: center;
}

section .main {
    max-width: 1100px;
    padding: 75px 10% 100px 10%;
    margin: 0 auto;
    text-align: left;
    
}

#intro {
    /*background: #009FE3;*/
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../img/fondo_nuevo.jpg);
    /*background-image: url(../svg/blue-bg.svg);*/
    background-size: cover;
    /* background-position: center;*/
    background-repeat: no-repeat;
}

#intro .main {
    margin: 0 auto;
    padding: 55px 5% 50px 5%;
}

#intro .main .p_intro {
    width: 30%;
}

#intro .main p {
    font-size: 16px;
    font-weight: 600;
}

#intro a {
    margin: 0 auto;
}

section h1 {
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    font-size: 4em;
    font-weight: 500;
    line-height: 0.9em;
    color: #fff;
}

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

article .main {
    max-width: 800px;
    padding: 40px 10px 25px 10px;
    margin: auto;
}

article img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px 0;
}

article h1 {
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.2em;
    color: #fff;
}

article h2 {
    margin-bottom: 15px;
    font-size: 2em;
    font-weight: 600;
    color: #52c317;
}

article p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

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;
    }
    #intro .main h1 {
        font-size: 45px;
        line-height: 1.2em;
    }
    #intro .main {
        width: 100%;
        margin: 0 auto;
        padding: 75px 10% 10px 10%;
    }
    #intro .main .p_intro {
        width: 100%;
    }
    #intro .main p {
        font-size: 16px;
        font-weight: 600;
    }
}


/*---------------*/

.par {
    margin-bottom: 20px;
}

.atraccion {
    width: 48%;
    height: 425px;
    padding: 15px;
    background-color: #3798cb;
    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;
    }
}


/*---------------*/

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 {
    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*/

section .intro {}


/*OTROS*/

.arrow {
    width: 100px;
    height: 100px;
    display: block;
    margin: 20 auto 0 auto;
    border-radius: 50%;
    background-color: #0fb1f7;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .6;
    transition: all .5s ease;
}

.arrow.down {
    background-image: url(../svg/arrow_down.svg);
}

.arrow:hover {
    opacity: 1;
}


/*OTROS*/