<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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:#fff;
}


/* Default Link Color */

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

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


/* Default Icon Color */

.icon i, i {
    color:#ff0000;
}


/*------------------------------------------------------------------------------------------*/
/* 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: #7c0202;
    border-color: #7c0202;
}    



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


/* Primary Background and Text Colors */

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

.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:#480000;
}

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

/* Secondary Icon Colors */

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



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


/* Banner Background and Text Colors */

#banner, #dofollow-contact {
    background: url("../images/nacional-portada.jpg") no-repeat center top;
    background-size:cover;
}

#dofollow-contact {
    background: #ff0000;
}


/* Banner Icon Color */

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



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


body {
    font-family: 'rocafort-Light', sans-serif, Arial, Helvetica;
    font-size:14px; 
    font-weight:normal;
    color:#ffffff;
    background: #ff0000;
}

/* Logo, if you are using Fonts as Logo and not image */

#logo h1 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

#logo h2 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}


/* Banner Typography */

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

#banner h6 {
    font-family: 'rocafort-Bold', sans-serif, Arial, Helvetica;
    font-size: 78px;
    font-weight: 800;
    color: #ff0000;
    line-height: 1em;
    letter-spacing: -1px;
    padding-bottom: 0;
}

#banner h1 {
    font-family: 'rocafort-Light', sans-serif, Arial, Helvetica;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1.1em;
    padding: 0 0 0 0;
    font-size: 77px;
}


/* Section Title and Subtitle */

.section-title {
    font-family: 'rocafort-Light', sans-serif, Arial, Helvetica;
    font-size: 50px;
    color: #ffffff;
    padding-bottom: 5px;
    line-height: 1.2em;
    letter-spacing: -1px;
}

.section-subtitle {
    font-family: 'rocafort-Light', sans-serif, Arial, Helvetica;
    font-size: 50px;
    font-weight: 300;
    color: #666666;
    letter-spacing: -1px;
    line-height: 1.2em;
    padding-bottom: 50px;
}

/* Segundo modulo */

#about h4 {
    color: #fff;
    line-height: 1.1em;
    padding-bottom: 10px;
}



/* Standard Headings h1-h6 */

h1 {
    font-family: 'rocafort-Light', sans-serif, Arial, Helvetica;
    font-size: 40px; 
    font-weight:300;
    color:#333;
}

h2 {
    font-family: 'rocafort-Light', sans-serif, Arial, Helvetica;
    font-size: 51px; 
    font-weight:300;
    color:#ffffff;
}

h3 {
    font-family: 'rocafort-Light', sans-serif, Arial, Helvetica;
    font-size: 30px; 
    font-weight:300;
    color:#ff7b00;
}

h4 {
    font-family: 'rocafort-bold', sans-serif, Arial, Helvetica;
    font-size: 30px; 
    font-weight:400;
    color:#ff7b00;
}

h5 {
    font-family: 'rocafort-Light', sans-serif, Arial, Helvetica;
    font-size: 16px; 
    font-weight:400;
    color:#333;
}

h6 {
    font-family: 'rocafort-Light', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:400;
    color:#333;
}


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

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


/* Button Text */

.button, input[type="submit"] {
    font-family: 'rocafort-DemiBold', sans-serif, Arial, Helvetica;
    font-size: 35px;
    color:#fff;
    letter-spacing: -1px;
}


/* Button Color */

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

.button i {
    color:#bddd0c;
}

/* Button Hover Color */

.button:hover, input[type="submit"]:hover {
    background:none;
} 

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


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


/* Button Text */

#banner .button {
    font-family: 'rocafort-Light', sans-serif, Arial, Helvetica;
    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:#bddd0c;
    border-color:#fff;
}


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

.banner-parallax-1 {
    background:url("../images/informacion.jpg") no-repeat center center #222222;
    height: 500px !important;
    background-size: cover;
    position: relative;
    display: block;
}

.banner-parallax-2 {
    background:url("../images/requisitos.jpg") no-repeat center center #222222;
    height: 920px !important;
    background-size: cover;
    position: relative;
    display: block;
}

.banner-parallax-2 .row {
    padding: 35px 0;
}

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

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

#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'rocafort-Medium', sans-serif, Arial, Helvetica;
    font-size:16px;
    font-weight:300;
    color:#ffffff;
}

#landing-footer p#copyright {
    padding: 0 0 20px;
}

#landing-footer a {
    cursor: pointer;
    font-size: 16px;
}

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

/* Footer Icon Color */

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





</pre></body></html>