/*
Theme Name: Corfo
Theme URI: http://corfo.cl
Description:
Author: Corfo
Version: 2.0
*/
/* Colors */
/* Common Typography */

html {
    overflow-x: hidden;
}

body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

@media print {
    body {
        color: #48525d !important;
    }
}

ul {
    margin: 0;
    padding: 0;
}

/** Sizes **/

.text {
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .text {
        font-size: 16px;
    }
}

.title {
    font-size: 28px;
}

/* Links */
a {
    transition: 0.2s linear all;
}

a:hover {
    text-decoration: none;
}

.btn {
    font-weight: 700;
    background: #ffffff;
    font-size: 14px;
    padding: 10px 34px;
    border-radius: 20px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}

@media print {
    .btn {
        box-shadow: none;
    }
}

.btn-red {
    background: #ea3b44;
    color: #ffffff;
}

.btn-red:hover {
    background: #ffffff !important;
    color: #ea3b44 !important;
}

/*cambio*/

/*cambio*/

/*cambio*/

/* Media Queries */
/* Form */

/* Styles */
@media print {
    header {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    header .logo {
        background-size: contain;
    }

    header .logo img {
        width: 159px;
    }
}

@media only screen and (max-width: 350px) {
    header .logo img {
        width: 100%;
    }
}

header .burger {
    display: none;
}

@media only screen and (max-width: 992px) {
    header .burger {
        display: block;
        float: right;
        margin-top: 20px;
    }
}

header nav {
    margin-top: 20px;
    display: block;
}

@media only screen and (max-width: 992px) {
    header nav {
        display: none;
        position: absolute;
        width: 100%;
        background: #0062ab;
        top: 51px;
        left: 0;
        z-index: 1;
    }
}

@media only screen and (max-width: 767px) {
    header nav {
        width: 172%;
        left: -72%;
    }
}

header nav ul {
    float: right;
    margin-top: 7px;
}

@media only screen and (max-width: 992px) {
    header nav ul {
        text-align: center;
        border-bottom: 10px solid #002845;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
        width: 100%;
    }
}

header nav ul li {
    display: inline-block;
    margin-right: 15px;
}

@media only screen and (min-width: 767px) and (max-width: 768px) {
    header nav ul li {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 992px) {
    header nav ul li {
        display: block;
        margin-right: 0;
        border-bottom: 1px solid #ffffff;
    }
}

header nav ul li:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 992px) {
    header nav ul li:last-child {
        border-bottom: none;
    }
}

header nav ul li a {
    font-size: 14px!important;
    font-size: 16px;
    text-transform: uppercase;
    color: #48525d;
}

@media only screen and (max-width: 992px) {
    header nav ul li a {
        font-size: 18px;
        color: #ffffff;
        display: block;
        padding: 15px 0;
    }
}

header nav ul li a.active {
    border-bottom: 4px solid #40abfc;
    padding-bottom: 5px;
}

@media only screen and (max-width: 992px) {
    header nav ul li a.active {
        border-bottom: none;
        padding-bottom: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    header nav ul li a {
        font-size: 13px !important;
    }

    header nav ul li {
        margin-right: 5px;
    }
}

.hero-video {
    margin-top: 20px;
    position: relative;
}

.hero-video img {
    max-width: 100%;
    min-width: 100%;
}

footer {
    padding: 40px 0 0 0;
    background-color: #ffffff;
}

@media print {
    footer {
        display: none;
    }
}

@media only screen and (min-width: 767px) and (max-width: 768px) {
    footer img.logogob {
        width: 80%;
    }
}

footer .bottom-footer {
    /*margin-top: 40px;*/
}

footer .social-footer ul {
    float: left;
}

footer .social-footer ul li {
    display: inline-block;
}

footer .social-footer ul li img {
    width: 42px;
    margin-left: 5px;
}

@media (min-width: 768px) {
    footer .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    footer .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    footer .container {
        width: 1170px;
    }
}

/* Programas */

.others {
    display: none;
}

.territory {
    display: none;
}

/* Ficha */

.open {
    background: #48525d;
    padding: 40px 0;
    margin-bottom: 40px;
}

.open h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .open h3 {
        font-size: 21px;
    }
}

/* Espacio Colaborativo */

.studies {
    padding: 40px 0;
}

.studies h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #0062ab;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .studies h3 {
        font-size: 21px;
    }
}

