html {
  overflow-x: clip;
 
}

.grid{
  display: grid;
}


.img-fluid {
	width: 100%;
	padding-top: 5%;
}

.navbar{
    padding: 20px;
}
.bg-navbar{
    background-color: #16BFB2;
}
.centrarItems{
    margin-left: 10%;
}
a:hover{
    text-decoration: none;
}
.itemWhite{
    align-items: center;
    text-align: center;
     margin-right: 2rem;
     color: #FFF;
     font-family: Rubik;
     font-size: 18px;
     font-style: normal;
     font-weight: 500;
     line-height: normal;
  
}
.heightNavbar{
    height: 56px;
}
.image{
    object-fit: cover;
    width:100%;
    height:100%;
}
.logo{
    margin-left: 20%;
    margin-top: 1%;
    margin-bottom: 1%;
}
.quienesSomos{
   color: #0B67B2;
   font-family: Rubik;
   font-size: 30px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   display: grid;
}
.textoQuienesSomos{
    text-align: justify;
   color: #000;
   font-family: Rubik;
   font-size: 19px;
   font-style: normal;
   font-weight: 400;
   line-height: 1.5;
}
.bajarImagen{
  position: relative;
  justify-content: right;
  display: grid;
}

.img-modelo {
  width: 100%;
  height: auto;
}

.div-footer-logo-mosaico{

  display: flex;
  align-items: end;
  justify-content: center;
  margin: 2em;
}

.icono-inferior-footer{
  align-self: center;
}

.icono-inferior-footer.logo-lib-footer {
	scale: 0.5;
}


.div-central{

  min-height: 50vh;
}

.div-contactanos {

  padding: 1em 2em;
  color: #6B6B6B;
  border-radius: 30px;
  height: fit-content;
  display: grid;
  align-items: start;
  font-weight: 500;
  border: none;
}

.div-left-contactanos > * {
	padding: .8em;
}

.texto-blanco{
  color: #fff;
  font-family: Rubik;
}

.div-left-contactanos{
  display: grid;
  justify-content: center;
}


.img-plataforma{

  width: 100%;
  height: auto;
}

.div-platform-title{
  position: absolute;
  top:0;
  display: flex;
  flex-direction: column;
  padding-top: 3em;
}

.div-mapa{

  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}

.div-mapa > svg {
  max-width: 100%;
}


.divRecursos{
    flex-shrink: 0;
    background-color:#F2F2F2;

}
.textRecursos {
    color: #0B67B2;
    font-family: Rubik;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: grid;
   
 }
.paddingLeft{
    padding-left: 10%;
    padding-right: 10%;

}
.pRecursos{
    text-align: justify;
    color: #000;
    font-family: Rubik;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}

.scc{

  display: grid;
  justify-items: center;

}

p {
  line-height: 1.5 !important;
}

.p-videos {

  font-family: Rubik;
  font-size: 19px;
  font-weight: 400;
  line-height: 18.96px;

}
@media only screen and (min-width: 2500px) {
  /* html {
    margin-inline: 5%;
  } */
}


.div-contenedor-img-1.paddingLeft.pagina-interior {
	min-height: 15em;
  align-content: end;
}

