@font-face {
  font-family: 'Gotham-Medium';
  src: url("../fonts/Gotham-family/Gotham/Gotham-Medium.otf");
}


@font-face {
  font-family: 'Gotham-Bold';
  src: url("../fonts/Gotham-family/Gotham/Gotham-Bold.otf");
}

@font-face {
  font-family: 'Gotham-Light';
  src: url("../fonts/Gotham-family/Gotham/Gotham-Light.otf");
}

@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-family/Gotham/Gotham-Book.otf");
}

@font-face {
  font-family: 'Termina-Bold';
  src: url("../fonts/Termina/Termina-Bold.otf");
}

:root {
	--color-action-aapresid: #93D500;
	--color-accent-aapresid: #3C3C3B;
	--color-accent2-aapresid: #EFEBE8;
	--color-white: #ffffff;
	--color-black: #000000;
	--color-grey-medium :#929292;
	--color-grey-light :#afaead;
}

body {
	font-family: 'Gotham-Book';
}

strong, 
b {
	font-family: 'Gotham-Bold';
}

header > div {
	position: fixed;
  z-index: 999;
  width: 100%;
  box-shadow: 0 1px 4px #1212124d;
}

header .navbar.bg-body-tertiary {
	background-color: #fff!important;
}

header .navbar .navbar-brand img {
	width: auto;
	height: 70px;
	max-width: 280px;
  object-fit: contain;
}

header .navbar .navbar-nav {
	gap: 5px;
}

header .navbar .navbar-collapse {
	justify-content: space-evenly;
}

header .navbar .navbar-nav a {
	text-decoration: none;
	color: var(--color-accent-aapresid);
	font-weight: 500;
	font-family: 'Gotham-Medium';
	font-size: 14px;
}

header .navbar .menu-item {
	position: relative;
	padding: 16px 8px;
}

header .navbar > .menu-item > a {
	padding-bottom: 3px;
}

header .navbar > .menu-item.active > a {
	border-bottom: 3px solid var(--color-action-aapresid);
}

header .navbar .menu-item ul.sub-menu {
	display: none;
	position: absolute;
  background: #fff;
  top: 55px;
  z-index: 9;
  padding: 20px;
  width: 500px;
  border-top: 4px solid var(--color-action-aapresid);
  list-style: none;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
}

header .navbar .menu-item:hover ul.sub-menu {
	display: grid;
}

header .navbar .menu-item ul.sub-menu li {
	border-bottom: 1px solid var(--color-action-aapresid);
	flex-basis: 50%;
}

header .navbar .menu-item ul.sub-menu li a:hover {
	color: var(--color-action-aapresid);
}

.btn-primary {
	background-color: var(--color-action-aapresid);
	border-color: var(--color-action-aapresid);
	border-radius: 20px;
	font-family: 'Gotham-Bold';
	padding: 8px 20px;
	color: #000;
}

.btn-primary:hover,
.btn-primary:active {
	background-color: var(--color-accent-aapresid);
	color: var(--color-white);
	border-color: var(--color-accent-aapresid);
}

header .btn-primary {
	color: #fff;
}

.buscador_cronograma form {
	flex-direction: row;
}

.btn-secondary {
	background-color: #fff;
	border-color: #000;
	border-width: 2px;
	color: #000;
	border-radius: 20px;
	font-family: 'Gotham-Bold';
	padding: 8px 20px;
}

.btn-secondary:hover,
.btn-secondary:active {
	background-color: var(--color-accent-aapresid);
	color: #fff;
	border-color: var(--color-accent-aapresid);
}

.btn-white {
	background-color: #fff;
	border-color: #fff;
	border-width: 2px;
	color: #000;
	border-radius: 20px;
	font-family: 'Gotham-Bold';
	padding: 8px 20px;
}

.btn-white:hover,
.btn-white:active {
	background-color: var(--color-accent-aapresid);
	color: #fff;
	border-color: var(--color-accent-aapresid);
}

.btn-print {
    font-size: 32px;
    position: absolute;
    right: 12px;
    top: 10px;
    color: var(--color-accent-aapresid);
}