.fade-text {
    position: absolute;
    top: 0;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.30) 40%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    text-align: center;
    text-align: left;
}

.fade-text h2 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-top: 60px;
}

@media print {
    .fade-text h2 {
        color: #000;
    }
}

@media only screen and (max-width: 767px) {
    .fade-text h2 {
        font-size: 21px;
    }
}

.fade-text h3 {
    font-size: 16px;
    color: #40abfc;
    font-weight: normal;
}

.fade-text p {
    color: #ffffff;
}

.fade-text ul {
    padding-left: 15px;
}

.fade-text ul li {
    color: #ffffff;
    margin-bottom: 10px;
}

.target {
    margin-bottom: 60px;
}

.target h2 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #0062ab;
    margin-top: 40px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .target h2 {
        font-size: 21px;
    }
}

.the {
    height: 400px;
}

@media only screen and (max-width: 767px) {
    .the {
        height: 100vh;
    }
}

@media only screen and (min-width: 767px) and (max-width: 768px) {
    .the {
        height: 500px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .the {
        height: 500px;
    }
}

@media only screen and (min-width: 667px) and (max-width: 667px) {
    .the {
        height: 600px;
    }
}

.opened {
    background: #ceeaff;
    padding-bottom: 40px;
}

.opened h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 40px;
    display: inline-block;
    color: #0062ab;
}

@media only screen and (max-width: 767px) {
    .opened h3 {
        font-size: 21px;
    }
}

.opened h4 {
    font-size: 16px;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .opened h4 {
        font-size: 18px;
    }
}

.opened p {
    font-size: 14px;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .opened p {
        font-size: 16px;
    }
}

.opened .first {
    background: #00599c;
    transition: 0.2s linear all;
}

@media only screen and (max-width: 767px) {
    .opened .first {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.opened .first:hover {
    background: #004b82;
}

.org {
    background: #0062ab;
    padding-bottom: 40px;
}

.org img {
    max-width: 100%;
    border-radius: 6px;
}

.org h3 {
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    /*margin-bottom: 0;*/
}

@media only screen and (max-width: 767px) {
    .org h3 {
        font-size: 21px;
    }
}

.org h4 {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}

.stage {
    width: 100%;
    margin-top: -20px;
    height: 90px;
}

@media print {
    .stage {
        position: static;
        top: 420px;
    }
}

.stage .first {
    width: 50%;
    float: left;
    background: #48525d;
    color: #ffffff;
    height: 90px;
    clear: left;
}

.stage .first h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 15px;
}

@media print {
    .stage .first h3 {
        /*position: absolute;*/
        position: static;
        top: 00px;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .stage .first h3 {
        font-size: 21px;
    }
}

@media only screen and (max-width: 767px) {
    .stage .first h3 {
        font-size: 16px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 768px) {
    .stage .first h3 {
        margin-top: 10px;
    }
}

.stage .first h3 span {
    text-decoration: underline;
}

.benefit {
    color: #48525d;
}

@media print {
    .benefit {
        position: relative;
        bottom: 130px;
        display: block;
    }
}

.benefit h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 60px;
}

@media only screen and (max-width: 767px) {
    .benefit h3 {
        font-size: 21px;
    }
}

.benefit h3 span {
    display: inline-block;
    margin-right: 20px;
}

.benefit h4 {
    color: #0062ab;
    font-size: 16px;
}

@media print {
    .benefit h4 {
        color: #48525d;
    }
}

@media only screen and (max-width: 767px) {
    .benefit h4 {
        font-size: 18px;
    }
}

.benefit ul li {
    margin-bottom: 7px;
}

.one {
    background-color: #ffffff;
    width: 100%;
}

.one img {
    width: 120%;
}

.one .text {
    right: 10px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .one .text {
        position: relative;
        bottom: 220px;
        padding: 4px;
    }
}

.up {
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .up {
        margin-top: 0px;
    }
}

/* The actual popup */

/* Popup arrow */

/* Toggle this class - hide and show the popup */

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1 ;
    }
}

