@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;
    }
    .btn_text {
        font-size: 14px;
        margin: 0 10% 0 0;
        cursor: pointer;
        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;
        } 
    }
    .header {
        background-color: #000;
    }
    .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%;
        
    }
    .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%;
    }

    /*----------------------body----------------------------*/
    .conteiner_top {
        background-size: 100% 150px;
        width: auto;
        height: 150px;  
        margin-top: 18%; 
    }
    .fo {
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 150px;
        margin-top: 18%; 
       
    }
    .kg_h1 {
        font-size: 15px;
        padding-top: 10%;
    }
    .h1_p {
        font-size: 6px;
        margin-top: 1.5%;
     
    }
    .h1_span {
    
        font-size: 30px;
    
    }
    .animated-button {
        margin: 2% 0;
        width: auto;
        height: 20px; 
        padding: 0% 3%;
        font-size: 6px;
      }
    .mouse {
        display: none;
    }
    .citata_top_p {
        font-size: 6px;
        margin: -20% 5% 0 0;
    }
    .p_h1 {
        font-size: 20px;
    }
    .text_gs {
        color: #000;
        font-size: 9px;
        margin: 0 0 0 1%;
    }
    .text_h1 {
        font-size: 12px;
    }
    .th_h1, .th_pmf_h1 {
        font-size: 10px;
    }
    .td_text {
        font-size: 8px;
    }
    th, td {
        width: 15%;
        height: 55px;
        
    }
    .div_ps_p {
        font-size: 7px;
    }
    .nota_conteiner p {
        font-size: 7px;
      
    }
    .animated-button2 {
        padding: 8px 18px;
        font-size: 7px;
        width: 100px;
        height: 30px;
        margin-top: 2%;
        
      }
    .animated-button2:hover .arr-1 {
        right: -25%;
      }
      
    .animated-button2:hover .arr-2 {
        left: 5px;
      }
    .animated-button2 .arr-1 {
        right: 5px;
      }
      
    .animated-button2 .arr-2 {
        left: -25%;
      }
    .animated-button2 .text {
        transform: translateX(-12px);
    }
    .animated-button2:hover .text {
        transform: translateX(15px);
      }

      /*----------------btn1-------------------*/
      .animated-button1 {
        padding: 8px 18px;
        font-size: 7px;
        width: 100px;
        height: 30px;
        margin-top: 2%;
        
      }

      .animated-button1:hover .arr-1 {
        left: -25%;
        transform: rotate(180deg);
      }
      
      .animated-button1:hover .arr-2 {
        right: 5px;
        transform: rotate(180deg);
      }
      
      .animated-button1:hover .text {
        transform: translateX(-15px);
      }



      .animated-button1 .arr-1 {
        left: 5px;
        transform: rotate(180deg);
      }
      
      .animated-button1 .arr-2 {
        right: -25px;
        transform: rotate(180deg);
        }
    .animated-button1 .text {
        transform: translateX(12px);
    }
    
    /*--------------pmf------------------------------------*/
    .h1_pmf {
        font-size: 15px;

    }
    .pmf_p1 {
        padding: 10px;
        font-size: 9px;
    }
    .linia_horisontal_pmf {
        width: 100%;
        height: 0.01em;
        background-color: #f0a338;
    }
    .pmf_h1 {
        font-size: 12px;
    }
    .pmf_text, .pmf_text_li {
        font-size: 7px;
    }
    
    
    
    /*------------------------------------------*/
}

@media (min-width: 321px) and (max-width: 480px) {
    .img_logo_h1 {
        width: 16%;
        margin: 0 0 0 1%;
        background-color: transparent;
    }
    .a_logo {
        width: 100%;
        height: 50%;
    }
    
    .container {
        padding: 0;
    }
    .btn_text {
        font-size: 14px;
        margin: 0 20% 0 0;
        cursor: pointer;
        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;
        } 
    }
    .header {
        background-color: #000;
    }
    .burger {
        margin: -4% 4% 0 0;
        width: 40px;
        z-index: 13;
    }
    .burger span{
        width: 30px;
        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: 10;
        padding-top: 80px;
        right: -152px;
        width: 150px;
       
    }
    
    .menu__list li a {
        font-size: 10px;
        padding: 1% 0 5% 12%;
        
    }

    
