body {
    font-family: 'Titillium Web', 'Manuale', "Alfa Slab One";
    background: #E5E5E5;
    font-size: 1.3rem ;
    line-height: 1.9rem ;

}

.h5, h5 {
    font-size: 3rem;
}

.header {
    background: #ffffff;
    min-height: 100px;
}

.logo {
    margin-top:18px
}

.phone {
    text-align: right;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 18px;
    color: #333333;
}

.mail-1 {
    padding-right: 20px;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  text-align: center;
  font-size: 150%;
}

/*
@keyframes wave {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

@keyframes color-change {
  0% {
    background-color: #00aa9f;
  }
  50% {
    background-color: #009b91;
  }
  100% {
    background-color: #00aa9f;
  }
}

.carousel-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,100 100,0 100,100' style='fill:%23fff;' /%3E%3C/svg%3E");
  opacity: 0.1;
  animation: wave 6s ease-in-out infinite alternate, color-change 10s ease-in-out infinite alternate;
  z-index: -1;
}*/

/*
.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 50%);
  animation: waves 15s infinite linear;
  opacity: 0.3;
  z-index: -1;
}

@keyframes waves {
  0% {
    background-position: 0% 50%, 50% 50%, 50% 50%, 0% 0%;
  }
  50% {
    background-position: 100% 50%, 50% 50%, 50% 50%, 0% 100%;
  }
  100% {
    background-position: 0% 50%, 50% 50%, 50% 50%, 0% 0%;
  }
}*/

.carousel-item {
  position: relative;
  overflow: hidden;
}

.carousel-item svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: moveWaves 20s infinite linear;
}

@keyframes moveWaves {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}




.red-line{
    background-color: #00716a;
    min-height: 10px;
}

.wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    margin: 0 auto;
    Width: 1200px;
    background: #ffffff;
    box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);
}

.bold {
    font-weight: 700;
}

.text-movie {
    background: #ffffff;
    padding-top: 50px ;
    padding-right: 0% ;
    padding-left: 0% ;
    padding-bottom: 100px ;
    text-align: center;
}

.tittle-under-banner {
    color: #00716a;
    font-family: Manuale;
    font-size: 2.5rem;
    line-height: 2.9rem;
    text-align: center;
    font-weight: 900;
	margin-bottom: 3rem;

}

.text1-under-banner {
    color: #000000 ;
    font-family: Manuale;
    font-weight: bold;
    font-size: 1.3rem ;
    line-height: 1.9rem ;
    text-align: center;
}

.text2-under-banner {
    color: #333333 ;
    font-size: 1.3rem ;
    line-height: 1.9rem ;
    text-align: center;
}

.text3-under-banner {
    color: #333333 ;
    font-size: 1.3rem ;
    line-height: 1.9rem ;
    text-align: center;
}

.text-list{
	 text-align: left;
}

.movie-under-banner {
    margin-top: 40px;
    margin-bottom: 40px;
}

.tittle-of-products {
    color: #00716a;
    font-size: 2.2rem;
    line-height: 2.5rem;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    font-weight: 900;
}

.products {
    /*background: #ffffff;*/
    padding-bottom: 50px;
}

.indyvidual-products {
    background: #ffffff;
    padding-bottom: 50px;
}

.tittle-of-indyvidual-products {
    color: #333333;
    font-size: 2.2rem;
    line-height: 2.5rem;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    font-weight: 900;
}

.tittle-of-to-download {
    color: #333333;
    font-size: 2.2rem;
    line-height: 2.5rem;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    font-weight: 900;
}

/*.to-download {

    *box-shadow: 0 2px 25px -5px rgba(0,0,0,.6),0 25px 21px -5px rgba(0,0,0,.1)!important;*
}*/



.popular-products-box {
    padding:10px;
}

.popular-products-boxxx:hover {
    box-shadow: 0 2px 25px -5px rgba(0,0,0,.6),0 25px 21px -5px rgba(0,0,0,.1)!important;
    background-color: transparent !important;
}

.popular-products-box-tittle {
    margin-top:10px;
    margin-bottom: 20px;
    padding-top:5px;
    background: #00716a;
    color:#ffffff;
    text-align: center;
    min-height: 40px
}

/*.popular-products-box-tittle:hover {
    box-shadow: 0 2px 25px -5px rgba(0,0,0,.6),0 25px 21px -5px rgba(0,0,0,.1)!important;
}*/

.popular-products {
    border-width: 1px;
    border-color: #ffffff;
    background-color: transparent !important;
}

/*.popular-products:hover {
    box-shadow: 0 2px 25px -5px rgba(0,0,0,.6),0 25px 21px -5px rgba(0,0,0,.1)!important;
    border-width: 1px;
    border-color: #191919;
}*/

.more-products-box-tittle {
    padding-top:15px;
    background: #00716a;
    color:#ffffff;
    text-align: center;
    min-height: 60px;
    margin-bottom: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.different-products-box-tittle {
    font-size: 1.0rem;
    line-height: 1.2rem; 
}

.different-products-box-tittle {
    text-align: center;
}

.different-products {
    align-items: center;
    padding-bottom: 50px;
}

.different-products-row {
    margin-bottom: 50px;
}

.text-different-products {
    text-align: center;
    padding-bottom: 50px;
}

.text-indyvidual-products {
    text-align: center;
}

.text1-under-indyvidual-products-box {
    color: #000000 ;
    font-family: Manuale;
    font-weight: bold;
    font-size: 1.3rem ;
    line-height: 1.9rem ;
    text-align: center;
    padding-bottom:20px;
}

.to-download-box {
    margin-bottom: 20px;
    padding:50px;

}

.footer-box {
    min-height:200px;
}

.footer-tittle {
    padding:20px;
    color: #00716a;
}

.footer-tittle-right {
    padding:20px;
    color: #00716a;
    text-align: right;
}

.footer-tittle1 {
    padding:20px;
    color: #333333;
    text-align: right;
}

a {
    color: #333333;
}

a:hover {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

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



@media (max-width: 576px) {
    .phone {
        display: none !important;
    }
    .tittle-of-products {

        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    
    .tittle-of-indyvidual-products {
    
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    
    .tittle-of-to-download {
    
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    .more-products-box-tittle {
        min-height: 90px;
    }

    .footer-tittle-right {
        text-align: left;
    }

}


@media (max-width: 768px) {
    .logo {
        align-items: center;
    }

    .phone {
        align-items: center;
    }

.footer-tittle1 {
    text-align: left;
}

.tittle-of-products {

    font-size: 1.8rem;
    line-height: 2.0rem;
}

.tittle-of-indyvidual-products {

    font-size: 1.8rem;
    line-height: 2.0rem;
}

.tittle-of-to-download {

    font-size: 1.8rem;
    line-height: 2.0rem;
}

.footer-tittle-right {
    text-align: left;
}


}