@media print {
    p {
        font-size: 12px!important;
    }

    li {
        font-size: 12px!important;
    }

    h2 {
        font-size: 18px!important;
    }

    h3 {
        font-size: 16px!important;
    }
}

@media print {
    body {
        color: #000 !important;
        font: 9pt/1.5 Arial, sans-serif;
    }

     h2, h3, h4, p, li {
        display: block !important;
        width: 100% !important;
        color: #000 !important;
        background: none !important;
        height: auto!important;
        margin: 10px 0 !important;
        margin-left: 0 !important;
        text-align: left !important;
    }

    img {
        display: none;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-10, .col-sm-12 {
        width: 100% !important;
        display: block;
    }

    li {
        margin: 3px 0 !important;
    }

    .benefit {
        position: relative;
    }

    .benefit h3 {
        margin-top: 30px!important;
        margin-bottom: 10px!important;
    }

    .benefit ul {
        margin-bottom: 70px;
    }
}

/* IE 10+ */
@media screen and (-ms-high-contrast: active) and print, (-ms-high-contrast: none) and print {
    body {
        display: none;
    }
}

.center {
    text-align: center;
}

/* new */

.sectors {
    padding: 0;
}

.sectors .col-sm-4 {
    padding: 0;
}

.sectors .col-sm-4 img {
    width: 100%;
}

.sectors h4 {
    margin-top: 5px;
    margin-bottom: 10px;
}

/*03/01/16*/

/* Estilos agregados en desarrollo */

/* Color Highlight for keyboard navigation */

a.btn:focus {
    color: #ffffff;
    text-decoration: none;
}

/** Modificaciones css **/

h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 1em 0;
    font-weight: 500;
}

h3 {
    font-size: 1.28em;
    margin: 1em 0;
    font-weight: 500;
}

h4 {
    font-size: 1em;
    font-weight: 900;
    margin: 10px 0;
}

p {
    font-size: 1em;
    line-height: 1.5em;
}

/** ESTILOS CORFO**/

ul {
    list-style-position: inside;
}


