
@media (min-width: 241px) and (max-width: 320px) {


    .img_logo_h1 {
        width: 16%;
        margin: 0 0 0 1%;
        background-color: transparent;
    }
    .a_logo {
        width: 100%;
        height: 50%;
    }
    
    .container {
        padding: 0;
    }
    
    /*--------------burger--------------------*/
    .burger {
        margin: -4% 4% 0 0;
        width: 40px;
        z-index: 13;
    }
    .burger span{
        width: 25px;
        height: 0.01em;
        z-index: 13;
    }
    .burger span:nth-child(1) {
        transform: translateY(-9px);
    }
    
    .burger span:nth-child(2) {
        transform: translateY(-3px);
    }
    .burger span:nth-child(3) {
        transform: translateY(3px);
    }
    .burger span:nth-child(4) {
        transform: translateY(9px);
    }
    header.open .burger span {
        background-color: #ffffff;
       
    }
    .header.open .burger span:nth-child(1) {
        transform: translateX(0px) rotate(45deg);    
    }
    .header.open .burger span:nth-child(2) {
        transform: translateX(0px) rotate(45deg);
    }
    .header.open .burger span:nth-child(3) {
        transform: translateX(0px) rotate(-45deg);
    }
    .header.open .burger span:nth-child(4) {
        transform: translateX(0px) rotate(-45deg);
    }
    .menu  {
        z-index: 11;
        padding-top: 80px;
        right: -122px;
        width: 120px;
    
    }

    .menu__list li a {
        font-size: 8px;
        padding: 1% 0 5% 12%;
        
    }

    
/*----------------------------btn-idioma---------------------------------*/
    .idioma {
        width: auto;
        display: flex;
        align-items: center;
        background-color: transparent;
        margin: -3% 0 0 -130%;
        
    }
    .btn_text {
        font-size: 15px;
        margin: 5% 15% 0 0;
        cursor: pointer;
        color: #fff;
        transition: all 0.3s ease-in-out;
        &:hover {
            font-weight: 600;
            color: #FFAC37;
            text-shadow: #FFAC3740 0px 30px 60px -12px, rgba(255, 255, 255, 0.3) 0px 18px 36px -18px;
        } 
    }
    

    /*---------------body------------------------*/
    .caja {
        margin: 5% 1% 0 5%;
        color: black;
        width: 100vw;
    }
    .avisolegal_h1 {
        margin: 20% 1% 2% 0;
        font-size: 25px;
    }
    .p {
        font-size: 9px;
    }
    h4 {
        margin: 1% 0 0 0;
        color: #0D4DB1;
        font-size: 19px;
    }
    h5 {
        font-size: 15px;
    }
    /*----------------footer-----------------------*/
    .footer_conteiner {
        display: block;
        
    }
    .footer_h1 {
        font-size: 25px;
        letter-spacing: 0px;
    }
    .horario_text, .tel_footer p, .cor_footer p, .ubi_footer p { 
        font-size: 8px;
    }
    .info_paginas {
        display: none;
    }
    .footer_text_opi {
        font-size: 8px;
       
    }
    .conteiner_pol {
        margin: 2% 0 1% 0;
    }
    .conteiner_pol p a {
        font-size: 6px;
    }
    .linia_vertical_footer {
        display: none;
    }
    /*-----------------redes-right--------------------------------*/
    #arrow_up_div {
        bottom: 10px;
        right: 2.2%;
       
    }
    #face {
        bottom: 55px;
        right: 2.4%;
    }

    #what {
        bottom: 40px;
        right: 2.5%;
    }

    #ins {
        bottom: 25px;
        right: 2.5%;
    }
}

