/* =Reset CSS */

html,
body,
form,
fieldset {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
ol,
dl,
address {
    margin: 0 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

li,
dd,
blockquote {
    margin: 0px;
}

form label {
    cursor: pointer;
}

fieldset {
    border: none;
}

input,
select,
textarea {
    font-size: 100%;
    font-family: inherit;
}

a img {
    border: none;
}

* {
    outline: none !important;
}

/*Fin Reset*/

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

/* Utilidades */

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

.fl {
    float: left;
}

.fr {
    float: right !important;
}

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    /* Para IE 6/7 (trigger hasLayout) */
}

.centrar {
    margin: 0 auto !important;
    float: none !important;
}

.centrar-txt {
    text-align: center;
}

.noslider {
    padding-top: 90px;
}

.mtop {
    margin-top: 2.5em;
}

.mtop0 {
    margin-top: 0;
}

.pdtop {
    padding-top: 3em;
}

.pdbot {
    padding-bottom: 2em;
}

.nota {
    font-size: 0.8em;
    margin: 0;
}

a {
    text-decoration: none;
    color: #9a000c;
}

a:hover {
    color: #000;
}

.mr0 {
    margin-right: 0 !important;
}

img {
    max-width: 100%;
}

.pr {
    position: relative;
}

.al-right {
    text-align: right;
}

strong {
    font-weight: 600
}

main {
    display: block;
    /*padding-bottom: 40px*/
}

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

/* Móvil primero */

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

body {
    font: 300 1em/1.3em Roboto, Arial, sans-serif;
    overflow-x: hidden;
}

header,
main,
footer {
    position: relative;
}

a#showMenu {
    text-indent: -9999px;
    box-shadow: 0 0 3px #000;
    padding: 10px;
    width: 40px;
    height: 45px;
    background: #FFF url('/images/sprite-icons.png') no-repeat -622px 5px;
    position: absolute;
    right: 25px;
    top: 13px;
    z-index: 5;
}

.bkg-negro {
    width: 100%;
    min-height: 75px;
    background: #000;
    border-top: 8px solid rgba(173, 5, 5, 0.8);
    z-index: 1;
}

.movil-off,
.menuMovil ul,
.menu-utils,
.breadcrumb,
.menuPpal,
#navi,
.descSlider,
.links-footer {
    display: none;
}

#form_contacto label {
    display: inline-block;
    width: 117px;
    float: left;
    color: #767676;
    font-size: 0.8em;
}

#form_contacto input[type="text"],
#form_contacto textarea,
#routeForm input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-bottom: 25px;
}

#form_contacto input[type="checkbox"] {
    margin-left: 0;
}

#form_contacto input[type="submit"] {
    font-size: 1.4em;
    cursor: pointer;
}

#form_contacto p {
    margin: 5px 0;
    clear: both;
    font-size: 0.9em;
}

#form_contacto p.privacidad {
    margin-top: 25px;
}

#form_contacto a {
    color: #a1a1a1;
    font-size: 0.9em;
}

#form_contacto a:hover {
    color: #00b4ff;
}

.bot {
    background: #9a000c;
    color: #FFF;
    font-weight: 400;
    border: none;
    padding: 10px 20px;
    display: block;
    margin: 20px auto;
    max-width: 240px;
    font-size: 1.25em;
}

.bot:hover {
    background-color: #5d0001;
    color: #FFF;
}

.menuMovil ul.nivel-1 {
    width: 80%;
    height: 100%;
    padding: 10px;
    display: block !important;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 3;
    background: #1a1a1a;
}

.menuMovil li {
    margin: 0;
    font-size: 1em;
    display: block;
    border-bottom: 1px solid #4e4e4e;
    margin: 5px 0;
}

.menuMovil li li {
    border: none;
}

.menuMovil a {
    color: #FFF;
    display: block;
    margin-bottom: 3px;
    padding: 5px 10px;
}

.menuMovil li span {
    padding: 15px;
}

.menuMovil a:hover {
    background-color: #6d6d6d;
    color: #FFF;
}

