/***********************************************************************************/
body {
    background: #F5F7FA url('../imgSpiralia/home/home-bg-01.png') no-repeat 50% -1%;
    /*background: #FFFFFF url('../img/top-bg.jpg') no-repeat 50% 80px;*/
    font-family: 'Open Sans', 'OpenSans';
    font-size: 24px;
    color: #6D6E71;
}

.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;
}

@media (min-width: 1366px) {
    body {
        background-size: contain;
    }
}

@media (min-width: 1560px) {
    body {
        background-position-y: -300px;
    }
}

/***********************************************************************************/
#top-navbar {
    margin-top: 1.1em;
}

#link-logo {
    /* margin-top: 1em;*/
    padding: 0;
}
    #mainNav .nav-link {
        color: #FFFFFF;
        font-weight: bolder;
        font-size: 0.67em;
    }

    #mainNav .active .nav-link {
        color: #F4F4F4;
    }
.btn-link-portal {
    padding: .5em 1.2em;
    font-size: .85em;
    font-weight: bold;
    background-color: #6CB94A;
    border: 0px none;
    border-radius: .5em;
    color: white;
}

@media (max-width: 992px){
    #mainNav {
        margin-bottom: 10px !important;
    }

    .navbar-bar {
        justify-content:flex-start !important;
    }
    #mainNav .nav-link {
        margin: 2px 0;
    }

    #navbarCollapse a {
        align-self: flex-start;
        font-size: .65em;
    }
}
/***********************************************************************************/
.lang-list-item {
    display: block;
    padding: 5px 0px 5px 20px;
    color: #000000;
    font-weight: bold;
    background: url('../imgSpiralia/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;
    }
/***********************************************************************************/
#home-somos {
    padding-top: 0.5em;
    padding-bottom: 11em;
    text-align: center;
    overflow: hidden;
}

#home-txt01 {
    margin-top: 3em;
    font-size: 1.2em;
    line-height: 1em;
    color: #FFFFFF;
}

#home-txt02 {
    margin-top: .5em;
    font-size: 1.8em;
    line-height: .9em;
    font-weight: bold;
    color: #FFFFFF;
}

#home-btn01 {
    padding: .5em 1.2em;
    font-size: .85em;
    font-weight: bold;
    background-color: #6CB94A;
    border: 0px none;
    border-radius: .5em;
}

#home-video-cont {
    position: relative;
    display: inline-block;
    padding: 43px 0 0 9px;
}

#home-video-bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 640px;
    z-index: -1;
}

#home-video {
    width: 442px;
    height: 287px;
    background-color: #000000;
}

#home-video-fractal-link {
    position: absolute;
    bottom: -80px;
    left: 30%;
}

    #home-video-fractal-link img {
        transition: filter 1s;
        filter: grayscale(100%);
    }

        #home-video-fractal-link img:hover {
            transition: filter 0.5s;
            filter: grayscale(0%);
        }

@media (max-width: 490px) {
    #home-video-cont {
        padding: 27px 0 0 6px;
    }

    #home-video-bg {
        width: 406px;
    }

    #home-video {
        width: 280px;
        height: 182px;
    }
}

@media (min-width: 992px) {
    #home-somos {
        text-align: left;
    }

    #home-video-cont {
        padding: 43px 0 0 104px;
        position: absolute;
        left: -95px;
    }

    #home-video-bg {
        left: 0;
        transform: none;
    }

    #home-video-fractal-link {
        left: 43%;
    }
}

@media (min-width: 1200px) {
    #home-video-bg {
        width: 745px;
    }

    #home-video-cont {
        padding: 50px 0 0 121px;
        left: -125px;
    }

    #home-video {
        width: 515px;
        height: 335px;
    }

    #home-video-fractal-link {
        left: 43%;
    }
}

@media (min-width: 1370px) {
    #home-video-bg {
        width: auto;
    }

    #home-video-cont {
        padding: 53px 0 0 127px;
        left: -125px;
    }

    #home-video {
        width: 536px;
        height: 348px;
    }

    #home-somos {
        padding-top: 3.5em;
    }

    #home-video-fractal-link {
        bottom: -100px;
        left: 46%;
    }
}

/***********************************************************************************/
#que-es {
    padding-top: 2em;
    padding-bottom: 1.5em;
    /*background: rgba(0, 0, 0, 0.2);*/
}

#home-tit01 {
    display: inline-block;
    padding-left: 35px;
    font-size: 1.3em;
    color: #13486A;
    font-weight: bold;
    background: url('../imgSpiralia/polygon-01.png') no-repeat 0% 10px;
}

#home-txt03 {
    padding-top: .6em;
}

/***********************************************************************************/
#seccion-home-iconos {
    padding-top: 2.4em;
}

.home-iconos {
    padding: 0 2em .7em;
}

    .home-iconos p {
        padding-top: .5em;
        font-size: .7em;
    }

