/*Template Name: emtusa2016
Theme URI: www.emtusahuelva.es
Description: Plantilla Joomla para Emtusa Huelva
Version: 1.0
Author: Enrique V. García Rodríguez
Author URI: www.prismainternetmarketing.com
Tags:
*/

@charset "utf-8";

/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);

/* fondos */

html {
    height: 100%;
}

body {
    height: 100%;
    background: url(../img/fondo-huelva-muelle-tinto.jpg) repeat-x #00a3f6 fixed bottom center;
}


/* fin fondos */


/* texto */

body {
    font-size: 62.5%;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 200%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    color: #555;
    /*white*/
}

h1,
h2 {
    font-weight: 300;
    letter-spacing: -2px;
    margin: 10px 0;
}

h3,
h4 {
    font-weight: 300;
    letter-spacing: -1px;
    margin: 10px 0;
}

h5,
h6 {
    font-weight: 300;
    letter-spacing: -0.5px;
    margin: 10px 0;
}

p {
    font-size: 14px;
    font-size: 1.4rem;
    /* =14px */
    line-height: 150%;
    margin-bottom: 12px;
}

strong {
    font-weight: 600;
}

a {
    color: #555;
    /*white*/
}

a:hover {
    color: #ffaf00;
    text-decoration: none;
}


/* fin texto */


/* ####################  GENERALES  #################### */

img {
    max-width: 100%;
}

img.marcos {
    border: 10px solid white;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}

.sinmargin {
    margin: 0;
}

.sinpadding {
    padding: 0;
}

div.doscol {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    margin-bottom: 40px;
}

div.trescol {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    div.trescol {
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        margin-bottom: 40px;
    }
}

@media (max-width: 540px) {
    div.doscol {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        margin-bottom: 40px;
    }
    div.trescol {
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        margin-bottom: 40px;
    }
}

.celeste {
    background-color: #f2faff;
}

.celeste-oscuro {
    background-color: #00a3f6;
}

.separador-sombra {
    background-image: url(../img/separador-sombra.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}

.planotrans-bg {
    background-image: url(../img/planotrans-bg.jpg);
    background-position: top center;
    background-size: cover;
}

.desta-txt-01 {
    font-family: 'Roboto', sans-serif;
    color: #00a3f6;
    line-height: 200%;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 400;
    letter-spacing: -1px;
}

a.leer-mas-01 {
    display: block;
    float: right;
    border-radius: 4px;
    padding: 5px 15px 5px 50px;
    text-align: right;
    background-color: #00a3f6;
    color: #f2faff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: -1px;
}

a.leer-mas-01:hover {
    background-color: #ffaf00;
    color: white;
}

a.leer-mas-02 {
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 5px 15px;
    text-align: right;
    background-color: #00a3f6;
    color: #f2faff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: -1px;
}

a.leer-mas-02:hover {
    background-color: #ffaf00;
    color: white;
}

a.superlink {
    background-color: #00a3f6;
    color: white;
    padding: 4px 12px;
    border-radius: 6px;
}

a.superlink:hover {
    background-color: #ffaf00;
}

a.superlink2 {
    background-color: #00a3f6;
    color: white !important;
    padding: 2px 14px;
    border-radius: 2px;
}

a.superlink2:hover {
    background-color: #ffaf00;
}

a.superlink3 {
    display: inline-block;
    background-color: #00a3f6;
    color: white !important;
    padding: 6px 14px;
    border-radius: 6px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 120%;
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: -1px;
    font-weight: 400;
}

a.superlink3:hover {
    background-color: #ffaf00;
}

a.fancy_image img {
    border: 10px solid white;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}

img.marco-img {
    border: 10px solid white;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}

/* .anim-hidden {
    opacity: 0;
} */

/* .anim-visible {
    opacity: 1;
} */

.bold-text {
    color: #00a3f6;
    font-size: 36px !important;
    font-size: 3.6rem !important;
    font-weight: 400!important;
    letter-spacing: -2px !important;
}

.bold-text a {
    color: #00a3f6;
    overflow-wrap: break-word;
}

.emt-badge-01 {
    width: 100%;
    max-width: 200px;
    margin: auto;
    border-radius: 8px;
    padding: 30px;
    background-color: #00a3f6;
    color: white;
    text-align: center;
    margin-bottom: 15px;
}

.emt-badge-01 p {
    margin: 0;
    line-height: 20px !important;
    font-weight: 400 !important;
}

.emt-badge-01 a {
    color: white;
    font-size: 20px;
    font-size: 2.0rem;
    letter-spacing: -1px;
}

.emt-badge-01 a:hover {
    color: #ffaf00;
}

.emt-badge-01 .fa {
    margin-bottom: 15px;
}

.emt-badge-01 a span {
    font-size: 14px !important;
    font-size: 1.4rem !important;
}

.emt-descargas a {
    display: block;
    padding: 4px 12px;
    border-radius: 4px;
    /*  background-color: #00a3f6;

  color: white;*/
    background-color: #f9f9f9;
    color: #333;
    margin-bottom: 8px;
    clear: both;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: -0.5px;
    border: 1px solid #ddd;
    text-decoration: none !important;
}

.emt-descargas a:before {
    content: '\f1c1';
    font-family: FontAwesome;
    margin-right: 6px;
    font-size: 22px;
    font-size: 2.2rem;
    color: red;
}

.emt-descargas a.zipped:before {
    content: '\f1c6';
    font-family: FontAwesome;
    margin-right: 6px;
    font-size: 22px;
    font-size: 2.2rem;
    color: #ffaf00;
}

.emt-descargas a:hover {
    background-color: #ffaf00;
    color: #000000 !important;
}

.padding-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-15x {
    padding-top: 60px;
    padding-bottom: 15px;
}

@media all and (max-width:991px) {
    .padding-15x {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}


/*--- */

.emtusa-01 {
    text-transform: uppercase;
    color: #00a3f6;
    font-weight: 600;
}

.emt-12,
.emt-03,
.emt-04,
.emt-05,
.emt-06,
.emt-07,
.emt-08 {
    display: inline-block;
    padding: 4px 8px;
    margin-right: 10px;
    margin-bottom: 4px;
    font-weight: 600;
}

.emt-12 {
    background-color: darkblue;
    color: white;
}

.emt-03 {
    background-color: red;
    color: white;
}

.emt-04 {
    background-color: yellow;
    color: black;
}

.emt-05 {
    background-color: pink;
    color: black;
}

.emt-06 {
    background-color: darkgreen;
    color: white;
}

.emt-07 {
    background-color: darkorange;
    color: white;
}

.emt-08 {
    background-color: skyblue;
    color: black;
}


/*---*/

.emt-cen-head-01 {
    padding-bottom: 24px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: -2px;
    background-image: url(../img/separador-sombra.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.emt-cen-head-02 {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: -2px;
}


/*---*/

.listings ul,
.listings ol {
    margin-top: 30px;
    margin-bottom: 30px;
}

.listings ul {
    list-style-type: none;
    padding-left: 10px;
}

.listings ol {
    list-style-type: none;
    counter-reset: step-counter;
    padding-left: 20px;
}

.listings ul li,
.listings ol li {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 120%;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    font-weight: 300;
    margin-bottom: 15px;
}

.listings ul li {
    padding-left: 15px;
    background: url(../img/skyblue-tick.png) no-repeat top 8px left;
}

.listings ol li:before {
    counter-increment: step-counter;
    content: counter(step-counter, lower-alpha);
    margin-right: 5px;
    font-size: 80%;
    background-color: #00a3f6;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
}

.listings ul li ul li {
    padding-left: 15px;
    background: url(../img/lightskyblue-tick.png) no-repeat top 8px left;
}

p.plist {
    line-height: 120% !important;
}


/*---*/

ul.menuppal ul li a.nocontent {
    color: #FF0000 !important;
}

p.nocontent {
    text-align: center;
    font-family: 'Roboto Condensed' !important;
    font-size: 64px !important;
    font-size: 6.4rem !important;
    color: #FF0000;
    letter-spacing: -5px !important;
}


/*---*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/*---*/

.feat-01 {
    font-weight: 600;
    color: red;
}

.sombra-borde {
    border-radius: 10px;
    border: 6px solid #FFFFFF;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}


/*---*/


/* ####################  FIN GENERALES  #################### */


/* ####################  SECCIONES  #################### */


/* --- SECCIONES PÁGINA PPAL --- */

.pag-ppal-sec-cab {
    display: inline-block;
    padding: 0 75px 0 15px;
}

.pag-ppal-sec-cab h3 {
    margin: 0;
    line-height: 40px;
}

.pag-ppal-sec-cont {
    padding: 90px 0;
}

.pag-ppal-sec-white {
    background-color: white;
    border-top: solid 15px #00a3f6;
}

.pag-ppal-sec-white .pag-ppal-sec-cab {
    background-image: url(../img/esquina-subida-celeste.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.pag-ppal-sec-white .pag-ppal-sec-cab h3 {
    background-image: url(../img/emtusa-minilogo-blanco.png);
    background-position: left;
    background-repeat: no-repeat;
    color: white;
    padding-left: 50px;
    font-size: 32px;
    font-size: 3.2rem;
}

.pag-ppal-sec-blue {
    border-top: solid 15px white;
}

.pag-ppal-sec-blue .pag-ppal-sec-cab {
    background-image: url(../img/esquina-subida-blanco.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.pag-ppal-sec-blue .pag-ppal-sec-cab h3 {
    background-image: url(../img/emtusa-minilogo-celeste.png);
    background-position: left;
    background-repeat: no-repeat;
    color: #00a3f6;
    padding-left: 50px;
    font-size: 32px;
    font-size: 3.2rem;
}


/* --- FIN SECCIONES PÁGINA PPAL --- */


/* --- SUPERIOR --- */

#top {
    background-color: #0f5a81;
    color: white;
}

#top h1 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: -1px;
    padding: 0;
    margin: 0;
    line-height: 48px;
}

#socibusca {
    display: inline;
    float: right;
}

#socibusca p {
    line-height: 48px;
    margin: 0;
}

#socibusca a {
    margin-right: 2px;
}

#socibusca a img {
    opacity: 1;
    transition: all .1s ease-in-out;
}

#socibusca a img:hover {
    opacity: 0.5;
}

#socibusca .busca-top {}

.busca-arriba-campo {
    width: 200px;
    height: 32px;
    background-color: rgba(255, 255, 255, 0.3);
    background-image: url(../img/lupa-icono.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    border: 1px solid transparent;
}

.busca-arriba-campo:focus {
    border: none !important;
}

@media all and (max-width: 799px) {
    #top h1 {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

@media all and (max-width: 767px) {
    #top h1 {
        text-align: center;
        line-height: normal;
        font-size: 18px;
        font-size: 1.8rem;
    }
    #socibusca {
        display: block;
        float: none;
    }
    #socibusca p {
        text-align: center;
    }
}


/* --- FIN SUPERIOR --- */


/* --- LOGOMENU --- */

#logomenu {
    padding: 30px 0;
    background-color: #00a3f6;
}

