/***********************************************************************************/
body {
    background: #FFFFFF;
    /*background: #F4F4F4 url('../img/top-bg.jpg') no-repeat 50% 0%;*/
    font-family: 'BariolRegular';
    font-size: 24px;
}

.titulo-celeste {
    font-size: 2.1em;
    color: #0B85C3;
}

.subtitulo-celeste {
    font-size: 1.7em;
    font-weight: bold;
    color: #0B85C3;
}

.texto-celeste {
    font-size: .9em;
    color: #0B85C3;
}

.subtitulo-blanco {
    font-size: 1.7em;
    color: #FFFFFF;
}

.subtitulo-negro {
    font-size: 1em;
    font-weight: bold;
    color: #000000;
}

b {
    font-weight: bold;
}

/***********************************************************************************/
#bg-video-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: -1;
}

#bg-video {
    width: 100%;
    margin: 0;
    padding: 0;
}

#bg-video-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

#bg-video-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

#bg-imagen-gradient {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 300px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

/*#encabezado-container {
  position: relative;
  overflow: hidden;
}*/

/***********************************************************************************/
#link-logo {
    margin-top: 1em;
    padding: 0;
}

#overNav {
    position: relative;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 0.8em;
    color: #808184;
}

#overNavIcons {
    display: block;
    margin-top: 0.5em;
    margin-right: .5em;
}

    #overNavIcons a {
        margin-right: .5em;
    }

        #overNavIcons a:hover {
            text-decoration: none;
        }

#btn-lang img {
    max-height: 28px;
}

.lang-list-item {
    display: block;
    padding: 5px 0px 5px 20px;
    color: #000000;
    font-weight: bold;
    background: url('../img/lang-icon.png') no-repeat 0% 50%;
}

    .lang-list-item:hover {
        text-decoration: none;
    }

.popover {
    border: 0px;
    border-radius: 0px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
}

    .popover .arrow {
        display: none;
    }

#mainNav {
    margin: .2em auto auto;
}

    #mainNav li {
        position: relative;
    }

    #mainNav .nav-link {
        color: #404041;
        font-size: 0.8em;
    }

        #mainNav .nav-link.dropdown-toggle::after {
            display: none;
        }

    #mainNav .active .nav-link {
        color: #0B85C3;
        font-weight: bolder;
    }

    #mainNav #btn-translate.nav-link {
        color: rgba(0, 0, 0, 0.32) !important;
        font-weight: bold;
    }
    /*
#mainNav .dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
*/
    #mainNav .dropdown-menu {
        border: 0px none;
        margin-top: -1px;
    }

        #mainNav .dropdown-menu a {
            display: block;
            padding: 5px 10px;
            color: #404041;
            line-height: 17px;
            border-left: 3px solid #FFFFFF;
        }

            #mainNav .dropdown-menu a.active,
            #mainNav .dropdown-menu a:hover {
                color: #0B85C3;
                border-left: 3px solid #0B85C3;
                text-decoration: none;
            }

@media (min-width: 576px) {
    #overNavIcons {
        display: inline;
        margin-top: 0;
    }

        #overNavIcons a {
            margin-right: 0;
            margin-left: .5em;
        }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    #link-logo {
        position: absolute;
        margin-top: 2em;
    }

    #overNavIcons {
        position: absolute;
        margin-right: 0;
        right: 0%;
        bottom: -2em;
    }
}

@media (min-width: 1200px) {
}

/***********************************************************************************
  Pagina Inicial
***********************************************************************************/
#home-somos {
    padding-top: 1.5em;
    padding-bottom: 8em;
}

    #home-somos .titulo-celeste {
        line-height: 1.2em;
    }

#home-txt01 {
    font-size: 2.8em;
    line-height: 1.4em;
    color: #0B85C3;
}

    #home-txt01 img {
        vertical-align: baseline;
    }

#home-txt02 {
    padding-top: 2em;
    color: #808184;
    line-height: 1.1em;
}

@media (min-width: 576px) {
    #home-somos {
        background-image: url('../img/pattern-01.png'), url('../img/pattern-02.png');
        background-repeat: no-repeat, no-repeat;
        background-position: -50%, 130%;
    }
}

