@charset "utf-8";

:root {
  --rojo: #e41816;
  --amarillo: #ffd600;
  --gris: #f5f6f7;
  --txt: #303030;
  --verde: #57c559;
  --azul: #3364ff;
}

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

h1 {
  color: #3364ff;
}
h2 {
  color: #3364ff;
}
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: #e41816;
  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: #e41816;
  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: #e41816 !important;
}
.btn-default {
  color: #fff;
  background-color: #e41816;
  border-color: #e41816;
  transition: all 0.3s ease;
}
.btn-default:hover {
  background-color: #8b100e;
  transition: all 0.3s ease;
  color: #fff;
}
#dashboardPG .dashboard-item .dashboard-item-container a:hover {
  background: linear-gradient(90deg, #fff, #e418164d);
}
/* 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: 31px;
}
.site-content,
.my-container {
  max-width: 1200px;
  margin: 0 auto;
}
/*------------*/
.gov-header {
  display: block;
  background: #36c;
}

#redes_laterales {
  display: none;
}

/* HEADER */
header.home {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 38px;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 4px #0003;
  transition: all 0.4s ease;
}

header.home.fixedmobile {
  top: 0;
  transition: all 0.4s ease;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}
.nav-brand {
  max-width: 45px;
  transition: all 0.3s ease;
}
.nav-brand img {
  transition: all 0.2s ease;
  width: 100%;
}

/*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: var(--rojo);
  font-size: 30px;
  padding: 0 5px;
  line-height: 1;
}
.mm-menu {
  background: var(--rojo);
  border-color: rgba(0, 0, 0, 0.1);
  color: #fff;
}
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: 0.6 !important;
}
.mm-menu .mm-listview a:not(.mm-btn_next) {
  color: #fff !important;
  font-weight: 600;
}
.mm-navbars_bottom {
  height: 47px;
  background: #000000a6;
}
.bg-icon {
  font-size: 25px;
}
.bg-icon > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
}

/*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: #f5f5f5;
}

.menu-acce > div {
  display: flex;
  width: 33px;
  height: 26px;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 20px;
  color: var(--rojo);
  cursor: pointer;
}

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

.balloontext {
  display: none;
}

/*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(--rojo);
}

/*language*/

#language {
  margin: auto;
  width: 100%;
  max-width: 300px;
  zoom: 0.7;
  opacity: 0.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; */
  background: #E2E2E2;
}
.footer-portal {
  display: inline-block;
  width: 100%;
}
.footer-bottom {
  /* background: #efefefcc; */
  background: #E2E2E2;
}
.poner,
.footer-bottom {
  padding: 1em 0;
}
.menu-1 > ul {
  padding: 0 !important;
  list-style: none;
}

.menu-1 > ul > li > a {
  font-size: 14px;
  font-weight: 500;
  padding-left: 4px;
  color: #212121;
}
h3.footer-tittle {
  font-size: 15px;
  /* text-align: center; */
  color: #545454;
  margin: 0;
  padding: 15px;
  margin-bottom: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.24px;
}

.page-footer > div > div > p {
  margin: 0 0 5px 0;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  color: #212121;
  letter-spacing: 0.23px;
  line-height: 22.56px;
}
.menu-1 > ul > li {
  /* text-align: center; */
  padding-bottom: 7px;
}
.page-footer div {
  padding: 0;
}
.footer-text {
  font-size: 13px;
}

.footer-text > a {
  font-size: 13px;
  text-align: start;
  color: #fff;
}

.poner {
  padding: 37px 0;
}
ul#footer-menu > li:before {
  font-family: FontAwesome;
  content: "\f054";
  padding: 1px;
  color: var(--rojo);
}

.contador-visitas {
  display: flex;
  padding: 7px;
  align-items: center;
  justify-content: center;
  width: 131px;
  height: 56px;
  margin: auto;
  background: #00000078;
  border-radius: 12px;
}

