.social-cards {
  padding: 8rem 0 12rem;
}
.social-cards-desktop {
  display: flex;
}
.social-cards-mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .social-cards {
    padding: 2rem 0;
  }
  .social-cards-desktop {
    display: none;
  }
  .social-cards-mobile {
    display: flex;
  }
  .social-cards .text-right {
    text-align: center !important;
  }
}
.social-cards p {
  font-size: 1.8rem;
  color: #083088;
  margin: 1rem 0 3rem;
}
@media (max-width: 991.98px) {
  .social-cards p {
    margin: 1.5rem 0;
    text-align: center;
  }
}
.social-cards .btn {
  margin-left: 1.5rem;
  box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.35);
  padding: 0.75rem 1.3rem;
}
@media (max-width: 991.98px) {
  .social-cards .btn {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.social-cards .btn svg {
  font-size: 1.5rem;
}
.social-cards .btn-outline-green {
  color: #1ebea4;
  border-color: #1ebea4;
}
.social-cards .btn-outline-green:hover {
  color: #fff;
  background-color: #1ebea4;
  border-color: #1ebea4;
}
.social-cards .btn-outline-green:focus, .social-cards .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 190, 164, 0.5);
}
.social-cards .btn-outline-green.disabled, .social-cards .btn-outline-green:disabled {
  color: #1ebea4;
  background-color: transparent;
}
.social-cards .btn-outline-green:not(:disabled):not(.disabled):active, .social-cards .btn-outline-green:not(:disabled):not(.disabled).active, .show > .social-cards .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #1ebea4;
  border-color: #1ebea4;
}
.social-cards .btn-outline-green:not(:disabled):not(.disabled):active:focus, .social-cards .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .social-cards .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 190, 164, 0.5);
}
.social-cards .btn-outline-darkblue {
  color: #1877f3;
  border-color: #1877f3;
}
.social-cards .btn-outline-darkblue:hover {
  color: #fff;
  background-color: #1877f3;
  border-color: #1877f3;
}
.social-cards .btn-outline-darkblue:focus, .social-cards .btn-outline-darkblue.focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 119, 243, 0.5);
}
.social-cards .btn-outline-darkblue.disabled, .social-cards .btn-outline-darkblue:disabled {
  color: #1877f3;
  background-color: transparent;
}
.social-cards .btn-outline-darkblue:not(:disabled):not(.disabled):active, .social-cards .btn-outline-darkblue:not(:disabled):not(.disabled).active, .show > .social-cards .btn-outline-darkblue.dropdown-toggle {
  color: #fff;
  background-color: #1877f3;
  border-color: #1877f3;
}
.social-cards .btn-outline-darkblue:not(:disabled):not(.disabled):active:focus, .social-cards .btn-outline-darkblue:not(:disabled):not(.disabled).active:focus, .show > .social-cards .btn-outline-darkblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 119, 243, 0.5);
}
@media (max-width: 991.98px) {
  .social-cards .btn-outline-darkblue {
    margin-left: 1.5rem;
  }
}
.social-cards .btn-outline-primary {
  color: #3c3c3c;
  border-color: #3c3c3c;
  padding-left: 4rem;
  padding-right: 4rem;
}
.social-cards .btn-outline-primary:hover {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
.social-cards .btn-outline-primary:focus, .social-cards .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}
.social-cards .btn-outline-primary.disabled, .social-cards .btn-outline-primary:disabled {
  color: #3c3c3c;
  background-color: transparent;
}
.social-cards .btn-outline-primary:not(:disabled):not(.disabled):active, .social-cards .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .social-cards .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
.social-cards .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .social-cards .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .social-cards .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}
@media (max-width: 991.98px) {
  .social-cards .btn-outline-primary {
    width: 100%;
  }
}
.social-cards .btn-outline-primary svg {
  margin-right: 1rem;
}
.social-cards img {
  width: 100%;
}

