/* Para que la barra de desplazamiento vertical siempre esté visible */
html {
  overflow-y:scroll;
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url("../multimedia/imgs/loader.gif");
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -15px 0 0 -15px;
  background-size: contain;
  /* is width and height divided by two */
}


body {
  color: #546e7a;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  letter-spacing: .03em;
}

.home-icon {
  height: 30px;
}

.home-icon-active {
  height: 30px;
}

.enlace-gris {
  color: #546e7a !important;
  text-decoration: none;
}


nav {
  font-family: 'Oswald', sans-serif !important;
}

.nav-color {
  background-color: #860017;
  font-size: 16px;
  line-height: 1.5;
}

.nav-link {
  color: #fff !important;
  transition:.30s;
}
.nav-link:hover {
  color: #ffd1a9 !important;
  transition:.30s;
}

.nav-espacio {
  margin-left: 4px;
}

.nav-active {
  color: #ffd1a9 !important;
}

.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}

.dropdown-menu a{
  font-size: 16px !important;
  line-height: 1.5;
  font-family: 'Oswald', sans-serif;
}

.dropdown-menu-ajuste {
  top: 80%;
  background-color: #860017;
  -webkit-box-shadow: -1px -2px 21px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px -2px 21px -9px rgba(0,0,0,0.75);
  box-shadow: -1px -2px 21px -9px rgba(0,0,0,0.75);
}

.dropdown-item {
  color: #fff;
}

.dropdown-toggle::after {
  transition: transform 0.15s linear;
}

.dropdown-item:active {
  background-color: #ff4800;
}

.show.dropdown .dropdown-toggle::after {
  transform: translateY(5px);
}


.navbar-nav li:hover .dropdown-menu {
  display: block;
}

#navbarSupportedContent {
  transition: 0.55s;
}

.logo-texto {
  font-size: 0.55rem;
  font-family: 'Work Sans', sans-serif;
  position: relative;
  top: 4px;
}

.logo-texto2 {
  color: #fff;
  position: relative;
  top: 4px;
  left: 3px;
}

.logo-container {
  margin-top: 20px;
}

.logo-svg {
  width: 316px;
  margin-bottom: 10px;
}

.bp {
  background-color: #1eaa47;
  color:#2f2b2b !important;
}

.flexpanel {
  border-radius: 4px;
  padding: 1rem;
  margin-top: 2rem;
  background-color: #F5F5F5;
  color: #323B40;
}

.flexitem1 {
  border-radius: 4px;
  padding: 1rem;
  margin-top: 2rem;
  background-color: #C7E8C8;
  color: #42B045;
}

.flexitem2 {
  border-radius: 4px;
  padding: 1rem;
  margin-top: 2rem;
  background-color: #B9E5FE;
  color: #00A5FA;
}

.flexitem3 {
  border-radius: 4px;
  padding: 1rem;
  margin-top: 2rem;
  background-color: #e6e2eb;
  color: #00A5FA;
}

.img-home-medicos {
  width: 34% !important;
  position: absolute;
  right: 0px;
}

.home-container-derecha {
  position: relative;
}

.texto-azul {
  color: #1f9ed9;
}

.texto-gris {
  color: #939393 !important;
}

.negrita {
  font-weight: 600;
}

.lista-disc li::before {
  content: "•";
  margin: 0 1rem 0 0;
  color: #b1b1b1;
}

.lista-disc li {
  list-style: none;
  text-indent: -1.5rem;
}

.scene-izquierda {
  position: absolute;
}

.scene-derecha {
  position: absolute;
  right: 320px;
}

.container-carrusel {
  margin-top: 30px;
  background-color: #f5f6fa;
  padding-top: 60px;
  padding-bottom: 40px;
  margin-top: 130px;
  border-top: 2px #f0f0f0 solid;
  border-bottom: 2px #f0f0f0 solid;
}

.container-carrusel h4{
  font-size: 28px;
  font-weight: 600 !important;
  margin-bottom: 2rem;
  color:#074c91;
}