@media (min-width: 768px) {
    #home-somos {
        background-position: -30%, 120%;
    }
}

@media (min-width: 992px) {
    #home-somos {
        padding-top: 5em;
        background-position: -15%, 110%;
    }
}

@media (min-width: 1200px) {
    #home-somos {
        background-position: -0%, 100%;
    }
}

/***********************************************************************************/
#nuestras-soluciones {
    position: relative;
    background-color: #0B85C3;
}

/*
#nuestras-soluciones-fondo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0B85C3;
  background-color: rgba(0, 0, 0, 0.2);
}
*/
#nuestras-soluciones-lista {
    padding-bottom: 1em;
}

.soluciones-columna {
    position: relative;
    margin-bottom: 1em;
}

.soluciones-item {
    position: relative;
    padding-top: 1.2em;
    min-height: 100%;
    text-align: center;
    background-color: #FFFFFF;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

    .soluciones-item > h1 {
        font-size: 1.2em;
        padding: .3em .5em 0;
    }

    .soluciones-item > p {
        font-size: .7em;
        font-family: 'Open Sans';
        color: #808184;
        margin: 0;
        padding: 0 1em 4.5em;
    }

    .soluciones-item > div {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1em;
        font-size: .7em;
        font-weight: bold;
        text-align: center;
        color: #0B85C3;
    }

/*
@media (min-width: 1200px) {
  #nuestras-soluciones-fondo {
    left: 10%;
    right: 10%;
  }
}
*/
/***********************************************************************************/
#home-nuestras-marcas-grupo {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 60px 0 0 10px;
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

#home-nuestras-marcas-bg {
    position: absolute;
    top: 21px;
    width: 578px;
    left: 50%;
    transform: translateX(-50%);
}

#carousel-marcas {
    position: relative;
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

    #carousel-marcas .owl-item {
        text-align: center;
        height: 590px;
        width: 500px;
    }

        #carousel-marcas .owl-item img {
            display: inline-block;
            width: auto;
            max-width: 110%;
            vertical-align: middle;
        }

    #carousel-marcas .owl-nav {
        position: absolute;
        top: 290px;
        left: 0;
        right: 0;
        font-size: 5em;
        font-weight: bold;
        color: #0B85C3;
    }

        #carousel-marcas .owl-nav button {
            position: absolute;
            top: 0;
        }

            #carousel-marcas .owl-nav button:focus {
                outline: none;
            }

    #carousel-marcas .owl-prev {
        left: -30px;
    }

    #carousel-marcas .owl-next {
        right: -30px;
    }

#cycle-marca-frame img {
    max-width: 400px;
}

@media (min-width: 576px) {
    #home-nuestras-marcas-bg {
        top: 10px;
        width: 724px;
    }

    #cycle-marca-frame img {
        max-width: 500px;
    }
}

@media (min-width: 768px) {
    #home-nuestras-marcas-bg {
        top: 0;
        width: auto;
    }

    #cycle-marca-frame img {
        max-width: none;
    }

    #carousel-marcas .owl-nav {
        top: 120px;
    }
}

#cycle-marca-logos {
    margin-top: 30px;
    display: inline-block;
}



/***********************************************************************************/
#confianza {
    padding-top: 3.2em;
}

#carousel-clientes {
    position: relative;
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

    #carousel-clientes .owl-item {
        text-align: center;
        height: 150px;
        line-height: 150px;
    }

        #carousel-clientes .owl-item img {
            display: inline-block;
            width: auto;
            max-width: 100%;
            vertical-align: middle;
        }

    #carousel-clientes .owl-nav {
        position: absolute;
        top: 37px;
        left: 0;
        right: 0;
        font-size: 2em;
        font-weight: bold;
        color: #0B85C3;
    }

        #carousel-clientes .owl-nav button {
            position: absolute;
            top: 0;
        }

            #carousel-clientes .owl-nav button:focus {
                outline: none;
            }

    #carousel-clientes .owl-prev {
        left: -30px;
    }

    #carousel-clientes .owl-next {
        right: -30px;
    }