.case-card {
  color: black;
  padding: 0;
}
@media (max-width: 991.98px) {
  .case-card {
    margin-bottom: 2rem;
  }
}
.case-card img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.case-card-body {
  box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.75);
  background-color: white;
  padding: 2rem;
  border-radius: 0 0 10px 10px;
}
.case-card-body h1, .case-card-body p {
  font-size: 0.9rem;
}
.case-card-body h1 {
  color: #5c5c5c;
  margin-bottom: 1rem;
  font-weight: 300;
}
@media (max-width: 991.98px) {
  .case-card-body h1 {
    font-size: 1.1rem;
    font-style: italic;
  }
}
.case-card-body p {
  color: #0d0d0d;
}
@media (max-width: 991.98px) {
  .case-card-body p {
    font-size: 1rem;
  }
}
.case-card-body p:last-of-type {
  margin-bottom: 0;
}

.corporate {
  background-color: #135380;
  padding-bottom: 5rem;
  color: white;
}
@media (max-width: 991.98px) {
  .corporate {
    text-align: center;
    padding: 2.5rem 0;
    margin-top: 2rem;
  }
}
.corporate img {
  margin-top: -5rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .corporate img {
    margin-top: 0;
    height: auto;
  }
}
.corporate h2 {
  font-size: 3.75rem;
  margin-top: 2rem;
  color: #fff;
}
@media (max-width: 991.98px) {
  .corporate h2 {
    font-size: 2.1rem;
    text-align: left;
    font-weight: 200;
  }
}
.corporate p {
  margin: 2.5rem 0 1.5rem;
  line-height: 1.5rem;
  font-size: 1.12rem;
  font-weight: 200;
}
@media (max-width: 991.98px) {
  .corporate p {
    text-align: left;
    margin-top: 1rem;
  }
}
.corporate .btn {
  margin-top: 1rem;
}