.mainlogo {}

.mainlogo h1 {
    display: block;
    float: left;
    margin: 0;
}

a.mainlogo-emtusa {
    display: inline;
    float: left;
    max-width: 65%;
}

a.mainlogo-ayto {
    display: inline;
    float: left;
    max-width: 35%;
}

@media all and (max-width: 991px) {
    .mainlogo h1 {
        display: block;
        width: 100%;
        float: none;
        margin: 0;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    a.mainlogo-emtusa {
        display: inline;
        float: none;
        max-width: 65%;
    }
    a.mainlogo-ayto {
        display: inline;
        float: none;
        max-width: 35%;
    }
}

.menuppal-cont {
    display: flex;
}

ul.menuppal {
    list-style: none;
    padding: 0;
    margin: auto;
}

ul.menuppal>li {
    float: left;
    margin: 5px;
    border-bottom: 4px solid #67c8fa;
    position: relative;
}

ul.menuppal li a {
    color: white !important;
}

ul.menuppal>li.active {
    border-bottom: 4px solid white;
}

ul.menuppal li.active a {}

ul.menuppal li:hover {}

ul.menuppal li:hover a {
    color: white;
}

ul.menuppal>li>a {
    padding: 10px;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 300;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: white !important;
}

ul.menuppal li a:hover {
    color: #ffaf00 !important;
}

@media all and (max-width:1459px) {
    ul.menuppal li {
        margin: 4px;
    }
    ul.menuppal li a {
        padding: 6px;
        font-size: 22px;
        font-size: 2.2rem;
        letter-spacing: -2px;
    }
}

@media all and (max-width:1199px) {
    ul.menuppal li {
        margin: 2px;
    }
    ul.menuppal li a {
        padding: 5px;
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: -1px;
    }
}

@media all and (max-width:767px) {
    #logomenu {
        /*padding: 30px 0 15px 0;*/
        padding: 0;
    }
    .menuppal-cont {
        display: block;
        float: left;
        background-color: #0f5a81;
        text-align: left;
        height: 48px;
        padding: 0;
        margin: 0;
    }
}

span.txt-menu {
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -1px;
    font-weight: 500;
    color: white;
    line-height: 48px;
}

@media all and (min-width:768px) {
    span.txt-menu {
        display: none;
    }
}

@media all and (max-width:767px) {
    span.txt-menu {
        display: inline-block;
        float: left;
    }
}


/* --- SUBMENU --- */

.itemid101 .dj-subwrap {
    display: none !important;
}


/*para no mostrar historico de avisos*/

ul.menuppal ul {
    /*list-style:none;*/
}

ul.menuppal ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    width: 100%;
    padding: 6px 0 !important;
}

ul.menuppal ul li a {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: -1px;
    text-transform: none;
    padding-left: 8px;
    padding-right: 8px;
    color: white !important;
}

ul.menuppal ul li.current a {
    color: #ffaf00 !important;
}

ul.menuppal ul li.parent.separator>a {
    color: #fff !important;
    cursor: default !important;
}


/* --- FIN SUBMENU --- */


/* DJ-MEGAMENU OVERRIDE */

.dj-subwrap {
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 10000;
    /*background-color:#00a3f6;*/
    background-color: #077fbc;
    /*background-color:#0f5a81;*/
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}

ul.dj-submenu {
    padding: 0;
    margin: 0;
}

ul.dj-submenu li {
    /*padding: 0;*/
    margin: 0;
}

ul.dj-subtree {
    /*background-color:#00a3f6;*/
    background-color: #077fbc;
    /*background-color:#0f5a81;*/
    padding: 0;
    margin: 0;
    list-style-image: url(../img/emtusa-minilogo-blanco.png);
}

ul.dj-subtree li {
    background-color: #077fbc;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

ul.dj-subtree li a {
    padding-left: 24px !important;
    font-size: 18px !important;
    font-size: 1.8rem !important;
}


/* Fin DJ-MEGAMENU OVERRIDE */


/* --- FIN LOGOMENU --- */


/* --- PASAFOTOS --- */

.pasafotos h1,
.pasafotos h2,
.pasafotos h3,
.pasafotos h4,
.pasafotos h5,
.pasafotos h6 {
    letter-spacing: normal !important;
}


/* --- FIN PASAFOTOS --- */


/* --- PRINCIPAL --- */

#main-up {
    background-color: #FFFFFF;
}

#articulos {
    background-color: white;
}

#articulos .item-page {
    min-height: 500px;
}


/* --- FIN PRINCIPAL --- */


/* --- MIGAS PAN --- */

#migaspan {
    position: absolute;
    background-color: transparent;
    display: inline-block;
    height: 40px;
}

#migaspan .breadcrumb {
    height: 40px;
    line-height: 40px;
    padding: 0 75px 0 15px;
    background-image: url(../img/esquina-subida-celeste.png);
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 0;
}

#migaspan .breadcrumb span,
#migaspan .breadcrumb a span {
    color: white;
}

#migaspan .breadcrumb a span:hover {
    color: #ffaf00 !important;
}

@media all and (max-width:767px) {
    #migaspan .breadcrumb {
        display: none;
    }
}


/* --- FIN PASAFOTOS PÁGINA INICIO --- */


/* --- PASAFOTOS PÁGINA INICIO --- */

.pasafotos {
    border-left: 15px solid #00a3f6;
    border-right: 15px solid #00a3f6;
}