.child {
  display: block;
  width: 30px;
  height: 40px;
  background-image: url(child.png);
  background-size: contain;
}

.contador-visitas h4 {
  color: #ffd600;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

.contador-visitas p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.visita {
  margin-left: 8px;
}

.enlace-mapa > a {
  font-size: 13px;
  /* font-weight: bold; */
  display: block;
  text-align: center;
  /* padding: 1rem; */
  color: #212121;
  letter-spacing: 0.23px;
}

/*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 0.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(--rojo);
  transition: opacity 0.3s ease 0.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(--rojo);
  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(--rojo) !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: var(--azul);
  position: relative;
}
h2.content-box-title.whi {
  color: #fff;
}

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

.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;
}

/*SECTION BANNER*/

.content-banner {
  display: block;
  position: relative;
}

.banner-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 60px;
  /* background: linear-gradient(90deg, transparent, #0000004d); */
}

.banner-detalles {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
}

.banner-detalles > h2 {
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px #000000c7;
  font-size: calc(0.8em + 1vw);
  text-align: center;
  font-weight: 500;
  margin: 0;
}

/*SECTION ICONOS*/

.iconos {
  padding: 1rem;
  max-width: 1200px;
  margin: auto;
  background: #e3e6e8;
}

.content-iconos {
  /* background: #fffc;
    box-shadow: 0 2px 4px #00000038; */
  padding: 1rem;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.icono {
  display: flex;
  flex-direction: column;
  /* place-content: center; */
  place-items: center;
  width: 100%;
  height: 160px;
  max-width: 284px;
  margin: auto;
  box-shadow: 0px 0px 12px rgba(51, 100, 255, 0.12);
  border-radius: 8px;
  background-color: #fff;
  /* padding: 12px; */
  padding: 32px 12px 12px;
  transition: transform 0.4s ease-in;
}

.icono > img {
  display: block;
  /* width: 42px;
  height: 42px; */
  width: 48px;
  height: 48px;
  object-fit: contain;
  object-position: center;
}

.txt-ico {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 18px;
  /* padding-left: 15px; */
  text-align: center;
  width: 100%;
}

/*SECCTION NOTICIAS*/

.bg-red {
  position: relative;
  padding: 15px 0 0;
}
.bg-red:before {
  content: "";
  display: block;
  width: 100%;
  height: 320px;
  background-image: url(fondoNoti.jpg);
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.bg-red:after {
  content: "";
  display: block;
  width: 100%;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
  background: #3364ffcf;
  z-index: -1;
}
.content-sec {
  background: #fff;
  width: 90%;
  position: relative;
}

.noticia {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 100%;
  max-width: 675px;
  margin: 0 auto;
  align-items: center;
  padding: 0 10px;
}
.noticia.main {
  max-width: 383px;
  width: 100%;
  margin: auto;
}
.content-noticias {
  max-width: 1200px;
  margin: auto;
}
.img-noticia {
  width: 100%;
  max-width: 231px;
  height: 170px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: auto;
}
.datos-noticia {
  width: 100%;
  padding: 20px;
  margin: auto;
  height: 190px;
  position: relative;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.datos-noticia > h2 {
  margin: 0;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  line-height: 17px;
  padding: 0 0 10px;
}
.fecha-noticia {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--rojo);
  font-weight: 500;
  letter-spacing: 0.94px;
  padding-bottom: 10px;
}
.datos-noticia > p {
  margin: 0;
  text-align: left;
  color: #303030;
  line-height: 22px;
  height: inherit;
  overflow-x: auto;
  overflow-y: auto;
}

.bot-noticia {
  position: absolute;
  bottom: 6px;
  right: 21px;
  font-size: 15px;
  color: var(--rojo);
  letter-spacing: 1.61px;
  font-weight: bold;
}

.datos-noticia > p::-webkit-scrollbar {
  height: 8px;
  width: 5px;
}
.datos-noticia > p::-webkit-scrollbar-track {
  background: #a5a5a5;
  border-radius: 30px;
}
.datos-noticia > p::-webkit-scrollbar-thumb {
  background: var(--rojo);
  border-radius: 4px;
}

/*noticia main*/

.main .img-noticia {
  width: 100%;
  max-width: 381px;
  max-height: 280px;
  border-radius: 3px;
  margin: auto;
  height: 55vw;
  background-size: cover;
  background-position: center;
}

.main .datos-noticia {
  height: 265px;
}

.content-noticia-main {
  padding: 2rem 0 0;
  border-bottom: 1px solid #808ea533;
}

.content-noticia {
  padding: 2rem 0;
}

.btn-more {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: var(--rojo);
  letter-spacing: 1.61px;
}

/*SECTION REDES*/

.redes {
  background: #f5f6f7;
  padding: 2rem 1rem;
}

.facebook,
.instagram {
  margin: 2rem auto;
}

.twitter {
  max-height: 631px;
  overflow: auto;
  margin: 2rem auto;
}

/*SECTION VIDEOS*/

/*videos*/

.content-videos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.item {
  position: relative;
  width: fit-content;
  /* margin: 15px auto; */
  border-right: 3px solid #fff;
}

.item > img {
  display: block;
  width: 100%;
  max-width: 377px;
  max-height: 221px;
  height: 68vw;
  object-fit: cover;
}
.marca {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  background: #00000045;
  cursor: pointer;
}

.marca:hover {
  background: transparent;
}

/*SECTION ENCUESTA*/

.poll-header .title {
  text-align: center !important;
  font-size: 16px !important;
  color: #333333 !important;
  font-weight: bold;
}
.poll-header .description {
  text-align: center !important;
  max-width: 550px;
  margin: 1rem auto !important;
  font-size: 15px !important;
  color: #333333 !important;
  font-weight: 500;
}
.options-wrapper.image-wrap .fields-thumb {
  display: block !important;
  width: 137px !important;
  height: 137px;
  margin: auto;
  object-fit: cover;
}
.options-wrapper .fields-option .field-title {
  color: #5d5d5d !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  margin: 0 !important;
  white-space: initial !important;
}
.options-wrapper {
  border: none !important;
}
.progress-bar-info {
  background-color: #e10612 !important;
}
.options-wrapper.image-wrap.list-grid {
  padding: 1rem;
  border-radius: 7px;
}
.options-wrapper.image-wrap.list-grid .fields-option {
  padding: 1rem 0 0 0 !important;
}
.options-wrapper {
  transition: all 0.3s ease;
}
.options-wrapper:hover {
  background-color: #ffd6003b !important;
  cursor: pointer;
}
.panel-default,
.polls-view,
.poll-panel,
.poll-footer {
  border: none !important;
  box-shadow: none !important;
}

.imagenes_proveedores {
  display: flex;
  place-content: center;
  place-items: center;
  transition: all 0.3s ease;
}

.imagenes_proveedores:hover {
  transform: scale(1.05);
}

.imagenes_proveedores > img {
  display: block;
  height: 148px;
  object-fit: contain;
}

.translate,
.form-nav {
  display: none;
}

/*colores*/

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

.gray {
  filter: grayscale(1);
}

/*EFECTOS*/

.menu-acce > a:hover {
  background: #ffd60082;
  cursor: pointer;
}

#language:hover {
  cursor: pointer;
}

.noticia:hover {
  background: #efefef;
  box-shadow: 0 2px 4px #00000059;
  transform: translateY(-10px);
}
.bot-noticia {
  transition: all 0.3s ease;
}
.bot-noticia:hover {
  color: var(--txt);
}

#pge_ssl_widget {
  display: none;
}