/*
Theme Name: Corfo
Theme URI: http://corfo.cl
Description:
Author: Medible - Miguel Olivares (UI)
Author URI: http://medible.cl
Version: 1.0
*/
/* Colors */
/* Common Typography */
html {
    overflow-x: hidden;
}
body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Open Sans', sans-serif !important;
    overflow-x: hidden;
}
@media print {
    body {
        color: #48525d !important;
    }
}
ul {
    margin: 0;
    padding: 0;
}
/** Sizes **/
.text {
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .text {
        font-size: 16px;
    }
}
.title {
    font-size: 28px;
}
/* Links */
a {
    transition: 0.2s linear all;
}
a:hover {
    text-decoration: none;
}
.btn {
    font-weight: 700;
    background: #ffffff;
    font-size: 14px;
    padding: 10px 34px;
    border-radius: 20px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
@media print {
    .btn {
        box-shadow: none;
    }
}
.btn-red {
    background: #ea3b44;
    color: #ffffff;
}
.btn-red:hover {
    background: #ffffff;
    color: #ea3b44;
}
/* Media Queries */
/* Form */
/* Styles */
@media print {
    header {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    header .logo {
        background-size: contain;
    }
}
header .logo img {
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    header .logo img {
        margin-top: 15px;
    }
}
header .burger {
    display: none;
}
@media only screen and (max-width: 992px) {
    header .burger {
        display: block;
        float: right;
        margin-top: 20px;
    }
}
header nav {
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    header nav {
        display: none;
        position: absolute;
        width: 100%;
        background: #0062ab;
        top: 51px;
        left: 0;
        z-index: 1;
    }
}
header nav ul {
    float: right;
    margin-top: 7px;
}
@media only screen and (max-width: 767px) {
    header nav ul {
        text-align: center;
        border-bottom: 10px solid #002845;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
        width: 100%;
    }
}
header nav ul li {
    display: inline-block;
    /*margin-right: 15px;*/
    margin-right: 8px;
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    header nav ul li {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 992px) {
    header nav ul li {
        display: block;
        margin-right: 0;
        border-bottom: 1px solid #ffffff;
    }
}
header nav ul li:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 767px) {
    header nav ul li:last-child {
        border-bottom: none;
    }
}
header nav ul li a {
    font-size: 14px!important;
    font-size: 16px;
    text-transform: uppercase;
    color: #48525d;
}
@media only screen and (max-width: 767px) {
    header nav ul li a {
        font-size: 18px;
    }
}
@media only screen and (max-width: 992px) {
    header nav ul li a {
        color: #ffffff;
        display: block;
        padding: 15px 0;
    }
}
header nav ul li a.active {
    border-bottom: 4px solid #40abfc;
    padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
    header nav ul li a.active {
        border-bottom: none;
        padding-bottom: 15px;
    }
}
.hero-video {
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
}
.hero-video img {
    max-width: 100%;
    min-width: 100%;
}
footer {
    padding: 40px 0;
    background-color: #ffffff;
}
@media print {
    footer {
        display: none;
    }
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    footer img.logogob {
        width: 80%;
    }
}
footer .bottom-footer {
    margin-top: 40px;
}
footer .social-footer ul {
    float: right;
}
footer .social-footer ul li {
    display: inline-block;
}
footer .social-footer ul li img {
    width: 32px;
    margin-left: 5px;
}
/* Programas */
.others {
    display: none;
}
.territory {
    display: none;
}
/* Ficha */
.open {
    background: #48525d;
    padding: 40px 0;
    margin-bottom: 40px;
}
.open h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .open h3 {
        font-size: 21px;
    }
}
/* Espacio Colaborativo */
.studies {
    padding: 40px 0;
}
.studies h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #0062ab;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .studies h3 {
        font-size: 21px;
    }
}
.fade-text {
    position: absolute;
    top: 0;
    background: linear-gradient(to right, #000000 18%, rgba(0, 0, 0, 0.73) 40%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    text-align: center;
    text-align: left;
}
.fade-text h2 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    margin-top: 60px;
}
@media print {
    .fade-text h2 {
        color: #000;
    }
}
@media only screen and (max-width: 767px) {
    .fade-text h2 {
        font-size: 21px;
    }
}
.fade-text h3 {
    font-size: 16px;
    color: #40abfc;
    font-weight: normal;
}
.fade-text p {
    color: #ffffff;
}
.fade-text ul {
    padding-left: 15px;
}
.fade-text ul li {
    color: #ffffff;
    margin-bottom: 10px;
}
.target {
    margin-bottom: 60px;
}
.target h2 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #0062ab;
    margin-top: 40px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .target h2 {
        font-size: 21px;
    }
}
.the {
    height: 400px;
}
@media only screen and (max-width: 767px) {
    .the {
        height: 100vh;
    }
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    .the {
        height: 500px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .the {
        height: 500px;
    }
}
@media only screen and (min-width: 667px) and (max-width: 667px) {
    .the {
        height: 600px;
    }
}
.opened {
    background: #ceeaff;
    padding-bottom: 40px;
}
.opened h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 40px;
    display: inline-block;
    color: #0062ab;
}
@media only screen and (max-width: 767px) {
    .opened h3 {
        font-size: 21px;
    }
}
.opened h4 {
    font-size: 16px;
    color: #ffffff;
}
@media only screen and (max-width: 767px) {
    .opened h4 {
        font-size: 18px;
    }
}
.opened p {
    font-size: 14px;
    color: #ffffff;
}
@media only screen and (max-width: 767px) {
    .opened p {
        font-size: 16px;
    }
}
.opened .first {
    background: #00599c;
    transition: 0.2s linear all;
}
@media only screen and (max-width: 767px) {
    .opened .first {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.opened .first:hover {
    background: #004b82;
}
.org {
    background: #0062ab;
    padding-bottom: 40px;
}
.org img {
    max-width: 100%;
    border-radius: 6px;
}
.org h3 {
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .org h3 {
        font-size: 21px;
    }
}
.org h4 {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}
.stage {
    width: 100%;
    margin-top: -20px;
}
@media print {
    .stage {
        position: absolute;
        top: 420px;
    }
}
.stage .first {
    width: 50%;
    float: left;
    background: #48525d;
    color: #ffffff;
    height: 90px;
}
@media only screen and (max-width: 767px) {
    .stage .first {
        height: 140px;
    }
}
.stage .first h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 15px;
}
@media print {
    .stage .first h3 {
        position: absolute;
        top: 00px;
        margin: 0;
    }
}
@media only screen and (max-width: 767px) {
    .stage .first h3 {
        font-size: 21px;
    }
}
@media only screen and (max-width: 767px) {
    .stage .first h3 {
        font-size: 16px;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    .stage .first h3 {
        margin-top: 10px;
    }
}
.stage .first h3 span {
    text-decoration: underline;
}
.benefit {
    color: #48525d;
}
@media print {
    .benefit {
        position: relative;
        bottom: 130px;
        display: block;
    }
}
.benefit h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 60px;
}
@media only screen and (max-width: 767px) {
    .benefit h3 {
        font-size: 21px;
    }
}
.benefit h3 span {
    display: inline-block;
    margin-right: 20px;
}
.benefit h4 {
    color: #0062ab;
    font-size: 16px;
}
@media print {
    .benefit h4 {
        color: #48525d;
    }
}
@media only screen and (max-width: 767px) {
    .benefit h4 {
        font-size: 18px;
    }
}
.benefit ul li {
    margin-bottom: 7px;
}
.one {
    background-color: #ffffff;
    width: 100%;
}
.one img {
    width: 120%;
}
.one .text {
    right: 10px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .one .text {
        position: relative;
        bottom: 220px;
        padding: 4px;
    }
}
.up {
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .up {
        margin-top: 0px;
    }
}
/* The actual popup */
/* Popup arrow */
/* Toggle this class - hide and show the popup */
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1 ;
    }
}
@media print {
    p {
        font-size: 12px!important;
    }
    li {
        font-size: 12px!important;
    }
    h2 {
        font-size: 18px!important;
    }
    h3 {
        font-size: 16px!important;
    }
}
@media print {
    body {
        color: #000 !important;
        font: 9pt/1.5 Arial, sans-serif;
    }

    h2,
    h3,
    h4,
    p,
    li {
        display: block !important;
        width: 100% !important;
        color: #000 !important;
        background: none !important;
        height: auto!important;
        margin: 10px 0 !important;
        margin-left: 0 !important;
        text-align: left !important;
    }
    img {
        display: none;
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-10,
    .col-sm-12 {
        width: 100% !important;
        display: block;
    }
    li {
        margin: 3px 0 !important;
    }
    .benefit {
        position: relative;
    }
    .benefit h3 {
        margin-top: 30px!important;
        margin-bottom: 10px!important;
    }
    .benefit ul {
        margin-bottom: 70px;
    }
}
/* IE 10+ */
@media screen and (-ms-high-contrast: active) and print, (-ms-high-contrast: none) and print {
    body {
        display: none;
    }
}
.center {
    text-align: center;
}
/* new */
.sectors {
    padding: 0;
}
.sectors .col-sm-4 {
    padding: 0;
}
.sectors .col-sm-4 img {
    width: 100%;
}
.sectors h4 {
    margin-top: 5px;
    margin-bottom: 10px;
}
/*New 27/06/2017*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar {
        padding-left: 70px;
        margin-bottom: 0 !important;
    }
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    .navbar {
        padding-left: 65px !important;
    }
}
.hero-video-i {
    margin-bottom: 0;
}
.the2 {
    height: 505px;
}
.strategic {
    background: #40abfc;
    padding: 40px 0;
    margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .strategic {
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .strategic {
        padding: 25px 15px 30px 15px;
    }
}
.strategic h3 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
    color: #ffffff;
    margin-bottom: 40px;
}
.strategic h4 {
    color: #ffffff;
}
.strategic.center {
    text-align: center;
}
.top-row {
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .top-row {
        margin-top: 0;
    }
}
.title-box {
    padding-left: 0 !important;
}
.title-box h3 {
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
    color: #0062ab;
}
@media only screen and (max-width: 767px) {
    .title-box h3 {
        padding-left: 20px;
    }
}
.investment-box {
    background: #CEEBFF;
    padding: 30px 50px;
    text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .investment-box {
        width: 100%;
    }
}
.investment-box h3 {
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
    color: #0062ab;
}
.investment-box h4 {
    text-align: left;
    font-weight: 500;
    color: #0062ab;
    font-weight: 700;
    font-size: 20px;
    margin-top: 0;
}
.investment-box ul {
    text-align: left;
    padding-left: 20px;
}
.investment-box ul li {
    padding-bottom: 10px;
}
.investment-box ul li strong {
    color: #0062ab;
}
.investment-box span.badge {
    margin-top: 20px;
    color: #0062ab;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 30px;
    background: transparent;
}
.investment-box p {
    text-align: left;
    color: #48525D;
}
.support-box {
    background: #0062ab;
    padding: 30px 50px;
    text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .support-box {
        width: 100%;
    }
}
.support-box h3 {
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
    color: #ffffff;
}
.support-box h4 {
    margin-top: 0;
    text-align: left;
    font-weight: 500;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}
.support-box p {
    text-align: left;
    color: #ffffff;
}
.support-box span.badge {
    margin-top: 84px;
    color: #ffffff;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 30px;
    padding: 0;
    background: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .support-box span.badge {
        margin-top: 64px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    .support-box span.badge {
        margin-top: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .support-box span.badge {
        margin-top: 34px;
    }
}
.guarantees-box {
    padding: 30px 0px 30px 50px;
}
@media only screen and (max-width: 767px) {
    .guarantees-box {
        padding: 30px 0px 30px 0;
    }
}
.guarantees-box h3 {
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
    color: #ffffff;
}
.guarantees-box h4 {
    text-align: left;
    font-weight: 500;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}
.guarantees-box p {
    color: #ffffff;
}
.guarantees-box p strong {
    color: #449EE2;
}
.guarantees-box .center-box {
    text-align: center;
}
.guarantees-box .center-box span.badge {
    color: #ffffff;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 30px;
    margin-top: 40px;
    background: transparent;
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    .guarantees-box .center-box span.badge {
        margin-top: 80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .guarantees-box .center-box span.badge {
        margin-top: 60px;
    }
}
.incentive-box {
    padding: 30px 0px 30px 50px;
}
.incentive-box h3 {
    text-align: left;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 0px;
    color: #ffffff;
}
.incentive-box h4 {
    text-align: left;
    font-weight: 500;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}
.incentive-box p {
    color: #ffffff;
}
.incentive-box p strong {
    color: #449EE2;
}
.incentive-box .center-box {
    text-align: center;
}
.incentive-box .center-box span.badge {
    margin: 19px 30px 30px 30px;
    color: #ffffff;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 30px;
    padding: 50px 20px;
    background: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .incentive-box .center-box span.badge {
        padding-top: 80px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    .incentive-box .center-box span.badge {
        margin-top: 47px;
    }
}
@media only screen and (max-width: 767px) {
    .incentive-box .center-box span.badge {
        margin: 0;
        padding-top: 0px;
    }
}
.grants {
    padding-top: 30px;
}
.grants h4 {
    text-align: left;
    font-weight: 500;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}
.grants p {
    color: #ffffff;
}
.grants .colorn {
    background: #0062ab;
    padding: 20px;
}
.grants .colorn.colorn1 {
    background: #617286;
}
.grants .colorn.colorn2 {
    background: #6E8095;
    padding-bottom: 108px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .grants .colorn.colorn2 {
        padding-bottom: 148px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    .grants .colorn.colorn2 {
        padding-bottom: 126px;
    }
}
.grants .colorn.colorn3 {
    background: #8B9EB3;
    padding-bottom: 128px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .grants .colorn.colorn3 {
        padding-bottom: 148px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    .grants .colorn.colorn3 {
        padding-bottom: 168px;
    }
}
.grants .center-box {
    text-align: center;
}
.grants .center-box span.badge {
    margin: 0;
    color: #ffffff;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    font-size: 30px;
    padding: 10px 20px 20px 20px;
    background: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .grants .center-box span.badge {
        padding-top: 30px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    .grants .center-box span.badge {
        margin-top: 0;
    }
}
.fade-text.fade-blue {
    background: #024e84;
    background: -moz-linear-gradient(left, #024e84 0%, #024e84 53%, rgba(2, 78, 132, 0.26) 88%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #024e84), color-stop(53%, #024e84), color-stop(88%, rgba(2, 78, 132, 0.26)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, #024e84 0%, #024e84 53%, rgba(2, 78, 132, 0.26) 88%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, #024e84 0%, #024e84 53%, rgba(2, 78, 132, 0.26) 88%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, #024e84 0%, #024e84 53%, rgba(2, 78, 132, 0.26) 88%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #024e84 0%, #024e84 53%, rgba(2, 78, 132, 0.26) 88%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#024e84', endColorstr='#000000', GradientType=1);
    height: auto;
}
.fade-text.fade-blue2 {
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(2, 78, 132, 0.26) 12%, #024e84 47%, #024e84 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(12%, rgba(2, 78, 132, 0.26)), color-stop(47%, #024e84), color-stop(100%, #024e84));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(2, 78, 132, 0.26) 12%, #024e84 47%, #024e84 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(2, 78, 132, 0.26) 12%, #024e84 47%, #024e84 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(2, 78, 132, 0.26) 12%, #024e84 47%, #024e84 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(2, 78, 132, 0.26) 12%, #024e84 47%, #024e84 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#024e84', GradientType=1);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .the2 {
        height: 507px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    .the2 {
        height: 597px;
    }
}
@media only screen and (max-width: 767px) {
    .the2 {
        height: 647px;
    }
}
.the2.the3 {
    height: 197px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .the2.the3 {
        height: 242px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    .the2.the3 {
        height: 264px;
    }
}
@media only screen and (max-width: 767px) {
    .the2.the3 {
        height: 389px;
    }
}
.the2.the4 {
    height: 259px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .the2.the4 {
        height: 320px;
    }
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    .the2.the4 {
        height: 393px;
    }
}
@media only screen and (max-width: 767px) {
    .the2.the4 {
        height: 435px;
    }
}
footer {
    display: inline-block;
    width: 100%;
    padding-top: 0;
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    footer {
        padding-top: 40px;
    }
}
footer .footer0 {
    text-align: center;
}
footer .footer1 {
    margin-top: 12px;
}
@media only screen and (max-width: 767px) {
    footer .footer1 {
        text-align: center;
    }
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    footer .footer1 img {
        width: 80%;
    }
}
@media only screen and (max-width: 767px) {
    footer .footer1 img {
        width: 44%;
    }
}
footer .footer3 {
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    footer .footer3 {
        text-align: center;
    }
}
footer .footer3 img {
    width: 100%;
    margin-top: 8px;
}
@media only screen and (max-width: 767px) {
    footer .footer3 img {
        width: 50%;
    }
}
footer h4 {
    color: #0062ab;
}
footer ul {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    footer .bottom-footer {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px) {
    footer .social-footer {
        text-align: center;
    }
}
@media only screen and (min-width: 767px) and (max-width: 768px) {
    footer .social-footer img {
        margin: 10px 10px 10px 0;
    }
}
footer .social-footer p {
    margin-top: 45px;
}
.pa-none {
    padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar nav ul li {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-video {
        margin-top: 0;
    }
}
.carousel {
    margin-top: 10px;
}
.carousel-inner {
    height: 450px;
}
.carousel-inner .item img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.carousel-inner .item img.phone {
    display: none;
}
@media only screen and (max-width: 767px) {
    .carousel-inner .item img.phone {
        display: block;
    }
}
.carousel-inner .item .p-title {
    padding-top: 30px;
    /*padding-left: 60px;*/
    padding-left: 0px;
}
@media only screen and (max-width: 767px) {
    .carousel-inner .item .p-title {
        padding-top: 10px;
        padding-left: 15px;
    }
}
.carousel-inner .item .p-title h2 {
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
}
.carousel-inner .item .p-title h3 {
    color: #2884c9;
    margin-bottom: 40px;
    margin-top: 30px;
}
.carousel-inner .item .p-title p {
    color: #ffffff;
    font-size: 16px;
}
.carousel-inner .item .p-title p.top {
    margin-top: 50px;
}
.carousel-control {
    display: none;
}

