*{
    font-size: arial;
}
html{
    min-height: 100%;
    position: relative;
}
.bg-gray{
    background-color: rgb(23, 50, 63);
}
.height-carousel{
min-height: 400px;
max-height: 400px;
}
.fa-facebook{
font-size: 3rem;
color: blue;
}
.fa-whatsapp{
    font-size: 3rem;
    color: rgb(39, 204, 66); 
}
.fa-instagram-square{
    font-size: 3rem;
    color: rgb(201, 17, 201);    
}
.img-inicio{
    width: 60%;
    border-radius: 10%;
   /* border:1px green solid;*/
}
.img-language img{
    width: 300px;
    border: 2px teal;
    border-radius: 30px;
}
.img-language img:hover{
    border: 5px rgb(122, 171, 216) solid;
    border-radius: 30px;
    box-shadow: 3px 5px 5px #706f6f;
    
}
footer
{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: white;
}
.card-img{
    padding: 10%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.img-Dofa{
    width: 450px;
    }
