h1{
  color:rgb(42, 197, 125);
  font-size: 40px;
}

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

image img{
  border:unset 10px yellow;
  border-radius:20px;
}

a, a:visited{
  text-decoration: none;
}

#banner {
  background-color: rgb(141, 141, 233);
}

#banner #logo{
  text-align:center ;
  display:inline-flex;
  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 rgba(102, 66, 158, 0.363);
  width: 250px;
  border-radius: 30px;
  background-color: rgb(70, 38, 38);
  color: #orgb(248, 135, 94)
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight:bolder;
  display: inline-flex;
}


#advise{
  font-style:normal;
  font-size:17px;
}
      
.articulo{
  display: block;
  flex-wrap:nowrap;
}

.articulo .card{
  display: inline-flex;
  width: 41% !important;
  vertical-align: bottom;
}

.articulo .card .description{
  font-size: 21px;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.articulo .card .price{
  font-size: 31px;
  text-align: start;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  color: yellow;
  padding-right: 21px;
  background-color: green;
}


.articulo .image{
  display: inline-flex;
  width: 41% !important;
  text-align: start;
}

.articulo .image img{
  width:max-content;
  max-height: 351px;
  max-width: 101%;
}

#end{
  background-color: blue;
  color: rgba(49, 0, 128, 0.363);
  padding: 21px 1px 21px 1px;
  text-align: start;
}

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


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

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

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

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