.pasafotos img {
    width: 100%;
}


/* --- FIN PASAFOTOS PÁGINA INICIO --- */


/* --- DESTACADOS --- */

.desta-ppal {}

.destacado {
    text-align: center;
    margin-bottom: 30px;
}


/*.destacado a {

 color: #555;

}*/

.destacado a:hover {
    color: #00a3f6;
}

.destacado a h4 {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: -2px;
    padding: 0 30px;
}

.desta-sec {
    padding: 30px 0;
}

.desta-sec h3 {
    background-image: url(../img/emtusa-minilogo-celeste.png);
    background-position: left;
    background-repeat: no-repeat;
    color: #00a3f6;
    padding-left: 50px;
    font-size: 32px;
    font-size: 3.2rem;
}

.desta-sec p {
    padding: 0;
    /*color: #555;*/
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    margin-bottom: 15px;
    text-align: right;
}


/* --- FIN DESTACADOS --- */


/* --- AVISOS Y NOTICIAS --- */

.bt-cs .bt-inner {
    padding: 0 !important;
}

.ppal-avisos {
    padding: 15px;
}

.ppal-avisos h4 {
    color: white;
    font-size: 32px;
    font-size: 3.2rem;
}

.aviso-slider {
    background-color: white;
    /*color: #00a3f6;*/
    padding-bottom: 15px;
}


/*.aviso-slider span, */

.bt-cs .bt-date {
    display: block;
    /*padding: 5px 10px;*/
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -1px;
    color: #00a3f6;
}

.bt-cs .aviso-slider .bt-date {
    padding: 5px 10px;
}

.aviso-slider img {
    width: 100%;
}

.bt-cs .bt-inner img {
    outline: none;
    border: none;
    max-width: 100%;
    margin: 0;
}

.ppal-avisos .bt-cs .bt-inner img[style] {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
}

.aviso-slider h5 {
    padding: 10px;
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0;
}

.bt-cs .bt-inner .bt-title {
    color: #00a3f6;
    font-weight: 300;
    text-transform: none;
    line-height: 10px;
    line-height: 1.0rem;
}

.aviso-slider p {
    padding: 0 10px;
    /*color: #555;*/
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    margin-bottom: 15px;
}

.ppal-noticias {
    padding: 15px;
}

.ppal-noticias h4 {
    color: #00a3f6;
    font-size: 32px;
    font-size: 3.2rem;
}

.noticia-slider {
    color: #00a3f6;
}

.noticia-slider-img {
    width: 100%;
}

.noticia-slider-txt {}

.noticia-slider-txt span {
    display: block;
    padding: 0;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -1px;
}

.noticia-slider-txt h5 {
    padding: 10px 0;
    font-size: 32px;
    font-size: 3.2rem;
    margin: 0;
}

.noticia-slider-txt p {
    padding: 0;
    /*color: #555;*/
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 18px;
    margin-bottom: 15px;
}

.slides_control .slide:first-child .bt-row {
    background-image: url(../img/nuevo.png);
    background-repeat: no-repeat;
    background-position: top right;
}


/* --- FIN AVISOS Y NOTICIAS --- */


/* --- FOOTER --- */

footer,
footer a {
    color: white;
}

.pie-menu {}

.pie-menu h4 {
    padding: 4px 0;
    border-bottom: 2px solid white;
    font-size: 24px;
    font-size: 2.4rem;
}

ul.menu-pie-col {
    list-style: none;
    padding-left: 0;
}

ul.menu-pie-col li {}

ul.menu-pie-col li a,
ul.menu-pie-col li span.separator {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -1px;
    padding: 0;
}

ul.menu-pie-col li ul {
    margin-left: 0;
    padding-left: 15px;
    list-style: square !important;
}

ul.menu-pie-col li ul li a {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -1px;
}

.pie-minicontacto {}

.pie-minicontacto .emtusa-logo-pie {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.pie-minicontacto .emtusa-plano-pie {
    display: block;
    margin-bottom: 15px;
}

.pie-minicontacto .emtusa-plano-pie img {
    width: 100%;
}

.pie-minicontacto .pie-minicontacto-tel {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: -1px;
}

.pie-minicontacto .pie-minicontacto-dir {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -1px;
    line-height: 24px;
}

.pie-minicontacto .pie-minicontacto-eml {
    font-size: 18px;
    font-size: 1.8rem;
}

#subpie {
    padding: 0 15px;
}

