@media (min-width: 2500px) {
    header{
        background-size: contain;
    }
}
@media (max-width: 1200px) {
    header h2 {
        font-size: 31px;
        font-weight: 400;

    }
    .container-header{
        max-width: 90% !important;
    }
    .catia-topo {
        width: 530px;
    }
    .title {
        font-size: 40px;
        }
    header li {
        font-size: 25px;
    }
    .paragrafo {
        font-size: 18px;
    }
    .formulario p {
        font-size: 19px;
    }
    .dias-mes{
        width: 95px;
        height: 95px;
    }

}
@media(max-width: 991px){

    header h2 {
        font-size: 21px;
    }
    .logo-master-love{
        width: 300px;
    }
    .catia-topo {
        width: 380px;
    }
    .title {
        font-size: 29px;
    }
    header li {
        font-size: 20px;
    }
    .bg-lista {
        background-size: 21%;
        background-position-x: 95%;
        background-position-y: 38%;
        height: 204px;
        margin-top: -60px;
        z-index: 1000;
    }
    .formulario p {
        font-size: 16px;
    }
    .formulario button {
        height: 60px;
        font-size: 14px;
    }
    .formulario input {
        height: 60px;
        font-size: 14px;
    }

    .formulario h3 {
        width: 233px;
        font-size: 22px;
    }
    .final h3{
        padding-left: 10px;
        border-left: 5px solid var(--master-rosa);
    }
    .catia-ana {
        width: 638px;
         margin-left: auto !important;
    }
    .final{
        margin-top: 10px;
    }
}
@media(max-width: 800px){
    .dias-mes {
        width: 85px;
        height: 85px;
    }
    .calendario-topo h4 {
        letter-spacing: 14px;
        font-size: 28px;
        font-weight: 900;
    }
    .semana {
        font-size: 14px;
    }
}
@media(max-width: 900px){
    .logo-footer {
        width: 200px;
        margin: 30px 0px;
    }
    .conter{
        grid-column-gap: 10px;
        grid-template-columns: 1fr;
    }
}
@media(max-width: 767px) {

    .logo-master-love {
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }

    .catia-topo {
        width: 100%;
        margin-bottom: 50px;
    }

    .bg-lista {
        background-image: url("");
    }

    .dias-mes {
        width: 60px;
        height: 60px;
    }

    .catia-ana {
        width: 500px;
        margin-left: auto !important;
    }

    .dias-mes p {
        margin-top: 50%;
    }

    .calendario-topo {
        height: 50px;
    }

    .calendario-topo h4 {
        letter-spacing: 10px;
        font-size: 20px;
    }

}
@media(max-width: 500px){

    .dias-mes {
        width: 50px;
        height: 50px;
    }
    .semana {
        font-size: 10px;
    }
    .modal-title{
        font-size: 18px;
    }
    .modal-body h3 {
        font-size: 21px;
    }
    .modal-dialog {
        max-width: 90% !important;
    }
    .modal-body p {
        font-size: 15px;
    }

    footer{
        padding-bottom: 10px;
    }
    footer p{
        font-size: 13px;
    }

    .catia-ana {
        width: 100%;
        margin-left: auto !important;
    }
    .dias-mes {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .dias-mes p{
        margin: auto;

    }
    .semana {
        font-size: 13px;
        text-align: center;
    }
    .calendario-topo h4 {
        letter-spacing: 9px;
        font-size: 18px;
        margin-top: 10px;
    }
    header h2 {
        font-size: 20px;
    }
    .logo-master-love {
        width: 213px;
        margin-bottom: -20px;
    }
    .barra-topo {
        margin-bottom: 3px;
        margin-left: 0;
        margin-right: 0;
        width: 20%;
    }
    .title {
        font-size: 22px;
    }
    .paragrafo {
        font-size: 16px;
    }
    .formulario h3 {
        width: 169px;
        font-size: 16px;
    }
    .formulario input {
        height: 46px;
    }

    .formulario button{
        height: 46px;
    }
}
@media(max-width: 400px){
    .formulario button {
        font-size: 12px;
    }
    .formulario input {
        font-size: 12px;
    }

    .modal-body h3 {
        font-size: 17px;
    }
    .modal-body p {
        font-size: 14px;
    }

}
@media(max-width: 320px){
    footer p{
        font-size: 12px;
    }
    .formulario button {
        font-size: 11px;
    }
    .formulario input {
        font-size: 11px;
    }

    .formulario p {
        font-size: 14px;
    }
    .final p {
        font-size: 14px;
    }
    .semana {
        font-size: 10px;
    }
    .dias-mes p {
        font-size: 10px;
        text-align: center;
        margin-top: 20%;
    }

    .semana{
        grid-gap: 9px;
    }
    .modal-title {
        font-size: 16px;
    }
}

@media(max-width: 280px){
    .semana{
        grid-gap: 5px;
    }
    .dias-mes{
        width: 28px;
        width: 28px;
        height: 28px;
        border: #14266A 2px solid;
    }
    .botao-inscricao {
        height: 50px;
        font-size: 17px;

    }
    header li {
        font-size: 13px;
    }
    .paragrafo {
        font-size: 13px;
    }
    .formulario button {
        font-size: 9px;
    }
}