body {
    font-family: 'Nunito', sans-serif;
	background-color:#E6E6E6;
}

.row{
    margin-right: unset;
}

.home-section{
    background-color: white;
    min-height: 40vmax;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.home-section-image{
    float: right;
    width:70%;
}

.home-section-text{
    font-family: "Rosarivo", Sans-serif;
    font-size: 56px;
    font-weight: 600;
    line-height: 76px;
    text-align: center;
    color: black;
    /*text-shadow: 0 0 20px #c80303;*/
    padding-top: 5%;
}

.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: 600;
    text-align: center;
    line-height: 32px;
    font-size: 32px;
}

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

.line-section-welcome .middle{
    padding-left: 60px;
    padding-right: 60px;
}

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

#image-3{
    width: 700px;
}

.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: 60px;
    padding-top: 3%;
}

.little-section .image{
    padding-right: 60px;
    display: flex; 
    justify-content: center; 
    align-items: center;
}

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

.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;
}

.line-section-inter .middle{
    padding-left: 60px;
    padding-right: 60px;
}

.line-section-inter .section-icon{
    justify-content: center;
    margin-bottom: 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;
}

.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: 60px; 
}

.book-section .image{
    padding-right: 60px;
}

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

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

.book-section .section-image-large {
    float: right;
    margin-right: none;
	max-width: inherit;
}

.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: 50px;
}

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

.testimonials-section .middle{
    padding-left: 60px;
    padding-right: 60px;
}

.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: 200px;
    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: 60px; 
    padding-right: 60px;
}

.footer {
    font-size: 8pt;
    margin-top: 10px;
    margin-bottom: 10px;
}

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