#sports_physiotherapy_begining {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    height: 90vh;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)), url("../Imagenes/Ecografia-Albacete.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

#sports_physiotherapy_begining #sports_physiotherapy_begining_text {
    padding: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#sports_physiotherapy_begining #sports_physiotherapy_begining_text .title {
    padding-top: 20px;
}

.sports_physiotherapy_title {
    font-family: "Roboto-Bold" !important;
    justify-content: center;
    align-items: center;
    font-size: 40px !important;
    margin-bottom: 30px;
    padding: 30px;
    padding-top: 0px;
}

#sports_physiotherapy_begining_image {
    height: 100%;
    width: 100%;
    background-color: transparent;
}

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

.intro_btn {
    width: 50%;
    font-family: "Roboto-Bold";
    border-radius: 10px;
    background-color: #b9bef1;
    border: 5px solid #4f5272;
    padding: 10px;
}

.intro_btn a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 25px;
    text-decoration: none;
    color: black;
}

.intro_btn:hover {
    box-shadow: 0px 0px 12px 5px #858ABF inset;
}

.paragraph_italic {
    font-family: "PT_Sans-Italic";
}

.bad_things {
    display: flex;  
    flex-direction: row;
    justify-content: space-around;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bad_things div {
    flex: 0 0 calc(90% / 3);
    text-align: center;
    font-family: "Roboto-Bold";
    font-size: 35px;
}

#sara_image_lesion {
    width: 100%;
    height: 500px;
    background-image: url("../Imagenes/Lesion.webp");
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    margin-bottom: 60px;
}

.deportiva {
    background-image: url("../Imagenes/fisioterapia-deportiva-albacete.webp");
}

.less_inter_line {
    line-height: 1.5 !important;
}

#sara_super_treatements {
    width: 100%;
}

#sara_super_treatements > div {
    width: 100%;
}

.treatements_distribution {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#sara_valorations, #sara_traking {
    background-color: #858ABF;
    padding: 30px;
}

.title_and_picture {
    width: 30%;
    align-items: center;
    text-align: center;
}

.title_and_picture .treatements_title {
    font-size: 30px;
    padding-bottom: 30px;
    color: white;
}

.title_and_picture img {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    box-shadow: 0px 0px 12px 5px #b9bef1;
}

.treatements_text {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    font-family: "PT_Sans";
    font-size: 20px;
    line-height: 2;
    margin-bottom: 12px;
    color: white;
}

.treatements_text p {
    width: 100%;
}

#sara_team {
    background-color: #4f5272;
    padding: 50px;
}

.special_size {
    font-size: 28px;
}

.light_blue {
    background-color: #b9bef1;
}

.dark_blue_color {
    color: #4f5272;
}

.doubs_cargs {
    padding: 50px;
    border-radius: 40px;
    border: 5px solid #4f5272;
    margin: 10px;
}

.margin_special_subtitles {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.testimonials_title {
    text-align: center;
    padding: 20px;
    color: white;
}

.separation {
    width: 100%;
    height: 70px;
}

.videos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}

.video_deportiva2 {
    width: 45%;
    height: 0;
    padding-bottom: 100%;
	overflow: hidden;
	position: relative;
    pointer-events: none;
}

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

@media (max-width: 1275px) {
    .bad_things div {
        font-size: 30px;
    }
}

@media (max-width: 1275px) {
    .bad_things div {
        flex: 0 0 calc(100% / 3);
        font-size: 25px;
    }
}

@media (max-width: 1129px) {
    .title_and_picture .treatements_title {
        font-size: 20px;
    }
    
    .title_and_picture img {
        width: 300px;
        height: 300px;
    }
    
    .treatements_text {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: justify;
        font-family: "PT_Sans";
        font-size: 15px;
        line-height: 2;
        margin-bottom: 12px;
        color: white;
    }

    .sports_physiotherapy_title {
        font-size: 35px !important;
    }

    #sports_physiotherapy_begining p {
        font-size: 20px;
    }
}

@media (max-width: 967px) {
    .title_and_picture img {
        width: 250px;
        height: 250px;
    }

    #sports_physiotherapy_begining_image {
        display: none;
    }
}

@media (max-width: 790px) {
    #sara_image_lesion {
        height: 300px;
    }
}

@media (max-width: 1275px) {
    .bad_things div {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .treatements_distribution {
        flex-direction: column;
    }
    .title_and_picture {
        width: 100%;
        padding-bottom: 30px;
    }
    .treatements_text {
        width: 80%;
        margin: 0px auto;
    }
    #sara_team {
        flex-direction: column-reverse;
    }
}

@media (max-width: 656px) {
    .bad_things { 
        flex-direction: column;
    }
}

@media (max-width: 612px) {
    #some_curiousities {
        flex-direction: column;
    }
    #sara_image_lesion {
        height: 200px;
    }
    .special_size {
        font-size: 20px;
    }
}

@media (max-width: 524px) {
    .sports_physiotherapy_title {
        font-size: 25px !important;
    }

    #sports_physiotherapy_begining p {
        font-size: 15px;
    }

    .intro_btn a {
        font-size: 20px;
    }

    .doubs_cargs {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 425px) {
    .special_paragraph {
        font-size: 30px !important;
    }

    .doubs_cargs p{
        font-size: 14px;
    }

    .doubs_cargs p:first-child {
        font-size: 18px;
    }

    .videos {
        flex-direction: column;
    }

    .video_deportiva2 {
        width: 100%;
    }
}

@media (max-width: 375px) {
    #sports_physiotherapy_begining {
        height: 100vh;
    }
    #sports_physiotherapy_begining {
        background-position: center;
    }
}