@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: rgba(243, 244, 246, 1);
}
/*Navbar*/
.header-sr {
    width: 100%;
    height: 440px;
    position: relative;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/bann.jpg');
    margin: 0 auto 20px;
}

.wrap {
    width: 75%;
    margin: 0 auto;
    position: relative;
}

.header-sr .wrap {
    height: 100%;
}

nav#menu-principal {
    width: 100%;
    max-width: auto;
    margin: auto;
    color: #475156;
    display: table;
    position: absolute;
    border-radius: 6px;
    bottom: 0;
    left: 0;
    right: 0;
}

nav#menu-principal #mostrar-menu {
    display: none;
}

nav#menu-principal ul {
    background: #fff;
    display: table-row;
    padding: 0;
    margin: 0;
}

nav#menu-principal ul li {
    margin: 0;
    display: table-cell;
    text-align: center;
    position: relative;
}

nav#menu-principal ul li a {
    height: 50px;
    padding: 18px 0 12px 0;
    display: block;
    border-right: 2px solid #e6e6e6;
    border-bottom: 2px solid #bdc9d1;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    color: #111;
}

nav#menu-principal ul li a:hover {
    color: #0f69b4;
    border-bottom: 2px solid #0f69b4;
    text-decoration: none;
}

nav#menu-principal ul li:last-child a {
    border-right: none;
}

nav#menu-principal ul li ul.sub-menu {
    position: absolute;
    z-index: 9;
    background: #0f69b4;
    width: 100%;
    display: none;
    padding: 0;
    margin: 0;
}

nav#menu-principal ul li ul.sub-menu li {
    float: none;
    text-align: center;
    border-bottom: 1px solid #ccc;
    display: block;
}

nav#menu-principal ul li ul.sub-menu li a {
    padding: 10px 5px;
    color: #fff;
    border: none;
    font-size: 12px;
    height: auto;
    text-transform: uppercase;
}

nav#menu-principal ul li ul.sub-menu li a:hover {
    background: #045282;
}

nav#menu-principal ul li ul.sub-menu li:hover ul.sub-menu {
    display: block;
}

nav#menu-principal ul li:hover ul.sub-menu {
    display: block;
}

.header-sr h1#logo-main {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}

.header-sr h1#logo-main a {
    display: block;
    width: 150px;
    height: auto;
    margin-top: 100px;
}

.header-sr h1#logo-main a img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 1440px) {
    .wrap {
        width: 100%;
    }

    .header-sr {
        width: 100%;
        height: 340px;
        position: relative;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;

    }

    .header-sr h1#logo-main a {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .wrap {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .header-sr {
        width: 100%;
        height: 300px;
        position: relative;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;

    }

    nav#menu-principal {
        width: 100%;
    }

    nav#menu-principal #mostrar-menu {
        width: 100%;
        height: 50px;
        padding: 10px;
        display: block;
        border: none;
        border-bottom: 2px solid #bdc9d1;
        text-transform: uppercase;
        cursor: pointer;
        font-size: 12px;
        background: #fff;
        color: #111;
    }

    nav#menu-principal ul li a {
        width: 100%;
        font-size: 8px;
    }

    nav#menu-principal ul li ul.sub-menu li a {
        font-size: 8px;
    }

    nav#menu-principal ul {
        display: none;
    }

    #menu-principal.mostrando ul {
        background: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding: 0;
        margin: 0;
    }

    nav#menu-principal ul li {
        margin: 0;
        display: flex;
        text-align: center;
        position: relative;
    }

    nav#menu-principal ul li:hover ul.sub-menu {
        margin-top: 50px;
    }

    .header-sr h1#logo-main a {
        display: none;
    }

    .header-sr {
        background-size: 100% auto;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;


    }

}
/*Navbar*/
/*Accesos*/
#links {
    margin: 0 6px;
    overflow: hidden;
    background-color: #FFF;
    padding: 10px;
}

#links div.column {
    width: 213px;
    float: left;
    padding: 5px 15px;
}

#links div.even h2 {
    color: #ef4144 !important;
}

#links div.column h2 {
    color: #006cb7;
    font-size: 15px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #CCC;
    margin-bottom: 8px;
}

#links div.column ul {
    padding-left: 3px;
}

#links div.column ul li {
    list-style-type: none;
    margin-bottom: 5px;
    background: url(../img/punto.png) left 7px no-repeat;
    padding-left: 10px;
}

#links div.column ul li ul {
    margin-top: 5px;
}

#links div.column ul li a {
    color: #787878;
    font-size: 11px;
}
/*Accesos*/
/*Config Globales*/
#a-nav {
    cursor: pointer;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}
/*Config Globales*/
/*Fecha Diaria*/
.local-date {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    width: 75%;
    max-width: auto;
    margin: 2px auto;
    display: flex;
    justify-content: flex-end;
}

h5 {
    color: rgb(105, 105, 105);
}

hr {
    width: 75%;
    max-width: auto;
    margin: 2px auto;
    background-color: rgb(105, 105, 105);
}
/*Fecha Diaria*/
/*Contenedor Normal*/
.contenedor {
    width: 75%;
    max-width: auto;
    margin: 20px auto;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-template-areas:
        "contenido contenido contenido"
        "slider slider slider"
        "article article article"
        "footer footer footer";
}

.contenedor>div,
.contenedor .contenido,
.contenedor .slider,
.contenedor .footer,
.contenedor .article {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}

.contenedor .contenido {
    background-color: rgba(255, 255, 255);
    color: #12203e;
    grid-area: contenido;
}

.contenedor .slider {
    background-color: rgba(255, 255, 255);
    color: #12203e;
    grid-area: slider;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.34);
}

.contenedor .footer {
    background-color: rgba(255, 255, 255);
    color: #12203e;
    grid-area: footer;
}

.contenedor .article {
    background-color: rgba(255, 255, 255);
    color: #12203e;
    grid-area: article;
}

/*responsive*/
@media screen and (max-width: 768px) {
    .contenedor {
        grid-template-areas:
            "contenido contenido contenido"
            "slider slider slider"
            "footer footer footer";
    }

    .contenedor .header h2 {
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .contenedor .header button {
        height: 40px;
    }

    .local-date {
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        width: 94%;
        max-width: auto;
        margin: 2px auto;
        display: flex;
        justify-content: flex-end;
    }

    h5 {
        color: rgb(105, 105, 105);
    }

    hr {
        width: 94%;
        max-width: auto;
        margin: 2px auto;
        background-color: rgb(105, 105, 105);
    }
}

@media screen and (max-width: 1440px) {
    .contenedor {
        width: 96%;
    }

    .local-date {
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        width: 96%;
        max-width: auto;
        margin: 2px auto;
        display: flex;
        justify-content: flex-end;
    }

    h5 {
        color: rgb(105, 105, 105);
    }

    hr {
        width: 96%;
        max-width: auto;
        margin: 2px auto;
        background-color: rgb(105, 105, 105);
    }
}
/*Contenedor Normal*/
/*medio - pie pagina*/
#pie-pag {
    width: 100%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    padding: 35px 0px;
    background: -prefix-linear-gradient(top, #035e8b, #2793c9 8px, #035e8b);
    background: linear-gradient(to bottom, #035e8b, #2793c9 8px, #035e8b);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
}

#contenedor-pie h4 {
    color: #fff;
    border-bottom: #689 1px dotted;
    font-size: 1.5em;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

#contenedor-pie ul {
    list-style: none;
    font-size: 0.75em;
    margin: 5px 0px;
    padding: 0px;
}

#contenedor-pie ul li a {
    display: block;
    text-decoration: none;
    padding: 5px;
}

