<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&amp;display=swap');
body{
    font-family: 'Open Sans', sans-serif;
}

.bg-gaviota{
    background-color:rgb(246, 50, 62);
}

#formulario{
    border:solid 1px;
    border-radius: 4px;
    border-color:#A5A5A5;
    background-color: #e7e7e7;
}
#formulario:hover{
    background-color: #b9b9b9;
    
}

.dist-square{    
    background-color: rgb(246, 50, 62);
    border-radius: 3px;
    color: white;
    padding: 3px;
    text-align: center;
    margin: 0 auto;
    width: 22rem;
}

.btn-contactar{
    background-color: #d44c4c;
    color: white;
}

.btn-contactar:hover{
    background-color: #f6323e;
    color: white;
}

.descripcion{
    font-size: 22px;
}

.imagen-producto{
    padding: 0px;
}

.title-productos{
    background-color: #a19c9d;
    color: white;
    padding: 4px;
    border-radius: 4px;
}

.bg-gris-thumbnail{
    background-color: #a19c9d;
}

/* BOTONES para el form de contacto */

.btn-send-gaviota {
    background-color: #f6323e;
    color: whitesmoke;
  }
  
  .btn-send-gaviota:hover {
    color: white;
    background-color: #b92731;
  }
  </pre></body></html>