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

/* color-gris : #3a3a3a;
color-gris-oscuro : #2d2d2d;
color-gris-claro: #5a6770;
color-morado : #2a2f70;
color-celeste : #0090be; */

.btn {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 30px;
    font-family: 'Circular Std', sans-serif;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
}

.btn-morado {
    color: white;
    background-color: rgba(249, 186, 0, 0.8);
}

.btn-morado:hover {
    color: white;
    background-color: #ec8117;
}

.btn-blue {
    color: #fff;
    background-color: #4999d7;
}

.btn-blue:hover, .btn-blue:focus {
    color: #fff;
    background-color: #348dd2;
}

.btn-orange {
    color: #fff;
    background-color: #e96b00;
}

.btn-orange:hover, .btn-orange:focus {
    color: #fff;
    background-color: #cf5f00;
}

.btn-gris {
    margin: 13px 0;
    border: 2px solid #ccc;
}

.btn-gris i.fa-chevron-right:before {
    color: #b1b0b0;
}

.btn-gris:hover {
    border: 2px solid #A4A4A4;
}

.btn-grey {
    color: #fff;
    background-color: #969fa2;
}

.btn-grey:hover, .btn-grey:focus {
    color: #fff;
    background-color: #4b5254;
}

.btn-modal {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 55px;
}

.more-flecha {
    display: block;
    width: 31px;
    height: 15px;
    margin: 10px 0;
    background-image: url(/resources/images/public/iconos/ico-arrow-lef-gris.png);
    background-repeat: no-repeat;
    background-position: center;
}

.container {
    padding: 20px 0;
}

html, body {
    font-family: 'Berthold Akzidenz Grotesk BE', sans-serif;
    font-weight: normal;
    font-style: normal;
}

p {
    margin: 0;
    padding: 15px 0;
    color: #3a3a3a;
    font-family: 'Berthold Akzidenz Grotesk BE', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 20px 0 10px 0;
    padding: 0;
    letter-spacing: 0.01em;
    color: #0090be;
    font-family: 'Circular Std Book', sans-serif;
    font-weight: bold;
    font-style: normal;
    line-height: 95%;
}

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
    color: #5a6771;
    font-family: 'Circular Std Book', sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

a {
    color: #3a3a3a;
    font-family: 'Berthold Akzidenz Grotesk BE', sans-serif;
    font-weight: normal;
    font-style: normal;
}

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

ul {
    margin: 10px 0;
    padding: 0 0 0 30px;
    color: #3a3a3a;
    font-size: 16px;
}

ul li {
    padding: 0 0 0 3px;
}

.memorias h5, .memorias p, .memorias span {
    margin: 0;
    padding: 0;
    color: #3a3a3a;
}

.memorias span {
    display: block;
    font-size: 11px;
}

.memorias h5 {
    font-size: 15px;
    line-height: 18px;
}

.memorias p {
    font-size: 13px;
    line-height: 13px;
}

.memorias .btn {
    margin: 15px -8px;
    padding-right: 15px;
    /*  float: left;*/
    padding-left: 15px;
}

.memorias .itemMemoria {
    /*float: left;*/
}

.accordionButton.memorias, .accordionContent.memorias {
    width: 100%;
}

/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
.accordion {
    width: 100%;
}

.accordionButton {
    float: left;
    width: 92%;
    padding-top: 7px;
    padding-right: 30px;
    padding-bottom: 7px;
    cursor: pointer;
    color: #6a7579;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #ebedf0;
    background-image: url(/resources/images/public/iconos/open.gif);
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 12px;
    /*_float: none;   Float works in all browsers but IE6 */
    font-weight: bold;
}

.accordionContent {
    float: left;
    width: 90%;
    /*_float: none;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

header {
    position: relative;
    /*navbar-default*/
}

header .container {
    padding: 0;
}

header nav.navbar.navbar-default {
    position: absolute;
    z-index: 1000;
    top: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    background-color: rgba(249, 186, 0, 0.8);
}

header .etica-menu {
    position: absolute;
    top: 26px;
    right: 0;
    display: flex;
    align-items: center;
}

header .etica-menu a {
    display: block;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50px;
    font-family: 'Circular Std', sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    line-height: 18px;
    transition: all 0.3s linear;
}

header .etica-menu a:hover, header .etica-menu a:focus {
    text-decoration: none;
}

