* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0px black solid;
}

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  font-family: "davcondensedLight", sans-serif;
  overflow: visible;
}
strong,
.bold,
b {
  font-family: "davcondensedCnBold";
}
.lighter {
  font-family: "davcondensedLight", sans-serif;
}
.bold2 {
  font-family: "davsemibold";
}
.bold > span {
  font-family: "davcondensedLight", sans-serif !important;
}
.tittle-card .text-red {
  font-family: "davregular";
}
.eventos .card-text {
  font-family: "davcondensedCnBold";
}
.flex-wrap h5 {
  font-family: "davcondensedCnBold" !important;
}
.btnCardaction {
  display: block;
  width: 100%;
  min-height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.home-menu {
  min-height: 100vh;
  width: 100%;
}

a {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #000000;
}

.linea-titulo {
  background-color: #dd141d;
  max-height: 5px;
  width: 100%;
  border-radius: 30px;
}

.menu-secciones {
  width: 30%;
  margin-right: 100px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  font-size: 1.3rem;
}

.modal-backdrop-video {
  background-color: rgba(0, 0, 0, 0.0001) !important;
}

.legal {
  position: absolute;
  top: 40px;
  width: 15px;
  height: auto;
  right: 10px;
  z-index: 100;
  filter: brightness(1);
}

.legal img {
  width: 15px;
  height: auto;
  filter: drop-shadow(2px 4px 6px black);
}

.menu-p {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #2b2b2b;
  color: #fff;
  border-radius: 0 0 0 40px !important;
  height: 50px;
}

.menu-p img {
  margin: 0 10px;
}

.vigilado {
  position: absolute;
  z-index: 100;
  left: 15px;
  margin-top: 20px;
}

.logo {
  width: 100%;
  height: 50px;
  background-image: url("https://images.daviviendacorredores.com/EloquaImages/clients/bancodaviviendacorredores/%7B4e8d2c06-6366-4042-890a-d2310647ba9.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 0;
  z-index: 100;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  color: #ffffff;
  border-bottom: 0px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.header-bg {
  background-color: #f1edea;
  min-height: 80vh;
}

.header-bg h2 {
  text-align: center;
  font-size: 2.5rem;
}

.bg-charlas {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.cta-opinion {
  border: 1px solid #ed1c27;
  padding: 10px;
  border-radius: 30px;
  color: #ed1c27;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 10px 0px;
}

.cta-opinion p {
  margin-bottom: 0px !important;
  font-weight: bolder;
}

.tarjeta-preg {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: -4px 2px 29px 2px rgba(0, 0, 0, 0.2);
  font-size: 1.5em;
  color: #383838;
  text-align: center;
  padding: 01em 2em 0.5em 2em;
  margin-bottom: 20px;
  height: 8.5em;
}

.cta-opinion .icono {
  width: auto;
}

.header-bg h2 {
  font-weight: bold;
}

.header-bg span {
  color: #ed1c27;
}

.item-menu {
  padding-bottom: 30px;
  padding-top: 30px;
}

.item-menu a {
  color: #fff;
}

.item-menu-active {
  color: #ed1c27;
  font-weight: bold;
}

.mod-1 {
  background-image: url("../img/l3fRZ-4be976b5-39fe-4af0-86d6-cf787e865264_bg-charlas.jpg");
  background-position: center 70%;
  background-repeat: no-repeat;
  background-size: 200%;
  transition: all 1s;
  min-height: 100vh;
  padding: 0px;
}

.mod-2 {
  background-image: url("../img/zZ0LD-6475ffe1-0762-44d3-844e-549f7bf9a63e_bg-videos.jpg");
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: 120%;
  transition: all 1s;
  min-height: 50vh;
  padding: 0px;
}

.mod-3 {
  background-image: url("../img/dH76O-f6acc7cd-5c06-42a6-a9ea-94065b59bf22_bg-pf.jpg");
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: 200%;
  min-height: 50vh;
  transition: all 1s;
  padding: 0px;
}

.mod-4 {
  background-image: url("../img/uHBHT-dd350ec0-e761-404e-ad2e-1fc0cbfb784e_bg-homebroker.jpg");
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: 200%;
  transition: all 1s;
  min-height: 50vh;
  padding: 0px;
}

.corrector-titulo {
  margin-top: 0px;
}

.mod-1:hover {
  background-size: 220%;
}

.mod-2:hover {
  background-size: 130%;
}

.mod-3:hover {
  background-size: 230%;
}

.mod-4:hover {
  background-size: 225%;
}

.mod-1 .texto-1 {
  min-height: 300px;
}

.mod-2 .texto-1 {
  min-height: 300px;
}

.mod-3 .texto-1 {
  min-height: 300px;
}

.mod-4 .texto-1 {
  min-height: 300px;
}

.correccion-padding-row {
  padding: 0px;
  margin-left: -24px;
  margin-right: -24px;
}

.container-scroll {
  overflow-x: hidden;
}

.titulo-seccion h2 {
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: bolder;
  padding: 30px 30px 10px 70px;
}

.texto-1 {
  padding: 0px;
  background-color: rgba(255, 255, 255, 0.7);
}

.texto-1 h3 {
  font-weight: bold;
  padding: 30px 0px 10px 70px;
  width: 70%;
}

h3 {
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
}

h4 {
  font-size: 1rem !important;
  font-weight: 700 !important;
}

#descripcion-video h3 {
  font-weight: 700;
  padding-top: 20px;
  color: #d60812;
  text-transform: uppercase;
  font-size: 30px;
}

.info-evento .flex-grow-1 {
  margin-left: 10px;
  max-width: 94%;
}

.texto-1 h3 span {
  color: #ed1c27;
}

.texto-1 p {
  padding: 0px 50px 10px 70px;
  line-height: 1.1;
}

.btn-contenedor {
  width: 100%;
  min-height: 63px;
  padding: 0px !important;
}

.btn-vermas {
  width: 190px;
  height: 63px;
  background-image: url("../img/odxKe-8334b14f-edeb-4c8b-aa46-03b41503270b_CTA.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  padding-top: 25px;
  text-align: center;
  bottom: 0;
  right: 0;
}

.btn-vermas a {
  color: #ffffff;
}

.btn-vermas:hover {
  background-image: url("../img/TjNhe-9d5eadbc-29e2-4e33-ac13-2f7e659e40ad_CTA2.png");
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  transition: ease-in 0.3s;
}

.contenedor-agenda {
  background-image: url("../img/zl0wS-c06cb623-36ff-4ae9-b925-ce5eccd16772_round-gb-shape.png");
  background-position: center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.btn-vermas a:hover {
  color: #000000;
}

.titulo-seccion h2 {
  font-size: 2.5rem;
}

.calendar-grid {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.calendario-dias {
  width: 100%;
  background-color: #f2f2f2;
  display: flex;
  justify-content: space-between;
}

.fila-calendario {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
}

.dia-calendario {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.fecha-indicada {
  width: 33px;
  padding: 5px;
  text-align: center;
  border-radius: 30px;
  background-color: #333333;
  color: #ffffff;
}

.fecha-indicada:hover {
  background-color: #dd141d;
}

.festivos {
  color: #ff3535;
}

.slider-evento {
  width: 100%;
  min-height: 250px;
  background-color: #ffffff;
  padding: 60px 30px 0px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider-evento h3 {
  font-size: 17px;
}

.slider-datos-importantes {
  width: 100%;
  min-height: 250px;
  padding: 60px 30px 0px 30px;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

.evento-texto {
  background-color: aqua;
}

.evento-cta {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
}

.footer {
  background-color: #2b2b2b;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 60px 10px;
}

.text-footer {
  font-size: 1em;
  color: #ffffff;
}

.quiero-invertir {
  position: fixed;
  left: -130px;
  bottom: 70%;
  z-index: 100;
  background: #fff;
  font-weight: bold;
  border-radius: 0px 50px 50px 0px;
  padding: 10px 20px;
  transition: ease-in 0.4s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.quiero-invertir2 {
  position: fixed;
  left: 0px;
  bottom: 70%;
  z-index: 100;
  background: #fff;
  font-weight: bold;
  border-radius: 0px 50px 50px 0px;
  padding: 10px 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.quiero-invertir a {
  color: #000000;
}

.quiero-invertir img {
  margin-left: 10px;
}

.quiero-invertir:hover {
  text-decoration: none;
  left: 0px;
}

.info-evento {
  display: flex;
  flex-direction: row;
}

#fechas li {
  display: inline;
  font-size: 42px;
  font-family: "davcondensedRegular", sans-serif;
  font-weight: 400;
  font-style: italic;
}

#caja-fechas {
  width: 100%;
  border-bottom: red solid 3px;
  margin-bottom: 15px;
}

#descripcion-video {
  background-color: white;
  padding: 10px;
}

.listVideos {
  max-height: 488px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 0px !important;
}

.listVideos li {
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 1rem;
}

.listVideos li:hover {
  opacity: 0.5;
}

/**  STYLE 3 */

.listVideos::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 20px;
}

.listVideos::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.listVideos::-webkit-scrollbar-thumb {
  background-color: #d60812;
  border-radius: 20px;
}

.thumbnail {
  border-radius: 5px;
  position: relative;
  width: 280px;
  height: 150px;
  overflow: hidden;
}

.thumbnail img {
  position: absolute;
  top: -27px;
  left: 0;
}

.speaker a {
  cursor: pointer;
}

#speakers {
  position: relative;
}

.listVideos li {
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 1rem;
}

ul {
  list-style: none;
}

.thumbnail {
  border-radius: 5px;
  position: relative;
  width: 280px;
  height: 150px;
  overflow: hidden;
}

.card {
  border-radius: 1em;
  margin-left: 0em;
  width: 96%;
  background-color: #e5e5e5;
  border: none;
  margin-bottom: 1em;
}

.card a {
  color: #dd141d;
}

#preguntas {
  background-color: #fff !important;
}

.bloque p {
  text-align: center;
  font-weight: 900;
  color: #444444;
}

.video-container {
  background-color: #cdcdcd;
  width: 100%;
  height: 180px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-container2 {
  background-color: #cdcdcd;
  width: 100%;
  height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bio-foto {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
}

.bio {
  padding: 50px;
  height: 60vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.perfil-1 {
  background-color: #1f1f1f;
  color: #ffffff;
}

.perfil-2 {
  background-color: #ffffff;
  color: #1f1f1f;
}

.perfil-3 {
  background-color: #ffffff;
  color: #1f1f1f;
}

.perfil-4 {
  background-color: #e8e8e8;
  color: #1f1f1f;
}

.img-hor {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.nav-tabs .menu-clie.active,
.nav-tabs .show > .menu-clie {
  color: #fff;
  background-color: #dd141d;
}

.nav-pills .menu-p.active,
.nav-pills .show > .menu-p {
  color: #fff;
  background-color: #dd141d;
}

.menu-p {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #636363;
  margin: 0 0.5em;
  color: #eaeaea;
}

.nav-pills .menu-p {
  border-radius: 2rem;
}

.nav-pills .menu-clie.active,
.nav-pills .show > .menu-clie {
  color: #dd141d;
  background-color: #dd141d;
  border: 0px solid #dd141d;
  color: #ffffff;
}

.menu-clie .lado1 {
  border-radius: 30px 0px 0px 0px;
}

.nav-tabs .menu-clie {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  color: #636363;
}

.menu-clie .lado1 {
  border-radius: 30px 0px 0px 0px;
}

.menu-clie {
  display: block;
  padding: 0.5rem 1rem;
  background-color: #eaeaea;
  color: #636363;
  font-size: 1.5rem;
}

.nav-pills .lado1 {
  border-radius: 2rem 0rem 0rem 2rem;
  background-color: #efefef;
}

.nav-pills .lado2:hover {
  border-radius: 0rem 2rem 2rem 0rem;
  background-color: #efefef;
  color: #dd141d;
}

.nav-pills .lado1:hover {
  border-radius: 2rem 0rem 0rem 2rem;
  background-color: #efefef;
  color: #dd141d;
}

.nav-pills .lado2 {
  border-radius: 0rem 2rem 2rem 0rem;
  background-color: #efefef;
}

.btn-menu-mobile {
  width: 40px;
  height: 30px;
  margin: 10px;
  display: none;
  justify-content: center;
  align-items: center;
}

.cerrar-btn {
  display: none;
  position: absolute;
  top: 25px;
  right: 40px;
}

.boton-preg {
  display: flex;
  align-items: flex-end;
  height: 2em;
  width: 100%;
  font-size: 0.7em;
  font-weight: bold;
}

.mas {
  display: block;
  color: #ed1c27;
}

.indicador {
  width: 40px;
}

.imput-field {
  border-radius: 35px;
  background-color: #efefef;
  border: 0px !important;
}

.btn-primary {
  color: #fff;
  font-weight: bolder;
  background-color: #dd141d;
  border-color: #dd141d;
  border-radius: 35px;
  padding-left: 30px;
  padding-right: 30px;
}

.custom-prev {
  position: relative;
  background-image: url("../img/5oTb5-52c0bf10-5b16-4f25-81b8-c90382970f0e_Flechas.png") !important;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  top: 45%;
  left: -5%;
}

.custom-next {
  position: relative;
  background-image: url("../img/5oTb5-52c0bf10-5b16-4f25-81b8-c90382970f0e_Flechas.png") !important;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  top: -50%;
  right: -98%;
}

.slider {
  width: 80%;
  margin: 0px auto;
}

.slick-slide {
  margin: 0px 20px;
}

/*//////////////////
 ///////////////////////////////////////////////////
 block new fici
//////////////////////////////////////////////////
 //////////////////*/
/* //////////// vars ////////// */

:root {
  --color-red: #d60812;
  --color-blanco: #fff;
  --color-who: #f0f0f0;
  --color-gray: #666;
  --color-black: #333333;
  --color-boxgrey: #d6d6d6;
}

/* //////////// vars ////////// */

.secctionHeader {
  min-height: 70vh;
  max-height: 300px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.lBlock {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-self: center;
  padding-left: 40px;
}

.lBlock h1 {
  color: var(--color-blanco);
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "davcondensedCnBold", sans-serif !important;
}

.lBlock h1 b {
  color: var(--color-red);
}
.lBlock a {
  max-width: 220px;
  background-color: var(--color-blanco);
  color: #1f1f1f;
  padding: 8px 15px;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 58px;
}

.lBlockNw {
  display: flex;
  min-height: 63vh;
  flex-direction: column;
  justify-content: end;
  padding-left: 70px;
}

.lBlockNw h2 {
  font-size: 2rem;
  color: var(--color-blanco);
  font-weight: 800;
}

.lBlockNw p {
  font-size: 1rem;
  color: var(--color-blanco);
}

.lBlockNw a {
  max-width: 220px;
  background-color: var(--color-blanco);
  color: #1f1f1f;
  padding: 8px 15px;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 58px;
}

.secctionHeader .container {
  position: relative;
  z-index: 2;
}

.overlayImg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1f1f1f;
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0.5;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 4;
}

.boxListnews ul {
  height: 70vh;
  padding-top: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* width */
.boxListnews ul::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.boxListnews ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.boxListnews ul::-webkit-scrollbar-thumb {
  background: var(--color-red);
  border-radius: 7px;
}

/* Handle on hover */
.boxListnews ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.boxListnews ul li .boxItem {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-right: 15px;
}

.boxListnews ul li .boxItem img {
  margin-right: 12px;
  border-radius: 8px;
  object-fit: cover;
  width: 150px;
  height: 120px;
}

.boxListnews ul li .boxItem p {
  line-height: 1.1;
  text-align: left;
}
.text-footer {
  font-size: 0.8rem;
}
.footer {
  color: var(--color-blanco);
}
.footer a {
  color: var(--color-blanco);
  display: block;
}

.foot_social {
  padding-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.foot_social li {
  margin-right: 12px;
}

.red-text {
  color: var(--color-red);
}
/* ///////////// que es un fondo */

.whoisfondo {
  background-color: var(--color-who) !important;
}

.map-activos {
  background-color: var(--color-who) !important;
}

.listContent {
  padding-left: 0;
}

.listContent li {
  display: flex;
  flex-direction: row;
}

.listContent li img {
  width: 15px;
  height: 15px;
}

.listContent li p {
  background-color: var(--color-blanco);
  padding: 5px 10px;
  border-radius: 8px;
  margin-left: 7px;
}

.calendar-grid {
  transform: scale(0.8);
}

.bannerHeader {
  position: relative;
}

.bannerHeader .secctionHeader {
  min-height: 40vh;
  max-height: 300px;
}
.bannerHeader .secctionHeader .lBlock {
  min-height: 40vh;
}
.secctionHeader p {
  color: var(--color-blanco);
}

.boxDateEvent {
  background-color: var(--color-red);
  color: var(--color-blanco);
  display: table;
  margin: 1rem auto;
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 8px;
}

.overly {
  background-color: var(--color-gray);
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  left: 0;
  top: 0;
  z-index: 1;
}

.blockOverlay {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-blanco);
}

.blockOverlay .container {
  position: relative;
  z-index: 3;
}

.blockNumberlist {
  padding: 0;
}

.blockNumberlist li {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.blockNumberlist li p {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.blockNumberlist li h2 {
  font-size: 3rem;
  color: var(--color-red);
  font-weight: 900;
  margin-right: 1rem;
}

.contentPart {
  position: relative;
}
.boxcontent {
  padding: 5px 24px;
  background-color: var(--color-who);
}

.boxParticipantes {
  /* background-color: var(--color-red); */
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-top: 15px;
  padding-left: 20px;
}

/* width */
.boxParticipantes::-webkit-scrollbar {
  width: 5px;
  height: 4px;
}

/* Track */
.boxParticipantes::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.boxParticipantes::-webkit-scrollbar-thumb {
  background: var(--color-red);
  border-radius: 7px;
}

/* Handle on hover */
.boxParticipantes::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.boxParticipantes .itempart {
  margin-right: 15px;
  position: relative;
}
.boxParticipantes .itempart figure {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.infoTitle {
  position: absolute;
  bottom: 10px;
  z-index: 3;
  color: var(--color-blanco);
  padding: 15px;
}
.infoTitle h3 {
  margin: 0;
}
.boxParticipantes .itempart .overLaygrad {
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgb(214, 8, 18);
  background: linear-gradient(
    0deg,
    rgba(214, 8, 18, 1) 0%,
    rgba(214, 8, 18, 0) 100%
  );
}

.boxParticipantes .itempart img {
  object-fit: cover;
  width: 200px;
  height: 200px;
  object-position: 50% -10px;
  position: relative;
  z-index: 1;
}

.agendarmeBtn {
  display: table;
  background: var(--color-red);
  padding: 5px 12px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  color: var(--color-blanco);
  font-weight: 600;
  border-radius: 18px;
  font-size: 1.2rem;
}

.agendarmeBtn:hover {
  background: var(--color-gray);
}

.linkCtaOverlay {
  color: var(--color-blanco);
}

.linkCtaOverlay:hover {
  color: var(--color-red);
}

.boxItem {
  display: block;
  text-align: center;
}

.boxItem img {
  margin-bottom: -15px;
}

.boxItem .boxblack {
  border-radius: 12px;
  background: var(--color-black);
  color: var(--color-blanco);
  padding: 1.3rem 1rem;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.boxItem .boxblack h2 {
  font-size: 1.3rem;
  font-weight: 600;
}

.boxItem .boxblack p {
  margin-bottom: 0;
}

.item-hz {
  display: flex;
  margin-bottom: 1rem;
  justify-items: center;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.item-hz figure {
  width: 100px;
  margin-bottom: 0;
}

.item-hz .contItem {
  background: var(--color-who);
  text-align: center;
  padding: 5px 12px;
  border-radius: 0 12px 12px 0;
  width: 100%;
  min-height: 18vh;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.item-hz h2 {
  color: var(--color-red);
  font-weight: 900;
}
.extraItem {
  background: var(--color-boxgrey) !important;
  border-radius: 12px;
}

.extraItem figure {
  width: 200px !important;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.extraItem .contItem {
  background: var(--color-blanco);
  min-height: 120px;
  text-align: left;
  width: 100%;
  padding-top: 1rem;
}

.boxInfoBlock {
  background: var(--color-boxgrey);
  border-radius: 12px;
  padding: 2rem;
  min-height: 33vh;
}

.boxInfoBlock h2 {
  font-weight: 900;
  color: var(--color-red);
}

.boxInfoBlock img {
  display: block;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.card {
  background-color: transparent;
}

.fndoblack {
  background: var(--color-black) !important;
  color: var(--color-blanco);
}

.boxwite {
  background: var(--color-who) !important;
  min-height: 270px !important;
  justify-content: start !important;
}

.boxwite h2 {
  color: var(--color-black);
}

.boxwite p {
  color: var(--color-gray) !important;
  text-align: left;
}

.back {
  color: var(--color-red);
  padding: 4px 15px;
  display: block;
  cursor: pointer;
}

.boxBio .itempart {
  position: relative;
}

.boxBio .figure {
  position: relative;
}

.boxBio {
  display: flex;
}

.boxBio p {
  width: 100%;
  height: 259px;
  overflow-y: scroll;
}

/* Track */
.boxBio p::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.boxBio p::-webkit-scrollbar-thumb {
  background: var(--color-red);
  border-radius: 5px;
}

/* Handle on hover */
.boxBio p::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.boxBio .itempart {
  margin-right: 15px;
  position: relative;
}
.boxBio .itempart figure {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.boxBio .itempart .overLaygrad {
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: rgb(214, 8, 18);
  background: linear-gradient(
    0deg,
    rgba(214, 8, 18, 1) 0%,
    rgba(214, 8, 18, 0) 100%
  );
}

.boxBio .itempart img {
  object-fit: cover;
  width: 200px;
  height: 260px;
  object-position: 50% -10px;
  position: relative;
  z-index: 1;
}
.boxInfoPart {
  position: absolute;
  z-index: 7;
  display: none;
}

.accordion-button:not(.collapsed) {
  color: var(--color-red);
  background-color: var(--color-who);
}

.itemSlide {
  opacity: 1 !important;
  border-radius: 8px;
  padding: 12px;
  position: relative;
}

.itemSlide figure img {
  object-fit: cover;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  object-position: 50% 0;
  margin: auto;
  margin-top: 20px;
}

.itemSlide:nth-child(1n) {
  background-color: var(--color-who);
}

.itemSlide:nth-child(2n) {
  background-color: var(--color-boxgrey);
}

.itemSlide p {
  font-size: 14px;
  line-height: 1.2;
}

.itemSlide a {
  width: 70%;
  max-width: 150px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: var(--color-blanco);
  padding: 5px;
  border-radius: 20px;
  text-align: center;
  margin: auto;
  margin-bottom: -10px;
}
.itemSlide a i {
  width: 20px;
  margin-left: 12px;
}
.itemSlide a img {
  display: block;
  width: 100%;
}
.itemSlide h2 {
  font-size: 1.8rem;
  font-weight: 700;
}
.itemSlide h3 {
  font-size: 0.8rem;
}
.boxSlideA {
  position: relative;
}
.boxSlideA .custom-prev {
  position: absolute;
}

.custom-next,
.custom-prev {
  background-color: transparent;
}

.boxSlideA .custom-next {
  position: absolute;
  right: -30px;
  top: 50%;
}

.sectionreduce .item-hz .contItem {
  min-height: 10vh;
}

.sectionreduce .item-hz .contItem p {
  margin-bottom: 0;
}

.sectionreduce .item-hz .contItem h2 {
  font-size: 1.3rem;
  margin-bottom: 0;
}

.cardinforme {
  background: var(--color-gray);
  width: 250px;
  border-radius: 8px;
  margin-right: 20px;
}
.cardinforme figure {
  margin: 0;
}
.cardinforme img {
  display: block;
  margin: auto;
  object-fit: cover;
  width: 90%;
  min-height: 200px;
  border-radius: 8px;
}
.cardinforme small {
  display: block;
  padding: 18px 12px 12px 12px;
  color: var(--color-blanco);
}
.cardinforme p {
  margin-bottom: 0;
  line-height: 1.2;
  padding: 12px;
  display: block;
  padding-bottom: 22px;
  color: var(--color-blanco);
}

.boxInformes {
  display: flex;
  flex-direction: row;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--color-blanco);
}

.navbar-nav {
  width: 100%;
}

.context {
  height: 150px;
  overflow-y: scroll;
  padding-right: 15px;
  margin-bottom: 15px;
}

/* width */
.context::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.context::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.context::-webkit-scrollbar-thumb {
  background: var(--color-red);
  border-radius: 5px;
}

/* Handle on hover */
.context::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* MAPA DE ACTIVOS*/

.map-responsive {
  overflow: hidden;

  padding-bottom: 90.25%;

  position: relative;

  height: 0;
}

.map-responsive iframe {
  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  position: absolute;
}

.form-select-sm {
  margin: 0px 0.2em;
}

.map-activos ul {
  padding-left: unset;
}

.cards-activos ul {
  padding-left: unset;
}

.map-activos h5 {
  font-weight: 900;
}

.map-activos li {
  font-weight: 900;
}

.map-activos li span {
  font-weight: 100;
}

.map-activos a {
  background-color: #dd141d;
  color: #fff;
  font-weight: 900;
  padding: 2px 20px;
  border-radius: 5px;
  margin: auto;
  transition: 0.3s;
}

.map-activos a:hover {
  background-color: #6d0308;
}

.map-activos .card {
  min-width: 210px;
  min-height: 365px;
  margin-left: 0 !important;
}

.map-activos li {
  font-size: 12px;
}

.map-activos .card-body {
  background-color: #fff;
  border-radius: 5px;
}

.map-activos .overflow-cards {
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* width */
.overflow-cards::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.overflow-cards::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.overflow-cards::-webkit-scrollbar-thumb {
  background: #dd141d;
  border-radius: 20px;
}

/* Handle on hover */
.overflow-cards::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.cards-activos .card {
  background-color: #fff;
  color: #1f1f1f;
  min-width: 205px;
}

.cards-activos h5 {
  font-weight: 900;
}

#gmap_canvas {
  width: 100%;
  height: 508px;
}

.btn-asesor {
  position: fixed;
  top: 75vh;
  right: 2vh;
  width: 180px;
  z-index: 9;
}
.btn-asesor img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .lBlock h1 {
    color: var(--color-blanco);
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 1;
  }

  .btn-asesor {
    position: fixed;
    top: inherit;
    right: inherit;
    width: 180px;
    z-index: 9;
    left: 9px;
    bottom: 4px;
  }

  .footer .container {
    padding: 0 40px;
  }
  .boxSlideA {
    width: 85%;
    margin: auto;
  }
  .boxSlideA .custom-next {
    right: -24px !important;
  }
  .boxInfoPart {
    left: 0;
  }
  .boxBio {
    display: block;
  }

  .boxBio .itempart img {
    width: 100%;
  }

  .boxBio p {
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 15px;
  }

  /* width */
  .boxBio p::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  .boxBio p::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  .boxBio p::-webkit-scrollbar-thumb {
    background: var(--color-red);
    border-radius: 5px;
  }

  /* Handle on hover */
  .boxBio p::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}
/*//////////////////////
////////////////////////////
/////////////////////////////////
///////////////////////////////////
media query */

@media only screen and (max-width: 370px) {
  .lBlock h1 {
    color: var(--color-blanco);
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-size: 1.7rem;
    line-height: 1;
  }

  .corrector-titulo {
    margin-top: -50px;
  }
  .legal {
    position: absolute;
    top: 400px;
    width: 15px;
    height: auto;
    right: 10px;
    z-index: 100;
  }
  .linea-titulo {
    display: none;
  }
  .slider {
    width: 100%;
    margin: 0px auto;
  }
  .slick-slide {
    margin: 0px 0px;
  }
  .slider-evento {
    width: 100%;
    min-height: 250px;
    background-color: #ffffff;
    padding: 30px 15px 0px 15px;
  }
  .bio-foto {
    min-height: 50vh;
    background-position: top center;
  }
  .indicador {
    width: 40px;
    display: none;
  }
  .bio {
    padding: 50px;
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .menu-secciones {
    position: fixed;
    z-index: 5;
    background-color: #f1edea;
    width: 100%;
    height: 100vh;
    margin-right: 100px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
  }
  .btn-menu-mobile {
    width: 40px;
    height: 30px;
    margin: 20px 30px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item-menu {
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .cerrar-btn {
    display: block;
    position: absolute;
    top: 25px;
    right: 40px;
  }
  .tarjeta-preg {
    font-size: 0.85em;
    padding: 0.1em 0.5em !important;
    margin-bottom: 20px;
    height: 8.5em;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    height: 15em;
  }
  .tarjeta-preg p {
    font-size: 0.85em;
    font-weight: 500;
  }
  .tarjeta-preg.activo {
    background: red;
  }
  .btnCardaction.activo .cerrar {
    display: block;
    color: #fff;
  }
  .header-bg {
    min-height: 50vh;
  }
  .header-bg h2 {
    text-align: center;
    font-size: 2rem;
  }
  .tarjeta-preg a img {
    width: 10px;
    height: auto;
  }
  .nav-inicio {
    margin-top: 0px !important;
  }
  .logo {
    height: 80px;
    background-size: 26%;
  }
  .logo-clic {
    width: 40%;
  }
  .logo-clic img {
    width: 100%;
  }
  .menu-p {
    width: 50%;
    font-size: 0.6rem;
    height: 40px;
  }
  .menu-p a {
    width: 50%;
  }
  .legal {
    position: absolute;
    top: 100px;
    width: 10px;
    right: 2px;
  }
  .mod-1 {
    background-size: 120%;
    min-height: 25vh;
  }
  .bg-charlas {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .mod-2 {
    background-size: 120%;
    min-height: 25vh;
  }
  .mod-3 {
    background-size: 120%;
    min-height: 25vh;
  }
  .mod-4 {
    background-size: 120%;
    min-height: 25vh;
  }
  .texto-1 p {
    display: none;
  }
  .mod-1:hover {
    background-size: 190%;
  }
  .mod-2:hover {
    background-size: 190%;
  }
  .mod-3:hover {
    background-size: 190%;
  }
  .mod-4:hover {
    background-size: 190%;
  }
  .texto-1 h3 {
    font-size: 1rem;
    font-weight: bold;
    padding: 30px 20px 10px 20px;
    width: 100%;
  }
  .titulo-seccion h2 {
    padding: 0px;
    text-align: center;
    font-size: 1.5rem;
  }
  .titulo-seccion {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn-vermas {
    width: 141px;
    height: 64px;
  }
  .text-footer {
    font-size: 0.7em;
    color: #ffffff;
  }
  .quiero-invertir,
  .quiero-invertir2 {
    display: block;
    position: fixed;
    bottom: 0px !important;
    text-align: center;
    width: 100%;
    z-index: 100;
    background: #fff;
    font-weight: bold;
    border-radius: 0px;
    padding: 10px 20px;
    transition: ease-in 0.4s;
    margin: auto;
  }
  #event_id_video {
    height: 200px;
  }
  .nav-tabs .menu-clie.active,
  .nav-tabs .show > .menu-clie {
    color: #fff;
    background-color: #dd141d;
  }
  .nav-pills .menu-p.active,
  .nav-pills .show > .menu-p {
    color: #fff;
    background-color: #dd141d;
  }
  .menu-p {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #636363;
    margin: 0 0.5em;
    color: #eaeaea;
  }
  .nav-pills .menu-p {
    border-radius: 2rem;
  }
  .nav-pills .menu-clie.active,
  .nav-pills .show > .menu-clie {
    color: #dd141d;
    background-color: #fff;
    border: 1px solid #dd141d;
  }
  .menu-clie .lado1 {
    border-radius: 30px 0px 0px 0px;
  }
  .nav-tabs .menu-clie {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #ffffff;
    color: #636363;
  }
  .menu-clie .lado1 {
    border-radius: 30px 0px 0px 0px;
  }
  .menu-clie {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #eaeaea;
    color: #636363;
  }
  .nav-pills .lado1 {
    border-radius: 2rem 2rem 2rem 2rem;
    background-color: #efefef;
    margin: 5px;
    font-size: 1.2rem;
  }
  .nav-pills .lado2 {
    border-radius: 2rem 2rem 2rem 2rem;
    background-color: #efefef;
    margin: 5px;
    font-size: 1.2rem;
  }
  .cta-opinion {
    width: 100%;
    text-align: center;
  }

  .custom-next {
    position: absolute !important;
    top: 50% !important;
    right: 0% !important;
  }
  .custom-prev {
    position: absolute !important;
    top: 50% !important;
    left: -7% !important;
  }
}

@media only screen and (min-width: 371px) and (max-width: 480px) {
  .slider {
    width: 100%;
    margin: 0px auto;
  }
  .slick-slide {
    margin: 0px 0px;
  }
  .corrector-titulo {
    margin-top: -50px;
  }
  .linea-titulo {
    display: none;
  }
  .legal {
    position: absolute;
    top: 400px;
    width: 15px;
    height: auto;
    right: 10px;
    z-index: 100;
  }
  .bio-foto {
    min-height: 50vh;
    background-position: top center;
  }
  .indicador {
    width: 40px;
    display: none;
  }
  .bio {
    padding: 50px;
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cta-opinion {
    width: 100%;
    text-align: center;
  }
  .menu-secciones {
    position: fixed;
    z-index: 5;
    background-color: #f1edea;
    width: 100%;
    height: 100vh;
    margin-right: 100px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
  }
  .btn-menu-mobile {
    width: 40px;
    height: 30px;
    margin: 20px 30px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item-menu {
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .cerrar-btn {
    display: block;
    position: absolute;
    top: 25px;
    right: 40px;
  }
  .tarjeta-preg {
    font-size: 0.95em;
    padding: 0.1em 0.5em !important;
    margin-bottom: 20px;
    height: 8.5em;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    height: 13em;
  }
  .tarjeta-preg a img {
    width: 10px;
    height: auto;
  }
  .nav-inicio {
    padding-right: 0em !important;
  }
  .nav-link {
    font-size: 0.9em;
  }
  .header-bg {
    min-height: 50vh;
  }
  .header-bg h2 {
    text-align: center;
    font-size: 1.3rem;
  }
  .nav-inicio {
    margin-top: 0px !important;
  }
  .logo {
    height: 50px;
    background-size: 26%;
  }
  .logo-clic {
    width: 40%;
  }
  .logo-clic img {
    width: 100%;
  }
  .menu-p {
    width: 50%;
    font-size: 0.7rem;
    height: 40px;
  }
  .menu-p a {
    width: 50%;
  }
  .bg-charlas {
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .mod-1 {
    background-size: 120%;
    min-height: 25vh;
  }
  .mod-2 {
    background-size: 120%;
    min-height: 25vh;
  }
  .mod-3 {
    background-size: 120%;
    min-height: 25vh;
  }
  .mod-4 {
    background-size: 120%;
    min-height: 25vh;
  }
  .mod-1:hover {
    background-size: 190%;
  }
  .mod-2:hover {
    background-size: 190%;
  }
  .mod-3:hover {
    background-size: 190%;
  }
  .mod-4:hover {
    background-size: 190%;
  }
  .texto-1 p {
    display: none;
  }
  .texto-1 h3 {
    font-size: 1rem;
    font-weight: bold;
    padding: 30px 20px 10px 20px;
    width: 100%;
  }
  .titulo-seccion h2 {
    padding: 0px;
    text-align: center;
    font-size: 1.7rem;
  }
  .btn-vermas {
    width: 141px;
    height: 64px;
  }
  .text-footer {
    font-size: 0.7em;
    color: #ffffff;
  }

  .quiero-invertir,
  .quiero-invertir2 {
    display: block;
    position: fixed;
    bottom: 0px !important;
    text-align: center;
    width: 100%;
    z-index: 100;
    background: #fff;
    font-weight: bold;
    border-radius: 0px;
    padding: 10px 20px;
    transition: ease-in 0.4s;
    margin: auto;
  }
  .nav-tabs .menu-clie.active,
  .nav-tabs .show > .menu-clie {
    color: #fff;
    background-color: #dd141d;
  }
  .nav-pills .menu-p.active,
  .nav-pills .show > .menu-p {
    color: #fff;
    background-color: #dd141d;
  }
  .menu-p {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #636363;
    margin: 0 0.5em;
    color: #eaeaea;
  }
  .nav-pills .menu-p {
    border-radius: 2rem;
  }
  .nav-pills .menu-clie.active,
  .nav-pills .show > .menu-clie {
    color: #dd141d;
    background-color: #fff;
    border: 1px solid #dd141d;
  }
  .menu-clie .lado1 {
    border-radius: 30px 0px 0px 0px;
  }
  .nav-tabs .menu-clie {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #ffffff;
    color: #636363;
  }
  .menu-clie .lado1 {
    border-radius: 30px 0px 0px 0px;
  }
  .menu-clie {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #eaeaea;
    color: #636363;
  }
  .nav-pills .lado1 {
    border-radius: 2rem 2rem 2rem 2rem;
    background-color: #efefef;
    margin: 5px;
    font-size: 1.5rem;
  }
  .nav-pills .lado2 {
    border-radius: 2rem 2rem 2rem 2rem;
    background-color: #efefef;
    margin: 5px;
    font-size: 1.5rem;
  }

  .custom-next {
    position: absolute !important;
    top: 50% !important;
    right: 0% !important;
  }
  .custom-prev {
    position: absolute !important;
    top: 50% !important;
    left: -7% !important;
  }

  #event_id_video {
    height: 200px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 650px) {
  .corrector-titulo {
    margin-top: -50px;
  }
  .legal {
    position: absolute;
    top: 400px;
    width: 15px;
    height: auto;
    right: 10px;
    z-index: 100;
  }
  .cta-opinion {
    width: 100%;
    text-align: center;
  }
  .bio-foto {
    min-height: 50vh;
    background-position: top center;
  }
  .indicador {
    width: 40px;
    display: none;
  }
  .bio {
    padding: 60px;
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .menu-secciones {
    position: fixed;
    z-index: 5;
    background-color: #f1edea;
    width: 100%;
    height: 100vh;
    margin-right: 100px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
  }
  .btn-menu-mobile {
    width: 40px;
    height: 30px;
    margin: 20px 30px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item-menu {
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .cerrar-btn {
    display: block;
    position: absolute;
    top: 25px;
    right: 40px;
  }
  .header-bg {
    min-height: 50vh;
  }
  .header-bg h2 {
    text-align: center;
    font-size: 1.8rem;
    padding-bottom: 30px;
  }
  .logo {
    height: 50px;
    background-size: 20%;
  }
  .legal {
    position: absolute;
    top: 100px;
    width: 10px;
    right: 2px;
  }
  .vigilado {
    position: absolute;
    left: 20px;
  }
  .bg-charlas {
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .mod-1 {
    background-size: 120%;
    min-height: 25vh;
  }
  .mod-2 {
    background-size: 120%;
    min-height: 25vh;
  }
  .mod-3 {
    background-size: 120%;
    min-height: 25vh;
  }
  .mod-4 {
    background-size: 120%;
    min-height: 25vh;
  }
  .mod-1:hover {
    background-size: 190%;
  }
  .mod-2:hover {
    background-size: 190%;
  }
  .mod-3:hover {
    background-size: 190%;
  }
  .mod-4:hover {
    background-size: 190%;
  }
  .texto-1 h3 {
    font-size: 1rem;
    font-weight: bold;
    padding: 30px 20px 10px 20px;
    width: 100%;
  }
  .texto-1 p {
    display: none;
  }
  .titulo-seccion h2 {
    padding: 0px;
    text-align: center;
    font-size: 1.7rem;
  }
  .text-footer {
    font-size: 0.8em;
    color: #ffffff;
  }
  .quiero-invertir {
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    text-align: center;
    width: 100%;
    z-index: 100;
    background: #fff;
    font-weight: bold;
    border-radius: 0px;
    padding: 10px 20px;
    transition: ease-in 0.4s;
  }
  .thumbnail {
    width: 100% !important;
    height: 190px;
  }
  .thumbnail img {
    width: 100% !important;
    top: -35px;
  }
  #footer {
    padding: 50px 15px 20px 15px;
  }
  .panelistas-info .blockInfo {
    height: 260px;
  }
  .panelistas-info .blockInfo .info {
    max-height: 200px;
  }
  .tarjeta-preg {
    font-size: 0.95em;
    padding: 0.1em 0.51em !important;
    margin-bottom: 20px;
    height: 8.5em;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    height: 13em;
  }
  .tarjeta-preg a img {
    width: 10px;
    height: auto;
  }
  .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .nav-tabs .menu-clie.active,
  .nav-tabs .show > .menu-clie {
    color: #fff;
    background-color: #dd141d;
  }
  .nav-pills .menu-p.active,
  .nav-pills .show > .menu-p {
    color: #fff;
    background-color: #dd141d;
  }
  .menu-p {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #eaeaea;
    margin: 0 0.5em;
    color: #636363;
  }
  .nav-pills .menu-p {
    border-radius: 2rem;
  }
  .nav-pills .menu-clie.active,
  .nav-pills .show > .menu-clie {
    color: #dd141d;
    background-color: #fff;
    border: 1px solid #dd141d;
  }
  .menu-clie .lado1 {
    border-radius: 30px 0px 0px 0px;
  }
  .nav-tabs .menu-clie {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #ffffff;
    color: #636363;
  }
  .menu-clie .lado1 {
    border-radius: 30px 0px 0px 0px;
  }
  .menu-clie {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #eaeaea;
    color: #636363;
  }
  .nav-pills .lado1 {
    border-radius: 2rem 2rem 2rem 2rem;
    background-color: #efefef;
    margin: 5px;
    font-size: 1.5rem;
  }
  .nav-pills .lado2 {
    border-radius: 2rem 2rem 2rem 2rem;
    background-color: #efefef;
    margin: 5px;
    font-size: 1.5rem;
  }

  .custom-next {
    position: absolute !important;
    top: 50% !important;
    right: 0% !important;
  }
  .custom-prev {
    position: absolute !important;
    top: 50% !important;
    left: -7% !important;
  }
}

@media only screen and (min-width: 651px) and (max-width: 768px) {
  .corrector-titulo {
    margin-top: -50px;
  }
  .cta-opinion {
    width: 100%;
    text-align: center;
  }
  .bio-foto {
    min-height: 50vh;
    background-position: top center;
  }
  .indicador {
    width: 40px;
    display: none;
  }
  .bio {
    padding: 60px;
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .menu-secciones {
    position: fixed;
    z-index: 5;
    background-color: #f1edea;
    width: 100%;
    height: 100vh;
    margin-right: 100px;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
  }
  .btn-menu-mobile {
    width: 40px;
    height: 30px;
    margin: 20px 30px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item-menu {
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .cerrar-btn {
    display: block;
    position: absolute;
    top: 25px;
    right: 40px;
  }
  .imagen-link {
    display: none;
  }
  .cta {
    border-radius: 50px;
    padding: 15px 30px;
    text-align: center;
    margin-bottom: 30px;
  }
  .tarjeta-preg {
    font-size: 1em;
  }
  .tarjeta-preg a img {
    width: 10px;
    height: auto;
  }
  .logo {
    height: 50px;
    background-size: 16%;
  }
  .header-bg {
    min-height: 50vh;
  }
  .header-bg h2 {
    text-align: center;
    font-size: 1.8rem;
    padding-bottom: 30px;
  }
  .bg-charlas {
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .mod-1 {
    background-size: 120%;
    min-height: 25vh;
  }
  .mod-2 {
    background-size: 120%;
    min-height: 25vh;
  }
  .mod-3 {
    background-size: 120%;
    min-height: 25vh;
  }
  .mod-4 {
    background-size: 120%;
    min-height: 25vh;
  }
  .mod-1:hover {
    background-size: 190%;
  }
  .mod-2:hover {
    background-size: 190%;
  }
  .mod-3:hover {
    background-size: 190%;
  }
  .mod-4:hover {
    background-size: 190%;
  }
  .titulo-seccion h2 {
    padding: 50px;
    text-align: center;
    font-size: 2rem;
  }
  .texto-1 h3 {
    font-size: 1.7rem;
    font-weight: bold;
    padding: 30px 20px 10px 30px;
    width: 100%;
  }
  .texto-1 p {
    padding: 0px 0px 10px 30px;
  }
  .text-footer {
    font-size: 0.8em;
    color: #ffffff;
  }
  .quiero-invertir {
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    text-align: center;
    width: 100%;
    z-index: 100;
    background: #fff;
    font-weight: bold;
    border-radius: 0px;
    padding: 10px 20px;
    transition: ease-in 0.4s;
  }
  .nav-tabs .menu-clie.active,
  .nav-tabs .show > .menu-clie {
    color: #fff;
    background-color: #dd141d;
  }
  .nav-pills .menu-p.active,
  .nav-pills .show > .menu-p {
    color: #fff;
    background-color: #dd141d;
  }
  .menu-p {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #eaeaea;
    margin: 0 0.5em;
    color: #636363;
  }
  .nav-pills .menu-p {
    border-radius: 2rem;
  }
  .nav-pills .menu-clie.active,
  .nav-pills .show > .menu-clie {
    color: #dd141d;
    background-color: #fff;
    border: 1px solid #dd141d;
  }
  .menu-clie .lado1 {
    border-radius: 30px 0px 0px 0px;
  }
  .nav-tabs .menu-clie {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #ffffff;
    color: #636363;
  }
  .menu-clie .lado1 {
    border-radius: 30px 0px 0px 0px;
  }
  .menu-clie {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #eaeaea;
    color: #636363;
  }
  .nav-pills .lado1 {
    border-radius: 2rem 2rem 2rem 2rem;
    background-color: #efefef;
    margin: 5px;
    font-size: 1.5rem;
  }
  .nav-pills .lado2 {
    border-radius: 2rem 2rem 2rem 2rem;
    background-color: #efefef;
    margin: 5px;
    font-size: 1.5rem;
  }

  .custom-next {
    position: absolute !important;
    top: 50% !important;
    right: 0% !important;
  }
  .custom-prev {
    position: absolute !important;
    top: 50% !important;
    left: -7% !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 989px) {
  .header-bg {
    min-height: 65vh;
  }
  .logo {
    height: 50px;
    background-size: 16%;
  }
  .bg-charlas {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .menu-secciones {
    width: 80%;
    margin-right: 60px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    font-size: 1.2rem;
  }
  .mod-1 {
    background-size: 175%;
    min-height: 25vh;
  }
  .mod-2 {
    background-size: 175%;
    min-height: 25vh;
  }
  .mod-3 {
    background-size: 175%;
    min-height: 25vh;
  }
  .mod-4 {
    background-size: 175%;
    min-height: 25vh;
  }
  .mod-1:hover {
    background-size: 190%;
  }
  .mod-2:hover {
    background-size: 190%;
  }
  .mod-3:hover {
    background-size: 190%;
  }
  .mod-4:hover {
    background-size: 190%;
  }
  .texto-1 h3 {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 30px 20px 10px 50px;
    width: 100%;
  }
  .texto-1 p {
    padding: 0px 5px 10px 50px;
  }
  .nav-tabs .menu-clie.active,
  .nav-tabs .show > .menu-clie {
    color: #fff;
    background-color: #dd141d;
  }
  .nav-pills .menu-p.active,
  .nav-pills .show > .menu-p {
    color: #fff;
    background-color: #dd141d;
  }
  .menu-p {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #636363;
    margin: 0 0.5em;
    color: #eaeaea;
  }
  .nav-pills .menu-p {
    border-radius: 2rem;
  }
  .nav-pills .menu-clie.active,
  .nav-pills .show > .menu-clie {
    color: #dd141d;
    background-color: #fff;
    border: 1px solid #dd141d;
  }
  .menu-clie .lado1 {
    border-radius: 30px 0px 0px 0px;
  }
  .nav-tabs .menu-clie {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #ffffff;
    color: #636363;
  }
  .menu-clie .lado1 {
    border-radius: 30px 0px 0px 0px;
  }
  .menu-clie {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #eaeaea;
    color: #636363;
  }
  .nav-pills .lado1 {
    border-radius: 2rem 0rem 0rem 2rem;
    background-color: #efefef;
  }
  .nav-pills .lado2 {
    border-radius: 0rem 2rem 2rem 0rem;
    background-color: #efefef;
  }
  .bg-charlas {
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .cta-opinion {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (min-width: 990px) and (max-width: 1030px) {
  .logo {
    height: 120px;
    background-size: 16%;
  }
  .mod-1 {
    background-size: 340%;
    min-height: 25vh;
  }
  .mod-2 {
    background-size: 210%;
    min-height: 25vh;
  }
  .mod-3 {
    background-size: 330%;
    min-height: 25vh;
  }
  .mod-4 {
    background-size: 330%;
    min-height: 25vh;
  }
  .bg-charlas {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: bottom right;
  }
  .menu-secciones {
    width: 60%;
    margin-right: 60px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    font-size: 1.2rem;
  }
  .mod-1:hover {
    background-size: 360%;
  }
  .mod-2:hover {
    background-size: 230%;
  }
  .mod-3:hover {
    background-size: 350%;
  }
  .mod-4:hover {
    background-size: 340%;
  }
  .mod-1 .texto-1 {
    min-height: 300px;
  }
  .mod-2 .texto-1 {
    min-height: 300px;
  }
  .mod-3 .texto-1 {
    min-height: 300px;
  }
  .mod-4 .texto-1 {
    min-height: 300px;
  }
  .titulo-seccion h2 {
    font-size: 2rem;
    color: #ffffff;
    font-weight: bolder;
    padding: 30px 30px 10px 70px;
  }
  .texto-1 h3 {
    font-size: 1.2rem;
    font-weight: bold;
    padding: 30px 20px 10px 50px;
    width: 100%;
  }
  .texto-1 p {
    font-size: 0.8rem;
    padding: 0px 20px 10px 50px;
  }
}

@media only screen and (min-width: 1030px) and (max-width: 1450px) {
  .logo {
    height: 100px;
    background-size: 10%;
  }
  .mod-1 {
    background-size: 300%;
  }
  .mod-2 {
    background-size: 150%;
  }
  .mod-3 {
    background-size: 260%;
  }
  .mod-4 {
    background-size: 260%;
  }
  .mod-1:hover {
    background-size: 310%;
  }
  .mod-2:hover {
    background-size: 170%;
  }
  .mod-3:hover {
    background-size: 280%;
  }
  .mod-4:hover {
    background-size: 280%;
  }
  .mod-1 .texto-1 {
    min-height: 300px;
  }
  .mod-2 .texto-1 {
    min-height: 300px;
  }
  .mod-3 .texto-1 {
    min-height: 300px;
  }
  .mod-4 .texto-1 {
    min-height: 300px;
  }
  .bg-charlas {
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: bottom right;
    margin-top: 30px;
  }
  .menu-secciones {
    width: 70%;
    margin-right: 100px;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    font-size: 1.3rem;
  }
  .texto-1 h3 {
    font-size: 1.6rem;
    font-weight: bold;
    padding: 30px 20px 10px 40px;
    width: 100%;
  }
  .texto-1 p {
    font-size: 1rem;
    padding: 0px 20px 10px 40px;
  }
}

@media only screen and (min-width: 1030px) {
  /*area de ajuste calendarios*/

  .fila-calendario .dia-calendario {
    width: 60px !important;
  }

  .menu-secciones {
    width: 65%;
  }

  .calendar-grid .calendario-dias:nth-child(2) .dia-calendario {
    width: 60px !important;
  }

  /*fin area de ajuste calendarios*/
}
