/***FUENTES***/
@import url('//fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i');

/****GENERAL***/
.container {
    width: 1280px;
    max-width: 90%;
    margin: auto;
}

.container-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1280px;
    max-width: 90%;
    z-index: 5;
}

.container-absolute-logos {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1000px;
    max-width: 90%;
    z-index: 5
}

.content-section {
    width: 820px;
    max-width: 65%;
    padding-left: 120px;
    float: right;
    margin-top: -20px;
}

.content-section-logos {
    width: 100%;
    overflow: hidden
}

.fp-section.fp-table, .fp-slide.fp-table {
    overflow: hidden;
}

/***LOGO***/
.logo {
    position: fixed;
    top: 0;
    z-index: 20;
    cursor: pointer;
    width: 154px;
    max-width: 15%;
    left: 30px;
}

.logo img {
    width: 85%;
}

/***LOGIN***/
.login,
.login:visited {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #ddd;
    cursor: pointer;
    font: 14px/18px "Lato", sans-serif;
    max-width: 15%;
    padding: 10px 30px;
    position: fixed;
    right: 30px;
    top: 25px;
    z-index: 20;
    transition: 0.2s all linear;
}

.fb-sign-in-btn, .fb-sign-in-btn:visited {
    background-image: url(http://paradores.site/assets/images/facebook-sign-in-button.png);
    border-radius: 3px;
    background-size: cover;
    line-height: 40px;
    cursor: pointer;
    width: 247px;
    background-position: 0;
    position: fixed;
    right: 140px;
    top: 25px;
    z-index: 20;
    color: transparent;
}

.fb-sign-in-btn:focus,
.fb-sign-in-btn:hover,
.fb-sign-in-btn:active {
    color: transparent;
}

/***FUENTES***/
h1 {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: 4.5vmin;
    position:;
}

/* position BUG */
h1 span {
    font-weight: 600
}

h1 span.big {
    font-weight: 600;
    padding-top: 40px;
    display: inline-block;
}

.info {
    color: #769aa6;
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    right: 0;
    text-align: right;
    text-shadow: none;
    width: 100%;
}

.author {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    margin-top: 30px;
    overflow: hidden
}

.author span {
    display: inline-block;
    float: left;
    line-height: 50px
}

#section0 h1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

#section0 h1 span.big {
    display: inline-block;
    font-size: 70px;
    font-weight: 600;
    padding-top: 0;
}

#section0 .sub-title {
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    width: 762px;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
}

#section6 h1 {
    font-size: 50px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    line-height: 60px
}

/****COLORS****/
.blue {
    color: #507880
}

.l-blue {
    color: rgba(118, 154, 166, 0.5)
}

.white {
    color: #ffffff;
}

.l-white {
    color: rgba(255, 255, 255, 0.5)
}

/***BACKGROUNDS***/
#section0 {
    background-image: url(http://paradores.site/assets/images/home/bg_00.jpg);
    background-size: cover;
}

#section1 {
    background-image: url(http://paradores.site/assets/images/home/bg_01.jpg);
    background-size: cover;
    background-position: 100%
}

#section3 {
    background-image: url(http://paradores.site/assets/images/home/bg_03.jpg);
    background-size: cover;
    background-position: 100%
}

#section5 {
    background-image: url(http://paradores.site/assets/images/home/bg_05.jpg);
    background-size: cover;
    background-position: 100%
}

#section6 { /*background-image: url(http://paradores.site/assets/images/home/bg_06.jpg);*/
    background-size: cover;
}

/****BUTTOMS****/

.button {
    cursor: pointer;
    display: inline-block;
    padding: 0 20px;
    height: 30px;
    line-height: 28px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    background-color: #0099e5;
    border: 1px solid #0088cc;
    text-shadow: 0px 1px 0px #0088cc;
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    min-width: 250px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    position: relative;
    outline: none
}

.button:hover {
    background-color: #00aaff;
    border: 1px solid #00aaff;
}

.button.size {
    min-width: 200px
}

.button.size.left {
    float: left;
}

.button.size.right {
    float: right;
}

