* {
  font-family: "open sans";
}

.bg-success {
  background-color: #019a48 !important;
}

.bg-secondary {
  background-color: #2262a9 !important;
}

.color-primary {
  color: #019a48 !important;
}

.color-secondary {
  color: #2262a9 !important;
}

.characteristics img {
  width: 120px;
  margin: auto;
}

.card {
  border-radius: 1rem;
}

.navegacion img {
  max-width: 250px;
  margin-top: -30px;
}

.carousel-item {
  max-height: 60vh;
}

.we_offer {
  height: 100%;
}
.we_offer .container__weoffer {
  width: 100%;
  margin: 0;
}

.we_offer img {
  width: 100%;
}

.we_offer__texto {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.servicios .card {
  background-color: #2262a9 !important;
  color: white;
}
.servicios .card img {
  border-radius: 15px 15px 0 0;
}

#servicios > div > div > div > div {
  height: 100%;
}

.estadisticas {
  background-color: #019a48 !important;
  text-align: center;
}

.estadisticas p {
  font-size: 1.2rem;
}

.contenedor-estadisticas {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  color: white;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 1050px) {
  .contenedor-estadisticas {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1000px) {
  .contenedor-estadisticas {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1250px) {
  .contenedor-estadistica, .contenedor-estadistica2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1050px) {
  .contenedor-estadistica, .contenedor-estadistica2 {
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
}
@media screen and (max-width: 1050px) {
  .contenedor-estadistica, .contenedor-estadistica2 {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
}

.contenedor-estadisticas .parrafo {
  width: 95%;
}

.text_razones {
  text-align: justify;
}

.glider-slide {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-right: 2rem;
  padding-left: 2rem;
}

footer {
  background-color: #434f53;
  color: white;
  text-align: center;
}
footer h2 {
  font-weight: bold;
  font-size: 20px;
}
footer .imagenes {
  margin: auto;
}
footer .imagenes img {
  width: 200px;
}

@media (max-width: 500px) {
  main #servicios > div > div > div:nth-child(3) > div, main #servicios > div > div > div:nth-child(4) > div {
    width: 238px !important;
  }
}
main #servicios h2 {
  font-weight: 800;
}
main .carousel {
  margin: 4rem;
  margin-bottom: 2rem;
  text-align: center;
}
main .carousel .carousel_contenedor {
  position: relative;
  max-width: 1200px;
  margin: auto;
}
main .carousel .glider-dots {
  margin-top: 25px;
}
main .carousel_anterior, main .carousel_siguiente {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border: none;
  top: calc(50% - 15%);
  cursor: pointer;
  font-size: 38px;
  text-align: center;
  background: none;
  color: black;
  opacity: 20%;
  outline: none;
}
main .carousel_anterior {
  left: -40px;
}
main .carousel_siguiente {
  right: -32px;
}
main .carousel_elemento {
  display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main .carousel_elemento img {
  border-radius: 25px;
}
main .container_elemento {
  width: 270px;
}
main .container_elemento p {
  margin: 0;
}
@media (max-width: 600px) {
  main .container_elemento {
    height: auto;
  }
}
main .contacto .contacto__texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
main .contacto .contacto__texto h2 {
  color: #2262a9 !important;
  font-weight: 600;
  margin-bottom: 40px;
}
main .contacto .contacto__texto p {
  width: 90%;
  font-weight: 600;
}

#servicios > div.carousel_contenedor > div > div > div:nth-child(10) > div > p {
  width: 232px;
  margin: auto;
}

#servicios .container_elemento p {
  margin-top: 10px !important;
}

.btn-carousel {
  border: none !important;
  margin-bottom: 20px;
  color: white;
}

.text_razones {
  text-align: justify;
}

.glider-slide {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-right: 2rem;
  padding-left: 2rem;
}

body > footer > div > div > div:nth-child(1) {
  padding: 0;
}
body > footer > div > div > div:nth-child(1) > p {
  color: #b7b6b4 !important;
}