#contenedor-pie ul li a:link,
#contenedor-pie ul li a:visited {
    color: #fff;
    border-top: #69c 1px solid;
    border-bottom: #158 1px solid;
}

#contenedor-pie ul li a:hover,
#contenedor-pie ul li a:active {
    color: #fff;
    background: #036;
}

#contenedor-pie a img {
    border: none;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
}

#contenedor-pie a img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

#banners-pie {
    padding-bottom: 15px;
    text-align: center;
}

footer #info-pagina {
    text-align: center;
    padding: 25px 0px 25px 0px;
    color: #333;
    text-shadow: #fff 0px -1px 1px;

}

footer #info-pagina h3 {
    font-size: 0.95em;
}

footer #info-pagina p {
    font-size: 0.85em;
    padding-top: 5px;
    color: #666;
}

footer #info-pagina a {
    display: inline-block;
    padding: 2px 5px;
    text-decoration: none;
    border-radius: 50px;
}

footer #info-pagina a:link,
footer #info-pagina a:visited {
    background: #666;
    color: #fff;
}

footer #info-pagina a:hover,
footer #info-pagina a:active {
    background: #666;
    color: #fff;
}

#banners-pie .Min img {
    width: 22.5%;
}


@media screen and (min-width:1005px) {
    #contenedor-pie {
        width: 1000px;
        margin: 0px auto;
        overflow: hidden;
    }

    #banners-pie .Min img {
        width: 22.5%;
    }


}

@media screen and (min-width:805px) and (max-width:1004px) {
    #contenedor-pie {
        width: 800px;
        margin: 0px auto;
        overflow: hidden;
    }

    #banners-pie .Min img {
        width: 22.5%;
    }
}

@media screen and (max-width:804px) {
    #pie-pag {
        width: 100%;
    }

    #contenedor-pie {
        margin: 0px 25px;
        overflow: hidden;
    }

    #banners-pie .Min img {
        width: 45%;
    }

    #contenedor-pie h4 {
        font-size: 1em;
    }
}

#con-banners {
    background: transparent;
}

#con-banners a img {
    border: none;
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
}

#con-banners a img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

#banners-ac {
    padding-bottom: 4px;
    text-align: center;
    border-radius: 6px;
}


@media screen and (min-width:1005px) {
    #con-banners {
        width: 100%;
    }

    #banners-ac .Min-ac img {
        width: 32.5%;
    }


}

@media screen and (min-width:805px) and (max-width:1004px) {
    #con-banners {
        width: 100%;
    }

    #banners-ac .Min-ac img {
        width: 32.5%;
    }
}

@media screen and (max-width:804px) {
    #con-banners {
        width: 100%;
    }

    #banners-ac .Min-ac img {
        width: 32.5%;
    }
}
/*medio - pie pagina*/
/*botones hover sociales*/
.icon-button {
    background-color: #666;
    border-radius: 2.6rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3rem;
    height: 2.6rem;
    line-height: 2.6rem;
    margin: 0 5px;
    position: relative;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 2.6rem;
}

.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}

.icon-button:hover span {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 2.6rem;
    margin: -1.3rem;
}

.icon-button i {
    background: none;
    color: white;
    height: 2.6rem;
    left: 0;
    line-height: 2.6rem;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 2.6rem;
    z-index: 10;
}

.twitter span {
    background-color: #4099ff;
}

.facebook span {
    background-color: #265ccf;
}

.instagram span {
    background: radial-gradient(circle at 30% 107%,
            #fdf497 0%,
            #fdf497 5%,
            #fd5949 45%,
            #d6249f 60%,
            #285aeb 90%);
}

.linkedin span {
    background-color: #0e76a8;
}

@media all and (max-width: 680px) {
    .icon-button {
        border-radius: 1.8rem;
        font-size: 0.8rem;
        height: 1.8rem;
        line-height: 1.8rem;
        width: 1.8rem;
    }

    .icon-button:hover span {
        width: 1.8rem;
        height: 1.8rem;
        border-radius: 1.8rem;
        margin: -0.9rem;
    }

    .icon-button i {
        height: 1.8rem;
        line-height: 1.8rem;
        width: 1.8rem;
    }
}
/*botones hover sociales*/
/*slide*/
#container-slider {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    transition-duration: 9s;
}

#slider {
    position: relative;
    display: block;
    width: 100%;
    height: 38vh;
}

@media screen and (max-width: 568px) {

    #slider {
        position: relative;
        display: block;
        background: #fff;
        border-radius: 6px;
        width: 100%;
        height: 24vh;
    }

    #container-slider .arrowPrev,
    #container-slider .arrowNext {
        display: none;
    }
}

#slider .li-slider {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 2s;
    z-index: -1;
    opacity: 0;
}

#slider li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 2s;
    z-index: -1;
    opacity: 0;
}

#container-slider .arrowPrev,
#container-slider .arrowNext {
    font-size: 20pt;
    color: rgba(204, 204, 204, 0.65);
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 2;
}

#container-slider .arrowPrev:hover,
#container-slider .arrowNext:hover {

    color: #4099ff;

}

#container-slider .arrowNext {
    left: initial;
    right: 30px !important;

}

.content_slider {
    padding: 15px 30px;
    color: #FFF;
    width: 100%;
    height: 100%;
    font-size: 60%;

}

.content_slider .h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 12px;
    float: left;
}

.content_slider div {
    text-align: center;

}

#slider li .content_slider {
    background: rgba(0, 0, 0, 0.30);
    padding: 10px 30px;
}

