@media (max-width:1200px) {
    header{
        
        nav{
            display: none;
        }
    }
    .section-hero{
        margin-top: 4rem;
        .contenedor{
            .left{
                h1{
                    max-width: 100%;
                    font-size: 48px;
                    line-height: 50px;
                }
            }
            .rigth{

            }
        }
    }
    .nosotros{
        .contenedor{
            .left{
                h2{
                    font-size: 48px;
                    line-height: 50px;
                }
            }
            .rigth{
                .cards{
                    .card{
                        p{
                            font-size: 18px;
                        }
                    }
                }
            }   
        }
    }
    .nuestros-servicios{
        .contenedor{
            .grid-servicios{
                grid-template-columns: repeat(2,1fr);
            }
        }
    }
    .quienes-somos{
        .contenedor{
            .left{
                width: 50%;
                h2{
                    font-size: 36px;
                    line-height: 40px;
                }
                .images{
                 
                    .image-left{
                        max-width: 300px;
                        max-height: 300px;
                        img{
                            height: 100%;
                            max-width: 100%;
                            object-fit: contain;
                        }    
                    }   
                    .video{
                        p{
                            iframe{
                                max-width: 300px;
                            }
                        }
                    }
                }
            }
            .right{
                p{
                    font-size: 20px;
                    
                }
            }
        }
    }

    .nosotros-main{
        .contenedor{
            .lema{
                .left{
                    h2{
                    font-size: 48px;
                    line-height: 50px;
                    }
                }
                .right{
                    p{
                        font-size: 15px;
                        line-height: 20px;
                    }
                }
            }
        }
    }
    .nuestra-prioridad{
        .left{
            width: 50%;
        }
        .right{
            width: 50%;
        }
    }
    .nuestra-meta{
        .contenedor{
            .left{
                width: 50%;
                .textos{
                    h2{
                        font-size: 36px;
                        line-height: 40px;
                    }
                    p{
                        font-size: 18px;
                        line-height: 24px;
                    }
                }
            }
            .right{
                width: 50%;
            }  
        }
       
    }
    .nuestro-equipo{
        .contenedor{
            .textos{
                h2{
                    font-size: 48px;
                    line-height: 50px;
                }
                p{
                    font-size: 18px;
                    line-height: 20px;
                }
            }
        }
    }

    
}