#link-ver-clientes {
    font-size: .7em;
    font-weight: bold;
    color: #B5B5B5;
}

/***********************************************************************************/
#mapa-contenedor {
    background: url('../img/map.png') no-repeat 50% 25%;
    padding-bottom: 4em;
}

#numeros-contenedor {
    padding-top: 2em;
    padding-bottom: 4em;
}

.numeros-espacio {
    min-height: 100%;
    padding: 1em .5em 1em .5em;
    font-size: 1.1em;
    line-height: 1.1em;
    text-align: center;
    background-color: #FFFFFF;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

.numeros-imagen {
    display: inline-block;
    background: url('../img/numeros/plus.png') no-repeat 0px 0px;
    padding-left: 1.5em;
    padding-bottom: .5em;
}

.numeros-socio {
    display: inline-block;
    font-weight: bold;
    font-size: .7em;
    color: #B5B5B5;
    padding-bottom: 1.6em;
}

@media (min-width: 768px) {
    #mapa-contenedor {
        background-image: url('../img/pattern-03.png'), url('../img/map.png');
        background-repeat: no-repeat, no-repeat;
        background-position: 0% 15%, 100% 50%;
    }

    #numeros-contenedor {
        padding-top: 6em;
    }
}

@media (min-width: 992px) {
    .numeros-espacio {
        display: flex;
        align-items: center;
        text-align: left;
    }

    .numeros-imagen {
        padding-left: 1.3em;
        padding-bottom: 0;
        min-width: 160px;
    }
}

/***********************************************************************************/
.numeros-socio-lista {
    text-align: center;
}

.numeros-socio-fila {
    position: relative;
}

    .numeros-socio-fila > div {
        display: inline-block;
        width: 45%;
    }

    .numeros-socio-fila img {
        margin-bottom: .5em;
    }

@media (min-width: 768px) {
    .numeros-socio-lista {
        text-align: left;
    }

    .numeros-socio-fila {
        position: relative;
        display: inline-block;
    }

        .numeros-socio-fila > div {
            width: auto;
        }

        .numeros-socio-fila img {
            margin-right: .8em;
        }
}

/***********************************************************************************/

#container-noticias {
    position: relative;
    background: url('../img/pattern-06.png') no-repeat left center, linear-gradient(to bottom, #FFFFFF 40%, #0B85C3 84%);
}

#container-lista-noticias {
    padding-bottom: .8em;
}

#noticias-titulo {
    color: #0B85C3;
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    padding-bottom: 1em;
}

.noticias-item {
    min-height: 100%;
    border: 0;
    border-radius: 0px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

    .noticias-item .card-body {
        padding: 1.25rem 1.25rem 2rem;
    }

    .noticias-item .card-subtitle {
        font-family: 'Open Sans';
        font-size: .7em;
        font-weight: bold;
        color: #B5B5B5;
        margin-bottom: .5em;
    }

    .noticias-item .card-title {
        font-size: .9em;
        font-weight: bold;
        color: #0B85C3;
        margin-bottom: .3em;
    }

    .noticias-item .card-text {
        font-family: 'Open Sans';
        font-size: .65em;
        color: #404041;
    }

    .noticias-item .card-link {
        position: absolute;
        bottom: .6em;
        left: 1.25rem;
        font-size: .6em;
        font-weight: bold;
        color: #FAAB34;
    }

#blog-enlace {
    color: #FFFFFF;
    font-size: .8em;
    font-weight: bold;
    padding-bottom: 3em;
}


/***********************************************************************************/
#container-testimonios {
    background: #0B85C3 url('../img/noticias-bg.png') repeat-x 100% 20%;
    padding-top: 2em;
    padding-bottom: 1em;
}

.testimonios-item {
    width: 100%;
}