.content_slider {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btnSlider {
    color: #FFF;
    font-size: 100%;
    letter-spacing: 1px;
    padding: 10px 50px;
    border: 1px solid #CCC;
    background: rgba(13, 13, 13, 0.55);
    border-radius: 31px;
    text-decoration: none;
    transition: .5s all;
    margin: 0 auto;
    ;
}

.btnSlider:hover {
    background: #111;
    border: 1px solid #111;
}

.listslider {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: 50%;
    bottom: 5%;
    list-style: none;
    z-index: 2;
    transform: translateX(-50%);
}

.listslider li {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0 5px;
}

.listslider li a {
    background: #CCC;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
}

.item-select-slid {
    background: #4099ff !important;
}
/*slide*/
img,
video,
object {
    max-width: 100%;
}

.p-sl {
    text-align: justify;
    letter-spacing: 1px;
    text-transform: uppercase;
}

@media screen and (max-width: 1440px) {
    .p-sl {
        font-size: 10px;
    }
}

.maquina-escribir {
    font-size: xx-large;
    display: block;
    font-family: 'Roboto', sans-serif;
    white-space: nowrap;
    width: 100%;
    /* el ancho será el número de caracteres que tiene nuestra línea */
    animation: escribiendo 2s steps(20);
    overflow: hidden;
}

.cursor {
    animation: 0.6s parpadeo-cursor infinite;
}

@keyframes escribiendo {
    from {
        width: 0;
    }
}

@keyframes parpadeo-cursor {
    100% {
        opacity: 0;
    }
}
/*Accesos Verticales*/
.sli-li {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.34);
    width: 100%;
    margin-top: 0;
}

.sli-l {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.34);
    width: 100%;
    margin-top: 10px;
}

.sli-1 {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.34);
    width: 100%;
    margin-top: 0;
}
/*Accesos Verticales*/
/*Formatos Gob*/
.banns {
    margin-bottom: 6px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.34);
}

.banns:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.bicolor {
    position: relative;
    min-height: 1px;
}

.bicolor span {
    display: block;
    float: left;
    height: 100%;
}

.bicolor span.azul {
    background: #0f69b4;
    width: 46%;
}

.bicolor span.rojo {
    background: #eb3646;
    width: 54%;
}

.wrap-sl {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.footer-sl .wrap-sl {
    background: #fff;
}

.footer-sl .bicolor {
    height: 2px;
}

.footer-sl .top {
    padding: 25px 0 0;
    width: 100%;
}

.footer-sl .bottom {
    padding: 15px 20px 0;
    font-size: 12px;
    color: #475156;
}

.footer-sl .bottom .bicolor {
    margin: 25px 0 0;
    width: 170px;
    height: 20px;
}

@media only screen and (max-width: 1040px) {
    .wrap-sl {
        width: 100%;
    }
}

@media only screen and (max-width: 700px) {
    .wrap-sl {
        width: 100%;
    }
}
/*Formatos Gob*/
/*Social-Redes*/
.social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.34);
    padding: 15px 10px;
    border-radius: 5px;
}

.social-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 10px;
    background-color: #fff;
    box-shadow: 0px 0px 4px #00000027;
    transition: 0.3s;
}

.social-button:hover {
    background-color: #f2f2f2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.34);
}

.social-buttons svg {
    transition: 0.3s;
    height: 20px;
}

.facebook {
    background-color: #3b5998;
}

.facebook svg {
    fill: #f2f2f2;
}

.facebook:hover svg {
    fill: #3b5998;
}

.github {
    background-color: #4099ff;
}

.github svg {
    width: 25px;
    height: 25px;
    fill: #4099ff;
}

.github:hover svg {
    fill: #333;
}

.linkedin {
    background-color: #0077b5;
}

.linkedin svg {
    fill: #f2f2f2;
}

.linkedin:hover svg {
    fill: #0077b5;
}

.instagram {
    background-color: #c13584;
}

.instagram svg {
    fill: #f2f2f2;
}

.instagram:hover svg {
    fill: #c13584;
}
/*Social-Redes*/
/*Preguntas Frecuentes*/
.faq-container {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.34) 0px 1px 3px;
}

