body{
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.ts{
    text-align: center;
    width: 80%;
    background-color: #16407D;
    color: white;
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
}
img{
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.terapia{
    display: flex;
    width: 88%;
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
}
.terapia div{
    text-align: center;
    width: 40%;
    height: 25rem;
    background-color: #EBF1F6;
    padding: 4%;
    font-size: 1.2rem;
}

.lineas{
    background-color: darkgray;
    width: 80%;
    height: 2rem;
    margin-left: auto;
    margin-right: auto;
}
.last{
    width: 80%;
    justify-content: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.video{
    width: 20%;
    height: auto;
}
video{
    width: 100%;
    height: 100%;
}
.pro-cons{
    margin-left: 4%;
    font-size: 1.2rem;
}

#nota{
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#nota:hover{
    text-decoration:underline;
}


/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (max-width: 800px){
	
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .terapia div{
        width: 40%;
        height: 30rem;
    }

    .video{
        width: 25%;
        height: auto;
    }
    .pro-cons{
        font-size: 1.1rem;
    }
}

 /* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .terapia div{
        width: 45%;
        height: 30rem;
        font-size: 1.1rem;

    }

    .video{
        width: 30%;
        height: auto;
    }
    .pro-cons{
        font-size: 1.1rem;
    }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
    .terapia{
        display: flex;
        flex-direction: column;
    }
    .terapia div{
        width: 90%;
        height: 25rem;
        margin-left: auto;
        margin-right: auto;
    }

    .last{
        display: flex;
        flex-direction: column;
        
    }
    .video{
        width: 50%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .pro-cons{
        margin-left: auto;
        margin-right: auto;
        font-size: 1.2rem;
    }
 }

 @media only screen and (min-width: 310px) and (max-width: 616px) {
    .terapia div{
        font-size: 1rem;
    }

    .pro-cons{
        font-size: 1rem;
    }

    #nota{
        margin: 2%;
        font-size: 1rem;
    }
 }
