@media only screen and (max-width: 480px){
    .red{
        display: none;
    }
    header{
        height: 50px;
    }
    h2{
        font-size: 10px;
    }
    
    .logo{
        width: 20%;
        height: 40px;
    }
    .logo img{
    width: 50px;
    }
    
    .logo p a{
        font-size: 18px;
    }
    
    .ancho li a{
        font-size: 8px;
    }
    
    .ancho-letras h1{
        font-size: 22px;
    }
    .letras-slider p{
        display: none;
    }
    
    .columnasx3{
        width: 100%;
    }
    .columnasx3 img{
        width: 70%;
    }
    .columnasx3 p{
        font-size: 14px;
    }
    
    .hacemos h2{
        font-size: 25px;
    }
    
    .hacemos h3{
        font-size: 15px;
    }
    
    .columnasx5{
        width: 100%;
    }
    .columnasx5 img{
        width: 70%;
    }
    .columnasx5 p{
        font-size: 12px;
    }
    
    
    
    .formulario{
        width: 100%;
    }
    .caja-1{
        width: 90%;
    }
    .caja-2{
        width: 90%;
    }
    .enviar-a{
        width: 90%;
    }
    .datos{
        width: 100%;
    }
    
    .bienvenidos h2{
        font-size: 20px;
    }
    
    nav ul li a{
        color: #fff;
        font-family:'Comfortaa', cursive;
        font-size: 10px;
        font-weight: normal;
        letter-spacing: 0px;
        text-decoration: none;
        padding-left: 4px;
    }
        
    .wap h3{
        font-size: 15px;
    }
    .ancho-letras{
        top: 100px;
        position: absolute;
        width: 100%;
        text-align: center;
    }
    
    .slider-1 img{
        max-height: 200px;
    }
    .slider-2 img{
        max-height: 200px;
    }
    .slider-3 img{
        max-height: 200px;
    }
    .slider-4 img{
        max-height: 200px;
    }
    
    
@media only screen (min-width: 481px) and (max-width: 768px){
    .red{
        display: none;
    }
    
     .letras-slider p{
        display: none;
    }
    
    .columnasx3{
        width: 100%;
    }
    
    
    