.indiba_image {
    background-color: #4f5272;
    padding-right: 0;
    height: 80vh;
}

.divided_work_section{
    background-color: #4f5272;
    color: white;
}

.physioesthetic_begining_text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.physioesthetic_begining_text p {
    font-size: 25px;
    font-family: "Roboto";
    color: white;
    margin-bottom: 30px;
}

.wall_stick {
    flex-direction: row;
    justify-content: space-between;
}

#three_indiba_cards {
    display: flex;
    flex-direction: row;
    padding: 20px;
}

#three_indiba_cards div {
    flex: 0 0 calc(100% / 3);
    text-align: justify;
}

#three_indiba_cards div {
    flex: 0 0 calc(100% / 3);
    text-align: justify;
}

#three_indiba_cards div p {
    font-family: "PT_Sans";
    font-size: 20px;
    margin-bottom: 12px;
}

.one_indiva_card {
    padding: 10px;
}

.physioesthetic_indiba_title {
    font-family: "Roboto-Bold" !important;
    text-align: center;
    font-size: 25px !important;
    padding-bottom: 20px;
}

.special_list {
    list-style: none;
    padding: 30px;
    padding-left: 50px;
}

.special_list li {
    margin-bottom: 12px;
}

.intro_indiva {
    width: 100%;
    height: 0;
    padding-bottom: 30%;
	overflow: hidden;
	position: relative;
    pointer-events: none;
    background-image: url("../Imagenes/Indiba-Albacete.webp");
    background-size: cover;
    background-position: center;
    border-radius: 40px;
}

.intro_indiva iframe, .intro_indiva object, .intro_indiva embed  {
    height: 90%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (max-width: 1129px) {
    .physioesthetic_begining_text p {
        font-size: 20px;
    }
}

@media (max-width: 967px) {
    .wall_stick {
        flex-direction: column;
        padding: 0;
        height: auto;
    }
    .physioesthetic_begining_text {
        width: 100%;
        padding: 50px 20px;
    }
    .physioesthetic_begining_image {
        width: 100%;
        height: 50vh;
    }
    .intro_indiva {
        width: 100%;
        height: 400px;
    }
}

@media (max-width: 769px) {
    #three_indiba_cards {
        flex-direction: column;
    }
}

@media (max-width: 524px) {
    .physioesthetic_begining_text p {
        font-size: 15px;
    }
    .movil_adaptation {
        padding: 0;
    }
    .intro_indiva {
        height: 300px;
    }
}

@media (max-width: 425px){
    #three_indiba_cards div p {
        font-size: 15px;
    }
    .physioesthetic_indiba_title {
        font-size: 20px !important;
    }
}

@media (max-width: 375px){
    .intro_indiva {
        height: 200px;
    }
}