.modal {
    width: 200vw;
    height: 100vh;
    position: fixed;
    background: rgba(202, 202, 202, 0.7);
    top: 0;
    left: 0;
    display: flex;
    animation: modal 2s;
    animation-fill-mode: forwards;
    visibility: hidden;
    opacity: 0;
    z-index: 49;

}
.titledos {
    font-size: 20px;
    padding-left: 10px;
}

.textdos {
    padding: 30px 0px 0px 10px;
    font-size: 19px;
}
.content {
    background: #fff;;
    width: 32%;
    height: 20%;
    margin: 170px 230px;
    padding: 24px 12px 120px 12px;
    font-family: Arial,Helvetica,sans-serif;
    
}

#close {
    display: none;
}


#close + label {
    text-align: center;
    position: fixed;
    color: #6c1f80;
    font-size: 20px;
    z-index: 50;
    border: 1px solid #6c1f80;
    height: 30px;
    width: 30px;
    line-height: 28px;
    border-radius: 50%;
    top: 170px;
    right: 247px;
    cursor: pointer;
    animation: modal 2s;
    animation-fill-mode: forwards;
    visibility: hidden;
    opacity: 2;
    margin-bottom: 10px;
}

#close:checked + label, #close:checked ~ .modal {
    display: none;
}


@keyframes modal {
    100% {
        visibility: visible;
        opacity: 1;
    }
}


@media only screen and (max-width: 1200px) {
    #close + label {
        text-align: center;
        position: fixed;
        color: #6c1f80;
        font-size: 20px;
        z-index: 50;
        border: 1px solid #6c1f80;
        height: 30px;
        width: 30px;
        line-height: 28px;
        border-radius: 50%;
        top: 205px;
        right: 360px;
        cursor: pointer;
        animation: modal 2s;
        animation-fill-mode: forwards;
        visibility: hidden;
        opacity: 2;
        margin-bottom: 10px;
    }
  }



@media only screen and (max-width: 1200px) {
    #close + label {
        text-align: center;
        position: fixed;
        color: #6c1f80;
        font-size: 20px;
        z-index: 50;
        border: 1px solid #6c1f80;
        height: 30px;
        width: 30px;
        line-height: 28px;
        border-radius: 50%;
        top: 170px;
        right: 210px;
        cursor: pointer;
        animation: modal 2s;
        animation-fill-mode: forwards;
        visibility: hidden;
        opacity: 2;
        margin-bottom: 10px;
    }
  }
@media only screen and (max-width: 1100px) {
    #close + label {
        text-align: center;
        position: fixed;
        color: #6c1f80;
        font-size: 20px;
        z-index: 50;
        border: 1px solid #6c1f80;
        height: 30px;
        width: 30px;
        line-height: 28px;
        border-radius: 50%;
        top: 190px;
        right: 200px;
        cursor: pointer;
        animation: modal 2s;
        animation-fill-mode: forwards;
        visibility: hidden;
        opacity: 2;
        margin-bottom: 10px;
    }
  }
@media only screen and (max-width: 900px) {
    #close + label {
        text-align: center;
        position: fixed;
        color: #6c1f80;
        font-size: 20px;
        z-index: 50;
        border: 1px solid #6c1f80;
        height: 30px;
        width: 30px;
        line-height: 28px;
        border-radius: 50%;
        top: 195px;
        right: 105px;
        cursor: pointer;
        animation: modal 2s;
        animation-fill-mode: forwards;
        visibility: hidden;
        opacity: 2;
        margin-bottom: 10px;
    }
  }
@media only screen and (max-width: 800px) {
    #close + label {
        text-align: center;
        position: fixed;
        color: #6c1f80;
        font-size: 20px;
        z-index: 50;
        border: 1px solid #6c1f80;
        height: 30px;
        width: 30px;
        line-height: 28px;
        border-radius: 50%;
        top: 180px;
        right: 60px;
        cursor: pointer;
        animation: modal 2s;
        animation-fill-mode: forwards;
        visibility: hidden;
        opacity: 2;
        margin-bottom: 10px;
    }
  }
@media only screen and (max-width: 700px) {
    
    .content {
        background: #fff;
        width: 30%;
        height: 45%;
        margin: 200px 150px;
        padding: 24px 12px;
        font-family: Arial,Helvetica,sans-serif;
    }
    
    #close + label {
        text-align: center;
        position: fixed;
        color: #6c1f80;
        font-size: 20px;
        z-index: 50;
        border: 1px solid #6c1f80;
        height: 30px;
        width: 30px;
        line-height: 28px;
        border-radius: 50%;
        top: 180px;
        right: 100px;
        cursor: pointer;
        animation: modal 2s;
        animation-fill-mode: forwards;
        visibility: hidden;
        opacity: 2;
        margin-bottom: 10px;
    }
  }
