body {
    margin: 0;
    padding: 0;
    margin-top: 50px;
    font-family: 'Open Sans', sans-serif;
    color: #566c7d;
    -webkit-font-smoothing: subpixel-antialiased;
}

img {
    max-width: 100%
}

h1,
h2,
h3,
h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-top: 0
}

h1.cover-title {
    margin-top: 170px;
    font-size: 60px;
}

h3.section-title {
    text-align: center;
    font-size: 24px;
    padding: 50px 15px;
    margin-bottom: 0;
}

h3.section-title.small {
    font-weight: 600;
    font-size: 18px
}

h3.column-title {
    padding-bottom: 40px;
    font-size: 24px;
}

h3.column-title.mas-herramientas {
    margin-top: 15%;
    font-size: 36px
}

video.video-player {
    max-width: 100%;
    width: 600px;
    cursor: pointer
}

p {
    font-size: 14px;
    line-height: 22px
}

p.quienes-somos {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
}

p.modal-send {
    padding: 30px 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:visited {
    color: inherit;
}

a:hover {
    color: #82c723
}

button.btn.btn-send {
    padding: 15px 30px;
    background: #2078bd;
    color: #fff;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}

button.btn.btn-send:hover {
    background: #2c85cc;
}

.navbar {
    background: #fff;
    border: 0;
}

.navbar-expand-md .navbar-pleno>li>a.nav-link {
    padding: 26px;
    font-size: 14px;
}

.navbar-pleno>li>a.nav-link:focus,
.navbar-pleno>li>a.nav-link:hover {
    text-decoration: none;
    background: #f9f9f9;
    color: #82c723 !important;
}

.nav-logo {
    max-width: 80px
}

.navbar-collapsed-portal {
    background-color: #333;
}

.full-width>.container {
    padding-top: 60px;
    padding-bottom: 60px
}

.full-width.cover {
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    background: url('../../assets/img/portal/portada-home.jpg');
    background-size: cover;
    background-position: center;
}

.full-width.video {
    /* width:100%; */
    background: url('../../assets/img/portal/video-bg.jpg');
    background-size: cover;
}

.full-width.mas-herramientas {
    width: 100%;
    background: url('../../assets/img/portal/mas-herramientas.jpg');
    background-size: cover;
    color: #fff!important;
}

.full-width.contacto {
    width: 100%;
    background: url('../../assets/img/portal/video-bg.jpg');
    background-size: cover;
}

#cover {
    width: 100%;
}

.cover-contents {
    color: #58595b;
    font-weight: 300;
    font-style: italic;
    position: relative;
}

.cover-contents p {
    font-size: 24px;
    line-height: 38px
}


/*BACKGROUND COLORS*/
.celeste {
    background: #4aa7e2;
    color: #fff;
}

.gris {
    background: #f8f8f8;
    color: #666;
}

.azul {
    background: #2078bd;
    color: #fff;
}

.azul-oscuro {
    background: #00254c;
    color: #fff;
}


/*Global*/
.marcador {
    height: 70px;
    margin-top: -70px
}

.center {
    text-align: center!important
}

.title-separator {
    width: 100px;
    max-width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .14);
    display: block;
    margin: -1px auto 0;
}

.title-separator.light {
    background: rgba(255, 255, 255, .34);
}

.offset-3 {
    margin-left: 25%;
}

.offset-middle {
    margin-left: 37%
}

.logo-portada {
    max-width: 380px
}

.cover-contents {
    width: 1170px;
    position: relative;
    overflow: visible;
    margin: 0 auto;
}

.cover-img {
    padding-top: 70px;
    height: 670px;
    text-align: right;
    margin-bottom: -5px
}

.cover-img img {
    position: absolute;
    bottom: 0;
    right: -100px;
    max-width: 90%
}

.slogan {
    margin-top: 20px;
    font-size: 14px!important;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 9px;
}

.mapa {
    margin-bottom: 50px
}

.mapa img {
    max-width: 30%
}

.team-member {
    margin-bottom: 40px;
    text-align: center;
}

.team-member img {
    margin-bottom: 30px
}

.team-member img.team-member-img {
    height: 130px;
    width: 130px;
    border-radius: 50%;
}

.team-member h4 {
    margin-bottom: 10px
}

.team-member.bordered {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 60px 30px;
    min-height: 380px
}

.icon-circle {
    height: 70px;
    width: 70px;
    display: block;
    border: 1px solid #82c723;
    border-radius: 50%;
    line-height: 70px;
    margin: 0 auto 30px auto;
}

.icon-circle i {
    font-size: 30px;
    color: #82c723;
    line-height: 70px
}

.icon-circle:before {
    content: "";
}

.icon-circle.azul {
    border-color: #2078bd;
    background: inherit;
}

.icon-circle.azul i {
    color: #2078bd
}

.icon-circle.blanco {
    border-color: #fff;
    background: inherit;
}

.icon-circle.blanco i {
    color: #fff
}

.icon-big {
    line-height: 70px;
    margin: 0 auto
}

