* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: #545454;
  width: 100%;
  height: 100dvh;
}

.con-img {
  width: 100%;
}

.bg-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: contain;
  border-radius: 0 0 30px 30px;
}

.con-media {
  margin: 0 30px 30px 30px;
  padding-top: 30px;
  padding-bottom: 70px;
  border-radius: 30px;
  display: flex;
  justify-content: space-around;
}

.icon-contain {
  border: 2px solid #4ac2de;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #4ac2de;
}

.icon-contain:hover {
  background-color: #4ac2de;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: white;
}

.icon {
  font-size: 40px;
}

h2 {
  text-align: center;
  padding: 70px 0 30px ;
  color: #f69994;
}

a {
  text-decoration: none;
}

.bg-postres {
  background-image: url('./img/bg-tras-postres.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  object-fit: cover;
  height: 100dvh;
  margin-top: -50px;
  padding-top: 50px;
}