.faq {
    box-sizing: border-box;
    background: transparent;
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.faq:not(:first-child) {
    border-top: 1px solid #e6e6e6;
}

.faq-title {
    margin: 0 35px 0 0;
}

.faq-text {
    margin: 30px 0 0;
    display: none;
    line-height: 1.5rem;
}

.faq.active {
    background-color: #f8f8f8;
    box-shadow: inset 4px 0px 0px 0px var(--accent-color);
}

.faq.active .faq-title {
    color: var(--accent-color);
}

.faq.active .faq-text {
    display: block;
}

.faq-toggle {
    background-color: transparent;
    border: 1px solid #e6e6e6;
    color: inherit;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-top: 3px;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
    transition: 0.3s ease;
}

.faq-toggle:focus {
    outline: none;
}

.faq.active .faq-toggle {
    transform: rotate(180deg);
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    color: #1eb1ca;
}
/*Preguntas Frecuentes*/
/*Noticias Card*/
.img-new {
    display: flex;
    align-items: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

img {
    width: 100%;
    vertical-align: middle;
}

.blog-item img {
    display: block;
}

.blog-item a {
    display: flex;

    overflow: hidden;
    align-items: center;
    max-width: 100%;
    margin: auto;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    border-radius: 6px;
    margin-bottom: 30px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-item a:hover {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.34);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-item .icon {
    width: 50%;
    object-fit: cover;
    margin-right: 50px;
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.64);
}

.blog-item .content {
    width: 100%;
    padding: 40px;
    text-align: justify;
}

.blog-item .content .title {
    font-size: 18px;
    text-transform: uppercase;
    color: #4D4DC3;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    text-align: justify;
}

.blog-item .content .title .blog-date {
    font-size: 12px;
    color: #333;
    font-family: "Roboto", sans-serif;
    margin-top: 4px;
}

.blog-item .content .rounded {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-item .item-arrow {
    height: 20px;
    width: 15%;
    position: relative;
    text-align: center;
    font-size: 35px;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-item a:hover>.item-arrow {
    /*padding-left: 40px;*/
    color: #25aae1;
    left: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rounded {
    width: 70px;
    height: 5px;
    border-radius: 6px;
    background-image: linear-gradient(to right, #25aae1, #4D4DC3);
    /* background: #2bb769; */
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1068px) {
    .blog-item .icon {
        display: none;
    }
}

.blog-item img {
    display: flex;
}
/*Noticias Card*/
/*Noticias Funcionarios Card*/
.blog-item-s a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    overflow: hidden;
    max-width: 1000px;
    margin: auto;
    color: #333;
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-item-s a:hover {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.34);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-item-s .icon-b {
    width: 30%;
    object-fit: cover;
    margin-right: 20px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
}

.blog-item-s .content-s {
    width: 100%;
    text-align: justify;
}

.blog-item-s .content-s .title-b {
    font-size: 12px;
    text-transform: uppercase;
    color: #4D4DC3;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    text-align: justify;
}

.blog-item-s .content-s .title-b .blog-date-b {
    font-size: 12px;
    color: #333;
    font-family: "Roboto", sans-serif;
    margin-top: 4px;
}

.blog-item-s .content-s .rounded-b {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-item-s .item-arrow-b {
    height: 20px;
    width: 15%;
    position: relative;
    text-align: center;
    font-size: 35px;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-item-s a:hover>.item-arrow-b {
    /*padding-left: 40px;*/
    color: #25aae1;
    left: 30px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.rounded-b {
    width: 70px;
    height: 5px;
    border-radius: 6px;
    background-image: linear-gradient(to right, #25aae1, #4D4DC3);
    /* background: #2bb769; */
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*Noticias Funcionarios Card*/
/*Cumpleaños Card*/
.dropdown-cu {
    position: relative;
}

.a {
    line-height: 3rem;
    color: #111;
    padding: 0 0.8rem;
    letter-spacing: 2px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: 0.5s;
}

.span {
    display: flex;
    align-items: center;
    background: #ff0000;
    color: #fff;
    height: 22px;
    padding: 6px;
    border-radius: 6px;
    font-weight: 700;
}

.dropdown-cu dd,
.dropdown-cu dt {
    line-height: 3rem;
    color: #111;
    background-color: rgba(243, 244, 246, 1);
    border-radius: 10px;
    padding: 0 0.8rem;
    letter-spacing: 2px;
    font-size: 0.95rem;
    transition: 0.5s;
}

.dropdown-cu ul {
    margin: -1px 0 0 0;
}

.dropdown-cu dd {
    position: relative;
}

.dropdown-cu dd ul {
    background-color: hsl(215, 100%, 98%);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.34);
    border: 0;
    border-radius: 6px;
    color: #111;
    display: none;
    left: 12px;
    padding: 6px 25px 10px 10px;
    position: absolute;
    top: 5px;
    width: 300px;
    list-style: none;
    height: 150px;
    overflow: auto;
    z-index: 1;
}

.dropdown-cu dd ul li .a {
    padding: 5px;
    display: block;
}

.dropdown-cu dd ul li .a:hover {
    background-color: #fff;
}

dd ul::-webkit-scrollbar {
    width: 0.8rem;
}

dd ul::-webkit-scrollbar-thumb {
    background-color: #fff;
    border: 1px solid #808080;
    border-radius: 20px;
}

.serv {
    font-size: 6px;
    font-weight: 700;
}

.new-c {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsl(215, 100%, 98%);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.34);
    border-radius: 5px;
    width: 300px;
}

.card-g {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1.2rem;
    background-color: #fff6f6;
}

.header-g {
    display: flex;
    justify-content: space-between;
    grid-gap: 1rem;
    gap: 1rem;
}

.names {
    margin-top: 0.25rem;
    font-size: 8px;
    line-height: 0.5rem;
    font-weight: 500;
    color: rgba(75, 85, 99, 1);
    text-transform: uppercase;
}
/*Cumpleaños Card*/
/*Animacion de cards accesos intranet*/
@keyframes wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0);
    }
}
/*Animacion de cards accesos intranet*/
/*Card Cuentas Publicas*/
.card-s {
    --bg: #f7f7f8;
    --hover-bg: #f7f7f8;
    --hover-text: #3498db;
    width: 100%;
    text-align: center;
    background: var(--bg);
    padding: 1.5em;
    margin: 4px;
    padding-block: 1em;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: .3s cubic-bezier(.6, .4, 0, 1), transform .15s ease;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.34);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
}

.card-s .icon-s img {
    width: 32px;
    height: 32px;
}


.card__body {
    color: #464853;
    line-height: 1.5em;
    font-size: 1em;
}

.card-s> :not(span) {
    transition: .3s cubic-bezier(.6, .4, 0, 1);
}

.card-s>strong {
    display: block;
    font-size: 1rem;
    letter-spacing: -.035em;
}

.card-s span {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--hover-text);
    border-radius: 5px;
    font-weight: bold;
    top: 100%;
    transition: all .3s cubic-bezier(.6, .4, 0, 1);
}

.card-s:hover span {
    top: 0;
    font-size: 1.2em;
}

.card-s:hover {
    background: var(--hover-bg);
}

.card-s:hover>div,
.card-s:hover>strong {
    opacity: 0;
}
/*Card Cuentas Publicas*/
/*Card Hospital Cifras*/
.card-l {
    --bg: #fff;
    --hover-bg: #f7f7f8;
    --hover-text: #3498db;
    width: 300px;
    text-align: center;
    background-color: hsl(215, 100%, 98%);
    padding-left: 16px;
    padding-bottom: 6px;
    padding-top: 8px;
    margin: 6px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: .3s cubic-bezier(.6, .4, 0, 1), transform .15s ease;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.34);
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 1em;
}

.card-l:hover {
    animation-name: wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}


.card-l .icon-l {
    width: 64px;
    height: 64px;
}

.card__bodys {
    color: #464853;
    line-height: 1.5em;
    font-size: 1em;
}

.card-l> :not(span) {
    transition: .3s cubic-bezier(.6, .4, 0, 1);
}

.card-l>strong {
    display: block;
    font-size: 1.2rem;
    letter-spacing: -.035em;
    text-decoration: none;
    color: #4D4DC3;
}
/*Card Hospital Cifras*/
/*Barra Cards Intranet*/
.bandera {
    width: 120px;
    height: 6px;
    background: linear-gradient(to right,
            #0033a0 0%,
            #0033a0 50%,
            #d52b1e 50%);
    position: absolute;
    top: 0;
    right: 0;
}
/*Barra Cards Intranet*/
/*List Scroll*/
.list {
    flex: 0 0 27rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.34);
    max-height: 58vh;
    ;
    border-radius: 6px;
    margin-right: 0.8rem;
}

.list:last-of-type {
    margin-right: 0;
}

.list-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    padding: 1rem;
}

.list-items {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-content: start;
    padding: 0 0.6rem 0.6rem;
    overflow-y: auto;
}

.list-items::-webkit-scrollbar {
    width: 1.6rem;
}

.list-items::-webkit-scrollbar-thumb {
    background-color: #c4c9cc;
    border-right: 0.6rem solid #e2e4e6;
}

.list-items li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    background-color: #eee;
    padding: 0.65rem 0.6rem;
    color: #4d4d4d;
    border-bottom: 0.2rem solid #ccc;
    border-radius: 0.3rem;
    margin-bottom: 0.2rem;
    word-wrap: break-word;
}

.list-items li:last-of-type {
    margin-bottom: 0;
}

.list-items li:hover {
    background-color: #eee;
}
/*List Scroll*/
/* NOVEDADES */
.Novedades {
    padding: 20px;
    background: #eee;
    margin: 0px 0px 5px 0px;
    border-radius: 5px;

}

.Novedades .MiniFoto img {
    width: 150px;
    float: left;
    margin: 0px 15px 10px 0px;
    border: #fff 5px solid;
    border-radius: 10px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
}

.Novedades .MiniFoto iframe {
    width: 150px;
    float: left;
    margin: 0px 15px 10px 0px;
    border: #fff 5px solid;
    border-radius: 10px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
}

.Novedades .MiniFoto img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.Novedades .MiniNoticia span {
    display: block;
}

.Novedades .MiniNoticia .Fecha-Noticia {
    font-size: 0.8em;
    color: #666;
}

.Novedades .MiniNoticia .Titulo-Noticia {
    font-size: 1em;
    text-align: left;
    padding: 10px 0px;
    font-weight: 700;
}

.Novedades .MiniNoticia .Extracto-Noticia {
    font-size: 1em;
    text-align: justify;
}

@media screen and (max-width: 920px) {
    .Novedades .MiniNoticia .Titulo-Noticia {
        font-size: 12px;
        text-align: left;
        padding: 10px 0px;
        font-weight: 700;

    }

}
/* NOVEDADES */
/*CIFRAS*/
.container-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    border-radius: 5px;
    background: transparent;

}

