@import url('https://fonts.googleapis.com/css?family=Dosis:400,700&display=swap');
body {
  color: #414344;
  font-family: 'Dosis', sans-serif;
  scroll-behavior: smooth;
  position: relative;
}
main {
  position: relative;
}
h1, h2, h3, h4, h5 {
  color: #2eb2e8;
  line-height: 150%;
}
h1 {
  height: 40px;
  width: 165px;
}
h2.titulo {
  font-size: 3rem;
  line-height: 110%;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.4rem;
  margin: 1.5rem 0;
  text-align: center;
}
strong {
  font-weight: 700;
}
table td {
  width: 50%;
  font-size: 1.3rem;
}
.txt-2 {
  font-size: 1.3rem;
}
.bg-dark {
    background-color: #e1fdff!important;
    border-bottom: 2px solid #2eb2e8;
}
.navbar-dark .navbar-brand, .azul {
    color: #2eb2e8;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #2eb2e8;
}
.navbar-dark .navbar-nav .nav-link {
  color: #2eb2e8;
  font-size: 1.2rem;
}
.navbar-dark .navbar-toggler {
    color: #2eb2e8;
    border-color: #2eb2e8;
    background-color: #2eb2e8;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #0069d9;
}
.bg-celeste {
  background-color: #e1fdff;
}
.bg-celeste div.col-lg-4 div {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.bg-celeste div.coltaller div {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.btn-primary {
  background-color: #2eb2e8;
  border-color: #2eb2e8;
  font-size: 1.3rem;
}
h1 {
  background-image: url('../img/logo.png');
  background-size: cover;
}
.arrow {
  text-align: center;
  margin: 2% 0;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.arrow a{
  color: #2eb2e8;
}
.arrow a:hover {
  text-decoration: none;
  color: #0069d9;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.row {
  padding: 50px 0;
}
.mobile {
  text-align: center;
}
.mobile h2.titulo {
  font-size: 2.2rem;
  margin-bottom: 1.7rem;
}
footer {
  border-top: 2px solid #2eb2e8;
}
footer a i {
  color: #2eb2e8;
  font-size: 2rem;
  margin-left: 2rem; 
}
footer .table td {
  border-top: none;
}

@media (min-width: 760px) {
  .c1 {
    min-height: 555px;
  }
  .c2 {
    min-height: 510px;
  }
}
@media (max-width: 767.98px) {
  .btn_mobile {
    width: 80%;
  }
  .c2, .c1 {
    margin-bottom: 2rem;
  }
  h2 {
    text-align: center;
  }
  footer a i {
    color: #2eb2e8;
    font-size: 1.5rem;
    margin-left: 1rem; 
  }
}