@media (min-width: 241px) and (max-width: 320px) {
body {
            background-color: rgb(0, 0, 0);
        }
    .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%;
        
    }
    .checkbox {
        width: 50px;
        height: 15px;
        margin: -5%;
    }
    
    .checkbox .toggle {
        width: 21px;
        height: 10px;
        position: absolute;
        border-radius: 30px;
        left: 2px;
        cursor: pointer;
        background: linear-gradient(40deg,#FFAC37,#e27c00 70%);
        transition: 0.4s;

    }
    
    .checkbox .slide {
        width: 50px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        cursor: pointer;
    }
    
    .checkbox .slide .text {
        font-size: 7px;
        font-weight: 700;
        z-index: 10;
        cursor: pointer;
        
    }
    
    .check:checked + .checkbox .slide .toggle {
        transform: translateX(24px);
        background: linear-gradient(40deg, #0D4DB1, #A3DAFB 70%);
        border-radius: 1px solid;
        border-color: #ffffff;
    }
    
    .check:checked + .checkbox .slide {
        color: #fff;
    }
    

    /*---------------body------------------------*/
    .contacto_h1 {
        margin: 18% 0 2% 0;
        font-size: 20px;
        text-align: center;
 
    }
    .conteiner {
        display: block;
    }
    .dtc_contenido {
        overflow: hidden;
        padding: 0.1rem 0;
        text-align: center;
        margin-top: 2.5em;
        
    }
    
    .con_dir, .con_tel, .con_cor {
        width: 100%;
        max-width: 15rem;
        height: 5rem;
        display: inline-block;
        overflow: hidden;
        margin: 1rem;  
        z-index: 50; 
        padding-top: 5%;
        border: 3px solid;
        border-color: #FFAC37;
        border-radius: 20px;
        
    
    
    }
    /*----------------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) {
}

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

@media (min-width: 769px) and (max-width: 992px) {
   
  }
@media (min-width: 993px) and (max-width: 1200px) {
   
  }
@media (min-width: 1201px) and (max-width: 1980px){
    
  }