/*----------------------------btn-idioma---------------------------------*/
    .idioma {
        width: auto;
        display: flex;
        align-items: center;
        background-color: transparent;
        margin: -3% 0 0 -133%;
        
    }
    .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;
    }
    #arrow_up_div {
        bottom: 10px;
        right: 3.2%;
        width: 10px;
       
    }
    #face {
        bottom: 130px;
        right: 4.5%;
        width: 7px;
    }

    #what {
        bottom: 95px;
        right: 4.8%;
        width: 7px;
    }

    #ins {
        bottom: 60px;
        right: 4.8%;
        width: 7px;
    }     

    /*----------------------body----------------------------*/
    .conteiner_top {
        background-size: 100% 200px;
        width: auto;
        height: 200px;  
        margin-top: 17%; 
    }
    .fo {
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 200px;
        margin-top: 17%; 
       
    }
    .kg_h1 {
        font-size: 18px;
        padding-top: 10%;
    }
    .h1_p {
        font-size: 8px;
        margin-top: 1.5%;
     
    }
    .h1_span {
    
        font-size: 30px;
    
    }
    .animated-button {
        margin: 2% 0;
        width: auto;
        height: 20px; 
        padding: 0% 3%;
        font-size: 8px;
      }
    .mouse {
        display: none;
    }
    .citata_top_p {
        font-size: 6px;
        margin: -15% 5% 0 0;
    }
    .p_h1 {
        font-size: 20px;
    }
    .text_gs {
        color: #000;
        font-size: 9px;
        margin: 0 0 0 1%;
    }
    .text_h1 {
        font-size: 15px;
    }
    .th_h1, .th_pmf_h1 {
        font-size: 10px;
    }
    .td_text {
        font-size: 8px;
    }
    th, td {
        width: 15%;
        height: 55px;
        
    }
    .div_ps_p {
        font-size: 7px;
    }
    .nota_conteiner p {
        font-size: 7px;
      
    }
    .animated-button2 {
        padding: 8px 18px;
        font-size: 7px;
        width: 100px;
        height: 30px;
        margin-top: 2%;
        
      }
    .animated-button2:hover .arr-1 {
        right: -25%;
      }
      
    .animated-button2:hover .arr-2 {
        left: 5px;
      }
    .animated-button2 .arr-1 {
        right: 5px;
      }
      
    .animated-button2 .arr-2 {
        left: -25%;
      }
    .animated-button2 .text {
        transform: translateX(-12px);
    }
    .animated-button2:hover .text {
        transform: translateX(15px);
      }
 /*----------------btn1-------------------*/
      .animated-button1 {
        padding: 8px 18px;
        font-size: 7px;
        width: 100px;
        height: 30px;
        margin-top: 2%;
        
      }

      .animated-button1:hover .arr-1 {
        left: -25%;
        transform: rotate(180deg);
      }
      
      .animated-button1:hover .arr-2 {
        right: 5px;
        transform: rotate(180deg);
      }
      
      .animated-button1:hover .text {
        transform: translateX(-15px);
      }



      .animated-button1 .arr-1 {
        left: 5px;
        transform: rotate(180deg);
      }
      
      .animated-button1 .arr-2 {
        right: -25px;
        transform: rotate(180deg);
        }
    .animated-button1 .text {
        transform: translateX(12px);
    }
    

    /*--------------pmf------------------------------------*/
    .h1_pmf {
        font-size: 15px;

    }
    .pmf_p1 {
        padding: 10px;
        font-size: 9px;
    }
    .linia_horisontal_pmf {
        width: 100%;
        height: 0.01em;
        background-color: #f0a338;
    }
    .pmf_h1 {
        font-size: 12px;
    }
    .pmf_text, .pmf_text_li {
        font-size: 7px;
    }
    

    /*------------------------------------------*/
}