.testimonios-cita {
    padding: .8em 3em .5em;
    color: #ffffff;
    background-image: url('../img/quotes-left.png'), url('../img/quotes-right.png');
    background-repeat: no-repeat, no-repeat;
    background-position: 0% 0%, 100% 100%;
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

.testimonios-info {
    display: inline-block;
    margin-top: 1.3em;
    font-family: 'Open Sans';
    font-weight: bold;
    text-align: center;
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

    .testimonios-info > div {
        display: inline-block;
        vertical-align: middle;
    }

.testimonio-imagen {
    width: 93px;
    height: 93px;
    overflow: hidden;
    border: 4px solid #FAAB34;
    border-radius: 50%;
}

    .testimonio-imagen img {
        width: 100%;
        height: auto;
    }

.testimonio-autor {
    font-size: 1.05em;
    color: #FAAB34;
}

.testimonio-puesto,
.testimonio-empresa {
    font-size: .75em;
    line-height: 1.4em;
    color: #FFFFFF;
}

#testimonios-pager {
    margin-top: 1em;
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

    #testimonios-pager span {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: auto 8px;
        text-indent: -50px;
        background-color: #B5B5B5;
        border-radius: 50%;
        overflow: hidden;
        cursor: pointer;
    }

        #testimonios-pager span.cycle-pager-active {
            background-color: #FAAB34;
        }

@media (min-width: 576px) {
    .testimonios-item {
        width: 510px;
    }
}

@media (min-width: 768px) {
    .testimonios-item {
        width: 690px;
    }
}

@media (min-width: 992px) {
    .testimonios-item {
        width: 930px;
    }
}

@media (min-width: 1200px) {
    .testimonios-item {
        width: 1015px;
    }
}

/***********************************************************************************
  Soluciones - Gestion de Recursos Humanos
***********************************************************************************/
#patron-esquina {
    position: absolute;
    display: none;
    top: -60px;
    left: -30px;
}

@media (min-width: 576px) {
    #patron-esquina {
        display: block;
    }
}

@media (min-width: 768px) {
    #patron-esquina {
        left: 0px;
    }
}

#encabezado-grh-container {
    position: relative;
    background: url('../img/soluciones/fondo-grh.png') no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}

.fondo-gris-1 {
    background-color: #F3F4F9;
}

.fondo-celeste {
    background-color: #0B85C3;
}

.fondo-azul-1 {
    background-color: #077099;
}

.columna-texto p {
    font-size: 0.8em;
}

.container-image-center {
    text-align: center;
}

    .container-image-center img {
        display: inline-block;
        max-width: 100%;
    }

#soluciones-conoce-mas-container {
    position: relative;
}

#soluciones-conoce-mas-titulo {
    line-height: 40px;
}

#soluciones-conoce-mas-videocont {
    position: relative;
    z-index: 2;
}

#soluciones-conoce-mas-videobg {
    max-width: 100%;
}

#conoce-mas-video {
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    width: 78.5%;
    margin: auto;
}

#soluciones-conoce-mas-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 100px;
    z-index: 1;
}

@media (min-width: 768px) {
    .container-image-center {
        display: flex;
        align-items: center;
    }

    #conoce-mas-video {
        top: 30px;
        width: 546px;
    }
}

@media (min-width: 992px) {
    #conoce-mas-video {
        top: 40px;
        width: 680px;
    }
}

/***********************************************************************************
  Soluciones - Biometria y Autenticacion
***********************************************************************************/
#encabezado-ba-container {
    position: relative;
    background: url('../img/soluciones/fondo-ba.png') no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}

/***********************************************************************************
  Soluciones - Consultoria y Desarrollo
***********************************************************************************/
#encabezado-cd-container {
    position: relative;
    background: url('../img/soluciones/fondo-cd.png') no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}

.container-parrafo-full {
    position: relative;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}

.container-img-full {
    text-align: center;
}

    .container-img-full img {
        max-width: 100%;
    }

@media (min-width: 768px) {
    .container-img-full {
        position: inherit;
    }

        .container-img-full img {
            position: absolute;
            min-height: 100%;
            top: 50%;
            transform: translateY(-50%);
        }

    .img-pos-left {
        right: 50%;
    }

    .img-pos-right {
        left: 50%;
    }
}

/***********************************************************************************
  Soluciones - Infraestructura Cloud
***********************************************************************************/
#encabezado-ic-container {
    position: relative;
    background: url('../img/soluciones/fondo-ic.png') no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}

