/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap'); */


.carrusel{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 75vh;
}

.imagenes{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.img{
    
    max-height: 576px;
    /*width: 834px;*/
	/*box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.85);
    border-radius: 15px ;
    margin: 5px;*/
    object-fit: cover;
}

/*
.texto{
    overflow: hidden;
    position: absolute;
    flex-direction: column;
    transform: translateY(0px);
    margin-bottom: 9px;
    backdrop-filter: blur(20px);
    background-color: rgba(63, 106, 138, 0.21);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.texto h3{
    text-shadow: 0px 0px 15px black;
    padding-top: 40px;
    color: white;
    font-weight: 300;
    font-size: 27px;
}

.texto p{
    align-items: center;
    padding: 20px;
    color:white;
    font-size: 0px;
    font-weight: 300;
}

.imagenes .texto{
    width: 600px;
    height: 100px;
    transition: 1s;
}

.imagenes:hover .texto{
    transition: height 1s, transform 1s, background-color 1s;
    transform: translateY(-150px);
    height: 300px;
    background-color: rgba(63, 106, 138, 0.71);
}

.imagenes:hover .texto p{
    transition: font-size 0s .2s linear;
    font-size: 23px;
    font-weight: 300;

    text-shadow: 0px 0px 10px #000000;
}
*/

.puntos{
    display: flex;
    align-items: center;
    justify-content: center;
}

.puntos p{
    font-size: 80px;
    font-weight: 500;
    margin-top: -65px;
    color: black;
}

.puntos .bold{
    font-weight: 500;
    margin-left: 10px;
    margin-right: 10px;
    color: #5E17EB ;
}

.contenedor-flex {
  display: flex;
  align-items: center; /* Opcional: centra verticalmente */
}

.imagen-flex {
  margin-left: 25px; /* Espaciado entre imagen y texto */
}

.imagen-flotante {
  float: left; /* o right */
  margin-top: 25px;
  margin-right: 25px;
  margin-bottom: 20px;
  /* Otras propiedades para la imagen */
}

.imagen-flexr {
  margin-right: 25px; /* Espaciado entre imagen y texto */
}

.imagen-flotanter {
  float: right; /* o right */
  margin-top: 25px;
  margin-left: 25px;
  margin-bottom: 20px;
  /* Otras propiedades para la imagen */
}

.container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.container iframe {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
}

.containeri {
    position: relative;
    padding-bottom: 50.79%;
    height: 0;
    overflow: hidden;
}

.containeri img {
    position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
	/*box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.85);
    border-radius: 15px ;
    margin: 5px;
    object-fit: cover;*/
}


.carruselvvvv{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.carruselv{
    display: flex;
	justify-content: center;
}

.videos{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.video{
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.85);
    height: 576px;
    width: 1134px;
    border-radius: 15px ;
    margin: 5px;
    object-fit: cover;
    /*filter: saturate(175%);*/
}
/*
.texto{
    overflow: hidden;
    position: absolute;
    flex-direction: column;
    transform: translateY(0px);
    margin-bottom: 9px;
    backdrop-filter: blur(20px);
    background-color: rgba(63, 106, 138, 0.21);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.texto h3{
    text-shadow: 0px 0px 15px black;
    padding-top: 40px;
    color: white;
    font-weight: 300;
    font-size: 27px;
}

.texto p{
    align-items: center;
    padding: 20px;
    color:white;
    font-size: 0px;
    font-weight: 300;
}

.imagenes .texto{
    width: 600px;
    height: 100px;
    transition: 1s;
}

.imagenes:hover .texto{
    transition: height 1s, transform 1s, background-color 1s;
    transform: translateY(-150px);
    height: 300px;
    background-color: rgba(63, 106, 138, 0.71);
}

.imagenes:hover .texto p{
    transition: font-size 0s .2s linear;
    font-size: 23px;
    font-weight: 300;

    text-shadow: 0px 0px 10px #000000;
}
*/

.puntosv{
    display: flex;
    align-items: center;
    justify-content: center;
}

.puntosv p{
    font-size: 80px;
    font-weight: 500;
    margin-top: -65px;
    color: black;
}

.puntosv .bold{
    font-weight: 500;
    margin-left: 10px;
    margin-right: 10px;
    color: #5E17EB ;
}