* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.5;
  background: white;
  color: black;
}
.site-header {
  background-image: url('../imagenes/perro.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%; 
  display: flex;
  flex-direction: column;
  padding-bottom: 50%;
  margin-bottom: 0px;
}


.site-header__logo-com{
  background-color: green;
  width: 100%;
  height: 70px;
}

.site-header__nav{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  justify-content: space-between;
  background-color: transparent;
  position: fixed;
  top: 70px; 
  left: 0;
  width: 100%;
  background-color: white; 
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.5); 
}
.site-header__link{
  color: white;
  text-decoration: none;
  font-size: 25px;
  background-color: #004aad;
  padding: 9px 24px;
  margin: 17px 12px;
  border-radius: 8px;
  font-family: 'Segoe UI', sans-serif;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.site-header__link :hover{
  background-color: #00337a;
}

.site-header__dropdown-content{
  margin-top: 10px;
  padding-top: 0px;
}

.site-header__dropdown{
  padding-top: 21px;
}
.site-header__img {
  height: 100px; 
  width: auto;
}
.site-main{
  margin-top: 150px;
}

.site-main{
  background-color: green;
  height: 200px;
  width: 100%;
  margin-top: 0px;
  padding-bottom: 500px;
  padding-top: 100px;
  
}
.site-main__intro{
  display: block;
  justify-content: flex-start;
  align-items: flex-start;
}
.intro__title{
  color: white;
  display: flex;
}

.art__container1{
  display: flex;
  justify-content: space-around;
}
.container1__container{
  width: 23vw;
  height: 300px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.container__img{
  width: 80%;
  height: 80%;
  object-fit: cover;
  border-radius: 20px;
  background-color: aqua;
}
.art__container{
  margin-bottom: 150px;
  
}
.container__p{
  margin-bottom: 40px;
  background-color: gray;
}
.container__comida{
  display: flex;
  justify-content: center;
}
.sec__art{
  background-color: black;
}

.container__precio{
  background-color: gray;
}

.site-food__sec {
  background-color: black;
  padding-top: 40px;
  padding-bottom: 100%;
}

.site-main__btn{
  text-decoration: none;
  color: white;

}

.intro__title{
  color:black
}