.btn-accent {
	background-color: var(--color-accent-aapresid);
	border-color: var(--color-accent-aapresid);
	border-width: 2px;
	color: var(--color-white);
	border-radius: 20px;
	font-family: 'Gotham-Bold';
	padding: 8px 20px;
}

.btn-accent:hover,
.btn-accent:active {
	background-color: var(--color-white);
	color: var(--color-accent-aapresid);
	border-color: var(--color-accent-aapresid);
}

a.lang-item {
	text-decoration: none;
  color: var(--color-accent-aapresid);
  font-family: 'Gotham-Medium';
  font-size: 14px;
}

.slider-footer {
	background-color: var(--color-accent-aapresid);
	display: flex;
    justify-content: center;
    align-items: center;
}

.slider-footer img {
	max-width: 100%;
}

.carrusel-home .carousel-caption {
	bottom: 20%;
	text-align: left;
	left: 0;
}

.carrusel-home .carousel-caption h3 {
	font-family: 'Gotham-Light';
	color: #fff;
	font-size: 24px;
}

.carrusel-home .carousel-caption h2 {
	font-family: 'Gotham-Light';
	color: #fff;
	font-size: 24px;
}

.carrusel-home .carousel-caption h1 {
	font-family: 'Gotham-Light';
	color: var(--color-action-aapresid);
	font-size: 42px;
}

.carrusel-home .carousel-item .container {
	top: -10rem;
}

.countdown {
    position: absolute;
    bottom: 0;
    left: calc(50% - 220px);
    background: var(--color-accent2-aapresid);
    padding: 30px;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: row;
    font-family: 'Gotham-Bold';
}

.countdown .item {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: self-start;
    justify-content: center;
    background: #3c3d3b;
    color: #fff;
    font-size: 38.17px;
    border-radius: 12px;
    position: relative;
    width: 80px;
    height: 95px;
}

.countdown .item .label {
	text-transform: uppercase;
	font-size: 11.45px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    border-top: 4px solid var(--color-action-aapresid);
    padding: 5px;
    background-color: #282828;
    border-radius: 0 0 12px 12px;
}


.countdown .separator {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    padding: 5px;
}

.bienvenidos {
	background-color: var(--color-accent2-aapresid);
	font-size: 18px;
}

.bienvenidos h1 {
	font-family: 'Gotham-Light';
	font-size: 34px;
}

.bienvenidos h1 strong,
.bienvenidos h1 b {
	font-family: 'Gotham-Bold';
}

.videos-home iframe {
	aspect-ratio: 16/9;
	width: 100%;
	height: auto;
}

.ejes_tematicos {
	background-color: var(--color-accent2-aapresid);
}

.ejes_tematicos .card {
	border: none;
    padding: 38px 30px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    border-radius: 19.49px;
    cursor: pointer;
	background-color: var(--color-accent-aapresid);
	border: 4px solid var(--color-accent-aapresid);
}

.ejes_tematicos .card h3 {
	width: 75%;
    font-size: 1.1rem;
    font-family: 'Termina-Bold';
    margin-bottom: 0;
}

.ejes_tematicos .card img {
	width: 25%;
	height: auto;
	object-fit: contain;
}

.ejes_tematicos_container .modal-content,
.modal-content {
	border-radius: 19.49px;
	padding: 35px;
	font-family: 'Gotham-Book';
	font-size: 18px;
	background-color: var(--color-accent2-aapresid);
}

.ejes_tematicos_container .modal-content button,
.modal-content button {
  border-radius: 18px;
  width: 33px;
  height: 33px;
  position: absolute;
  right: 17px;
  top: 17px;
}

.modal.show {
	display: block;
}

#dialog_dudas ul li a {
	color: var(--color-accent-aapresid);
}

@media (min-width: 576px) {
  #dialog_dudas .modal-dialog {
  	max-width: 100%;
  	width: 850px;
  }
}

.ejes_tematicos_container .modal-content .titulo_eje {
	width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-accent-aapresid);
  border-radius: 19.49px;
  padding: 20px;
  margin-bottom: 20px;
  gap: 12px;
  margin-top: 18px;
}

