h1{
  color: rgb(245, 189, 228);
  font-size: 40px;
}

h2{
  color: rgb(185, 58, 58);
  font-size: 35px;
  text-align: left;
  font-family: system-ui;
  text decoration: underline;
}

image img{
  border: solid 10px rgb(77, 97, 93);
  border-radius: 30px;
 }
 
a, a:visited{
  text-decoration: none;
}

#banner {
  background-color: #7ba185;
}

#banner #logo{
  text-align: center;
  display: inline-block;
  width: 15% !important;
}

#banner #logo img{
  width: auto;
  max-height: 180px;
}

#banner #title{
  text-align: center;
  display: inline-block;
  width: 80% !important;
}

.call_to_action{
  text-align: center;
  margin-bottom: 5px;
}

.call_to_action .label{
  padding: 15px;
  border: solid 5px rgb(190, 184, 126);
  width: 250px;
  border-radius: 30px;
  background-color: rgb(91, 168, 114);
  color: #fff;
  font-family: sans-serif;
  font-weight: bold;
  display: inline-block;
}


#advise{
  font-style: italic;
  font-size:14px;
}
      
.articulo{
  display: flex;
  flex-wrap: wrap;
}

.articulo .card{
  display: inline-block;
  width: 45% !important;
  vertical-align: top;
}

.articulo .card .description{
  font-size: 20px;
  font-family: system-ui;
}

.articulo .card .price{
  font-size: 32px;
  text-align: center;
  font-family: sans-serif;
  color: rgb(60, 255, 0);
  padding-right: 25px;
  background-color: #ade2e9;
}


.articulo .image{
  display: inline-block;
  width: 45% !important;
  text-align: center;
}

.articulo .image img{
  width: auto;
  max-height: 350px;
  max-width: 100%;
}

#end{
  background-color: rgb(98, 20, 117);
  color: rgb(38, 0, 255);
  padding: 20px 5px 20px 5px;
  text-align: center;
}

#end a, #end a:visited{
  color: yellow;
  text-decoration: underline dotted ;
}


@media (max-width: 700px){
  #banner #logo {
    width: 100% !important;
  }

  #banner #title{
    width: 100% !important;
  }

  .articulo .card{
    order: 1;
    width: 100% !important;
  }

  .articulo .image{
    order: 2;
    width: 100% !important;
  }
}