.container-cards .card-c {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    width: 360px;
    padding: 1rem;
    background-color: rgba(243, 244, 246, 1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.34);
    border-radius: 5px;
    margin: 4px;
    overflow: hidden;
}

.container-cards .card-c:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, .1);
    pointer-events: none;
}

.container-cards .circle-1 {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: 700;
    transition: .5s;
}

.container-cards .card-c .c-2 {
    background: #2793c9;
    box-shadow: 0 0 0 0 #2793c9;
}

.container-cards .card-c:hover .c-2 {
    box-shadow: 0 0 0 300px #2793c9;
}


.container-cards .card-c .info {
    position: relative;
    z-index: 1;
    transition: .5s;
}

.container-cards .card-c:hover .info {
    color: #fff;
}

.container-cards .card-c:hover .info a {
    background: #fff;
    color: #000;
}

.container-cards .card-c .info h3 {
    margin: 10px 0;
    font-size: 1.2rem;
}

.container-cards .card-c .info p {
    margin: 0;
    padding: 0;
}

.container-cards .card-c .info a {
    margin-top: 20px;
    padding: 10px 15px;
    display: inline-block;
    background: #2793c9;
    text-decoration: none;
    font-size: .8rem;
    font-weight: 500;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.34);
}
/*CIFRAS*/
/* Contenedor doble */
.contenedor-noticias {
    width: 75%;
    max-width: auto;
    margin: 20px auto;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-template-areas: "contenido-noticias contenido-noticias contenido-noticias sidebar-noticias";
}

.contenedor-noticias>div,
.contenedor-noticias .contenido-noticias,
.contenedor-noticias .sidebar-noticias {
    background: #fff;
    padding: 18px;
    border-radius: 4px;
}

.contenedor-noticias .contenido-noticias {
    background-color: rgba(255, 255, 255);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.34);
    color: #12203e;
    grid-area: contenido-noticias;
}

.contenedor-noticias .sidebar-noticias {
    background-color: rgba(255, 255, 255);
    color: #12203e;
    grid-area: sidebar-noticias;
}


/*responsive*/
@media screen and (max-width: 768px) {
    .contenedor-noticias {
        grid-template-areas:
            "contenido-noticias contenido-noticias contenido-noticias contenido-noticias"
            "sidebar-noticias sidebar-noticias sidebar-noticias sidebar-noticias";
    }

    .contenedor-noticias {
        width: 94%;
        font-size: 14px;
    }
}

@media screen and (max-width: 1440px) {
    .contenedor-noticias {
        width: 96%;
        font-size: 14px;
    }
}

#hr-noticias {
    width: 100%;
    margin-bottom: 10px;
}
/* Contenedor doble */
/* Form Noticias */
#contact input[type="text"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Open Sans", Helvetica, Arial, sans-serif;
}

#contact h3 {
    color: #035e8b;
    display: block;
    font-size: 30px;
    font-weight: 400;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 13px;
}

fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

#contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #035e8b;
    color: #fff;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 15px;
}

#contact button[type="submit"]:hover {
    background: #2793c9;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #999;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}
/* Form Noticias */
/* Formato tabla anexos */
table {
    text-align: left;
    line-height: 40px;
    border-collapse: separate;
    border-spacing: 0;
    border: 2px solid #035e8b;
    width: 100%;
    margin: 0px auto;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.34);
    font-family: 'Poppins', sans-serif;

}

thead tr:first-child {
    text-align: right;
    background: #035e8b;
    color: #fff;
    border: none;
}

th:first-child,
td:first-child {
    padding: 0 15px 0 20px;

}

th {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

thead tr:last-child th {
    border-bottom: 3px solid #ddd;
}

tbody tr:hover {
    background-color: #f2f2f2;
    cursor: default;
}

tbody tr:last-child td {
    border: none;
}

tbody td {
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}

td:last-child {
    text-align: right;
    padding-right: 10px;
}

@media screen and (max-width: 1920px) {
  table {
    width: 1920px;
  }

  .table-responsive {
    overflow-x: auto;
  }
}
/* Formato tabla anexos */
/* .input-file {
    background-color: #f8f9fc;
    border: 1px solid #2793c9;
    height: 30px;
    width: 100%;
    color: #035e8b;
}

.input-file::file-selector-button {
    border: none;
    color: white;
    background-color: #2793c9;
    border: 1px #035e8b;
    height: 30px;
    cursor: pointer;
    transition: all 0.25s ease-in;
    cursor: pointer;
}

.input-file::file-selector-button:hover {
    background-color: #035e8b;
    color: #fff;
    transition: all 0.25s ease-in;
} */
/* Paginacion de tabla anexos */
.pagination {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}

.pagination li {
    display: inline;
    text-align: center;
}

.pagination a {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #fff;
    margin-left: -1px;
    border: 1px solid transparent;
    line-height: 1.5;
}

.pagination a.active {
    cursor: default;
}

.pagination a:active {
    outline: none;
}

.pagination a.disabled {
    pointer-events: none;
    opacity: 0.6;
}
/* Paginacion de tabla anexos */
.modal-1 li:first-child a {
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 0 0 6px;
}

.modal-1 li:last-child a {
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0;
    border-radius: 0 6px 6px 0;
}

.modal-1 a {
    border-color: #ddd;
    color: #4285F4;
    background: #fff;
}

.modal-1 a:hover {
    background: #eee;
}

.modal-1 a.active,
.modal-1 a:active {
    border-color: #2793c9;
    background: #2793c9;
    color: #fff;
}

@media screen and (max-width: 1920px) {
    .table-responsive {
        display: block;
        overflow-x: auto;
    }
}
/* Noticias grandes */
#CONTENIDO img {
    max-width: 725px;
    height: auto;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.64);
}

#CONTENIDO iframe {
    max-width: 725px;
    height: 300px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.64);
}

#CONTENIDO .iframe-g {
    max-width: 100%;
    height: 600px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.64);
}

#CONTENIDO .h1 {
    font-size: 2.5em;
    color: #036;
    line-height: 90%;
    font-weight: 700;
    margin: 20px 0px 10px 0px;
    padding-bottom: 10px;
    border-bottom: #999 1px dotted;
}