.ejes_tematicos_container {
	background-color: #3c3b3bf0;
}

.ejes_tematicos_container .modal-content h3 {
	font-family: 'Termina-Bold';
	font-size: 22px;
	text-transform: uppercase;
}

.disertantes .disertante img {
	max-width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 5px solid var(--color-action-aapresid);
	width: 100%;
	object-fit: cover;
}

.disertantes .disertante h3 {
	font-family: 'Gotham-Medium';
	font-size: 22px;
}

.disertantes .disertante p {
	font-family: 'Gotham-Medium';
	font-size: 11px;
}

.bg-accent.info-turistica img {
	position: absolute; 
	width: 99%; 
	z-index: 10;
}

.titulo_tab {
	background-color: var(--color-accent-aapresid);
	display: inline;
	color: #fff;
	padding: 10px;
	margin-bottom: 0;
	font-family: 'Gotham-Bold';
	min-width: 25%;
	font-size: 24px;
	padding: 12px 40px 12px 20px;
}

.linea_verde {
	border: 5px solid var(--color-action-aapresid);
}

.franja_verde {
	background-color: var(--color-action-aapresid);
}

.franja_verde .text {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
}

.franja_verde .text h2 {
	margin: 0;
}

.linea_verde_fina {
	border: 2px solid var(--color-action-aapresid);
}

.titulo_tab_verde {
	background-color: var(--color-action-aapresid);
	display: inline;
	color: #fff;
	padding: 10px;
	margin-bottom: 0;
	font-family: 'Gotham-Bold';
	min-width: 25%;
	font-size: 24px;
	padding: 12px 40px 12px 20px;
}

.faq a.btn-primary {
	width: 100%;
	border-radius: 0;
	font-family: 'Gotham-Medium';
	font-size: 20px;
	margin-top: 20px;
	text-align: left;
	position:relative; 
	padding-right: 45px;
}

.faq a.btn-primary:hover,
.faq a.btn-primary:active {
	background-color: var(--color-action-aapresid);
	border-color: var(--color-action-aapresid);
	color: #000;
}

.faq a.btn-primary.collapsed:after {
	content: '';
  position: absolute; 
  z-index:99;
  background: url(../img/chevron-down.png);
  background-repeat: no-repeat;
  background-size: 40px;
  right: 7px;
  top: 2px;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.faq a.btn-primary:after {
	content: '';
  position: absolute; 
  z-index:99;
  right: 7px;
  top: 2px;
  background: url(../img/chevron-up.png);
  background-repeat: no-repeat;
  background-size: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
}

.faq .multi-collapse {
	width: 100%;
	padding: 30px;
	font-family: 'Gotham-Medium';
	font-size: 14px;
	background-color: var(--color-accent2-aapresid);
}

.gacetillas {
	background-color: var(--color-accent-aapresid);
}

.gacetillas article h1 {
	color: var(--color-action-aapresid);
	font-family: 'Gotham-Bold';
	font-size: 28px;
	min-height: 124px;
}

.gacetillas article img {
	max-width: 100%;
	height: auto;
	min-height: 289px;
	object-fit: cover;
	border-top: 8px solid var(--color-action-aapresid);
	border-bottom: 4px solid var(--color-action-aapresid);
	margin-bottom: 25px;
}

.gacetillas article h3 {
	color: #fff;
	font-family: 'Gotham-Bold';
	font-size: 18px;
}

.gacetillas article p {
	color: color(display-p3 0.9348 0.9225 0.9118);
	font-family: 'Gotham-Book';
	font-size: 14px;
	margin-bottom: 25px;
}

.gacetillas article a.vermas {
	color: var(--color-action-aapresid);
	font-weight: 500;
	font-size: 1.2rem;
	text-decoration: none;
	font-family: 'Gotham-Bold';
	font-size: 24px;
}

.gacetillas article a {
	text-decoration: none;
}

.mas_gacetillas {
	color: #fff;
	padding: 12px 16px;
	font-family: 'Gotham-Bold';
	font-size: 18px;
}

.sponsors {
	background-color: var(--color-accent2-aapresid);
	border-top: 4px solid var(--color-action-aapresid);
}

.sponsors .sponsor,
.sponsors_footer .sponsor {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sponsors .sponsor img,
.sponsors_footer .sponsor img {
	height: auto;
	max-width: 100%;
}

.sponsors_footer,
.sponsors_full {
	background-color: var(--color-accent2-aapresid);
}

.sponsors_full .sponsor img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.text-black-aapresid {
	color: color(display-p3 0.2371 0.2373 0.2329);
}

.brochure p {
	font-family: 'Gotham-Medium';
	font-size: 24px;
}

footer.aapresid-footer {
	background: url('https://congreso.aapresid.org.ar/wp-content/uploads/2024/04/Footer-1.png');
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-family: 'Gotham-Book';
	font-size: 14px;
}

.footer-sin-gradiente {
	/*border-top: 8px solid var(--color-action-aapresid);*/
	height: 180px;
}

.footer-con-gradiente {
	border-top: 8px solid var(--color-action-aapresid);
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.75) 24%, rgba(0,0,0,1) 400%);
	padding: 50px 0;
}