.menuMovil .nivel-2 {
    background: #414141;
}

.menuMovil .nivel-2 a {
    font-size: 0.9em;
    padding: 5px 0 5px 25px;
    margin-bottom: 0
}

.menuMovil .nivel-2 li {
    margin: 0;
}

.showNivel2 {
    background: url('/images/arrow_down.png') no-repeat right center;
}

.showNivel2.hideMenu {
    background-image: url('/images/arrow_up.png');
}

.logo-movil {
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 1.3em;
    margin: 0;
}

.logo-movil img {
    vertical-align: middle;
    margin-right: 10px;
}

.logo-movil a {
    color: #FFF;
}

header {
    background: url('/images/border_header.gif') repeat-x 0 bottom;
    padding-bottom: 10px;
}

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

/* Alerts para los errores */

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

.errors {
    background-color: #f2dede;
    color: #a94442;
    padding: 15px;
    border-radius: 4px;
    border-color: #ebccd1;
    margin-bottom: 35px;
}

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

/* Contacto */

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

.contacto h1 {
    text-align: center;
    margin: 20px 0 20px 0;
}

.cols-contact {
    padding-bottom: 35px;
}

.col-contact {
    line-height: 1.3em;
}

.col-contact strong,
.col-contact span {
    display: block;
}

.cont-tel {
    font-size: 1.125em;
}

.cont-dir {
    padding-top: 3px;
}

i.ico-tel,
i.ico-map,
i.ico-fax,
i.ico-mail,
i.ico-gps {
    display: block;
    float: left;
    width: 40px;
    height: 30px;
    background-image: url(/images/autobuses-sprite.png);
    background-repeat: no-repeat;
}

.cols-contact i {
    width: 50px;
}

.cols-contact .fila,
.bloque-contact .fila {
    margin: 10px 0
}

i.ico-tel {
    background-position: 10px -187px;
}

i.ico-map {
    background-position: 10px -252px;
}

i.ico-fax {
    background-position: 0 -318px;
}

i.ico-mail {
    background-position: 5px -372px;
}

i.ico-gps {
    background-position: 0 -452px;
    height: 50px
}

.cont-dir div {
    float: left;
    width: 75%
}

.cont-dir a {
    font-size: 0.750em;
}

.txt-mail {
    text-align: center;
}

.txt-mail a,
.txt-mail p {
    display: inline-block;
    position: relative;
}

.txt-mail p {}

.txt-mail i.ico-mail {
    position: absolute;
    float: none;
    top: -2px;
    left: -35px;
}

.txt-mail i.ico-tel {
    position: absolute;
    float: none;
    top: -2px;
    left: -35px;
}

#mapa {
    width: 100%;
    height: 300px;
}

#mapa img {
    max-width: none;
}

.mapover {
    width: 300px;
    height: 150px;
}

.google-maps {
    display: none;
    padding-bottom: 37px;
}

.cerrar-mapa {
    width: 45px;
    height: 45px;
    margin-bottom: 6px;
    display: block;
    float: right;
    text-indent: -9999px;
    background: transparent url(/images/autobuses-sprite.png) 0 -588px no-repeat;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.cerrar-mapa:hover {
    background-position: 0 -632px;
}

.comollegar {
    width: 100%;
    margin: -86px auto 0 auto;
    position: relative;
    z-index: 98;
    min-height: 101px;
    background-color: #fff;
    border: 1px solid #bbbbbb;
}

.comollegar form {
    margin-top: 5px;
    padding: 6px 10px;
}

.comollegar form p {
    margin: 0 0 3px 0;
    color: #3c3c3c;
}

.comollegar form p.ini {
    font-family: Georgia, sans;
    font-style: italic;
    font-size: 17px;
}

.comollegar form p.ej {
    font-size: 13px;
}

.comollegar form input {
    width: 90%;
    background-color: #edf2de;
    border: 1px solid #bbbbbb;
    padding: 5px;
}

.comollegar form button {
    font-family: Georgia, sans;
    font-style: italic;
    font-size: 17px;
    color: #fff;
    background-color: #2a3639;
    border: none;
    border-radius: 50%;
    padding: 10px;
    margin: 0 0 0 5px;
    cursor: pointer;
}

#direcciones {
    padding: 0px 10px;
}