#CONTENIDO .p {
    font-size: 1em;
    color: #666;
    line-height: 130%;
    font-weight: 400;
    text-align: justify;
    margin: 10px 0px;
}

#CONTENIDO p {
    text-align: justify;
    margin: 10px 0px;
}

.Excerpt {
    display: block;
    padding: 10px 30px;
    font-size: 1.15em;
    background: #EFEFEF;
    border-bottom: #DEDEDE 5px solid;
    margin-bottom: 15px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.64);
}

em {
    font-style: italic;
}



@media screen and (min-width:768px) and (max-width:1920px) {
    #CONTENIDO img {
        max-width: 100%;
        height: auto;
    }

    #CONTENIDO iframe {
        max-width: 100%;
        height: 300px;
    }

    #CONTENIDO .iframe-g {
        max-width: 100%;
        height: 600px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.64);
    }
}

@media screen and (max-width:768px) {
    #CONTENIDO img {
        max-width: 100%;
        height: auto;
    }

    #CONTENIDO iframe {
        max-width: 100%;
        height: 250px;
    }

    #CONTENIDO .iframe-g {
        max-width: 100%;
        height: 300px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.64);
    }
}
/* Noticias grandes */
.a-n {
    text-decoration: underline;
    color: #035e8b;
    cursor: pointer;
}

.a-n:hover {
    color: #ff0000;
}

