.hero img {
  width: 100%;
}

.menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom-left-radius: 183px;
  border-bottom-right-radius: 183px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  background: #2b3178;
  background: linear-gradient(85deg, #2b3178 0%, #508cc1 86%, #579dce 94%, #67c4ee 100%);
  box-shadow: 2px 10px 25px 0px rgba(43, 49, 120, 0.75);
  -webkit-box-shadow: 2px 10px 25px 0px rgba(43, 49, 120, 0.75);
  -moz-box-shadow: 2px 10px 25px 0px rgba(43, 49, 120, 0.75);
}
.menu a {
  font-size: 20px;
  font-weight: 500;
  color: white !important;
  margin: auto 20px;
  text-transform: uppercase;
}
.menu a i {
  margin-right: 10px;
}
@media (max-width: 820px) {
  .menu {
    border-bottom-left-radius: 130px;
    border-bottom-right-radius: 130px;
  }
}

.contenedor-menu {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.bienvenida {
  padding: 50px 0;
}
@media (max-width: 820px) {
  .bienvenida .bienvenida-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    padding: 0 50px 50px 50px;
    flex-direction: column-reverse;
  }
}
.bienvenida .bienvenida-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bienvenida .bienvenida-img img {
  width: 50%;
}
@media (max-width: 820px) {
  .bienvenida .bienvenida-img img {
    margin-top: 30px;
    width: 80%;
  }
}
.bienvenida h1 {
  color: white;
  font-size: 1px;
}
.bienvenida p {
  text-align: justify;
}
.bienvenida img {
  border-radius: 50px 50px 50px 0;
}
@media (max-width: 820px) {
  .bienvenida img {
    border-radius: 50px 50px 50px 50px;
  }
}

.servicios h2 {
  margin-top: 60px;
  margin-bottom: 30px;
  margin-left: auto;
}
.servicios .container-servicios {
  padding: 10px 0 50px 0;
  border-bottom-left-radius: 110px;
  background: #edeef0;
  background: linear-gradient(183deg, #edeef0 0%, white 50%);
  box-shadow: -14px 17px 15px -4px rgba(179, 168, 168, 0.27);
  -webkit-box-shadow: -14px 17px 15px -4px rgba(179, 168, 168, 0.27);
  -moz-box-shadow: -14px 17px 15px -4px rgba(179, 168, 168, 0.27);
}
.servicios .container-servicios .servicio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
.servicios .container-servicios img {
  border-radius: 20px;
}
@media (max-width: 820px) {
  .servicios .container-servicios img {
    width: 70%;
    margin: auto;
  }
}
.servicios .container-servicios p {
  font-size: 12px;
  line-height: 30px;
  color: #7a7a7e;
}
.servicios .container-servicios .container-servicios-texto button {
  width: 33.3%;
  margin-left: 33%;
}
.servicios .nuestros-servicios {
  background-color: #2b3178;
  border-bottom-left-radius: 110px;
  width: 90%;
  margin-left: auto;
  box-shadow: 2px 10px 25px 0px rgba(43, 49, 120, 0.75);
  -webkit-box-shadow: 2px 10px 25px 0px rgba(43, 49, 120, 0.75);
  -moz-box-shadow: 2px 10px 25px 0px rgba(43, 49, 120, 0.75);
}
.servicios .nuestros-servicios .servicio {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}
.servicios .nuestros-servicios h5 {
  color: white;
  font-size: 16px;
}
.servicios .nuestros-servicios img {
  font-size: 40px;
  color: white;
}

.container-testimonios {
  width: 90%;
  margin: auto;
}

@media (max-width: 400px) {
  #servicio3 > div > div > div.modal-body.modal-body-s > div.flecha > h2 {
    font-size: 34px;
  }
}
@media (max-width: 310px) {
  #servicio3 > div > div > div.modal-body.modal-body-s > div.flecha > h2 {
    font-size: 24px;
  }
}

.modal-body-s {
  background-color: #2b3178;
  color: white;
  padding: 0 !important;
}
.modal-body-s .container_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-body-s .container_modal img {
  width: 200px;
  margin-top: 8px;
}
.modal-body-s ul {
  padding-left: 50px !important;
}
.modal-body-s .flecha {
  background-color: #38B6FF;
  margin: 10px 0 20px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-body-s .flecha h2 {
  font-size: 45px;
  padding-left: 10px;
  padding-right: 30px;
  margin-bottom: 0;
  color: #2b3178;
  font-family: "Cookie", cursive;
}
@media (max-width: 320px) {
  .modal-body-s .flecha h2 {
    font-size: 35px;
  }
}

.modal-content {
  border: none !important;
}

.modal-footer-s {
  background-color: #38B6FF !important;
  border: none !important;
  width: 100%;
}

.btn-cerrar {
  background-color: #2b3178;
  color: white;
}

.btn-cerrar:hover {
  color: #ffffff !important;
  -webkit-filter: brightness(1.75);
          filter: brightness(1.75);
}

.ver {
  cursor: pointer;
}

.formulario {
  width: 70%;
  margin: auto;
  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);
}
@media (max-width: 820px) {
  .formulario {
    width: 90%;
  }
}

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: #2b3178;
  border: solid 2px #2b3178;
  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: #38B6FF;
  border: solid 2px #38B6FF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.app-whatsapp {
  position: fixed;
  bottom: 25px;
  width: 60px;
  z-index: 1000;
  display: block;
  bottom: 28px;
  right: 24px;
  cursor: pointer;
}

.cita {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
  background-color: #2b3178;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.cita2 {
  border-radius: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.col-cita {
  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;
  text-align: center;
  color: white;
}

#btn {
  background: #4a7db5;
  border-color: #4a7db5;
}

#btn:hover {
  background: #518fc3;
  border-color: #518fc3;
}

.iconos-footer {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

footer {
  background-color: white;
  color: #2b3178 !important;
  padding-top: 10px;
  text-align: center;
}
footer p {
  color: white !important;
}
footer a {
  text-decoration: none;
  color: white;
}
footer i {
  font-size: 30px;
}
footer .footer_row {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_row img {
  width: 100%;
  border-radius: 20px;
}
footer .footer_row .iconos_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
footer .footer_row .iconos_col p, footer .footer_row .iconos_col a {
  margin: auto 10px;
  font-weight: 600;
  font-size: 20px;
  color: #d8d6d6;
  text-transform: uppercase;
}
footer .footer_row .iconos_col i {
  color: #2b3178;
}
footer .mb-4 {
  text-align: center !important;
}
footer .explorar_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .explorar_footer div {
  margin: auto 15px;
}

.hides {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.adios {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.shows {
  opacity: 1;
  display: block !important;
  -webkit-transition: opacity 1.7s;
  transition: opacity 1.7s;
}

.body-init {
  height: 100vh;
}

#imagen_carga {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
}
#imagen_carga img {
  width: 300px;
}

.menuInteres {
  border: 2px solid #b6aeae;
  position: fixed;
  right: 1px;
  top: 85px;
  z-index: 996;
  background: rgba(0, 0, 0, 0.35);
  width: 45px;
  min-height: 100px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 10px;
  display: inline-block;
}

.menuInteres h5 {
  display: none;
  font-family: "OrelegaOne", sans-serif;
  font-size: 18px;
  color: white;
  text-align: center;
  position: relative;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}