#home-btn02 {
    padding: .5em 1.2em;
    font-size: .85em;
    font-weight: bold;
    background-color: #6CB94A;
    border: 0px none;
    border-radius: .5em;
}

/***********************************************************************************/
#container-por-que {
    position: relative;
    padding-top: 3.2em;
    padding-bottom: 8.3em;
    overflow: hidden;
    background: #FFFFFF;
    /*background: rgba(0, 0, 0, 0.2);*/
}

#por-que-titulo {
    margin-top: 4.6em;
    padding-left: 35px;
    font-size: 1.3em;
    color: #13486A;
    font-weight: bold;
    background: url('../imgSpiralia/polygon-01.png') no-repeat 0% 10px;
}

#por-que-imagen-contenedor {
    text-align: center;
}

    #por-que-imagen-contenedor img {
        display: inline-block;
        max-width: 100%;
    }

#por-que-slider-contenedor {
    margin-top: 2.6em;
    width: 1100px;
    /*background: rgba(0, 0, 0, 0.2);*/
}

.por-que-slide {
    padding-right: 120px;
    width: 530px;
    white-space: normal;
    /*background: rgba(0, 0, 0, 0.2);*/
}

.por-que-slide-titulo {
    padding-bottom: .5em;
}

    .por-que-slide-titulo > * {
        display: block;
    }

    .por-que-slide-titulo h1 {
        margin-right: .5em;
        width: 69px;
        height: 69px;
        border-radius: 50%;
        text-align: center;
        color: #FFFFFF;
        font-weight: bold;
        line-height: 69px;
        float: left;
    }

    .por-que-slide-titulo h2 {
        margin-bottom: 0;
        width: 380px;
        font-size: 1.7em;
        line-height: 1em;
        font-weight: bold;
    }

    .por-que-slide-titulo span {
        width: 380px;
        font-size: .85em;
        color: #6D6E71;
    }

.por-que-slide p {
    padding-top: .2em;
    font-size: .7em;
    color: #6D6E71;
}

.por-que-slide-01 {
    border-bottom: 4px solid #F1BA4D;
}

    .por-que-slide-01 h1 {
        background-color: #F1BA4D;
    }

    .por-que-slide-01 h2 {
        color: #F1BA4D;
    }

.por-que-slide-02 {
    border-bottom: 4px solid #4CBCB8;
}

    .por-que-slide-02 h1 {
        background-color: #4CBCB8;
    }

    .por-que-slide-02 h2 {
        color: #4CBCB8;
    }

.por-que-slide-03 {
    border-bottom: 4px solid #7A44A9;
}

    .por-que-slide-03 h1 {
        background-color: #7A44A9;
    }

    .por-que-slide-03 h2 {
        color: #7A44A9;
    }

.por-que-slide-04 {
    border-bottom: 4px solid #F66770;
}

    .por-que-slide-04 h1 {
        background-color: #F66770;
    }

    .por-que-slide-04 h2 {
        color: #F66770;
    }

#cycle-next {
    position: absolute;
    top: 78%;
    right: 50px;
    color: #6CB94A;
    font-family: 'BariolRegular';
    font-weight: bold;
    font-size: 120px;
    cursor: pointer;
}

@media (min-width: 768px) {
    #por-que-imagen-contenedor {
        display: flex;
        align-items: center;
    }

    #cycle-next {
        top: 62%;
    }
}

/***********************************************************************************/
#home-fondo-contenedor {
    background: #F5F7FA url('../imgSpiralia/home/home-bg-02.png') no-repeat 50% 0%;
    padding-top: 2.3em;
    overflow: hidden;
}

@media (min-width: 1366px) {
    #home-fondo-contenedor {
        background-size: contain;
    }
}

@media (min-width: 1560px) {
    #home-fondo-contenedor {
        background-position-y: -400px;
    }
}

/***********************************************************************************/
#puedes-hacer-contenedor {
    padding-bottom: 2.5em;
    /*background: rgba(0, 0, 0, 0.2);*/
}

#puedes-hacer-titulo {
    display: inline-block;
    padding-left: 35px;
    font-size: 1.3em;
    color: #FFFFFF;
    font-weight: bold;
    background: url('../imgSpiralia/polygon-01.png') no-repeat 0% 10px;
}

#puedes-hacer-subtitulo {
    margin-top: .8em;
    padding-left: 35px;
    font-size: 1.3em;
    color: #FFFFFF;
    font-weight: bold;
    background: url('../imgSpiralia/polygon-01.png') no-repeat 0% 10px;
}

#puedes-hacer-texto {
    font-size: .8em;
    color: #FFFFFF;
}

