@media only screen and (max-width:350px){
    .logo_crd{
        width: 40%;
    }
    .btn_abrir{
        bottom: 65px;
        right: 25px;
    }
    .page_title{
        font-size: 12px;
    }
    .p5 {
        font-family: Kodchasan regular;
        font-size: 16px;
        color: black;
        height: auto;
        text-align: center;
        width: 90%;
        font-weight: 900;
        border-radius: 15px;
        padding: 15px;
        background-color: #F8C822;
        position: relative;
        bottom: 120px;
        left: 0px;
        right: 30px;
        float: right;
    }
    .img{
        display: none;
    }
    .lineab {
        width: 5px;
        height: 150px;
        position: relative;
        background-color: #E04F5F;
        right: 180px;
        bottom: 30px;
    }

    .dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: white;
        border: 2px solid #E04F5F;
        position: relative;
        display: flex;
        float: right;
        right: 173px;
        bottom: 35px;
    }
    #side_menu{
        grid-area: side_menu;
        display: block;
        width: 250px;
        position: relative;
        left: 0px;
    }
    #side_menu a{
        font-family: Bungee;
        font-size: 16px;
        line-height: 30px;
        text-decoration: none;
    }
 
.p1,
.p2,
.p3,
.p4,
.p10,
.p11,
.p12{
    font-family: Kodchasan regular;
    font-size: 14px;
    
}
.p6,
.p7,
.p8,
.p9{
    font-family: Kodchasan regular;
    font-size: 14px;
    
}

 .social_link a{
        width: 45px;
        height: 45px;
        line-height: 45px;
        bottom: 5px; 
        font-size: 25px;   
    }
    .whatsapp{
    width: 60px !important;
    height: 60px !important;
    font-size: 30px !important;
    line-height: 60px !important;
}
    h4{
        text-align: center;
        vertical-align: middle;
        font-size: 12px;
        position: relative;
        bottom: 50px;
    }  
}