.subpie-img {
    width: 100%;
    height: 90px;
    background-image: url(../img/skyline-huelva.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.subpie-txt {
    width: 100%;
    background-color: white;
    color: #00a3f6;
}

.subpie-txt a {
    color: #00a3f6;
    text-decoration: none;
}

.subpie-txt a:hover {
    color: #ffaf00;
    text-decoration: none;
}

.subpie-menu-cont {}

.subpie-menu ul {
    float: left;
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.subpie-menu ul li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #00a3f6;
    line-height: 16px;
}

.subpie-menu ul li:last-child {
    border-right: none;
}

.subpie-menu ul li a {
    line-height: 16px;
    padding: 0;
}

p.subpie-creditos {
    line-height: 16px;
    text-align: right;
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

p.subpie-creditos img {
    margin-right: 10px;
}

@media all and (max-width:767px) {
    .subpie-menu-cont {
        display: flex;
        height: 40px;
    }
    .subpie-menu ul {
        float: none;
        margin: auto;
    }
    p.subpie-creditos {
        text-align: center;
        letter-spacing: normal;
    }
}


/* --- FIN FOOTER --- */


/* --- CONTACTO --- */

.zonacontacto {
    background-color: #e9f7fe;
}

.zonacontacto h3 {
    padding: 4px 15px;
    background-color: #00a3f6;
    color: white !important;
}

.zonacontacto p {
    padding: 4px 15px;
}

.datoscontacto h4 {
    padding: 0;
    margin: 0;
}

.datoscontacto p {
    padding: 0;
    margin: 0;
}


/* --- FIN CONTACTO --- */


/* --- PERFIL CONTRATANTE --- */

._pcontratante {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-color: white;
    background-image: url(../img/planotrans-2-bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}

._pcontratante .page-header {
    margin: 0;
    padding: 0;
    border: none;
}

._pcontratante .page-header h1 {
    margin: 0;
    text-align: center;
    color: #00a3f6;
    font-size: 64px;
    font-size: 6.4rem;
    letter-spacing: -5px;
    /* padding-bottom: 60px; */
}

._pcontratante>h2 {
    margin: 0;
    text-align: center;
    color: #00a3f6;
    font-size: 64px;
    font-size: 6.4rem;
    letter-spacing: -5px;
    padding-bottom: 30px;
    line-height: 100%;
}

._pcontratante .contecom {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

._pcontratante .contecom .page-header {
    display: block;
    width: 100%;
    padding: 30px 15px;
    margin: 0;
    border-bottom: none;
    background-color: transparent;
}

._pcontratante .contecom .page-header h2 {
    color:#555;
    margin: 0;
    line-height: 100%;
    font-size: 62px;
    font-size: 6.2rem;
    letter-spacing: -4px;
    font-weight: 300;
}

._pcontratante .contecom .item-image {
    float: none !important;
    width: 100% !important;
}

._pcontratante .item .article-info {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 0;
    color: black;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    font-weight: 400;
}

._pcontratante .article-info {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 15px;
    color: black;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    font-weight: 400;
}

._pcontratante dl.article-info dt.article-info-term {
    display: none !important;
}

._pcontratante .item dd.create {
    display: block;
    height: auto;
    line-height: normal;
    padding: 0;
    background: transparent !important;
    border-radius: 0;
    color: black;
    text-align: left;
}

._pcontratante dd.create {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 4px 15px;
    border-radius: 0;
    /*background-color: #f9f9f9;*/
    background-color: #00a3f6;
    color: #FFFFFF;
    text-align: right;
}

._pcontratante div[itemprop="articleBody"] {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
}

._pcontratante div[itemprop="articleBody"] p {
    font-family: 'Roboto', sans-serif;
    line-height: 175%;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    font-weight: 300;
}

._pcontratante h3 {
    color: #00a3f6;
}

._pcontratante p.readmore {}

._pcontratante p.readmore a {
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 0;
}

._pcontratante p.readmore a:hover {
    background-color: #00a3f6;
    color: white;
}

._pcontratante .tags-container {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

._pcontratante ul.tags {
    float: left;
    display: block;
    width: 100%;
    list-style: none;
    padding: 0 15px;
    margin-bottom: 15px;
}

._pcontratante ul.tags li {
    float: left;
    margin-right: 4px;
}

._pcontratante ul.tags li a {
    padding: 6px 12px;
    background-color: #00a3f6;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
}

._pcontratante ul.tags li a:hover {
    background-color: #ffaf00;
}

._pcontratante .tabla-pcont-enun {
    width: 30%;
    font-weight: 500;
}

._pcontratante .pcont-descargas {
    border: 1px solid #ddd;
    padding: 15px;
}

._pcontratante .emt-listitem {
    border-bottom: 1px solid #ddd;
}

._pcontratante .emt-descargas table {
    width: 100%;
}

._pcontratante tr td a {
    text-decoration: underline !important;
}

@media all and (max-width:767px) {
    ._pcontratante>h2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    ._pcontratante {
        padding: 0 !important;
    }
    ._pcontratante .contecom .page-header h2 {
        font-size: 36px;
        font-size: 3.6rem;
        letter-spacing: -2px;
    }
    ._pcontratante div[itemprop="articleBody"] {
        padding: 15px;
    }
}

._pcontratante .fila {
    padding-top: 15px;
    padding-bottom: 15px;
}

._pcontratante .icono {
    text-align: right;
}

._pcontratante .datos {}


/*---*/

._pcontratante .categories-module {}

._pcontratante ul.categories-module {
    list-style: none !important;
    display: block;
    width: 100%;    
    height: 40px;    
    padding: 0;    
    margin: auto;
    text-align: center;
}

._pcontratante ul.categories-module li {
    display: inline-block;
    /* float: left !important; */
}

._pcontratante ul.categories-module li h4 {}

._pcontratante ul.categories-module li h4 a {
    padding: 4px 8px;
    margin-right: 10px;
    border-radius: 6px;
    background-color: #00a3f6;
    color: white;
}

._pcontratante ul.categories-module li h4 a:hover {
    background-color: #ffaf00;
    color: white;
}

._pcontratante ul.categories-module li.active h4 a {
    background-color: #ffaf00;
    color: white;
}

/* --- FIN PERFIL CONTRATANTE --- */


/* --- NOTICIAS --- */

._noticias {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-color: white;
    background-image: url(../img/planotrans-2-bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}

._noticias .page-header {
    margin: 0;
    padding: 0;
    border: none;
}

._noticias .page-header h1 {
    margin: 0;
    text-align: center;
    color: #00a3f6;
    font-size: 64px;
    font-size: 6.4rem;
    letter-spacing: -5px;
    padding-bottom: 60px;
}

._noticias>h2 {
    margin: 0;
    text-align: center;
    color: #00a3f6;
    font-size: 64px;
    font-size: 6.4rem;
    letter-spacing: -5px;
    padding-bottom: 60px;
    line-height: 100%;
}

._noticias .contecom {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

._noticias .contecom .page-header {
    display: block;
    width: 100%;
    padding: 30px 15px;
    margin: 0;
    border-bottom: none;
    background-color: #00a3f6;
}

._noticias .contecom .page-header h2 {
    color: white;
    margin: 0;
    line-height: 100%;
    font-size: 62px;
    font-size: 6.2rem;
    letter-spacing: -4px;
    font-weight: 300;
}

._noticias .contecom .item-image {
    float: none !important;
    width: 100% !important;
}

._noticias .article-info {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 15px;
    color: white;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    font-weight: 400;
}

._noticias dl.article-info dt.article-info-term {
    display: none !important;
}

._noticias .item dd.create {
    display: block;
    height: auto;
    line-height: normal;
    padding: 0;
    background: transparent !important;
    border-radius: 0;
    color: #00a3f6;
}

._noticias dd.create {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 75px 0 15px;
    background-image: url(../img/esquina-subida-celeste.png);
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 0;
}

._noticias .items-row .item-image {
    width: 100%;
    max-height: 146px;
    overflow: hidden;
}

._noticias .contecom .item-image img {
    width: 100%;
}

._noticias div[itemprop="articleBody"] {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
}

._noticias div[itemprop="articleBody"] p {
    font-family: 'Roboto', sans-serif;
    line-height: 175%;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    font-weight: 300;
}

._noticias p.readmore {}

._noticias p.readmore a {
    width: 100%;
    background-color: #eee;
    border-radius: 0;
}

._noticias p.readmore a:hover {
    background-color: #00a3f6;
    color: white;
}

@media all and (max-width:767px) {
    ._noticias>h2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    ._noticias {
        padding: 0 !important;
    }
    ._noticias .contecom .page-header h2 {
        font-size: 36px;
        font-size: 3.6rem;
        letter-spacing: -2px;
    }
    ._noticias div[itemprop="articleBody"] {
        padding: 15px;
    }
}


/* --- FIN NOTICIAS --- */


/* --- ITINERARIOS --- */

._itinerarios {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-color: white;
    background-image: url(../img/planotrans-2-bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}

._itinerarios .page-header {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}

._itinerarios .page-header h1 {
    margin: 0;
    text-align: center;
    color: #00a3f6;
    font-size: 64px;
    font-size: 6.4rem;
    letter-spacing: -5px;
    padding-bottom: 60px;
}

._itinerarios>h2 {
    margin: 0;
    text-align: center;
    color: #00a3f6;
    font-size: 64px;
    font-size: 6.4rem;
    letter-spacing: -5px;
    padding-bottom: 60px;
    line-height: 100%;
}

._itinerarios .contecom {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

._itinerarios .contecom .page-header {
    display: block;
    width: 100%;
    padding: 30px 15px;
    margin: 0;
    border-bottom: none;
    background-color: transparent;
}

._itinerarios .contecom .page-header h2 {
    color: #00a3f6;
    margin: 0;
    line-height: 100%;
    font-size: 62px;
    font-size: 6.2rem;
    letter-spacing: -4px;
    font-weight: 300;
}

._itinerarios .contecom .item-image {
    float: none !important;
    width: 100% !important;
}

._itinerarios div[itemprop="articleBody"] {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
}

._itinerarios div[itemprop="articleBody"] p {
    font-family: 'Roboto', sans-serif;
    line-height: 175%;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    font-weight: 300;
}

._itinerarios h3 {
    color: #00a3f6;
}

._itinerarios .fp-not a {
    box-shadow: 0 0 6px rgba(0, 163, 243, 0.2);
}

._itinerarios .fp-not a:hover {
    box-shadow: 0 0 6px rgba(144, 218, 255, 0.2);
}

@media all and (max-width:767px) {
    ._itinerarios>h2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    ._itinerarios {
        padding: 0 !important;
    }
    ._itinerarios .contecom .page-header h2 {
        font-size: 36px;
        font-size: 3.6rem;
        letter-spacing: -2px;
    }
    ._itinerarios div[itemprop="articleBody"] {
        padding: 15px;
    }
}


/* --- FIN ITINERARIOS --- */


/* --- CONVOCATORIA EMPLEO --- */

._empleo {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-color: white;
    background-image: url(../img/planotrans-2-bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}

._empleo .page-header {
    margin: 0;
    padding: 0;
    border: none;
}

._empleo .page-header h1 {
    margin: 0;
    text-align: center;
    color: #00a3f6;
    font-size: 64px;
    font-size: 6.4rem;
    letter-spacing: -5px;
    padding-bottom: 60px;
}

._empleo>h2 {
    margin: 0;
    text-align: center;
    color: #00a3f6;
    font-size: 64px;
    font-size: 6.4rem;
    letter-spacing: -5px;
    padding-bottom: 60px;
    line-height: 100%;
}

._empleo .contecom {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

._empleo .contecom .page-header {
    display: block;
    width: 100%;
    padding: 30px 15px;
    margin: 0;
    border-bottom: none;
    background-color: #00a3f6;
}

._empleo .contecom .page-header h2 {
    color: white;
    margin: 0;
    line-height: 100%;
    font-size: 62px;
    font-size: 6.2rem;
    letter-spacing: -4px;
    font-weight: 300;
}

._empleo .item {
    height: 200px;
    overflow: hidden;
}

@media all and (max-width:767px) {
    ._empleo .item {
        height: auto;
    }
}

._empleo .contecom .item-image {
    float: none !important;
    width: 100% !important;
}

._empleo .article-info {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 15px;
    color: white;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    font-weight: 400;
}

._empleo dl.article-info dt.article-info-term {
    display: none !important;
}

._empleo .item dd.create {
    display: block;
    height: auto;
    line-height: normal;
    padding: 0;
    background: transparent !important;
    border-radius: 0;
    color: #00a3f6;
}

._empleo dd.create {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 75px 0 15px;
    background-image: url(../img/esquina-subida-celeste.png);
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 0;
}

._empleo .items-row .item-image {
    display: none;
    width: 100%;
    max-height: 146px;
    overflow: hidden;
}

._empleo .contecom .item-image img {
    width: 100%;
}

._empleo div[itemprop="articleBody"] {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
}

._empleo div[itemprop="articleBody"] p {
    font-family: 'Roboto', sans-serif;
    line-height: 175%;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    font-weight: 300;
}

._empleo p.readmore {}

._empleo p.readmore a {
    width: 100%;
    background-color: #eee;
    border-radius: 0;
}

._empleo p.readmore a:hover {
    background-color: #00a3f6;
    color: white;
}

@media all and (max-width:767px) {
    ._empleo>h2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    ._empleo {
        padding: 0 !important;
    }
    ._empleo .contecom .page-header h2 {
        font-size: 36px;
        font-size: 3.6rem;
        letter-spacing: -2px;
    }
    ._empleo div[itemprop="articleBody"] {
        padding: 15px;
    }
}


/* --- FIN CONVOCATORIA EMPLEO --- */


/* --- TÍTULOS VIAJE --- */

._tviaje {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-color: white;
    background-image: url(../img/planotrans-2-bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}

._tviaje .page-header {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}

._tviaje .page-header h1 {
    margin: 0 !important;
    text-align: center;
    color: #00a3f6;
    font-size: 64px;
    font-size: 6.4rem;
    letter-spacing: -5px;
    padding-bottom: 30px;
}

._tviaje .contecom {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

._tviaje .contecom .page-header {
    display: block;
    width: 100%;
    padding: 30px 15px;
    margin: 0;
    border-bottom: none;
    background-color: transparent;
}

._tviaje .contecom .page-header h2 {
    text-align: center;
    color: #00a3f6;
    padding-bottom: 30px;
    margin: 0;
    margin-bottom: 30px;
    line-height: 100%;
    font-size: 54px;
    font-size: 5.4rem;
    letter-spacing: -4px;
    font-weight: 300;
    background-image: url(../img/separador-sombra.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}

._tviaje .contecom .item-image {
    float: none !important;
    width: 100% !important;
}

._tviaje div[itemprop="articleBody"] {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
}

._tviaje div[itemprop="articleBody"] p {
    font-family: 'Roboto', sans-serif;
    line-height: 175%;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    font-weight: 300;
}

._tviaje .legalterms {
    background-color: rgba(230, 230, 230, 0.5);
    padding: 15px;
    margin-bottom: 15px;
}

._tviaje div[itemprop="articleBody"] .legalterms p {
    font-family: 'Roboto', sans-serif;
    line-height: 120%;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: normal;
    font-weight: 300;
}

._tviaje div[itemprop="articleBody"] .legalterms h3 {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    color: #00a3f6;
    letter-spacing: normal !important;
    font-weight: 500;
    margin-bottom: 30px;
}

._tviaje div[itemprop="articleBody"] .legalterms h4 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: normal !important;
}

._tviaje p.readmore a {
    width: 100%;
    background-color: #eee;
    border-radius: 0;
}

._tviaje p.readmore a:hover {
    background-color: #00a3f6;
    color: white;
}

._tviaje .fp-not a {
    box-shadow: 0 0 6px rgba(0, 163, 243, 0.2);
}

._tviaje .fp-not a:hover {
    box-shadow: 0 0 6px rgba(144, 218, 255, 0.2);
}

._tviaje .fp-not-img img {
    border-radius: 8px;
}

._tviaje h3.fp-not-tit {
    margin: 8px 0;
    padding: 0;
    font-weight: 500;
    color: #00a3f6;
}

._tviaje .legalterms ul {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

._tviaje .legalterms ul li {
    padding: 0;
    padding-left: 15px;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: normal !important;
}

@media all and (max-width:767px) {
    ._tviaje>h2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    ._tviaje {
        padding: 0 !important;
    }
    ._tviaje .contecom .page-header h2 {
        font-size: 36px;
        font-size: 3.6rem;
        letter-spacing: -2px;
    }
    ._tviajes div[itemprop="articleBody"] {
        padding: 15px;
    }
}

._tviaje .item {
    box-shadow: 0 0 6px rgba(0, 163, 243, 0.2);
    background-color: white;
    padding: 5px 10px;
    margin-bottom: 15px;
}

._tviaje .solicitud-tarjeta {
    display: block;
    text-align: center;
    padding: 4px 8px;
    background-color: #ffaf00;
    color: #FFFFFF;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
}

._tviaje .solicitud-tarjeta:hover {
    background-color: #00a3f6;
    color: #FFFFFF;
}

._tviaje .solicitud-tarjeta-vulne {
    display: block;
    text-align: center;
    padding: 4px 8px;
    background-color: #dddddd;
    color: #000000;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
}

._tviaje .tviajeimg img {
    border-radius: 10px;
    box-shadow: 0 0 6px rgba(0, 163, 243, 0.4);
}

.form-frame-tarjetas {
    display: block;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 2000px;
    border: none;
}

.form-frame-operdidos {
    display: block;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 1000px;
    border: none;
}

.form-frame-attncliente {
    display: block;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 700px;
    border: none;
}

.form-frame-contacto {
    display: block;
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 1000px;
    border: none;
}


/* --- FIN TÍTULOS VIAJE --- */


/* --- PORTAL EMPLEADOS --- */

._pempleados {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background-color: white;
    background-image: url(../img/planotrans-2-bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}

._pempleados .page-header {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}

._pempleados .page-header h1 {
    margin: 0;
    text-align: center;
    color: #00a3f6;
    font-size: 64px;
    font-size: 6.4rem;
    letter-spacing: -5px;
    padding-bottom: 60px;
}

._pempleados>h2 {
    margin: 0;
    text-align: center;
    color: #00a3f6;
    font-size: 64px;
    font-size: 6.4rem;
    letter-spacing: -5px;
    padding-bottom: 60px;
    line-height: 100%;
}

._pempleados .contecom {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 15px;
}

._pempleados .contecom .page-header {
    display: block;
    width: 100%;
    padding: 30px 15px;
    margin: 0;
    border-bottom: none;
    background-color: #00a3f6;
}

._pempleados .contecom .page-header h2 {
    color: white;
    margin: 0;
    line-height: 100%;
    font-size: 62px;
    font-size: 6.2rem;
    letter-spacing: -4px;
    font-weight: 300;
}

._pempleados .contecom .item-image {
    float: none !important;
    width: 100% !important;
}

._pempleados .article-info {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 15px;
    color: white;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    font-weight: 400;
}

._pempleados dl.article-info dt.article-info-term {
    display: none !important;
}

._pempleados .item dd.create {
    display: block;
    height: auto;
    line-height: normal;
    padding: 0;
    background: transparent !important;
    border-radius: 0;
    color: #00a3f6;
}

._pempleados dd.create {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 75px 0 15px;
    background-image: url(../img/esquina-subida-celeste.png);
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 0;
}

._pempleados .items-row .item-image {
    width: 100%;
    max-height: 146px;
    overflow: hidden;
}

._pempleados .contecom .item-image img {
    width: 100%;
}

._pempleados div[itemprop="articleBody"] {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
}

._pempleados div[itemprop="articleBody"] p {
    font-family: 'Roboto', sans-serif;
    line-height: 175%;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    font-weight: 300;
}

._pempleados p.readmore {}

._pempleados p.readmore a {
    width: 100%;
    background-color: #eee;
    border-radius: 0;
}

._pempleados p.readmore a:hover {
    background-color: #00a3f6;
    color: white;
}

@media all and (max-width:767px) {
    ._pempleados>h2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    ._pempleados {
        padding: 0 !important;
    }
    ._pempleados .contecom .page-header h2 {
        font-size: 36px;
        font-size: 3.6rem;
        letter-spacing: -2px;
    }
    ._pempleados div[itemprop="articleBody"] {
        padding: 15px;
    }
}


/* --- menú portal --- */

.pemple-menu-container {}

ul.pemple-menu {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.pemple-menu li {
    float: left;
    padding: 0;
    line-height: 16px;
    margin-right: 4px;
    margin-bottom: 4px;
}

ul.pemple-menu li a {
    line-height: 16px;
    padding: 0;
    padding: 8px 16px;
    background-color: #00a3f6;
    color: #FFFFFF;
    border-radius: 4px;
}

ul.pemple-menu li a:hover {
    background-color: #ffaf00;
    color: #000000;
}

ul.pemple-menu li.current a {
    background-color: #0f5a81;
    color: #FFFFFF;
}

@media all and (max-width:991px) {
    .pemple-menu-container {
        display: flex;
    }
    ul.pemple-menu {
        float: none;
        margin: auto;
    }
    ul.pemple-menu li a {
        padding: 8px;
    }
}


/* --- Login form -- */

.item-enlinea {
    display: inline-block;
}

#login-form {
    display: inline-block;
    float: right;
}

#login-form label {
    color: #00a3f6;
}

#login-form input {
    border: 1px solid #00a3f6 !important;
}

#login-form input.inputbox {
    border: 1px solid #00a3f6 !important;
}

ul.loginform-menu {
    display: block;
    clear: both;
    list-style: none;
    margin: 0;
}

ul.loginform-menu li {
    float: left;
    margin-right: 6px;
}

ul.loginform-menu li a {
    text-decoration: underline;
}

#login-form .btn-primary {
    background-color: #00a3f6;
    color: #FFFFFF;
    border: none;
}

#login-form .btn-primary:hover {
    background-color: #ffaf00;
    color: #000000;
    border: none;
}

@media all and (max-width: 991px) {
    .item-enlinea {
        display: block;
    }
    #login-form label {
        display: inline-block !important;
        min-width: 64px;
    }
    #login-form {
        display: block;
        float: none !important;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }
}


/* --- remository --- */

#remository {
    clear: both;
    width: 100%;
    max-width: 1200px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media all and (max-width: 767px) {
    #remository {
        padding: 15px;
    }
}

@media all and (min-width: 768px) {
    #remository {
        width: 750px;
    }
}

@media all and (min-width: 992px) {
    #remository {
        width: 970px;
    }
}

@media all and (min-width: 1200px) {
    #remository {
        width: 1170px;
    }
}

#remository input {
    border: 1px solid #00a3f6 !important;
}

#remositorypathway a {
    color: #00a3f6;
    text-decoration: underline;
}

#remositorypathway a:hover {
    color: #ffaf00;
}

#remositorypageheading h3 {
    color: #00a3f6;
}

#remositorypageheading {
    background-size: contain;
}


