/*  style carrusel*/

.card-text {
    text-align: justify;
}

.page-wrapper a:hover {
    color: #006669;
}

.post-slider {
    position: relative;
}

.titulo-not {
    color: inherit;
}

.post-slider .next {
    position: absolute;
    top: 50%;
    right: 80px;
    font-size: 2em;
    color: #006669;
    cursor: pointer;
}

.post-slider .prev {
    position: absolute;
    top: 50%;
    left: 80px;
    font-size: 2em;
    color: #006669;
    cursor: pointer;
}

.post-slider .slider-title {
    text-align: center;
    margin: 30px auto;
}

.post-slider .post-wrapper {
    width: 75%;
    height: 350px;
    margin: 0px auto;
    overflow: hidden;
    padding: 10px 0px 10px 0px;
}

.post-slider .post-wrapper .post {
    width: 300px;
    height: 330px;
    margin: 0px 10px;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #cbcbcb;
}

.post-slider .post-wrapper .post .post-info {
    height: 130px;
    padding: 10px 25px;
}

.text-noticias {
    margin: 5px;
}

.post-slider .post-wrapper .post .slider-image {
    width: 100%;
    height: 200px;
}


/* end style carrusel*/

*:focus {
    outline: none !important;
}

body {
    color: #4a4a4a !important;
}

.single-link {
    align-items: center !important;
    text-decoration: none;
}

i.material-icons {
    color: #a9b8c8;
    font-size: 2rem !important;
}


/*LOGO*/

.navbar-brand img {
    position: absolute;
    top: 0;
    width: 125px !important;
}


/* SECTIONS */

.section {
    margin-top: 80px !important;
}

.breadcrumb-md+section.section {
    margin-top: 10px !important;
}


/* TEXTOS */

h3.titulo-seccion {
    font-size: 1.867rem;
    line-height: 2rem;
}

p {
    text-align: justify;
}

p.title {
    text-align: center;
}

p.paragraph {
    line-height: 1.867rem;
    text-align: justify;
}

li.paragraph {
    text-align: justify;
}

.p-big {
    font-size: 1.933rem;
    line-height: 2.2rem;
}

.p-medium {
    font-size: 1.267rem;
}


/* FOOTER */

.footer {
    position: relative;
    background: transparent;
    border-top: 1px solid #a9b8c8;
    margin-top: 100px;
    padding-top: 50px;
}

.footer img {
    display: inline-block;
    margin: 0 auto;
}

.footer .footer-box {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
}

.footer .footer-text {
    font-size: 1.4rem;
    margin-top: 50px;
}

.footer .footer-text p {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .footer .footer-box {
        border-right: 1px solid #bbc7d3;
    }
    .footer .footer-box:last-child {
        border-right: none;
    }
}

.button-up {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -23px;
}


/* CARD INNER*/

#btn_center {
    padding-top: 20px;
    justify-content: center !important;
    float: center !important;
}

#btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
    border: 2px solid #cac7c7;
}

.card-inner {
    text-decoration: none;
}

.card-inner:hover {
    text-decoration: none;
}

.card-inner-body {
    /* height: 270px; */
    height: 426px;
    border: none;
    padding: 20px;
    /* border-bottom: 1px solid #a8b7c7; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.card-inner-title {
    color: #8a8e91;
    font-size: 1.4rem;
    text-align: center;
}

.card-inner img {
    width: 70px;
}

.card-inner-action {
    color: #0070b3;
    font-weight: bold;
    font-size: 0.9rem;
}

.card-inner-action i {
    color: #a3b8c8;
    position: relative;
    top: 7px;
}

.card-border {
    border-top: 1px solid #b9c5d2;
    border-bottom: 1px solid #b9c5d2;
}

@media (min-width: 768px) {
    #card-not {
        width: 100%;
    }
    #card-not .card-body {
        padding-right: 20px !important;
    }
    .card-border {
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #b9c5d2;
        border-right: 1px solid #b9c5d2;
    }
}


/* CARD ACCENT*/

@media (min-width: 992px) {
    #card-not {
        width: 100%;
    }
    #card-not .card-body {
        padding-right: 20px !important;
    }
    #coronavirus_banner {
        background-image: cover;
        max-width: 100% !important;
    }
    .card-accent .card-accent-title {
        font-size: 1.3rem;
        line-height: 1.6rem;
        height: auto;
    }
}