header .etica-menu a:not(:last-child) {
    margin-right: 5px;
}

header .etica-menu__highlight {
    background-color: #e7782b;
    border-color: #e7782b;
}

header .etica-menu__highlight:hover, header .etica-menu__highlight:focus {
    background-color: #d66618;
    border-color: #d66618;
}

header nav.navbar.navbar-default ul.nav.navbar-nav {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

header nav.navbar.navbar-default ul.nav.navbar-nav li.active a {
    border-bottom: 2px solid #e7782b;
    background: none;
}

header nav.navbar.navbar-default ul.nav.navbar-nav li:hover a {
    border-bottom: 2px solid #e7782b;
    background: none;
}

header nav.navbar.navbar-default ul.nav.navbar-nav li a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Circular Std', sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    line-height: 30px;
}

header nav.navbar.navbar-default ul.nav.navbar-nav.navbar-right.social {
    width: auto;
}

header nav.navbar.navbar-default ul.nav.navbar-nav.navbar-right.social li a .fa {
    font-size: 20px;
}

header .logoLL {
    padding: 15px 0 5px 0;
}

header .logoLL a {
    display: block;
}

/*end header*/
.area-slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px;
}

.area-slider.area-slider--landing {
    overflow: visible;
    height: auto;
    margin-bottom: 26px;
}

.area-slider.area-slider--landing .slider .slider-item .imagen-sl {
    position: relative;
    overflow: hidden;
    height: 410px;
}

.area-slider.area-slider--landing .slider .slider-item .imagen-sl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.area-slider .slider {
    width: 100%;
    height: 100%;
    /*end slider-item*/
}

.area-slider .slider .slider-item {
    width: 100%;
    height: 100%;
}