.presupuesto {
    padding-bottom: 100px;
}

.presupuesto h2,
.presupuesto h3 {
    font-family: 'Lato', Arial, sans-serif;
    font-size: 1.250em;
    padding: 0 0 15px 0;
}

.presu-form label {
    width: 100%;
    display: inline-block;
    color: #767676;
    font-family: 'Lato', Arial, sans-serif;
}

.presu-form input[type="text"] {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    padding: 10px;
    font-family: 'Lato', Arial, sans-serif;
}

.presu-form textarea {
    width: 68%;
    height: 120px;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    padding: 10px;
    font-family: 'Lato', Arial, sans-serif;
}

.colf {
    width: 100%;
    padding: 0;
    float: left;
    margin-bottom: 23px;
}

.colfl {
    width: 100%;
    padding: 0;
    float: left;
    margin-bottom: 23px;
}

.colm label {
    width: 100%;
    padding-top: 10px;
    vertical-align: top;
}

.colm textarea {
    width: 100%;
}

.col-np {
    padding: 0;
}

.polcont {
    margin-top: 10px;
}

.colpr input[type=checkbox] {
    display: none;
}

.colpr label {
    width: 100%;
    position: relative;
    padding: 0 0 0 20px;
    cursor: pointer;
}

.colpr label:before {
    width: 13px;
    height: 13px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0px;
    content: "";
    cursor: pointer;
    background: #fff url(/images/autobuses-sprite.png) -1px -536px no-repeat;
}

.colpr input[type=checkbox]:checked+label:before {
    background-position: -1px -550px;
}

#politica-txt {
    display: none;
    font-size: 0.8em;
    color: #767676;
    padding-top: 15px;
}

#politica-txt p {
    margin-bottom: 15px;
}

.polcont {
    padding: 0 0 20px 0;
}

.colen {
    text-align: center;
}

.colen button {
    display: inline-block;
    background-color: #5d0001;
    padding: 17px 73px;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1.250em;
    font-weight: 300;
    font-family: 'Roboto', Arial, sans-serif;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.colen button:hover {
    background-color: #000;
}

.col-contact {
    margin-bottom: 20px;
}

.col-contact {
    width: 25%;
    padding: 0 3%;
    float: left;
    margin-bottom: 0;
}

.contacto h1 {
    text-align: center;
    margin: 45px 0 25px 0;
}

#mapa {
    height: 300px;
    width: 100%;
}

/* Cookies */

/* Cookies */

#cookieMessage {
    position: fixed;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    font-size: 0.875em;
    text-align: center;
}

#cookieMessage a {
    color: #44A6D5;
}

#cookieMessage a:hover {
    text-decoration: underline;
}

#cookieMessage button {
    cursor: pointer;
    border: none;
    background-color: #fff;
    font-size: 0.875em;
    font-family: 'Roboto', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 10px;
    line-height: 1.2;
}

#cookieMessage button:hover {
    background-color: #ff4e00;
    color: #fff;
}

#cookieMessage a.cerrar {
    background: url("/images/cerrar_cookies.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 24px;
    position: absolute;
    right: 55px;
    top: 10px;
    width: 24px;
}

/* SLIDER */

.flexslider {
    position: relative;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 1px 0 0;
    width: 100%;
}

.flexslider .slides {}

.flexslider .slides li {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 540px;
    height: 129px;
    background: cover;
}

.boxSlider {
    display: none;
    width: 100%;
    padding: 15px 0;
    background: rgba(0, 0, 0, 1);
    z-index: 2;
    bottom: 0;
    position: absolute;
}

.boxSlider strong {
    color: #D06503
}

.titSlider a {
    display: block;
    margin: 0 35px 15px;
    font: 400 1.5em/1em Lato, Arial, sans-serif;
    color: #FFF;
}

.descSlider {
    font-size: 1em;
    color: #fff;
    margin: 20px 35px;
    font-weight: 400;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    width: 100%;
    max-width: 500px;
    text-align: left;
}