.redes_title h2 {
  font-size: 37px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #093ecd;
  padding: 32px 12px 40px;
}

.facebook_title,
.youtube_title,
.instagram-title {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 24px;
}

.facebook_title h4,
.youtube_title h4,
.instagram-title h4 {
  font-family: Montserrat;
  font-size: 33px;
  font-weight: 700;
  color: #fff;
}

.facebook_title i,
.youtube_title i,
.instagram-title i {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
}

.facebook_title {
  background: #204bd6;
}

.youtube_title {
  background: #c4302b;
}

.instagram-title {
  background: url(./bg_ig.jpg) center/cover no-repeat;
}

#videos-container{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#videos-container .video-item:first-child{
  margin-bottom: 4rem;
}

.video-item iframe{
  max-width: 390px;
}

.footer__li{
  padding: 0;
}

.footer__li li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer__li li i {
  font-size: 28px;
  color: #e41816;
}

.footer__li li span {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  text-align: start;
  word-break: break-all;
}

.c_schedule_footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.footer_schedule {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer_schedule i {
  font-size: 40px;
  font-weight: 100;
  color: #e41816;
}

.footer_schedule span {
  font-size: 14px;
  line-height: 22.563px; /* 160% */
  font-weight: 500;
  color: #212121;
}

.c_footer_viewers {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer_viewers {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.47);
}
.footer_viewers span {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.footer_sitemap {
  font-size: 14px;
  font-weight: 700;
  color: #212121;
}

.socialmedia {
  display: flex;
  gap: 12px;
}

.socialmedia a {
  display: flex;
  place-content: center;
  place-items: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 50%;
}

.socialmedia a i {
  font-size: 28px !important;
  color: #fff !important;
}

.socialmedia .socialmedia_facebook {
  background: #204bd6;
}

.socialmedia .socialmedia_twitter {
  background: #00b3de;
}

.socialmedia .socialmedia_instagram {
  background: radial-gradient(
    circle at 33% 100%,
    #ff683f 4%,
    #f15245 30%,
    #d92e7f 62%,
    #e02c77 85%,
    #ff388b
  );
}

.cont-gov-footer {
  background-color: #36c;
  margin-bottom: 37px;
}
.gov-footer {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  /* place-items: center; */
  gap: 12px;
  padding: 32px 20px;
  max-width: 1600px;
  margin: 0 auto;
}

/* Slick arrow */

.slick-arrow {
  position: absolute;
  z-index: 6;
  display: flex;
  place-content: center;
  place-items: center;
  color: #fff;
  background-color: #25273192;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  cursor: pointer;
  transition: background-color 0.4s ease-in;
}

.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
  transition: background-color 0.2s ease-in-out;
  color: #fff;
  background-color: var(--amarillo);
}

span.arrow-left,
span.arrow-right {
  transform: translateY(-50%);
  top: 50%;
}

span.arrow-left {
  left: 12px;
  padding-right: 2px;
}
span.arrow-right {
  right: 12px;
  padding-left: 2px;
}

.slick-arrow {
  font-size: 2rem;
}

/* Slick arrow */

#multiple_items span.arrow-left {
  left: -12px;
}