/* --- FIN PORTAL EMPLEADOS --- */


/* --- ORGANIGRAMA --- */

._organigrama {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    background-color: white;
    background-image: url(../img/planotrans-2-bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}

._organigrama .page-header {
    margin: 0 !important;
    padding: 0 !important;
    border: none;
}

._organigrama .page-header h1 {
    margin: 0;
    text-align: center;
    color: #00a3f6;
    font-size: 64px;
    font-size: 6.4rem;
    letter-spacing: -5px;
    padding-top: 30px;
    padding-bottom: 0;
}

._organigrama div[itemprop="articleBody"] {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
}

._organigrama div[itemprop="articleBody"] p {
    font-family: 'Roboto', sans-serif;
    line-height: 175%;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    font-weight: 300;
}

@media all and (max-width:767px) {
    ._organigrama {
        padding: 0 !important;
    }
    ._organigrama div[itemprop="articleBody"] {
        padding: 15px;
    }
}


/* --- FIN ORGANIGRAMA --- */


/* ####################  FIN SECCIONES  #################### */


/* #################### JOOMLA ##################### */


/* --- general --- */

.item-page {
    padding: 15px 50px;
}

.item-page .page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: none;
}

.item-page .page-header h2 {
    color: #00a3f6;
}

div[itemprop="articleBody"] {
    background-color: white;
}