.flex-control-nav li {
    margin: 3px 0;
    display: inline;
}

.flex-control-paging li a {
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    border-radius: 25px;
    margin: 0 5px;
}

.flex-control-paging li a.flex-active {
    background: #c61415;
}

.linkSlider {
    background: #9a000c;
    display: block;
    width: 120px;
    margin: 0 35px;
    padding: 5px 15px;
    color: #FFF;
    font-weight: 400;
}

.linkSlider:hover {
    background: #5d0001;
    color: #FFF;
}

#navi {
    position: absolute;
    width: 100%;
}

.bkg-dark-grey {
    background: #262626;
}

.bkg-light-grey {
    background: #494949;
    padding: 10px 0;
}

footer p.copy {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    padding: 0;
    /*margin: 20px 0;*/
    font-size: 0.8em
}

footer p.tel {
    color: #eee3cd;
}

footer a.email {
    color: #e9424f;
    display: block;
    /*margin: 20px 0;*/
    padding-top: 2px;
    text-align: center;
    font-size: 0.9em
}

footer {
    /*padding: 25px 0;*/
}

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

footer .social-icons {
    margin: 10px 0;
    text-align: center;
}

footer .social-icons a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background: url('/images/sprite_social.jpg') no-repeat;
    text-indent: -9999px;
    margin-right: 2px;
}

footer .social-icons a.gp {
    background-position: -75px 0;
}

footer .social-icons a.in {
    background-position: 0 0;
}

footer .social-icons a.tw {
    background-position: -40px 0;
}

footer .social-icons a:hover.gp {
    background-position: -75px -30px;
}

footer .social-icons a:hover.in {
    background-position: 0 -30px;
}

footer .social-icons a:hover.tw {
    background-position: -40px -30px;
}

footer p.txt-siguenos {
    margin: 10px 15px 0 0;
    color: #4f4f4f;
    font-size: 0.8em
}

footer p.tel,
footer p.copy,
footer p .email,
footer p.txt-siguenos {
    text-align: center;
}

ul.links-footer strong,
footer a:hover {
    color: #FFF;
}

ul.links-footer,
ul.links-legal {
    text-align: center;
    padding: 0;
    /*margin: 20px 0;*/
}

ul.links-footer li {
    font-size: 0.8em;
    color: #c9c9c9;
}

ul.links-footer a {
    color: #979696;
}

ul.links-legal li {
    font-size: 0.8em;
    color: #3b3b3b;
    display: inline;
    margin: 0;
}

ul.links-legal a {
    color: #3b3b3b;
}

footer a:hover {
    color: #FFF !important;
}

.datos-address {
    text-align: center;
}

.divAddress p {
    margin: 0 0 25px;
    text-align: center;
}

.divAddress h2 {
    margin: 25px 0 10px;
    color: #000;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
}

.divContact h2 {
    text-align: left;
    margin: 60px 0 10px;
    color: #000;
    font-size: 1.9em;
    font-weight: 400;
}

h1 {
    font: 600 1.5em/1em Lato, Arial, sans-serif;
    margin: 40px 0 15px;
    font-weight: 600;
    line-height: 1.1em;
    color: #484848;
}

h2 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.1em;
    color: #d1112d;
    margin: 70px 0 15px;
}

p {
    line-height: 1.5em;
    margin: 10px 0;
}

sub {
    font-size: 0.7em;
}

.documentacion {
    margin: 0;
}

.documentacion i {
    display: block;
    float: left;
    vertical-align: middle;
    width: 35px;
    height: 30px;
    margin-right: 20px;
    background: url('/images/sprite-icons.png') no-repeat -170px 0;
    background-size: 500px;
}

.documentacion a {
    color: #00a2ff;
    font-weight: 400;
    font-size: 1em;
}

.documentacion a:hover {
    color: #000;
}

.menu-utils a {
    font-size: 0.8em;
}

.banner-gris {
    background: #f5f5f5;
    border: 1px solid #f2f2f2;
    text-align: center;
    padding: 45px 40px;
}