.ul-slider .li-slider img:hover {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
/* directivoa */
.td-tab {
    background: #fff;
}

.td-tab:hover {
    cursor: pointer;
    color: #1eb1ca;
}

.contenedor-directivos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.person {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 300px;
    cursor: pointer;
}

.person-d {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    cursor: pointer;
}

.container-person {
    border-radius: 50%;
    height: 300px;
    -webkit-tap-highlight-color: transparent;
    transform: scale(0.48);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 400px;
}

.container-person:after {
    background-color: transparent;
    content: "";
    height: 10px;
    position: absolute;
    top: 390px;
    width: 100%;
}

.container-person:hover {
    transform: scale(0.54);
}

.container-inner-person {
    clip-path: path("M 390,400 C 390,504.9341 304.9341,590 200,590 95.065898,590 10,504.9341 10,400 V 10 H 200 390 Z"
        );
    position: relative;
    transform-origin: 50%;
    top: -200px;
}

.circle {
    border: 4px dashed #2793c9;
    border-radius: 50%;
    cursor: pointer;
    height: 380px;
    left: 10px;
    pointer-events: none;
    position: absolute;
    top: 210px;
    width: 380px;
}

.img {
    pointer-events: none;
    position: relative;
    transform: translateY(20px) scale(1.15);
    transform-origin: 50% bottom;
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.container-person:hover .img {
    transform: translateY(0) scale(1.2);
}

.img1 {
    left: 55px;
    top: 220px;
    width: 300px;
}

.img2 {
    left: 45px;
    top: 192px;
    width: 300px;
}

.img3 {
    left: 55px;
    top: 220px;
    width: 300px;
}

.divider {
    background-color: #2793c9;
    height: 1px;
    width: 160px;
}

.name {
    color: #404245;
    font-size: 18px;
    font-weight: 600;
    margin-top: 16px;
    text-align: center;

}

.title-person {
    color: #6e6e6e;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-top: 4px;
}
/* directivos */
/* documentos */
.boxs-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.boxs {
    margin: 10px;
    margin-left: 16px;
}

input {
    font-size: 1em;
}

ol .tree {
    padding-left: 30px;
}

.li {
    list-style-type: none;
    color: #111;
    position: relative;
    margin-left: -15px;
    font-family: 'Roboto', sans-serif;
}

.li label {
    padding-left: 37px;
    cursor: pointer;
    background: url("../img/folder.png") no-repeat 15px 2px;
    display: block;
}

.li input {
    width: 1em;
    height: 1em;
    position: absolute;
    left: -0.5em;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.li input+ol {
    height: 1em;
    margin: -16px 0 0 -44px;
    background: url("../img/toggle-small-expand.png") no-repeat 40px 0;
}

.li input+ol>li {
    display: none;
    margin-left: -14px !important;
    padding-left: 1px
}

.li .file {
    margin-left: -1px !important;
}

.li .file a {
    display: inline-block;
    padding-left: 21px;
    color: #111;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: url("../img/document.png") no-repeat 0 0;
}

.li input:checked+ol {
    height: auto;
    margin: -21px 0 0 -44px;
    padding: 25px 0 0 80px;
    background: url("../img/toggle-small.png") no-repeat 40px 5px;
}

.li input:checked+ol>.li {
    display: block;
    margin: 0 0 0.63em;
}

.li input:checked+ol>.li:first-child {
    margin: 0 0 0.63em;
}

@media screen and (max-width: 768px) {
    .boxs-container {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
}
/* documentos */
/* menu pequeño */
.menu-container {
    display: block;
    position: relative;
    width: 100%;
    background-color: #f3f0ef;
    margin: 5% auto 0;
    padding: 0;
    border-radius: 5px;
}

.nav {
    background-color: #78c5fd;
    background: linear-gradient(to bottom, #78c5fd 0%, #2c8fdd 100%);
    height: 40px;
    border-radius: 5px 5px 0 0;
}

.settings {
    height: 20px;
    float: right;
    color: #fff;
    width: 20px;
    margin: 10px;
}

.title-contacts {
    height: 20px;
    float: left;

    width: 20px;
    margin: 10px;
}

.title-contacts>h5 {
    color: #fff;
    font-size: 14px;
}

.menu ul {
    list-style: none;
}

.menu ul li {
    text-indent: 10px;
}

.menu ul #last {
    border-radius: 0 0 5px 5px;
}

.menu ul li p {
    display: block;
    padding: 11px 10px;
    font-size: 14px;
    color: #17141d;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px #fff;
}

.menu ul li img {
    float: left;
    margin: -2px 0 0 0;
}

.menu ul li:hover {
    border-left: 3px solid #78c5fd;
    background-color: rgba(0, 0, 0, 0.02);
}

.pics {
    width: 100%;
}

.pics_group {
    width: 100%;
}

.pic {
    width: 100%;
}

.pic img {
    max-width: 100%;
}

.pic img:hover {

    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
/* menu pequeño */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.94);
    padding-top: 16px;
}

.modal-content {
    background-color: transparent;
    margin: 5% auto 15% auto;
    width: 98%;
}

.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@media screen and (max-width: 768px) {
    .modal-content {
        margin-top: 50%;
        width: 96%;
    }

    .modal-content img {
        width: 460px;
        height: 230px;
    }

}

.tab_last {
    border-right: 1px solid #333;
}

.tab_container {
    border: 1px solid #035e8b;
    border-radius: 4px;
    clear: both;
    width: 100%;
    background: transparent;
    overflow: auto;
    margin-top: 30px;
}

.tab_content {
    padding: 20px;
    display: none;
}

.tab_content>p {
    text-align: justify;
}

.tab_content>h4 {
    margin-left: 84px;
}

.tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 480px) {
    .tab_drawer_heading {
        background-color: #ccc;
        color: #fff;
        border-top: 1px solid #333;
        margin: 0;
        padding: 5px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .d_active {
        background-color: #666;
        color: #fff;
    }
}

.header-a {
    width: 100%;
    vertical-align: middle;
    text-align: center;

}

.header-content {
    display: inline-block;
}

.pic-a {
    margin: 0 auto;
    margin-top: -2.5em;

    border-radius: 10em;
    height: 4em;
    width: 4em;
    background-image: url("../img/denied.png");
    background-size: 100% auto;

    border: 2px solid #e0e0e0;
    transition: all 0.5s linear;

}

.header-text {
    margin-top: 0.5em;
    margin-left: 1em;
}


.subtitle {

    padding-top: .1em;
    font-size: 0.68em;
    font-weight: 500;
    color: #424242;
}

.top {
    display: flex;
    flex-direction: column-reverse;
}

.btn-success {
    width: 100px;
    color: #fff;
    background-color: #28a745;
    padding: 6px;
    margin-top: 2px;
    margin-bottom: 4px;
    border-radius: 5px;
    outline: none;
    border: 1px solid lightgrey;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

input {
    padding: 6px;
    border-radius: 5px;
    outline: none;
    border: 1px solid lightgrey;
    font-size: 16px;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

input:focus {
    border-color: #2793c9;
}

input:focus::placeholder {
    color: #2793c9;
}

.dataTables_wrapper .dataTables_paginate {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
    border-color: #ccc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    float: left;
    display: block;
    font-size: 14px;
    text-decoration: none;
    padding: 5px 12px;
    color: #111;
    background: #fff;
    margin-left: -1px;
    border: 1px solid #ccc;
    line-height: 1.5;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:first-child {
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 0 0 6px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:last-child {
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0;
    border-radius: 0 6px 6px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #2793c9;
    border-color: #2793c9;
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    pointer-events: none;
    opacity: 0.6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #eee;

}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    border-color: #2793c9;
    background: #2793c9;
    color: #fff;
}


.centrado {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
}

.load {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
}

.load hr {
    border: 0;
    margin: 0;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 0 20px;
    ;
    animation: spin 2s ease infinite
}

.load :first-child {
    background: #bbbc32;
    animation-delay: -1.5s
}

.load :nth-child(2) {
    background: #923c84;
    animation-delay: -1s
}

.load :nth-child(3) {
    background: #1eb1ca;
    animation-delay: -0.5s
}

.load :last-child {
    background: #fbab2c
}

@keyframes spin {

    0%,
    100% {
        transform: translate(0)
    }

    25% {
        transform: translate(160%)
    }

    50% {
        transform: translate(160%, 160%)
    }

    75% {
        transform: translate(0, 160%)
    }
}
/**/
/* main styles */
/**/
.pcss3t {
    margin: 0;
    padding: 30px;
    border: 0;
    outline: none;
    font-size: 0;
    text-align: left;
    background: #bdcbe5;
    border-radius: 5px;
    margin-top: 10px;
}

.pcss3t>input {
    position: absolute;
    left: -9999px;
}

.pcss3t>label {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.pcss3t>label i {
    display: block;
    float: left;
    margin: 16px 8px 0 -2px;
    padding: 0;
    border: 0;
    outline: none;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 17px;
}

.pcss3t>input:checked+label {
    cursor: default;
}

.pcss3t>ul {
    list-style: none;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 13px;
}

.pcss3t>ul>li {
    position: absolute;
    width: 100%;
    overflow: auto;
    padding: 30px 40px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pcss3t>.tab-content-first:checked~ul .tab-content-first,
.pcss3t>.tab-content-2:checked~ul .tab-content-2,
.pcss3t>.tab-content-3:checked~ul .tab-content-3,
.pcss3t>.tab-content-4:checked~ul .tab-content-4,
.pcss3t>.tab-content-5:checked~ul .tab-content-5,
.pcss3t>.tab-content-6:checked~ul .tab-content-6,
.pcss3t>.tab-content-7:checked~ul .tab-content-7,
.pcss3t>.tab-content-8:checked~ul .tab-content-8,
.pcss3t>.tab-content-9:checked~ul .tab-content-9,
.pcss3t>.tab-content-last:checked~ul .tab-content-last {
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -webkit-transform: rotate(0deg);
}

/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.pcss3t-height-auto>ul {
    height: auto !important;
}

.pcss3t-height-auto>ul>li {
    position: static;
    display: none;
    height: auto !important;
}

.pcss3t-height-auto>.tab-content-first:checked~ul .tab-content-first,
.pcss3t-height-auto>.tab-content-2:checked~ul .tab-content-2,
.pcss3t-height-auto>.tab-content-3:checked~ul .tab-content-3,
.pcss3t-height-auto>.tab-content-4:checked~ul .tab-content-4,
.pcss3t-height-auto>.tab-content-5:checked~ul .tab-content-5,
.pcss3t-height-auto>.tab-content-last:checked~ul .tab-content-last {
    display: block;
}

/**/
/* grid */
/**/
.pcss3t .grid-row {
    margin-top: 20px;
}

.pcss3t .grid-row:after {
    content: "";
    display: table;
    clear: both;
}

.pcss3t .grid-row:first-child {
    margin-top: 0;
}

.pcss3t .grid-col {
    display: block;
    float: left;
    margin-left: 2%;
}

.pcss3t .grid-col:first-child {
    margin-left: 0;
}

.pcss3t .grid-col .inner {
    padding: 10px 0;
    border-radius: 5px;
    background: #f2f2f2;
    text-align: center;
}

.pcss3t .grid-col-1 {
    width: 15%;
}

.pcss3t .grid-col-2 {
    width: 32%;
}

.pcss3t .grid-col-3 {
    width: 49%;
}

.pcss3t .grid-col-4 {
    width: 66%;
}

.pcss3t .grid-col-5 {
    width: 83%;
}

.pcss3t .grid-col-offset-1 {
    margin-left: 19%;
}

.pcss3t .grid-col-offset-1:first-child {
    margin-left: 17%;
}

.pcss3t .grid-col-offset-2 {
    margin-left: 36%;
}

.pcss3t .grid-col-offset-2:first-child {
    margin-left: 34%;
}

.pcss3t .grid-col-offset-3 {
    margin-left: 53%;
}

.pcss3t .grid-col-offset-3:first-child {
    margin-left: 51%;
}

.pcss3t .grid-col-offset-4 {
    margin-left: 70%;
}

.pcss3t .grid-col-offset-4:first-child {
    margin-left: 68%;
}

.pcss3t .grid-col-offset-5:first-child {
    margin-left: 85%;
}

/* typography */

.pcss3t .typography p {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 20px;
    text-align: left;
}

.pcss3t .typography ul,
.pcss3t .typography ol {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.pcss3t .typography li {
    position: relative;
    margin-top: 5px;
    padding-left: 20px;
}

.pcss3t .typography li ul,
.pcss3t .typography li ol {
    margin-top: 5px;
}

.pcss3t .typography ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 4px;
    background: #404040;
}

.pcss3t .typography ol {
    counter-reset: list1;
}

.pcss3t .typography ol>li:before {
    counter-increment: list1;
    content: counter(list1) ".";
    position: absolute;
    top: 0;
    left: 0;
}

.pcss3t .typography p:first-child {
    margin-top: 0;
}

.pcss3t .typography .text-center {
    text-align: center;
}

.pcss3t .typography .text-right {
    text-align: right;
}

/* steps */
.pcss3t-steps>label {
    cursor: default;
}

/* animation effects */
.pcss3t-effect-scale>ul>li {
    -webkit-transform: scale(0.1, 0.1);
}

.pcss3t-effect-rotate>ul>li {
    -webkit-transform: rotate(180deg);
}

.pcss3t-effect-slide-top>ul>li {
    top: -40px;
}

.pcss3t-effect-slide-right>ul>li {
    left: 80px;
}

.pcss3t-effect-slide-bottom>ul>li {
    top: 40px;
}

.pcss3t-effect-slide-left>ul>li {
    left: -80px;
}

/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/* top right */
.pcss3t-layout-top-right {
    text-align: right;
}

/* top center */
.pcss3t-layout-top-center {
    text-align: center;
}

/* top combi */
.pcss3t>.right {
    float: right;
}

/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*----------------------------------------------------------------------------*/

/* pad */
@media screen and (max-width: 980px) {}

/* phone */
@media screen and (max-width: 767px) {
    .pcss3t>label {
        display: block;
    }

    .pcss3t>.right {
        float: none;
    }
}

/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/

/* default */
.pcss3t>label {
    padding: 0 20px;
    background: #e5e5e5;
    font-size: 13px;
    line-height: 49px;
}

.pcss3t>label:hover {
    background: #f2f2f2;
}

.pcss3t>input:checked+label {
    background: #fff;
}

.pcss3t>ul {
    background: #fff;
    text-align: left;
}

.pcss3t-steps>label:hover {
    background: #e5e5e5;
}

/* theme 4 */
.pcss3t-theme-4>label {
    margin: 0 10px 10px 0;
    border-radius: 5px;
    background: #78c5fd;
    background: linear-gradient(to bottom, #78c5fd 0%, #2c8fdd 100%);
    background: -o-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    background: -ms-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    background: -moz-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    background: -webkit-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c5fd', endColorstr='#2c8fdd', GradientType=0);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.5);
    line-height: 39px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.pcss3t-theme-4>label:hover {
    background: #90cffc;
    background: linear-gradient(to bottom, #90cffc 0%, #439bde 100%);
    background: -o-linear-gradient(top, #90cffc 0%, #439bde 100%);
    background: -ms-linear-gradient(top, #90cffc 0%, #439bde 100%);
    background: -moz-linear-gradient(top, #90cffc 0%, #439bde 100%);
    background: -webkit-linear-gradient(top, #90cffc 0%, #439bde 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90cffc', endColorstr='#439bde', GradientType=0);
}

.pcss3t-theme-4>input:checked+label {
    top: 1px;
    background: #5f9dc9;
    background: linear-gradient(to bottom, #5f9dc9 0%, #2270ab 100%);
    background: -o-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    background: -ms-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    background: -moz-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    background: -webkit-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#2270ab', GradientType=0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px rgba(255, 255, 255, 0.5);
    text-shadow: none;
}

.pcss3t-theme-4>ul {
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
    .pcss3t-theme-4>label {
        margin-right: 0;
    }
}

.pcss3t>ul,
.pcss3t>ul>li {
    height: 200px;
}

.slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-slider {
    position: relative;
    width: 98%;
    height: 300px;
    margin: 10px;
    overflow: hidden;
    border-radius: 5px;
    /* Añadir overflow para ocultar partes de la imagen */
    background: #1D212B;
}

.img-slider .slide {
    z-index: 1;
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 2s ease;
    /* Transición para el cambio de opacidad */
}

.img-slider .slide.active {
    opacity: 1;
    /* Hacer el slide activo completamente visible */
}

.img-slider .slide img {
    z-index: 1;
    width: 100%;
    border-radius: 5px;
    filter: blur(10px);
    /* Aplicar un desenfoque a la imagen */
    transition: filter 2s ease;
    /* Transición para el cambio de desenfoque */
}

.img-slider .slide.active img {
    filter: blur(0);
    /* Eliminar el desenfoque en el slide activo */
}

.img-slider .slide .info {
    position: absolute;
    top: 0;
    padding: 15px 30px;
}

.img-slider .slide .info h2 {
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
}

.img-slider .slide .info p {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    width: 60%;
    padding: 10px;
    border-radius: 4px;
}

.img-slider .navigation {
    z-index: 2;
    position: absolute;
    display: flex;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.img-slider .navigation .btn {
    background: rgba(255, 255, 255, 0.5);
    width: 12px;
    height: 12px;
    margin: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.img-slider .navigation .btn.active {
    background: #2696E9;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 820px) {
    .img-slider {
        width: 600px;
        height: 375px;
    }

    .img-slider .slide .info {
        padding: 10px 25px;
    }

    .img-slider .slide .info h2 {
        font-size: 35px;
    }

    .img-slider .slide .info p {
        width: 70%;
        font-size: 15px;
    }

    .img-slider .navigation {
        bottom: 25px;
    }

    .img-slider .navigation .btn {
        width: 10px;
        height: 10px;
        margin: 8px;
    }
}

@media (max-width: 620px) {
    .img-slider {
        width: 400px;
        height: 250px;
    }

    .img-slider .slide .info {
        padding: 10px 20px;
    }

    .img-slider .slide .info h2 {
        font-size: 30px;
    }

    .img-slider .slide .info p {
        width: 80%;
        font-size: 13px;
    }

    .img-slider .navigation {
        bottom: 15px;
    }

    .img-slider .navigation .btn {
        width: 8px;
        height: 8px;
        margin: 6px;
    }
}

@media (max-width: 420px) {
    .img-slider {
        width: 320px;
        height: 200px;
    }

    .img-slider .slide .info {
        padding: 5px 10px;
    }

    .img-slider .slide .info h2 {
        font-size: 25px;
    }

    .img-slider .slide .info p {
        width: 90%;
        font-size: 11px;
    }

    .img-slider .navigation {
        bottom: 10px;
    }
}