/* FORMULARIOS */

.formularios-list h3 {
    color: #0070b3;
    font-size: 1.4rem;
    margin-bottom: 30px;
}

.formularios-list a {
    display: flex;
    margin-bottom: 20px;
    align-items: flex-start;
}

.formularios-list a img {
    width: 35px;
}

.formularios-list a span {
    padding-left: 10px;
}


/* CARD no border*/

.no-bt {
    border-top-color: transparent;
}

.card-noborder {
    border: none;
}

.card-noborder .card-accent-body {
    border-top: none;
    height: auto;
    padding: 0;
}

.card-noborder .card-accent-body p {
    height: auto;
    text-align: left;
}


/* CARD ICON */

.card-icon {
    width: 220px;
    height: 241px;
    margin: 0 auto;
    padding: 30px 30px 20px;
    border: 1px solid #a8b7c7;
    display: block;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    transition: box-shadow 0.5s ease, background 0.5s ease;
    box-shadow: 0 0 10px 5px rgba(229, 234, 240, 0);
}

.card-icon:hover {
    text-decoration: none;
    box-shadow: 0 0 10px 5px rgba(229, 234, 240, 0.5);
    background: #e5eaf0;
    border-color: #e6ebf0;
    transition: box-shadow 0.5s ease, background 0.5s ease;
}

.card-icon img {
    width: 74px;
}

.card-icon h2 {
    font-size: 1.4rem;
    color: #0070b3;
}

.card-icon-action {
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #0070b3;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.card-icon-action i {
    color: #a3b8c8;
    position: relative;
    top: 6px;
}


/* CARD HORIZONTAL */

.horizontal-card {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #a9b8c8;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    #justificado {
        text-align: justify !important;
        white-space: normal;
    }
    .post-slider .next {
        position: absolute;
        top: 50%;
        right: 20px;
        font-size: 2em;
        color: #006669;
        cursor: pointer;
    }
    .post-slider .prev {
        position: absolute;
        top: 50%;
        left: 20px;
        font-size: 2em;
        color: #006669;
        cursor: pointer;
    }
    .img-modal {
        max-width: 100%;
        min-width: 380px;
        padding: 20px;
    }
}

@media (min-width: 768px) {
    #card-not {
        width: 100%;
    }
    #card-not .card-body {
        padding-right: 20px !important;
    }
    .horizontal-card {
        flex-wrap: nowrap;
    }
}

.horizontal-card .card-number {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 5.4rem;
    color: #0070b3;
    min-width: 90px;
    height: 150px;
    border-right: 1px solid #a9b8c8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.5rem;
    padding-right: 40px;
}

.horizontal-card .card-image {
    margin-right: 1.5rem;
}

.horizontal-card .card-content h3 {
    color: #0070b3;
}

.horizontal-card .card-content p {
    margin-bottom: 0;
    color: #4a4a4a;
    line-height: 1.8rem;
}

.horizontal-card ul {
    padding-left: 20px;
}

.horizontal-card ul li {
    color: #a9b8c8;
}

.horizontal-card ul li span {
    color: #4a4a4a;
    line-height: 1.8rem;
}


/* ALERT CARD */

