@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600&display=swap);html {
  overflow-y: scroll;
  min-height: 100%;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body * {
  font-family: Fredoka, Montserrat, sans-serif;
}

main {
  margin-bottom: 80px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-style: none !important;
  outline-width: 0 !important;
}

nav.bg-techo-blue .container > span {
  margin-right: -8%;
}

#app > main > div.container.pt-4.pb-5.mb-5 > h1 {
  color: #0092DD !important;
}

.card.border-light {
  border: none !important;
}

.card-deck.home .card:nth-child(1) h3 {
  color: #0092DD;
  font-size: 24px;
  height: 58px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.card-deck.home .card:nth-child(2) h3 {
  color: #ea6d4f;
  font-size: 24px;
  height: 58px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.card-deck.home .card:nth-child(3) h3 {
  color: #d78e01;
  font-size: 24px;
  height: 58px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.card-deck.home .card-text {
  height: auto;
}

.btn-primary {
  background-color: #0092DD !important;
  border: none !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}

.btn-link {
  color: #0092DD !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
}

.link {
  color: #0092DD;
}

.link:hover {
  color: #0092DD;
}

span.cerrar {
  color: #fff;
}

h1.text-primary {
  padding-bottom: 20px;
}

div.dropdown-toggle::after {
  display: none;
  color: #ea6d4f;
}

button.dropdown-toggle::after {
  color: #fdc533;
}

select.dropdown-toggle::after {
  color: #fdc533;
}

@media screen and (max-width: 768) {
  .card-deck.home .card-text {
    height: auto;
  }
}