.banner-gris p {
    font-size: 1.3em;
    font-weight: 400;
    margin: 15px 0;
    line-height: 1em
}

.border-menu {
    background: url('/images/border_menu.gif') repeat-x;
    padding-top: 10px;
}

.apartado {
    padding: 35px 0 0;
}

.galeria {
    margin: 25px 0;
}

.galeria li {
    display: inline;
    float: left;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    height: 301px;
}

.guion {
    margin: 25px 0;
}

.guion li:before {
    content: "-";
    padding-left: 5px;
    padding-right: 8px;
    margin-left: -18px;
}

.guion li {
    margin-bottom: 10px;
    line-height: 1.2em;
}

.encabezado {
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.link-video {
    position: relative;
    display: block;
}

.link-video img {
    width: 100%;
}

.link-video span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-indent: -9999px;
    border: 2px solid #262626;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all .4s;
}

.link-video:hover span {
    border: 4px solid #262626;
    background-color: rgba(255, 255, 255, 1);
}

.link-video span:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto auto auto 23px;
    border-top: 15px solid transparent;
    border-left: 30px solid rgba(73, 73, 73, 1);
    border-bottom: 15px solid transparent;
    /*box-shadow: 0 0 2px rgba(154,0,12,0.5);*/
}

.logos-calidad {
    padding-bottom: 30px;
}

.footer-logos {
    border-top: 1px solid rgba(73, 73, 73, 0.6);
    padding: 20px;
    background-color: #e0e0e0;
}

.footer-logos ul {
    text-align: center;
}

.footer-logos ul li {
    display: inline-block;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.footer-logos ul li a img {
    width: 100%;
    max-width: 250px;
}

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

/* Movil Horizontal */

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

@media only screen and (min-width: 600px) {
    .flexslider .slides li {
        background-size: 100%;
        height: 129px;
    }
}

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

/* Tablet */

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

@media only screen and (min-width: 770px) {
    header li,
    .menuPpal li,
    .breadcrumb li {
        display: inline;
    }
    header .menuPpal {
        float: right;
    }
    .menuPpal {
        margin-bottom: 30px
    }
    .menuPpal li {
        position: relative;
    }
    .menuPpal a {
        color: #5e4c29;
        display: inline-block;
        padding: 7px 15px;
        border: 1px solid #e0d1b4;
        background: #f9f8f5;
        font-size: 0.8em;
    }
    .menuPpal a.showNivel2 {
        padding-right: 30px;
        background: #f9f8f5 url('/images/arrow_menu.png') no-repeat right center;
    }
    .menuPpal a.hideMenu {
        background-image: url('/images/arrow_menu_up.png');
    }
    .menuPpal a:hover {
        color: #000;
        background-color: #e7e0d1;
    }
    .menuPpal .presup {
        background: #9a000b;
        color: #FFF;
        border: 1px solid #9a000b;
        font-weight: 400;
    }
    .menuPpal .presup:hover {
        background: #5d0001;
        color: #FFF;
    }
    .menu-utils li {
        display: inline;
        margin-left: 30px;
    }
    .menu-utils li.tel-header {
        font-size: 1.12em;
        font-weight: 500;
    }
    .menu-utils li a.link-home {
        color: #bfbfbf;
        font-size: 0.9em;
    }
    .menu-utils li a.link-email {
        color: #9a000c;
        font-size: 1em;
    }
    .menu-utils li a:hover {
        color: #000;
    }
    .flexslider .slides li {
        height: 259px;
        background-size: cover;
    }
    .boxSlider,
    .flex-control-nav {
        width: 50%;
    }
    .boxSlider {
        position: absolute;
        bottom: 0;
        /*height: 115px*/
        ;
        max-width: 400px;
        background: rgba(0, 0, 0, 0.5);
    }
    #navi {
        bottom: 340px;
    }
    .points li {
        display: inline;
    }
    .points li:before {
        content: "·";
        padding-left: 5px;
        padding-right: 8px
    }
    .points li:first-child:before {
        content: none;
        padding-left: 0;
    }
    .breadcrumb {
        color: #c2c2c2;
    }
    .breadcrumb li {
        font-size: 0.75em;
    }
    .breadcrumb a {
        color: #c1c1c1;
    }
    .breadcrumb a:hover {
        color: #000;
    }
    h1 {
        font-size: 2.25em;
    }
    h2 {
        font-size: 1.5em;
    }
    p.logo {
        margin-top: 35px;
    }
    .logosvg {
        width: 100%;
        max-width: 236px;
    }
    footer i {
        display: inline-block;
        width: 35px;
        height: 40px;
        vertical-align: middle;
        margin-right: 10px;
        background-image: url('/images/sprite-icons.png');
        background-repeat: no-repeat
    }
    footer .tel {
        font-size: 1.12em;
        /*margin: 20px;*/
        margin: 0;
        padding: 0;
        color: #FFF;
    }
    footer a.email {
        font-size: 1em
    }
    footer p.copy {
        margin-right: 45px;
    }
    .datos-address {
        float: left;
        text-align: left;
    }
    i.icon-address {
        background-position: 5px 0;
    }
    i.icon-tel {
        background-position: -30px -3px;
    }
    i.icon-mail {
        background-position: -72px 0;
        width: 35px
    }
    .divAddress {
        text-align: left;
    }
    .divAddress p {
        text-align: left;
    }
    .divContact p {
        color: #7b7b7b;
        margin: 5px 0 20px;
        font-size: 0.95em;
    }
    .divAddress h2 {
        margin-top: 65px;
        text-align: left;
    }
    ul.links-footer a {
        font-size: 0.9em;
    }
    ul.links-legal {
        margin: 10px auto;
    }
    ul.links-legal li {
        display: inline;
        text-align: left;
    }
    .bkg-light-grey {
        padding: 10px 0;
    }
    #form_contacto input[type="text"],
    #form_contacto textarea,
    #routeForm input[type="text"] {
        width: 75%;
    }
    #form_contacto textarea {
        width: 79%;
    }
    #form_contacto p.privacidad {
        margin-left: 120px
    }
    .aviso {
        margin-left: 125px
    }
}

