#CupomTop{
    height: calc(350px);
    background-image: url('../img/familiaFeliz.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -200px;
    padding: 50px;
    font-weight: bold;
    padding-left: 100px;
    text-shadow: 0px 0px 5px rgb(124, 124, 124);
}
.tittleBlue{
    color: #173c77;
    font-size: 40px;
}
.spanYellow {
    color:#f39200;
    font-size: 50px;
}
.marginLeft{
    margin-left: 100px;
}
#InfoCupom{
    width: 100vw;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    background-color: #0f2a55;;
}

#InfoCupom h4{
    color: white;
    font-size: 18px;
}

#InfoCupomMainTittle{
    font-size: 20px;
    color:#f39200;
}

.headerMobile{
    transform: translateY(-400px);
}
@media only screen and (max-width: 1090px) {
    #InfoCupomMainTittle h1, #InfoCupom{
        padding: 15px;
        font-size: 18px;
    }
    #InfoCupom{
        padding: 0px;
        max-width: 100vw;
    }
    #infoCupom h4{
        font-size: 17px;
    }
    #InfoCupomMainTittle h2{
        font-size: 18px;
    }
}
@media only screen and (max-width: 900px) {
    #CupomTop{
        background-position: 0px -100px;
        
    }
}
@media only screen and (max-width: 760px) {
    #CupomTop{
        background-position: 0px -0px;
        padding: 20px;
        text-align: center;
    }
    header {
        display: none;
    }
    
    .headerMobile{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: fit-content;
        padding: 20px;
        align-items: center;    
        background-color: #f39200;
        margin-bottom: 15px;
        transform: translateY(0px);
    }
    
    .section{
        margin-bottom: 0px;
    }
    #InfoCupomMainTittle h2{
        width: 80%;
        text-align: center;
    }
    .tittleBlue{
        margin-top: 10px ;
        font-size: 30px;
    }
    .spanYellow{
        font-size: 40px;
    }
    #InfoCupom h4{
        width: 80%;
        text-align: center;
    }
}
@media only screen and (max-width: 580px) {
    #CupomTop{
        
        
    }
}
@media only screen and (max-width: 500px) {
    #CupomTop{
        
        
    }
    #CupomTop h1{
        font-size: 25px;
    }
    .spanYellow{
        font-size: 23px;
    }
}
@media only screen and (max-width: 350px) {
    #CupomTop{
       
        
    }
}
@media only screen and (max-width: 650px) {
    
    header{
        height:150px;
    }
    #CupomTop h1{
        font-size: 40px;
    }
    .spanYellow{
        font-size: 40px;
    }
    
}