/***********************************************************************************
  Clientes
***********************************************************************************/
#encabezado-clientes-container {
    position: relative;
    background: url('../img/clientes/fondo-header.png') no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}

.clientes-botones {
    text-align: center;
}

    .clientes-botones .button {
        margin: 0px 5px;
        padding: 0;
        font-family: 'proxima_nova_altbold';
        font-size: .8em;
        line-height: 20px;
        color: #808184;
        text-transform: uppercase;
        background: transparent none;
        border: none;
    }

        .clientes-botones .button:focus,
        .clientes-botones .button.is-checked {
            color: #FAAB34;
            outline: none;
        }

.clientes-grilla .grid {
    margin: 0 auto;
}

.clientes-grilla .element-item {
    position: relative;
    width: 170px;
    height: 120px;
    margin-bottom: 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

    .clientes-grilla .element-item img {
        position: absolute;
        display: block;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

#clientes-testimonios .testimonios-cita {
    color: #404041;
}

#clientes-testimonios .testimonio-puesto,
#clientes-testimonios .testimonio-empresa {
    color: #404041;
}

/***********************************************************************************
  Nosotros (Fractal)
***********************************************************************************/
#encabezado-nosotros-container {
    position: relative;
    background: url('../img/nosotros/fondo-header.png') no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}

p.textoparraf {
    font-size: .8em;
}

#nosotros-valores {
    background: #0B85C3;
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

    #nosotros-valores .img-cont {
        height: 130px;
        display: flex;
        align-items: center;
    }

        #nosotros-valores .img-cont img {
            margin: 0 auto;
        }

    #nosotros-valores .col-2 {
        background-color: rgba(0, 0, 0, 0.2);
    }

    #nosotros-valores span {
        display: block;
        font-family: 'proxima_nova_altbold';
        font-size: .8em;
        line-height: 22px;
        color: #FFFFFF;
    }

/***********************************************************************************/
#nosotros-historia {
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

/* Timeline Historia */
.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    transition: opacity 0.2s;
}

    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'mobile';
        display: none;
    }

    .cd-horizontal-timeline.loaded {
        /* show the timeline after events position has been set (using JavaScript) */
        opacity: 1;
    }

    .cd-horizontal-timeline .timeline {
        position: relative;
        height: 100px;
        width: 90%;
        max-width: 800px;
        margin: 0 auto;
    }

    .cd-horizontal-timeline .events-wrapper {
        position: relative;
        height: 100%;
        margin: 0 40px;
        overflow: hidden;
    }

        .cd-horizontal-timeline .events-wrapper::after,
        .cd-horizontal-timeline .events-wrapper::before {
            /* these are used to create a shadow effect at the sides of the timeline */
            content: '';
            position: absolute;
            z-index: 2;
            top: 0;
            height: 100%;
            width: 20px;
        }

    .cd-horizontal-timeline .events {
        /* this is the grey line/timeline */
        position: absolute;
        z-index: 1;
        left: 0;
        top: 49px;
        height: 2px;
        /* width will be set using JavaScript */
        /*background: #dfdfdf;*/
        background: url('../img/nosotros/historia-linea.png') repeat-x 0px 0px;
        transition: transform 0.4s;
    }

    .cd-horizontal-timeline .filling-line {
        /* this is used to create the green line filling the timeline */
        position: absolute;
        display: none;
        z-index: 1;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #7b9d6f;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 0.3s;
    }

    .cd-horizontal-timeline .events a {
        position: absolute;
        bottom: 0;
        z-index: 2;
        text-align: center;
        font-size: 1.4rem;
        font-weight: bold;
        padding-bottom: 15px;
        color: #383838;
        transform: translateZ(0);
    }

    .cd-horizontal-timeline a:hover {
        text-decoration: none;
    }

    .cd-horizontal-timeline .events a::after {
        /* this is used to create the event spot */
        content: '';
        position: absolute;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: -6px;
        height: 14px;
        width: 14px;
        border-radius: 50%;
        border: 1px solid #0B85C3;
        background-color: #F3F4F9;
        transition: background-color 0.3s, border-color 0.3s;
    }

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #7b9d6f;
    border-color: #7b9d6f;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

    .cd-horizontal-timeline .events a.selected::after {
        background-color: #0B85C3;
    }