@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;
    }
    .btn_text {
        font-size: 20px;
        margin: 0 20% 0 0;
        cursor: pointer;
        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;
        } 
    }
    
    .header {
        background-color: #000;
    }
    .burger {
        margin: 0% 4% 0 0;
        width: 50px;
        z-index: 13;
    }
    .burger span{
        width: 50px;
        height: 0.01em;
        z-index: 13;
    }
    .burger span:nth-child(1) {
        transform: translateY(-17px);
    }

    .burger span:nth-child(2) {
        transform: translateY(-6px);
    }
    .burger span:nth-child(3) {
        transform: translateY(6px);
    }
    .burger span:nth-child(4) {
        transform: translateY(17px);
    }
    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: 10;
        padding-top: 100px;
        right: -192px;
        width: 190px;
       
    }
    
    .menu__list li a {
        font-size: 13px;
        padding: 1% 0 5% 12%;
        
    }

    
/*----------------------------btn-idioma---------------------------------*/
    .idioma {
        width: auto;
        display: flex;
        align-items: center;
        background-color: transparent;
        margin: -2% 0 0 -150%;
        
    }
        /*----------------footer-----------------------*/
        .footer_conteiner {
            display: block;
            
        }
        .footer_h1 {
            font-size: 50px;
            letter-spacing: 0px;
        }
        .horario_text, .tel_footer p, .cor_footer p, .ubi_footer p { 
            font-size: 18px;
        }
        .info_paginas {
            display: none;
        }
        .footer_text_opi {
            font-size: 12px;
           
        }
        .conteiner_pol {
            margin: 2% 0 1% 0;
        }
        .conteiner_pol p a {
            font-size: 14px;
        }
        .linia_vertical_footer {
            display: none;
        }
        /*-----------------redes-right--------------------------------*/
        #arrow_up_div {
            bottom: 10px;
            right: 3.2%;
            width: 12px;
           
        }
        #face {
            bottom: 130px;
            right: 4%;
            width: 10px;
        }
    
        #what {
            bottom: 95px;
            right: 4.3%;
            width: 10px;
        }
    
        #ins {
            bottom: 60px;
            right: 4.3%;
            width: 10px;
        } 
    /*----------------------body----------------------------*/
    .conteiner_top {
        background-size: 100% 400px;
        width: auto;
        height: 400px;  
        margin-top: 10%; 
    }
    .fo {
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 400px;
        margin-top: 10%; 
       
    }
    .kg_h1 {
        font-size: 45px;
        padding-top: 10%;
    }
    .h1_p {
        font-size: 15px;
        margin-top: 1.5%;
     
    }
    .h1_span {
    
        font-size: 75px;
    
    }
    .animated-button {
        margin: 2% 0;
        width: auto;
        height: 20px; 
        padding: 2% 3%;
        font-size: 15px;
      }
    .mouse {
        display: none;
    }
    .citata_top_p {
        font-size: 12px;
        margin: -13% 5% 0 0;
    }
    .p_h1 {
        font-size: 25px;
    }
    .text_gs {
        color: #000;
        font-size: 15px;
        margin: 0 0 0 1%;
    }
    .text_h1 {
        font-size: 20px;
    }
    .th_h1, .th_pmf_h1 {
        font-size: 14px;
    }
    .td_text {
        font-size: 12px;
    }
    th, td {
        width: 15%;
        height: 55px;
        
    }
    .div_ps_p {
        font-size: 10px;
    }
    .nota_conteiner p {
        font-size: 10px;
      
    }
    .animated-button2 {
        padding: 10px 30px;
        font-size: 12px;
        width: 160px;
        height: 40px;
        margin-top: 2%;
        
      }
    .animated-button2:hover .arr-1 {
        right: -25%;
      }
      
    .animated-button2:hover .arr-2 {
        left: 5px;
      }
    .animated-button2 .arr-1 {
        right: 5px;
      }
      
    .animated-button2 .arr-2 {
        left: -25%;
      }
    .animated-button2 .text {
        transform: translateX(-12px);
    }
    .animated-button2:hover .text {
        transform: translateX(15px);
      }
 /*----------------btn1-------------------*/
    .animated-button1 {
        padding: 10px 30px;
        font-size: 12px;
        width: 160px;       
        height: 40px;
        margin-top: 2%;
        
    }

    .animated-button1:hover .arr-1 {
        left: -25%;
        transform: rotate(180deg);
    }
    
    .animated-button1:hover .arr-2 {
        right: 5px;
        transform: rotate(180deg);
    }
    
    .animated-button1:hover .text {
        transform: translateX(-15px);
    }



    .animated-button1 .arr-1 {
        left: 5px;
        transform: rotate(180deg);
    }
    
    .animated-button1 .arr-2 {
        right: -25px;
        transform: rotate(180deg);
        }
    .animated-button1 .text {
        transform: translateX(12px);
    }

    /*--------------pmf------------------------------------*/
    .h1_pmf {
        font-size: 20px;

    }
    .pmf_p1 {
        padding: 10px;
        font-size: 15px;
    }
    .linia_horisontal_pmf {
        width: 100%;
        height: 0.01em;
        background-color: #f0a338;
    }
    .pmf_h1 {
        font-size: 18px;
    }
    .pmf_text, .pmf_text_li {
        font-size: 13px;
    }
    

    /*------------------------------------------*/
  }

