@font-face {
    font-family: 'Panton';
    src: url('fonts/Panton-Regular.woff2') format('woff2'),
        url('fonts/Panton-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('fonts/Panton-Bold.woff2') format('woff2'),
        url('fonts/Panton-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('fonts/Panton-BoldItalic.woff2') format('woff2'),
        url('fonts/Panton-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Panton';
    src: url('fonts/Panton-Light.woff2') format('woff2'),
        url('fonts/Panton-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('fonts/Panton-LightItalic.woff2') format('woff2'),
        url('fonts/Panton-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Panton';
    src: url('fonts/Panton-ExtraBlack.woff2') format('woff2'),
        url('fonts/Panton-ExtraBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Panton';
    src: url('fonts/Panton-ExtraBlackItalic.woff2') format('woff2'),
        url('fonts/Panton-ExtraBlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(136, 136, 136, 0.80);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(102, 102, 102, 0.40);
}

body,
html {
    font-family: 'Panton';
}

body {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    line-height: 1.5;
}

textarea {
    resize: none;
}

.titulo-card {
    font-weight: bold;
}

/* Header y Footer */
#mainNav {
    padding: 0 !important;
    align-items: center;
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    font-size: 17px;
    background-color: #e9eaee;
    color: #000;
    z-index: 999;
    font-weight: 700;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    /* box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); */
}

#mainNav.scrolled {
    background-color: #e9eaee;
}

#mainNav>.container-fluid,
#div-footer>.container-fluid,
#main-content>.container-fluid {
    max-width: 1980px;
}

#logo-header,
#logo-footer {
    height: 50px;
}

#mainNav.scrolled #logo-header,
#mainNav.scrolled .navbar-toggler-icon {
    filter: brightness(1) invert(0);
}

#mainNav.scrolled #header-label,
#mainNav.scrolled a.nav-link {
    color: #0074c5 !important;

}

.navbar-brand {
    margin: 0.5rem 1rem;
}

#mainNav .dropdown-menu {
    margin-top: -3px;
    border-top: 3px solid #0074c5 !important;
    max-width: 100%;
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    font-size: 16px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-item {
    white-space: inherit;
}

a.dropdown-item {
    color: #0074c5 !important;
    font-weight: 700;
}

a.nav-link {
    color: #0074c5 !important;
}

.navbar-light .nav-item .nav-link {
    padding: 20px !important;
}

.navbar-light .nav-item.show .nav-link {
    border-bottom: 3px solid #8a001c;
}

@media (max-width: 1368px) {
    .navbar-light .navbar-nav .nav-link {
        border-bottom: none;
        border-left: 3px solid transparent;
        padding-left: 10px;
    }

    .navbar-light .nav-item .nav-link {
        padding: 5px !important;
    }

    #mainNav .dropdown-menu {
        background-color: #f8f9fa;
        margin: 0 1rem 0 1rem;
        border-top: none !important;
        width: auto;
        font-size: 16px;
        box-shadow: none;
    }

    #logo-header,
    #logo-footer {
        height: 50px;
    }
}

@media (max-width: 991px) {

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .nav-item.show .nav-link {
        border-bottom: none;
        border-right: 3px solid #8a001c !important;
    }
}

@media (min-width: 1300px) {
    .navbar-light .navbar-nav .nav-link {
        border-bottom: 3px solid transparent;
        padding: 1.2rem 1.2rem;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        border-bottom: 3px solid #8a001c !important;
    }

    #mainNav {
        background-color: #0f2b9d;
    }

    #header-label {
        color: white !important;
    }

    /* #logo-header {
        filter: brightness(0) invert(1);
    } */
    #logo-header,
    #logo-footer {
        height: 70px;
    }

    a.nav-link {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}

#div-footer {
    color: #fff;
    background-color: #242f62;
}

#div-footer .right {
    display: flex;
    justify-content: flex-end;
}

#up {
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 1000;
    cursor: pointer;
}

#up .ico {
    width: 50px;
    height: 50px;
    font-size: 32px;
    line-height: 50px;
    color: white;
    background: rgba(0, 0, 0, 0.28);
    font-weight: bolder;
    border-radius: 50px;
}

footer .social {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    text-decoration: none;
    color: #363636;
    /* border-style: solid; */
    border-width: 1px #fff solid;
    margin: 0 1px;
    border-radius: 40px;
    background-color: #fff;
}

footer .social:hover {
    color: #363636 !important;
}

footer hr {
    /* border-bottom: 1px solid #fff;
    max-width: 960px;
    margin: 10px auto; */
    width: 80px;
    margin: 10px auto;
    height: 2px !important;
    background-color: rgba(0, 0, 0, 0.184);
}

footer p {
    margin-top: 2px;
    margin-bottom: 0;
}

footer .emergencias {
    font-size: 16px;
}

footer .num-emergencias {
    font-size: 22px;
    font-weight: bold;
}

