@media screen and (min-width: 240px) and (max-width: 568px) and (orientation: portrait){
    .container img{
        width: 300px;
        height: auto;
    }
    .btn-menu{
        display: block;
        cursor: pointer;
        border: thin solid #a2a0a0;
        border-radius: 3px;
        padding: 1px 2px 1px 2px;
        margin-bottom: 60px;
    }
    .icon-menu{
        display: block;
        
    }
    .header a{
        text-decoration: none;
        color: #aaacad;
    }
    .logo-nav-spliter{
        display: flex;
        justify-content:space-between;
        flex-wrap: wrap;
    }
    .navigation{
        width: 100%;
        margin-top: 1rem;
    }
    .navigation ul{
        display: none;
    }
    .navigation ul.show{
        display:inline-flex;
    }

    .navigation ul li{
        display: block;

    }
    .navigation ul li a{
        display: block;
        padding: 0 1rem;
        transition: all 0.2s linear;
    }
    .navigation ul li a:hover{
        color: #f78e1e;
    }

    /******************************************************************************/

    #Policy{
        width: 100vw;
        height: 100%;
        
    }
    .Section_container{
        width: 90%;
        max-width: 900px;
        margin: 0 auto;
        overflow-x: hidden;
    }

    .Section_container h1{
        font-family: 'Titillium Web', sans-serif;
        font-size: 3rem;
        font-weight: 600;
        color: rgba(255,255, 255, 0.9);
        letter-spacing: 0.6rem;
        line-height: 2.8rem;
        text-align:center;
        padding-top: 30px;
    }

    .policy_textos p{
        text-align:left;
        font-family: 'Titillium Web', sans-serif;
        font-size: 0.85rem;
        font-weight: 300;
        letter-spacing: 0.1rem;
        color: #fff;
    }
    .Box_frame .policy_textos h2{
        padding: 10px 8px 8px 0;
        color: #f78e1e;
        size: 0.85rem;
        line-height: 1.9rem;
        font-weight: 400;
        text-transform: uppercase;
        font-style: oblique;
        letter-spacing: 2px;
    }
    
    .Box_frame .policy_textos h3{
        padding: 10px 8px 8px 0;
        color: #ffffff;
        size: 0.95rem;
        line-height: 1.4rem;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 2px;
    }
    .Box_frame .policy_textos h4{
        padding: 10px 8px 8px 0;
        color: #ffffff;
        size: 0.9rem;
        font-weight: 400;
        font-style: oblique;
    }

    /********* FOOTER ************************************************/

    .Footer_Box_grid{
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 5px;
        padding-left: 25px;
        padding-bottom: 40px;
    }
    .footer_logos img{
        width: 200px;
        height: auto;
        opacity: 0.85;
    }
    .footer_address{
       padding-top: 15px;
    }
    
    .footer_address p{
        font-size: 1rem;
        color:#666;
    }
    .footer_contact{
        padding-top: 15px;
     }
    .cta_statement P{
        font-size: 1rem;
        color: #666;
    }
    





}