@media (min-width: 769px) and (max-width: 992px) {
    .img_logo_h1 {
        width: 8%;
        margin: 0 0 0 1%;
        background-color: transparent;
    }
    .a_logo {
        width: 100%;
        height: 50%;
    }
    
    .container {
        padding: 0;
    }
    .btn_text {
        font-size: 22px;
        margin: 0 20% 0 0;
        cursor: pointer;
        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;
        } 
    }
    
    .header {
        background-color: #000;
    }
    .burger {
        margin: 0% 4% 0 0;
        width: 50px;
        z-index: 13;
    }
    .burger span{
        width: 50px;
        height: 0.01em;
        z-index: 13;
    }
    .burger span:nth-child(1) {
        transform: translateY(-17px);
    }

    .burger span:nth-child(2) {
        transform: translateY(-6px);
    }
    .burger span:nth-child(3) {
        transform: translateY(6px);
    }
    .burger span:nth-child(4) {
        transform: translateY(17px);
    }
    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: 10;
        padding-top: 120px;
        right: -202px;
        width: 200px;
       
    }
    
    .menu__list li a {
        font-size: 14px;
        padding: 1% 0 5% 12%;
        
    }

    
/*----------------------------btn-idioma---------------------------------*/
    .idioma {
        width: auto;
        display: flex;
        align-items: center;
        background-color: transparent;
        margin: -1% 0 0 -160%;
        
    }
        /*----------------footer-----------------------*/
    
        .footer_conteiner {
            display: flex;
            
        }
        .footer_h1 {
            font-size: 60px;
            letter-spacing: 0px;
        }
        .horario_text, .tel_footer p, .cor_footer p, .ubi_footer p { 
            font-size: 16px;
        }
        .info_paginas {
            font-size: 16px;
        }
        .text_info_paginas {
            font-size: 16px;
           
        }
        .footer_text_opi {
            font-size: 17px;
        
        }
        .conteiner_pol {
            margin: 2% 0 1% 0;
        }
        .conteiner_pol p a {
            font-size: 11px;
        }
        .linia_vertical_footer {
            height: 250px;  
        }
        /*-----------------redes-right--------------------------------*/
        #arrow_up_div {
            bottom: 10px;
            right: 3.2%;
            width: 13px;
           
        }
        #face {
            bottom: 140px;
            right: 3.8%;
            width: 11px;
        }
    
        #what {
            bottom: 105px;
            right: 4%;
            width: 11px;
        }
    
        #ins {
            bottom: 65px;
            right: 4%;
            width: 11px;
        } 
    /*----------------------body----------------------------*/
    .conteiner_top {
        background-size: 100% 450px;
        width: auto;
        height: 450px;  
        margin-top: 8%; 
    }
    .fo {
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 450px;
        margin-top: 8%; 
       
    }
    .kg_h1 {
        font-size: 45px;
        padding-top: 10%;
    }
    .h1_p {
        font-size: 15px;
        margin-top: 1.5%;
     
    }
    .h1_span {
    
        font-size: 75px;
    
    }
    .animated-button {
        margin: 2% 0;
        width: auto;
        height: 20px; 
        padding: 2% 3%;
        font-size: 15px;
      }
    .mouse {
        display: none;
    }
    .citata_top_p {
        font-size: 12px;
        margin: -10% 5% 0 0;
    }
    .p_h1 {
        font-size: 25px;
    }
    .text_gs {
        color: #000;
        font-size: 15px;
        margin: 0 0 0 1%;
    }
    .text_h1 {
        font-size: 20px;
    }
    .th_h1, .th_pmf_h1 {
        font-size: 14px;
    }
    .td_text {
        font-size: 12px;
    }
    th, td {
        width: 15%;
        height: 55px;
        
    }
    .div_ps_p {
        font-size: 10px;
    }
    .nota_conteiner p {
        font-size: 10px;
      
    }
    .animated-button2 {
        padding: 10px 30px;
        font-size: 12px;
        width: 160px;
        height: 40px;
        margin-top: 2%;
        
      }
    .animated-button2:hover .arr-1 {
        right: -25%;
      }
      
    .animated-button2:hover .arr-2 {
        left: 5px;
      }
    .animated-button2 .arr-1 {
        right: 5px;
      }
      
    .animated-button2 .arr-2 {
        left: -25%;
      }
    .animated-button2 .text {
        transform: translateX(-12px);
    }
    .animated-button2:hover .text {
        transform: translateX(15px);
      }
 /*----------------btn1-------------------*/
    .animated-button1 {
        padding: 10px 30px;
        font-size: 12px;
        width: 160px;       
        height: 40px;
        margin-top: 2%;
        
    }

    .animated-button1:hover .arr-1 {
        left: -25%;
        transform: rotate(180deg);
    }
    
    .animated-button1:hover .arr-2 {
        right: 5px;
        transform: rotate(180deg);
    }
    
    .animated-button1:hover .text {
        transform: translateX(-15px);
    }



    .animated-button1 .arr-1 {
        left: 5px;
        transform: rotate(180deg);
    }
    
    .animated-button1 .arr-2 {
        right: -25px;
        transform: rotate(180deg);
        }
    .animated-button1 .text {
        transform: translateX(12px);
    }
    /*--------------pmf------------------------------------*/
    .h1_pmf {
        font-size: 20px;

    }
    .pmf_p1 {
        padding: 10px;
        font-size: 15px;
    }
    .linia_horisontal_pmf {
        width: 100%;
        height: 0.01em;
        background-color: #f0a338;
    }
    .pmf_h1 {
        font-size: 18px;
    }
    .pmf_text, .pmf_text_li {
        font-size: 13px;
    }
    
  }