.social-icons {
	display: flex;
	gap: 18px;
}

.social-icons a {
	font-size: 24px;
}

body .encabezado {
	height: 230px;
	background-image: url('https://congreso.aapresid.org.ar/wp-content/uploads/2024/04/Hero-Img-4.png');
	background-size: cover;
}

body .encabezado .container {
	position: relative;
	height: 230px;
}

body .encabezado .container h1 {
  bottom: 17px;
  position: absolute;
  color: #fff;
  font-family: 'Gotham-Medium';
}

body.page .encabezado {
	height: 230px;
	background-image: url('https://congreso.aapresid.org.ar/wp-content/uploads/2024/04/encabezado2.png');
	background-size: cover;
}

.listado_gacetillas article h1 {
	color: var(--color-action-aapresid);
	font-family: 'Gotham-Bold';
	font-size: 28px;
	min-height: 124px;
}

.listado_gacetillas article img {
	max-width: 100%;
	height: auto;
	min-height: 289px;
	object-fit: cover;
	border-top: 8px solid var(--color-action-aapresid);
	border-bottom: 4px solid var(--color-action-aapresid);
	margin-bottom: 25px;
}

.listado_gacetillas article h3 {
	color: var(--color-accent-aapresid);
	font-family: 'Gotham-Bold';
	font-size: 18px;
}

.listado_gacetillas article p {
	color: var(--color-accent-aapresid);
	font-family: 'Gotham-Book';
	font-size: 14px;
	margin-bottom: 25px;
}

.listado_gacetillas article a.vermas {
	color: var(--color-action-aapresid);
	font-weight: 500;
	font-size: 1.2rem;
	text-decoration: none;
	font-family: 'Gotham-Bold';
	font-size: 24px;
}

.buscador h2 {
	font-family: 'Gotham-Bold';
	font-size: 24px;
}

.buscador input {
	font-family: 'Gotham-Medium';
	font-size: 18px;
	background-color: #EFEBE8;
	border-radius: 20px;
	width: 100%;
  padding: 8px 18px;
  border: none;
}

#carouselParticipantes .owl-nav,
#carouselCharlasDestacadas .owl-nav {
	position: relative;
}

#carouselParticipantes .owl-nav .owl-prev,
#carouselCharlasDestacadas .owl-nav .owl-prev {
	left: -50px;
	position: absolute;
	/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233c3d3b'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); */
	width: 45px;
	height: 45px;
  background-repeat: no-repeat;
  top: -230px;
  font-size: 60px;
}

#carouselParticipantes .owl-nav .owl-next,
#carouselCharlasDestacadas .owl-nav .owl-next {
	right: -50px;
	position: absolute;
	/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233c3d3b'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); */
	width: 45px;
	height: 45px;
  background-repeat: no-repeat;
  top: -230px;
  font-size: 60px;
}