#puedes-hacer-tabs ul {
    margin-top: .5em;
    list-style-type: none;
    padding: 0;
}

    #puedes-hacer-tabs ul a {
        display: flex;
        align-items: center;
        margin-bottom: .7em;
        padding: .5em;
        font-size: .7em;
        font-weight: bold;
        color: #13486A;
        background: #FFFFFF;
        border-radius: 10px;
    }

        #puedes-hacer-tabs ul a.active,
        #puedes-hacer-tabs ul a:hover {
            text-decoration: none;
            background: #EDEFF5;
        }

    #puedes-hacer-tabs ul img {
        display: inline-block;
        margin-right: .5em;
    }

    #puedes-hacer-tabs ul span {
        line-height: 1.2em;
    }

#puedes-hacer-tab-container {
    position: relative;
    display: inline-block;
    padding: 24px 0 0 65px;
    width: 400px;
    height: 300px;
    text-align: left;
}

    #puedes-hacer-tab-container img {
        position: relative;
        z-index: 2;
    }

    #puedes-hacer-tab-container #puedes-hacer-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

.puedes-hacer-tab {
    max-width: 277px;
}

@media (max-width: 420px) {
    #puedes-hacer-tab-container {
        padding: 17px 0 0 48px;
        width: 290px;
        height: 190px;
    }

    .puedes-hacer-tab {
        max-width: 200px;
    }
}

@media (min-width: 992px) {
    #puedes-hacer-tab-container {
        position: absolute;
        top: 95px;
        left: 50%;
        padding: 48px 0 0 127px;
        width: 778px;
        height: 484px;
        transform: translateX(-50%);
        text-align: left;
    }

    .puedes-hacer-tab {
        max-width: 537px;
    }
}

/***********************************************************************************/
#jefes-unidad-contenedor {
    /*background: rgba(0, 0, 0, 0.2);*/
}

#jefes-unidad-subtitulo {
    margin-top: .8em;
    padding-left: 35px;
    font-size: 1.3em;
    color: #13486A;
    font-weight: bold;
    background: url('../imgSpiralia/polygon-01.png') no-repeat 0% 10px;
}

#jefes-unidad-texto {
    font-size: .8em;
    color: #6D6E71;
}

#jefes-unidad-tabs ul {
    margin-top: .5em;
    list-style-type: none;
    padding: 0;
}

    #jefes-unidad-tabs ul a {
        display: flex;
        align-items: center;
        margin-bottom: .7em;
        padding: .5em;
        font-size: .7em;
        font-weight: bold;
        color: #13486A;
        background: #FFFFFF;
        border-radius: 10px;
    }

        #jefes-unidad-tabs ul a.active,
        #jefes-unidad-tabs ul a:hover {
            text-decoration: none;
            background: #EDEFF5;
        }

    #jefes-unidad-tabs ul img {
        display: inline-block;
        margin-right: .5em;
    }

    #jefes-unidad-tabs ul span {
        line-height: 1.2em;
    }

#jefes-unidad-tab-container {
    position: relative;
    display: inline-block;
    padding: 24px 0 0 65px;
    width: 400px;
    height: 300px;
    text-align: left;
}

    #jefes-unidad-tab-container img {
        position: relative;
        z-index: 2;
    }

    #jefes-unidad-tab-container #jefes-unidad-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

.jefes-unidad-tab {
    max-width: 277px;
}

@media (max-width: 420px) {
    #jefes-unidad-tab-container {
        padding: 17px 0 0 48px;
        width: 290px;
        height: 190px;
    }

    .jefes-unidad-tab {
        max-width: 200px;
    }
}

@media (min-width: 992px) {
    #jefes-unidad-tab-container {
        position: absolute;
        top: 95px;
        left: 50%;
        padding: 48px 0 0 127px;
        width: 778px;
        transform: translateX(-50%);
        text-align: left;
    }

    .jefes-unidad-tab {
        max-width: 537px;
    }
}

/***********************************************************************************/
#equipo-rrhh-contenedor {
    padding-top: 4em;
    padding-bottom: 4em;
    background-color: #FFFFFF;
    background-image: url('../imgSpiralia/home/equipo-curva-arriba.png'), url('../imgSpiralia/home/equipo-curva-abajo.png');
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 0%, 50% 100%;
    background-size: contain;
    /*background: rgba(0, 0, 0, 0.2);*/
}

#equipo-rrhh-titulo {
    display: inline-block;
    padding-left: 35px;
    font-size: 1.3em;
    color: #FFFFFF;
    font-weight: bold;
    background: url('../imgSpiralia/polygon-01.png') no-repeat 0% 10px;
}

#equipo-rrhh-subtitulo {
    margin-top: .8em;
    padding-left: 35px;
    font-size: 1.3em;
    color: #13486A;
    font-weight: bold;
    background: url('../imgSpiralia/polygon-01.png') no-repeat 0% 10px;
}

#equipo-rrhh-texto {
    font-size: .8em;
    color: #6D6E71;
}