a:hover, a:focus {
    color: #ffffff;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}

/****NAVIGATION*****/
#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: rgba(255, 255, 255, 0.6);
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/****CONTENT****/
.action {
    margin-top: 20px;
    text-align: left;
    width: auto;
    display: block;
    width: 100%;
}

#section0 .action {
    text-align: center;
    margin-top: 30px
}

#section4 .action {
    text-align: center;
    margin-top: 60px
}

#section6 .action {
    text-align: center;
    margin-top: 30px
}

/****QUOTE*****/
.quote-ctn {
    position: relative;
}

.quotetop {
    font-family: "Arial", sans-serif !important;
    position: absolute;
    line-height: 0;
    font-size: 25vmin;
    left: -5px;
    position: absolute;
    text-align: left;
    top: 18px;
    font-weight: 300 !important
}

.quotebuttom {
    bottom: -56px;
    display: inline;
    font-family: "Arial", sans-serif !important;
    font-size: 25vmin;
    font-weight: 300 !important;
    line-height: 0;
    margin-left: 10px;
    margin-top: 77px;
    position: absolute;
}

.img-quote {
    float: left;
    margin-left: 10px;
    width: 120px;
}

.img-quote img {
    width: 100%
}

.img-quote2 {
    float: left;
    margin-left: 10px;
    width: 160px;
}

.img-quote2 img {
    width: 100%
}

/****LOGOS BRANDS****/
.logo-ctn {
    width: 20%;
    float: left;
    max-width: 200px;
    padding-bottom: 20px;
}

.logo-ctn img {
    width: 100%;
}

#section4 .action {
    text-align: center
}

#section4 h1 {
    padding-bottom: 40px;
}

/***ALIGN***/
.text-center {
    text-align: center !important
}

/****VIDEO****/
.video-slide {
    background-color: black;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

/***FOOTER***/

footer {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    z-index: 5;
    width: 100%
}

footer ul {
    overflow: hidden;
    list-style: none;
    margin: 20px auto 10px;
    width: 160px
}

footer ul li {
    float: left;
    margin-right: 15px;
}

footer ul li a {
    color: rgba(255, 255, 255, .8);
    font-size: 20px;
    cursor: pointer;
    transition: 0.2s all linear
}

footer.brand-footer ul li a {
    color: rgba(30, 30, 30, .8);
}

footer ul li a:hover {
    opacity: 0.5;
}

footer p {
    color: rgba(255, 255, 255, .8);
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 12px;
}

footer p a {
    color: rgba(255, 255, 255, .8);
    transition: 0.2s all linear;
}

footer.brand-footer p {
    color: rgba(30, 30, 30, .8);
}

footer.brand-footer p a {
    color: rgba(30, 30, 30, .8);
}

footer p a:hover {
    text-decoration: underline
}

footer .join-us {
    background-color: #1e1e1e;
    padding: 5px;
}

@media (max-width: 1200px) {

    /****FUENTES****/
    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    /****BACKGROUNDS****/
    #section5 {
        background-image: url(http://paradores.site/assets/images/home/bg_05.jpg);
        background-size: cover;
        background-position: 45% 100%
    }

    /****QUOTE*/
    .quotebuttom {
        bottom: -30px;
    }

}

@media (max-width: 1280px) {

    /****QUOTE****/
    .quotebuttom {
        bottom: -44px
    }

}

@media (max-width: 980px) {

    /****CONTENT*****/
    .content-section {
        margin-top: -20px;
        max-width: 75%;
        padding-left: 60px;
        width: 820px;
    }

}

@media (max-width: 800px) {

    /****CONTENT****/
    .content-section {
        float: none;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        max-width: 95%;
        padding-left: 0;
        width: 820px;
    }

    #section0 .sub-title {
        width: auto
    }
}

