/* STYLES  */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
* {
  box-sizing: border-box;
  /* background-color: #ececec; */
}
html {
  scroll-behavior: smooth;
}

/* Estilos textos */
h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  color: #333;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  text-align: left;
}
h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
}
h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: left;
}

p,
li {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

li {
  font-size: 1rem;
}
a {
  font-size: 1rem;
  text-decoration: none;
  color: #333;
  font-weight: 400;
}
a:hover {
  color: #2e3c90;
  text-decoration: none;
  font-weight: 500;
}
/* ICON LANG  */
.iconLangEs {
  width: 35px;
  height: 25px;
  background-image: url("../assets/img/flag_es.png");
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  background-position: center center;
  width: 100%;
  padding-top: 35px;
  margin-left: 10px;
}
.iconLangEN {
  width: 35px;
  height: 25px;
  background-image: url("../assets/img/flag_gb.png");
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  background-position: center center;
  width: 100%;
  padding-top: 35px;
  margin-left: 20px;
}
/* TEXT COLORS  */
a.white,
.white {
  color: #fff !important;
}
a.active {
  color: orange !important;
  font-weight: 600 !important;
}

.green {
  color: #5fcfc0;
}
.blue {
  color: #2e3c90;
}
.grey {
  color: #333;
}
.migas:hover {
  color: #333;
  font-weight: 600;
}
.active {
  /* color: #31aa9a !important; */
  color: orange !important;
  font-weight: 600 !important;
}
.selected {
  /* color: #2e3c90 !important; */
  color: orange !important;
  font-weight: 600 !important;
}
.selected2 {
  color: orange !important;
  color: #fff !important;
  font-weight: 600 !important;
}
/* .line {
  border-top: 1px solid #5064bc;
  padding: 10px;
} */
/* .linebottom {
  border-bottom: 1px solid #5064bc;
} */
.bold {
  font-weight: 600;
}
.bold2 {
  font-weight: 500;
}
.mb0 {
  margin-top: 0;
  margin-bottom: 0rem;
}
.little {
  font-size: small;
}
.bigger {
  font-weight: 700;
  font-size: 3rem;
}
.small {
  font-size: 1.2rem;
}
.smaller {
  font-size: smaller;
}
.bolder {
  font-weight: bolder;
}
.inline {
  display: inline-block;
}
/* ESTILOS  */

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #5064bc;
}
.bkBlue {
  background-color: #2e3c90;
  color: #fff;
}
.bkBlueLight {
  background-color: #6794dc;
  color: #fff;
}
.btn-secondary {
  color: #fff;
  background-color: #2e3c90;
  border-color: #2e3c90;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5064bc;
  border-color: #5064bc;
}
.underlin {
  border-bottom: 1px solid #fff;
  width: 50px;
}
.nav-link {
  text-align: left;
}
.orange {
  color: orange;
}
.blue {
  color: #2e3c90;
}
.color {
  /* background-color: #31aa9a; */
  background-color: #2e3c90;
  padding: 0.5rem 0.9375rem;
  color: #fff;
  font-size: 1.375rem;
}
.color2 {
  color: #5064bc;
  padding: 0.3rem 0.85rem;
  text-align: center;
}
.bordeHR {
  border-bottom: 1px solid #2e3c90;
  margin-top: 20px;
}
/* .titleProyectos {
  padding: 20px;
  border: 1px solid #2e3c90;
}
.titleProyectos:hover {
  padding: 20px;
  border: 1px solid #2e3c90;
  background-color: #5162c7;
} */
.bkgGrey {
  background-color: rgba(51, 51, 51, 0.2);
}
.anime {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  cursor: pointer;
}
.anime:hover {
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

/* brand  */
.logoMinGob {
  background-image: url("../assets/img/ministerioCiencia2.png");
  /* height: 55px;
  width: 180px; */
  height: 55px;
  width: 230px;
  background-repeat: no-repeat;
  background-size: cover;
  /* margin: 10px; */
  display: inline-block;
}
.logoISCII {
  background-image: url("../assets/svg/ISCII.svg");
  height: 45px;
  width: 160px;
  /* height: 55px;
  width: 120px; */
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5px;
  display: inline-block;
}
.logoCOFINANCIADO {
  background-image: url(../assets/svg/CofinanciadoUE1.svg);
  height: 100px;
  width: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
  display: block;
  background-position: center right;
}

.logoResiliencia {
  background-image: url(../assets/svg/EuropaTR.svg);
  height: 70px;
  width: 160px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
  display: block;
}
.logoMinGob {
  background-image: url(../assets/img/ministerioCiencia2.png);
  height: 65px;
  width: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  /* margin: 10px; */
  display: inline-block;
  margin-top: 4px;
}
.logoISCII {
  background-image: url(../assets/svg/ISCII.svg);
  height: 55px;
  width: 195px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5px;
  display: inline-block;
  margin-top: 10px;
}
.logoScren {
  background-image: url("../assets/img/ScrenMini.png");
  height: 80px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: 10px;
}
.logoEcrin {
  background-image: url("../assets/img/ecrin.png");
  height: 80px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: 10px;
}
.logo4 {
  background-image: url("../assets/img/ScrenBig.png");
  height: 170px;
  width: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
  display: inline-block;
  text-align: center;
}
.logoEuropa {
  background-image: url("../assets/img/europa.png");
  height: 50px;
  width: 190px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
  display: inline-block;
}

.logoIdIPaz {
  background-image: url("../assets/img/Idipaz.jpg");
  height: 50px;
  width: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
  display: inline-block;
}

.logoHUPaz {
  background-image: url("../assets/img/logo-vector-hospital-universitario-la-paz.jpg");
  height: 60px;
  width: 315px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
  display: inline-block;
}

.logomobile {
  background-image: url("../assets/img/logomobile.png");
  height: 170px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 10px;
  display: inline-block;
  text-align: center;
}
.iconlinkedIn {
  width: 35px;
  height: 35px;
  background-image: url("../assets/svg/linkedin.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
  margin-left: 30px;
  margin-top: 10px;
}
.iconTw {
  width: 35px;
  height: 35px;
  background-image: url("../assets/svg/twitter.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
  margin-top: 10px;
}

/* logos de ecrin  */
.logoCzecrin {
  background-image: url("../assets/img/czecrin.png");
  height: 80px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: 10px;
}
.logoFcrin {
  background-image: url("../assets/img/fcrin.png");
  height: 100px;
  width: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: 10px;
}
.logoSCReN9 {
  background-image: url("../assets/img/ScrenBig.png");
  height: 100px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: 10px;
}
.logoHNHRA {
  background-image: url("../assets/img/hnhra.jpeg");
  height: 110px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: -10px;
}
.logoKKS {
  background-image: url("../assets/img/kks\ netzwerk.png");
  height: 80px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: 10px;
}
.logoCerth {
  background-image: url("../assets/img/certh.png");
  height: 80px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: 10px;
}
.logoNCTO {
  background-image: url("../assets/img/ncto.png");
  height: 80px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: 10px;
}
.logoPOLCRIN {
  background-image: url("../assets/img/polcrin.png");
  height: 80px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: 10px;
}
.logoItaCRIN {
  background-image: url("../assets/img/itacrin.png");
  height: 80px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: 10px;
}
.logoGreCRIN {
  background-image: url("../assets/img/GRECRIN.png");
  height: 80px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: 10px;
}
.logoNorCRIN {
  background-image: url("../assets/img/norcrin.png");
  height: 80px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: 10px;
}
.logoPtCRIN {
  background-image: url("../assets/img/ptcrin.png");
  height: 80px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: 10px;
}
.logoSlovaCRIN {
  background-image: url("../assets/img/slovacrin.png");
  height: 80px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: 10px;
}
.logoSCTO {
  background-image: url("../assets/img/swiss3.png");
  height: 80px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: 10px;
}

/* Sections height  */
.clearfix {
  display: block;
  clear: both;
}
#home {
  height: auto;
  background: url("../assets/img/bkgHome.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding: 30px;
}
#quienes {
  height: 40vh;
  background: url("../assets/img/bkgQuienessomos.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}

#hacemos {
  height: 40vh;
  background: url("../assets/img/bkgQuehacemos.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
#trabajo {
  height: 40vh;
  background: url("../assets/img/bkgGruposdeTrabajo.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
#Unidades {
  height: 40vh;
  background: url("../assets/img/bkgUnidades.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
#Proyectos {
  height: 40vh;
  background: url("../assets/img/bkgProgramas.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.proyectos {
  /* Elimina la altura fija */
  min-height: 250px; /* Usa min-height para garantizar un mínimo sin forzar */
  background: url("../assets/img/bkgProgramas.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
  margin: 20px;
}

.blueblue {
  background-color: #3c4dad;
  color: #fff;
  margin: 20px;
  padding: 20px;
  word-wrap: break-word; /* Asegura que el texto largo no cause desbordamiento */
}
.blueblue2 {
  background-color: #3c4dad;
  color: #fff;

  padding: 20px;
  word-wrap: break-word; /* Asegura que el texto largo no cause desbordamiento */
}

#Publicaciones {
  height: 40vh;
  background: url("../assets/img/bkgPublicaciones.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
#Investigadores {
  height: 40vh;
  background: url("../assets/img/bkgInvestigadores.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
#Pacientes {
  height: 40vh;
  background: url("../assets/img/bkgPacientes.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
#Internacionalizacion {
  height: 40vh;
  background: url("../assets/img/bkgInternacionalizacion_1.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
#Empleo {
  height: 40vh;
  background: url("../assets/img/bkgBolsaEmpleo.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
#Novedades {
  height: 40vh;
  background: url("../assets/img/bkgNovedades.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
#Contacto {
  height: 40vh;
  background: url("../assets/img/bkgContacto.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.enconstruccion {
  height: 60vh;
}
footer {
  background: #333;
  background-color: #333 !important;
}

.mt-120 {
  margin-top: 120px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pt-10 {
  padding-top: 10px;
}
.mb-30 {
  margin-bottom: 30px;
}
.text-justify {
  text-align: justify;
}
b {
  font-weight: bold !important;
}
/* HOME  */
.bkgBlue {
  background-color: #2e3c90;
  margin: 5px;
  padding: 15px;
  text-align: center;
  min-height: 300px;
  width: 110%;
}

.bkgBlue3 {
  background-color: rgba(46, 60, 144, 0.8);
  margin: 15px;
  padding: 2px;
  min-height: 5px;
  width: 95%;
  border-radius: 2px;
}
.bkgBlack {
  background-color: #000;
}
.bkgBlue1 {
  background-color: #2e3c90;
}
.bkgBlue2 {
  background-color: #3c4dad;
}
.bkgBlue3 {
  background-color: #5162c7;
}
.bkgImg1 {
  background-color: #2e3c90;
  background-image: url("../assets/img/bkgIndex1.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5px;
  padding: 15px;
  text-align: center;
  min-height: 300px;
  width: 110%;
}
.bkgImg2 {
  background-color: #2e3c90;
  background-image: url("../assets/img/bkgIndex2.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5px;
  padding: 15px;
  text-align: center;
  min-height: 300px;
  width: 110%;
}
.bkgImg3 {
  background-color: #2e3c90;
  background-image: url("../assets/img/bkgIndex3.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5px;
  padding: 15px;
  text-align: center;
  min-height: 300px;
  width: 110%;
}
.bkgImg4 {
  background-color: #2e3c90;
  background-image: url("../assets/img/bkgIndex4.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5px;
  padding: 15px;
  text-align: center;
  min-height: 300px;
  width: 110%;
}
.bkgImg5 {
  background-color: #2e3c90;
  background-image: url("../assets/img/bkgIndex5.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 5px;
  padding: 15px;
  text-align: center;
  min-height: 300px;
  width: 110%;
}
.iconDNA {
  width: 65px;
  height: 65px;
  background-image: url("../assets/svg/iconDNA.svg");
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  background-position: center center;
  width: 100%;
  padding-top: 35px;
}
.iconStent {
  width: 65px;
  height: 65px;
  background-image: url("../assets/svg/stent.svg");
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  background-position: center center;
  width: 100%;
  padding-top: 35px;
}
.iconBisturi {
  width: 65px;
  height: 65px;
  background-image: url("../assets/svg/bisturi.svg");
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  background-position: center center;
  width: 100%;
  padding-top: 35px;
}
.iconObservacional {
  width: 65px;
  height: 65px;
  background-image: url("../assets/svg/observacionales.svg");
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  background-position: center center;
  width: 100%;
  padding-top: 35px;
}
.iconPastilla {
  width: 65px;
  height: 65px;
  background-image: url("../assets/svg/iconPastillas.svg");
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
  background-position: center center;
  width: 100%;
  padding-top: 35px;
}
.nav-link {
  cursor: pointer;
}
.bkgBlueLight {
  background-color: #5064bc;
  width: 100%;
}
.BlueLight {
  background-color: rgba(134, 146, 196, 0.2);
  width: 100%;
}
.bluecolor {
  color: #5064bc;
}
.displayMenu {
  display: none;
}
.blueLine {
  border: 1px solid #2e3c90;
  padding: 20px;
  height: 900px;
  margin: 10px;
}
.blueLine2 {
  border: 1px solid #2e3c90;
  padding: 20px;
  margin: 20px;
}
.iconMision {
  width: 125px;
  height: 125px;
  margin: 30px;
  background-image: url("../assets/svg/mision.svg");
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
}
.iconVision {
  width: 125px;
  height: 125px;
  margin: 30px;
  background-image: url("../assets/svg/vision.svg");
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
}
.iconValores {
  width: 125px;
  height: 125px;
  margin: 30px;
  background-image: url("../assets/svg/valores.svg");
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer;
}
.bigBlueLight {
  width: 230px;
  height: 15px;
  background-color: #8692c4;
  margin-bottom: 20px;
}
.bigBlue {
  width: 230px;
  height: 15px;
  background-color: #5569aa;
  margin-bottom: 20px;
}
.bigYellow {
  width: 230px;
  height: 15px;
  background-color: #faea3c;
  margin-bottom: 20px;
}

/*BOTON UP*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 99;
  border: none;
  outline: none;
  background: url("../assets/svg/btnUPHover.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  padding: 15px;
  border-radius: 0px;
  font-size: 18px;
  width: 35px;
  height: 35px;
}

#myBtn:hover {
  background: url("../assets/svg/btnUP.svg");
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}
/* CSS MAPA INTERACTIVO  */

#mapCanvas {
  margin-top: 40px;
  width: 100%;
  height: 500px;
}
/* CSS CHART SEMIDONUT  */
#chartdiv {
  width: 100%;
  height: 300px;
}

#chartdivECRIN {
  width: 100%;
  height: 500px;
}
#chartdivDonutEcrin {
  width: 100%;
  height: 500px;
}
#chartdivPoblacion {
  width: 100%;
  height: 500px;
}

/* CSS QUE HACEMOS CHART  */
#chartdivBarras {
  width: 100%;
  height: 420px;
}

/* css index chart donut  */
#chartdivDONUT {
  width: 100%;
  height: 850px;
}
#chartdivVARIABLE {
  width: 100%;
  /* width: 600px; */
  height: 500px;
}

/* CSS BLOG  */
.slick-slide.image-box {
  margin-bottom: 20px;
}

.image-box .body {
  padding: 15px;
}

.image-box .body h3 {
  margin-top: 0;
}

.image-box .body p:last-child {
  margin-bottom: 0;
}

.image-box.style-4 {
  border: none;
}

.image-box.style-3-b {
  display: block;
  margin-bottom: 40px;
}

.image-box.style-3-b .body {
  padding: 10px 0;
}

.image-box--shadowed {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 1px solid #2e3c90;
  padding-top: 10px;
}

.image-box--shadowed:hover {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}
/*Images and Overlays
---------------------------------- */
.overlay-container {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}

.overlay-bottom,
.overlay-top {
  position: absolute;
  top: auto;
  padding: 15px;
  bottom: 0px;
  left: 0;
  right: 0px;
  background-color: rgba(30, 30, 30, 0.5);
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  height: 0;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-bottom.links,
.overlay-to-top.links {
  z-index: 11;
}

.overlay-to-top {
  position: absolute;
  top: auto;
  padding: 10px;
  bottom: -30px;
  left: 0;
  right: 0px;
  background-color: rgba(30, 30, 30, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  color: #ffffff;
}

.overlay-top {
  top: 0;
}

.overlay-visible .overlay-bottom,
.overlay-visible .overlay-top {
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto !important;
  padding-bottom: 20px;
}

.overlay-visible.overlay-container:hover .overlay-bottom:not(.links),
.overlay-visible.overlay-container:hover .overlay-top {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.overlay-top a,
.overlay-bottom a,
.overlay-to-top a,
.overlay-top a:hover,
.overlay-bottom a:hover,
.overlay-to-top a:hover {
  color: #ffffff;
  text-decoration: none;
}

.overlay-container .text {
  padding: 0 20px;
  position: relative;
}

.overlay-container .text h3,
.overlay-container .text h3 .small {
  margin-top: 0;
  color: #ffffff;
}

.overlay-container .text a:hover {
  color: #ffffff;
}

.overlay-bottom .btn,
.overlay-top .btn {
  color: #ffffff;
  border-color: #ffffff;
  margin: 0;
}

.overlay-bottom .btn:hover,
.overlay-top .btn:hover {
  color: #777777;
  background-color: #ffffff;
}

.overlay-container:hover .overlay-top,
.overlay-container:hover .overlay-bottom,
.image-box.style-2:hover .overlay-top,
.image-box.style-2:hover .overlay-bottom {
  height: 50%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-container:hover .overlay-to-top,
.image-box:hover .overlay-to-top {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.overlay-link {
  position: absolute;
  z-index: 10;
  top: 0;
  padding: 15px;
  bottom: 0px;
  left: 0;
  right: 0px;
  background-color: rgba(30, 30, 30, 0.5);
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all ease-in-out 0.25s;
  -o-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  color: #ffffff;
}

.overlay-link i {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 80px;
  height: 80px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -40px;
  font-size: 32px;
  line-height: 80px;
}

.overlay-link i:hover {
  background-color: #ffffff;
  color: #777777;
}

.overlay-link.small i {
  width: 25px;
  height: 25px;
  margin: -12.5px 0 0 -12.5px;
  font-size: 14px;
  line-height: 25px;
}

.overlay-container:hover .overlay-link {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
/*Buttons with radius*/
.radius-50 {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

/*Animated Buttons*/
.btn-animated {
  position: relative;
  min-width: 0 !important;
  padding-right: 45px !important;
  color: #2e3c90;
}

.btn-animated i {
  -webkit-transition: right 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
  z-index: 3;
  right: 17px;
  position: absolute;
  line-height: 34px;
  top: 0;
  min-width: 12px;
}

.btn-animated:after {
  width: 35px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  content: "";
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 0px;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn-animated.radius-50:after {
  border-radius: 0 50px 50px 0;
}

.btn-animated.btn-gray-transparent:after {
  background-color: rgba(0, 0, 0, 0.05);
}

.btn-animated:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.btn-animated:hover i {
  right: 11px;
}

.btn-animated.btn-sm {
  padding-right: 35px !important;
}

.btn-animated.btn-sm:after {
  width: 25px;
}

.btn-animated.btn-sm i {
  right: 14px;
  line-height: 28px;
  min-width: 11px;
}

.btn-animated.btn-sm:hover i {
  right: 7px;
}

.btn-animated.btn-lg {
  padding-right: 60px !important;
}

.btn-animated.btn-lg:after {
  width: 45px;
}

.btn-animated.btn-lg i {
  right: 25px;
  line-height: 48px;
  min-width: 15px;
}

.btn-animated.btn-lg:hover i {
  right: 15px;
}

.btn-animated.btn-xl {
  padding-right: 60px !important;
}

.btn-animated.btn-xl:after {
  width: 45px;
}

.btn-animated.btn-xl i {
  right: 25px;
  line-height: 64px;
  min-width: 15px;
  text-align: center;
}

.btn-animated.btn-xl:hover i {
  right: 13px;
}

/*Background Transition*/
.btn-animation {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-animation:hover,
.btn-animation:focus {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-animation:before {
  background-color: transparent;
  content: "";
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-animation:hover:before,
.btn-animation:focus:before {
  z-index: -1;
}

.btn-default-transparent.btn-animation:hover,
.btn-default-transparent.btn-animation:focus {
  background-color: transparent;
}

.btn-animation.btn-animation--slide-to-right:before {
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
}

.btn-animation.btn-animation--slide-to-right:hover:before,
.btn-animation.btn-animation--slide-to-right:focus:before {
  right: 0;
}

.btn-animation.btn-animation--slide-to-left:before {
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
}

.btn-animation.btn-animation--slide-to-left:hover:before,
.btn-animation.btn-animation--slide-to-left:focus:before {
  left: 0;
}

.btn-animation.btn-animation--slide-to-top:before {
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn-animation.btn-animation--slide-to-top:hover:before,
.btn-animation.btn-animation--slide-to-top:focus:before {
  top: 0;
}

.btn-animation.btn-animation--slide-to-bottom:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
}

.btn-animation.btn-animation--slide-to-bottom:hover:before,
.btn-animation.btn-animation--slide-to-bottom:focus:before {
  bottom: 0;
}

.btn-animation.btn-animation--slide-horizontal:before {
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
}

.btn-animation.btn-animation--slide-horizontal:hover:before,
.btn-animation.btn-animation--slide-horizontal:focus:before {
  left: 0;
  right: 0;
}

.btn-animation.btn-animation--slide-vertical:before {
  top: 50%;
  left: 0;
  right: 0;
  bottom: 50%;
}

.btn-animation.btn-animation--slide-vertical:hover:before,
.btn-animation.btn-animation--slide-vertical:focus:before {
  top: 0;
  bottom: 0;
}

/* CSS Cajas colores grafico 1  */
.fase1 {
  width: 25px;
  height: 25px;
  background-color: #66b7dc;
  border-radius: 5px;
}
.fase1y2 {
  width: 25px;
  height: 25px;
  background-color: #6794dc;
  border-radius: 5px;
}
.fase2 {
  width: 25px;
  height: 25px;
  background-color: #da66cc;
  border-radius: 5px;
}
.fase2y3 {
  width: 25px;
  height: 25px;
  background-color: #6771dc;
  border-radius: 5px;
}
.fase3 {
  width: 25px;
  height: 25px;
  background-color: #a267dc;
  border-radius: 5px;
}
.fase3y4 {
  width: 25px;
  height: 25px;
  background-color: #c767dc;
  border-radius: 5px;
}
.fase4 {
  width: 25px;
  height: 25px;
  background-color: #dc67ce;
  border-radius: 5px;
}
.faseNA {
  width: 25px;
  height: 25px;
  background-color: #dc67ab;
  border-radius: 5px;
}
.card {
  border: 1px solid #2e3c90;
}
.card-footer {
  height: 100px;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;

  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.btn-link {
  font-weight: 400;
  color: #3c4dad;
  text-decoration: none;
  cursor: pointer;
}
.btn-link:hover {
  color: #595959;
  font-weight: 600;
}
.thead-dark {
  color: #fff;
  background-color: #6794dc;
  border-color: #2e3c90;
}
.topBlue {
  border-top: 1px solid #2e3c90;
}
#chartdivColumn {
  width: 100%;
  height: 700px;
}

/* gdpr banner  */
.gdpr-cookie-notice {
  position: fixed;
  background: #333;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

@media (max-width: 768px) {
  .gdpr-cookie-notice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.gdpr-cookie-notice-loaded .gdpr-cookie-notice {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gdpr-cookie-notice-description {
  margin: 0;
  padding: 0 16px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .gdpr-cookie-notice-description {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 18px;
  }
}
.gdpr-cookie-notice-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 auto;
  background: none;
  width: auto;
  height: auto;
  padding: 0;
}
.gdpr-cookie-notice-nav-item {
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
  color: #fff;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 600;
}
.gdpr-cookie-notice-nav-item:hover {
  text-decoration: none;
}
.gdpr-cookie-notice-nav-item-btn {
  background: #66b7dc;
  border-radius: 3px;
}
.gdpr-cookie-notice-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="#1ad56c"/></svg>');
  z-index: 1001;
  background: rgba(0, 0, 0, 0.4);
  overflow: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px;
  display: none;
}
.gdpr-cookie-notice-show-modal .gdpr-cookie-notice-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gdpr-cookie-notice-modal-content {
  width: 470px;
  border-radius: 6px;
  background: #fff;
  margin: auto;
}
.gdpr-cookie-notice-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #f4f5f7;
}
.gdpr-cookie-notice-modal-title {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.gdpr-cookie-notice-modal-close {
  width: 24px;
  height: 24px;
  margin: 0 0 0 auto;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gdpr-cookie-notice-modal-close:before,
.gdpr-cookie-notice-modal-close:after {
  width: 18px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #bdbdbd;
}
.gdpr-cookie-notice-modal-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.gdpr-cookie-notice-modal-close:hover {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 1;
}
.gdpr-cookie-notice-modal-cookies {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gdpr-cookie-notice-modal-cookie {
  display: block;
  border-bottom: 1px solid #f4f5f7;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.gdpr-cookie-notice-modal-cookie-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 16px;
}
.gdpr-cookie-notice-modal-cookie-title {
  font-weight: normal;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0;
  line-height: 1;
  position: relative;
}
.gdpr-cookie-notice-modal-cookie-title:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #bdbdbd transparent transparent transparent;
  content: "";
  display: block;
  position: absolute;
  right: -17px;
  top: 50%;
  margin-top: -2px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.open .gdpr-cookie-notice-modal-cookie-title:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.gdpr-cookie-notice-modal-cookie-state {
  color: #2e3c90;
  margin-left: auto;
  font-size: 15px;
}
.gdpr-cookie-notice-modal-cookie-input {
  opacity: 0;
}
.gdpr-cookie-notice-modal-cookie-input:checked
  + .gdpr-cookie-notice-modal-cookie-input-switch {
  background: #2e3c90;
  -webkit-box-shadow: inset 0px 0px 0px 1px #2e3c90;
  box-shadow: inset 0px 0px 0px 1px #2e3c90;
}
.gdpr-cookie-notice-modal-cookie-input-switch {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 1px #bdbdbd;
  box-shadow: inset 0px 0px 0px 1px #bdbdbd;
  margin: 0 0 0 auto;
  position: relative;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  cursor: pointer;
}
.gdpr-cookie-notice-modal-cookie-input-switch:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>')
    no-repeat center 7px;
  content: "";
  display: block;
}
.gdpr-cookie-notice-modal-cookie-info {
  margin: 0;
  padding: 0 16px 12px 16px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 16px;
  display: none;
}
.open .gdpr-cookie-notice-modal-cookie-info {
  display: block;
}
.gdpr-cookie-notice-modal-footer {
  background: #f4f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 16px 16px 16px;
  border-radius: 0 0 6px 6px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gdpr-cookie-notice-modal-footer-item {
  height: 40px;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  color: #2e3c90;
  position: relative;
}
.gdpr-cookie-notice-modal-footer-item:after {
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -5px;
  background: url('data:image/svg+xml;utf8,<svg height="12" viewBox="0 0 8 12" width="8" xmlns="http://www.w3.org/2000/svg"><path d="m1.41 0-1.41 1.41 4.58 4.59-4.58 4.59 1.41 1.41 6-6z" fill="#1ad56c"/></svg>')
    no-repeat left center;
  height: 12px;
  width: 8px;
  content: "";
  display: block;
}
.gdpr-cookie-notice-modal-footer-item-btn {
  padding: 0 16px;
  color: #fff;
  background: #66b7dc;
  border-radius: 3px;
  position: relative;
}
.gdpr-cookie-notice-modal-footer-item-btn span {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.gdpr-cookie-notice-modal-footer-item-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  content: "";
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: block;
  background: url('data:image/svg+xml;utf8,<svg height="11" viewBox="0 0 14 11" width="14" xmlns="http://www.w3.org/2000/svg"><path d="m5 10.42-5-5 1.41-1.41 3.59 3.58 7.59-7.59 1.41 1.42z" fill="rgb(255,255,255)" fill-rule="evenodd"/></svg>')
    no-repeat center;
}
.gdpr-cookie-notice-modal-footer-item-btn.saved span {
  opacity: 0;
}
.gdpr-cookie-notice-modal-footer-item-btn.saved:after {
  opacity: 1;
}
.gdpr-cookie-notice-modal-footer-item:hover {
  text-decoration: none;
  opacity: 1;
}
/* FORMULARIO DE CONTACTO  */
.imgContacto {
  background-image: url("../assets/img/contacto.png");
  height: 650px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-top: 80px;
}
label {
  padding-top: 20px;
  padding-bottom: 5px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2e3c90;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* AVISO COOKIES  */
.aviso-cookies {
  display: none;
  background: #fff;
  padding: 20px;
  width: calc(100% - 40px);
  max-width: 300px;
  line-height: 150%;
  border-radius: 10px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 100;
  padding-top: 60px;
  box-shadow: 0px 2px 20px 10px rgba(222, 222, 222, 0.25);
  text-align: center;
}

.aviso-cookies.activo {
  display: block;
}

.aviso-cookies .galleta {
  max-width: 100px;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
  margin-bottom: 15px;
}

.aviso-cookies .boton {
  width: 100%;
  background: #595959;
  border: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  padding: 15px 20px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease all;
  border-radius: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}

.aviso-cookies .boton:hover {
  background: #000;
}

.aviso-cookies .enlace {
  color: #4dbfff;
  text-decoration: none;
  font-size: 14px;
}

.aviso-cookies .enlace:hover {
  text-decoration: underline;
}

.fondo-aviso-cookies {
  display: none;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.fondo-aviso-cookies.activo {
  display: block;
}
/*# sourceMappingURL=style.css.map */

/* Accordion  */
.accordion-button {
  color: #2e3c90;
  font-weight: 600;
}

/* Estilos mapa ecrin  */
.paragraph .members-observers-map-legend .label.yellow {
  background-color: #fff500;
  color: #212529;
}
.paragraph .members-observers-map-legend .label.blue {
  background-color: #000091;
  color: #ffffff;
  margin-right: 4px;
}

/* ESTILOS NEWS*/
.events_wrapper {
  display: -ms-grid;
  /* display: grid; */
  /* -ms-grid-columns: (calc((100% / 3) - 20px)) [auto-fill]; */
  /* grid-template-columns: repeat(auto-fill, calc((100% / 3) - 20px)); */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.events_wrapper .event_thunb {
  padding-top: 50%;
  background-size: cover;
  background-position: center center;
  border-bottom: 3px solid #5492c8;
}
.events_wrapper .event_card {
  border: 1px solid #4dbfff;
  margin-bottom: 30px;
  border-radius: 4px;
}
.events_wrapper .event_content {
  padding: 20px 25px;
}
.event_date {
  color: white;
  font-weight: 600;
  font-size: 14px;
  background: #3c4dad;
  padding: 8px 14px;
  text-transform: uppercase;
  line-height: 100%;
  display: table;
  margin-bottom: 30px;
}
.events_wrapper a.event_lnk_title {
  font-size: 20px;
  color: #5492c8;
  display: table;
  margin-bottom: 15px;
}
.events_wrapper a.event_lnk_more {
  display: table;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #2e3c90;
}
/* FIN ESTILOS NEWS  */

/* Estilos Publicaciones  */
#wrapper {
  margin: 0px auto;
  text-align: left;
  background: white;
}
#grid-3cols-home {
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  width: 100%;
}
#grid-3cols-home .grid-container {
  /* background: lightgrey; */
  height: 180px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
p.grid-title {
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  bottom: 20px;
  left: 65px;
  margin: 0;
  line-height: 1.5;
  z-index: 9;
}

#grid-3cols-home a:nth-child(1) .grid-title::before {
  background-image: url(images/oncology-icon.png);
}
.grid-title::before {
  content: "";
  height: 30px;
  width: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
}
p.grid-title::after {
  content: "";
  display: block;
  height: 9px;
  width: 5px;
  background-image: url(images/arrow-right.png);
  position: absolute;
  right: -20px;
  bottom: 5px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#third-section-home .grid-container:hover::after {
  background: -moz-linear-gradient(
    bottom,
    rgba(125, 183, 23, 0.95) 0%,
    rgba(125, 183, 23, 0) 100%
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(125, 183, 23, 0.95) 0%,
    rgba(125, 183, 23, 0) 100%
  );
  background: linear-gradient(
    to top,
    rgba(125, 183, 23, 0.95) 0%,
    rgba(125, 183, 23, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f27db717', endColorstr='#007db717',GradientType=0 );
}

/* imagenes del blog  */
/* botón Ancla  */
.btn-ancla {
  color: #fff;
  background-color: #2e3c90;
  border-color: #2e3c90;
  padding: 5px 65px;
  border-radius: 3px;
  -webkit-box-shadow: 3px 3px 12px 3px #9c9c9c;
  box-shadow: 3px 3px 12px 3px #9c9c9c;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}
.btn-ancla:hover {
  color: #fff;
  background-color: #5492c8;
  border-color: #5569aa;
  padding: 5px 65px;
  border-radius: 0px;
}
.alergoIcon {
  background-image: url("../assets/svg/alergyIcon.svg");
  height: 40px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  text-align: center;
}
.alergoIcon:hover {
  background-image: url("../assets/svg/alergyIconhover.svg");
}
#Alergologia {
  height: 40vh;
  background: url("../assets/img/alergologia.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
#Angiologia {
  height: 40vh;
  background: url("../assets/img/angiologia.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
#Dermatologia {
  height: 40vh;
  background: url("../assets/img/dermatologia.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
#Endocrinologia {
  height: 40vh;
  background: url("../assets/img/endocrinologia.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
#Geriatria {
  height: 40vh;
  background: url("../assets/img/geriatria.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
#Maxilofacial {
  height: 40vh;
  background: url("../assets/img/maxilofacial.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}

#MedicinaInterna {
  height: 40vh;
  background: url("../assets/img/medicinaInterna.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
#Oftalmologia {
  height: 40vh;
  background: url("../assets/img/oftalmologia.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
#Psiquiatria {
  height: 40vh;
  background: url("../assets/img/psiquiatria.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.anesteIcon {
  background-image: url("../assets/svg/anesteIcon.svg");
  height: 40px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  text-align: center;
}
.anesteIcon:hover {
  background-image: url("../assets/svg/anesteIconHover-01.svg");
}
#Anestesiologia {
  height: 40vh;
  background: url("../assets/img/anestesiologia.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Anestesiologia {
  background-image: url("../assets/img/anestesiologia.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.Anestesiologia:hover {
  background-image: url("../assets/img/anestesiologia.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  filter: hue-rotate(-75deg);
}
.angioIcon {
  background-image: url("../assets/svg/angioIcon_1.svg");
  height: 40px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  text-align: center;
}
.angioIcon:hover {
  background-image: url("../assets/svg/angioIconhover.svg");
}
.dermaIcon {
  background-image: url("../assets/svg/dermatologyIcon.svg");
  height: 40px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  text-align: center;
}
.dermaIcon:hover {
  background-image: url("../assets/svg/dermatologyIconhover.svg");
}
.endocriIcon {
  background-image: url("../assets/svg/endocriIcon.svg");
  height: 40px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  text-align: center;
}
.endocriIcon:hover {
  background-image: url("../assets/svg/endocriIconHover.svg");
}
.geriatriaIcon {
  background-image: url("../assets/svg/geriatryIcon.svg");
  height: 40px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  text-align: center;
}
.geriatriaIcon:hover {
  background-image: url("../assets/svg/geriatryIconHover.svg");
}
.cardioIcon {
  background-image: url("../assets/svg/cardioIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.cardioIcon:hover {
  background-image: url("../assets/svg/cardioIconhover.svg");
}
#Cardiologia {
  height: 40vh;
  background: url("../assets/img/cardiología.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Cardiologia {
  background-image: url("../assets/img/cardiología.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.Cardiologia:hover {
  background-image: url("../assets/img/cardiología.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  filter: hue-rotate(-75deg);
}
.CirugiaGeneralIcon {
  background-image: url("../assets/svg/surgeryIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.CirugiaGeneralIcon:hover {
  background-image: url("../assets/svg/surgeryIconhover.svg");
}
#Psiquiatria {
  height: 40vh;
  background: url("../assets/img/psiquiatria.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Psiquiatria {
  background-image: url("../assets/img/psiquiatria.jpg");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}

#CirugiaGeneral {
  height: 40vh;
  background: url("../assets/img/digestivo.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.CirugiaGeneral {
  background-image: url("../assets/img/digestivo.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.Covid19Icon {
  background-image: url("../assets/svg/covidIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.Covid19Icon:hover {
  background-image: url("../assets/svg/covidIconhover.svg");
}
#Covid19 {
  height: 40vh;
  background: url("../assets/img/covid.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Covid19 {
  background-image: url("../assets/img/covid.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.maxiloIcon {
  background-image: url("../assets/svg/maxiloIcon.svg");
  height: 40px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  text-align: center;
}
.maxiloIcon:hover {
  background-image: url("../assets/svg/maxiloIconhover.svg");
}
.mInternaIcon {
  background-image: url("../assets/svg/medicinaInternaIcon.svg");
  height: 40px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  text-align: center;
}
.mInternaIcon:hover {
  background-image: url("../assets/svg/medicinaInternaIconhover.svg");
}
.InfecciosasIcon {
  background-image: url("../assets/svg/infecciosasIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.InfecciosasIcon:hover {
  background-image: url("../assets/svg/infecciosasIconhover.svg");
}
#EnfermedadesInfecciosas {
  height: 40vh;
  background: url("../assets/img/infecciosas.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.EnfermedadesInfecciosas {
  background-image: url("../assets/img/infecciosas.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
#EnfermedadesInfecciosas {
  height: 40vh;
  background: url("../assets/img/infecciosas.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-position: center center;
  width: 100%;
}
.FarmacologiaIcon {
  background-image: url("../assets/svg/farmacyIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.FarmacologiaIcon:hover {
  background-image: url("../assets/svg/farmacyIconhover.svg");
}

.GinecologiaIcon {
  background-image: url("../assets/svg/ginecologyIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.GinecologiaIcon:hover {
  background-image: url("../assets/svg/ginecologyIconhover.svg");
}
.HematoOncologiaIcon {
  background-image: url("../assets/svg/hematooncologyIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.HematoOncologiaIcon:hover {
  background-image: url("../assets/svg/hematooncologyIconhover.svg");
}
#HematoOncologia {
  height: 40vh;
  background: url("../assets/img/hematooncologia.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.HematoOncologia {
  background-image: url("../assets/img/hematooncologia.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.HematologiaIcon {
  background-image: url("../assets/svg/hematologyIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.HematologiaIcon:hover {
  background-image: url("../assets/svg/hematologyIconhover.svg");
}
#Hematologia {
  height: 40vh;
  background: url("../assets/img/hematologia.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Hematologia {
  background-image: url("../assets/img/hematologia.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.FamiliaIcon {
  background-image: url("../assets/svg/medicinaFamiliaIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.FamiliaIcon:hover {
  background-image: url("../assets/svg/medicinaFamiliaIconhover.svg");
}

.oftalmologiaIcon {
  background-image: url("../assets/svg/oftalmologiaIcon_1.svg");
  height: 40px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  text-align: center;
}
.oftalmologiaIcon:hover {
  background-image: url("../assets/svg/oftalmologiaIconHover.svg");
}

.psiquiatriaIcon {
  background-image: url("../assets/svg/psiquiatriaIcon.svg");
  height: 40px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  text-align: center;
}
.psiquiatriaIcon:hover {
  background-image: url("../assets/svg/psiquiatriaIconhover.svg");
}
.UrgenciasIcon {
  background-image: url("../assets/svg/emergenciasIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.UrgenciasIcon:hover {
  background-image: url("../assets/svg/emergenciasIconhover.svg");
}
#MedicinaUrgencias {
  height: 40vh;
  background: url("../assets/img/urgencias.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.MedicinaUrgencias {
  background-image: url("../assets/img/urgencias.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.NefrologiaIcon {
  background-image: url("../assets/svg/nefrologyIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.NefrologiaIcon:hover {
  background-image: url("../assets/svg/nefrologyIconhover.svg");
}
#Nefrologia {
  height: 40vh;
  background: url("../assets/img/nefrologia.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Nefrologia {
  background-image: url("../assets/img/nefrologia.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.NeonatologiaIcon {
  background-image: url("../assets/svg/neonatologyIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.NeonatologiaIcon:hover {
  background-image: url("../assets/svg/neonatologyIconhover.svg");
}
#Neonatologia {
  height: 40vh;
  background: url("../assets/img/neonatologia.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Neonatologia {
  background-image: url("../assets/img/neonatologia.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.NeumologiaIcon {
  background-image: url("../assets/svg/neumologyIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.NeumologiaIcon:hover {
  background-image: url("../assets/svg/neumologyIconHover.svg");
}
#Neumologia {
  height: 40vh;
  background: url("../assets/img/neumologia.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Neumologia {
  background-image: url("../assets/img/neumologia.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.OncologiaIcon {
  background-image: url("../assets/svg/oncologiaIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.OncologiaIcon:hover {
  background-image: url("../assets/svg/oncologiaIconhover.svg");
}
#Oncologia {
  height: 40vh;
  background: url("../assets/img/oncologia.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Oncologia {
  background-image: url("../assets/img/oncologia.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.PediatriaIcon {
  background-image: url("../assets/svg/pediatriaIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.PediatriaIcon:hover {
  background-image: url("../assets/svg/pediatriaIconhover.svg");
}
#Pediatria {
  height: 40vh;
  background: url("../assets/img/pediatria.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Pediatria {
  background-image: url("../assets/img/pediatria.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.ReumatologiaIcon {
  background-image: url("../assets/svg/reumatologiaIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.ReumatologiaIcon:hover {
  background-image: url("../assets/svg/reumatologiaIconhover.svg");
}
#Reumatologia {
  height: 40vh;
  background: url("../assets/img/reumatología.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Reumatologia {
  background-image: url("../assets/img/reumatología.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.TraumatologiaIcon {
  background-image: url("../assets/svg/traumatologyIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.TraumatologiaIcon:hover {
  background-image: url("../assets/svg/traumatologyIconhover.svg");
}
#Traumatologia {
  height: 40vh;
  background: url("../assets/img/traumatología.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Traumatologia {
  background-image: url("../assets/img/traumatología.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.UrologiaIcon {
  background-image: url("../assets/svg/urologyIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.UrologiaIcon:hover {
  background-image: url("../assets/svg/urologyIconhover.svg");
}
#Urologia {
  height: 40vh;
  background: url("../assets/img/urologia.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Urologia {
  background-image: url("../assets/img/urologia.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.OtrosIcon {
  background-image: url("../assets/svg/otrosicon_2.svg");
  height: 50px;
  width: 60px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.OtrosIcon:hover {
  background-image: url("../assets/svg/otrosIconhover_2.svg");
}
#Otros {
  height: 40vh;
  background: url("../assets/img/otros.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Otros {
  background-image: url("../assets/img/otros.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
#Farmacologia {
  height: 40vh;
  background: url("../assets/img/farmacologia.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Farmacologia {
  background-image: url("../assets/img/farmacologia.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
#Familia {
  height: 40vh;
  background: url("../assets/img/familia.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Familia {
  background-image: url("../assets/img/familia.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
#Ginecologia {
  height: 40vh;
  background: url("../assets/img/obstetricia.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Ginecologia {
  background-image: url("../assets/img/obstetricia.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.NeurologiaIcon {
  background-image: url("../assets/svg/neurologyIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.NeurologiaIcon:hover {
  background-image: url("../assets/svg/neurologyIconhover.svg");
}
#Neurologia {
  height: 40vh;
  background: url("../assets/img/neurologia.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Neurologia {
  background-image: url("../assets/img/neurologia.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
.NeurorradiologiaIcon {
  background-image: url("../assets/svg/neuroradiologyIcon.svg");
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
}
.NeurorradiologiaIcon:hover {
  background-image: url("../assets/svg/neuroradiologyIconhover.svg");
}
#Neurorradiologia {
  height: 40vh;
  background: url("../assets/img/neuroradiologia.png");
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%;
}
.Neurorradiologia {
  background-image: url("../assets/img/neuroradiologia.png");
  height: 150px;
  width: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
/* FIN CSS BLOG  */
/* Fin estilos publicaciones  */

/* Banner  */
#bannerModal .modal-dialog {
  max-width: 800px; /* Puedes ajustar el tamaño según sea necesario */
}
#bannerModal img {
  width: 100%;
  height: auto;
}
/* Fin Banner  */

/* MEDIAQUERY */
/*ExtraSmall devices (landscape phones, 0px and up)*/
@media (min-width: 0px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1rem;
  }
  h4 {
    font-size: 0.95rem;
  }

  p,
  li {
    font-size: 1rem;
  }

  .mobile {
    display: none;
  }
  #construction {
    height: auto;
  }

  .logoScren {
    height: 80px;
    width: 200px;
  }

  .dnone {
    display: block;
  }
  .blueLine2 {
    padding: 5px;
    margin: 5px;
  }
  .blueLine {
    height: auto;
  }
  .bkgImg1,
  .bkgImg2,
  .bkgImg3,
  .bkgImg4,
  .bkgImg5 {
    width: auto;
  }
  div.amchart {
    max-width: 450px;
  }
  #chartdivVARIABLE {
    width: 935px;
    height: 700px;
  }

  #grid-3cols-home {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .mobile {
    display: none;
  }

  .dnone {
    display: block;
  }

  .logoScren {
    height: 80px;
    width: 200px;
  }

  .dnone {
    display: block;
  }
  .blueLine2 {
    padding: 5px;
    margin: 5px;
  }
  .bkgImg1,
  .bkgImg2,
  .bkgImg3,
  .bkgImg4,
  .bkgImg5 {
    width: 110%;
    min-height: 330px;
  }
  #home {
    height: auto;
    padding: 30px;
  }
  div.amchart {
    max-width: 450px;
  }
  #chartdivVARIABLE {
    width: 935px;
    height: 700px;
  }
  #grid-3cols-home {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.1rem;
  }

  p {
    font-size: 1rem;
  }
  .mobile {
    display: none;
  }
  .dnone {
    display: none;
  }
  #construction {
    height: 95vh;
  }

  .logoScren {
    height: 80px;
    width: 200px;
  }

  .dnone {
    display: block;
  }
  .blueLine2 {
    padding: 5px;
    margin: 5px;
  }
  .bkgImg1,
  .bkgImg2,
  .bkgImg3,
  .bkgImg4,
  .bkgImg5 {
    width: 110%;
    min-height: 345px;
  }
  #home {
    height: auto;
    padding: 30px;
  }
  div.amchart {
    max-width: 100%;
  }
  #chartdivVARIABLE {
    width: 100%;
    height: 600px;
  }
  #chartdivDONUT {
    width: 100%;
    height: 850px;
  }
  #grid-3cols-home {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .mobile {
    display: block;
  }
  .logoEuropa {
    width: 190px;
  }
  .dnone {
    display: none;
  }

  .logoScren {
    height: 70px;
    width: 200px;
  }

  .blueLine {
    height: 900px;
  }
  #chartdivVARIABLE {
    width: 100%;
    height: 500px;
  }
  #grid-3cols-home {
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .mobile {
    display: block;
  }

  .dnone {
    display: none;
  }

  .logoScren {
    height: 80px;
    width: 200px;
  }

  .logoEuropa {
    height: 60px;
    width: 230px;
  }

  .blueLine {
    height: 750px;
  }
  #chartdivVARIABLE {
    width: 100%;
    height: 500px;
  }
  #grid-3cols-home {
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  }
}