.carrusel-titulo {
  color:#297ad0;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}

.carrusel-texto {
  margin-bottom: 3rem;
}

.carrusel-control-mod{
  border-radius: 13% !important;
}

.carousel-control-next-icon.bg-dark.border.border-dark.rounded-circle.carrusel-control-mod {
  height: 40px;
}

.carousel-control-prev-icon.bg-dark.border.border-dark.rounded-circle.carrusel-control-mod {
  height: 40px;
}

.card-min-height {
  min-height: 380px;
  padding: 16px 40px;
}

.carrusel-pie {
  color: #61a1bc;
  margin: 0 auto;
  right: 0;
  left: 0;
  position: absolute;
  bottom: 0;
}

.texto-bloque1 {
  font-size: 22px;
  font-weight: 400;
}

.btn-acceso {
  color: #fff !important;
  background-color: #218dbf;
  border-color: #bdd3ea;
}

.btn-acceso-bg{
  background-color:#c6edff;
}

.btn-acceso-navbar a{
  margin-left: 30px;
  color:#000 !important;

  transition: 0.3s ease;
}

.btn-acceso-navbar a:hover{
  color:#000 !important;
  background-color:#fff;
  transition: 0.3s ease;
}

.section-inicio-3 {
  background-image: url("../multimedia/imgs/fondo_inicio3.jpg");
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-inicio-3-titulo {
  font-size: 24px;
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #c8edff;
}

.section-inicio-3-icono {
  color: #fff;
}

.section-inicio-3-texto, .section-inicio-3-texto a {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  color: #ffffe6;
}

.section-inicio-3-texto a i{
  color: red;
  -webkit-animation: color-change 4s infinite;
  -moz-animation: color-change 4s infinite;
  -o-animation: color-change 4s infinite;
  -ms-animation: color-change 4s infinite;
  animation: color-change 4s infinite;
}

@-webkit-keyframes color-change {
  0% {color: white;}
  50% {color: orange;}
  100% {color: red;}
}
@-moz-keyframes color-change {
  0% {color: white;}
  50% {color: orange;}
  100% {color: red;}
}
@-ms-keyframes color-change {
  0% {color: white;}
  50% {color: orange;}
  100% {color: red;}
}
@-o-keyframes color-change {
  0% {color: white;}
  50% {color: orange;}
  100% {color: red;}
}
@keyframes color-change {
  0% {color: white;}
  50% {color: orange;}
  100% {color: red;}
}

.borde-gradiente-izquierdo-naranja {
  padding-left: 15px;
  border-width: 3px 0 3px 3px;
  border-style: solid;
  -webkit-border-image:
  -webkit-gradient(linear, 100% 0, 0 0, from(#fbb600), to(rgba(0, 0, 0, 0))) 1 100%;
  -webkit-border-image:
  -webkit-linear-gradient(right, #fbb600, rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image:
  -moz-linear-gradient(right, #fbb600, rgba(0, 0, 0, 0)) 1 100%;
  -o-border-image:
  -o-linear-gradient(right, #fbb600, rgba(0, 0, 0, 0)) 1 100%;
  border-image:
  linear-gradient(to right, #fbb600, rgba(0, 0, 0, 0)) 1 100%;
}

.borde-gradiente-izquierdo-rojo {
  padding-left: 15px;
  border-width: 3px 0 3px 3px;
  border-style: solid;
  -webkit-border-image:
  -webkit-gradient(linear, 100% 0, 0 0, from(#df2323), to(rgba(0, 0, 0, 0))) 1 100%;
  -webkit-border-image:
  -webkit-linear-gradient(right, #df2323, rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image:
  -moz-linear-gradient(right, #df2323, rgba(0, 0, 0, 0)) 1 100%;
  -o-border-image:
  -o-linear-gradient(right, #df2323, rgba(0, 0, 0, 0)) 1 100%;
  border-image:
  linear-gradient(to right, #df2323, rgba(0, 0, 0, 0)) 1 100%;
}

#contenedor-footer {
  padding-left: 0px;
  padding-right: 0px;
  min-height: 150px;
  color: #fff;
  padding-top: 80px;
}
#footer-superior {
  min-height: 45px;
}
footer {
  color: #002771;
  margin-top: 40px;
  font-family: 'Nunito', sans-serif;
  font-size: 0.9rem;

}
footer ul{
  margin-left: -40px;
}
footer li{
  list-style-type: none;
  padding-left: 8px;
  margin-top: 3px;
}
footer a{
  color: #094c8f;
}
footer a:hover {
  /*background-color: #EFEFEF;*/
  text-decoration: none;
}

.footer-links-transition{
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.orange { border-left: 5px solid #e94e1f; }
.orange:hover{ border-left: 10px solid #e94e1f; }
.orange a:hover { background-color: #ff390052; }

.cyan{ border-left: 5px solid #1f9eda; }

.green{ border-left: 5px solid #8EBD40; }
.green:hover{ border-left: 10px solid #8EBD40; }
.green a:hover{ background-color: #8dbd404d; }

.purple { border-left: 5px solid #c11532; }
.purple a:hover { background-color: #ffe4e8; }
.purple:hover{ border-left: 10px solid #940019; }

.text-copyright {
  color: #8e8e8e;
  font-size: 0.8rem;
}
#links-footer {
  margin-left: -33px;
}

.hr-footer-sup {
  border: none;
  /* height: 20px; */
  width: 90%;
  height: 50px;
  margin-top: 0;
  border-bottom: 1px solid #0f477c;
  box-shadow: 0 20px 20px -20px #c5c5c5;
  margin: 0px auto 88px;
  background-image: linear-gradient(left, #f0f0f0, #8c8c8c, #f0f0f0);

}

.lista-recursos_cientificos {
  font-size: 1.1rem;
}

.wow {
  visibility: hidden;
}

.section-recursos {
  background-color: #f5f6fa;
  padding-bottom: 7rem;
}

.section-recursos a {
  text-decoration: none;
  color: #546e7a;
  font-size: 1.3rem;
  transition: 0.3s;
}

.section-recursos a:hover {
  text-decoration: none;
  color: #bf2d00;
}


ul.gradient-list {
  counter-reset: gradient-counter;
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 1rem;
}
ul.gradient-list > li {
  background: white;
  border-radius: 0 0.5rem 0.5rem 0.5rem;
  counter-increment: gradient-counter;
  margin-top: 1.4rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}
ul.gradient-list > li, ul.gradient-list > li::before {
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem
  rgba(75, 0, 0, 0.05);
}

ul.gradient-list > li::before {
  align-items: flex-end;
  content: counter(gradient-counter);
  color:#202020;
  display: flex;
  font: 900 1.5em/1 'Oswald';
  justify-content: flex-end;
  padding: 0.25em 0.25em;
  z-index: 1;
}

ul.gradient-list > li::before, ul.gradient-list > li::after {
  background: linear-gradient(115deg, #ff8059 0%, #ffe03a 100%);
  border-radius: 2rem 1rem 0.5rem 1rem;
  height: 3rem;
  left: -1rem;
  overflow: hidden;
  position: absolute;
  top: -1rem;
  width: 3rem;
}




ul.icono-paper {
  list-style: none;
  margin: 1.75rem 0;
  padding-left: 1rem;
}
ul.icono-paper > li {
  background: white;
  margin-top: 1.4rem;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  position: relative;
}
ul.icono-paper > li, ul.icono-paper > li {
  box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem
  rgba(75, 0, 0, 0.05);
}

ul.icono-paper > li::before {
  align-items: flex-end;
  content: '';
  color:#202020;
  display: flex;
  font: 900 1.5em/1 'Oswald';
  justify-content: flex-end;
  padding: 0.25em 0.25em;
  z-index: 1;
}

ul.icono-paper > li::before, ul.icono-paper > li::after {
  height: 3rem;
  left: 0.5rem;
  overflow: hidden;
  position: absolute;
  top: 0.56em;
  width: 2rem;
}

ul.icono-paper > li::before {
  background-image:url('../multimedia/imgs/icono_paper2.svg') !important;
  background-size:contain !important;
  background-repeat:no-repeat !important;

}

ul.icono-paper > li {


}

.texto-recursos-seccion {
  font-family: 'Work Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0;
}

.texto-recursos-seccion-color-blanco{
  color: #fff !important;
}

.texto-recursos-seccion-color-oscuro{
  color: #29293a !important;
}

.texto-recursos-titulo {
  font-family: 'Work Sans', sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.texto-recursos-titulo-h5 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.texto-recursos-autor {
  font-family: 'Nunito', sans-serif;
  font-size: 0.8rem;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color:
  black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}

.mt-10 {
  margin-top: 10rem !important;
}

.section-resumenes {
  background-color: #114a89;
}

.texto-resumenes-seccion {
  color: #fff !important;
  background-color: #4d4d4d;
}

.section-resumenes a {
  text-decoration: none;
  color: #546e7a;
  transition: 0.3s;
  font-size: 1.3rem;
}

.section-resumenes a:hover {
  text-decoration: none;
  color: #bf2d00;
}

.texto-resumenes-titulo {
  color: white;
}

.section-infografias {
  background-color: #18314d;
}

.section-infografias a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  font-size: 1.3rem;
}

.section-infografias a:hover {
  text-decoration: none;
  color: #ffd0a7;
}

.section-infografias li:hover {
  /*padding-top: 2px;*/
  transition: 0.4s;
}

.section-infografias li {
  padding-top: 0px;
  list-style: none;
  transition: 0.4s;
  margin-bottom: 20px;
}

.section-infografias li:hover .far {
  padding-right: 6px;
  padding-left: 4px;
  color: red;
  transition: 0.4s;
}

.section-infografias .far {
  padding-right: 10px;
  font-size: 2.2rem;
  color: #5796a4;
  transition: 0.4s;
}

.section-infografias li a span {
  position: relative;
  top: -5px;
  left: 3px;
}


.section-casos {
  background-color: #f5f6fa;
}

.section-casos a {
  text-decoration: none;
  color: #535353;
  transition: 0.3s;
  font-size: 1.3rem;
}

.section-casos a:hover {
  text-decoration: none;
  color: #d57300;
}

.section-casos li:hover {
  /*padding-top: 2px;*/
  transition: 0.4s;
}

.section-casos li {
  padding-top: 0px;
  list-style: none;
  transition: 0.4s;
  margin-bottom: 20px;
  text-align: left;
}

.section-casos li:hover .fas {
  padding-right: 6px;
  padding-left: 4px;
  color: #e15400;
  transition: 0.4s;
}

.section-casos .fas {
  padding-right: 10px;
  font-size: 2.2rem;
  color: #5796a4;
  transition: 0.4s;
}

.section-casos li a span {
  position: relative;
  top: -5px;
  left: 3px;
}

.texto-recursos-seccion-subrayado-casos {
  position: relative;
  left: 0px;
  margin: 0 auto;
  top: -43px;
  width: 777px;
  height: 1px;
  background: rgb(243, 94, 77);
  box-shadow: 0 0 10px rgb(243, 94, 77);
}

.texto-recursos-seccion-subrayado-resumenes {
  position: relative;
  left: 0px;
  margin: 0 auto;
  top: -43px;
  width: 777px;
  height: 1px;
  background: rgb(246, 141, 22);
  box-shadow: 0 0 10px rgb(246, 141, 22);
}

.texto-recursos-seccion-subrayado-guias {
  position: relative;
  left: 0px;
  margin: 0 auto;
  top: -43px;
  width: 777px;
  height: 1px;
  background: rgb(251, 201, 83);
  box-shadow: 0 0 10px rgb(251, 201, 83);
}



.texto-recursos-seccion-subrayado {
  position: relative;
  left: 0px;
  margin: 0 auto;
  top: -43px;
  width: 777px;
  height: 1px;
  background: rgba(150,250,250,0.5);
  box-shadow: 0 0 10px rgba(70,250,250,1);
}

.section-sesiones-border-top {
  border-top: 1px solid #000 !important;
}

.texto-azul-grande {
  font-size: 1.5rem;
  font-weight: 600;
}

.texto-grande {
  font-size: 1.5rem;
  font-weight: 600;
}

.section-sesiones-01 {
  background-color: #f5f6fa;
}

.section-sesiones-02 {
  background-color: #18314d;
}

.section-sesiones-03 {
  background-color: #e8e8e8;
}

.section-sesiones-texto-01 {
  text-align: left;
  color: #e8e8e8 !important;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.6;
  padding-bottom: 20px;
}
.section-sesiones-texto-02 {
  text-align: left;
  color: #fff !important;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
}
.section-sesiones-texto-03 {
  text-align: left;
  color: #717171 !important;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.6;
  padding-bottom: 20px;
}
.section-sesiones-texto-03b {
  padding-top: 0px;
  margin-top: -10px;
  font-size: 1.1rem;
}

.section-sesiones-texto-03c {
  padding-top: 0px;
  margin-top: -10px;
  font-size: 0.9rem;
  font-style: italic;
}


.section-sesiones-texto-04 {
  text-align: left;
  color:#282828 !important
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
}



/* Sticky para Internet Explorer*/
.sticky-top-ie{
  position:fixed;
  width:100%;
  z-index:99;
  top:0px;
}

.btn-top {
  position:fixed;
  right:15px;
  bottom:15px;
  z-index:100;
  width:48px;
  height:48px;
  border-radius:6px;
  color:#29293a;
  background:#860017;
  overflow:hidden;
  text-align:center;
  text-decoration:none;
  transform:translate3d(0,100px,0);
  opacity: 0;
  transition: 1.0s ease;
}
.btn-top::before,
.btn-top::after {
  background-image: url("../multimedia/imgs/flecha_up.svg");
  font-size:20px;
  line-height:48px;
  vertical-align:middle;
  transition:transform .3s cubic-bezier(.2,1,.3,1),opacity .3s cubic-bezier(.2,1,.3,1)
}
.btn-top::before {
  display:block
}
.btn-top::after {
  position:absolute;
  width:100%;
  top:50%;
  left:0;
  opacity:0;
  transform:translate3d(0,0,0)
}
.btn-top:hover::before {
  opacity:0;
  transform:translate3d(0,-30%,0)
}
.btn-top:hover::after {
  opacity:1;
  transform:translate3d(0,0,0) translateY(-50%)
}
.btn-top:hover {
  color:#fff;
  background:#c11532;
  text-decoration:none
}
.btn-top:focus {
  color:#fff
}
.btn-top.active {
  transform:translate3d(0,0,0)
}
html.mobile .btn-top,
html.tablet .btn-top {
  display:none!important
}
.btn-top img {
  position: relative;
  top: 4px;
  padding: 7px;
  transition: .3s ease;
}
.btn-top img:hover {
  top:-2px;
  padding-bottom: 10px;
  transition: .3s ease;
}

.btn-down {
  position:fixed;
  right:72px;
  bottom:15px;
  z-index:100;
  width:48px;
  height:48px;
  border-radius:6px;
  color:#29293a;
  background:#860017;
  overflow:hidden;
  text-align:center;
  text-decoration:none;
  transform:translate3d(0,100px,0);
  opacity: 1;
  transition: 1.0s ease;
}
.btn-down::before,
.btn-down::after {
  background-image: url("../multimedia/imgs/flecha_up.svg");
  font-size:20px;
  line-height:48px;
  vertical-align:middle;
  transition:transform .3s cubic-bezier(.2,1,.3,1),opacity .3s cubic-bezier(.2,1,.3,1)
}
.btn-down::before {
  display:block
}
.btn-down::after {
  position:absolute;
  width:100%;
  top:50%;
  left:0;
  opacity:0;
  transform:translate3d(0,0,0)
}
.btn-down:hover::before {
  opacity:0;
  transform:translate3d(0,-30%,0)
}
.btn-down:hover::after {
  opacity:1;
  transform:translate3d(0,0,0) translateY(-50%)
}
.btn-down:hover {
  color:#fff;
  background:#c11532;
  text-decoration:none
}
.btn-down:focus {
  color:#fff
}
.btn-down.active {
  transform:translate3d(0,0,0)
}
html.mobile .btn-down,
html.tablet .btn-down {
  display:none!important
}
.btn-down img {
  position: relative;
  top: 4px;
  padding: 7px;
  transition: .3s ease;
}
.btn-down img:hover {
  top:-2px;
  padding-bottom: 10px;
  transition: .3s ease;
}

.section-inicio-3 h3 {
  font-family: 'Work Sans', sans-serif;
  font-size: 2.7rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
}

.btn-navbar, .btn-document {
  width: 180px;
  height: 40px;
  outline: none;
  cursor: pointer;
  background: none;
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 1rem !important;
  border-radius: 5px;
  font-family: 'Oswald', sans-serif !important;
  margin-top: 16px;
  margin-bottom: 20px;
}

.btn-document a {
  font-size: 1rem !important;
}

.btn-naranja {
  border: 2px solid #F07730;
}

.btn-naranja, .btn-naranja a{
  color: #F07730;
}

.btn-naranja:hover, .btn-naranja a:hover {
  color: #fff;
}

.btn-naranja:hover a {
  color: #fff;
}

.btn-naranja:hover {
  background-color: #F07730;
  border: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn-azul {
  border: 2px solid #074C91;
}

.btn-azul, .btn-azul a{
  color: #074C91;
}

.btn-azul:hover, .btn-azul a:hover {
  color: #fff;
}

.btn-azul:hover {
  background-color: #074C91;
  border: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn-blanco {
  border: 2px solid #fff;
}

.btn-blanco, .btn-blanco a{
  color: #fff;
}

.btn-blanco:hover, .btn-blanco a:hover {
  color: #074C91;
}

.btn-blanco:hover a {
  color: #074C91;
}

.btn-blanco:hover {
  background-color: #fff;
  border: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}


.btn-verde {
  border: 2px solid #80BA26;
}

.btn-verde, .btn-verde a{
  color: #80BA26;
}

.btn-verde:hover, .btn-verde a:hover {
  color: #fff;
}

.btn-verde:focus, .btn-verde a:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(50 61 72 / 9%);
}

.btn-verde:hover a {
  color: #fff;
}


.btn-gris {
  border: 2px solid #c4c4c4;
}

.btn-gris a{
  color: ##c4c4c4;
}

.btn-gris a:hover {
  color: #fff;
}

.btn-gris:hover a {
  color: #fff;
}

.btn-gris:hover {
  background-color: #515151;
  color: #d5d5d5 !important;
  border: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}



.btn-carrusel {
  margin-left: auto !important;
  margin-right: auto !important;
  left: 0;
  right: 0;
  margin-bottom: 20px !important;
  margin-top: 5px !important;
}

.btn-verde:hover {
  background-color: #80BA26;
  border: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}
.pb-13 {
  padding-bottom: 13rem !important;
}

.pt-13 {
  padding-top: 13rem !important;
}


.pt-10 {
  padding-top: 10rem !important;
}

.w-60 {
  width: 60% !important;
}

.icono_recursos_padres {
  position: relative;
  top: -37px;
  left: -16px;
  background:
  white;
  padding-right: 15px;
}











.titulo-recurso {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  color: #083865;
}
.titulo-recurso-texto {
  font-family: 'Nunito', sans-serif;
  line-height: 1.5;
}
.ebook-texto-acceso {
  margin-top: 1rem;
  font-size: 1.0rem;

}
.ebook-texto-acceso {
  margin-left: -35px;
}
.icono-recurso {
  font-size: 50px;
}

svg.svg-inline--fa.fa-external-link-alt.fa-w-18.fa-xs {
  margin-bottom: 2px;
}

div.row.margen-ebook{
  margin-top: 60px;
  margin-bottom: 50px;
}

.row-recurso {
  margin-bottom: 4rem;
}

.embed-responsive{
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  width: 90%;
  -moz-box-shadow: 0 0 10px #000000;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;

}

.link-underline {
  border-bottom: 2px solid currentColor;
  padding-bottom: 2px;
  display: inline-block;
  line-height: 0.85;
  text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
  font-size: 1.2rem;
  color: #124187 !important;
}

.link-underline:hover {
  color: #ef7824 !important;
}

.video-galeria {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.icono-div {
  transition: .5s ease;
  opacity: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}

.video-div:hover .video-galeria {
  opacity: 0.3;
}

.video-div:hover .icono-div {
  opacity: 1;
}

.icono-video {
  color: #061e38!important;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230f477c' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230f477c' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}









.miniatura {
  position: relative;
  overflow: hidden;
  display: flex;
  text-align: left;
}

.miniatura * {
  color: inherit;
}

.miniatura, .miniatura:active, .miniatura:focus, .miniatura:hover {
  color: #fff;
}

.miniatura:hover {
  color: #fff;
}

.miniatura:hover {
  cursor: pointer;
  transition: 0.3s;
}


.miniatura > * {
  width: 100%;
  flex-shrink: 0;
}

.miniatura-title {
  font-size: 18px;
  line-height: 1.33333;
  letter-spacing: 0;
}

.miniatura-dummy {
  visibility: hidden;
  pointer-events: none;
  width: 100%;
}

.miniatura-dummy::before {
  content: '';
  display: block;
  padding-bottom: 69.18919%;
}

.miniatura-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  max-width: none;
  background-position: center center;
  background-size: cover;
}

@supports (object-fit: cover) {
  .miniatura-image {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
    object-position: center center;
  }
}

.miniatura-caption {
  position: relative;
  width: 100%;
  padding: 6%;
  background: rgba(68, 88, 120, 0.6);
  z-index: 1;
}

.miniatura-caption .icon {
  font-size: 30px;
  line-height: 1;
  color: #fff;
}

@media (max-width: 575.98px) {
  .miniatura {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }

}

@media (min-width: 992px) {
  .miniatura-caption {
    padding: 9.5% 10% 6%;
  }

  .miniatura-title-20 {
    font-size: 20px;
  }
  .miniatura-title-19 {
    font-size: 19px;
  }
  .miniatura-title-24 {
    font-size: 24px;
  }
}

html:not(.tablet):not(.mobile) .miniatura-caption {
  padding-top: 2%;
  transform: translateY(70.5%);
  transition: .3s all linear;
  background: rgba(68, 88, 120, 0.9);
}

html:not(.tablet):not(.mobile) .miniatura-text {
  visibility: hidden;
  opacity: 0;
  transition: .3s all linear;
}

html:not(.tablet):not(.mobile) .miniatura:hover .miniatura-caption {
  transform: none;
  padding-top: 2%;
}

html:not(.tablet):not(.mobile) .miniatura:hover .miniatura-text {
  opacity: 1;
  visibility: visible;
}


.modal-content {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 0;
}



.modal-header {
  color: #d5d5d5;
}

.close {
  color: white;
  text-shadow: none;
}

.modal-footer button{
  color: white !important;
}

.texto-verde {
  color: #80ba26 !important;
}
.texto-amarillo {
  color: #fbb51b !important;
}
.borde-sup-verde {
  border-top: 10px solid #80ba26;
}
.texto-azul {
  color: #1f9ed9 !important;
}
.borde-sup-rojo {
  border-top: 10px solid #c11632;
}

.borde-sup-azul {
  border-top: 10px solid #074c91;
}

.proximamente {
  display: inline-block;
  /* float: right; */
  /* margin: 0px 0px; */
  padding: 15px;
  color: rgb(193, 21, 50);
  text-align: center;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  font-size: 40%;
  border: 3px solid rgb(193, 21, 50);
  -ms-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  transform: rotate(-12deg);
  position: absolute;
  right: 58px;
  bottom: 71px;
}
.proximamente span{
  display:block;
  font-size:320%;
}

.flecha-abajo {
  animation-name: flecha;
  animation-duration: 1.0s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  color: #c1c1c1;
  position: fixed;
  left: 3rem;
  bottom: 30px;
  cursor: pointer;
}

.flecha-abajo-peq {
  animation-name: flecha;
  animation-duration: 1.0s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  cursor: pointer;
}

@keyframes flecha {
  0% {
    transform: scale(.7);
  }
  100% {
    transform: scale(1);
  }
}

.texto-resumenes-inferior {
  font-size: 1rem;
  font-style: italic;
  padding-top:10px;
  color: #157e7e;
}

nav {
  z-index: 10;
}

.logo-nuevo-desktop {
  width: 50%;
  width: 260px;
}

.logo-nuevo-mob {
  width: 180px;
}


.correoinv:before {
  content: attr(data-user) "\0040" attr(data-website);
  unicode-bidi: bidi-override;
  direction: ltr;
}

#logo_navbar_superior {
  opacity: 1;
}

#logo_navbar {
  opacity: 0;
}
#logo_navbar_mob {
  /*opacity: 0;*/
  display: none;
}


#barraaceptacion {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  min-height: 40px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  z-index: 99999;
  min-height: 60px;
}

.inner {
  width: 100%;
  position: absolute;
  padding-left: 5px;
  font-family: verdana;
  font-size: 0.9rem;
  top: 20%;
}

.inner a.cookie-info {
  padding-left: 5px;
  text-decoration: none;
  color: #80ba26;
}

.inner a.cookie-button {
  background-color: #1f9ed9;
  padding: 0.200rem 0.75rem;
  margin-left: 2.8rem;
}

.modal-legal {
  background-color: #fff;
}

.modal-legal-title {
  font-size: 28px;
  font-weight: 600 !important;
  margin-bottom: 2rem;
  color: #074c91;
}


.embed-vimeo-container {
  --video--width: 1296;
  --video--height: 540;

  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}

.embed-vimeo-container iframe,
.embed-vimeo-container object,
.embed-vimeo-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





/* ========= MQUERIES ========= */

@media screen and (max-width: 575px) {
  .img-home-medicos {
    display: none;
  }

  .texto-bloque1 {
    font-size: 18px;
  }
  .separador-video {

    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .texto-recursos-seccion-subrayado {
    width: 80%;
  }

  .texto-bloque1 {
    font-size: 19px;
  }

  .pb-md-7 {
    padding-bottom: 7rem !important;
  }

  ul.icono-paper li {
    margin-left: -20px;
  }

  .ul-infografias li {
    margin-left: -40px;
  }

  .section-sesiones-02-texto {
    padding-left: 10px !important;
  }
  .section-sesiones-texto-03 {
    padding-left: 10px !important;
  }
  .pl-mdx-0 {
    padding-bottom: 0rem !important;
    margin-left: -31px;
  }
  .separador-video {

    padding-top: 20px;
  }

}


/*.section-sesiones-texto-03, .section-sesiones-texto-03b, .section-sesiones-texto-03c {
padding-left: 0px !important;
margin-left: -27px !important;
}*/


@media screen and (max-width: 991px) {
  .sticky-top {
    position: fixed !important;
    top:0;
    left: 0;
    right: 0;
  }
  body {
    margin-top: 50px;
  }
  .solo-movil {
    display: block;
  }
  .scene-inicio-bg {
    background-image: url("../multimedia/imgs/molecula.svg");
    background-position: top;
    background-size: contain;
  }
  .scene-inicio-anim {
    display: none !important;
  }
  .img-home-medicos {
    width: 30% !important;
    z-index: -1;
  }
  .texto-recursos-seccion-subrayado {
    width: 90%;
  }

  .texto-bloque1 {
    font-size: 20px;
  }

  .embed-responsive {
    width: 100% !important;
  }

  .ancho-video {
    max-width: 96%;
  }

  .section-sesiones-01, .section-sesiones-02, .section-sesiones-03 {
    padding-bottom: 60px;
  }
  .separador-video {
    padding-top: 20px;
  }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .nav-espacio-collapse {
    margin-left: 25px;
    margin-right: 15px !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
  .solo-movil {
    display: none;
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .nav-espacio-collapse {
    margin-left: 50px;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .ul-infografias {
    padding-left: 12rem !important;
  }
  .ancho-video {
    max-width: 70%;
  }
  .logo-container {
    margin-top: 10px;
  }
}


/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .logo-container-navbar {
    margin-left: 80px;
  }
  .logo-container {
    margin-left: 80px;
  }
  .btn-navbar {
    margin-left: 30px;
    /*margin-bottom: 0px;*/
  }
  .btn-document {
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .modal-dialog {
    max-width: 70%;
  }
  .sep-videoteca {
    height: 7rem;
  }
  .separador-video {
    padding-top: 70px;
  }
}


@media (orientation: portrait) {
  li.nav-item.nav-espacio, li.nav-item.nav-espacio-collapse {
    margin-right: 0 !important;
  }
}

/* ========= Carrusel Cursos ============= */
@media (max-width: 768px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* display 2 */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(50%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-50%);
  }
  .sep-videoteca {
    height: 3rem;
  }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{
  transform: translateX(0);
}

/* display 3 */
@media (min-width: 992px) {

  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }


  .carousel-inner .carousel-item-right,
  .carousel-inner .carousel-item-left{
    transform: translateX(0);
  }

  .sep-videoteca {
    height: 5rem;
  }

}

@media (min-width: 1440px) {
  .separador-video {
    padding-top: 70px;
  }
}





/*  Media query para IE */

@media all and (max-width: 2400px) and (-ms-high-contrast:active), (-ms-high-contrast:none){
  .modal-body {
    padding:1em;
    min-height: 70vh;
    align-items: center;
    /*display:flex;*/
    justify-content: center;
    flex-direction: column;
  }
  .modal-body video{
    display: flex;
  }
  .modal-header {
    display: flex;
  }
}

.banner1{
  position: fixed;
  z-index: 1030;
  top: 35%;
  border: black;
  left: 25%;
  outline: 3px groove #3B3B3B;
  outline-offset: 0px;
}