#div-footer-gob {
    color: #fff;
    background-color: #1d264f;
}

@media (max-width: 768px) {
    #div-footer .left {
        text-align: center;
        padding-bottom: 1rem;
    }

    #div-footer .right {
        justify-content: center;
    }

}

/* Cuerpo de las páginas secundarias */
#main-content {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: calc(100vh - 352px);
    scroll-margin-top: 110px;
}

#popup-content {
    padding: 15px;
    max-width: 960px;
}

/* *** */
.card h3 {
    color: #4ca6e0 !important;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.card-text {
    color: #7a7a7a;
}

.card-footer {
    padding-bottom: 1.25rem;
    background-color: #fff;
    border-top: none;
}

.card .btn-outline-info {
    border-radius: 25px;
    padding-left: 2em;
    padding-right: 2em;
    border-width: 2px !important;
    font-size: 1.25rem;
}

.embed-responsive .embed-responsive-item {
    object-fit: cover;
}

.foto-ppal {
    width: auto !important;
    max-height: 520px;
}

.video-slide,
.audio-slide,
.pdf-slide {
    display: none;
}

.video-slide {
    padding: 0 !important;
    width: 640px;
}

.video-slide video {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    object-fit: fill;
}

@media (max-width:640px) {
    .video-slide {
        width: 320px;
    }
}

.audio-slide {
    width: 100%;
    max-width: 320px;
    padding: 0 !important;
}

.audio-slide audio {
    height: 32px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: #eee;
}

.pdf-slide {
    width: 100%;
    max-width: 640px;
    height: 100%;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

.card-img-overlay .ico {
    color: #0074c5;
}

#owl-carouselnoticias {
    text-align: center;
}

.fancybox-button:focus {
    outline: none;
}

pre {
    margin-bottom: 0;
}