@media (min-width: 993px) and (max-width: 1200px) {
    .img_logo_h1 {
        width: 7%;
        margin: 1% 0 0 1%;
        background-color: transparent;
    }
    .a_logo {
        width: 100%;
        height: 50%;
    }
    
    .container {
        padding: 0;
    }
    .btn_text {
        font-size: 25px;
        margin: 0 20% 0 0;
        cursor: pointer;
        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;
        } 
    }
    
    .header {
        background-color: #000;
    }
    .burger {
        margin: 0% 4% 0 0;
        width: 50px;
        z-index: 13;
    }
    .burger span{
        width: 50px;
        height: 0.01em;
        z-index: 13;
    }
    .burger span:nth-child(1) {
        transform: translateY(-17px);
    }

    .burger span:nth-child(2) {
        transform: translateY(-6px);
    }
    .burger span:nth-child(3) {
        transform: translateY(6px);
    }
    .burger span:nth-child(4) {
        transform: translateY(17px);
    }
    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: 10;
        padding-top: 120px;
        right: -202px;
        width: 200px;
       
    }
    
    .menu__list li a {
        font-size: 14px;
        padding: 1% 0 5% 12%;
        
    }

    
/*----------------------------btn-idioma---------------------------------*/
    .idioma {
        width: auto;
        display: flex;
        align-items: center;
        background-color: transparent;
        margin: 0% 0 0 -160%;
        
    }
        /*----------------footer-----------------------*/
    
        .footer_conteiner {
            display: flex;
            
        }
        .footer_h1 {
            font-size: 60px;
            letter-spacing: 0px;
        }
        .horario_text, .tel_footer p, .cor_footer p, .ubi_footer p { 
            font-size: 16px;
        }
        .info_paginas {
            font-size: 16px;
        }
        .text_info_paginas {
            font-size: 16px;
           
        }
        .footer_text_opi {
            font-size: 17px;
        
        }
        .conteiner_pol {
            margin: 2% 0 1% 0;
        }
        .conteiner_pol p a {
            font-size: 11px;
        }
        .linia_vertical_footer {
            height: 250px;  
        }
        /*-----------------redes-right--------------------------------*/
        #arrow_up_div {
            bottom: 10px;
            right: 3.2%;
            width: 13px;
           
        }
        #face {
            bottom: 140px;
            right: 3.8%;
            width: 11px;
        }
    
        #what {
            bottom: 105px;
            right: 4%;
            width: 11px;
        }
    
        #ins {
            bottom: 65px;
            right: 4%;
            width: 11px;
        } 
    /*----------------------body----------------------------*/
    .conteiner_top {
        background-size: 100% 500px;
        width: auto;
        height: 500px;  
        margin-top: 8%; 
    }
    .fo {
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 500px;
        margin-top: 8%; 
       
    }
    .kg_h1 {
        font-size: 55px;
        padding-top: 10%;
    }
    .h1_p {
        font-size: 18px;
        margin-top: 1.5%;
     
    }
    .h1_span {
    
        font-size: 85px;
    
    }
    .animated-button {
        margin: 2% 0;
        width: auto;
        height: 20px; 
        padding: 2% 3%;
        font-size: 20px;
      }
    .mouse {
        display: none;
    }
    .citata_top_p {
        font-size: 15px;
        margin: -13% 5% 0 0;
    }
    .p_h1 {
        font-size: 40px;
    }
    .text_gs {
        color: #000;
        font-size: 20px;
        margin: 0 0 0 1%;
    }
    .text_h1 {
        font-size: 25px;
    }
    .th_h1, .th_pmf_h1 {
        font-size: 18px;
    }
    .td_text {
        font-size: 16px;
    }
    th, td {
        width: 15%;
        height: 95px;
        
    }
    .div_ps_p {
        font-size: 14px;
    }
    .nota_conteiner p {
        font-size: 14px;
      
    }
    .animated-button2 {
        padding: 10px 30px;
        font-size: 16px;
        width: 200px;
        height: 50px;
        margin-top: 2%;
        
      }
    .animated-button2:hover .arr-1 {
        right: -25%;
      }
      
    .animated-button2:hover .arr-2 {
        left: 5px;
      }
    .animated-button2 .arr-1 {
        right: 5px;
      }
      
    .animated-button2 .arr-2 {
        left: -25%;
      }
    .animated-button2 .text {
        transform: translateX(-12px);
    }
    .animated-button2:hover .text {
        transform: translateX(15px);
    }
 /*----------------btn1-------------------*/
    .animated-button1 {
        padding: 10px 30px;
        font-size: 16px;
        width: 200px;
        height: 50px;
        margin-top: 2%;
        
    }

    .animated-button1:hover .arr-1 {
        left: -25%;
        transform: rotate(180deg);
    }
    
    .animated-button1:hover .arr-2 {
        right: 5px;
        transform: rotate(180deg);
    }
    
    .animated-button1:hover .text {
        transform: translateX(-15px);
    }



    .animated-button1 .arr-1 {
        left: 5px;
        transform: rotate(180deg);
    }
    
    .animated-button1 .arr-2 {
        right: -25px;
        transform: rotate(180deg);
        }
    .animated-button1 .text {
        transform: translateX(12px);
    }
    /*--------------pmf------------------------------------*/
    .h1_pmf {
        font-size: 30px;

    }
    .pmf_p1 {
        padding: 10px;
        font-size: 18px;
    }
    .linia_horisontal_pmf {
        width: 100%;
        height: 0.01em;
        background-color: #f0a338;
    }
    .pmf_h1 {
        font-size: 22px;
    }
    .pmf_text, .pmf_text_li {
        font-size: 16px;
    }   
  }