div[itemprop="articleBody"] a {
    color: #00a3f6;
}

div[itemprop="articleBody"] a:hover {
    color: #ffaf00;
}

div[itemprop="articleBody"] a:focus {
    color: #23527c;
}

.pag-art-cab {}

.pag-art-mig {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 75px 0 15px;
    background-image: url(../img/esquina-subida-celeste.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.pag-art-mig a,
.pag-art-mig span {
    color: white !important;
}

.pag-art-mig a:hover,
.pag-art-mig span:hover {
    color: #ffaf00 !important;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb>li+li::before {
    padding: 0 !important;
    content: "" !important;
}

.pag-art-cont {
    padding-top: 60px;
    padding-bottom: 60px;
}


/* --- Fin general --- */


/* --- Cabeceras molonas --- */

._nicehead {
    padding: 0;
}

._nicehead .contecom {
    position: relative;
}

._nicehead .contecom .page-header {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 15px;
    margin: 0;
    border-bottom: none;
    background: -moz-linear-gradient(top, rgba(0, 163, 246, 0) 0%, rgba(0, 163, 246, 1) 90%, rgba(0, 163, 246, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 163, 246, 0) 0%, rgba(0, 163, 246, 1) 90%, rgba(0, 163, 246, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 163, 246, 0) 0%, rgba(0, 163, 246, 1) 90%, rgba(0, 163, 246, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0000a3f6', endColorstr='#00a3f6', GradientType=0);
}

._nicehead .contecom .page-header h2 {
    color: white;
    margin: 0;
    line-height: 150%;
    font-size: 62px;
    font-size: 6.2rem;
    letter-spacing: -4px;
    font-weight: 300;
}

._nicehead .contecom .item-image {
    float: none !important;
    width: 100% !important;
}

._nicehead .contecom .item-image img {
    width: 100% !important;
}

._nicehead div[itemprop="articleBody"] {
    font-family: 'Roboto', sans-serif;
    background-color: white;
    background-image: url(../img/planotrans-2-bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}

._nicehead div[itemprop="articleBody"] p {
    font-family: 'Roboto', sans-serif;
    line-height: 150%;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -0.5px;
    font-weight: 300;
}

._nicehead div[itemprop="articleBody"] h1,
._nicehead div[itemprop="articleBody"] h2,
._nicehead div[itemprop="articleBody"] h3,
._nicehead div[itemprop="articleBody"] h4,
._nicehead div[itemprop="articleBody"] h5,
._nicehead div[itemprop="articleBody"] h6 {
    color: #00a3f6;
}

@media all and (max-width: 767px) {
    ._nicehead .contecom {
        position: static;
    }
    ._nicehead .contecom .page-header {
        position: static;
        padding: 15px;
        margin: 0;
        border-bottom: none;
        background-color: #00a3f6;
    }
    ._nicehead .contecom .page-header h2 {
        color: white;
        margin: 0;
        line-height: 90%;
        font-size: 42px;
        font-size: 4.2rem;
        letter-spacing: -3px;
    }
}


/* --- Fin cabeceras molonas --- */


/* --- Paginación --- */

.pagination {
    /* display: inline-block; */
    display: block !important;
    padding: 0;
    margin: 20px 0;
    border-radius: 0;
    text-align: center;
}

.pagination p.counter {
    text-align: center;
}

.pagination p.pull-right {
    float: none !important;
}

.pagination ul {
    display: inline-block;
    margin: 0 auto 20px;
    padding: 0;
    list-style-type: none;
}

.pagination ul li {
    float: left;
    padding: 0 !important;
    margin: 0 !important;
    background-image: none !important;
    margin: 0 4px 4px 0 !important;
    background: transparent !important;
}

.pagination ul li a {
    width: 36px !important;
    padding: 6px 10px !important;
    background-color: #eee !important;
    color: #333;
    margin: 0 !important;
    text-align: center !important;
}

.pagination ul li.active a {
    background-color: #00a3f6;
    color: white;
}

.pagination ul li a:hover {
    background-color: #00a3f6;
    color: white;
}

.pagination ul li span {
    width: 36px !important;
    padding: 6px 10px !important;
    background-color: #00a3f6 !important;
    color: white;
    margin: 0 !important;
    text-align: center !important;
    border-radius: 0;
}


/* --- Fin Paginación --- */


/* --- Legal --- */

._legal {
    padding: 0;
}

._legal .contecom .page-header {
    display: block;
    width: 100%;
    padding: 15px 60px;
    margin: 0;
    border-bottom: none;
    /*background-color: #0f5a81;*/
    background-color: white;
}

._legal .contecom .page-header h2 {
    /*color: white;*/
    color: #00a3f6;
    margin: 0;
    line-height: 150%;
    font-size: 62px;
    font-size: 6.2rem;
    letter-spacing: -4px;
    font-weight: 300;
}

._legal div[itemprop="articleBody"] {
    padding: 60px;
    font-family: 'Roboto', sans-serif;
    background-color: white;
    background-image: url(../img/planotrans-2-bg.jpg);
    background-repeat: repeat-x;
    background-position: top center;
}

._legal div[itemprop="articleBody"] p {
    /* font-family: 'Roboto', sans-serif;
    line-height: 150%;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: -0.5px;
    font-weight: 300; */
	font-family: 'Roboto', sans-serif;
	line-height: 150%;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: -0.5px;
	font-weight: 300;	
}

._legal div[itemprop="articleBody"] h1,
._legal div[itemprop="articleBody"] h2,
._legal div[itemprop="articleBody"] h3,
._legal div[itemprop="articleBody"] h4,
._legal div[itemprop="articleBody"] h5,
._legal div[itemprop="articleBody"] h6 {
    color: #00a3f6;
}

@media all and (max-width: 767px) {
    ._legal .contecom .page-header h2 {
        color: #00a3f6;
        margin: 0;
        line-height: 90%;
        font-size: 42px;
        font-size: 4.2rem;
        letter-spacing: -3px;
    }
}


/* --- Fin Legal --- */


/* #################### FIN JOOMLA ##################### */


/* #################### TIMELINE #################### */

.emt-timeline {}

.emt-tl-row {
    float: left;
    width: 100%;
    clear: both;
    background-color: transparent;
    background-image: url(../img/grey-vertical-bar.png);
    background-position: top center;
    background-repeat: repeat-y;
}

.emt-tl-row .void {}

.emt-tl-row .full {
    border: 1px solid transparent;
}

.emt-tl-row .full:hover {}

.emt-tl-row .left {
    padding-right: 15px;
}

.emt-tl-row .right {
    padding-left: 15px;
}

.emt-tl-row .left,
.emt-tl-row .right {
    float: left;
    width: 50%;
    min-height: 100px;
}

.emt-tl-row .left h3,
.emt-tl-row .left h4,
.emt-tl-row .left p {
    text-align: right !important;
    padding-right: 8px;
}

.emt-tl-row .right h3,
.emt-tl-row .right h4,
.emt-tl-row .right p {
    text-align: left !important;
    padding-left: 8px;
}

.emt-tl-row .left h3 {
    position: relative;
    background-image: url(../img/green-rhombus.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.emt-tl-row .right h3 {
    position: relative;
    background-image: url(../img/green-rhombus.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.emt-tl-row .left h3 span,
.emt-tl-row .right h3 span {
    padding: 2px 8px;
    background-color: #bdd500;
    color: white;
    font-weight: 600;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: -2px;
}

.emt-tl-row .left h3 span.grey-dot {
    background-color: transparent;
    position: absolute;
    top: -6px;
    right: -33px;
}

.emt-tl-row .right h3 span.grey-dot {
    background-color: transparent;
    position: absolute;
    top: -6px;
    left: -33px;
}

.emt-tl-row .left h4,
.emt-tl-row .right h4 {
    margin-top: 15px !important;
}

.emt-tl-row .left p,
.emt-tl-row .right p {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 15px !important;
}


/* #################### TIMELINE END #################### */


/* #################### VARIOS OVERRIDE ##################### */


/* DJ-MEGAMENU MOBILE OVERRIDE */

@media all and (max-width:767px) {
    #dj-megamenu90mobile {
        display: inline-block !important;
        float: left;
    }
}

.dj-megamenu-select-dark .dj-mobile-open-btn,
.dj-megamenu-offcanvas-dark .dj-mobile-open-btn,
.dj-megamenu-accordion-dark .dj-mobile-open-btn {
    background: #0f5a81;
    color: white;
}

.dj-megamenu-select-dark:hover .dj-mobile-open-btn,
.dj-megamenu-offcanvas-dark .dj-mobile-open-btn:hover,
.dj-megamenu-accordion-dark .dj-mobile-open-btn:hover {
    background: white;
    color: #0f5a81;
}

ul.dj-mobile-dark li.dj-mobileitem {
    width: 100%;
}


/* FIN DJ-MEGAMENU MOBILE OVERRIDE */


/* Bootstrap override */

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    /*background-color: transparent;*/
    background-color: #aaaaaa;
}


/* Fin Bootstrap override */


/* Phoca */

.phocagallery-box-file,
.pg-image {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    width: 100% !important;
}


/* Fin phoca */


/* Chronoforms */

.zonacontacto .chronoform {
    padding: 4px 15px;
}

.zonacontacto .chronoform .gcore-form-row {}

.zonacontacto .chronoform .gcore-form-row .gcore-input,
.zonacontacto .chronoform .gcore-form-row .gcore-input input,
.zonacontacto .chronoform .gcore-form-row .gcore-input textarea {
    width: 100% !important;
}

.zonacontacto .chronoform .gcore-form-row .gcore-input input,
.zonacontacto .chronoform .gcore-form-row .gcore-input textarea {
    border: none;
}

.zonacontacto .chronoform .gcore-form-row .gcore-input .boton-enviar {
    background-color: #00a3f6;
    color: white;
}

.zonacontacto .chronoform .gcore-form-row .gcore-input .gcore-checkbox-item input {
    width: auto !important;
}


/* --- */

.item {
    height: 330px;
    overflow: hidden;
}

@media all and (max-width:767px) {
    .item {
        height: auto;
        overflow: visible;
    }
}

._pcontratante .item {
    height: auto;
    overflow: visible;
}

div.items-row.cols-1000.row-0.row-fluid.clearfix.row>div {
    padding-bottom: 60px;
}


/* Fin Chronoforms */


/* Tiempo real */

.tiempo_real {
    text-align: center;
}

.tiempo_real iframe {
    border: none;
    max-width: 1200px;
}


/* Fin tiempo real */


/* Formularios */


/*.gbs3 .gcore-display-table{display:block;}*/


/*.gbs3 .A {width: 100% !important;}*/


/* Fin formularios */


/* Cajones */

.panel-group {}

.panel-group .panel-default {
    border-color: #e9f7fe;
    box-shadow: none !important;
}

.panel-group .panel-default .panel-heading {
    background-color: #e9f7fe !important;
}

.panel-group .panel-default .panel-heading h4 {
    font-weight: 500;
    color: #00a3f6 !important;
}

.panel-group .panel-default .panel-heading h4 a {
    display: block;
    width: 100%;
    padding: 4px 0;
    background-image: url(../img/flecha-arriba.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.panel-group .panel-default .panel-heading h4 a.collapsed {
    background-image: url(../img/flecha-abajo.png);
}

.panel-group .panel-default .panel-body {
    border-top: 1px solid #e9f7fe !important;
}


/* Fin cajones */


/* Bootstrap Tabs */

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: none;
}

.nav-tabs.nav-justified>li>a {
    border-bottom: none;
    border-radius: 0;
}

.emt-tabs {
    padding: 15px 0;
    border: #00a3f6 solid 1px;
    border-radius: 6px;
}

.emt-tabs ul.nav-tabs>li {
    border-bottom: #00a3f6 solid 1px;
    border-right: #00a3f6 solid 1px;
}

.emt-tabs ul.nav-tabs>li:last-child {
    border-right: none;
}

.emt-tabs ul.nav-tabs>li.active {
    border-bottom: none;
}

.emt-tabs ul.nav-tabs>li a.stab {
    color: #ccc !important;
    font-size: 24px;
    font-size: 2.4rem;
    text-decoration: none !important;
    letter-spacing: -1px;
    background-color: transparent;
}

.emt-tabs ul.nav-tabs>li.active a.stab {
    color: #00a3f6 !important;
}

.emt-tabs .tab-content {
    padding: 30px;
}


/* Fin Bootstrap Tabs */


/* Tablas iconos-texto */

table.ico-2-col {}

table.ico-2-col tr {}

table.ico-2-col tr td {
    height: 245px;
    overflow: hidden;
    padding: 15px;
    vertical-align: top;
}

table.ico-2-col tr td:first-child {
    width: 30%;
}

table.ico-2-col tr td:last-child {
    width: 70%;
}

table.ico-2-col tr td p {
    line-height: 140% !important;
    font-size: 16px !important;
    font-size: 1.6rem !important;
}


/* Fin tablas iconos-texto */


/* ############# CONVOCATORIA EMPLEO ############ */

.emt-empleo {
    position: relative;
    background-color: #FFFFFF;
    padding: 45px 15px 15px;
    border-radius: 8px;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}

.emt-empleo h4 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00a3f6;
    color: #FFFFFF !important;
    padding: 4px 30px 4px 8px;
    line-height: 20px;
    margin: 0;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 28px;
    font-weight: 600;
}

.emt-empleo a {
    color: #00a3f6;
    text-decoration: underline;
    font-weight: 600;
}

.emt-empleo a:hover {
    color: #ffaf00;
}


/* ############# FIN CONVOCATORIA EMPLEO ############ */


/* ############# SECCIÓN USUARIOS ############### */

#user-canvas {
    clear: both;
    width: 100%;
    max-width: 1200px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#user-canvas legend {
    color: #00a3f6;
    border-bottom: 1px solid #00a3f6;
}

#user-canvas ul.btn-toolbar {
    padding: 0;
    margin: 0;
}

#user-canvas ul.btn-toolbar li {
    padding: 0;
    margin: 0;
}

#user-canvas a.btn {
    background-color: #00a3f6;
    color: #FFFFFF;
    border-radius: 0;
    padding: 3.5px 8px;
}

#user-canvas a.btn:hover {
    background-color: #ffaf00;
}

@media all and (max-width: 767px) {
    #user-canvas {
        padding: 15px;
    }
}

@media all and (min-width: 768px) {
    #user-canvas {
        width: 750px;
    }
}

