/* doFollow Landing Page Dynamic Style Index

1. Website Default Styling
2. Navigation
3. Primary and Secondary Colors
4. Banner
5. Typography
6. Buttons
7. Parallax Elements
8. Footer


/*------------------------------------------------------------------------------------------*/
/* 1. Website Default Styling */
/*------------------------------------------------------------------------------------------*/


body {
    background:#96822a;
}


/* Default Link Color */

a, .la-ball-scale-pulse {
    color:#20c3b2;
}

a:hover, #header.nav-solid nav a:hover, .team-member a:hover i  {
    color:#20c3b2;
}


/* Default Icon Color */

.icon i, i {
    color:#20c3b2;
}


/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/


/* Transparent Navigation Color on a Banner */

#header nav a, #header i {
    color:#fff;
}


/* Navigation Colors when the Navigation is sticky and solid */

#header.nav-solid, #header.nav-solid a, #header.nav-solid i, #nav-mobile ul li a {
    color:#ffffff;
}


/* Navigation Active State */

#header.nav-solid .active {
    color: #20c3b2;
    border-color: #20c3b2;
}



/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/


/* Primary Background and Text Colors */

.primary-color, .featured .pricing {
    background-color:#96822a;
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing {
    color:#fff;
}


/* Primary Icon Colors */

.primary-color .icon i, .primary-color i {
    color:#fff;
}


/* Secondary Background and Text Colors */

.secondary-color {
    background-color:#f5f5f5;
}

.secondary-color, .secondary-color .section-title, .secondary-color .section-subtitle  {
    color:#333;
}

/* Secondary Icon Colors */

.secondary-color .icon i, .secondary-color i {
    color:#f9aa5c;
}

.black {
    background-color:#000000;
}



/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/


/* Banner Background and Text Colors */

#banner {
    background: url("../images/mexico_header.jpg") no-repeat center top;
    background-size:cover;
    position: relative;
    padding-bottom: 100px;
}

#dofollow-contact .signup.btm {
    background-color: #1e1a08 !important;
    padding-top: 25px;
}

/* Banner Icon Color */

#banner i, #banner a i, .play-icon {
    color: #fff;
}



/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/


body {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:normal;
    color:#333;
}


/* Banner Typography */

#banner, #dofollow-contact {
    color: #fff;
}

#banner h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 55px;
    line-height: 1em;
    font-weight: 800;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

#banner h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    font-weight: 300;
    color: #ffffff;
    padding: 0 0 15px;
    margin: 0;
}


/* Section Title and Subtitle */

.section-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1em;
    margin: 0;
    padding: 0;
}

.section-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.2em;
    padding-bottom: 50px;
    width: 95%;
    margin: 0 auto;
    color: #ffffff;
}

/* Testimonial */

.testimonial q {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight:300;
    color:#333;
}

/* Pricing Table */

.pricing-block-content {
    color:#333;
}

/* Standard Headings h1-h6 */

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 65px;
    font-weight: 800;
    color: #ffffff;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    font-weight:300;
    color:#333;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #ffffff;
    padding: 0;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight:400;
    color:#333;
}

h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight:400;
    color:#333;
}

h6 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight:400;
    color:#333;
}


/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

/* ----------Default Buttons---------- */


/* Button Text */

input[type="submit"] {
    font-family: 'Open Sans', sans-serif;
    font-size: 33px;
    font-weight: 900;
    color:#ffffff;
    line-height: 1em;
    margin-bottom: 0;
}

.signup .ultimo input[disabled] {
    opacity: 0.4;
}

.signup .ultimo input[disabled]:hover {
    background-color: transparent;
}

.button {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1em;
    padding: 8px 40px;
    border-radius: 9px;
}


/* Button Color */

.button, input[type="submit"] {
    background:#96822a;
    border-color:#96822a;
}



/* Button Hover Color */

.button:hover, input[type="submit"]:hover {
    background: #96822a;
    opacity: 0.75;
}

.button:hover, .button:hover i,  input[type="submit"]:hover {
    color:#ffffff;
}


/* ----------Banner Buttons---------- */


/* Button Text */

#banner .button {
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    font-weight:normal;
    color:#fff;
}


/* Button Color */

#banner .button, #dofollow-contact .button {
    background:none;
    border-color:#fff;
}

.button i, #dofollow-contact .button i {
    color:#fff;
}


/* Button Hover Color */

#banner .button:hover, #dofollow-contact .button:hover {
    background:#fff;
}

#banner .button:hover, #banner .button:hover i,  #dofollow-contact .button:hover, #dofollow-contact .button:hover i {
    color:#f9aa5c;
    border-color:#fff;
}


/*------------------------------------------------------------------------------------------*/
/* 7. Parallax */
/*------------------------------------------------------------------------------------------*/

.banner-parallax-2 {
    background: url("../images/background_seccion_1.jpg") no-repeat center top #222222;
    background-size: cover;
    position: relative;
    display: block;
}

.banner-parallax-3 {
    background:url("../images/background_seccion_2.jpg") no-repeat center center #222222;
    background-size: cover;
    position: relative;
    display: block;
}

/*------------------------------------------------------------------------------------------*/
/* 8. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer {
    background-color: #000000;
}

#landing-footer, #landing-footer p, #landing-footer a {
    font-size:16px;
    font-weight:400;
    color:#ffffff;
}

#landing-footer a:hover {
    opacity: 0.65;
    text-decoration: underline;
}

/* Footer Icon Color */

#landing-footer i {
    color: #999;
}
