

 @media only screen and (min-width: 2560px) and (max-width: ) {



 }

@media only screen and (min-width: 1920px) and (max-width: 2559px) {


}

@media only screen and (min-width: 1440px) and (max-width: 1919px) {


}



 @media only screen and (min-width: 1319px) and (max-width: 1439px) {

 }



 @media only screen and (min-width: 1280px) and (max-width: 1318px) {

 }


@media only screen and (min-width: 1024px) and (max-width: 1279px) {


}


@media only screen and (min-width: 768px) and (max-width: 1023px) {

}


@media only screen and (min-width: 425px) and (max-width: 767px) {

.footer-center img {
 padding-right: 2px;
 transform: scale(3.5);
}
}


 @media only screen and (min-width: 375px) and (max-width: 424px) {
.elemento {
	padding: 1px;
}

.footer-center img {
 padding-right: 2px;
 transform: scale(3.7);
}

.footer-left {
    line-height: 1.3;
}

 }


@media only screen and (min-width: 320px) and (max-width: 374px) {


.indicator{
	transform: scale(0.8);
}

.elemento {
	padding: 1.4px;
}

.caja3 {
	padding: 1px;
}

.footer-center img {
 padding-right: 2px;
 transform: scale(4.2);
}

}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .carousel__thumbnails {
        display: none;
    }

.carousel__slide img {
    width: 100%; /* Esto hará que las imágenes ocupen el ancho completo del contenedor */
    height: auto; /* Esto mantendrá la proporción de la imagen */
    max-width: 400px; /* Ancho máximo deseado para las imágenes */
    max-height: 450px; /* Altura máxima deseada para las imágenes */

}

}