main .intro {
  margin: 40px auto;
}
main .intro .intro_col {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .intro a {
  width: 200px;
}
main .intro .intro_img {
  padding: 0;
}
main .intro img {
  width: 100%;
}
main .intro h1 {
  /*         text-transform: uppercase;
  */
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  color: #004876;
  line-height: 1;
  margin-bottom: 30px;
}
main .intro p {
  font-size: 29px;
  text-align: justify;
  margin: 0;
}
@media (max-width: 1366px) {
  main .intro p {
    font-size: 18px;
  }
}
main .trabajos1 h2 {
  color: #004877;
  font-weight: bold;
  margin: 20px auto;
}
main .servicios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main .servicios .servicio {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
          box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
}
main .servicios .servicio a {
  text-decoration: none;
  color: #004876;
  font-weight: bold;
}
main .servicios .servicio:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
main .servicios h3 {
  font-size: 20px;
  font-weight: 600;
}
main .servicios img {
  width: 70px;
}
main .accion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto;
  color: white;
  background-color: #004877;
}
main .accion .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
main .accion .container h2 {
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 744px) {
  main .accion .container h2 {
    text-align: center;
  }
}
main .accion .container .action_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .accion .container .action_button a {
  height: 50px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  width: 215px;
  -webkit-transition: 0.5s background;
  transition: 0.5s background;
}
main .accion .container .action_button a:hover {
  background-color: #00b4f1 !important;
  color: white;
}
main .trabajos h2 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  color: #004876;
  line-height: 1;
  margin-bottom: 20px;
}
main .trabajos .col-3 {
  padding-top: calc(var(--bs-gutter-x) * .5) !important;
  padding-bottom: calc(var(--bs-gutter-x) * .5) !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
}
main .trabajos img {
  width: 100%;
  border-radius: 25px;
}
main .trabajos a {
  font-weight: bold;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
main .trabajos a:hover {
  color: white;
  background: #004877;
}
main .trabajos .seleccion {
  color: white;
  background: #004877;
}
main .noticias {
  background-color: #f8f8f8;
}
main .noticias h2 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  color: #004876;
  line-height: 1;
}
main .noticias a {
  text-decoration: none;
  color: #004876;
  font-weight: bold;
}

.formulario {
  width: 100% !important;
  background: #f1f1f1;
  padding: 40px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px 5px rgba(0, 0, 0, 0.2);
}

select, textarea {
  border: none;
  background: none;
  color: gray;
}

.formulario h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
  font-size: 40px;
}
@media (max-width: 600px) {
  .formulario h2 {
    font-size: 30px;
  }
}

.box-input {
  border-bottom: 2px solid #adadad;
  position: relative;
  margin: 30px 0;
}

.box-input input, textarea {
  font-size: 16px;
  color: #333;
  border: none;
  width: 100%;
  outline: none;
  background: none;
  padding: 0 5px;
  height: 40px;
}

textarea {
  height: 100px;
}

.focus + span::before {
  top: -5px;
}

.focus + span::after {
  width: 100%;
}

.boton {
  display: block;
  width: 100%;
  height: 50px;
  background-color: #004876;
  border: solid 2px #004876;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

.boton:hover {
  background-color: #00b4f1;
  border: solid 2px #00b4f1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body > main > section.contacto.pt-lg-5.px-md-5.px-lg-0 > div > div > div.col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carousel-item-t img {
  position: static !important;
}

.testimonios h2 {
  color: #004876;
  font-weight: bold;
}
.testimonios .container {
  max-width: 950px;
}
.testimonios .card {
  border-radius: 1rem;
  -webkit-box-shadow: 0px -10px 0px #004876;
          box-shadow: 0px -10px 0px #004876;
}
@media (max-width: 767px) {
  .testimonios .card {
    margin: 1rem 0.7rem 1rem;
    max-width: 80vw;
  }
}
.testimonios img {
  width: 6.2rem;
  border-radius: 5rem;
  margin: 1.3rem auto 1rem auto;
}
.testimonios .col-md-4 {
  padding: 0 0.5rem;
}
.testimonios .card-title {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: bold;
  /*     font-family: 'IM Fell French Canon SC'
   */
}
.testimonios .card-text {
  text-align: center;
  padding: 1rem 2rem;
  font-size: 0.8rem;
  color: #525151;
  line-height: 1.4rem;
}
.testimonios .footer {
  border-top: none;
  text-align: center;
  line-height: 1.2rem;
  padding: 2rem 0 1.4rem 0;
  font-family: "Varela Round";
}
.testimonios #name {
  font-size: 0.8rem;
  font-weight: bold;
}
.testimonios #position {
  font-size: 0.7rem;
}
.testimonios a {
  color: #004876;
  font-weight: bold;
}
.testimonios a:hover {
  color: #00b4f1;
}