/*-----Seccion de paneles iniciales-----*/
* {
    --texto-blanco: #FBFBFB;
    --color-oscuro: #282828;
    --botones: #2E76EF;
}
/*----- PANEL CON SWIPER ----- */
.swiper-hero {
    width: 100%;
    max-width: 2000px;
}

.swiper-hero .swiper-slide {
    width: 250px;
}

.swiper-hero img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1023px) {
.swiper-hero img {
    height: 450px;
    }
}
@media (max-width: 768px) {
.swiper-hero img {
    height: 450px;
    }
}

.swiper-hero .swiper-button-prev,
.swiper-hero .swiper-button-next {
    --swiper-navigation-color:#222;
    --swiper-navigation-size:25px;
    background-color: white;
    height: 70px;
    width: 50px;
    margin-top: -35px;
    opacity: 0;
    transition: opacity 0.3s;
}

.swiper-hero .swiper-button-prev {
    border-radius: 0 65px 65px 0;
    left: -10px;
}
.swiper-hero .swiper-button-next {
    border-radius: 65px 0 0 65px;
    right: -10px;
}

.swiper-hero:hover .swiper-button-prev,
.swiper-hero:hover .swiper-button-next {
    opacity: 1;
}

.swiper-hero .swiper-pagination {
    --swiper-pagination-color:#4e4e4e;
    --swiper-pagination-bullet-size: 9px;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.25;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 2px;
}

.swiper-hero .swiper-pagination-bullet {
    box-shadow: inset 0 0 0 1px #fff;
    }

.swiper-hero .swiper-pagination-bullet-active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
}


/*----- FIN DE SECCION DE PANEL INICIAL -----*/

/*Seccion quienes Somos (Nosotros)*/

.Nosotros{
    width: 100%;
    height: auto;
    background-color: var(--color-oscuro);
    padding: 18px 76px 30px 76px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-top:61px ;
}
.Nosotros__contenedor{
    max-width: 1500px;
    display: flex;
    gap: 104px;
}
.Nosotros__quienes-somos{
    max-width:639px;
    min-width: 430px;
    display: flex;
    flex-direction: column;
}
.quienes-somos__titulo{
    color: var(--texto-blanco);
    margin: 0;
    font-size: 46.982px;
}

.quienes-somos__barra{
    width: 43%;
    background-color:var(--texto-blanco);
    height: 6px;
    margin-top: 10px;
}

.quienes-somos__parrafo{
    text-align: justify;
    max-height: 174px;
    min-height: 168px;
    margin-bottom:25px;
    font-size: 16.589px;
    color: var(--texto-blanco);
}

.quienes-somos__boton{
    background-color: var(--botones);
    color: var(--texto-blanco);
    padding: 8px 10px;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    
}
.Nosotros__contenedor-img{
    max-width: 526px;
    min-width:450px;
    height: auto;
}
.contenedor-img-eagle-class{
    width: 100%;
    height: auto;
    object-fit:cover;
}

/*-----Resolucion de Tablet Seccion Nosotros-----*/

@media screen and (max-width:1023px) {
.Nosotros{
    width: 100%;
    height: auto;
    background-color: var(--color-oscuro);
    padding: 22px 24px 37px 17px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-top:61px ;
}
.Nosotros__contenedor{
    max-width: 1500px;
    display: flex;
    gap: 41px;
}
.Nosotros__quienes-somos{
    max-width:639px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}
.quienes-somos__titulo{
    color: var(--texto-blanco);
    margin: 0;
    font-size: 45px;
}
.quienes-somos__barra{
    width: 43%;
    background-color:var(--texto-blanco);
    height: 6px;
    margin-top: 10px;
}
.quienes-somos__parrafo{
    text-align: justify;
    max-height: 230px;
    min-height: 140px;
    margin-bottom:25px;
    font-size: 16.589px;
    color: var(--texto-blanco);
}
.quienes-somos__boton{
    background-color: var(--botones);
    color: var(--texto-blanco);
    padding: 8px 10px;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    
}
.Nosotros__contenedor-img{
    max-width: 500px;
    min-width:379px;
    min-height: 200px;
    max-height: 400px;
    overflow: hidden;
}
.contenedor-img-eagle-class{
    max-width: 400px;
    min-width:300px;
    min-height: 363px;
    max-height: 400px;
    object-fit: cover;

}
}

