
@charset "utf-8";

:root {
   --azul: #173E88;
   --verde: #84A535;
   --amarillo: #DD9B2C;
   --rojo: #942B1D;

   --txt: #666666;
}

body, td, th, input, select, textarea, p, h1, h2, h3, h4, h5, h6, a, li{
    font-family: 'Montserrat', sans-serif;
    color:#666666;
}
body, td, th, input, select, textarea, p{
	font-size:14px;
}

h1{color:#173E88;}
h2{color:#173E88;}
h3{color:#000;}
h4{color:#000;}
h5{color:#303030;}
h6{color:#303030;}
/* Estilos para las zebras */
.zebra { margin-top:15px; margin-bottom:20px;}
.zebra td { border-bottom: 1px solid #f1f1f1;}
.zebra tr.alt td {		background: #f7f7f7;}
.zebra tr.over td {	background: #E2E2E2;}
.zebra tr.title td { background-color: #D6D6D6; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #999; }
/* Retoques al jQuery UI*/
.ui-state-default, .ui-widget-content .ui-state-default { background: #303030; color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active { color:#FFF; border:none; background-color: #173E88; background-image:none; }
.ui-state-default, .ui-widget-content .ui-state-default * { color:#FFF; border:none; }
.ui-state-active, .ui-widget-content .ui-state-active * { color:#FFF; border:none; }
.ui-widget-header, .ui-widget-content { border:none; background:#FFF; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color:#FFF; }
.ui-tabs-nav { border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #173E88; padding-bottom:5px; border:none; }
.ui-tabs .ui-tabs-nav li a{ padding:5px;}
.margin{margin: 5px;}
.clear{clear: both;}
#MenuVertical{padding: 0; margin: 0; width: 172px; float: left;  margin-right: 27px;}
#MenuVertical li { list-style-position: inside; list-style-type: none; padding: 0px; margin-top: 3px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; list-style-image: url(vineta.gif); }
#MenuVertical li a { color: #303030; display: inline; list-style-position: inside; list-style-type: none; padding: 0px; font-size: 13px; font-weight: normal; text-decoration: none; margin: 0px; }
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover{
    background: #173E88!important;
}
.carousel-control.right, .carousel-control.left{background-image:none !important;}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {margin: auto;}


.faq-header-container{
    background: #30579C!important;
    color: #ffffff!important;
}
.faq-titulo{
    color: #ffffff!important
}
.imagen_ver_evento{
    display: none;
}
.btn-default {
    color: #fff;
    background-color: #30579C;
    border-color: #30579C;
    transition: all .3s ease;
}
.btn-default:hover{
    background-color: #173E88;
    transition: all .3s ease;
    color: #fff;
}
#dashboardPG .dashboard-item .dashboard-item-container a:hover {
    background: linear-gradient(90deg, #fff, #173E884d );
}
/* Paddings */

.p-x{padding-left: 0px!important; padding-right: 0px!important;}
.p-y{padding-top:0px!important; padding-bottom:0px!important;}
.p-0{padding: 0px}
.p-1{padding: 1em;}
.p-2{padding: 2em;}
.p-3{padding: 3em;}
.p{
    padding: 1em;
}

.d-flex{display: flex;}

/* Tags */
.imagen_ver_evento{
    max-width: 85%;
}
p {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
a {
	transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
    color: var(--azul2);
}
a:visited,a:active,a:focus{
	text-decoration: none !important;
}
*:active,
*:focus {
  outline: 0;
}

.no-js *:focus {
  outline: solid 3px red;
}

/*------------*/
.site-content{
    padding-top: 70px;
}
section.home-section {
    padding-top: 107px;
}
.site-content, .my-container{
	max-width: 1200px;
	margin: 0 auto;
}



.nav.nav-tabs>li>a {
    /* color: #1567c4 !important; */
    padding: 10px 28px !important;
    transition: none !important;
    font-weight: 600;
    position: relative;
}

.nav.nav-tabs>li.active>a {
    /* color: #1567c4 !important; */
    color: #fff !important;
    background-color: #1567c4 !important;
    border-color: transparent !important;
} 


.nav-tabs>li>a:hover {
    color: #3b67b7;
    background-color: transparent !important;
    border-color: transparent !important;
}

.nav-tabs>li>a:hove:focus,
.nav-tabs>li>a:hove:active {
    background-color: transparent !important;
    border-color: transparent !important;
}



.nav.nav-tabs>li.active>a:before,
.nav.nav-tabs>li.active>a:after {
  display: block;
  content: " ";
  position: absolute;
  bottom: -1px;
  height: calc(100% + 1px);
  width: 28px;  
  background-color: #1567c4;
  transition: all 250ms ease;
}

.nav.nav-tabs>li.active>a:before {
  right: -12px;
  transform: skew(30deg, 0deg);
  box-shadow: rgba(0,0,0,.1) 3px 2px 5px, inset rgba(255,255,255,.09) -1px 0;
}
.nav.nav-tabs>li.active>a:after {
  left: -12px;
  transform: skew(-30deg, 0deg);
  box-shadow: rgba(0,0,0,.1) -3px 2px 5px, inset rgba(255,255,255,.09) 1px 0;
}

/*------------*/

/* HEADER */
header.home {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    background: #30579C;
    box-shadow: 0 2px 17px #00000080;
    transition: all .3s ease;
    /* overflow-x: hidden; */
    /* overflow-y: hidden; */
}

.ct-header {
    background-color: #30579C;
    background-image: url(textura.png);
    background-size: cover;
    background-position: center;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-brand {
    max-width: 160px;
    transition: all .3s ease;
    position: relative;
    padding: 0.5rem 0 0.5rem 1rem;
    overflow: hidden;
}
.nav-brand > a {
    position: relative;
    display: block;
}
.nav-brand:before {
    content: "";
    display: block;
    width: 183%;
    height: 100%;
    background: url(forma.svg);
    position: absolute;
    z-index: 0;
    top: 0;
    left: -47px;
}
.nav-brand img{
	transition: all .3s ease;
    width: 100%;
}
.content-info-header {
    padding: 0.5rem 1rem 0.5rem 0;
}

/*para quitar los submenus en la vista responsive*/
.social-links, .main-nav-mobile {
    display: none;
}
/*para quitar los submenus en la vista de escritorio*/
#menu-main> li > ul {
	display: none;
}

a.toogle-menu, .toogle-search { /*boton del menu responsive*/
    color: #fff;
    font-size: 30px;
    padding: 0 5px;
    line-height: 1;
}
.mm-menu {
    background-color: #30579C;
    border-color: rgba(0,0,0,.1);
    color: #fff;
    background-image: url(textura.png);
    background-size: auto;
    /* background-repeat-y: no-repeat; */
    background-position-y: bottom;
}
ul.mm-listview {display: block !important;}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
.mm-menu .mm-listview .mm-btn_next::after {
    border-color: #fff;
}
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
    border-color: #fff;
}
.navbar-header{
    display: none;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
    font-weight: bold;
}
.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-page__blocker{
    opacity: .6!important;
}
.mm-menu .mm-listview a:not(.mm-btn_next){
    color: #fff!important;
    font-weight: 600;
}
.mm-navbars_bottom{
    height: 44px;
    background: #30579C;
}
.bg-icon {font-size: 25px;}
.bg-icon > span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	color: #fff;
}
.mm-navbar {
    background: #173E88;
}

/* MENU GOV */

.menu-gov {
    background: #173E88;
    padding: 0px 1rem;
}

.cont-gov {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: flex-end;
}
.anc-gov {
    display: block;
    width: 100%;
    max-width: 150px;
    margin: 0 10px;
}

.translate {
    width: 100%;
    max-width: 150px;
    background: #fff;
    border-radius: 4px;
    margin: 0 10px;
}

/*MENU DE ACCESIVILIDAD*/

.one {transform: rotate(140deg);}
.two {transform: rotate(-40deg);}
.fa-adjust{
    color: #000;
}
.menu-acce {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 0 10vw;
    display: flex;
    width: 100%;
    height: 37px;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #30579c, #1b3e88);
}

.menu-acce > div {
    display: flex;
    width: 29px;
    height: 23px;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 17px;
    color: var(--azul);
    cursor: pointer;
    transition: all .3s ease;
}

.menu-acce > a > span{
   font-size: 20px!important; 
}

.balloontext{display: none;}


/* Slider Home */

.slick-arrow {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 50;
    color: #fff;
    font-size: 20px;
    padding-top: 0px;
    line-height: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background: #0000007a;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin: 0 25px;
}
span.arrow-right.slick-arrow {
    right: 0;
    left: auto;
}
.slick-arrow:hover{
	background: var(--verde);
	color: #fff;
}

/*dots slider*/

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    border-radius: 100%;
    background-color: #c3c3c3;
    text-indent: -9999px;
    border: none;
}
.slick-dots li.slick-active button {
    background-color: var(--azul);
}

/*language*/

#language{margin:auto; width: 100%; max-width: 300px; zoom: .7; opacity: .6;}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
.goog-text-highlight {background-color: transparent !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; }
body {top:0 !important;}
#google_translate_element2 {display:none!important;}
a.flag {text-decoration:none;}
a.flag img {vertical-align:middle;padding:0;margin:0;border:0;display:inline;height:16px;opacity:0.8;}
a.flag:hover img {opacity:1;}
a.flag span {margin-right:5px;font-size:15px;vertical-align:middle;}

/*footer*/

.footer{
    background: #efefefcc;
    position: relative;
    overflow: hidden;
}
.footer::before {
    content: "";
    display: block;
    background-image: url(footermari.png);
    width: 343px;
    height: 327px;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 20%;
}

.footer-portal {
    display: inline-block;
    width: 100%;
}

.poner, .footer-bottom{
    padding: 1em 0;
}
.menu-1 > ul{
    padding: 0!important;
    list-style: none;
}

.twitterr {
    width: 100%;
    max-width: 224px;
    overflow-y: scroll;
    border: 2px solid #EBEDF0;
    margin: 0 auto;
}
.primero{
    display: flex;
}
.primero img {
    width: 100%;
    max-width: 234px;
    margin: 0 auto;
}

.menu-1 > ul > li > a {
    font-size: 14px;
    color: #666666;
    font-weight: 600;
}

h3.footer-tittle {
    font-size: 20px;
    text-align: center;
    color: #666666;
    padding: 15px;
    font-weight: 900;
    position: relative;
    width: fit-content;
    margin: 0 auto 1rem;
    padding-left: 45px;
}
h3.footer-tittle::after {
    content: "";
    background-image: url(titulos.png);
    width: 35px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
}

.menu-1 {
    position: relative;
    padding-top: 3rem;
}
.menu-1:before {
    content: "";
    display: block;
    width: 119px;
    height: 1px;
    background: #979797;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.page-footer > div > div > p {
    margin: 0 0 5px 0;
    font-size: 14px;
    text-align: center;
    line-height: 1.2em;
    margin-bottom: 14px;
    font-weight: 600;
    color: #666666;
}

.menu-1 > ul > li{
    text-align: center;
    padding-bottom: 7px;
}
.page-footer div {
    padding: 0;
}
.footer-text{font-size: 13px;}
.footer-text > a{color: #9FA2A3; font-weight: 600}
.poner {
    padding: 37px 0;
}
.footer-portal {
    margin-bottom: 32px;
}

.footer-bottom {
    position: relative;
    padding-top: 10rem;
}
.footer-bottom::before {
    content: "";
    display: block;
    background-image: url(silueta.png);
    width: 100%;
    height: 6rem;
    position: absolute;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    max-width: 1000px;
    left: 0;
}



/*searcher*/

.searcher {
    position: fixed;
    width: 100%;
    background: var(--gris);
    left: 0;
    top: 0;
    padding: 15px;
    z-index: 101;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    transform: translateY(-100%);
}
.search-content {
    width: 100%;
}
.search-content form {
    display: flex;
    border-bottom:1px solid var(--azul);
    transition: opacity .3s ease .4s;
    opacity: 0;
}
.search-content form input {
    background: none;
    border: none;
    color: var(--txt);
    font-size: 22px;
    font-weight: 200;
    outline: none;
    box-shadow: none !important;
}
.search-content form button {
    background: none;
    border: none;
    color: var(--azul);
    font-size: 22px;
}
.search-content-active {
    transform: translateY(0%);
}
.search-content-active .search-content form  {
    opacity: 1;
}
.close-searcher {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 14px;
    font-size: 30px;
    color: var(--azul) !important;
}


/*titulos*/

h2.content-box-title, h2.mod-box-title {
    font-size: calc(1em + 2vw);
    width: fit-content;
    margin: 1em auto 1rem;
    padding: 1rem;
    text-align: center;
    font-weight: bold;
    color: #666666;
    position: relative;
    padding-left: 75px;
}
h2.content-box-title:before, h2.mod-box-title:before {
    content: "";
    display: block;
    width: 47px;
    height: 41px;
    background-image: url(titulos.png);
    position: absolute;
    top: 0;
    left: 15px;
    margin: auto;
    bottom: 0;
}
h2.content-box-title.whi{
    color: #fff;
}


#mapa{
    max-width: 349px;
    margin: auto;
}
#mapa > iframe {
    width: 100%;
    max-width: 349px;
}

.social-bar > div > a {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social-bar > div > a > span {
    margin-left: 15px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

/*colores*/

.inversed {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.gray {
  filter: grayscale(1);
}



/* section items */

.content-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.item {
    display: flex;
    width: 45%;
    max-width: 270px;
    max-height: 159px;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    box-shadow: 0px 11px 32px #d9dadf8c;
    margin: 6px;
    padding: 15px 17px;
    height: 22vw;
    position: relative;
    overflow: hidden;
    filter: grayscale(1) brightness(0.8);
    transition: all .3s ease;
}
.item:after {
    content: "";
    display: block;
    width: 75%;
    height: 100%;
    background-image: url(figura2.png);
    position: absolute;
    background-size: contain;
    transform: rotate(25deg);
    background-repeat: no-repeat;
    top: 54%;
    left: -15%;
    transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.item > span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: calc(0.7em + 1vw);
    font-weight: bold;
    color: #DD9B2C;
    line-height: 1.2em;
    text-align: center;
}


.item:hover {
    filter: initial;
    transition: all .3s ease;
}
.item:hover:after {
    transform: rotate(206deg);
}



/* SECTION EVENTOS ----------- */


.evento-ho {
    width: 100%;
    max-width: 403px;
    max-height: 267px;
    box-shadow: 0px 2px 5px #0000000a, 0px 9px 28px #d9dadf8c;
    display: block;
    border-radius: 12px;
    margin: auto;
}

.evento-ho > img {
    width: 100%;
    height: 43vw;
    max-height: 185px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

.data-evento {
    display: flex;
    width: 100%;
    padding: 7px 13px;
    height: 80px;
}

.fecha-evento {
    width: 63px;
    min-width: 63px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid;
    padding-right: 7px;
}
.fecha-evento > div:first-child {
    font-weight: bold;
    font-size: 27px;
    color: #173E88;
    line-height: 1em;
}
.fecha-evento > div:last-child {
    font-size: 16px;
    color: #A9A9A9;
    text-transform: uppercase;
    
    letter-spacing: 0.59px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}

.txt-evento {
    padding: 0 15px;
    display: flex;
}
.txt-evento > h2 {
    font-size: 16px;
    color: #173E88;
    font-weight: 600;
    letter-spacing: 0.25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: auto 0;
}

.right.slick-arrow {
    top: auto;
    bottom: -80px;
    width: 40px;
    height: 40px;
    background: #4467A5;
    font-size: 37px;
    margin: 0;
}
.arrow-left.right {
    left: auto;
    right: 100px;
}
span.arrow-right.slick-arrow {
    right: 30px;
}

.figura-evento {
    padding: 1rem 0 8rem;
    position: relative;
}
.figura-evento:after {
    content: "";
    display: block;
    width: 50%;
    height: 25%;
    background-image: url(Mariposa.png);
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 642px;
    max-height: 382px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}



/* section redes ----------- */

.bg-azul {
    position: relative;
    padding: 2rem 0;
}
.bg-azul:before {
    content: "";
    display: block;
    width: 100%;
    background-image: url(fondo.jpeg);
    position: absolute;
    top: 0;
    left: 0;
    height: 563px;
}
.content-redes {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    display: block;
    position: relative;
    padding: 2rem 1rem;
    border-radius: 26px;
    margin-top: 2em;
}

.tt-redes {
    color: #666666;
    text-align: center;
    font-weight: 600;
    margin: 2rem 0;
}

.video {
    display: block;
    width: 100%;
    max-width: 37rem;
    height: 46vw;
    max-height: 288px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
}

.marca {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 65px;
    color: #e00000b3;
    background: #0003;
}


/* noticias */

.noticias {
    display: flex;
    width: 100%;
    max-width: 377px;
    max-height: 195px;
    flex-direction: column;
    height: 52vw;
}
.noticias > img {
    width: 100%;
    height: 30vw;
    object-fit: cover;
    max-height: 133px;
    border-radius: 7px;
}

.noticias > p {
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: auto 0;
}

.noticias > span {
    font-size: 13px;
    color: #666666;
    letter-spacing: 0.2px;
    font-weight: 500;
    font-style: italic;
    text-decoration: underline;
    width: fit-content;
    margin-left: auto;
}




















/* Media Queries */
@media (min-width: 500px) {
	
}

@media (min-width: 768px){
    
    h2.content-box-title, h2.mod-box-title {
        font-size: 35px;
    }  
    .item > span{
        font-size: 20px;
    }
    .footer-bottom::before {
        height: 8rem;
        background-size: contain;
        left: 0;
        border-bottom: 1px solid #C6C6C6;
    }
    .item {
        width: 31%;
    }
    .menu-acce {
        position: relative;
        padding: 0;
        height: inherit;
        background: none;
        width: 220px;
        margin: 0 1rem 0 2rem;
    }
    .footer-portal {
        margin-bottom: 0px;
    }


}

@media (min-width: 992px){
    /* BUSCADOR */
    .form-nav{
        display: block;
        width: 100%;
        max-width: 222px;
        margin-left: 35px;
        position: relative;
    }
    .form-nav > form{
        display: flex;
        background: #fff;
        max-width: 222px;
        width: 100%;
        height: 23px;
        overflow: hidden;
        border-radius: 5px;
        padding: 0 10px;
        box-shadow: 0px 0px 4px #0000000f;
    }
    .boton {
        padding: 0;
        font-size: 18px;
        line-height: 0;
        color: var(--azul);
    }
    .buscar-input::placeholder{
        color: var(--azul);
        font-style: italic;
    }
    .boton, .input {
        border: none;
        box-shadow: none;
        background: transparent;
        height: 100%;
        border-radius: 0;
        font-size: 14px;
        padding: 0 2px;
    }

    /* FIN BUSCADOR */

    #redes_laterales{
        display: block;
        position: fixed;
        right: 0px;
        z-index: 999;
        background: rgba(0, 0, 0, 0.7);
        top:25%;
        border-radius: 10px 0 0 10px;
    }
    #redes_laterales a{
        display: flex;
        position: relative;
        text-decoration: none;
        transition: all .3s ease;
        height: 40px;
        width: 40px;
        justify-content: center;
        align-items: center;
    }
    #redes_laterales a > i{
        color: #ffffff;
        font-size: 1.5em;
    }
    #redes_laterales a > span{
        position: absolute;
        top: 0px;
        width: 170px;
        height: 40px;
        color: #ffffff;
        left: 80px;
        transition: all 0.5s;
        background: rgba(0, 0, 0, 0.7);
        z-index: -1;
        display: flex;
        align-items: center;
        padding: 0 1em;
        border-radius: 20px 0 0 20px;
    }

    #redes_laterales a:hover .span{
        left: -130px;
    }

    .boton-tramites{
        height: 151px!important;
        background: #6a281a;
        border-top: solid 1px #fff;
        border-radius: 0px 0px 0 10px;
    }
    .boton-tramites p{
        color: #fff;
        transform: rotate(270deg);
        white-space: nowrap;
    }
    
	.primero, .ultimo {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-brand:before {
    content: "";
    display: block;
    width: 183%;
    height: 102%;
    background: url(forma.svg);
    position: absolute;
    z-index: 0;
    top: 0;
    left: -82px;
}

    .form-header {
        display: flex;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
    }

    .footer-bottom::before {
        background-position: left;
    }

    .content-items {
        width: 100%;
        max-width: 1401px;
        margin: auto;
    }

    
    /************* MENU ESCRITORIO ****************+*/
    /* HEADER */
    /* header.home {
        overflow-y: hidden !important;
    } */

    .nav-brand {
        max-width: 264px;
        width: 100%;
        overflow: visible;
       
    }
    .nav-brand img {
        padding: 2px;
        min-width: 65px;
    }   
    .header-content{
        padding: 0px 1rem;
        height: 105px;
    }
    .navbar-header{
        display: block;
        width: 100%;
    }
    .page-top {
        display: block;
        min-width: 200px;
    }
    .nav-mobile {
        display: none;
    }
    .content-info-header {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        max-width: 1200px;
        margin-left: auto;
        align-items: flex-end;
        padding-left: 132px;
    }
    .ct-header {
        max-width: 1343px;
        margin: auto;
    }
    

    nav.main-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    nav.main-nav > ul{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    nav.main-nav ul li a {
        display: block;
        font-size: 12px;
        padding: 5px 15px;
        color: #fff;
        margin: 0;
        text-align: center;
        white-space: nowrap;
        transition: all .3s ease;
        line-height: 1em;
        font-weight: 600;
        letter-spacing: 0.34px;
    } 

    #menu-main > li > a:hover,
    #menu-main > li > a:focus{
        background: var(--verde);
    }

    ul.submenu {
        position: absolute;
        min-width: 150px;
        /* top: 0; */
        z-index: 99;
        transform: translateX(-50%);
        padding-top: 21px!important;
        left: 50%;
        box-shadow: 0 0 0px black;
        display: none;
        transition: all .3s ease;
    }
    ul.submenu li a {
        font-size: 13px !important;
        padding: 8px !important;
        text-align: left!important;
        /* background: #020202 !important; */
        background: #FFF !important;
        /* background: #020202ab!important; */
        color: #000 !important;
        border-bottom: 1px solid;
        border-radius: 0!important;
        line-height: 15px!important;
    }

    ul.submenu li {
        padding: 0 !important;
    }

    ul.submenu a:hover {
        background: #173e88 !important;
        color: #fff !important;
        /* background: #e31512c4!important; */
    }

    nav.main-nav ul li {
        position: relative;
    }
    ul.subsubmenu {
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 150px;
    }

    section.home-section {
        padding-top: 134px;
    }

    .site-content {
        padding-top: 175px;
    }

}

@media(min-width: 1200px){

    .content-eventos {
        width: 100%;
        max-width: 1400px;
        margin: auto;
    }

    nav.main-nav ul li a {
        font-size: 15px;
        /* margin: 6px 0; */
    }

}

@media(min-width: 1500px){

     nav.main-nav ul li a {
        font-size: 18px;
    }

}



/*  FOR GLOSSARY
*   Tooltip.js
*/
#tooltip
{
    text-align: center;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,0.8);
    position: absolute;
    z-index: 100;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    white-space: pre-line;
}
@media only screen and (max-width: 800px){
    #tooltip:before{
        content: 'x';
        position: absolute;
        color: #fff;
        right: 8px;
        top: 3px;
        font-size: 12px;
    }
}
#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0,0,0,0.8);
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
#tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;                         
    bottom: auto;
}
#tooltip.left:after
{
    left: 10px;
    margin: 0;
}
#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}


/* PopUp */
.modal-popUp .modal-dialog {
    width: auto;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    margin: 0;
    padding: 15px;
}
.modal-popUp button.close span {
    line-height: 1;
}
.modal-popUp .modal-body,.modal-popUp .modal-body .col-xs-12 {
    padding: 0 !important;
}
.modal-popUp button.close {
    position: absolute;
    background: white;
    right: -8px;
    top: -12px;
    z-index: 1;
    width: 25px;
    height: 25px;
    opacity: 1 !important;
    border-radius: 50%;
}

/* Para el contenedor de las caratulas ebooks */
.container-estante .caratula {
    background-size: contain;
  }


/* start IG widget */

.container__widget--ig {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 4px;
    max-width: 800px;
    margin: auto;
    overflow: hidden;  
  }
  
  .art__post {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
  }
  
  .art__post--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .4s ease-in;
  }
  
  .art__post--info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.72);
    color: #fff;
    padding: 8px;
    margin: 0;
    transform: translateY(100%);
    transition: transform .4s linear;
    opacity: 0;
    pointer-events: none;
  }
  
  .art__post:hover .art__post--img {
    transition: transform .4s ease-in-out;
    transform: scale(1.06);
  }
  
  .art__post:hover .art__post--info {
    font-size: 10px;
    text-align: start;
    opacity: 1;
    padding: 12px;
    transition: transform .4s linear;
    transform: translateY(0);
  }
  
  
  /* end IG wiget */