.pagination_bg {
	background: var(--color-accent2-aapresid);
	padding: 15px;
}

.pagination a {
	  background-color: var(--color-white);
    color: var(--color-accent-aapresid);
    padding: 7px 12px;
    border-radius: 3px;
    text-decoration: none;
    font-family: 'Gotham-Bold';
    font-size: 14px;
}

.pagination a.prev,
.pagination a.next {
	background-color: transparent;
	border: none;
}

.pagination span {
	color: var(--color-action-aapresid);
	font-family: 'Gotham-Bold';
  font-size: 14px;
  background-color: var(--color-accent-aapresid);
  padding: 7px 12px;
  border-radius: 3px;
}

body.single-post article {
	font-family: 'Gotham-Book';
	font-size: 18px;
}

body.single-post article blockquote {
	border-left: 8px solid var(--color-action-aapresid);
	padding-left: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
	display: flex;
}

body.single-post article strong,
body.single-post article b {
	font-family: 'Gotham-Bold';
}

body.single-post article h1 {
	font-family: 'Gotham-Bold';
  font-size: 34px;
}

body.single-post article .fecha {
	padding: 10px 20px;
	background-color: var(--color-action-aapresid);
	color: var(--color-accent-aapresid);
	font-family: 'Gotham-Bold';
  font-size: 21.5px;
}

body.page .interiores article {
	font-family: 'Gotham-Book';
	font-size: 18px;
}

body.page .interiores article h1 {
	font-family: 'Gotham-Medium';
  font-size: 23px;
  margin-bottom: 25px;
}

.bg-action {
	background-color: var(--color-action-aapresid)!important;
}

.bg-accent {
	background-color: var(--color-accent-aapresid)!important;
}

.bg-accent2 {
	background-color: var(--color-accent2-aapresid)!important;
}

.bg-grey-medium {
	background-color: var(--color-grey-medium)!important;
}

.bg-grey-light {
	background-color: var(--color-grey-light)!important;
}

.bg-white {
	background-color: var(--color-white)!important;
}

.text-white {
	color: var(--color-white);
}

.text-accent {
	color: var(--color-accent-aapresid);
}

.text-accent2 {
	color: var(--color-accent2-aapresid);
}

.text-action {
	color: var(--color-action-aapresid);
}

.border-radius {
	border-radius: 12px;
}

.border-solid {
	border-style: solid;
  border-width: 1px;
}

.border-solid-2 {
	border-style: solid;
  border-width: 2px;
}

.border-solid-3 {
	border-style: solid;
  border-width: 3px;
}

.border-dotted {
	border-style: dotted;
  border-width: 1px;
}

.border-dotted-2 {
	border-style: dotted;
  border-width: 2px;
}

.border-dotted-3 {
	border-style: dotted;
  border-width: 3px;
}

.border-action {
	border-color: var(--color-action-aapresid);
}

.border-accent {
	border-color: var(--color-accent-aapresid);
}

.caja_blanca {
	background-color: var(--color-white);
	padding: 25px;
  font-size: 16px;
}

.caja_blanca h2 {
	font-family: 'Gotham-Bold';
	font-size: 16px;
}

.caja_verde {
  font-size: 16px;
  background-color: var(--color-action-aapresid);
	padding: 25px;
}

.caja_verde .linea {
	border-left: 4px solid var(--color-white);
	padding-left: 25px;
}

.caja_verde h2 {
	font-family: 'Gotham-Bold';
	font-size: 21.5px;
}

.titulo_fondo_blanco {
	background-color: var(--color-white);
	font-family: 'Gotham-Light';
	font-size: 23px;
	color: var(--color-accent-aapresid);
	padding: 20px 30px;
	display: inline-block;
	margin-bottom: 0;
}

.titulo_fondo_verde {
	background-color: var(--color-action-aapresid);
	font-family: 'Gotham-Bold';
	font-size: 30px;
	color: var(--color-accent-aapresid);
	padding: 20px 30px;
	display: inline-block;
	margin-bottom: 0;
}