.training-card {
  padding-top: 11rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.training-card-wrapper {
  box-shadow: 2px 2px 10px -5px rgba(0, 0, 0, 0.75);
  background-color: white;
  border-radius: 15px;
  color: #3c3c3c;
  flex-grow: 1;
}
.training-card:hover .text {
  display: block;
}
.training-card .position-relative {
  margin-top: -8rem;
}
.training-card .text {
  display: none;
  color: white;
  transform: translate(50%, -50%);
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 50%;
}
.training-card-body {
  padding: 2rem;
}
.training-card-body h3 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  color: #5c5c5c;
  font-weight: 300;
}
.training-card-body p {
  font-size: 0.9375rem;
  margin: 0;
}
.training-card .btn {
  margin-top: 1.3rem;
  background: linear-gradient(135deg, #092261, #233d7a);
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 991.98px) {
  .training-card .btn {
    margin-top: 0.7rem;
  }
}

@media (max-width: 991.98px) {
  .ih-item.circle.effect1 {
    margin-top: 3rem;
  }
}

.ih-item.circle.effect1 .spinner {
  border: 10px solid #2884B7;
  border-right-color: #214790;
  border-bottom-color: #214790;
  border-radius: 50%;
  transition: all 0.8s ease-in-out;
  position: relative;
}
.ih-item.circle.effect1 .spinner img {
  width: 100%;
}

.ih-item.circle.effect1 img {
  transition: all 0.8s ease-in-out;
  border-radius: 50%;
}

.ih-item.circle.effect1 a:hover .spinner {
  transform: rotate(180deg);
}
.ih-item.circle.effect1 a:hover img {
  transform: rotate(-180deg);
  filter: brightness(40%);
}

body {
  background-color: #eff4f7;
}

.header .navbar {
  background-color: #eff4f7;
}

.home-catalogo h2,
.home-cases h2,
.home-tecnico h2,
.home-blog h2,
.home-treinamentos h2,
.home-social h2,
.home-mapa h2 {
  font-size: 3.75rem;
}
@media (max-width: 991.98px) {
  .home-catalogo h2,
.home-cases h2,
.home-tecnico h2,
.home-blog h2,
.home-treinamentos h2,
.home-social h2,
.home-mapa h2 {
    font-size: 2.1rem;
    font-weight: 200;
  }
}

.home-blog h2,
.home-social h2,
.home-mapa h2 {
  color: #3c3c3c;
}

.banner .swiper-slide {
  justify-content: center;
  overflow: hidden;
  display: flex;
}
.banner .swiper-slide .text-box {
  transform: translateX(calc(100% + 5.5rem));
  position: absolute;
  top: 15%;
  right: -150%;
  transition: 0.5s;
  width: 29rem;
}
.banner .swiper-slide .text-box .btn {
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .banner .swiper-slide .text-box {
    display: none;
  }
}
.banner .swiper-slide .text-description {
  transform: translateX(calc(100% + 5.5rem));
  position: absolute;
  top: 26%;
  right: 300%;
  line-height: 1.5rem;
  text-align: center;
  font-size: 1.3rem;
  min-width: 12rem;
  font-weight: 200;
  transition: 0.5s;
  color: white;
  padding: 0.7rem;
}
@media (max-width: 991.98px) {
  .banner .swiper-slide .text-description {
    display: none;
  }
}
.banner .swiper-slide .text-title {
  line-height: 3.5rem;
  font-size: 3.2rem;
  font-weight: 100;
  transition: 0.5s;
  color: white;
}
@media (max-width: 991.98px) {
  .banner .swiper-slide .text-title {
    display: none;
  }
}
.banner .swiper-slide-active .text-box {
  position: absolute;
  top: 15%;
  right: 54.5%;
}
@media (max-width: 991.98px) {
  .banner .swiper-slide-active .text-box {
    display: none;
  }
}
.banner .swiper-slide-active .text-description {
  position: absolute;
  top: 26%;
  right: 86.5%;
}
@media (max-width: 991.98px) {
  .banner .swiper-slide-active .text-description {
    display: none;
  }
}
.banner .swiper-pagination-bullets {
  bottom: 1rem;
  right: 0;
  left: 5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .banner .swiper-pagination-bullets {
    left: 1rem;
  }
}
.banner .swiper-pagination-bullet {
  background-color: #fff;
  width: 24px;
  height: 8px;
  opacity: 1;
  margin: 0 2px !important;
  border-radius: 0.5rem;
}
@media (max-width: 991.98px) {
  .banner .swiper-pagination-bullet {
    width: 1rem;
    height: 0.5rem;
    margin: 0 3px !important;
  }
}
.banner .swiper-pagination-bullet-active {
  background-color: #5fef48;
  width: 36px;
}
@media (max-width: 991.98px) {
  .banner .swiper-pagination-bullet-active {
    width: 24px;
  }
}

.home-lines {
  padding: 5rem 0 13rem;
  background: #116ba8;
  color: #fff;
}
@media (max-width: 991.98px) {
  .home-lines {
    padding: 3rem 0 2rem;
  }
}
.home-lines .container {
  position: relative;
}
.home-lines h4 {
  color: #fff;
  font-weight: 100;
  font-size: 1.7rem;
}
@media (max-width: 991.98px) {
  .home-lines h4 {
    line-height: 2rem;
  }
}
.home-lines .swiper-container {
  padding: 2rem 0;
}
.home-lines .swiper-container .swiper-slide {
  height: auto;
}
.home-lines .swiper-card {
  background-color: #fff;
  font-size: 0.9rem;
  font-weight: 300;
  border-radius: 10px;
  display: grid;
  text-align: center;
  justify-items: center;
  padding: 1rem;
  height: 11rem;
  color: #5c5c5c;
  box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.75);
  transition: all 0.3s;
}
@media (max-width: 991.98px) {
  .home-lines .swiper-card {
    font-size: 1.1rem;
    height: 100%;
  }
}
.home-lines .swiper-card img {
  margin-top: 1rem;
}
.home-lines .swiper-card:hover {
  background-color: #9dc9db;
  color: #0f5a8f;
}
.home-lines .swiper-prev,
.home-lines .swiper-next {
  position: absolute;
  outline: none;
  bottom: -3rem;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 2.5625rem;
  height: 2.5625rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-lines .swiper-prev {
  left: 0;
}
@media (max-width: 991.98px) {
  .home-lines .swiper-prev {
    left: 3rem;
  }
}
.home-lines .swiper-next {
  right: 0;
}
@media (max-width: 991.98px) {
  .home-lines .swiper-next {
    right: 3rem;
  }
}
.home-lines .btn {
  z-index: 1000;
  position: absolute;
  right: 1rem;
  bottom: -10rem;
}
.home-lines .btn .icon-box {
  padding: 0 1.4rem;
}
@media (max-width: 991.98px) {
  .home-lines .btn {
    position: relative;
    margin-top: 5rem;
    right: unset;
    bottom: unset;
    width: 100%;
  }
}
.home-lines .positive {
  display: flex;
}
.home-lines .negative {
  display: none;
}
.home-lines .swiper-slide:hover .positive {
  display: none;
}
.home-lines .swiper-slide:hover .negative {
  display: flex;
}

.home-catalogo {
  margin-top: -8rem;
}
@media (max-width: 991.98px) {
  .home-catalogo {
    margin-top: 2.5rem;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .home-catalogo h2 {
    margin-top: 1.5rem;
    text-align: left;
  }
}
.home-catalogo p {
  margin-top: 2rem;
  font-size: 1.12rem;
  font-weight: 200;
  line-height: 1.5rem;
}
@media (max-width: 991.98px) {
  .home-catalogo p {
    text-align: left;
    margin-top: 1rem;
  }
}
.home-catalogo .btn {
  margin: 3rem 0;
}
@media (max-width: 991.98px) {
  .home-catalogo .btn {
    margin: 1rem 0 0;
  }
}

.home-cases {
  background-image: url("../../../images/case-background.png");
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  min-height: 670px;
  margin-top: 3rem;
}
@media (max-width: 991.98px) {
  .home-cases {
    padding: 2.5rem 0 0.5rem;
    background-image: none;
    background-color: #00931a;
  }
}
.home-cases .swiper-cases {
  padding: 0.5rem;
}
.home-cases .swiper-slide img {
  transition: 0.2s ease-out;
  opacity: 0;
}
.home-cases .swiper-slide:not(.swiper-slide-active) .case-card-body {
  border-radius: 10px;
}
.home-cases .swiper-slide-active img {
  transition: 0.2s ease-in;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .home-cases-left {
    text-align: center;
  }
}
.home-cases-left h2 {
  margin-top: 11rem;
  color: #fff;
}
@media (max-width: 991.98px) {
  .home-cases-left h2 {
    text-align: left;
    margin: 0;
  }
}
.home-cases-left p {
  margin-top: 2rem;
  font-size: 1.12rem;
  font-weight: 200;
  line-height: 1.5rem;
}
@media (max-width: 991.98px) {
  .home-cases-left p {
    margin-top: 1rem;
    text-align: left;
  }
}
.home-cases-left .btn {
  margin: 1rem 0 3rem;
}
.home-cases-left .btn .icon-box {
  background-color: white;
  color: #769a6a;
}
.home-cases .card-group {
  margin-bottom: -7rem;
}
@media (max-width: 991.98px) {
  .home-cases .card-group {
    margin-bottom: 0rem;
  }
}

.home-tecnico {
  padding-top: 10rem;
}
@media (max-width: 991.98px) {
  .home-tecnico {
    padding: 0 0 2.5rem;
  }
}
.home-tecnico-header {
  background: #28983f;
  background: linear-gradient(90deg, #28983f 0%, #359e4f 100%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.9rem 0;
  padding-left: 5rem;
  margin-right: 15rem;
  margin-bottom: 5rem;
}
@media (max-width: 991.98px) {
  .home-tecnico-header {
    display: grid;
    margin: 0;
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.home-tecnico-header p {
  color: white;
  font-size: 1.75rem;
  font-weight: 100;
  margin: 0;
}
@media (max-width: 991.98px) {
  .home-tecnico-header p {
    margin-bottom: 1rem;
    text-align: center;
    line-height: 2rem;
  }
}
.home-tecnico-header .div-custom {
  position: absolute;
  right: -15rem;
}
@media (max-width: 991.98px) {
  .home-tecnico-header .div-custom {
    text-align: center;
    position: relative;
    right: 0;
  }
}
.home-tecnico-header .btn {
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  .home-tecnico .row {
    text-align: center;
    margin-top: 1rem;
  }
}
.home-tecnico .row h2 {
  color: #35648c;
}
@media (max-width: 991.98px) {
  .home-tecnico .row h2 {
    text-align: left;
  }
}
.home-tecnico .row p {
  margin-top: 1.5rem;
  font-size: 1.12rem;
  font-weight: 200;
  line-height: 1.5rem;
}
@media (max-width: 991.98px) {
  .home-tecnico .row p {
    margin-top: 1rem;
    text-align: left;
  }
}
.home-tecnico .row img {
  width: 100%;
}
.home-tecnico .row .btn {
  margin-top: 1rem;
}
@media (max-width: 991.98px) {
  .home-tecnico .row .btn {
    margin-bottom: 2rem;
  }
}

.home-blog {
  background-color: #e4e7e8;
  padding-bottom: 5rem;
  color: #3c3c3c;
}
@media (max-width: 991.98px) {
  .home-blog {
    padding-bottom: 0;
  }
}
.home-blog .container {
  position: relative;
}
.home-blog-header {
  background: #155280;
  background: linear-gradient(to right, #135380, #17638b 40%);
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 5rem;
  margin-top: -1.5rem;
}
@media (max-width: 991.98px) {
  .home-blog-header {
    text-align: center;
    position: relative;
    display: block;
    padding: 1rem;
    width: 100%;
    margin-top: 0;
  }
  .home-blog-header img {
    margin-bottom: 1rem;
  }
}
.home-blog-header p {
  color: #eff4f7;
  font-size: 1.75rem;
  font-weight: 200;
  margin: 0;
}
@media (max-width: 991.98px) {
  .home-blog-header p {
    text-align: center;
    line-height: 2rem;
  }
}
.home-blog .first-row {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
@media (max-width: 991.98px) {
  .home-blog .first-row {
    padding-top: 2rem;
  }
}
.home-blog .first-row p {
  font-size: 1.12rem;
  font-weight: 200;
  margin: 0;
}
@media (max-width: 991.98px) {
  .home-blog .first-row p {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
.home-blog .first-row .btn {
  color: #3c3c3c;
  box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.35);
}
.home-blog .first-row .btn:hover {
  color: #fff;
}
.home-blog .card {
  background-color: transparent;
  color: #3c3c3c;
  border: none;
}
.home-blog .card .div-post {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 0 3rem;
  color: white;
}
.home-blog .card .div-post.green {
  background-color: #19943A;
}
.home-blog .card .div-post.blue {
  background-color: #155B85;
}
@media (max-width: 991.98px) {
  .home-blog .card {
    margin-bottom: 3rem;
  }
}
.home-blog .card img {
  transition: all 0.5s;
  width: 100%;
}
.home-blog .card p {
  color: #5c5c5c;
}
.home-blog .card .text {
  display: none;
  color: white;
  transform: translate(50%, -50%);
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 50%;
}
.home-blog .card:hover img {
  filter: brightness(40%);
}
.home-blog .card:hover .text {
  display: block;
}

.home-treinamentos {
  background: linear-gradient(180deg, #0f4267 0%, #135381 90%, #EFF4F7 90%);
  padding-top: 6rem;
  color: white;
}
.home-treinamentos .container {
  padding-bottom: 1rem;
  overflow: hidden;
}
.home-treinamentos .swiper-container {
  overflow: visible;
  margin-top: 2rem;
}
.home-treinamentos .swiper-container .swiper-slide {
  height: auto !important;
}
@media (max-width: 991.98px) {
  .home-treinamentos {
    padding-top: 2rem;
  }
  .home-treinamentos p {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .home-treinamentos .swiper-container {
    overflow: hidden;
    margin-top: 0;
  }
  .home-treinamentos .swiper-container .swiper-slide {
    padding: 0.1rem;
  }
}
.home-treinamentos h2 {
  color: #fff;
}

.home-social {
  padding: 10rem 0;
}
@media (max-width: 991.98px) {
  .home-social {
    padding: 2rem 0;
  }
  .home-social .text-right {
    text-align: center !important;
  }
}
.home-social p {
  font-size: 1.8rem;
  color: #083088;
  margin: 1rem 0 3rem;
}
@media (max-width: 991.98px) {
  .home-social p {
    margin: 1.5rem 0;
    text-align: center;
  }
}
.home-social .btn {
  margin-left: 1.5rem;
  box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.35);
  padding: 0.75rem 1.3rem;
}
@media (max-width: 991.98px) {
  .home-social .btn {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.home-social .btn svg {
  font-size: 1.5rem;
}
.home-social .btn-outline-green {
  color: #1ebea4;
  border-color: #1ebea4;
}
.home-social .btn-outline-green:hover {
  color: #fff;
  background-color: #1ebea4;
  border-color: #1ebea4;
}
.home-social .btn-outline-green:focus, .home-social .btn-outline-green.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 190, 164, 0.5);
}
.home-social .btn-outline-green.disabled, .home-social .btn-outline-green:disabled {
  color: #1ebea4;
  background-color: transparent;
}
.home-social .btn-outline-green:not(:disabled):not(.disabled):active, .home-social .btn-outline-green:not(:disabled):not(.disabled).active, .show > .home-social .btn-outline-green.dropdown-toggle {
  color: #fff;
  background-color: #1ebea4;
  border-color: #1ebea4;
}
.home-social .btn-outline-green:not(:disabled):not(.disabled):active:focus, .home-social .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .home-social .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 190, 164, 0.5);
}
.home-social .btn-outline-darkblue {
  color: #1877f3;
  border-color: #1877f3;
}
.home-social .btn-outline-darkblue:hover {
  color: #fff;
  background-color: #1877f3;
  border-color: #1877f3;
}
.home-social .btn-outline-darkblue:focus, .home-social .btn-outline-darkblue.focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 119, 243, 0.5);
}
.home-social .btn-outline-darkblue.disabled, .home-social .btn-outline-darkblue:disabled {
  color: #1877f3;
  background-color: transparent;
}
.home-social .btn-outline-darkblue:not(:disabled):not(.disabled):active, .home-social .btn-outline-darkblue:not(:disabled):not(.disabled).active, .show > .home-social .btn-outline-darkblue.dropdown-toggle {
  color: #fff;
  background-color: #1877f3;
  border-color: #1877f3;
}
.home-social .btn-outline-darkblue:not(:disabled):not(.disabled):active:focus, .home-social .btn-outline-darkblue:not(:disabled):not(.disabled).active:focus, .show > .home-social .btn-outline-darkblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(24, 119, 243, 0.5);
}
@media (max-width: 991.98px) {
  .home-social .btn-outline-darkblue {
    margin-left: 1.5rem;
  }
}
.home-social .btn-outline-primary {
  color: #3c3c3c;
  border-color: #3c3c3c;
  padding-left: 4rem;
  padding-right: 4rem;
}
.home-social .btn-outline-primary:hover {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
.home-social .btn-outline-primary:focus, .home-social .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}
.home-social .btn-outline-primary.disabled, .home-social .btn-outline-primary:disabled {
  color: #3c3c3c;
  background-color: transparent;
}
.home-social .btn-outline-primary:not(:disabled):not(.disabled):active, .home-social .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .home-social .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3c3c3c;
  border-color: #3c3c3c;
}
.home-social .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .home-social .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .home-social .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}
@media (max-width: 991.98px) {
  .home-social .btn-outline-primary {
    width: 100%;
  }
}
.home-social .btn-outline-primary svg {
  margin-right: 1rem;
}
.home-social img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .home-social img {
    margin-bottom: 1rem;
  }
}

.home-mapa {
  background-color: white;
  padding: 3rem 0;
}
@media (max-width: 991.98px) {
  .home-mapa {
    padding: 2.5rem 0;
  }
}
.home-mapa img {
  width: 100%;
  height: auto;
}
.home-mapa h2 {
  margin-top: 2rem;
}
.home-mapa p {
  font-size: 1.12rem;
  font-weight: 200;
  line-height: 1.5rem;
  margin: 2.5rem 0 1.5rem;
}
@media (max-width: 991.98px) {
  .home-mapa p {
    margin-top: 1rem;
  }
}
.home-mapa .btn {
  border-radius: 50px;
  padding: 0.85rem 4rem;
  color: #3c3c3c;
}
@media (max-width: 991.98px) {
  .home-mapa .btn {
    width: 100%;
  }
}
.home-mapa .btn:hover {
  color: #fff;
}