.titulo {
    color: var(--dark);
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.titulo.secundario {
    color: var(--dark);
    font-weight: bold;
    text-transform: none;
}

.subtitulo {
    color: var(--gray);
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.list-inline li {
    display: inline-block;
}

.list-inline li:not(:last-child) {
    margin-right: 0.5rem;
}

.valid-feedback,
.invalid-feedback {
    font-weight: bold;
}

input[type=checkbox],
input[type=radio] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

select.w-auto {
    width: auto !important;
    display: inline-block;
}

label {
    color: var(--dark);
}

label.required:after {
    content: "*";
    display: inline-block;
    color: var(--orange);
    padding-left: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 20px;
}

.mw-xs {
    max-width: 360px;
}

.mw-sm {
    max-width: 540px;
}

.mw-md {
    max-width: 720px;
}

.mw-lg {
    max-width: 960px;
}

.mw-xl {
    max-width: 1200px;
}

div.spacer {
    height: 20px;
}

div.clear {
    clear: both;
}

.no-display {
    display: none;
}

.btn-pag {
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
}

.badge-blue {
    color: #fff;
    background-color: var(--blue);
}

.badge-indigo {
    color: #fff;
    background-color: var(--indigo);
}

.badge-purple {
    color: #fff;
    background-color: var(--purple);
}

.badge-pink {
    color: #fff;
    background-color: var(--pink);
}

.badge-red {
    color: #fff;
    background-color: var(--red);
}

.badge-orange {
    color: #fff;
    background-color: var(--orange);
}

.badge-yellow {
    color: #fff;
    background-color: var(--yellow);
}

.badge-green {
    color: #fff;
    background-color: var(--green);
}

.badge-teal {
    color: #fff;
    background-color: var(--teal);
}

.badge-cyan {
    color: #fff;
    background-color: var(--cyan);
}

#btnLogin {
    border-radius: 25px;
}

/* Iconos */
.ico {
    display: inline-block;
    vertical-align: text-bottom;
    text-align: center;
    text-decoration: none;
}

.ico.doc.color {
    color: #2b579a;
}

.ico.link.color {
    color: var(--blue);
}

.ico.xls.color {
    color: #107c10;
}

.ico.pdf.color,
.ico.pdf_download.color {
    color: #da2713;
}

.ico.zip.color,
.ico.img.color,
.ico.txt.color {
    color: #ff9408;
}

.ico16 {
    font-size: 16px;
}

.ico20 {
    font-size: 20px;
}

.ico24 {
    font-size: 24px;
}

.ico32 {
    font-size: 32px;
}

.ico40 {
    font-size: 40px;
}

/* Cards */
.card-primary,
.modal-content {
    border-top: 5px solid #4ca6e0;
}

.card-primary .card-title,
.modal-title {
    color: #0074c5;
    font-size: 24px;
    font-weight: bold;
}

.card-header {
    padding: 1rem 1rem;
    background-color: transparent;
    border-bottom: none;
}

.card-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-content .close:focus {
    outline: none;
}

/* Controles estilizados */
/* Ul */
ul.style-list {
    list-style: none;
}

ul.style-list li {
    display: block;
    position: relative;
    color: var(--secondary);
    padding-bottom: 20px;
}

ul.style-list li:before {
    content: url(../img/vin.jpeg);
    position: absolute;
    display: block;
    top: -1px;
    left: -30px;
    color: var(--primary);
}

/* File */
.custom-file-label::after {
    color: #fff;
    background-color: #7abcca;
}

/* Table */
@media (max-width:768px) {
    .style-table thead {
        display: none;
    }

    .style-table th,
    .style-table td {
        display: block;
    }

    .style-table td {
        padding: 0 5px;
        border-top: none;
    }

    .style-table tr td:first-child {
        padding-top: 5px;
    }

    .style-table tr td:last-child {
        padding-bottom: 5px;
    }

    .style-table .text-center {
        text-align: left;
    }

    .style-table td[data-th]:not(:empty):before {
        content: attr(data-th);
        font-weight: bold;
        width: 30%;
        margin-right: 10px;
        display: inline-block;
    }
}

@media (max-width:576px) {
    .style-table td[data-th]:not(:empty):before {
        width: 100%;
        margin-right: 0;
        display: block;
    }
}

/* Select */
.style-select select {
    display: none;
}

.style-select .dropdown-toggle {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666666;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
}

.style-select .dropdown-toggle:focus {
    border-color: #fde1af;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(249, 178, 51, 0.25);
}

.dropdown-toggle::after {
    margin-left: 1em;
}

.dropdown-item:active {
    color: #0074C5;
    background-color: #f8f9fa;
}

.navbar .dropdown-toggle::after {
    border: 0px !important;
    content: none;
}

.navbar button:focus {
    outline: none;
    color: #7e7e7e;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: transparent;
}

.style-select .option {
    display: inline-block;
    width: calc(100% - 16px);
    text-align: left;
    margin-right: auto;
    overflow: hidden;
    vertical-align: text-bottom;
}

.style-select .dropdown-menu {
    width: 100%;
    height: auto;
    padding: 0;
    max-height: 200px;
    overflow-x: hidden;
}

.style-select .dropdown-menu>a {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    clear: both;
    font-weight: 400;
    color: #666666;
    white-space: normal;
    line-height: 1.2;
}

.style-select .dropdown-menu>a:hover,
.style-select .dropdown-menu>a:focus,
.style-select .dropdown-menu>a.selected {
    background-color: #eff0f2;
    text-decoration: none;
}

/* Acordeón y tabs */
.accordion .card {
    margin-bottom: 10px;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.tabs .card {
    border-top: none;
    border-bottom: none;
}

.tabs .show {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* */
.tabs .nav-item {
    padding: 0.5rem 1rem;
    border-top: 5px solid var(--light);
}

.tabs .nav-item:hover,
.tabs .nav-item.active {
    border-top: 5px solid var(--primary);
}

.tabs .nav {
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}

/*
.tabs .nav-item {
    padding: 0.5rem 1rem;
    border-bottom: 5px solid var(--light);
}
.tabs .nav-item.active {
    border-bottom: 5px solid var(--primary);
}
*/
.tabs a.nav-item:hover,
.tabs a.nav-item:focus {
    text-decoration: none;
}

.card-header.collapsed .card-title,
.tabs .nav-item {
    color: var(--gray);
    opacity: 0.8;
    font-size: 20px;
    font-weight: bold;
}

.accordion .card-title,
.tabs .card-title,
.tabs .nav-item.active {
    color: #0074c5;
    font-size: 20px;
    font-weight: bold;
}

.accordion .card-header,
.tabs .card-header {
    border-top: 5px solid #4ca6e0;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.card-header.collapsed {
    border-top: 5px solid var(--light);
}

.card-header.collapsed:hover {
    border-top: 5px solid #4ca6e0;
}

.tabs .card-header {
    display: none;
}

.accordion .card-header:after {
    font-family: 'outline';
    content: "\e97b";
    float: right;
    color: var(--gray);
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.card-header.collapsed:after {
    font-family: 'outline';
    content: "\e998";
    float: right;
    color: var(--gray);
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.accordion .list-group-flush:first-child .list-group-item:first-child,
.tabs .list-group-flush:first-child .list-group-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion .table,
.tabs .table {
    margin-bottom: 0;
    border-bottom: none;
}

@media (max-width: 768px) {
    .tabs nav {
        display: none;
    }

    .tabs .card-header {
        display: flex;
    }

    .tabs .card {
        margin-bottom: 10px;
        border-top: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
    }

    .tabs .show {
        border-bottom: none;
    }
}

/* Fancybox */
/* Fancybox */
.fancybox-container {
    font-family: 'Panton';
}

.fancybox-close-small:after {
    font-size: 2rem;
    line-height: 1;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.5 !important;
}

.fancybox-bg {
    background: #000 !important;
}

.fancybox-slide>*,
.fancybox-image-wrap,
.fancybox-content {
    border-top: 5px solid #0074c5;
}

.fancybox-slide>.fancy-info {
    border-top: none;
    border-left: 5px solid #B5038D;
    width: 100%;
    max-width: 480px;
}

.fancybox-slide>.fancy-success {
    border-top: none;
    border-left: 5px solid var(--success);
    width: 100%;
    max-width: 480px;
}

.fancybox-slide>.fancy-error {
    border-top: none;
    border-left: 5px solid var(--danger);
    width: 100%;
    max-width: 480px;
}

.fancybox-slide>.fancy-warning {
    border-top: none;
    border-left: 5px solid var(--warning);
    width: 100%;
    max-width: 480px;
}

.fancybox-close-small {
    top: 0;
    right: 0;
    outline: none;
}

.fancybox-close-small:hover:after,
.fancybox-close-small:focus:after {
    color: #666 !important;
    outline: none !important;
    background: transparent;
}

.fancybox-slide--iframe .fancybox-close-small {
    right: 15px;
}

.iframe-sm .fancybox-content {
    width: 100%;
    max-width: 600px !important;
}

.iframe-md .fancybox-content {
    width: 100%;
    max-width: 1024px !important;
}

/* Impresión */
@media print {
    @page {
        size: letter;
    }

    a[href]:after {
        content: none !important;
    }
}

.hrazul {
    border-bottom: 2px solid #1d264f;
    max-width: 50px;
    margin: 1px auto;
}

.btn-C {
    padding: 10px 45px;
    background-color: #4ca6e0;
    color: #fff;
    border-radius: 30px;
    font-size: 1.25rem;
}

.btn-Apoyo {
    padding: 10px 45px;
    background-color: #005CB9;
    color: #fff;
    border-radius: 30px;
    font-size: 1.25rem;
}

.btn-Vialidad {
    padding: 10px 45px;
    background-color: #f3841c;
    color: #fff;
    border-radius: 30px;
    font-size: 1.25rem;
}

.btnMapa {
    padding: 10px 45px;
    background-color: #FFCD00;
    ;
    color: #fff;
    border-radius: 30px;
    font-size: 1rem;
}

.btnAzul {
    padding: 10px 45px;
    background-color: #4ca6e0;
    color: #fff;
    border-radius: 30px;
    font-size: 1rem;
}

.btn-P {
    padding: 10px 45px;
    background-color: #6e358c;
    color: #fff;
    border-radius: 30px;
    font-size: 1.25rem;
}

.btn-C:hover,
.btn-P:hover,
.btn-Apoyo:hover,
.btn-Vialidad:hover,
.btnMapa:hover,
.btnAzul:hover {
    color: #fff;
}

.btn-D {
    padding: 10px 100px;
    background-color: #F3841C;
    color: #fff;
    border-radius: 30px;
    font-size: 1rem;
}

.btn-D:hover {
    color: #fff;
}

.iz {
    padding-left: 60px;
}

.iza {
    padding-left: 75px;
}

.pleft {
    padding-left: 50px;
}

@media (max-width: 768px) {
    .iz {
        padding-left: 0;
        text-align: center;
    }

    .iza {
        padding-left: 0;
        text-align: center;
    }

    .pleft {
        padding-left: 0;
    }

    .btn-D {
        padding: 10px 70px;
        background-color: #F3841C;
        color: #fff;
        border-radius: 30px;
        font-size: 1rem;
    }
}

.banner-section {
    padding: 50px 0 120px 0;
}

.boxWI {
    z-index: 100;
    /* border: 1px #242f5d solid; */
    max-width: auto;
    background-color: #fff;
    max-height: auto;
    margin-left: 10%;
    margin-right: 10%;
}

.boxW {
    z-index: 100;
    /* border: 1px #242f5d solid; */
    max-width: auto;
    margin: -100px auto 0 auto;
    background-color: #fff;
    max-height: auto;
    margin-left: 20%;
    margin-right: 20%;
}

.boxChat {
    z-index: 100;
    /* border: 1px #242f5d solid; */
    max-width: auto;
    margin: -100px auto 0 auto;
    background-color: #fff;
    max-height: auto;
    margin-left: 20%;
    margin-right: 20%;
}

.azul {
    border: 1px #242f5d solid;
    margin-bottom: 30px;
    min-height: 600px;
}

@media (max-width: 768px) {
    .azul {
        min-height: 300px;
    }
}

.boxW img {
    width: 100%;
}

.boxC {
    z-index: 100;
    margin-top: -100px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
    min-height: 600px;
}

.derecha {
    text-align: right;
}

.rueda {
    margin: 0 auto;
    width: 70%;
}

@media (max-width: 1000px) {
    .rueda {
        margin: 0 auto;
        width: 90%;
    }
}

@media (max-width: 768px) {
    .boxW {
        margin-left: 5% !important;
        margin-right: 5% !important;
    }

    .boxWI {
        margin-left: 5%;
        margin-right: 5%;
    }

    .boxChat {
        margin-left: 4%;
        margin-right: 4%;
    }

    .bannerTop {
        display: none;
    }

    .bannerBottom {
        display: none;
    }

    .nota {
        margin: 0 25px 0 25px;
    }

    .centrar {
        text-align: center;
    }

    .derecha {
        text-align: center;
    }

    .rueda {
        width: 90%;
    }
}

.banner__box {
    width: 45%;
    margin: 0 auto;
}

.banner_boxBottom {
    width: 80%;
    margin: 0 auto;
}

.bannerBottom {
    width: 64% !important;
    margin: 0 auto;
}

.nota {
    padding: 0 10px 0 10px;
}

.gris {
    background-color: #eff0f2;
}

.owl-carouselBottom {
    background-color: #dfe1e6;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 100%;
    height: 100%; */
}

/* .video{
  max-width: 960px;
  margin: 15px auto;
} */
.pad li {
    color: #4ca6e0 !important;
    font-weight: bold !important;
    font-size: 16px;
    padding: 8px 0 8px 0;
    width: auto;
}

.pad li:before {
    top: 8px !important;
    left: -30px;
}

.pad a {
    text-decoration: none;
}

.blueSpan span {
    color: #0074C5;
    font-weight: bold;
}

.alert-primary {
    background-color: #DEF1F9;
    border-color: #DEF1F9;
    color: #0074C5;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
}

.alert-primary p {
    width: 80%;
    margin: 15px auto;
    text-align: center;
}

.alert-primary span {
    font-weight: 900;
}

.linea {
    background-color: #0074C5;
}

ul {
    margin-bottom: 0 !important;
    ;
}

/*.table thead th {
    vertical-align: middle;
    border-bottom: 1px solid #fff !important;
}
.table th, .table td{
    border:1px #fff solid;
    border-top: 0px !important;
}*/
.tabla td {
    border: 1px #fff solid;
    vertical-align: middle;
    text-align: center;
    padding: 10px 5px;
}

@media (max-width: 768px) {
    .tabla td {
        border: 0;
    }
}

.titulo-transparencia {
    color: #16216A !important;
    font-weight: bold;
    letter-spacing: 1px;
}

input:focus {
    box-shadow: none !important;
    outline: 0 !important;
    border-color: #A11E39 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

label.error {
    color: #FF8400;
}

label.error::before {
    content: '';
}


.dropdown-menu {
    border: 0px solid rgba(0, 0, 0, .1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

table span.disabled {
    opacity: 0.7;
}

.form-check-input.error::before {
    content: '' !important;
}

.form-check-input.error::before {
    content: '' !important;
}

.checkbox-input::before {
    content: '' !important;
}

.btn-whatsapp {
    padding: 2px 15px;
    background-color: #4CAF50;
    border-radius: 30px;
}

.bg-Azul {
    background-color: #F1FAFF;
}

.bg-Blanco {
    background-color: #fff;
}

.btnDesAp {
    width: 150px;
    height: 40px;
    background-color: #4ca6e0;
    color: #fff;
    border-radius: 30px;
    margin: 5px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnDesAp:hover {
    color: #fff;
}

.btnDesAp {
    width: 150px;
    height: 40px;
    background-color: #4ca6e0;
    color: #fff;
    border-radius: 30px;
    margin: 5px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnDesAp,
.btnRegistro:hover {
    color: #fff;
}

.titulo-modal {
    color: #0074c5;
    font-weight: bold;
    font-size: 18px;
}

.modal.show .modal-dialog {
    max-width: 700px;
}

.boxA {
    z-index: 100;
    /* border: 1px #242f5d solid; */
    max-width: auto;
    margin: -100px auto 0 auto;
    background-color: #fff;
    max-height: auto;
    margin-left: 20%;
    margin-right: 20%;
}

.mapa-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.text-mapa {
    text-align: center;
    padding-right: 80px;
}

.imagen-mapa {
    text-align: center;
    padding-right: 30px;
}

.imagen-mapa img {
    width: 110px;
}

@media (max-width: 768px) {
    .boxA {
        margin-left: 0%;
        margin-right: 0%;
        margin: -50px auto 0 auto;
    }

    .titulo-plan {
        margin-top: 20px;
    }

    .titulo-vialidad {
        font-size: 27px !important;
    }

    .mapa-flex {
        flex-direction: column-reverse;
    }

    .text-mapa {
        padding-right: 0px;
    }

    .imagen-mapa {
        padding-bottom: 10px;
        padding-right: 5px;
    }
}

.float {
    position: fixed;
    width: 100px;
    height: 130px;
    bottom: 90px;
    right: 0px;
    background-color: #EDF7FF;
    color: #fff;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    -webkit-border-top-left-radius: 35px;
    -webkit-border-bottom-left-radius: 35px;
    -moz-border-radius-topleft: 35px;
    -moz-border-radius-bottomleft: 35px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.float p {
    padding-top: 10px;
    color: #0074C5;
    font-size: 11px;
    font-weight: bold;
}

.my-float {
    margin-top: 20px;
}

.img_salud {
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    margin: auto;
}

.chat_bot iframe {
    border-style: none;
    border-color: initial;
    border-image: initial;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.150);
}

@media (max-width: 768px) {
    .float {
        opacity: .850;
    }

}

.shadowNorm {
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.150);
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #00a8e4 !important;
}

.titulo-t {
    color: #7e7e7e;
    font-size: 16px;
    ;
}

tbody tr:nth-child(even) {
    background-color: #fff;
}

tbody tr:nth-child(odd) {
    background-color: #F1FAFF;
}

/* Estilos Mapas de Información */
.mainMap {
    background-color: #fff !important;
    /* border-bottom: 1px #7e7e7e solid; */
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.mainMap p {
    color: #7e7e7e !important;
}

.btnMapBlue {
    padding: 10px 55px;
    background-color: #4ca6e0;
    color: #fff;
    border-radius: 15px;
    font-size: 1.25rem;
}

.btnMapOrange {
    padding: 10px 55px;
    background-color: #F3841c;
    color: #fff;
    border-radius: 15px;
    font-size: 1.25rem;
}

.btnMapBlue:hover,
.btnMapOrange:hover {
    color: #fff;
}

.rutas {
    clip-path: polygon(31% 44%, 71% 71%, 100% 0, 100% 5%, 71% 75%, 31% 49%, 0 100%, 0 95%);
    background-color: #e6f6fc;
    height: 100px;
}

.rutas_salud ul.style-list li {
    display: block;
    position: relative;
    font-weight: bold;
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 25px;
}

.rutas_salud a {
    color: #7E7E7E !important;
    text-decoration: none;
}

.rutas_salud ul.style-list li:before {
    content: url(../img/MapasInformacion/descargar.svg);
    position: absolute;
    display: block;
    top: -1px;
    left: -40px;
    color: var(--primary);
}

.rutas_salud li:before {
    top: 8px !important;
    left: -40px;
}

.btnMapMo {
    padding: 10px 55px;
    background-color: #fff;
    color: #795093;
    border-radius: 30px;
    font-size: 1.25rem;
}

.btnMapMo:hover {
    color: #795093;
}

.btnReact {
    padding: 10px 25px;
    background-color: #fff;
    color: #795093;
    border-radius: 30px;
    font-size: 1.25rem;
}

.btnReact:hover {
    color: #795093;
}

.navbar-light .nav-btn-item {
    padding: 1.5rem 0;
}

.navbar-light .nav-btn,
.navbar-light .nav-btn:hover {
    background-color: #795093;
    /*Cambia indigo por el color que debe ser*/
    color: #fff;
    padding: 0.5rem 1.2rem;
    border-radius: 30px;
    text-decoration: none;
}

.text-iz {
    text-align: left;
}

@media (max-width: 768px) {
    .navbar-light .nav-btn-item {
        padding-left: .5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .textSmall {
        font-size: 24px;
    }

    .textSmall span {
        font-size: 28px !important;
    }

    #pruebacovid {
        text-align: center !important;
    }

    .textSmaller {
        font-size: 22px;
    }

    .textSmaller span {
        font-size: 22px !important;
    }
}

.img-w {
    width: 100px !important;
}

.mw-sm {
    max-width: 500px;
}

.mw-md {
    max-width: 720px;
}

.bannerp {
    background-image: url('../img/theme/banner1.png');
    background-size: cover;
    background-position: 50% 50%;
    min-height: 400px;
    background-color: #FFF !important;
}

@media (min-width:250px) and (max-width:700px) {
    .bannerp {
        background-image: url('../img/theme/bannerS.png') !important;
    }
}

@media (min-width:601px) and (max-width:1100px) {
    .bannerp {
        background-image: url('../img/theme/bannerM.png');
    }
}

@media (min-width:1101px) and (max-width:4280px) {
    .bannerp {
        background-image: url('../img/theme/bannerL.png');
    }
}

.menuHeader {
    float: right;
    text-align: right;
    padding-right: 5px;
}

.menuHeader li {
    font-size: 10pt;
}

.btn-warning {
    background-color: #ffffff;
    border-color: #FFA545;
    color: #FFA545;
}

.btn-warning:disabled,
.btn-warning:hover {
    background-color: #FFA545;
    color: #ffffff;
}

.btn-warning:active,
.btn-warning:visited {
    background-color: #FFA545;
    border-color: #ff8400 !important;
    color: #ffffff;
    outline: none;
    border: none;
}

.btn-warning:focus,
.btn-warning:target {
    background-color: #ff8400 !important;
    color: #ffffff;
    outline: none;
    border: none;
}

.divcenter {
    display: flex;
    align-items: center;
}

.boder {
    border: 1px solid black;
}

.underline {
    text-decoration: underline;
}

.tabspreguntas .nav-item:hover,
.tabs .nav-item.active {
    border-bottom: 5px solid #005CB9;
    border-top: none;
    border-left: none;
    border-right: none;
}

.mtabs .nav-item.active {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 5px solid #005CB9;
    border-top: none;
    border-left: none;
    border-right: none;
}

.mtabs .nav-tabs {
    border-bottom: 0px solid #dee2e6;
}

.mtabs .nav-tabs a:not(.active) {
    font-size: 20px;
    font-weight: bold;
    color: gray !important;
}

.tituloseccion {
    font-size: 25px;
    color: #0074c5;
    font-weight: bold;
    padding-top: 28px;
    padding-bottom: 20px;
}

.noti-section {
    position: relative;
    margin-top: 20px;
}

.footext {
    font-size: 13px;
    font-weight: bold;
}

.contactoinput {
    font-size: 9px;
    margin-bottom: 18px;
}

.contactoinput input[type=text] {
    background-color: #FFF;
    color: #333;
}

.contactoinput input[type=email] {
    background-color: #FFF;
    color: #333;
}

.contactoinput input[type=checkbox] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ceb182;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
}

.contactoinput input[type=checkbox]:checked {
    background-color: #ceb182;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3 8 3 3 7-7'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
}

.contactoinput textarea {
    background-color: #FFF !important;
    color: #333;
}

.contactoinput select {
    background-color: #FFF;
}

.contactoinput input::placeholder {
    color: #a3a0a0;
}

.contactoinput textarea::placeholder {
    color: #a3a0a0;
}

.contactoinput select,
option {
    background-color: #FFF;
    color: #a3a0a0;
}

.aviso-privacidad {
    display: flex;
    align-items: flex-start;
    gap: .5em;
    text-align: left;
}

.aviso-privacidad .form-check-input {
    position: static;
    margin: .2em 0 0;
    flex-shrink: 0;
}

.card-box {
    background: #FAFAFA;
    min-height: 300px;
    position: relative;
    padding: 30px 30px 20px;
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

.card-box:after {
    display: block;
    background: #2196F3;
    border-top: 2px solid #2196F3;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.card-title h2 {
    margin: 0;
    padding-top: 5%;
    color: #2196F3;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
}

.card-title p {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.card-link a {
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    color: #FF5722;
    font-size: 15px;
}

.normatitulo {
    color: #55aae1;
    size: 18px;
    font-weight: bold;
}

.error {
    display: block;
    font-size: 14px;
    margin-top: .25rem;
    margin-left: .25rem;
    text-align: left !important;
    color: #ff0000;
}

.inciso ul {
    list-style: none;
    /* Quitamos los marcadores */
    padding: 0;
    /* Quitamos el padding por defecto de la lista */
    width: 18%;
    margin: auto;
}

.inciso li::before {
    /* Añadimos contenido antes de cada elemento de la lista */
    content: url(../img/vin.jpeg);
    padding-right: 8px;
    /* Establecemos el espacio entre las viñetas y el list item */
}

.incisoaviso ul {
    list-style: none;
    /* Quitamos los marcadores */
    padding: 0;
    /* Quitamos el padding por defecto de la lista */
    width: 50%;
    margin: auto;
    text-align: left !important;
}

.incisoaviso li::before {
    /* Añadimos contenido antes de cada elemento de la lista */
    content: url(../img/vin.jpeg);
    padding-right: 8px;
    /* Establecemos el espacio entre las viñetas y el list item */
}

.msgbien {
    width: 80%;
    font-size: 15px !important;
    font-weight: 600;
    letter-spacing: 2px;
    color: #fff;
    padding-top: 20px;
    margin: 0 auto;
}

/*****Modal******/
.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-content {
    border: 0px;
}

.modal-body {
    position: relative;
    padding: 0px;
    color: #ffffff;
}

/*
.  {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}*/
/******Control Carusel************/
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230074c5' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230074c5' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.boxWI {
    z-index: 100;
    /* border: 1px #242f5d solid; */
    max-width: auto;
    background-color: #fff;
    max-height: auto;
    margin-left: 10%;
    margin-right: 10%;
}

.boxW {
    z-index: 100;
    /* border: 1px #242f5d solid; */
    max-width: auto;
    margin: -100px auto 0 auto;
    background-color: #fff;
    max-height: auto;
    margin-left: 20%;
    margin-right: 20%;
}

.card-deck {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
    grid-gap: .5rem;
}

.section_our_solution .row {
    align-items: center;
}

.our_solution_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.our_solution_category .solution_cards_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solution_cards_box .solution_card {
    flex: 0 50%;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
        0 5px 15px 0 rgba(37, 44, 97, 0.15);
    border-radius: 15px;
    margin: 8px;
    padding: 10px 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 150px;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
    background: #309df0;
    color: #fff;
    transform: scale(1.1);
    z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
    background: rgb(85 108 214 / 10%);
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
    color: #fff;
}

.solution_cards_box .solution_card:before {
    content: "";
    position: absolute;
    background: rgb(85 108 214 / 5%);
    width: 170px;
    height: 400px;
    z-index: -1;
    transform: rotate(42deg);
    right: -56px;
    top: -23px;
    border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
    background: #fff !important;
    color: #309df0;
}

.solution_card .so_top_icon {}

.solution_card .solu_title h3 {
    color: #212121;
    font-size: 1.3rem;
    margin-top: 13px;
    margin-bottom: 13px;
}

.solution_card .solu_description p {
    font-size: 15px;
    margin-bottom: 15px;
}

.solution_card .solu_description button {
    border: 0;
    border-radius: 15px;
    background: linear-gradient(140deg,
            #42c3ca 0%,
            #42c3ca 50%,
            #42c3cac7 75%) !important;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 16px;
}

.our_solution_content h1 {
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-size: 2.5rem;
}

.our_solution_content p {}

.hover_color_bubble {
    position: absolute;
    background: rgb(54 81 207 / 15%);
    width: 100rem;
    height: 100rem;
    left: 0;
    right: 0;
    z-index: -1;
    top: 16rem;
    border-radius: 50%;
    transform: rotate(-36deg);
    left: -18rem;
    transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
    top: 0rem;
}

.solution_cards_box .solution_card .so_top_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
    width: 40px;
    height: 50px;
    object-fit: contain;
}

/*start media query*/
@media screen and (min-width: 320px) {
    .sol_card_top_3 {
        position: relative;
        top: 0;
    }

    .our_solution_category {
        width: 100%;
        margin: 0 auto;
    }

    .our_solution_category .solution_cards_box {
        flex: auto;
    }
}

@media only screen and (min-width: 768px) {
    .our_solution_category .solution_cards_box {
        flex: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .sol_card_top_3 {
        position: relative;
        top: -3rem;
    }

    .our_solution_category {
        width: 50%;
        margin: 0 auto;
    }
}

body {
    background: #f4f4f4;
}

.banner {
    background: #a770ef;
    background: -webkit-linear-gradient(to right, #a770ef, #cf8bf3, #fdb99b);
    background: linear-gradient(to right, #a770ef, #cf8bf3, #fdb99b);
}

.banner-section {
    background: #970E48 !important;
}

#div-footer-gob {
    background: #bc2251 !important;
}

#div-footer {
    background: #970E48 !important;
}

.card-box:after {
    border-top: 2px solid #A11E39 !important;
}

.card-title h2 {
    color: #C49B65 !important;
}

#mainNav.scrolled #header-label,
#mainNav.scrolled a.nav-link,
#navbarNav a.nav-link {
    color: #2d2829 !important;
}

.navbar-light .nav-item.show .nav-link {
    border-bottom: 3px solid #8a001c;
}

.card-link a {
    text-decoration: underline !important;
    color: #876941 !important;
}

.tituloseccion {
    color: #2d2829 !important;
}

a.dropdown-item {
    color: #2d2829 !important;
    font-weight: 700;
}

#mainNav .dropdown-menu {
    border-top: 3px solid #8a001c !important
}

.mtabs .nav-item.active {
    border-bottom: 5px solid #8a001c !important;
    color: #2d2829 !important;
}

.tabspreguntas .nav-item:hover,
.tabs .nav-item.active {
    border-bottom: 5px solid #8a001c !important;
}

.accordion .card-title,
.tabs .card-title,
.tabs .nav-item.active {
    color: #2d2829 !important;
}

.accordion .card-header,
.tabs .card-header {
    border-top: 5px solid #8a001c !important;
}

.btn-primary {
    background-color: #ffffff;
    border-color: #C49B65 !important;
    color: #C49B65 !important;
}

a {
    color: #2d2829;
}

a:hover {
    color: #2d2829;
    text-decoration: underline;
}

.card-primary .card-title,
.modal-title {
    color: #2d2829;
    font-size: 24px;
    font-weight: bold;
}

.text-dark {
    color: #2d2829 !important;
}

.btnAzul {
    background-color: #C49B65;
    border-color: #C49B65;
    color: #fff;
}

.btnAzul:hover {
    background-color: #876941;
    border-color: #876941;
    color: #fff;
}
/* Cambios */
.btn-outline-primary:not(:disabled):not(.disabled):active{
    color: #fff;
    background-color: #ceb182;
    border-color: #ceb182;
}
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.1rem #ceb182;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.pagination .page-item.active .page-link {
    background-color: #A11E39 !important;
    border-color: #BC2251 !important;
    color: #ffffff !important;
}
.pagination .page-item .page-link {
    color: #BC2251 !important;
    border-color: #dee2e6;
    margin: 0 3px;
}
.page-link:focus {
    box-shadow: none;
}