@media (min-width: 321px) and (max-width: 480px) {


    .img_logo_h1 {
        width: 14%;
        margin: 0 0 0 1%;
        background-color: transparent;
    }
    .a_logo {
        width: 100%;
        height: 50%;
    }
    
    .container {
        padding: 0;
    }
    
    /*--------------burger--------------------*/
    .burger {
        margin: -4% 4% 0 0;
        width: 40px;
        z-index: 13;
    }
    .burger span{
        width: 25px;
        height: 0.01em;
        z-index: 13;
    }
    .burger span:nth-child(1) {
        transform: translateY(-9px);
    }
    
    .burger span:nth-child(2) {
        transform: translateY(-3px);
    }
    .burger span:nth-child(3) {
        transform: translateY(3px);
    }
    .burger span:nth-child(4) {
        transform: translateY(9px);
    }
    header.open .burger span {
        background-color: #ffffff;
       
    }
    .header.open .burger span:nth-child(1) {
        transform: translateX(0px) rotate(45deg);    
    }
    .header.open .burger span:nth-child(2) {
        transform: translateX(0px) rotate(45deg);
    }
    .header.open .burger span:nth-child(3) {
        transform: translateX(0px) rotate(-45deg);
    }
    .header.open .burger span:nth-child(4) {
        transform: translateX(0px) rotate(-45deg);
    }
    .menu  {
        z-index: 11;
        padding-top: 80px;
        right: -122px;
        width: 120px;
    
    }

    .menu__list li a {
        font-size: 8px;
        padding: 1% 0 5% 12%;
        
    }

    
/*----------------------------btn-idioma---------------------------------*/
    .idioma {
        width: auto;
        display: flex;
        align-items: center;
        background-color: transparent;
        margin: -3% 0 0 -130%;
        
    }
    .btn_text {
        font-size: 20px;
        margin: 8% 20% 0 0;
        cursor: pointer;
        color: #ffffff;
        transition: all 0.3s ease-in-out;
        &:hover {
            font-weight: 600;
            color: #FFAC37;
            text-shadow: #FFAC3740 0px 30px 60px -12px, rgba(255, 255, 255, 0.3) 0px 18px 36px -18px;
        } 
    }

    /*---------------body------------------------*/
    .caja {
        margin: 5% 1% 0 5%;
        color: black;
        width: 100vw;
    }
    .avisolegal_h1 {
        margin: 20% 1% 2% 0;
        font-size: 25px;
    }
    .p {
        font-size: 9px;
    }
    h4 {
        margin: 1% 0 0 0;
        color: #0D4DB1;
        font-size: 19px;
    }
    h5 {
        font-size: 15px;
    }
    /*----------------footer-----------------------*/
    .footer_conteiner {
        display: block;
        
    }
    .footer_h1 {
        font-size: 25px;
        letter-spacing: 0px;
    }
    .horario_text, .tel_footer p, .cor_footer p, .ubi_footer p { 
        font-size: 8px;
    }
    .info_paginas {
        display: none;
    }
    .footer_text_opi {
        font-size: 8px;
       
    }
    .conteiner_pol {
        margin: 2% 0 1% 0;
    }
    .conteiner_pol p a {
        font-size: 6px;
    }
    .linia_vertical_footer {
        display: none;
    }
    /*-----------------redes-right--------------------------------*/
    #arrow_up_div {
        bottom: 10px;
        right: 2.2%;
       
    }
    #face {
        bottom: 55px;
        right: 2.4%;
    }

    #what {
        bottom: 40px;
        right: 2.5%;
    }

    #ins {
        bottom: 25px;
        right: 2.5%;
    }
}

@media (min-width: 480px) and (max-width: 768px) {


    .img_logo_h1 {
        width: 10%;
        margin: 0 0 0 1%;
        background-color: transparent;
    }
    .a_logo {
        width: 100%;
        height: 50%;
    }
    
    .container {
        padding: 0;
    }
    
    /*--------------burger--------------------*/
    .burger {
        margin: -2% 4% 0 0;
        width: 40px;
        z-index: 13;
    }
    .burger span{
        width: 35px;
        height: 0.01em;
        z-index: 13;
    }
    .burger span:nth-child(1) {
        transform: translateY(-12px);
    }

    .burger span:nth-child(2) {
        transform: translateY(-4px);
    }
    .burger span:nth-child(3) {
        transform: translateY(4px);
    }
    .burger span:nth-child(4) {
        transform: translateY(12px);
    }
    header.open .burger span {
        background-color: #ffffff;
    
    }
    .header.open .burger span:nth-child(1) {
        transform: translateX(0px) rotate(45deg);    
    }
    .header.open .burger span:nth-child(2) {
        transform: translateX(0px) rotate(45deg);
    }
    .header.open .burger span:nth-child(3) {
        transform: translateX(0px) rotate(-45deg);
    }
    .header.open .burger span:nth-child(4) {
        transform: translateX(0px) rotate(-45deg);
    }



    /*----------------------------btn-idioma---------------------------------*/
    .idioma {
        width: auto;
        display: flex;
        align-items: center;
        background-color: transparent;
        margin: -2% 0 0 -150%;
        
    }
    .btn_text {
        font-size: 25px;
        margin: 9% 20% 0 0;
        cursor: pointer;
        color: #ffffff;
        transition: all 0.3s ease-in-out;
        &:hover {
            font-weight: 600;
            color: #FFAC37;
            text-shadow: #FFAC3740 0px 30px 60px -12px, rgba(255, 255, 255, 0.3) 0px 18px 36px -18px;
        } 
    }
    
    .menu  {
        z-index: 11;
        padding-top: 80px;
        right: -177px;
        width: 175px;
    
    }

    .menu__list li a {
        font-size: 11px;
        padding: 1% 0 5% 12%;
        
    }

    /*---------------body------------------------*/

    .avisolegal_h1 {
        margin: 20% 1% 2% 0;
        font-size: 65px;
    }
 
    /*----------------footer-----------------------*/
    .footer_conteiner {
        display: block;
        
    }
    .footer_h1 {
        font-size: 25px;
        letter-spacing: 0px;
    }
    .horario_text, .tel_footer p, .cor_footer p, .ubi_footer p { 
        font-size: 8px;
    }
    .info_paginas {
        display: none;
    }
    .footer_text_opi {
        font-size: 8px;
       
    }
    .conteiner_pol {
        margin: 2% 0 1% 0;
    }
    .conteiner_pol p a {
        font-size: 6px;
    }
    .linia_vertical_footer {
        display: none;
    }
    /*-----------------redes-right--------------------------------*/
    #arrow_up_div {
        bottom: 10px;
        right: 2.2%;
        width: 10px;
    }
    #face {
        bottom: 160px;
        right: 2.4%;
        width: 10px;
    }

    #what {
        bottom: 115px;
        right: 2.5%;
        width: 10px;
    }

    #ins {
        bottom: 70px;
        right: 2.5%;
        width: 10px;
    }  
  }