.alert-card {
    background: #e5eaf0;
    padding: 35px 50px;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.alert-card span {
    font-size: 5.4rem;
    min-width: 4rem;
    color: #0070b3;
}

.alert-card p {
    color: #4a4a4a;
    line-height: 1.8rem;
    margin-bottom: 0;
}

.alert-card p strong {
    color: #0070b3;
}


/* ACCORDION */

.accordion .card-body {
    padding-bottom: 25px;
}

.accordion .btn-text {
    font-weight: 300;
}


/* CARD B */

.card-b {
    padding: 30px;
}

.card-b {
    border-bottom: 1px solid #b9c5d2;
}

.cards-b-container .card-b:last-child {
    border-bottom: none;
}

@media (min-width: 768px) {
    .card-b {
        border-right: 1px solid #b9c5d2;
        border-bottom: none;
    }
    .cards-b-container .card-b:last-child {
        border-right: none;
        border-bottom: none;
    }
}

.card-b h3 {
    color: #0070b3;
}


/* AJUSTES CARDS*/

.card {
    border-width: 1px;
}

.card:last-child,
.card:last-of-type {
    border-width: 1px;
}

hr {
    border-width: 1px;
}

.btn-back {
    text-decoration: none;
    background: #ededed;
    display: flex;
    align-items: center;
    padding: 3px 15px 3px 3px;
    border-radius: 5px;
    color: #000000 !important;
}

.btn-back:hover {
    text-decoration: none;
    background: #a9b8c8;
    color: #fff;
}

.btn-back:hover i {
    color: #fff;
}

.card-narrow {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
}


/*BREADCRUMB*/

.bc-arrow {
    position: relative;
    top: 1px;
    margin-left: 5px;
    margin-right: 5px;
    color: #a9b8c8;
}

.border-lr {
    border-top: 1px solid #a9b8c8;
    border-bottom: 1px solid #a9b8c8;
    border-left: none;
    border-right: none;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 769px) {
    .border-lr {
        border-left: 1px solid #a9b8c8;
        border-right: 1px solid #a9b8c8;
        border-top: none;
        border-bottom: none;
        padding-bottom: 0;
        padding-top: 0;
    }
}


/*TOOLBAR*/

.toolbar {
    width: 150px;
    margin-top: 15px;
    margin-left: 15px;
}

.toolbar-btn {
    background: #fff !important;
}


/*CARDS MAP*/

.accordion.maps .btn-link span {
    width: 100%;
    display: block;
}


/* FIXES CONTRAST */

.navbar-light {
    background: #fff;
}

.img-contrast {
    display: none !important;
}


/*CONTRAST*/

body.contrast {
    background: #22252a !important;
    color: #fff !important;
}

body.contrast p,
body.contrast h1,
body.contrast h2,
body.contrast h3,
body.contrast h4,
body.contrast h5,
body.contrast h6,
body.contrast span,
body.contrast a,
body.contrast .card-accent .card-accent-action {
    color: #fff !important;
}

body.contrast .contrast-text-black {
    color: #000000 !important;
}

body.contrast .img-contrast {
    display: inline-block !important;
}

body.contrast .img-color {
    display: none !important;
}

body.contrast .navbar-light {
    background: #000000;
    border-color: transparent;
    color: #fff;
}

body.contrast .navbar-light .navbar-nav .nav-link {
    color: #fff;
}

body.contrast nav.navbar .navbar-nav .nav-item.dropdown.show .dropdown-toggle {
    color: #fff;
}

body.contrast .card {
    background: transparent;
}

body.contrast .alert-card {
    background: #4a4a4a;
}

.cl-decrease-text {
    width: 10px !important;
    height: 10px !important;
    font-size: 10px !important;
    line-height: 10px !important;
}

.cl-increase-text {
    width: 13px !important;
    height: 13px !important;
    font-size: 13px !important;
    line-height: 13px !important;
}


/* ON HOVER */

@media screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu,
    .btn-group:hover .dropdown-menu {
        display: block;
    }
    .dropdown-menu {
        margin-top: 0;
    }
    .dropdown-toggle {
        margin-bottom: 2px;
    }
    .navbar .dropdown-toggle,
    .nav-tabs .dropdown-toggle {
        margin-bottom: 0;
    }
}

html.base-font-1 {
    font-size: 17px;
}

html.base-font-2 {
    font-size: 19px;
}

.nav-item .nav-link {
    font-size: 13px !important;
    font-weight: 500;
}

ul li ol {
    text-align: justify;
}