html {
    scroll-behavior: smooth;
   
}


body{
    margin: 0 auto;
    

}
.header{
    height: 400px;
    width: 90%;
    background-image: url('../src/home/home.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    
}
.menu{
    
    gap: 40px;
}

.buton_menu{
    width: 140px;
}



.carrousel__img{
    object-fit: contain;
    width: 100%;
    max-height: 350px;

}

.courses{
    padding-top: 200px;
    padding-bottom: 50px;
 
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    background-image: url('../src/cursos/fondo2.jpg');
  background-size: cover;
}   
.courses a:hover {
    box-shadow: 12px 2px 3px pink;
  
}
.course__img{
    max-width:  350px;
    
}


.cards_container{
display: flex;
    
}
.cards{
    max-height: 800px;
  min-height: 800px;
    background-image: url('../src/cards/cards.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}

.donaciones{
    width: 100%;
    max-height: 400px;
}

.logos{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    max-height: 100px;
}
.logo{
    max-width: 250px;
    max-height: 100px;
    object-fit: contain;
}

footer{
    display: flex;
    justify-content: end;
    align-items: center;
    max-height: 300px;
    width: 100%;
    background-color: #F19BC0;
    background-image: url(../src/footer/footer.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    
}

.footer__map{
    margin: 0;
    display: flex;
    justify-content: end;


}
.redes_container{
    display: flex;
    align-items: center;
}
.redes_container img{
    width: 54px;
}

iframe{
    max-width:"400";
     max-height:"250";
}