@media only screen and (max-width: 450px) {

    /****GENERAL****/
    .logo {
        width: 250px;
        max-width: 20%;
    }

    .logo img {
        width: 100%
    }

    /****CONTENT****/
    .content-section {
        width: 820px;
        max-width: 85%;
        padding-left: 50PX;
    }

    /****FUENTES***/
    h1 {
        font-size: 35px;
        line-height: 45px;
    }

    #section6 h1 {
        font-size: 50px;
        line-height: 60px;
    }

    #section0 h1 {
        font-size: 90px;
        line-height: 90px;
    }

    #section0 .sub-title {
        font-size: 22px !important
    }

    /*****BACKGROUNDS****/
    #section1 {
        background-position: 100% 100%;
    }

    #section3 {
        background-position: 85% 100%;
    }

    #section5 {
        background-position: 45% 100%;
    }

    /****QUOTE****/
    .quotebuttom {
        bottom: -55px;
    }

    /*****REGISTER****/
    #section0 {
        background-position: 65% -50%
    }

    #section0 .sub-title {
        font-size: 48px;
        width: 100%;
    }

    .button.size {
        line-height: 120px;
        height: 120px;
        font-size: 45px;
        margin-bottom: 30px;
        width: 100%
    }

    #section0 .action {
        margin-top: 60px;
    }

    /****BRANDS LOGOS****/
    .logo-ctn {
        max-width: 100%;
        width: 33.3333%;
    }

    .container-absolute-logos {
        max-width: 65%
    }

    .button {
        line-height: 120px;
        height: 120px;
        font-size: 45px;
    }

    /****FOOTER***/
    footer {
        font-size: 24px
    }

    footer ul {
        width: 220px;
    }

    footer ul li a {
        font-size: 50px
    }

    footer p {
        font-size: 24px
    }

}

@media (max-device-width: 480px) and (orientation: portrait) {
    #fp-nav.right {
        right: 0px;
    }

    /****GENERAL****/
    .logo {
        width: 250px;
        max-width: 20%;
        left: 15px;
    }

    .logo img {
        width: 100%
    }

    .logo.position {
        left: 10px;
    }

    /****CONTENT****/
    .content-section {
        width: 820px;
        max-width: 96%;
        padding-left: 0px;
        float: none;
        margin: auto;
    }

    #section4 .action {
        text-align: center;
        margin-top: 0px;
    }

    #section4 h1 {
        padding-bottom: 20px;
    }

    #section6 .action {
        margin-top: 30px;
    }

    /****FUENTES***/
    h1 {
        font-size: 20px;
        line-height: 25px;
    }

    #section6 h1 {
        font-size: 24px;
        line-height: 30px;
    }

    #section0 h1 {
        font-size: 78px;
        line-height: 95px;
    }

    #section0 h1 span.big {
        font-size: 85px;
    }

    h1 span.big {
        padding-top: 5px;
    }

    /*****BACKGROUNDS****/
    #section1 {
        background-position: 100% 100%;
    }

    #section3 {
        background-position: 85% 100%;
    }

    #section5 {
        background-position: 45% 100%;
    }

    /****QUOTE****/
    .quotebuttom {
        bottom: -18px;
        font-size: 100px;
        margin-left: 0px;
    }

    .quotetop {
        top: 12px;
        font-size: 100px;
    }

    .author {
        font-size: 16px;
        line-height: 34px
    }

    .img-quote {
        width: 95px;
    }

    .img-quote2 {
        width: 120px;
    }

    /*****REGISTER****/
    #section0 {
        background-position: 65% -50%
    }

    #section0 .sub-title {
        font-size: 48px;
        width: 100%;
    }

    .button.size {
        line-height: 120px;
        height: 120px;
        font-size: 45px;
        margin-bottom: 30px;
        width: 100%
    }

    #section0 .action {
        margin-top: 60px;
    }

    /****BRANDS LOGOS****/
    .logo-ctn {
        max-width: 100%;
        width: 33.3333%;
    }

    .container-absolute-logos {
        max-width: 65%
    }

    .button {
        line-height: 50px;
        height: 50px;
        font-size: 15px;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .login, .login:visited {
        height: 100px;
        font-size: 45px;
        line-height: 72px;
        padding-left: 40px;
        padding-right: 40px;
        width: auto;
        max-width: 226px;
        top: 60px;
    }

    .login-size {
        height: 38px !important;
        font-size: 16px !important;
        line-height: 15px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: auto !important;
        max-width: 100% !important;
        top: 22px !important;
        right: 12px !important;
    }

    .info {
        line-height: 30px;
        color: #ffffff;
        font-size: 12px
    }

    /****FOOTER***/
    footer {
        font-size: 24px
    }

    footer ul {
        width: 168px;
    }

    #section0 footer ul li a {
        font-size: 60px
    }

    #section0 footer ul {
        width: 230px
    }

    #section0 footer p {
        font-size: 24px
    }

    footer p {
        font-size: 12px
    }

    footer ul li a {
        font-size: 25px;
    }

}

