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

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400');

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');

@import url('https://fonts.googleapis.com/css?family=Raleway:300,400');

@font-face {
    font-family: "Pirulen";
    src: url('fonts/pirulen/pirulen.ttf') format("truetype");
}

.wow{visibility: hidden;}

a:hover, a:visited, a:link, a:active { text-decoration: none;}
p, .textaco, .textaco li{text-align: justify; font-size: 18px; font-family: 'Open Sans'; font-weight: 300; color:#4b4b4b;}


h1.h1 {
    color: #4b4b4b;
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    border-left: 3px solid #e93625;
    padding: 15px 20px;
    margin: 15px 0px;
}

h1.h1 spam{
    color: #e93625;
}

h2.grande{
    color: #4b4b4b;
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200; 
    text-align: center;
    margin-bottom: 20px;
}

h2.grande spam{
    color: #e93625;
}

h2.blanco{
    color: #fff;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
    margin:0px;
}

h3.blanco{
    color: #fff;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    margin:0px;
    font-weight: 300;
    margin-bottom: 5px;
}

h3.negro{
    color: #000;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: 1px;
}

h3.negro_dos {
    color: #000;
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    font-weight: 600;
    margin-top: 0px;
    letter-spacing: 1px;

    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.contenido-delegacion h4{
    font-size: 25px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
    font-weight: 200;
    color: #e93625;
}

h6{
    color: #fff;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    margin: 0px;
    line-height: 20px;
}



/* -- circulos -- */
.wrapper-flex,.wrapper-flex-mobile{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;/* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-box;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;

    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}


/* -- row -- */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row-eq-height.container:before,
.row-eq-height.container:after,
.row-eq-height.row:before,
.row-eq-height.row:after {
    content: normal;
}



.separa-5{
    height: 5px;
}

.separa-10{
    height: 10px;
}

.separa-20{
    height: 20px;
}

.separa-40{
    height: 40px;
}

.separa-30{
    height: 30px;
}

.separa-50{
    height: 50px;
}

.separa-52{
    height: 52px;
}



/* superior */
.superior {
    background-color: #e93625;
    position: relative;
}

.trapecio_blanco {
    width: 300px;
    height: 0px;
    border-right: 90px solid transparent;
    border-left: 0px solid transparent;
    border-top: 105px solid #ffffff;
    position: absolute;
    top: 0px;
}

.trapecio_blanco .relleno {
    position: absolute;
    bottom: 0px;
    height: 106px;
    width: 1000%;
    background-color: #fff;
    right: 100%;
}

.trapecio_blanco .logo {
    /* float: left; */
    z-index: 3;
    position: absolute;
    /* align-items: center; */
    /* justify-content: center; */
    /* display: flex; */
    top: -80px;
}


.logo img{
    height: 60px;
}

.padre_cajas{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: right;
}

.padre_cajas .caja{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 70px;
}

.padre_cajas .caja:last-child{
    padding-right: 50px;
}

.circulo{
    height: 46px;
    width: 46px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
}
.circulo img.canarias{
    height: 26px;
}

.circulo img.flecha{
    height: 26px;
    position: absolute;
    left: 100%;
}

.caja .texto {
    position: relative;
    left: 30px;
}


/* menu_principal */
.menu_principal{
    position: absolute;
    z-index: 6;
    width: 100%;
    top: 105px;
    overflow: hidden;
}
.navbar .navbar-nav {
    position: relative;
    height: 64px;
}

.navbar .navbar-collapse {
    padding: 0px;
}

.navbar-default {
    margin: 0px;
    border: 0px;
    border-radius: 0px;
    background-color: #262626;
}

.navbar-default .navbar-left>li>a {
    color: #fff;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    padding: 24px 35px 16px;
    letter-spacing: normal;
    border-bottom: 4px solid transparent;
}


.navbar-default .navbar-left>li.active>a {
    color: #fff;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    border-bottom: 4px solid #e93625;
    background-color: transparent;
}

.rellenaco{
    position: absolute;
    top: 0;
    height: 30px;
    background: #e93625;
    width: 100%;
    left: calc(70%);
    z-index: -1;
}


.navbar-default .navbar-nav .navbar-right>li>a {
    padding: 0px;
}

/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #e93625;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

.navbar-default .navbar-left>li>a:hover {
    color: #fff;
}

.navbar-default .navbar-left>li.active>a:hover {
    color: #fff;
    border-bottom: 4px solid #d34337;
    background-color: transparent;
}

.nav>li>a>img {
    max-width: none;
    position: relative;
    z-index: 5;   
    padding-right: 30px;
    -webkit-filter: grayscale(1);

    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.navbar-right>li>a:hover img {
    max-width: none;
    position: relative;
    z-index: 5;   
    padding-right: 30px;
    -webkit-filter:none;

}

.trapecio_blanco_dos {
    width: 320px;
    height: 0px;
    border-right: 0px solid transparent;
    border-left: 60px solid transparent;
    border-bottom: 64px solid #ffffff;
    position: absolute;
    top: 0px;
    right: 0px;
}




/* section banner */
.banner {
    width: 100%;
    z-index: 0;
    position: relative;
    overflow: hidden;
    max-height: 490px;
}

.bxslider {
    padding: 0px;
    margin: 0px;
}

.bx-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.bx-wrapper .bx-viewport {
    border: 0px;
    box-shadow: 0 0 5px #ccc;
    left: 0px;
    background: #fff;
    width: 100%;
}

.slider {
    width: 100%;
    height: 486px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.fondo{
    height: 350px;
}


/* section bienvenida */
.bienvenida{
    background-color: #f5f5f5;
}

.bienvenida .row{
    padding: 0px;
    width: 100%;
}

.bienvenida .row>div{
    /*    background-color: #fff;*/
    padding: 0px;
}


.enlace .padre_imagen {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.padre_imagen .imagen{
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.padre_imagen .imagen:after{
    content: "";
    padding-top:71%;
    display: block;
}

.enlace_texto {
    position: relative;
    background-color: #fff;
}

.enlace_texto .padding {
    padding: 50px 40px;
    height: 230px;
}

.linea_roja{
    width: 37px;
    border-bottom: 3px solid #e93625;
    margin: 0 auto;
}

.enlace_texto p{
    color: #7b7b7b;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-align: center;
    margin-bottom: 0px;
    line-height: normal;
}

.circulo_rojo{
    height: 82px;
    width: 82px;
    background-color: #e93625;
    border-radius: 50%;
    position: absolute;
    top: -42px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 10;
}
.circulo_rojo img{
    height: 32px;
    -webkit-filter: brightness(10);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.enlace a:hover img{
    -webkit-filter: none;
    /*    transform: scale(1.10);*/

}


.column {
    margin: 00;
    padding: 0;
}
.column:last-child {
    padding-bottom: 60px;
}
.column::after {
    content: '';
    clear: both;
    display: block;
}
.column div {
    position: relative;
    float: left;
    width: 300px;
    height: 100%;
    margin: 0 0 0 25px;
    padding: 0;
}
.column div:first-child {
    margin-left: 0;
}


/* Shine */
.hover14 .imagen {
    position: relative;
}
.hover14 .imagen::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.enlace a:hover .imagen::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}


/* section contacta */
.contacta{
    background-color: #e93625;
}

.contacta h3, .contacta h2{
    text-transform: uppercase;
}

.contacta .row{
    padding: 0px;
}

.contacta .row>div{
    padding: 0px;
}
.texto_boton {
    text-align: left;
    width: 100%;
}

.padre_boton {
    display: inherit;
    justify-content: flex-end;
    align-items: center;
}

.boton {
    text-align: right;
    width: 100%;
}

.boton p{
    margin: 0px;
    text-align: right;
}
.contacta .btn {
    padding: 10px 80px;
    margin-bottom: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    /*    background-color: transparent;*/
    border: 1px solid #fff;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans';
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #fff;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e93625;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus, 
.hvr-shutter-in-vertical:active {
    color: #e93625;
    background: #fff;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}


/* section destacados */
.linea_roja_grande{
    width: 90px;
    border-bottom: 3px solid #e93625;
    margin: 0 auto;
}



.destacados .row>div{
    background-color: #fff;

}


.promo .padre_imagen {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.promo .padre_imagen .imagen{
    border: 1px solid #e8e8e8;
}

.padre_imagen .imagen{
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.promo .padre_imagen .imagen:after{
    content: "";
    padding-top:74%;
    display: block;
}

.promo_texto {
    position: relative;
}

.promo .titular h3.negro_dos{
    font-size: 20px;
}

.promo .tam-texto{
    height: 60px;
}

.promo .titular {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.promo_texto .padding{
    padding: 10px 15px 30px;
}

.promo .linea_roja{
    width: 37px;
    border-bottom: 3px solid #e93625;
    text-align: left;
    margin: 0px;
}

.fecha p{
    color: #7b7b7b;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.fecha p .fa{
    color: #e93625;
    font-size: 14px;
    padding-right: 10px;
}

.promo_texto p.raro{
    color: #7b7b7b;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 300;
    text-align: left;
    margin-bottom: 0px;
    line-height: normal;
}

.botoncito {
    margin-bottom: 0px;
}

.botoncito a{
    color: #e93625;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0px;
    text-transform: uppercase;
}

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

.promo:hover .imagen{
    transform: scale(1.20);
}

.promo:hover .negro_dos{
    color: #e93625;
}

.imagen-detalle{
    height: 300px;
    width: 400px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background-position: center;
    background-size: cover;
    border: 1px solid #ececec;
}

/* empresa */
.empresa p{
    /*    margin-bottom: 0px;*/
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
}

.logos_empresas a{
    padding-right: 50px;
}

.logos_empresas a:last-child{
    padding-right: 0px;
}

.logos_empresas a img{
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}


.logos_empresas a:hover img{
    transform: scale(1.05);
}

.todo_centrado {
    display: grid;
    justify-content: center;
    align-items: center;
}

/* footer */
.pie_superior{
    background-color: #b92b13;
    position: relative;
}

.trapecio_rosa {
    width: 360px;
    height: 0px;
    border-right: 90px solid transparent;
    border-left: 0px solid transparent;
    border-top: 140px solid #e93625;
    position: absolute;
    top: 0px;
}

.trapecio_rosa .relleno_rosa {
    position: absolute;
    bottom: 0px;
    height: 140px;
    width: 1000%;
    background-color: #e93625;
    right: 100%;
}


.logo_blanco {
    float: left;
}

.logo_blanco img {
    height: 65px;
    position: relative;
    /*    -webkit-filter: brightness(10);*/
}

.padre_menu_pie{
    display: inherit;
    justify-content: flex-end;
    align-items: center;
}

.menu_pie{
    float: right;
}

.menu_pie p,
.menu_pie p a{
    color: #f7958c;
    font-size: 14px;
    font-family: 'Open Sans';
    margin-bottom: 0px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.menu_pie p a:hover{
    color: #fff;
}

p.copy{
    color: #fff;
    text-align: right;
    margin-bottom: 5px;
}

.pie_inferior p,
.pie_inferior p a{
    color: #888888;
    font-size: 12px;
    margin-bottom: 0px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.pie_inferior p a:hover{
    color: #e93625;
}

/* Empresa */
.right-tabs{ position: relative;}
.right-tabs .nav {
    position: absolute;
    right: 0px;
    top: 129px;
    -moz-top: 128px;
    float: right;
}

@-moz-document url-prefix() {
    .right-tabs .nav {
        top: 128px;
    }
}

.barra_inferior{
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li>a {
    color: #e93625;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
}

.fondo{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Marcas */

.caja_busqueda select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}

.caja_busqueda.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    width: 200px;
}

.formu_lario{
    padding: 15px 20px;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.caja_busqueda label{padding-right: 15px;}

.caja_busqueda select + i.fa {
    float: right;
    margin-top: 10px;
    right: 20px;
    pointer-events: none;
    background-color: transparent;
    padding-right: 5px;
    position: relative;
}

.marcas_principales {
    margin: 10px;
    border: solid 2px #eee;
    padding: 20px;
}

.marcas_principales .imagen{
    height: 100px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Servicios */

.nav-pills>li>a {
    border-radius: 0px;
    color: #e93625;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #e93625;
}

/* - Adjuntos - */

.tipografia, .titulo-contenido{
    text-align: left;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
}

.tipografia{ color: #4b4b4b;}
.titulo-contenido{color: #e93625;}

.tipografia i{color: #e93625;}
.listado {text-align: justify;}

.listado ul, .listado li {margin: 0px;padding: 0px;list-style: none;}
.listado li {padding: 20px;background-color: #f1f1f1;}
.listado li a, .listado li.alt a{font-size: 14px;font-family: 'Open Sans';font-weight: 300;}
.listado li.alt {background-color: transparent;}
.listado li.alt a {color: #333;text-decoration: none;}
.listado a {color: #333;text-decoration: none;}
.listado a:hover, .listado li.alt a:hover {color: #e93625;text-decoration: none;}

/* Promociones y Noticias */
.noticias, .post_details ul, .popular{list-style: none; padding: 0; margin: 0;}

.noticia a {
    font-family: 'Open Sans',sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #e93727;
}

.noticias .imagen {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.noticias .imagen:after {
    content: "";
    padding-top: 60%;
    display: block;
}

.not-imagen{
    background-color: #ededed;
}

.full-width {
    width: 100%;
}

.noticia .titular h1 {color: #e93727; margin-bottom: 10px;}
.noticia .titular a>h3 {color: #e93727;margin-bottom: 17px;font-size: 30px;font-family: 'Oswald', sans-serif;font-weight: 200;text-transform: uppercase;}
.noticia .titular {margin-bottom: 0px; border-bottom: solid 1px #dedede;}

.noticia .post_details {color: #a0a0a0; background-color: #fff; padding: 10px; border-bottom: solid 5px #e93625; text-align: right; font-size: 13px;}

.post_details i{color: #e93625;}

.noticia .contenido {padding: 10px 0 5px;}

.btn-cargar-mas, .btn-cargar-mas:active, .btn-cargar-mas:hover, .btn-cargar-mas:focus, .btn-cargar-mas:visited {color: #ffffff !important; background-color: #e93625 !important; border-color: #e93625 !important; margin-bottom: 30px; font-size: 20px; padding: 10px 20px;}

.noticia-detalle-fecha{text-align: right; color: #a0a0a0;}

.sidebar h5{color: #e93659; font-family: 'Oswald', sans-serif; font-size: 18px; font-weight: 300; text-transform: uppercase;}

.sidebar .input-group-btn{height: 100%;}
.sidebar .input-group-btn button {height: 100%;background-color: #262626;color: #fff;border: 1px solid black;}

.popular{font-size: 13px;}
.popular li{padding: 10px 0; border-bottom: dotted 1px #dedede;}
.popular .imagen{width: 50px; height: 50px; float: left; margin-right: 10px; border-radius: 3px; background-size: cover; background-position: center center;}
.popular a.title {color: #e93625;}
.popular a.texto-breve{color: #4b4b4b;}
.popular a.title:hover, .popular a.title:focus, .popular a.title:active {color: #e93625;}

.contenido_noticia_lista p{ font-size: 16px;}
.bloque.noticia{margin-bottom: 40px;}

/* |-> Delegaciones -- */

#contacto{
    border: 1px solid #dedede;
    padding: 0px 30px;
    background-color: #fff1f1;
}

#contacto h2{
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
}

.caja-delegacion{width: 100%;}
.contenido-delegacion p{font-size: 15px;}
.contenido-delegacion i{ color: #e93625; }

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #e93625;
}

.fa-calendar{color: #e93625;}

.mapa-delegacion iframe{ height: 210px; width: 100%;}

.nav-pills>li>a {
    border-radius: 0px;
    color: #1E1B1B;
}

.mapa_delegacion{
    position: relative;
}

.icono-boton {
    height: 20px;
    margin-right: 5px;
}

.antibalas {
    height: 100%;
    width: 100%;
    /* background-color: rgba(0, 128, 0, 0.51); */
    position: absolute;
    top: 0px;
}

.delegaciones {
    border: 1px solid #dedede;
    display: flex;
    margin-bottom: 30px;
    background-color: #f9f9f9;
}

.no-padding{padding: 0px;}

center a {
    color: #e93625;
}

center a:hover, center a:focus, center a:active {
    color: #b92c14;
}

.titulo_europeo {margin: 0px}
.logo_europeos img{height: 70px; position: relative}

/* Botones */

.btn-default-formulario { 
    color: #000000; 
    background-color: #E8E8E8; 
    border-color: #DEDEDE; 
} 

.btn-default-formulario:hover, 
.btn-default-formulario:focus, 
.btn-default-formulario:active, 
.btn-default-formulario.active, 
.open .dropdown-toggle.btn-default-formulario { 
    color: #000000; 
    background-color: #dedede; 
    border-color: #DEDEDE; 
} 

.btn-default-formulario:active, 
.btn-default-formulario.active, 
.open .dropdown-toggle.btn-default-formulario { 
    background-image: none; 
} 

.btn-default-formulario .badge { 
    color: #E8E8E8; 
    background-color: #000000; 
}

.btn-success {
    color: #fff;
    background-color: #e93625;
    border-color: #b92c14;
}

.btn-success:hover, .btn-success.focus, .btn-success:focus, .btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #b92c14;
    border-color: #b92c14;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #b92c14;
    border-color: #b92c14;
}

/* -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- --  -- -- -- -- -- -- -- Responsive  -- -- -- -- -- -- -- -- -- -- -- -- 
-- --  -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- --*/
@media (max-height: 768px){ /* alto portatil */



}

@media (max-width: 1200px){ /* monitores normales y tablet horizontal */

    h1.h1 {
        font-size: 45px;
        margin-bottom: 0px;
    }

    h2.blanco {
        font-size: 28px;
    }

    h3.negro {
        font-size: 19px;
    }

    h2.grande {
        font-size: 45px;
    }


    .navbar-default .navbar-left>li>a {
        font-size: 15px;
        padding: 24px 24px 16px;
    }

    .trapecio_blanco_dos {
        width: 270px;
    }

    .nav>li>a>img {
        height: 30px;
        top: 3px;
    }

    .circulo_rojo {
        height: 72px;
        width: 72px;;
        top: -36px;
    }

    .enlace_texto .padding {
        padding: 40px 20px;
    }

    .logo_blanco img {
        height: 55px;
    }

    .trapecio_rosa {
        border-top: 130px solid #d34337;
    }

    .trapecio_rosa .relleno_rosa {
        position: absolute;
        bottom: 0px;
        height: 130px;
        width: 1000%;
        background-color: #d34337;
        right: 100%;
    }

    .barra_inferior {
        padding-bottom: 51px;
    }

    .right-tabs .nav {
        top: 139px;
    }

    .caja_busqueda select + i.fa {
        right: 55px;
    }

    .caja_busqueda select + i.fa {
        right: 55px;
    }

}

@media (max-width: 992px){ /* tablet vertical */

    .navbar-header {float: none; height: 70px;border-bottom: 1px solid #002ba6;}
    .navbar-toggle {display: block;}
    .navbar-toggle {margin-right: 30px; margin-top: 17px;}
    .navbar-collapse {border-top: 1px solid transparent;box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
    .navbar-collapse.collapse {display: none!important;}
    .navbar-nav {float: none!important;margin: 7.5px 15px;}
    .navbar-nav>li {float: none;}
    .navbar-nav>li>a {padding-top: 10px;padding-bottom: 10px;}
    .navbar-text {float: none;margin: 15px 0;}
    .navbar-collapse.collapse.in {display: block!important;}
    .collapsing {overflow: hidden!important;}

    .slider{
        height: 300px;
    }

    .fondo {
        height: 250px;
    }


    h2.blanco {
        text-align: center;
    }

    h3.blanco {
        text-align: center;
    }

    .boton p {
        text-align: center;
    }

    .menu_responsive {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 999;
    }

    .menu_responsive .container {
        padding: 0px;
        width: 100%;
    }

    .navbar-brand>img {
        display: block;
        height: 35px;
        position: relative;
        top: -5px;
        -webkit-filter: brightness(10);
    }
    .navbar-header {
        height: 52px;
        border-bottom: 0px solid #002ba6;
        background-color: #e93625;
    }

    .navbar-default {
        background-color: #e93625;
        height: 52px;
    }

    .navbar-toggle {
        padding: 19px;
        margin: 0px;
        background-color: rgba(255, 255, 255, 0.1);
        border: 0px solid transparent;
        border-radius: 0px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-toggle:focus, 
    .navbar-default .navbar-toggle:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .navbar-default .navbar-left>li>a {
        font-size: 14px;
        padding: 14px;
        border-bottom: 0px;
    }
    .navbar-default .navbar-left>li>a .fa {
        padding-right: 10px;
    }
    .navbar-default .navbar-left>li.active>a {
        font-size: 14px;
        border-bottom: 0px solid #d34337;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .navbar-default .navbar-left>li.active>a:hover {
        color: #fff;
        border-bottom: 0px solid #d34337;
        background-color: rgba(255, 255, 255, 0.1);
    }

    .navbar-default .navbar-left>li>a:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .navbar .navbar-nav {
        height: auto;
    }
    .navbar-default .navbar-collapse, 
    .navbar-default .navbar-form {
        background-color: #262626;
    }


    .bienvenida .row {
        margin: 0px;
    }

    .destacados .row {
        margin: 0px;
    }   


    .trapecio_rosa {
        width: 260px;
    }

    .caja_busqueda select + i.fa {
        float: right;
        margin-top: -23px;
        right: 20px;
        pointer-events: none;
        background-color: transparent;
        padding-right: 5px;
        position: relative;
    }
    
    .titulo_europeo {margin: 20px 0px 10px 0px}
    .logo_europeos {    display: grid;
    justify-content: center;
    align-items: center;}

}

@media (max-width: 767px){ /* móviles */

    .fondo {
        height: 200px;
    }

    .slider{
        height: 250px;
    }

    h1.h1 {
        font-size: 30px;
    }

    h2.blanco {
        font-size: 24px;
    }

    h2.grande {
        font-size: 30px;
    }

    h3.blanco {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

    .texto_boton {
        padding: 0px 15px;
    }

    .padre_boton {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .boton {
        text-align: center;
    }

    .contacta .btn {
        padding: 10px 40px;
    }

    .todo_centrado {
        display: inherit;
        justify-content: center;
        align-items: center;
    }

    .logos_empresas a {
        padding-right: 0px;
    }

    .empresa p {
        text-align: center;
    }
    .logos_empresas {
        text-align: center;
    }

    .logo_blanco {
        float: none;
        text-align: center;
    }


    p.copy {
        text-align: center;
    }

    .menu_pie p, .menu_pie p a {
        text-align: center;
    }

    .trapecio_rosa {
        width: 309px;
        border-top: 103px solid #d34337;
    }

    .trapecio_rosa .relleno_rosa {
        height: 103px;
    }

    /* tabs */

    .right-tabs .nav {
        top: 0;
        right: 0;
        float: none;
        position: relative;
        border-bottom: none;
    }

    .barra_inferior {
        padding-bottom: 0;
        border: none;
    }

    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
        border-bottom-color: #ddd;
        background-color: #e93625;
        color: #fff;
        border-radius: 0; 
    }

    .nav-tabs>li {
        float: left;
        margin-bottom: -1px;
        width: 100%;
    }

    .nav-tabs>li>a{font-size: 17px;}

    .logos_empresas a img{padding-bottom: 15px;}

    .formu_lario {
        height: 66px;
    }

}