.col-pie {
    padding-top: 20px;
    padding-bottom: 20px;
}

.col-pie p,
.col-pie ul {
    line-height: 27px !important;
    height: 27px !important;
}

.col-pie p.copy {
    padding-top: 1px !important;
}

/* modulos klikbus */

.klikbus {
    text-align: center;
}

.klikbus_contenedor {
    margin: 10px 0;
    float: none;
    vertical-align: top;
}

.klikbus_evento {
    background: #FFF;
    text-align: center !important;
    display: block;
    margin: 0 !important;
}

.klikbus_evento a {
    color: #262626;
}

.klikbus_evento span {
    color: #262626;
    display: block;
    padding: 0 10px;
}

.klikbus_evento span.titulo {
    font-size: 1.2em;
    margin: 15px 0 5px 0;
}

.klikbus_evento span.mas_info {
    display: inline-block;
    margin: 20px 0;
}

.klikbus_evento span.ruta {
    font-size: 0.9em;
}

.klikbus_evento span.fecha {
    font-size: 0.9em;
    line-height: 0.9em;
    margin-top: 10px;
}

.klikbus_evento .img_evento {
    display: inline-block;
}

.klikbus_evento .mas_info {
    background: #C02920;
    color: #FFF;
    padding: 3px 10px;
}

.frase_klikbus {
    text-align: center;
}

.frase_klikbus a {
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center !important;
    margin: 0 0 20px 0 !important;
}

.frase_klikbus a span {
    color: #F06D27;
}

.logos-pie {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
}
.logos-pie li {
	width: 100%;
}
.logos-pie li a img 
{
	max-width: 100%;
	height: auto;
}

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

/*Desktop*/

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