.titulo_fondo_accent {
	background-color: var(--color-accent-aapresid);
	font-family: 'Gotham-Bold';
	font-size: 23px;
	color: var(--color-white);
	padding: 20px 30px;
	display: inline-block;
	margin-bottom: 0;
}


.charla {
	min-height: 340px;
  padding: 85px 12px 12px 12px;
  position: relative;
}

.charla .fecha {
	background: #fff;
  padding: 4px;
  width: 75px;
  text-align: center;
  position: relative;
  float: right;
  margin-top: -14px;
  margin-right: 5px;
  font-family: 'Gotham-Bold';
	font-size: 32px;
	position: absolute;
	right: 0;
	top: -14px;
}

.charla .fecha .dia {
	width: 75px;
	display: block;
}

.charla .fecha .mes {
	font-family: 'Gotham-Book';
	font-size: 14px;
	width: 75px;
	display: block;
	text-transform: uppercase;
}

.charla .fecha .hora {
	background-color: var(--color-accent-aapresid);
	padding: 4px;
  text-align: center;
  font-family: 'Gotham-Medium';
	font-size: 9.93px;
	color: #fff;
}

.charla p.eje_tematico {
	font-family: 'Gotham-Book';
	font-size: 16px;
}

.charla strong.etiqueta,
.interiores .resultado strong.etiqueta,
.tab_contenido_dias article .etiqueta {
	background-color: var(--color-accent-aapresid);
	color: #fff;
	padding: 5px 12px;
	border-radius: 30px;
	margin-bottom: 15px;
	display: inline-block;
}

.charla strong.etiqueta.gris, 
strong.etiqueta.gris {
	background-color: var(--color-accent2-aapresid);
	color: var(--color-black);
}

.charla h3 {
	font-family: 'Gotham-Bold';
	font-size: 20px;
}

.charla h4 {
	font-family: 'Gotham-Medium';
	font-size: 16px;
}

.corazon .fecha {
	background: #fff;
  padding: 4px;
  width: 80px;
  text-align: center;
  position: relative;
  float: right;
  margin-top: -14px;
  margin-right: 5px;
  font-family: 'Gotham-Bold';
	font-size: 32px;
	position: absolute;
	right: -18px;
	top: 14px;
}

.corazon .fecha .dia {
	width: 75px;
	display: block;
}

.corazon .fecha .mes {
	font-family: 'Gotham-Book';
	font-size: 14px;
	width: 75px;
	display: block;
	text-transform: uppercase;
}

.corazon .fluid-container .col-md-6 {
	position: relative;
}

.corazon img {
	height: 110%;
  width: calc(100% - 15px);
  position: absolute;
  object-fit: cover;
}

.interiores .resultado {
	border: 5px solid var(--color-accent2-aapresid);
}

.interiores .resultado h1 {
	font-family: 'Gotham-Medium';
	font-size: 22px;
	color: var(--color-accent-aapresid);
}

.interiores .resultado p {
	font-family: 'Gotham-Book';
	font-size: 16px;
}

.interiores .resultado .fecha {
	background-color: var(--color-action-aapresid);
	padding: 5px 10px;
	color: var(--color-accent-aapresid);
	font-family: 'Gotham-Bold';
	font-size: 14px;
}

.interiores .resultado a {
	text-decoration: none;
}

.no_resultado h3 {
	font-family: 'Gotham-Bold';
	font-size: 24px;
}

.listado_gacetillas article a {
	text-decoration: none;
}

.carousel-control-prev,
.carousel-control-next {
	display: none;
}

.listado_empresas  .title {
	color: var(--color-action-aapresid);
  font-family: 'Gotham-Bold';
  font-size: 28px;
  text-align: center;
  margin-bottom: 20px;
}

.listado_empresas article {
	border: 5px solid var(--color-accent2-aapresid);
}

.listado_empresas article h1 {
	font-family: 'Gotham-Medium';
  font-size: 20px;
}

.listado_empresas article p {
    font-family: 'Gotham-Medium';
    font-size: 14px;
}