.icon-big i {
    font-size: 40px;
    color: #2078bd;
}

.icon-alone {
    font-size: 50px;
    margin-bottom: 30px;
    display: block
}

.icon-left {
    position: relative;
    width: 100%;
    padding-left: 70px;
    min-height: 40px;
    margin-bottom: 20px
}

.icon-left .icon {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
    left: 0;
    top: 0;
    font-size: 20px
}

.infography-number {
    font-size: 24px;
    font-family: 'Arial';
    font-weight: bold;
    margin-bottom: 20px
}

.infography-title {
    font-weight: normal
}

.contact-form {
    width: 524px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: left;
    font-weight: 300;
}

.contact-form label {
    width: 100%;
    display: block;
    margin-bottom: 10px
}

.contact-form input {
    font-family: 'Open Sans';
    font-size: 18px;
    padding: 10px 10px;
    border-radius: 4px;
    border: 0;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    color: #000;
}

.contact-form select {
    font-family: 'Open Sans';
    font-size: 18px;
    padding: 9px 10px;
    border-radius: 4px;
    border: 0;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    color: #000;
}

.contact-form textarea {
    font-family: 'Open Sans';
    font-size: 18px;
    padding: 10px 10px;
    border-radius: 4px;
    border: 0;
    width: 100%;
    min-height: 80px;
    display: block;
    margin-bottom: 30px;
    color: #000;
}

.contact-form p {
    margin-bottom: 20px;
}

.contacto-pais {
    margin-bottom: 40px;
    float: left;
    /* width:33.33%; */
    box-sizing: border-box;
    padding-left: 50px;
    display: block;
    position: relative;
}

.contacto-nombre-pais {
    margin-bottom: 10px;
    font-size: 14px;
    font-style: italic;
    margin-top: 15px;
}

.contacto-data {
    display: block;
    font-size: 12px
}

.contacto-data.subtitle {
    font-weight: bold;
    margin-bottom: 10px
}

.contacto-data i {
    min-width: 20px;
    display: inline-block;
}

.footer {
    padding: 20px;
}

.footer p {
    font-size: 10px
}

.menu-footer {
    font-size: 13px !important
}

.line-height-1 {
    line-height: 1;
}

.h4,
h4 {
    font-size: 18px;
}

.mw-600px {
    max-width: 600px;
}

.mr-0 {
    margin-right: 0;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

button.navbar-toggler:focus {
    color: black;
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

@media (max-width: 1366px) {
    #cover {
        background-position: -380px top;
    }
}

@media (max-width: 1190px) {
    #nav-bar {
        width: 100%;
        padding: 0 20px;
    }
    #cover {
        height: 400px;
        background-position: 0 top;
    }
    .cover-contents {
        width: 100%;
        padding: 0 20px;
    }
    .logo-portada {
        max-width: 280px;
    }
    h1.cover-title {
        margin-top: 120px;
        font-size: 60px;
    }
    .contents {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 768px) {
    .navbar-expand-md .navbar-pleno>li>a.nav-link {
        padding-left: 15px;
    }
    .nav-logo {
        width: 80px;
    }
}

@media (max-width: 640px) {
    .full-width.cover {
        min-height: 100vh;
        width: 100%;
        overflow: hidden;
        background: url('../../assets/img/portal/portada-home.jpg');
        background-size: cover;
        background-position: 620px;
        position: relative;
    }
    .full-width.cover:before {
        height: 100%;
        width: 100%;
        content: '';
        background: rgba(1, 24, 43, 0.72);
        top: 0;
        position: absolute;
    }
    .cover-contents {
        margin-top: 130px;
    }
    .cover-txt {
        position: inherit;
        text-align: center;
    }
    p {
        margin-bottom: 40px;
        font-size: 12px
    }
    h3 {
        font-size: 20px!important
    }
    h3.column-title {
        text-align: center
    }
    h3.column-title.mas-herramientas {
        margin-top: 15px;
        text-align: left;
    }
    .offset-3 {
        margin: 0;
    }
    .offset-middle {
        margin: 0;
    }
    .full-width>.container {
        padding-left: 50px;
        padding-right: 50px
    }
    .contacto-pais:first-child {
        padding-left: 0;
        /* width: 100%; */
    }
    .contacto-pais:last-child {
        margin-bottom: 0
    }
    .contacto-pais {
        width: 100%;
        padding-left: 0;
    }
    #cover {
        height: 100vh;
        background-position: -140px top;
    }
    h1.cover-title {
        margin-top: 130px;
        font-size: 20px;
        position: relative;
    }
    h1.cover-title:before {
        content: '';
        background: url('../img/portal/logo-pleno-blanco.png')
    }
    .logo-portada {
        max-width: 180px;
    }
    .slogan {
        font-size: 14px!important;
        line-height: 2em;
        margin-top: 0px;
        position: relative;
        color: #fff;
    }
    .mapa img {
        max-width: 100%
    }
    .footer p {
        font-size: 10px;
        margin-bottom: 0
    }
}