.index_section-all{
    width: fit-content;
    margin: 50px auto;
    height: auto;
    display: inline-block;
    text-align: center;
}
.index_section{
    width: calc(33% - 16px);
    overflow:hidden;
    height: fit-content;
    margin:3px;
    padding: 0;
    display:block;
    position:relative;
    float:left;
    transition: all 0.3s ease 0s;
}
.index_section_img{
    width: 35%;
    transition-duration: .3s;
    max-width: 100%;
    display:inline;
    overflow:hidden;
    cursor:pointer;
}
.index_section h3{
    color: #000;
    text-align: center;
    max-width: 100%;
}
.index_section p{
    color: #000;
    text-align: center;
    max-width: 100%;
}
.index_between{
    background-color: #92b93a;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    padding: 50px;
}
/*Index Slider*/
.index_slideshow-container {
    max-width: 100%;
    height: fit-content;
    position: relative;
    margin: auto;
    background-color: #1c3e4b;
}
.index_mySlides {
    display: none;
}
/* Caption text */
.index_slider-text {
    color: #FFF;
    font-size: 120px;
    font-weight: bold;
    padding: 8px 12px;
    position: absolute;
    bottom: 50%;
    width: 100%;
    top:30%;
    text-align: center;
    max-width: 100%;
}
.index_img{
    width: 100%;
    opacity: 75%;
}
@-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}
  
@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}
/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}
@media (max-width: 1060px) {
    .index_section{
      width: 100%;
	  margin-left:auto;
	  margin-right:auto;
	  padding:10px;	
    }
    .index_section_img{
        width: 15%;
    }
    .index_slider-text {
        font-size: 80px;
        top: 25%;
    }
	/*AÑADO ESTO ASUN *25/06/24*/
	.index_section-all
    { width:60% }
	/*fin mod 25/06/24*/
}

@media (max-width: 610px) {
    .index_slider-text {
        font-size: 40px;
        top: 25%;
    }
}
@media (max-width: 400px) {
    .index_between{
        background-color: #92b93a;
        text-align: center;
        color: #FFF;
        font-size: 16px;
        padding: 50px;
    }
}