@media only screen and (max-width: 600px) {
    #close + label {
        text-align: center;
        position: fixed;
        color: #6c1f80;
        font-size: 20px;
        z-index: 50;
        border: 1px solid #6c1f80;
        height: 40px;
        width: 40px;
        line-height: 35px;
        border-radius: 50%;
        top: 200px;
        right: 70px;
        cursor: pointer;
        animation: modal 2s;
        animation-fill-mode: forwards;
        visibility: hidden;
        opacity: 2;
        margin-bottom: 10px;
    }
  }
@media only screen and (max-width: 500px) {
    .titledos {
        font-size: 18px;
        padding-left: 10px;
    }
    
    .textdos {
        padding: 50px 0px 0px 10px;
        font-size: 18px;
    }
    
    .content {
        background: #fff;;
        width: 30%;
        height: 45%;
        margin: 200px 150px;
        padding: 24px 12px;
        font-family: Arial,Helvetica,sans-serif;;
    }
    
    #close + label {
        text-align: center;
        position: fixed;
        color: #6c1f80;
        font-size: 20px;
        z-index: 50;
        border: 1px solid #6c1f80;
        height: 30px;
        width: 30px;
        line-height: 28px;
        border-radius: 50%;
        top: 210px;
        right: 40px;
        cursor: pointer;
        animation: modal 2s;
        animation-fill-mode: forwards;
        visibility: hidden;
        opacity: 2;
        margin-bottom: 10px;
    }
  }
@media only screen and (max-width: 420px) {
    
    .titledos {
        font-size: 18px;
        padding-left: 10px;
    }
    
    .textdos {
        padding: 30px 0px 0px 10px;
        font-size: 18px;
    }
    
    .content {
        background: #fff;;
        width: 45%;
        height: 25%;
        margin: 270px 20px;
        padding: 24px 12px;
        font-family: Arial,Helvetica,sans-serif;;
    }
    
    #close + label {
        text-align: center;
        position: fixed;
        color: #6c1f80;
        font-size: 20px;
        z-index: 50;
        border: 1px solid #6c1f80;
        height: 30px;
        width: 30px;
        line-height: 28px;
        border-radius: 50%;
        top: 255px;
        right: 10px;
        cursor: pointer;
        animation: modal 2s;
        animation-fill-mode: forwards;
        visibility: hidden;
        opacity: 2;
        margin-bottom: 10px;
    }
  }
@media only screen and (max-width: 400px) {
    
      
    .titledos {
        font-size: 17px;
        padding-left: 10px;
    }
    
    .textdos {
        padding: 20px 0px 0px 10px;
        font-size: 17px;
    }
    
    .content {
        background: #fff;;
        width: 45%;
        height: 25%;
        margin: 270px 20px;
        padding: 24px 12px;
        font-family: Arial,Helvetica,sans-serif;;
    }
    
    #close + label {
        text-align: center;
        position: fixed;
        color: #6c1f80;
        font-size: 20px;
        z-index: 50;
        border: 1px solid #6c1f80;
        height: 30px;
        width: 30px;
        line-height: 28px;
        border-radius: 50%;
        top: 255px;
        right: 10px;
        cursor: pointer;
        animation: modal 2s;
        animation-fill-mode: forwards;
        visibility: hidden;
        opacity: 2;
        margin-bottom: 10px;
    }
  }
@media only screen and (max-width: 380px) {
    
      
    .titledos {
        font-size: 16px;
        padding-left: 10px;
    }
    
    .textdos {
        padding: 20px 0px 0px 10px;
        font-size: 16px;
    }
    
    .content {
        background: #fff;;
        width: 45%;
        height: 25%;
        margin: 270px 20px;
        padding: 24px 12px;
        font-family: Arial,Helvetica,sans-serif;;
    }
    
    #close + label {
        text-align: center;
        position: fixed;
        color: #6c1f80;
        font-size: 20px;
        z-index: 50;
        border: 1px solid #6c1f80;
        height: 30px;
        width: 30px;
        line-height: 28px;
        border-radius: 50%;
        top: 270px;
        right: 18px;
        cursor: pointer;
        animation: modal 2s;
        animation-fill-mode: forwards;
        visibility: hidden;
        opacity: 2;
        margin-bottom: 10px;
    }
  }
