body,
html {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}
h1 {
  font-size: 2rem;
  font-weight: 700;
}
h2 {
  font-size: 1.2rem;
  font-weight: 400;
}
h3 {
  font-size: 1.2rem;
  font-weight: lighter;
}
.btn-personalizado {
  background-color: #72cbf3;
  border: #72cbf3;
  color: #ffffff;
}
.btn-personalizado:hover {
  background-color: #caeeff;
  color: #ffffff;
}

a {
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  text-decoration: none;
  color: #ffffff;
}

.navbar {
  background-color: #0d4a9a !important;
}
.navbar img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.btn-whatsapp .btn {
  box-shadow: 0px 0px 1px 1px #04f510a2;
}
.btn-whatsapp .btn i{
  font-size: 1em;
}

#section-01 {
background-image: url(assets/img/background720.png);
background-repeat: no-repeat;
background-size: 100%;
 background-color: #0d4a9a;
  color: #ffffff;
  height: 80vh;
}

#section-01 img {
  height: 15%;
  width: 15%;
  border-radius: 50%;
  box-shadow: 0px 5px 15px 10px rgba(24, 45, 138, 0.5);
}

.btn-servicos a {
  text-decoration: none;
  color: #ffffff;
}



/* Section 02 */
#section-02 {
  background-color: #ebeef3;
}
#section-02 h1 {
  color: #0d4a9a;
  font-weight: 600;
}
.card {
  width: 100%;
  text-align: center;
  border: 1px solid #0d4a9a65;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition:  1s ease ;
}

.card:hover {
  transform: scale(1.1);
}
.card img {
  height: 4rem;
  width: 4rem;
  margin-top: 10px;
}
.card h3 {
  color: #0d4a9a;
}
.card p {
  color: #a2a2a2;
}

/* ************ */

/* Section 03 */
#section-03 {
  padding: 30px;
}

#section-03 h1 {
  color: #0d4a9a;
}
#section-03 img {
  border-radius: 15px;
}
#section-03 h2 {
  padding: 10px;
  color: #0d4a9a;
  font-weight: bold;
}
#section-03 cite {
  color: #a2a2a2;
}

#section-03 .btn-personalizado {
  width: 50%;
}

#section-04 {
  background-color: #ebeef3;
  padding: 20px;
  color: #0d4a9a;
}
#section-05 {
  background-color: #0d4a9a;
  padding: 20px;
  color: #ffffff;
}

#section-05 .container {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

#section-05 li {
  font-weight: lighter;
}
#section-05 h3 {
  font-weight: 600;
}

#section-05 img {
  opacity: 0.9;
}


footer {
  background: #0d4a9a;
  color: #ffffff;
}

footer a{
  color: #ffffff;
  font-weight: lighter;
  text-decoration: none;
}

.link-hover {
  transition: 1s ease;
}

.link-hover:hover {
  transform: scale(1.1);
}

footer h3{
  font-weight: 600;
}

footer p{
  margin: 0;
}
footer small{
  color: #a2a2a2;
}


/* animation button */
.pulse {
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}


/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  h1 {
    font-size: 1.4rem;
    font-weight: 700;
  }

  h2 {
    font-size: 1rem;
    font-weight: 400;
  }

  h3 {
    font-size: 1rem;
    font-weight: normal;
  }
  /* section-01 */
  #section-01 {
    height: 100vh;
    background-image: url(assets/img/backgroud-bus1080x1920p.png) ;
  }
 
  #section-01 img {
   display: none;
  }

  .btn-whatsapp {
    position: fixed;
    right: 20%;
    width: 10px;
    top:80vh;
    transition: all 0.2s ease-in 0s;
    z-index: 9999;
  }
  .btn-whatsapp .btn {
    height: 50px;
    width: 50px;
    border-radius: 50%;
  }
  .btn-whatsapp .btn span {
    display: none;
  }
  .btn-whatsapp .btn i{
    font-size: 2em;
  }

  p {
    font-size: 0.8rem;
  }
  .card img {
    height: 2rem;
    width: 2rem;
  }
  .card {
    padding: 5px;
  }
  .card-deck .row {
    margin-top: 2px !important;
  }

  .navbar p {
    font-size: 14px;
  }

  #section-03 .btn-personalizado {
    width: 100%;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