.area-slider .slider .slider-item .contenido-info {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.area-slider .slider .slider-item .contenido-info .info {
    position: absolute;
    top: 140px;
    right: 40%;
    width: 40%;
}

@media (min-width: 1025px) and (max-width: 1250px) {
    .area-slider .slider .slider-item .contenido-info .info.right-img {
        right: 25%;
        width: 55%;
    }
}

@media (min-width: 1251px) and (max-width: 1380px) {
    .area-slider .slider .slider-item .contenido-info .info.right-img {
        right: 35%;
        width: 45%;
    }
}

.area-slider .slider .slider-item .contenido-info .info h1 {
    color: white;
    font-family: 'Circular Std', sans-serif;
    font-size: 50px;
    font-weight: 900;
    font-style: normal;
    line-height: 42px;
}

.area-slider .slider .slider-item .contenido-info .info h2 {
    color: white;
    font-family: 'Circular Std', sans-serif;
    font-size: 41px;
    font-weight: 900;
    font-style: normal;
    line-height: 35px;
}

.area-slider .slider .slider-item .contenido-info .info h2 a {
    color: white;
    font-family: 'Circular Std', sans-serif;
    font-weight: 900;
    font-style: normal;
}

.area-slider .slider .slider-item .contenido-info .info p {
    color: #fff;
    line-height: 24px;
}

.area-slider .slider .slider-item .contenido-info .info .imagen {
    float: right;
    padding-top: 16px;
}

@media (max-width: 767px) {
    .area-slider .slider .slider-item .contenido-info .info .fix1280 {
        padding-top: 25px;
    }

    .area-slider .slider .slider-item .contenido-info .info .imagen {
        float: none;
        margin-right: 0px;
        padding-top: 0px;
    }
}

.area-slider .slider .slider-item .contenido-info .info.gris h1, .area-slider .slider .slider-item .contenido-info .info.gris p {
    color: #5a6770;
}

.area-slider .slider .slider-item .contenido-info .info.interior {
    right: 325px;
    border: none;
}

.area-slider .slider .slider-item .contenido-info .info.interior .breadcrumbs {
    display: -webkit-flex;
    display: flex;
}

.area-slider .slider .slider-item .contenido-info .info.interior .breadcrumbs .linea {}

.area-slider .slider .slider-item .contenido-info .info.interior .breadcrumbs ul {
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.area-slider .slider .slider-item .contenido-info .info.interior .breadcrumbs ul li {
    padding: 0 10px 0 0;
    color: #fff;
    font-family: 'Circular Std', sans-serif;
    font-size: 19px;
    font-weight: 900;
    font-style: normal;
}

.area-slider .slider .slider-item .contenido-info .info.interior .breadcrumbs ul li:last-child {
    font-family: 'Circular Std Book', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.area-slider .slider .slider-item .contenido-info .info.interior h1 {
    margin: 10px 0 5px 0;
    font-size: 42px;
    line-height: 35px;
}

.area-slider .slider .slider-item .contenido-info .info.right {
    top: 145px;
    left: 104px;
    width: 55%;
}

.area-slider .slider .slider-item .contenido-info .info.trabajos {
    top: 200px;
    left: 20px;
    width: 70%;
}

.area-slider .slider .slider-item .contenido-info .info.right .cont-title {
    display: -webkit-flex;
    display: flex;
}

.area-slider .slider .slider-item .contenido-info .info.right .cont-title .num h1 {
    margin: 35px 0 10px 0;
    font-size: 121px;
}

.area-slider .slider .slider-item .contenido-info .info.right .cont-title h1 {
    margin: 19px 0 0 15px;
    font-size: 62px;
}

.area-slider .slider .slider-item .contenido-info .info.right .cont-title h1 span {
    display: block;
    font-family: 'Circular Std Book', sans-serif;
    font-size: 53px;
    font-weight: normal;
    font-style: normal;
}

.area-slider .slider .slider-item .contenido-info .submenu {
    position: absolute;
    top: 108px;
}

.area-slider .slider .slider-item .contenido-info .submenu ul {
    margin: 0;
    padding: 10px 0 10px 25px;
    list-style: none;
    border-left: 1px solid #e7782b;
}

.area-slider .slider .slider-item .contenido-info .submenu ul li {
    padding: 10px 0 10px 0;
}

.area-slider .slider .slider-item .contenido-info .submenu ul li a {
    color: white;
    font-family: 'Circular Std Book', sans-serif;
    font-size: 16px;
}

.area-slider .slider .slider-item .contenido-info .submenu ul li a:hover {
    color: #e7782b;
}

.area-slider .slider .slider-item .contenido-info .submenu ul li.active>a {
    color: #e7782b;
}

.area-slider .slider .slider-item .imagen-sl {
    width: 100%;
    height: 100%;
}

.area-slider .slider .slider-item .imagen-sl img {
    width: 100%;
}

.area-slider .area-slider__btn {
    position: absolute;
    z-index: 2;
    bottom: -31px;
    left: 50%;
    padding: 16px 48px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-transform: none;
    border-radius: 40px;
    font-size: 28px;
}

.area-slider .area-slider__counter {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-size: 18px;
}

@media (max-width: 767px) {
    .area-slider .area-slider__counter {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }
}

#map {
    width: 100%;
    height: 700px;
}

#map.altura-mapa {
    height: 400px;
}

.titulo-mapa {
    position: absolute;
    z-index: 100;
    top: 145px;
    left: 200px;
    width: 100px;
}

.titulo-mapa h2 {
    color: #0090be !important;
    font-size: 41px !important;
    ;
}

.titulo-mapa .linea {
    width: 95px;
    height: 12px;
    margin: 5px 10px 0 0;
}

.date {
    display: -webkit-flex;
    display: flex;
    float: left;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 260px;
    margin-right: 20px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    font-family: 'Circular Std Book', sans-serif;
    font-weight: normal;
    font-style: normal;
    ;
}

.date span {
    text-align: center;
    color: #fff;
}

.date span.public, .date span.mes {
    font-size: 22px;
}

.date span.dia {
    letter-spacing: -5px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 190px;
    line-height: 162px;
}

.area-slider .slider .owl-dots {
    position: absolute;
    top: 165px;
    left: 16%;
    counter-reset: dots;
    color: #fff;
    font-family: 'Circular Std Book', sans-serif;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
}

.area-slider .slider .owl-dots .owl-dot {
    width: 35px;
    height: 35px;
    text-align: center;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    /* border-bottom-style:*/
}

.area-slider .slider .owl-dots .owl-dot.active {
    color: #f9ba00;
}

.area-slider .slider .owl-dots .owl-dot:before {
    content: counter(dots);
    counter-increment: dots;
}

.area-slider .curvas {
    position: absolute;
    z-index: 100;
    bottom: -6px;
    width: 100%;
}

.area-slider .curvas .bg-vias {
    position: absolute;
    z-index: 50;
    right: 0;
    bottom: -50px;
    overflow: hidden;
    width: 918px;
    height: 280px;
    background-image: url(/resources/images/public/logos/bg-autopista.png);
    background-repeat: no-repeat;
}

.area-slider .curvas .abertis {
    position: absolute;
    right: -81px;
    bottom: 350px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: white;
    font-size: 10px;
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.area-slider .curvas .abertis::after {
    position: absolute;
    right: 226px;
    width: 50px;
    height: 7px;
    content: '';
    border-bottom: 1px solid #fff;
}

.area-slider.noticias, .area-slider.altura {
    height: 509px;
}

.area-slider.noticias .curvas .abertis {
    display: none;
}

/*end area-slider*/
section {
    width: 100%;
    /*end noticias-home*/
}

section a.more {
    display: block;
    width: 100%;
    padding: 10px 35px 10px 0;
    text-align: right;
    color: #444546;
    background-image: url(/resources/images/public/iconos/ico-arrow-lef-gris.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 16px;
    font-weight: bold;
}

section article {
    width: 100%;
}

section article p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 22px;
}

section.noticias-home article {
    margin-bottom: 50px;
}

section.noticias-home article h3 {
    margin: 10px 0 5px 0;
    font-size: 20px;
    line-height: 20px;
}

section.noticias-home article h3 a {
    color: #0090be;
}

section.noticias-home article p {
    margin: 5px 0;
    font-size: 14px;
    line-height: 22px;
}

section.noticias-home article img {
    float: right;
    margin: -13px 0 4px 25px;
}

section.destacados {
    padding-bottom: 20px;
}

section.destacados article {
    padding: 0;
    border-bottom: 1px solid #dae3e7;
}

/*end section*/
.tituloVertical .not-home {
    position: absolute;
    top: 110px;
    right: 0px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    letter-spacing: 1px;
    color: #0090be;
    font-family: 'Circular Std Book', sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.tituloVertical .not-home::before {
    position: absolute;
    right: 70px;
    width: 280px;
    height: 7px;
    content: '';
    border-bottom: 1px solid #0090be;
}

.logos-cuturales {
    float: right;
    width: 150px;
}

.item-persona {
    min-height: 207px;
    margin: 15px 0;
}

.item-persona img.persona {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    background-color: #ccc;
}

.item-persona .cargo {
    color: #e7782b;
    font-size: 15px;
    font-weight: bold;
}

.item-persona .nombre {
    font-weight: bold;
}

/* Noticias */
.listado-noticas {
    padding: 10px 0;
}

.listado-noticas article {
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 50px;
}

.listado-noticas article .foto-noticia {
    overflow: hidden;
    width: 100%;
    height: 225px;
    margin-bottom: 10px;
}

.listado-noticas article .foto-noticia img {
    width: 100%;
}

.listado-noticas article .dates {
    margin: 10px 0 5px 0;
    font-family: 'Circular Std', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}

.listado-noticas article h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
}

.listado-noticas article p {
    padding: 10px 0;
    line-height: 19px;
}

.pagination>li>a, .pagination>li>span {
    color: #e7782b;
}

.detalle-noticas .foto {
    float: right;
    overflow: hidden;
    width: 550px;
    margin-bottom: 30px;
    margin-left: 15px;
}

.detalle-noticas .foto img {
    width: 100%;
}

.detalle-noticas .bajada {
    font-size: 18px;
    font-weight: 700;
}

.detalle-noticas .dates {
    margin: 10px 0 5px 0;
    font-family: 'Circular Std', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}

.form-group {
    width: 90%;
    margin-bottom: 20px;
}

p.mensaje-respuesta {
    text-align: center;
    font-size: 20px;
}

.exito {
    display: block;
    width: 100px;
    margin: 10px auto;
}

.exito img {
    width: 100px;
}

.form-group textarea {
    height: 114px;
}

.form-group .validacion {
    margin-top: 5px;
    font-family: arial;
    font-size: 11p
}

section.twitter {}

section.trabajos {}

section.trabajos article {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}

section.trabajos article .info-trabajo {
    width: 90%;
    padding-right: 45px;
}

section.trabajos article .vermas {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    width: 5%;
    height: auto;
    padding-left: 10px;
    border-left: 1px solid #a9a9a9;
}

section.trabajos article .info-trabajo h3 {
    color: #3a3a3a;
    font-family: 'Circular Std', sans-serif;
    font-size: 16px;
    font-weight: 900;
    font-style: normal;
    line-height: 30px;
}

section.trabajos article .info-trabajo h3 a {
    color: #3a3a3a;
    font-family: 'Circular Std', sans-serif;
    font-weight: 900;
    font-style: normal;
}

section.trabajos article .info-trabajo p {
    font-size: 14px;
}

section.trabajos article .info-trabajo p a {
    color: #3a3a3a;
}

/*footer*/
footer {
    margin-bottom: 30px;
    padding: 10px 0;
    border-top: 1px solid #d1e0e7;
    border-bottom: 1px solid #d1e0e7;
}

footer p {
    padding: 0;
    text-align: center;
    font-family: 'Roboto';
    font-size: 13px;
}

footer p span {
    margin-right: 10px;
    padding-right: 10px;
    color: #0090be;
    border-right: 1px solid #c9c9c9;
    font-weight: 700;
    font-style: normal;
}

footer .container {
    padding: 0;
}

footer a.denuncias {
    color: #0090be;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    text-align: center;
    vertical-align: middle;
}

.border-tabla {
    border-left: 1px solid #ddd;
}

.tabla_generica {
    /*width:95%;*/
}

.tabla_generica td {
    padding-top: 10px;
    padding-right: 3px;
    padding-bottom: 10px;
    padding-left: 3px;
    text-align: center;
    text-align: left;
    color: #333;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dfe4e7;
    font-size: 14px;
}

.tabla_generica td h2 {
    padding-top: 30px !important;
    color: #5A6467;
    font-size: 16px !important;
    font-weight: bold;
}

.tabla_generica th {
    padding: 4px;
    text-align: center !important;
    text-align: left;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #333;
    border-top: solid #dfe4e7 2px;
    background-color: #fff;
    background-color: #dfe4e7;
    font-size: 14px;
}

.tabla_generica th img {
    text-align: center !important;
}

.tabla_generica th.linea {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
}

/* MODAL*/
.modal-warning {
    margin: auto;
    text-align: center;
}

.modal-body h2, .modal-body h3 {
    text-align: center;
}

.modal-body p {
    margin-top: 30px;
    border-top: 1px solid #747e85;
    line-height: 120%;
}

/*texto alpha*/
.alpha {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.htmlMap {
    width: 100% !important;
    height: 350px !important;
}

.info-portada {
    padding-right: 60px;
    border-right: 1px solid #dae3e7;
}

@media (max-width: 576px) {
    .info-portada {
        padding-right: 30px;
        border-right: 0px;
    }
}

.telefono-emergencia {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 91px;
    text-transform: uppercase;
    border-bottom: 1px solid #dae3e7;
    background-image: url("/resources/images/public/iconos/emergencia.gif");
    background-repeat: no-repeat;
    background-position: left -4px;
    background-size: 80px;
}

.telefono-emergencia p {
    margin: 0px;
    padding: 0px;
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 100%
}

.telefono-emergencia .phone {
    letter-spacing: 0px;
    color: #9498a0;
    font-family: 'Circular Std', sans-serif;
    font-size: 32px;
}

.hidden-mobile {
    display: block;
}

.phone-mobile {
    display: none;
}

@media (max-width: 576px) {
    .telefono-emergencia {
        margin-bottom: 8px;
        padding-bottom: 8px;
        padding-left: 60px;
        background-position: left 10px;
        background-size: 50px;
    }

    .telefono-emergencia p {
        letter-spacing: 2px;
    }

    .telefono-emergencia .phone {
        font-size: 24px;
    }
}

@media (max-width: 414px) {
    .hidden-mobile {
        display: none;
    }

    .phone-mobile {
        display: block;
    }

    .phone-mobile .telefono-emergencia {
        width: 100%;
        margin-top: 30px;
    }

    .tituloVertical .not-home {
        top: 40px;
    }
}

.pago {
    padding-top: 95px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

@media (min-width: 426px) {
    .pago {
        padding-top: 72px;
    }
}

@media (min-width: 992px) {
    .pago {
        background-image: url(/resources/images/public/pago/bg-pago.jpg);
    }
}

@media (min-width: 1200px) {
    .pago {
        padding-top: 112px;
    }
}

@media (min-width: 992px) {
    .pago--respuesta {
        min-height: 730px;
    }
}

.pago p {
    padding: 0;
    line-height: 1.45;
}

.pago h6 {
    color: #353235;
    font-family: 'Berthold Akzidenz Grotesk BE', sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .pago h6 {
        margin-top: 10px;
        margin-bottom: 25px;
    }
}

.pago h6>small {
    display: block;
    color: inherit;
    font-size: 14px;
}

.pago__titulo {
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #0aa0b1;
    font-family: 'Circular Std', sans-serif;
    font-size: 21px;
}

.pago__titulo>span {
    display: block;
    text-transform: initial;
    color: #353235;
    font-family: 'Circular Std Book', sans-serif;
    font-size: 18px;
}

@media (min-width: 768px) {
    .pago__titulo {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .pago__titulo {
        font-size: 30px;
    }

    .pago__titulo>span {
        font-size: 24px;
    }
}

.pago__patente {
    padding: 25px 15px;
    text-align: center;
    border-radius: 8px;
    background-color: #eceded;
}

@media (min-width: 768px) {
    .pago__patente {
        padding: 32px 25px;
    }
}

@media (min-width: 1200px) {
    .pago__patente {
        padding: 45px 40px;
    }
}

.pago__patente--left, .pago__patente--left .pago__formulario .form-control::-webkit-input-placeholder {
    text-align: left;
}

.pago__patente>h4 {
    margin-top: 0;
    margin-bottom: 25px;
    color: #353235;
    font-family: 'Berthold Akzidenz Grotesk BE', sans-serif;
}

@media (max-width: 767px) {
    .pago__patente>h4 {
        font-size: 16px;
    }
}

.pago__patente--small {
    padding: 0;
}

@media (min-width: 768px) {
    .pago__patente--small p {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .pago__patente--small p {
        font-size: 20px;
    }
}

.pago__formulario .form-group {
    width: auto;
}

.pago__formulario .form-control {
    border-radius: 10px;
}

.pago__formulario .form-control::-webkit-input-placeholder {
    text-align: center;
}

.pago__formulario .btn {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 10px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .pago__formulario .btn {
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 18px;
    }
}

.pago__mensaje {
    margin-top: 20px;
    padding: 12px;
    border-radius: 10px;
    background-color: #faae27;
}

@media (min-width: 768px) {
    .pago__mensaje {
        margin-top: 30px;
        padding: 15px 21px;
    }
}

@media (max-width: 767px) {
    .pago__mensaje p {
        font-size: 13px;
    }
}

.pago__respuesta {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    min-height: 160px;
    color: #000;
}

@media (min-width: 768px) {
    .pago__respuesta {
        min-height: 400px;
    }
}

.pago__respuesta .media-object {
    width: 65px;
}

.pago__respuesta h4 {
    margin-top: 6px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Circular Std', sans-serif;
}

@media (min-width: 768px) {
    .pago__respuesta h4 {
        font-size: 24px;
    }
}

.pago__respuesta p {
    line-height: 1;
}

@media (min-width: 768px) {
    .pago__respuesta p {
        font-size: 20px;
    }
}

.transitos-sin-tag {
    position: relative;
    z-index: 101;
    width: 265px;
    height: 250px;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 40px 30px 40px;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(3, 137, 235, 0.8);
}

@media (min-width: 768px) {
    .transitos-sin-tag {
        position: absolute;
        top: 150px;
        right: 5%;
    }
}

.transitos-sin-tag__title {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.transitos-sin-tag h3 {
    text-align: center;
    color: #fff;
    font-family: 'Circular Std', sans-serif;
    font-size: 34px;
}

.transitos-sin-tag h3 span {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Circular Std Book', sans-serif;
    font-size: 16px;
}

.transitos-sin-tag .btn {
    padding: 11px 40px;
}


.caja_destacado {
	background-color: #f9f9f9;
    border-radius: 10px;
    padding: 8px 30px 8px 30px;
	margin-top:10px;
	margin-bottom:10px;
  
}

.caja_destacado2 {
	background-color: #fde9cf;
    border-radius: 10px;
    padding: 8px 30px 8px 30px;
	margin-top:10px;
	margin-bottom:10px;
  
}