.fichasMosaico{

    color: #FFF;
font-family: Rubik;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.aprendeMosaico{
    margin-top: 3%;
   color: #0B67B2;
   font-family: Rubik;
   font-size: 30px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   display: grid;
}
.cursos{
   color: #0B67B2;
   font-feature-settings: 'clig' off, 'liga' off;
   font-family: Rubik;
   font-size: 20px;
   font-style: normal;
   font-weight: 400;
   line-height: 140%; /* 28px */
}
.colorButton{
  
    background-color: #00B2A9;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none!important;
    display: inline-block;
    font-size: 19px;
    font-family: "Lato-Bold", Helvetica;
    font-weight: 700;
    border-radius: 20px;
      
}
.divImagen{
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background: linear-gradient(to left, rgba(57, 6, 240, 0), rgb(174, 156, 238));
    
    

}
.textInvest{
  color: #0B67B2;
  font-family: Rubik;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: grid;
}
.divRed{
    width: 100%;
    height: auto;
    flex-shrink: 0;
    background: url(../images/img-mapa-1.png), lightgray 50% / cover no-repeat;


}
.colorButtonRedMosaico{
    background-color: #00B2A9;
    border: none;
    color: white;
    width: 371px;
    height: 90px;
    flex-shrink: 0;
    text-align: center;
    text-decoration: none!important;
    display: inline-block;
    font-size: 19px;
    font-family: "Lato-Bold", Helvetica;
    font-weight: 700;
    border-radius: 60px;    
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px; /* Ajusta la altura según sea necesario */  
}
.textRed{
   color: #FFF;
   font-family: Rubik;
   font-size: 18px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   
}
.footer{
   width:100%;
   flex-shrink: 0;
   background-color: #6B6B6B;
}
.logoLIB{
    margin-top: 5%;
    margin-left: 14%;
}
.textMosaico{
    position: relative;
  top: -20px; /* Ajusta el valor según tu necesidad */
  left: 5px;
}

#logoLIB{
    margin-top: 25%;
    margin-left: -25%;
}
.logoUtal{
    margin-top: 25%;
    margin-left: 5%;
}
.separacionFooter{
 margin-top: 2%;
    width: 1px;
    height: 340px;
    background-color: #FFF;
}
.logoUmanresa{
    margin-left: 68%;
    margin-top: -2%;
}
.saltoSeccion {
    position: relative;
  }
  
  .divImagen {
    width: 100%; /* Ajusta el ancho según tus necesidades */
    height: auto; /* Ajusta la altura según tus necesidades */
    display: block;
  }
  
  .rectangle {
    width: 100%;
    position: absolute;
    top: 0; /* Ajusta la posición superior según tus necesidades */
    left: 0; /* Ajusta la posición izquierda según tus necesidades */
    /* Puedes ajustar el tamaño, z-index, y otras propiedades según tus necesidades */
  }
  .textoSuperpuesto {
    display: block;
    width: 100%;
    justify-content: start;
    position: absolute;
    top: 20px; /* Ajusta la posición superior según tus necesidades */
    color: white; /* Ajusta el color del texto según tus necesidades */
    font-size: 24px; /* Ajusta el tamaño del texto según tus necesidades */
   
    padding: 10px; /* Ajusta el espaciado interno del texto según tus necesidades */
    border-radius: 5px; /* Ajusta el radio de borde según tus necesidades */
    z-index: 2; /* Ajusta el z-index para que el texto esté encima de la imagen */
  }
  .Plataforma{
    margin-left: 5rem!important;
    margin-top: 2rem;
    color: #FFF;
    font-family: Rubik;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: grid;
  }

  #title-plataforma {
    display: grid;
    color: #FFF;
    font-family: Rubik;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .conoceNuestraPlataforma{
    color: #FFF;
    font-family: Rubik;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .buttonPlataforma {
    position: relative;
    border-radius: 30px;
    background: #0B67B2;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none !important;
    display: grid;
    font-size: 16px;
    font-family: "Lato-Bold", Helvetica;
    font-weight: 700;
    width: 100%;
    height: 3em;
    align-content: center;
    margin-top: 4em;

  }


#hr-recursos {
  background-color: #E1E1E1;
  height: .1em;
  border-radius: 8px;
}

  .cardTitle{
    color: #6B6B6B;
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
  }
  .textoPrincipal{
    color: #0B67B2;
    font-family: Rubik;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    top: 56%;
    left: 10%;
  }

  
  .logos{
    margin-top: -13%;
    margin-left: 17%;
  }

  .logos > img {
    padding: .3em;
  }

  .division{
    margin-left: -18%;
    margin-top: 5%!important;
    width: 1px;
    height: 340px;
   flex-shrink: 0;
   background-color: #FFF;
  }

  .emailTexto{
    color: #FFF;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 3em;
  }

.logos-svg{
  display: flex;
}

.image.img-responsive.videos {
	width: 100%;
	/* height: auto; */
	/* object-fit: unset; */
	position: absolute;
	top: 0;
	left: 0;
	/* transform: translate(-50%, -50%) translateY(40%); */
	/* clip-path: inset(0 0 40% 0); */
}

svg.svg-recursos {
	position: relative;
	margin-bottom: 1em;
}

.svg-recursos:hover {
	scale: 1.1;
}

.div-contenedor-img-1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: grid;
  align-items: end;
  align-content: center;
}

.hide{
  display: none;
}

.svg-page{
  z-index: 99;
}

.video-container > video{
  width: 100%;
  height: auto;
}

.logos-footer-utalca{
  display: flex;
  justify-content: center;
}

.titulo-pagina-interior {
  color: white;
  position: relative;
  font-family: Rubik;
  font-size: 30px;
  font-weight: 500;
  line-height: 35.55px;
  text-align: left;

}

.titulo-ficha {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  text-align: left;
}

.img-ficha{
  justify-self: center;
  width: 70%;
}

.ficha-ficha{
  border: 1px solid #e1e1e1;
  padding: 1em;
  margin: .5em;
}
.lista-propiedad{
  list-style-type: disc;
  line-height: 1.5em;
}
.lista-propiedad > li{
  padding-top: 1em;
}