@media only screen and (min-width: 980px) {
	.logos-pie {
		flex-wrap: nowrap;
	}
	.logos-pie li {
		width: 19.99%;
	}
    .menuPpal a {
        padding: 7px 12px;
    }
    .menu-utils {
        float: left;
        margin: 15px 0 10px 0;
    }
    .gradient {
        background: url('/images/gradient.png') repeat-x;
        height: 443px;
    }
    a#showMenu,
    .logo-movil {
        display: none;
    }
    .submenu {
        display: none;
        position: absolute;
        top: 29px;
        left: 0;
        width: 200px;
        border: 1px solid #e0d1b4;
        border-bottom: 0;
        z-index: 100
    }
    .submenu li {
        display: block;
        border-bottom: 1px solid #e0d1b4
    }
    .submenu li a {
        display: block;
        border: none;
        background: #FFF;
        font-size: 0.8em;
    }
    .movil-off,
    .menu-utils,
    .menuPpal,
    .breadcrumb,
    #navi {
        display: block;
    }
    .documentacion i {
        display: inline-block;
        width: 52px;
        height: 40px;
        background-size: 700px;
        background-position: -237px 0;
        float: none;
    }
    .descSlider,
    .links-footer {
        display: block;
    }
    footer .tel,
    footer p.copy,
    ul.links-footer,
    ul.links-legal,
    footer p.txt-siguenos {
        float: left;
        text-align: left;
    }
    footer .tel {
        padding-left: 20px;
    }
    .email,
    footer .social-icons {
        float: right;
        text-align: left;
    }
    .social-icons {
        float: right;
    }
    footer p.txt-siguenos {
        margin-left: 30px;
        margin-right: 0
    }
    .encabezado {
        margin: -22px 0 15px;
    }
    .boxSlider {
        display: block;
        /*height: 180px;*/
        font-size: 0.8em;
    }
    .colf,
    .colfl {
        width: 50%;
    }
    .presu-form label {
        width: 30%;
    }
    .presu-form input[type="text"] {
        width: 68%;
    }
    .colf {
        padding: 0 5% 0 0;
    }
    .colfl {
        padding: 0 0 0 5%;
    }
    .polcont {
        padding: 0 0 20px 15.3%;
    }
    .colm label {
        width: 15%;
    }
    .colm textarea {
        width: 75%;
    }
    .colpr label {
        width: 100%;
    }
    .presupuesto h2 {
        text-align: center;
    }
    .col-contact {
        width: 25%;
        padding: 0 3%;
        float: left;
        margin-bottom: 0;
    }
    .presupuesto h2,
    .presupuesto h3 {
        padding: 0 0 35px 0;
    }
    .contacto h1 {
        text-align: center;
        margin: 45px 0 75px 0;
    }
    #mapa {
        height: 595px;
    }
    #navi {
        bottom: 10px;
    }
    .klikbus_contenedor {
        display: inline-block;
        position: relative;
    }
    .klikbus_evento {
        position: relative;
        padding-bottom: 75px;
    }
    .klikbus_contenedor .mas_info {
        position: absolute;
        bottom: 10px;
        width: 80%;
        left: 50%;
        margin-left: -40% !important;
    }
    /*#css-table {
  display: table;
}
#css-table .col {
  display: table-cell;
  width: 33.33%;
  background-color: #FFF;
  border-left: 5px solid #262626;
  border-right: 5px solid #262626;
  padding-bottom: 70px;
}*/
}

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

/*Large Desktop*/

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

@media only screen and (min-width: 1200px) {
    .menuPpal a {
        padding: 7px 15px
    }
    .menu-utils {
        float: right;
        margin: 15px 30px 10px 30px;
    }
    .menuPpal a {
        font-size: 1em;
    }
    .titSlider a {
        font-size: 2.25em;
    }
    .flexslider .slides li {
        height: 523px;
        background-size: 2000px;
    }
    .boxSlider {
        bottom: 15%;
    }
    .cont-home p {
        margin-top: 75px;
    }
    footer .tel {
        /*margin: 20px 40px;*/
    }
    #navi {
        bottom: 10px;
    }
    .encabezado {
        margin-bottom: 75px;
        height: 443px;
    }
    .klikbus_contenedor {
        display: inline-block;
    }
}