/*-----Resolucion de Celular Seccion Nosotros-----*/

@media screen and (max-width:768px) {

.Nosotros{
    width: 100%;
    height: auto;
    background-color: var(--color-oscuro);
    padding: 22px 17px 37px 17px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-top:61px ;
}
.Nosotros__contenedor{
    min-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 41px;
}
.Nosotros__quienes-somos{
    max-width:100%;
    min-width: 50px;
    display: flex;
    flex-direction: column;
}
.quienes-somos__titulo{
    color: var(--texto-blanco);
    margin: 0;
    font-size: 43px;
}

.quienes-somos__barra{
    width: 43%;
    background-color:var(--texto-blanco);
    height: 6px;
    margin-top: 10px;
}

.quienes-somos__parrafo{
    text-align: justify;
    max-height: 230px;
    min-height: 200px;
    margin-bottom:25px;
    font-size: 16px;
    color: var(--texto-blanco);
}

.quienes-somos__boton{
    background-color: var(--botones);
    color: var(--texto-blanco);
    padding: 8px 10px;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    
}
.Nosotros__contenedor-img{
    max-width: 100%;
    min-width:100%;
    max-height: 451px;
}
.contenedor-img-eagle-class{
    max-width: 100%;
    min-width:50px;
    max-height: 451px;
    object-fit: cover;
}
}
/*-----Seccion servicios que Ofrecemos-----*/
.servicios{
    width: 100%;
    height: auto;
    background-color: var(--color-oscuro);
    padding: 18px 50px 37px 76px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-top:61px;
    box-sizing: border-box;
}
.servicios__contenedor{
    max-width: 1500px;
    height: auto;
    display: flex;
    flex-direction: column;

}
.contenedor__titulo{
    width: 500px;
    height: 100px;
    display: flex;
    flex-direction: column;
}
.servicios__titulo-principal{
    color: var(--texto-blanco);
    font-size: 39.145px;
    margin: 0;
}
.servicios__barra{
    width: 63%;
    height: 6px;
    background-color: var(--texto-blanco);
    margin-top: 10px;
}
.servicios__contenedor-total{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.servicios__totales{
    max-width: 289px;
    min-width: 100px;
    max-height: 264px;
    min-height: 100px;
}
.servicios-titulo{
    font-size: 32.626px;
    margin: 0;
    margin-top: 5px;
    color: var(--texto-blanco);
    text-align: center;
}
.servicios-parrafo{
    color: var(--texto-blanco);
    text-align: justify;
}
.servicios__img{
    height: 143px;
    border-radius: 4.88px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ejecutivo--img{
    background-image: url('/img/imagenes/viaje-ejecutivo.webp');

}
.privado--img{
    background-image: url('/img/imagenes/viaje-privado.webp');
}
.eventos--img{
    background-image: url('/img/imagenes/viaje-eventos.webp');
}
.vacacional--img{
    background-image: url('/img/imagenes/viaje-vacacional.webp');
}
/*Boton de Mas Informacion*/
.servicios__contenedor-enlace{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.servicios-enlace{
    width: 658px;
    margin-top: 80px;
    text-align: center;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 6px;
    color: var(--texto-blanco);
    background-color: var(--botones);
}
/*-----Seccion Servicios Que Ofrecemos Adaptada A Tablet-----*/
@media screen and (max-width:1023px){

.servicios__contenedor-total{
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 77px 107px;
}
.servicios__totales{
    max-width: 378.77px;
    min-width: 100px;
    max-height: 346px;
    min-height: 346px;
}
.servicios__titulo{
    font-size: 35px;
}
.servicios__barra{
    width: 63%;
}
.servicios__img{
    height:187.42px;
    border-radius: 4.88px;
    background-position: center;
}
/*Boton de Mas Informacion*/
.servicios__contenedor-enlace{
    margin-top: 0px;
}
}
/*-----seccion servicios que ofrecemos adaptada a Celular-----*/
@media screen and (max-width:768px) {
.servicios{
    padding: 13px 17px 30px 17px;
}
.servicios__contenedor{
    width: 100%;
}
.contenedor__titulo{
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
}
.servicios__titulo-principal{
    font-size: 35px;
}
.servicios__barra{
    max-width: 43%;
    min-width:30%;
}
.servicios__contenedor-total{
    min-width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 38px;
}
.servicios__totales{
    max-width: 100%;
    min-width: 100px;
    max-height: 300px;
    min-height: 263px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.servicios-parrafo{
    text-align: justify;
    font-size: 14px;
    max-width: 340px;
}
.servicios__img{
    max-width: 100%;
    width: 440px;
    min-height: 200px;
}
.servicios__contenedor-enlace{
    margin-top: 10px;
    min-width: 100%;

}
.servicios-enlace{
    width: 100%;
    box-sizing: border-box;
}
}
/*-----Fin de Seccion Servicios Que Ofrecemos-----*/

/*-----Inicio de Seccion Renta de Automoviles-----*/
.renta{
    width: 100%;
    height: auto;
    background-color: var(--color-oscuro);
    padding: 18px 76px 30px 76px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    margin-top:61px ;
}
.renta__contenedor{
    max-width: 1500px;
    display: flex;
    gap: 104px;
}
.renta__contenedor-texto{
    max-width:639px;
    min-width: 430px;
    display: flex;
    flex-direction: column;
}
.renta__titulo{
    color: var(--texto-blanco);
    margin: 0;
    font-size: 39.145px;
}

.renta__barra{
    width: 43%;
    background-color:var(--texto-blanco);
    height: 6px;
    margin-top: 10px;
}

.renta__parrafo{
    text-align: justify;
    max-height: 174px;
    min-height: 168px;
    margin-bottom:25px;
    font-size: 16.589px;
    color: var(--texto-blanco);
}

.renta__boton{
    background-color: var(--botones);
    color: var(--texto-blanco);
    padding: 8px 10px;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    
}
.renta__contenedor-img{
    max-width: 526px;
    min-width:450px;
    height: 354px;
}
.contenedor-img-renta-automoviles{
    object-fit:cover;
    width: 100%;
    height: 354px;
}

@media screen and (max-width:1023px){
.renta{
    padding: 28px 22px 47px 23px;
}
.renta__contenedor{
    gap: 41px;
}
.renta__contenedor-texto{
    max-width:639px;
    min-width: 200px;
    
}
.renta__barra{
    width: 43%;
}
.renta__parrafo{
    max-height: 174px;
    min-height: 168px;
    margin-bottom:25px;
    font-size: 16.589px;
    
}
.renta__contenedor-img{
    max-width: 500px;
    min-width:350px;
    min-height: 200px;
    max-height: 400px;
}
.contenedor-img-renta-automoviles{
    max-width: 400px;
    min-width:300px;
    min-height: 363px;
    object-fit: cover;
}
}

@media screen and (max-width:768px) {
    .renta{
    padding: 28px 17px 47px 17px;
}
.renta__contenedor{
    min-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 41px;
}
.renta__contenedor-texto{
    max-width:100%;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    order: 1;
}
.renta__titulo{
    margin: 0;
    font-size: 35px;
}
.renta__barra{
    width: 43%;
}
.renta__parrafo{
    text-align: justify;
    max-height: 174px;
    min-height: 168px;
    margin-bottom:25px;
    font-size: 16px;
    color: var(--texto-blanco);
}
.renta__contenedor-img{
    max-width: 100%;
    min-width:100%;
    max-height: 451px;
    order: 2;
}
.contenedor-img-renta-automoviles{
    max-width: 100%;
    min-width:50px;
    max-height: 451px;
    object-fit: cover;
}
}
/*----- Fin de seccion Renta de automoviles -----*/

/*----- Incio de seccion de automoviles con los que contamos -----*/
.contenedor-automoviles{
    width: 100%;
    background-color: var(--color-gris);
    padding: 18px 0px 30px 0px !important;
    box-sizing: border-box;
    margin-top: 61px;
}
.automoviles-titulo{
    max-width: 570px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding-left: clamp(17px,22px,76px);
}
.titulo__automoviles{
    color: var(--color-oscuro);
    font-size: 39.145px;
    margin-bottom: 10px;
}
.barra__automoviles{
    width: 60%;
    background-color: var(--color-oscuro);
    height: 6px;
}
/*-----seccion de automoviles con los que contamos adaptado a tablet -----*/
@media screen and (max-width:1023px) {
.contenedor-automoviles{
    padding:0px;
}
}
/*----- seccion de automoviles con lo que contamos adaptado a celular -----*/
@media screen and (max-width:768px){
    .titulo__automoviles{
        font-size: 35px;
    }
}
/*----- Fin de seccion de automovile scon los que contamos -----*/






/*-----Seccion de Viajes-----*/
.viajes{
    width: 100%;
    background-color: var(--color-oscuro);
    display: flex;
    justify-content: center;
    margin-top: 56px;
}
.contenedor-viajes-seccion{
    max-width: 1500px;
    padding: 15px 23px 46px 23px;
}
.contenedor-viajes-titulo{
    width: 100%;
    display: flex;
    justify-content: center;
}
.viajes__titulo{
    font-size: 39.145px;
    color: var(--texto-blanco);
    text-align: center;
}
.contenedor-viajes-grid{
    display: grid;
    grid-template-columns:repeat(4,minmax(100px,400px));
    grid-template-rows: 300px 300px 300px  ;
    margin: auto;
    width: 100%;
    gap: 12px;
    height: auto;
}
.contenedor-viajes-caja{
    background-position: center;
    background-size: cover;
    display: grid;
    border-radius: 8px;
    min-width:100px;
    overflow: hidden;
}

.contenedor-viajes-caja:first-child{
    grid-column: span 2;
    grid-row: span 2;
    background-image: url('/img/imagenes/Toyota\ Highlander.webp');
}
.contenedor-viajes-caja:nth-child(2){
    background-image: url('/img/imagenes/Toyota\ Highlander.webp');
}
.contenedor-viajes-caja:nth-child(3){
    background-image: url('/img/imagenes/Toyota\ Highlander.webp');

}
.contenedor-viajes-caja:nth-child(4){
    background-image: url('/img/imagenes/Toyota\ Highlander.webp');

}
.contenedor-viajes-caja:nth-child(5){
    background-image: url('/img/imagenes/Toyota\ Highlander.webp');
}
.contenedor-viajes-caja:nth-child(6){
    background-image: url('/img/imagenes/renta-img.webp');
    grid-column: span 4;
}

/*-----Animacion de ventana-----*/

/*----- Estilos de fotografia mas grande (la numero 1) -----*/

.contenedor-informacion{
    width: 100%;
    height: 918px;
    background-color: transparent;
    transition: height 1s ease;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
}
.contenedor-informacion:hover{
    height: 612px;
    transition: height 1s ease;
}
.ventana-informacion-grande{
    width: 100%;
    height: 306px;
    background: linear-gradient(#c7c7c78c,#c7c7c750);
    backdrop-filter: blur(20px);
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*-----Contenedores pequeños-----*/
.ventana-informacion{
    width: 100%;
    height: 150px;
    background: linear-gradient(#c7c7c78c,#c7c7c750);
    backdrop-filter: blur(20px);
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
}
.titulo-informacion{
    margin: 0px;
}

.contenedor-informacion-secundario{
    width: 100%;
    height: 606px;
    background-color: transparent;
    transition: height 1s ease;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    
}
#ventana-informacion-principal.open:hover,
#ventana-informacion-principal1.open:hover{
    height: 303px;
}
.contenedor-informacion-secundario:hover{
    height: 303px;
}

/*-----seccion de viajes adaptado a tablet-----*/
@media screen and (max-width:1023px){
.viajes__titulo{
    font-size: 35px;
}
.contenedor-viajes-grid{
    grid-template-columns:repeat(4,minmax(100px,400px));
    grid-template-rows: 300px 300px 300px 300px ;
    
}

.contenedor-viajes-caja:first-child{
    grid-column: span 4;
    grid-row: span 1;
}
.contenedor-informacion{
    width: 100%;
    height: 500px;
}
.contenedor-informacion:hover{
    height: 300px;
}
.ventana-informacion-grande{
    width: 100%;
    height: 150px;
}
.contenedor-viajes-caja:nth-child(2){
    grid-column: span 2;
    grid-row: span 1;
}
.contenedor-viajes-caja:nth-child(3){
    grid-column: span 2;
    grid-row: span 1;
}
.contenedor-viajes-caja:nth-child(4){
    grid-column: span 2;
    grid-row: span 1;
}
.contenedor-viajes-caja:nth-child(5){
    grid-column: span 2;
    grid-row: span 1;
}
.contenedor-viajes-caja:last-child{
    grid-column: span 4;
    grid-row: span 1;
}

/*----- CODIGO DE CSS PARA CAJA GRANDE PARA SCRIPT -----*/
#ventana-informacion-grande{
    width: 100%;
    height: 600px;
    background-color: transparent;
    transition: height 1s ease;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
}

#ventana-informacion-grande.open:hover
{
    height: 306px;
}

/*----- CODIGO DE CSS DE CAJAS PEQUEÑAS PARA SCRIPT -----*/
#ventana-informacion-principal1,
#ventana-informacion-principal2,
#ventana-informacion-principal3,
#ventana-informacion-principal4,
#ventana-informacion-principal5
{
    width: 100%;
    height: 600px;
    background-color: transparent;
    transition: height 1s ease;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
}
#ventana-informacion-principal1.open:hover,
#ventana-informacion-principal2.open:hover,
#ventana-informacion-principal3.open:hover,
#ventana-informacion-principal4.open:hover,
#ventana-informacion-principal5.open:hover
{
    height: 300px;
}
}


/*-----Seccion de viajes adaptada a celular-----*/
@media screen and (max-width:768px){
    .contenedor-viajes-grid{
    display: grid;
    grid-template-columns:repeat(1,minmax(100px,100%));
    grid-template-rows: repeat(6, 400px);
    margin: auto;
    width: 100%;
    gap: 20px;
    height: auto;
}

.contenedor-viajes-caja:first-child{
    grid-column: span 1;
    grid-row: span 1;
}
.contenedor-viajes-caja:nth-child(2){
    grid-column: span 1;
    grid-row: span 1;
}
.contenedor-viajes-caja:nth-child(3){
    grid-column: span 1;
    grid-row: span 1;
}
.contenedor-viajes-caja:nth-child(4){
    grid-column: span 1;
    grid-row: span 1;
}
.contenedor-viajes-caja:nth-child(5){
    grid-column: span 1;
    grid-row: span 1;
}
.contenedor-viajes-caja:last-child{
    grid-column: span 1;
    grid-row: span 1;
}


.ventana-informacion-grande{
    width: 100%;
    height: 200px;
}

/*----- CODIGO DE CSS PARA CAJA GRANDE PARA SCRIPT -----*/
#ventana-informacion-grande{
    width: 100%;
    height: 650px;
    background-color: transparent;
    transition: height 1s ease;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
}

#ventana-informacion-grande.open:hover
{
    height: 400px;
}

/*----- CODIGO DE CSS DE CAJAS PEQUEÑAS PARA SCRIPT -----*/
#ventana-informacion-principal1,
#ventana-informacion-principal2,
#ventana-informacion-principal3,
#ventana-informacion-principal4,
#ventana-informacion-principal5
{
    width: 100%;
    height: 600px;
    background-color: transparent;
    transition: height 1s ease;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
}
#ventana-informacion-principal1.open:hover,
#ventana-informacion-principal2.open:hover,
#ventana-informacion-principal3.open:hover,
#ventana-informacion-principal4.open:hover,
#ventana-informacion-principal5.open:hover
{
    height: 400px;
}
}
/*-----Seccion con quienes hemos trabajado-----*/

.seccion-contratado-servicios{
    width: 100%;
    background-color: var(--color-oscuro);
    margin-top:61px;
    padding-bottom:50px;
}
.contenedor-contratado-servicios{
    margin: auto;
    max-width: 1500px;
    display: flex;
    justify-content: left;
    padding: 0px 0px 0px 100px;
    box-sizing: border-box;
}
.contenedor-titulo{
    max-width:800px;
}
.titulo-contratado{
    font-size: 39px;
    color: var(--texto-blanco);
    margin-bottom: 18px;
}
.barra-contratado{
    width: 52%;
    height: 6px;
    background-color: var(--texto-blanco);
}

/*-----Carrusel de fotos-----*/
.carousel{
    width: 100%;
    height: 400px;
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
}
.carousel::-webkit-scrollbar{
    display: none;
}
.group{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
    animation: carrusel 20s infinite linear;

}
.carrusel-fotografia{
    width: 400px;
    height: 350px;
    background: #48e;
    border-radius: .2em;
    text-align: center;
    align-content: center;
    transition: 1s ease;
    background-size: cover;
    overflow: hidden;
}
@keyframes carrusel{
    from{
        transform: translateX(0%);
    }
    to{
        transform: translateX(-50%);
    }
}
.carrusel-fotografia:hover{
    transform: scale(1.1);
    margin: 20px;
    transition: 0.6s ease;
}

.group:hover{
    animation-play-state: paused;
}

/*-----Imagenes en carrusel-----*/
.fotografia-1{
    background-image: url('../img/imagenes/img-colaboradores.webp');
}
.fotografia-2{
    background-image: url('/img/imagenes/img-colaboradores-1.webp');
}
.fotografia-3{
    background-image: url('/img/imagenes/img-colaboradores2.webp');
}
.fotografia-4{
        background-image: url('/img/imagenes/img-colaboradores-1.webp');
}
.fotografia-5{
    background-image: url('../img/imagenes/img-colaboradores.webp');
}
.fotografia-6{
    background-image: url('/img/imagenes/img-colaboradores-1.webp');
}

/*-----transicion de ventana de carrusel-----*/

.contenedor-info-colaboradores{
    width: 100%;
    height:526px;
    background-color: transparent;
    transition: height 1s ease;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
}
.info-colaboradores{
    width: 100%;
    height: 175px;
    background: linear-gradient(#c7c7c78c,#c7c7c750);
    backdrop-filter: blur(20px);
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align:justify;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenedor-info-colaboradores:hover{
    height: 350px;
}
/*-----Titulo y Parrafos de ventanas del carrusel-----*/
.titulo-info-colaboradores{
    font-size: 30px;
    margin: 0px;
}
.parrafo-info-colaboradores{
    font-size: 14px;
    width: 90%;
}

/*-----Carrusel Adaptado para tablet-----*/