#multiple_items span.arrow-right {
  right: -12px;
}

.slider-home {
  margin-top: 44px;
}

/* Media Queries */
@media (min-width: 500px) {
  .facebook,
  .twitter,
  .instagram {
    width: fit-content;
    min-width: 420px;
  }
}

@media (min-width: 768px) {
  .slider-home span.arrow-left {
    left: 28px;
  }

  .slider-home span.arrow-right {
    right: 28px;
  }

  .noticia {
    display: flex !important;
    flex-direction: row;
    background: #fff;
  }

  .noticia.main {
    flex-direction: column;
  }

  h2.content-box-title,
  h2.mod-box-title {
    font-size: 37px;
  }

  .encuesta h2.content-box-title,
  .encuesta h2.mod-box-title {
    font-size: 28px;
  }

  .banner-detalles {
    align-items: flex-end;
    justify-content: flex-end;
    padding: 5vw;
  }

  .banner-detalles > h2 {
    font-size: 25px;
    text-align: right;
  }

  .content-videos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .menu-1 > ul > li,
  .page-footer > div > div > p {
    text-align: left;
  }

  .datos-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 260px;
    padding: 1rem 0;
  }
}

@media (min-width: 992px) {
  #redes_laterales {
    display: block;
    position: fixed;
    right: 0px;
    z-index: 999;
    /* background: rgba(0, 0, 0, 0.7); */
    /* background-color: #f5f5f5c9; */
    background-color: #dadee0c9;
    /* background-color: #3364FF; */
    top: 40%;
    border-radius: 10px 0 0 10px;
  }
  #redes_laterales a {
    display: flex;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
  }
  #redes_laterales a > i {
    display: flex;
    place-content: center;
    place-items: center;
    color: #333;
    font-size: 1.5em;
    background-color: #fff;
    padding: 4px;
    height: 32px;
    width: 32px;
    border-radius: 16px;
  }
  #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); */
    background-color: rgba(51, 99, 255, 0.9);
    z-index: -1;
    display: flex;
    align-items: center;
    padding: 0 1em;
    border-radius: 20px 0 0 20px;
  }

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

  #redes_laterales a:hover i {
    color: #3363ff;
  }

  .primero,
  .ultimo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

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

  .content-noticia-main {
    border-bottom: none;
    padding: 0 0 0 2rem;
    border-left: 1px solid #808ea533;
  }

  .btn-more {
    text-align: left;
    padding: 1rem 0;
  }

  .content-videos {
    display: grid;
    grid-template-rows: minmax(0, 380px);
    grid-template-columns: 1.4fr 0.6fr;
    grid-template-areas:
      "video1 video2"
      "video1 video3";
  }

  .content-videos .video-1 {
    grid-area: video1;
    min-height: 100%;
    max-height: 100%;
    min-width: 100%;
  }

  .content-videos .video-1 img,
  .content-videos .video-2 img,
  .content-videos .video-3 img {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
  }

  .content-videos .video-1 img {
    min-height: 772px;
    max-height: 772px;
  }

  .content-videos .video-2 img,
  .content-videos .video-3 img {
    min-height: 380px;
    max-height: 380px;
  }

  .content-videos .video-2 {
    grid-area: video2;
    min-height: 380px;
    max-height: 380px;
    min-width: 100%;
  }

  .content-videos .video-3 {
    grid-area: video3;
    min-height: 380px;
    max-height: 380px;
    min-width: 100%;
  }
}