.cd-horizontal-timeline .events a.older-event::after {
    /*border-color: #7b9d6f;*/
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 1px solid #0B85C3;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    transition: border-color 0.3s;
}

    .cd-timeline-navigation a::after {
        /* arrow icon */
        content: '';
        position: absolute;
        height: 16px;
        width: 16px;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        background: url(../img/nosotros/cd-arrow.png) no-repeat 0 0;
    }

    .cd-timeline-navigation a.prev {
        left: 0;
        transform: translateY(-50%) rotate(180deg);
    }

    .cd-timeline-navigation a.next {
        right: 0;
    }

.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

    .cd-timeline-navigation a.inactive::after {
        background-position: 0 -16px;
    }

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    transition: height 0.4s;
}

    .cd-horizontal-timeline .events-content li {
        position: absolute;
        z-index: 1;
        width: 100%;
        left: 0;
        top: 0;
        transform: translateX(-100%);
        opacity: 0;
        animation-duration: 0.4s;
        animation-timing-function: ease-in-out;
    }

        .cd-horizontal-timeline .events-content li.selected {
            position: relative;
            z-index: 2;
            opacity: 1;
            transform: translateX(0);
        }

        .cd-horizontal-timeline .events-content li.enter-right,
        .cd-horizontal-timeline .events-content li.leave-right {
            animation-name: cd-enter-right;
        }

        .cd-horizontal-timeline .events-content li.enter-left,
        .cd-horizontal-timeline .events-content li.leave-left {
            animation-name: cd-enter-left;
        }

        .cd-horizontal-timeline .events-content li.leave-right,
        .cd-horizontal-timeline .events-content li.leave-left {
            animation-direction: reverse;
        }

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

#timeline-flechas {
    position: absolute;
    top: 200px;
    left: 5px;
    right: 5px;
    user-select: none;
}

    #timeline-flechas > div {
        position: absolute;
        top: 0px;
        font-size: 120px;
        font-weight: bold;
        color: #0B85C3;
        cursor: pointer;
        z-index: 3;
    }

#timeline-prev {
    left: 0px;
}

#timeline-next {
    right: 0px;
}

.historia-fecha-contenido {
    position: relative;
}

.historia-texto {
    margin: auto;
    padding-bottom: 20px;
    max-width: 580px;
    text-align: center;
}

.historia-fecha-contenido h2 {
    padding-top: 30px;
    margin-bottom: 15px;
    font-size: 1.5em;
    font-weight: bold;
    color: #0B85C3;
}

.historia-fecha-contenido h4 {
    margin: 30px 0 10px;
    font-size: 0.9em;
    font-weight: bold;
    color: #000000;
}

.historia-fecha-contenido p {
    font-size: 0.9em;
}

.historia-imagen {
    text-align: center;
}

    .historia-imagen img {
        max-width: 360px;
    }

@media (min-width: 576px) {
    #timeline-flechas {
        top: 310px;
    }

    .historia-imagen img {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    #timeline-flechas {
        top: 120px;
    }

    .historia-imagen img {
        max-width: 100%;
    }
}

/***********************************************************************************/
#nosotros-socios {
    background: url(../img/nosotros/socios-bg.jpg) no-repeat 50% 50%;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    background-size: cover;
}

/***********************************************************************************
  Noticias
***********************************************************************************/
#encabezado-noticias-container {
    position: relative;
    background: url('../img/noticias/fondo-header.png') no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}

    #encabezado-noticias-container #bg-video-mask,
    #encabezado-noticias-container #bg-imagen-gradient {
        display: none;
    }

#noticias-enlace {
    color: #000000;
    font-size: .8em;
    font-weight: bold;
    padding-bottom: 3em;
}

/***********************************************************************************
  Contacto
***********************************************************************************/
#encabezado-contacto-container {
    position: relative;
    background: url('../img/contacto/fondo-header.png') no-repeat 50% 50%;
    background-size: cover;
    overflow: hidden;
}

    #encabezado-contacto-container #bg-video-mask,
    #encabezado-contacto-container #bg-imagen-gradient {
        display: none;
    }

