@media only screen and (max-width: 768px) {
    body {
        font-family: 'Nunito', sans-serif;
        background-color:#E6E6E6;
    }

    .row{
        margin-right: unset;
        margin-left: unset;
    }

    .home-section{
        background-color: white;
    }

    .home-section-image{
        max-width: 250px;
        max-height: 250px;
        text-align: center;
    }

    .home-section-text{
        color: black;
        font-family: "Rosarivo", Sans-serif;
        font-size: 28px;
        line-height: 30px;
        font-weight: bold;
        /*text-shadow: 0 0 20px #c80303;*/
        text-align: center;
    }

    .home-section .col-6{
        width: unset;
        flex: unset;
    }

    .line-section-welcome .upper-line{
        background-color: transparent;
        background-image: linear-gradient(180deg, white 0%, #646464 100%);
        min-height: 50px;
    }

    .line-section-welcome .line{
        background-color: #646464;
        color: #FFFFFF;
        font-family: "Roboto", Sans-serif;
        font-weight: bold;
        text-align: center;
        line-height: 24px;
        font-size: 24px;
    }

    .line-section-welcome .lower-line{
        background-color: transparent;
        background-image: linear-gradient(180deg, #646464 0%, #E6E6E6 100%);
        min-height: 50px;
    }

    .line-section-welcome .middle{
        width:100%;
    }

    .little-section{
        background-color: #E6E6E6;
        padding-top: 20px;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    #image-3{
        width: inherit;
    }

    .little-section .section-big-title{
        font-weight: bold;
        text-align: center;
        font-family: arial, helvetica, sans-serif;
        font-size: 28pt;
        color: #d70404;
    }

    .little-section .section-title{
        font-size: 22pt;
        color: #3b3232;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .little-section .section-text{
        font-family: arial, helvetica, sans-serif;
        font-size: 16pt;
        color: #3b3232;
    }

    .little-section .section-list{
        font-family: arial, helvetica, sans-serif;
        font-size: 29px;
        color: #333333;
        text-align: left;
    }

    .little-section .text{
        padding-left: 20px; 
        padding-right: 20px; 
        padding-top: unset;
        width: 100%;
    }

    .little-section .image{
        padding-right: unset;
        width: 100%;
    }

    .little-section .image img{
        width:80%;
    }
    

    .little-section .row{
        display:unset;
    }

    .line-section-inter .upper-line{
        background-color: transparent;
        background-image: linear-gradient(180deg, #E6E6E6 0%, #D70404 100%);
        min-height: 50px;
    }

    .line-section-inter .line{
        background-color: #D70404;
        color: #FFFFFF;
    }

    .line-section-inter .line-title{
        font-family: "Roboto", Sans-serif;
        font-weight: bold;
        text-align: center;
        line-height: 48px;
        font-size: 48px;
        margin-bottom: 20px;
    }

    .line-section-inter .line-little-title{
        font-family: arial, helvetica, sans-serif;
        font-weight: bold;
        text-align: center;
        line-height: 42px;
        font-size: 32px;
        margin-bottom: 20px;
    }

    .line-section-inter .line-text{
        text-align: center;
        font-family: arial, helvetica, sans-serif;
        font-size: 24px;
        line-height: 24px;
        display: inline;
    }
    
    .line-section-inter .line-text b{
        padding: unset;
        margin: unset;
    }
    
    .line-section-inter .line-icons{
        text-align: center;
        margin-bottom: 20px;
        display:unset;
    }

    .line-section-inter .col-icon{
        width: 100%;
    }
    
    .line-section-inter .middle{
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
    
    .line-section-inter .section-icon{
        justify-content: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    .line-section-inter .icon{
        max-width: 120px;
        min-height: 96px;
        max-height: 120px;
    }

    .line-section-inter .lower-line{
        background-color: transparent;
        background-image: linear-gradient(180deg, #D70404 0%, #E6E6E6 100%);
        min-height: 50px;
    }

    .book-section{
        margin-top: 20px;
        margin-bottom: 40px;
        display:unset;
    }

    .book-section .section-title{
        font-family: "Roboto", Sans-serif;
        font-size: 48px;
        font-weight: bold;
        text-align: center;
        color: #d70404;
    }

    .book-section .section-headline{
        font-family: "Roboto", Sans-serif;
        font-size: 32px;
        font-weight: bold;
        text-align: center;
        color: #7b7b7b;
        margin-bottom: 20px;
    }

    .book-section .text{
        padding-left: 20px; 
        padding-right: 20px; 
        padding-top: unset;
        width: 100%;
    }
    
    .book-section .image{
        width: 100%;
        justify-content: center;
        align-items: center;
        padding-right: unset;
        padding-left: 15%; 
        margin-top: 20px;
    }

    .book-section .section-list{
        font-family: arial, helvetica, sans-serif;
        font-size: 24px;
    }

    .book-section .section-image{
        float: unset;
        margin-right: 20px;
        max-width: 300px;
    }

    .book-section .section-image-large{
        float: unset;
        margin-right: 20px;
        max-width: 300px;
    }

    .book-section .section-info{
        font-family: arial, helvetica, sans-serif;
        font-size: 18px;
        background-color: #D70404;
        width: 100%;
        color: white;
        margin-top: 10px;
        padding-left: 10px;
    }

    .book-section .section-text{
        color: #333333;
        font-family: arial, helvetica, sans-serif;
        font-size: 24px;
    }

    .book-section .section-little-text{
        color: #333333;
        font-family: arial, helvetica, sans-serif;
        font-size: 19px;
    }

    .book-section .btn-command{
        background-color: #900801;
        font-family: "Roboto", Sans-serif;
        font-size: 27px;
        font-weight: bold;
        box-shadow: 0px 0px 10px 0px #000000;
    }

    .testimonials-section{
        padding-top: 50px;
        padding-bottom: unset;
    }

    .testimonials-section .testimonials{
        display:unset;
    }

    .testimonials-section .middle{
        padding-left: unset;
        padding-right: unset;
        width: 100%;
    }

    .testimonials-section .col-4{
        width: 100%;
        margin-bottom: 20px;
    }

    .testimonials-section .testimonial{
        text-align: center;
        color:#7a7a7a;
        font-family: "Roboto", Sans-serif;
        font-size: 26px;
        border: 2px solid #d70404;
        padding: 10px;
    }

    .testimonials-section .testimonial-initials{
        text-align: center;
        color:#d70404;
        font-family: "Roboto", Sans-serif;
        font-size: 20px;
        font-weight: bold;
    }

    .testimonials-section .testimonial-image{
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .section-star-inter{
        text-align: center;
    }

    .section-star-inter .section-star{
        fill: #54595F;
        width: 22px;
        height: 22px;
        display: inline;
    }

    .section-star-inter .section-line{
        border-bottom: 1px solid #54595F;
        line-height: 15px;
        width: 100px;
        display: inline-block;
    }

    .section-star-inter .section-price{
        font-family: arial, helvetica, sans-serif;
        font-size: 32px;
        color:#d70404;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .section-star-inter .section-text{
        font-family: arial, helvetica, sans-serif;
        font-size: 32px;
        color:#333333;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .text-section{
        margin-bottom: 50px;
    }

    .text-section .section-title{
        text-align: center;
        font-family: arial, helvetica, sans-serif;
        font-size: 24px;
        color:#000000;
    }

    .text-section .section-text{
        text-align: center;
        font-family: arial, helvetica, sans-serif;
        font-size: 21px;
        color:#000000;
        line-height: 32px;
    }

    .text-section .middle{
        padding-left: unset; 
        padding-right: unset;
        width: 100%;
        margin-top: 20px;
    }

    .footer {
        margin-top: 50px;
        margin-bottom: 10px;
    }

    .twint-qr, .twint-logo{
        width: 50%;
    }
}