@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

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

html {
  height: 100%;
}

body {
  height: 100%;
  min-height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Source Sans Pro", sans-serif;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-size: 18px;
}

section.cta {
  position: relative;
  background-image: url("/assets/images/negociando.jpg");
  background-position: center;
  background-size: cover;
  padding-top: 70px;
}
section.cta .cta-content { 
  position: relative;
  z-index: 1;
}
section.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.text-sombra {
  text-shadow: #999 0.1rem 0.1rem 0.1rem;
}

.text-sombra-wh {
  text-shadow: white 0.1rem 0.1rem 0.1rem;
}

.bg-header{
  background: rgba(0, 0, 0, 0.5) !important;

}

.bg-fondo {
  background-color: #624e79 !important;
}

.bg-gris{
  background-color: #e3e3e3 !important;
}

.bg-card{
  background: rgba(255, 255, 255, 0.5);
}

.text-purple {
  color: #2b0246 !important;
}

.bg-purple {
  background-color: #2b0246 !important;
}

.bg-mision {
  background-color: #f9fafb !important;
}

.bg-rosa {
  background-color: #52065e !important;
}

.text-rosa {
  color: #52065e !important;
}

.border-rosa {
  border-color: #52065e !important;
}

.bg-pinklight {
  background-color: rgb(242, 193, 229) !important;
}

.text-pinklight {
  color: rgb(242, 193, 229) !important;
}

.gris-scale{
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.list-item{
  padding: 0;
  color:white;
  font-style: normal;
  font-weight: lighter;
}

.list-item:hover{
  cursor: pointer;
  color: #999999;
  text-decoration: none;
}

.captcha-image{
  border: solid 1px #ccc;
  margin: 0 1em;
  height: 45px;
}

.link{
  cursor: pointer;
}

.link:hover{
  color: #5c1663;
}

@media only screen and (max-width: 576px) {
  section.cta {
    padding-top: 120px;
  }
}