@media (min-width: 1200px) {
  .slider-home span.arrow-left {
    left: 48px;
  }

  .slider-home span.arrow-right {
    right: 48px;
  }

  .fixed .nav-brand {
    transform: matrix(0.55, 0, 0, 0.55, 0, 29);
  }

  header.home.fixed {
    transform: translateY(-110px);
  }

  /*HEADER TOP*/

  .menu-acce {
    max-width: 293px;
    padding: 0 26px;
    background: #f5f5f5;
    border-radius: 40px;
    margin: 0 2rem;
    top: 68px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: initial;
  }

  .translate,
  .form-nav {
    display: block;
  }
  header.home {
    top: 50px;
  }
  .gov-header {
    display: block;
    background-color: #36c;
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
  }
  .gov-header div {
    max-width: 1343px;
    margin: auto;
  }
  .gov-header img {
    padding: 10px 0;
  }

  .header-top {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    align-items: center;
    width: 100%;
  }

  .menu-acce {
    margin: 0 2rem;
    position: relative;
    top: initial;
  }

  /*form header*/

  .form-nav {
    display: block;
    width: 100%;
    max-width: 430px;
  }
  .form-nav > form {
    display: flex;
    background: #fff;
    max-width: 376px;
    width: 100%;
    height: 35px;
    overflow: hidden;
    border-radius: 40px;
    padding: 0 10px;
    border: 1px solid var(--rojo);
    margin: 0 0 0 auto;
  }

  .boton,
  .input {
    border: none;
    box-shadow: none;
    background: transparent;
    height: 100%;
    border-radius: 0;
    font-size: 15px;
    padding: 0 15px;
  }

  .boton {
    padding: 0;
    font-size: 18px;
    line-height: 0;
    color: #4e4e4e;
  }

  .form-control:focus {
    box-shadow: none !important;
  }

  /*MENU ESCRITORIO ****************+*/

  .nav-brand {
    max-width: 98px;
    width: 100%;
  }
  .nav-brand img {
    padding: 2px;
    min-width: 65px;
  }
  .header-content {
    padding: 8px 1rem;
    height: 134px;
  }
  .navbar-header {
    display: block;
    padding-top: 22px;
    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;
  }
  .ct-header {
    max-width: 1343px;
    margin: auto;
  }
  .redes-top {
    display: flex;
    min-width: 102px;
    align-items: center;
    justify-content: space-between;
    padding-left: 1rem;
  }

  .redes-top > div > a {
    display: flex;
    width: 27px;
    height: 27px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border: 1px solid #000;
    border-radius: 100%;
    color: #000;
  }

  nav.main-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  nav.main-nav > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  nav.main-nav ul li a {
    display: block;
    font-size: 12px;
    padding: 5px 15px;
    font-weight: 500;
    color: #505050;
    min-width: 95px;
    margin: 0 2px;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s ease;
    background: #f5f5f5;
    height: 32px;
    line-height: 24px;
    border-radius: 30px;
  }

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

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

  ul.submenu a:hover {
    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: 140px;
  }

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

  .facebook,
  .twitter,
  .instagram {
    width: 100%;
    min-width: initial;
  }

  .content-iconos {
    flex-wrap: nowrap;
    padding: 0;
    gap: 8px;
    margin-top: -46px;
    position: relative;
    margin-bottom: 43px;
  }

  .icono {
    height: 180px;
  }

  .txt-ico {
    font-size: 12px;
  }

  .banner-detalles > h2 {
    font-size: 39px;
  }

  .banner-detalles {
    padding: 74px 30px;
  }

  h2.content-box-title,
  h2.mod-box-title {
    margin: 1em auto 1em;
  }

  .bg-red {
    padding: 15px 0 65px;
  }
  .encuesta {
    padding: 2rem 0;
  }

  .proveedores {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  .iconos {
    background: none;
  }
  .txt-ico {
    min-width: 100px;
  }

  .content-sec {
    max-width: 1200px;
    padding-left: 3rem;
  }

  .icono {
    position: relative;
  }

  .icono:hover {
    transform: translateY(-20px);
    transition: transform 0.4s ease-in;
    box-shadow: 0px 0px 12px rgba(51, 100, 255, 0.2);
  }

  .icono:hover::before {
    content: "";
    background: url(./card_button.png) center/cover no-repeat;
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    border-radius: 0 0 8px 8px;
  }

  .icono img {
    transition: transform 0.6s ease-in;
  }

  .icono:hover img {
    transform: scale(1.15);
    transition: transform 0.4s ease-in-out;
  }

  .cont-gov-footer {
    margin-bottom: 0;
  }

  .gov-footer {
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
    padding: 16px 20px;
  }

  .gov-footer .footer-text {
    text-align: center;
    margin: 0 auto;
  }
}

@media (min-width: 1500px) {
  .facebook,
  .twitter {
    width: 420px;
    margin: 2rem auto;
  }

  .iconos {
    max-width: 1300px;
  }

  .txt-ico {
    font-size: 14px;
  }

  #multiple_items span.arrow-left {
    left: -32px;
  }

  #multiple_items span.arrow-right {
    right: -32px;
  }

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

@media (min-width: 2000px) {
  .img-banner {
    height: 600px;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 1400){
  .video-item iframe {
    max-width: 455px;
  }
}

/*  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%;
}


/* start IG widget */

.container__widget--ig {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 4px;
  max-width: 800px;
  margin: auto;
  overflow: hidden;  
}

.art__post {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 4;
  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 */