#equipo-rrhh-tabs ul {
    margin-top: .5em;
    list-style-type: none;
    padding: 0;
}

    #equipo-rrhh-tabs ul a {
        display: flex;
        align-items: center;
        margin-bottom: .7em;
        padding: .5em;
        font-size: .7em;
        font-weight: bold;
        color: #13486A;
        background: #F5F7FA;
        border-radius: 10px;
    }

        #equipo-rrhh-tabs ul a.active,
        #equipo-rrhh-tabs ul a:hover {
            text-decoration: none;
            background: #EDEFF5;
        }

    #equipo-rrhh-tabs ul img {
        display: inline-block;
        margin-right: .5em;
    }

    #equipo-rrhh-tabs ul span {
        line-height: 1.2em;
    }

#equipo-rrhh-tab-container {
    position: relative;
    display: inline-block;
    padding: 24px 0 0 65px;
    width: 400px;
    height: 300px;
    text-align: left;
}

    #equipo-rrhh-tab-container img {
        position: relative;
        z-index: 2;
    }

    #equipo-rrhh-tab-container #equipo-rrhh-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

.equipo-rrhh-tab {
    max-width: 277px;
}

@media (max-width: 420px) {
    #equipo-rrhh-tab-container {
        padding: 17px 0 0 48px;
        width: 290px;
        height: 190px;
    }

    .equipo-rrhh-tab {
        max-width: 200px;
    }
}

@media (min-width: 992px) {
    #equipo-rrhh-tab-container {
        position: absolute;
        top: 0px;
        left: 50%;
        padding: 48px 0 0 127px;
        width: 778px;
        height: 484px;
        transform: translateX(-50%);
        text-align: left;
    }

    .equipo-rrhh-tab {
        max-width: 537px;
    }
}

@media (min-width: 1366px) {
    #equipo-rrhh-contenedor {
        padding-top: 7em;
        padding-bottom: 7em;
    }
}

/***********************************************************************************/
#container-descarga {
    padding-bottom: 2.5em;
    /*background: rgba(0, 0, 0, 0.2);*/
}

#descarga-titulo {
    margin-top: 4.8em;
    padding-left: 35px;
    font-size: 1.2em;
    color: #13486A;
    font-weight: bold;
    background: url('../imgSpiralia/polygon-01.png') no-repeat 0% 10px;
}

#descarga-texto {
    margin-top: 1em;
    font-size: .7em;
    color: #6D6E71;
}

#descarga-enlaces-contenedor {
    margin-top: 1.5em;
}

/***********************************************************************************/
#container-contacto {
    background: url('../imgSpiralia/home/fondo-contacto.png') no-repeat 50% 0%;
    background-size: cover;
}

#contactForm {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
    padding: 1em;
    color: #13486A;
    background: #FFFFFF;
    border-radius: 10px;
}

    #contactForm label {
        font-size: .7em;
        font-weight: bold;
    }

#formulario-titulo {
    display: inline-block;
    padding-left: 35px;
    font-size: 1.2em;
    color: #13486A;
    font-weight: bold;
    background: url('../imgSpiralia/polygon-01.png') no-repeat 0% 10px;
}

#contactForm #sendMessageButton {
    margin-top: .5em;
    font-weight: bold;
    padding: .5rem 1.4rem;
    background: #6CB94A;
    border: 0px none;
}

#contactForm .help-block {
    font-size: .7em;
}

#contactForm #success {
    font-size: .8em;
}

/***********************************************************************************/
#footer-01 {
    position: relative;
    padding-top: 2.5em;
    padding-bottom: 1.3em;
    color: #FFFFFF;
    font-size: .7em;
    background-color: #13486A;
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

#footer-logos {
    position: relative;
    margin-bottom: .4em;
}

    #footer-logos > * {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: 1em;
    }

    #footer-logos > img {
        margin-right: 1.5em;
    }

    #footer-logos > a {
        margin-right: .5em;
    }

#footer-menu {
    list-style-type: none;
    margin-top: 1em;
    margin-bottom: .4em;
    padding-left: 0;
    font-weight: bold;
    color: #EAEAEA;
}

    #footer-menu > li {
        font-size: .9em;
        margin-bottom: .5em;
    }

    #footer-menu a {
        color: #EAEAEA;
    }

/***********************************************************************************/
#footer-descarga {
    margin-top: .4em;
    margin-bottom: .5em;
    font-weight: bold;
}

#footer-esp-dos a {
    display: inline-block;
    margin-bottom: .5em;
}

/***********************************************************************************/
#footer-02 {
    padding-top: .8em;
    padding-bottom: .8em;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: .6em;
    color: #FFFFFF;
    background-color: #0E3B57;
    /*background-color: rgba(150, 0, 0, 0.2);*/
}

/***********************************************************************************/