.titulo-papers {
  font-size: 25px;
  font-weight: 500;
  margin-top: 2em;
}

.universidades-espana{
  display: flex;
  align-items: center;

}
.universidades-espana > img{

    margin:1em;
}

.centrar {
  display: grid;
  justify-content: center;
}

.brochure{

  font-size: 20px;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
}

.pdf_icon{
  max-width: 70px;
  height: auto;
}

.cuadro-azul{
  padding: 2em;
  border: 2px solid blue;
}


.img-praga {
  width: 70%;
  height: auto;
}


.col-12.div-footer-logo-mosaico-2 {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
  margin: .5em;
}

.icono-inferior-footer {
	margin: 1em;
}

.div-rrss {
	display: flex;
	display: grid;
	width: 100%;
	font-weight: 700;
	grid-template-columns: 1fr 1fr 1fr;
}


.circulo-rrss{
  width: 3em;
	height: 3em;
	background-color: #fff;
	border-radius: 30px;
  margin: 0.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.div-texto-recursos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (max-width: 991px) {

  html, body {
    max-width: 100vw;
  }

  .colorButtonRedMosaico {
    width: 70vw;
  }

  .div-platform-title {
    padding-top: 1em;
  }

  .paddingLeft.div-platform-title > i {
    font-size: 21px;
  }
  
  .conoceNuestraPlataforma {
    font-size: 15px;
  }

  .img-plataforma {
    width: 100%;
    min-height: 20vh;
  }



  .buttonPlataforma {
    margin-top: 1em;
  }
  .col-12.div-footer-logo-mosaico-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .paddingLeft {
    padding-inline: 5%;
    margin: 0;
  }

  .row {
    margin: 0;

  }

  .english-contacto.ml-auto {
    min-width: 30vw;
    max-width: 50vw;
    display: flex;
    justify-content: end;
  }

  #title-plataforma {
    font-size: 24px;
  }

  .textoPrincipal {
    font-size: 18px;
    top: 5%;
    left: 10%;
  }


  .titulo-pagina-interior.interior {
    top: -150%;
  }

  svg.svg-recursos.interior {
    position: relative;
    top: -20%;
  }

  .textoSuperpuesto{
    top: -50px;
  }

  .logos-svg {
    max-width: 50vw;
  }

  .pRecursos{
    width: 100%;
    
  }

  .logos-mosaico-footer {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar {
    flex-direction: row-reverse;
  }

  .centrarItems {
    margin-left: 10%;
  } 
  .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  
  .custom-toggler.navbar-toggler {
    border-color: rgb(255, 255, 255, 0);
  } 

  .svg-recursos {
    scale: .6;
  }



  .fichasMosaico {
    font-size: 18px;
  }


  .aprendeMosaicoRes{
    margin-top: 12em;
  }


  #title-investigacion {
    margin-top: 0em;
  }

  .logoLIB {
    margin-top: 5%;
    margin-left: unset;
    width: 30%;
  }

  .textMosaico {
    position: relative;
    top: unset;
    left: unset;
    width: 50%;
  }

  .logos {
    margin-top: 2.5em;
    margin-left: unset;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .logoUtal {
    margin-top: unset;
    margin-left: unset;
  }


  .image.img-responsive.videos {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%) translateY(40%); */
    /* clip-path: inset(0 0 1% 0); */
  }

  .titulo-pagina-interior {
    font-size: 23px;
  }

  
  .div-contenedor-img-1 {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: grid;
    align-items: baseline;
    align-content: center;
    justify-items: start;
    justify-content: start;
  }
  .universidades-espana{
    display: grid;
    justify-content: center;
  }

  .icono-inferior-footer.logo-lib-footer {
    width: inherit;
    scale: .6;
  }


  .icono-inferior-footer {
    align-self: center;
    justify-self: center;
  }

  .div-footer-logo-mosaico {
    align-items: center;
  }

  .div-footer-logo-mosaico {
    margin: .5em;
    scale: .8;
  }
  
  .icono-inferior-footer.universidades {
    scale: 1;
  }

  .icono-inferior-footer {
    margin: .2em;
  }
  
  .div-contactanos {
    width: 100%;
    max-width: 100%;
  }

}


@media only screen and (max-width:992px) and (min-width:799px){
  .centrarItems {
    margin-left: 10%;
  }
}

@media only screen and (min-width:992px) and (max-width:1500px){
  .svg-recursos {
    scale: .5 ;
  }


  .fichasMosaico {
    font-size: 15px;
  }
}