:root{
    --color1: #cf8bb7;
    --color2: #80217d;
    --color3: linear-gradient(to right top, #ffba6d, #f9b861, #f3b655, #ecb448, #e4b33b);;
    --white: #fff;
    --black: #454555;
    --gradiente1:  linear-gradient(to right top, #9b89b3, #ab94c1, #bb9fd0, #cbabde, #dcb6ec, #dbb2ed, #daaeee, #d9aaef, #c596e3, #b083d8, #9b70cd, #845ec2);
    --gradiente2: linear-gradient(to top, #00aea3, #00b5a4, #00bba4, #0ac2a4, #19c8a3);
    --title: 'Poppins', sans-serif;
    --text: 'Open Sans', sans-serif;
}
#promo {
    padding: 30px 0px;
    color: var(--white);
    font-size: 0.5em;
    font-weight: 400;
}
#promo p{
    margin: 0px;
    font-size: 15px;
    color: var(--white);
}
#promo .box{

    background: var(--color2);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    position: relative;
    border: solid 5px var(--white);
    overflow: hidden;
}
#promo .box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/promo.svg);
    background-size: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-clip-path: circle(50% at 25% 50%);
    clip-path: circle(50% at 25% 50%);
    z-index: 2;
}  
#promo .box .content{
    position: relative;
    z-index: 3;
    padding: 15px;
    color: var(--white);
}
#promo h1{
    font-size: 3em;
    font-weight: 900;
    color: var(--white);
    margin: 0px;
}
#promo h2{
    font-size: 2.3em;
    font-weight: 900;
    color: var(--white);
    margin-bottom: 20px;
}
#promo .discount{
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    background: red;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    height: 140px;
    width: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    text-align: center;
    border: 2px solid var(--white);
    z-index: 3;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
#promo .discount span{
    font-size: 2.5em;
    font-weight: 900;
    color: var(--white);
}
#promo .discount p{
    font-size: 1em;
    color: var(--white);
}
#promo .price{
    font-size: 1.5em;
    font-weight: 600;
    color: var(--white);
}
#promo .before{
    text-decoration: line-through; 
}
#promo .after{
    font-size: 2em;
    font-weight: 900;
}
#promo .cta a{
    background-image: linear-gradient(to bottom, #25c196, #19bb98, #0cb599, #02af99, #00a999);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    padding: 15px 30px;
    color: var(--white);
    text-decoration: none;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    border: 3px solid var(--white);
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 20px;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
}
#promo .cta a:hover{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    background: var(--black);
}
#promo .bg-1{
    background: url(../img/promo-1.jpg);
    background-size: cover;
    background-position: center;
    z-index: 2;
}
@media (min-width: 300px) and (max-width: 768px) {
    #promo{
        text-align: center;
        margin-top: 100px;
    }
    #promo .box::after{
        clip-path: circle(50% at 50% 20%);
        webkit-clip-path: circle(50% at 50% 20%);
    }
    #promo .discount{
        transform: translate(-50%, 0%);
    }
    #promo .space{
        height: 350px;
    }
    #promo .discount{
        position: absolute;
        top: 55%;
        left: 50%;
    }
}

.div-estilo {
background: linear-gradient(34deg, rgba(44,200,23,1) 0%, rgba(86,233,66,1) 56%, rgba(44,200,23,1) 100%);
    color: white; 
    text-align: center; 
    padding: 20px;
    margin: 20px auto; 
    border-radius: 10px; 
    font-size: 20px; 
    font-weight: bold; 
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); 
    max-width: 80%; 
    border: 2px solid #388E3C;
  
}

.div-estilo-1 {
        color: white; 
        text-align: center; 
        padding: 20px; 
        font-size: 20px; 
        font-weight: 600; 
        text-shadow: rgb(82, 123, 173) 1px 0 10px;

      
    }