@media all and (min-width: 992px) {
    #user-canvas {
        width: 970px;
    }
}

@media all and (min-width: 1200px) {
    #user-canvas {
        width: 1170px;
    }
}


/*---*/

#user-canvas-edit {
    clear: both;
    width: 100%;
    max-width: 360px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#user-canvas-edit .well {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #00a3f6;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#user-canvas-edit fieldset {
    margin-bottom: 15px;
}

#user-canvas-edit legend {
    color: #00a3f6;
    border-bottom: 1px solid #00a3f6;
    margin-bottom: 5px;
}

#user-canvas-edit .control-label {
    text-align: left;
}

#user-canvas-edit .controls {
    border: none !important;
}

#user-canvas-edit .controls input,
#user-canvas-edit .controls select {
    width: 100%;
    padding: 4px 8px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

#user-canvas-edit button[type="submit"] {
    width: 50%;
    margin-right: 1%;
    background-color: #00a3f6;
    color: #FFFFFF;
}

#user-canvas-edit button[type="submit"]:hover {
    background-color: #ffaf00;
}

a[title="Cancelar"] {
    width: 47%;
    background-color: #eeeeee;
}

a[title="Cancelar"]:hover {
    background-color: #cccccc;
}


/* ############# FIN SECCIÓN USUARIOS ########### */