@media (max-device-width: 736px) and (orientation: landscape) {
    #fp-nav.right {
        right: 0px;
    }

    /****GENERAL****/
    .logo {
        width: 250px;
        max-width: 12%;
    }

    .logo img {
        width: 100%
    }

    .logo.position {
        left: 20px;
    }

    /****CONTENT****/
    .content-section {
        width: 820px;
        max-width: 85%;
        padding-left: 60px;
    }

    #section6 .action {
        margin-top: 0px;
        padding-bottom: 60px;
    }

    /****FUENTES***/
    h1 {
        font-size: 18px;
        line-height: 22px;
    }

    #section6 h1 {
        font-size: 25px;
        line-height: 30px;
    }

    #section0 h1 {
        font-size: 40px;
        line-height: 50px;
    }

    #section0 h1 span.big {
        font-size: 50px;
    }

    h1 span.big {
        padding-top: 10px;
    }

    /*****BACKGROUNDS****/
    #section1 {
        background-position: 100% 100%;
    }

    #section3 {
        background-position: 85% 100%;
    }

    #section5 {
        background-position: 45% 100%;
    }

    #section4 .action {
        margin-top: 20px;
    }

    #section4 h1 {
        padding-bottom: 0px;
    }

    /****QUOTE****/
    .quotebuttom {
        bottom: -34px;
        font-size: 90px;
        margin-left: 0px;
    }

    .quotetop {
        top: 12px;
        font-size: 90px;
    }

    .img-quote {
        width: 65px;
    }

    .img-quote2 {
        width: 90px;
    }

    .author {
        font-size: 16px;
        line-height: 34px;
        margin-top: 10px;
    }

    .author span {
        line-height: 40px
    }

    /*****REGISTER****/
    #section0 .sub-title {
        font-size: 30px;
        width: 100%;
    }

    .button.size {
        line-height: 60px;
        height: 60px;
        font-size: 20px;
        margin-bottom: 30px;
        width: 30%
    }

    #section0 .action {
        margin-top: 30px;
    }

    /****BRANDS LOGOS****/
    .logo-ctn {
        max-width: 100%;
        width: 20%;
        padding-bottom: 10px;
    }

    .container-absolute-logos {
        max-width: 65%;
        margin-top: -20px;
    }

    .button {
        line-height: 50px;
        height: 50px;
        font-size: 14px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .login, .login:visited {
        height: 50px;
        font-size: 20px;
        line-height: 26px;
        padding-left: 25px;
        padding-right: 25px;
        width: auto;
        max-width: 100%;
        top: 30px;
    }

    .login-size {
        height: 33px !important;
        font-size: 14px !important;
        line-height: 12px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        width: auto !important;
        max-width: 100% !important;
        top: 20px !important;
        right: 19px !important;
    }

    .info {
        line-height: 30px;
        color: #ffffff;
        font-size: 12px;
    }

    /****FOOTER***/
    footer {
        font-size: 24px
    }

    footer ul {
        width: 160px;
    }

    footer ul li a {
        font-size: 25px
    }

    footer p {
        font-size: 12px
    }

    #section6 footer ul li a {
        font-size: 20px
    }

    #section0 p {
        font-size: 16px
    }
}

.js-elements {
    opacity: 0;
}

.popupLoader {
    background-color: #111111;
    width: 100%;
    height: 100%;
    z-index: 21;
    display: none;
    left: 0;
    top: 0;
    opacity: 0;
    position: fixed;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.css-loader-circle {
    z-index: 2;
    border: 5px solid #fff;
    border-radius: 40px;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}