.listado_disertantes article .thumb {
	background-color: var(--color-accent2-aapresid);
	height: 340px;
	width: 100%;
	display: flex;
}

.listado_disertantes article {
	margin-bottom: 30px;
}

.listado_disertantes article .box-verde {
	align-self: flex-end;
	margin: 10px;
	background-color: var(--color-action-aapresid);
	width: 100%;
	padding: 10px;
}

.listado_disertantes article .box-verde h1 {
	color: var(--color-white);
	font-family: 'Gotham-Medium';
  font-size: 20px;
}

.listado_disertantes article .box-verde p {
	font-family: 'Gotham-Medium';
  font-size: 16px;
  margin-bottom: 0;
}

.tab_dias {
	display: flex;
	border-bottom: 4px solid var(--color-action-aapresid);
	gap: 15px;
	padding: 0 10px;
	margin-bottom: 1.2rem;
	position: relative;
}

.tab_dias .dia {
	padding: 10px 35px;
	background-color: var(--color-accent2-aapresid);	
	font-family: 'Gotham-Book';
  font-size: 24px;
  cursor: pointer;
}

.tab_dias .dia .numero {
	font-size: 26px;
}

.tab_dias .dia.active {
	background-color: var(--color-action-aapresid);
}

.tab_contenido_dias .dia {
	display: none;
}

.tab_contenido_dias .dia.active {
	display: block;
}

.tab_contenido_dias article {
	position: relative;
	border: 5px solid var(--color-accent2-aapresid);
}

.tab_contenido_dias article .col-md-1,
.tab_contenido_dias article .col-md-2 {
	background-color: #9d9d9d;
}

.tab_contenido_dias article .col-md-11,
.tab_contenido_dias article .col-md-10  {
	padding-top: 55px;
}
.tab_contenido_dias article .datos_dia {
	background-color: var(--color-accent-aapresid);
	color: var(--color-white);
	padding: 10px;
	text-align: center;
}

.tab_contenido_dias article .caja_etiqueta_verde {
	background: var(--color-action-aapresid);
  padding: 9px;
  position: absolute;
  top: 0;
  font-family: 'Gotham-Medium';
}

.tab_contenido_dias article h1 {
	font-family: 'Gotham-Medium';
  font-size: 26px;
}

.tab_contenido_dias article .idiomas {
	float: right;
}

.tab_contenido_dias article .etiqueta.verde {
	border-radius: 0;
	background-color: var(--color-action-aapresid);
	color: var(--color-accent-aapresid);
}

h2.etiqueta {
	background-color: var(--color-accent-aapresid);
  color: #fff;
  padding: 10px 15px;
  font-family: 'Gotham-Medium';
  display: inline-block;
  font-size: 1.7rem;
}

body.single .alignright {
	float: right;
  margin-left: 25px;
  margin-bottom: 25px;
  margin-top: 25px;
}

body.single .alignleft {
	float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  margin-top: 25px;
}

.wp-caption .wp-caption-text {
	font-family: 'Gotham-Book';
	font-size: 16px;
	margin-top: 10px;
}

.mobile {
	display: none;
}

.desk {
	display: flex;
}

.caja-descargas {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 35px;
    background-color: rgba(161, 197, 19, 0.10);
}

@media (min-width: 992px) {
	body main {
		padding-top: 80px;
	}

	.gacetillas article h1 {
		min-height: 168px;
	}

	.listado_gacetillas article h1 {
		min-height: 168px;
	}
}

@media (min-width: 1400px) {
	.gacetillas article h1 {
		min-height: 124px;
	}

	.listado_gacetillas article h1 {
		min-height: 124px;
	}
}

@media (max-width: 991px) {
	.tab_dias {
		flex-direction: column;
		gap: 2px;
	}

	.tab_dias .btn-print {
		display: none;
	}
}