/* ############# MENSAJES DEL SISTEMA ########### */

#system-message {
    float: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 0;
}

#system-message>.alert-message {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

#system-message .alert-notice h4 {
    text-align: center;
    color: #FF0000;
    font-size: 64px;
    font-size: 6.4rem;
    letter-spacing: -4px;
}

#system-message .alert-message {
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: -2px;
}


/* ############# FIN MENSAJES DEL SISTEMA ########### */


/* #################### FIN VARIOS OVERRIDE ##################### */


/* ############# MÓDULO LATEST NEWS ############### */

.fp-not {
    padding-top: 15px;
}

@media all and (max-width:767px) {
    .fp-not {
        margin-bottom: 15px;
    }
}

.fp-not a {
    color: black;
    display: block;
    padding: 15px;
}

.fp-not a:hover {
    background-color: white;
    color: #bd4938;
    text-decoration: none;
}

.fp-not span.fp-not-fec {
    color: #bd4938;
    letter-spacing: -0.5px;
    font-size: 12px !important;
    font-size: 1.2rem !important;
}

.fp-not div.fp-not-img {
    width: 100%;
    /*height: 135px;

  overflow: hidden;*/
}

.fp-not div.fp-not-img img {
    width: 100% !important;
    height: auto !important;
}

.fp-not h3.fp-not-tit {
    margin: 8px 0;
    padding: 0;
    font-weight: 500;
}

.fp-not span.fp-not-intro {
    line-height: 120%;
    margin: 0;
    padding: 0;
    letter-spacing: -0.5px;
    color: #222;
    font-size: 14px !important;
    font-size: 1.4rem !important;
}

.fp-not span.fp-not-intro strong {
    font-weight: normal;
}

.fp-not a:hover span,
.fp-not a:hover span strong {
    color: #bd4938;
    text-decoration: none;
}


/* ############# FIN MÓDULO LATEST NEWS ############### */


/* cookies */

#ca_banner {
    height: auto;
    border: none !important;
    box-shadow: none !important;
}

#ca_banner[style] {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

#ca_banner h2 {
    font-weight: normal;
    letter-spacing: normal;
    font-size: 14px;
    font-size: 1.4rem;
}

#ca_banner p {
    font-weight: normal;
    letter-spacing: normal;
    font-size: 14px;
    font-size: 1.4rem;
}

#ca_banner p a {
    color: #00a3f6;
    font-weight: normal !important;
}

#ca_banner p a:hover {
    color: #ffaf00;
}

#ca_banner .accept {
    background: #00a3f6 !important;
    text-shadow: none !important;
}

#ca_banner .accept:hover {
    background: #ffaf00 !important;
}


/* fin cookies */

/* CALIDAD ISO */ 

.iso-calidad {

}

.iso-calidad .third {
    float: left;
    width: 33.33333333%;
    text-align: center;    
}

.iso-calidad .third a img {
    max-width: 96%;
    -webkit-filter: drop-shadow(4px 4px 8px rgba(0,0,0,0.4));
    filter: drop-shadow(4px 4px 8px rgba(0,0,0,0.4)); 
}


/* FIN CALIDAD ISO */ 

/* VARIOS LEGALIDAD */ 

/* .legal-text p {
	font-family: 'Roboto', sans-serif;
	line-height: 150%;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: -0.5px;
	font-weight: 300;
} */

.report-table {
  float: left;
  width: 100%;
  margin: 30px 0 0;
  max-height: 400px;
  overflow-y: scroll;
}

	.report-thead {
		position: sticky;
		width: 100%;
		padding: 20px 0;
		top: 0;
		background: #f8f9fb;
		border-radius: 10px;
		float: left;
		width: 100%;
		padding: 12px 0;
	}

	.report-tcol {
		float: left;
		width: 17%;
	}

	.report-tbody {}

	.report-trow {
		float: left;
		width: 100%;
		padding: 21px 0 14px;
		border-bottom: 1px solid #E9ECF0;
	}


/*---------------------------*/

ul#menu-secundario {text-align:center;}
	ul#menu-secundario li {
		display: inline-block;
	}
		ul#menu-secundario li a {}
			ul#menu-secundario li a span {}

/*---------------------------*/

.trans-hdr-3 {
	margin-top: 30px;
	color: #00a3f6;
	font-weight: 600;
	border-bottom: #00a3f6 2px solid;
}