/* Nuevo */
@media only screen and (max-width: 767px) {
    .carouselImage {
        height: 450px !important;
        object-fit: cover;
        object-position: center;
    }
}

@media only screen and (min-width: 992px) {
    .menu-navegacion {
        display: block !important;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
h4 {
    font-size: 18px;
    font-weight: 500;
}
h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.carousel-inner .item .p-title h2 {
    text-shadow: 0.1em 0.1em 0.05em #333 !important;
}

.carousel-inner .item .p-title h3 {
    text-shadow: 0.1em 0.1em 0.05em #333 !important;
}

.carousel-inner .item .p-title p {
    text-shadow: 0.1em 0.1em 0.05em #333 !important;
}

.theConvocatoria {
    background: linear-gradient(to right, #024e84 0%, #024e84 53%, rgba(2, 78, 132, 0.26) 88%, rgba(0, 0, 0, 0) 100%);
    margin-bottom: 30px;
    color: #FFF;
    display: flex;
}

.theDisplay {
    display: flex;
}

.the2.the4.imagenSuppport {
    height: 300px;
}

.imagenRFP {
    height: 850px;
}

.imagenGreen {
    height: 800px;
}

.imagenLIT {
    height: 440px;
}

@media only screen and (max-width: 700px) {
    .theConvocatoria {
        display: inline-block;
    }

    .theDisplay {
        display: inline-block;
    }

    .imagenSuppport {
        height: 660px;
    }

    .imagenRFP {
        height: 1100px;
    }

    .imagenLIT {
        height: 730px;
    }
}

.theConvocatoriaRight {
    background: #CEEBFF;
    color: #024e84;
}

.theConvocatoriaRight ul {
    text-decoration: underline;
}

.colorn4 {
    background: #8b9eb3d1 !important;
}

.llamado {
    width: 150px;
    border-radius: 20px;
    margin-top: 20px;
}

.fade-text h3 {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 500 !important;
}
.showmenu {
    border: none;
    background: none;
}