@media (max-width: 767px) {

	.tab_contenido_dias article .datos_dia {
		padding-top: 55px;
	}

	.buscador_cronograma form {
		flex-direction: column;
	}
	.mobile {
		display: flex;
	}

	.desk {
		display: none;
	}

	#carouselExampleCaptions img {
		min-height: 800px;
		object-fit: cover;
	}

	.carrusel-home .carousel-caption {
		left: 15%;
	}

	#carouselParticipantes .disertante {
		padding: 0 30px;
	}

	.countdown {
		scale: 0.85;
		bottom: -15px;
	}

	header .navbar .navbar-nav {
		gap: 0;
	}

	header .navbar .menu-item {
		width: 100%;
    text-align: left;
    border-bottom: 1px solid var(--color-action-aapresid);
	}

	header .navbar > .menu-item > a {
		font-family: 'Gotham-Medium';
		font-size: 14px;
	}

	header .navbar .menu-item:first-child {
		border-top: 1px solid var(--color-action-aapresid);
	}

	.lang-item:nth-of-type(1) {
		float: left;
    margin-left: 18px;
    margin-top: 9px;
	}

	.lang-item:nth-of-type(2) {
		float: right;
    margin-right: 18px;
    margin-top: 9px;
	}

	header .navbar .navbar-nav {
		margin-bottom: 45px;
	}

	.navbar-collapse.collapse.show .btn-primary {
		margin-right: 30px;
	}

	html, body {
		overflow-x: hidden;
		width: 100%;
	}

	.mobile-padding-x-0 {
		padding-left: 0!important;
		padding-right: 0!important;
	}

	.titulo_tab,
	.titulo_tab_verde {
		width: 100%!important;
	}

	.gacetillas article {
		margin-bottom: 25px;
	}

	.footer-con-gradiente {
		padding: 50px 37px;
	}

	.footer-sin-gradiente {
		height: 0;
	}

	.navbar-toggler {
		border: none;
	}

	.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
			--bs-navbar-toggler-icon-bg: url('../img/Close.svg');
			background-image: url('../img/Close.svg');
	}

	.navbar-collapse.show {
		height: 100vh;
	}

	.carrusel-home .carousel-caption {
  	bottom: 90px;
  }

  body.page-id-320 .bg-accent2,
  body.page-id-393 .bg-accent2 {
  	padding-left: 15px !important;
    padding-right: 15px !important;
  }

  body.page-id-320 .bg-accent2 .caja_verde.w-75,
  body.page-id-393 .bg-accent2 .caja_verde.w-75 {
  	width: 100%!important;
  }

  .ejes_tematicos .card h3,
  .ejes_tematicos_container .modal-content h3 {
  	font-size: 0.85rem;
  }

  #carouselParticipantes .owl-nav .owl-prev {
    left: -15px;
  }

  #carouselCharlasDestacadas .owl-nav .owl-prev {
    left: -18px;
  }

  #carouselParticipantes .owl-nav .owl-next {
    right: -15px;
  }

  #carouselCharlasDestacadas .owl-nav .owl-next {
    right: -18px;
  }

  #carouselCharlasDestacadas .item {
  	padding: 0 20px;
  }

  .interiores .acerca {
  	flex-direction: column-reverse;
  }

  .gacetillas article h1 {
  	min-height: 0;
  }

  .listado_gacetillas article h1 {
		min-height: 0;
	}

	.corazon img {
		position: relative;
		height: 100%;
	}

	.corazon .fecha {
		right: 0;
	}

	header .navbar .menu-item.menu-item-has-children:hover {
		padding-left: 0;
		padding-right: 0;
	}

	header .navbar .menu-item.menu-item-has-children:hover > a {
		padding-left: 8px;
		padding-right: 8px;
	}

	header .navbar .menu-item ul.sub-menu {
    display: none;
    position: relative;
    background: #fff;
    z-index: 9;
    padding: 0;
    width: 100%;
    border-top: 4px solid var(--color-action-aapresid);
    list-style: none;
    grid-template-columns: 1fr;
    grid-gap: 12px;
    margin-top: -38px;
	}

	.bg-accent.info-turistica img {
		position: relative; 
		margin-bottom: 30px;
	}

	.bg-accent.info-turistica .mobile img {
		margin-bottom: 0;
	}

	.tab_dias .btn-print {
		display: none;
	}
}