#contacto-encabezado {
    font-size: .7em;
    line-height: 1.2em;
}

.form-caja {
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

#contactForm {
    padding: 20px 20px 20px;
}

    #contactForm .form-control {
        border: 0px none;
        border-bottom: 1px solid #0B85C3;
        border-radius: 0px;
    }

        #contactForm .form-control::placeholder {
            font-weight: bold;
        }

        #contactForm .form-control:focus {
            box-shadow: none;
        }

    #contactForm .btn {
        min-width: 200px;
        color: #FFFFFF;
        font-family: 'proxima_nova_altbold';
        background-color: #FAAB34;
    }

    #contactForm .help-block ul {
        margin: 0;
        padding: 0;
    }

    #contactForm .help-block li {
        list-style-type: none;
        font-size: .6em;
        font-weight: bold;
    }

#mapa-container {
    position: relative;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 100%;
}

    #mapa-container > iframe {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        min-height: 100%;
        max-height: 100%;
    }

/***********************************************************************************
  Pie de pagina
***********************************************************************************/
#footer-01 {
    position: relative;
    padding-top: 3.2em;
    padding-bottom: 1.3em;
    color: #FFFFFF;
    font-size: .7em;
    line-height: 1.5em;
    background-color: #2D2D2D;
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

#footer-bg {
    position: absolute;
    display: none;
    top: -23px;
    right: 0px;
}

@media (min-width: 450px) {
    #footer-bg {
        display: block;
    }
}

#footer-logos {
    position: relative;
    margin-bottom: .4em;
}

    #footer-logos > * {
        display: inline-block;
        vertical-align: top;
    }

    #footer-logos > img {
        margin-right: 1.5em;
    }

    #footer-logos > a {
        margin-right: .5em;
    }

#footer-menu {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: .4em;
}

    #footer-menu > li {
        display: inline-block;
        margin-right: .5em;
    }

#footer-soluciones {
    list-style-type: none;
    padding-left: 0;
}

#footer-esp-dos {
    font-family: 'Open Sans';
}

.footer-dato {
    line-height: 1.3em;
    margin-bottom: .7em;
}

#footer-menu > li a,
#footer-soluciones > li a {
    color: #FFFFFF;
}

/***********************************************************************************/
#footer-certificacion {
    padding-top: .2em;
    padding-bottom: .5em;
}

    #footer-certificacion > div {
        display: inline-block;
        vertical-align: middle;
        font-weight: bold;
        margin-right: 2em;
    }

        #footer-certificacion > div:first-child {
            display: block;
            padding-bottom: 10px;
        }

#footer-legal {
    padding-top: .8em;
}

    #footer-legal a {
        display: inline-block;
        font-weight: bold;
        color: #FFFFFF;
        margin-right: 1em;
    }

/***********************************************************************************/
#footer-02 {
    padding-top: .8em;
    padding-bottom: .8em;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: .6em;
    color: #FFFFFF;
    background-color: #1E1E1E;
    /*background-color: rgba(150, 0, 0, 0.2);*/
}

/***********************************************************************************/
#web-nav-down {
    position: fixed;
    bottom: 20px;
    left: calc(50vw - 12px);
    cursor: pointer;
    z-index: 100;
}

/***********************************************************************************
  Botones de acceso
***********************************************************************************/
.boton-acceso,
.boton-acceso:hover {
    width: 226px;
    height: 43px;
    background-color: #FAAB34;
    border-radius: 5px;
    text-decoration: none;
    font-family: 'proxima_nova_altbold';
    font-style: normal;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF;
}

/***********************************************************************************
  Enlace de ver mas
***********************************************************************************/
.enlace-ver-mas {
    text-decoration: none;
    font-family: 'BariolRegular';
    font-size: 0.7em;
    font-weight: bold;
    color: #0B85C3;
}

    .enlace-ver-mas:hover {
        text-decoration: none;
        color: #000000;
    }

#testimonios-titulo {
    color: #FFFFFF;
    font-size: 1.6em;
}

/***********************************************************************************/
