@media only screen and (max-width:600px){
    .nav_desc, hr{
        display: none;
    }
    .page_title{
        font-size: 12px;
        position: relative;
        margin-right: 20px;
        margin-left: 20px;
        margin-top:100px;
    }
    h1{
        margin: 30px;
    }
    .logo_crd{
        display: block;
        width: 40%;
        padding-left: 20px;
    }
    .btn_abr{
        display: flex;
        float: right;
    }
    .btn_crdo{
        display:flex ;
        float: right;
    }
    .btn_abrir{
        display: block;
        width: 100px;
        position: relative;
        bottom: 90px;
        right:20px;
        width: 60px;
        height: 60px;
        background-color: #BBDEFB;
        border-color: transparent;
        border-radius: 15px;
    }
    .btn_cerrar{
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        background-color: #E04F5F;
        border-color: transparent;
        border-radius: 50px;
    }
    .header_hm{
        display: inline;
    }
    .modal{
        width: 90vw;
        background-color: #BBDEFB;
        border-color: transparent;
    }
    .modal::backdrop{
        background-color: rgba(0,0,0,0.615);
    }
    .logo_hm{
        width: 30%;
        position: relative;
        bottom: 0px;
    }
    .hm_element{
        display: flex;
        flex-direction: column;
        padding: 20px;
        gap: 40px;
        position: relative;
        top: 30px;
    }
    #hm_element1,
    #hm_element2,
    #hm_element3,
    #hm_element4,
    #hm_element4_bis,
    #hm_element5,
    #hm_element6,
    #hm_element7,
    #hm_element8{
        font-size: 18px;
        text-decoration: none;
        color: black;
    }
    #hm_element1:active,
    #hm_element2:active,
    #hm_element3:active,
    #hm_element4:active,
    #hm_element4_bis:active,
    #hm_element5:active,
    #hm_element6:active,
    #hm_element7:active,
    #hm_element8:active{
        background-color: #E04F5F;
        transform: translateY(4px);
    }

#nav a{
    padding: 15px;
}
.div{
    color: transparent;
}
  
 .page_title{
    position: relative;
    bottom: 80px;
 }   
    
    .loz{
        font-size: 11px;
        margin: 10px;
        padding: 5px;
        position: relative;
        bottom: 30px;
    }
    .p1,
    .p2,
    .p3,
    .p4 {
        width: 100%;
        margin-inline: 35px;
        margin-bottom: 20px;
        padding: 25px;
    }
    .p5 {
        font-family: Kodchasan regular;
        font-size: 16px;
        color: black;
        height: auto;
        text-align: center;
        width: 40%;
        font-weight: 900;
        border-radius: 15px;
        padding: 15px;
        background-color: #F8C822;
        position: relative;
        bottom: 90px;
        left: 0px;
        float: right;
    }
    .lineab {
        width: 5px;
        height: 150px;
        position: relative;
        background-color: #E04F5F;
        right: 170px;
        bottom: 30px;
    }

    .dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: white;
        border: 2px solid #E04F5F;
        position: relative;
        display: flex;
        float: right;
        right: 163px;
        bottom: 35px;
    }
    .subtitle2{
        position: relative;
        bottom: 100px;
    }
    #sec3{
        bottom: 100px;
        background-color: #BBDEFB;
        padding: 10px;
        margin: 20px;
        border-radius: 10px;
    }
    .subtitle3{
        position: relative;
        top: 0px;
    }
    #sec4{
        top: 100px;
    }
    
}