html {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
}

.bg-light1 {
  background-color: rgba(234, 229, 224, 0.83);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow", sans-serif;
}

hr {
  background-color: #00B6D6;
  border: 3px solid #00B6D6;
  display: block;
  margin: 20px 0;
  opacity: 1;
  width: 75px;
}
@media (max-width: 640px) {
  hr {
    margin: 20px auto;
  }
}

.blue {
  background-color: #006EAF;
  color: #fff;
}

body {
  color: #006EAF;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
body p {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}

.splide__track--slide {
  padding-top: 30px;
  padding-bottom: 30px;
}

header {
  transition: all 0.3s;
}
header .custom-logo {
  width: 215px;
  height: 73px;
}
@media (max-width: 640px) {
  header .custom-logo {
    width: 100px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    margin-left: 10px;
  }
}

nav ul li {
  padding: 1px 25px;
}
nav ul li a {
  color: #006EAF;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif;
}
nav ul li a:hover {
  color: #006EAF;
}

.caracteriza {
  width: 402px;
  display: block;
}
@media (max-width: 640px) {
  .caracteriza {
    margin: 0 auto;
    width: 241px;
  }
}

.green {
  align-items: center;
  justify-content: center;
  background-color: #7DD291;
  color: #FFFFFF;
  display: flex;
  height: 216px;
  width: 100%;
}
.green h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.05em;
}

.equiposvg {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
}

#hojas {
  position: absolute;
  right: -90px;
  top: 8%;
  z-index: 1;
}
@media (max-width: 640px) {
  #hojas {
    width: 140px;
  }
}

section {
  height: auto;
  width: 100%;
  position: relative;
}
section:nth-of-type(1) {
  background-position: center center;
  background-size: cover;
  height: 100vh;
}
section:nth-of-type(1) .imagenmobile {
  display: none;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section:nth-of-type(1) .content {
  color: #fff;
  bottom: 10%;
  left: 50%;
  position: absolute;
  transform: translatex(-50%);
  text-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 90%;
}
section:nth-of-type(1) .content h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}
section:nth-of-type(1) .content a {
  color: #fff;
  padding: 15px 40px;
  margin: 20px auto 0px auto;
  background: #00B6D6;
  border-radius: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.05em;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.3));
}
@media (max-width: 640px) {
  section:nth-of-type(1) {
    height: 620px;
    background-image: inherit !important;
  }
  section:nth-of-type(1) .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #006EAF;
    transform: inherit;
    padding: 20px;
  }
  section:nth-of-type(1) .content h1 {
    font-size: 22px;
    line-height: 26px;
  }
  section:nth-of-type(1) .imagenmobile {
    display: block;
  }
}
@media (max-width: 376px) {
  section:nth-of-type(1) .imagenmobile {
    -o-object-fit: cover;
       object-fit: cover;
    height: 415px;
  }
}
section:nth-of-type(2) {
  background: linear-gradient(180deg, #ECE7E1 0%, #DED9D3 100%);
}
section:nth-of-type(2) h2 {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
}
section:nth-of-type(2) .container,
section:nth-of-type(2) .container-fluid {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  section:nth-of-type(2) {
    text-align: center;
  }
  section:nth-of-type(2) .uno {
    order: 2;
  }
  section:nth-of-type(2) .dos {
    order: 1;
    padding: 40px 20px;
  }
  section:nth-of-type(2) h2 {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
  }
  section:nth-of-type(2) hr {
    margin: 20px auto;
  }
}
section:nth-of-type(3) {
  background-color: #F3F3F0;
}
section:nth-of-type(3) hr {
  margin: 20px auto;
}
section:nth-of-type(3) div.container {
  position: relative;
  z-index: 1;
  margin: 20px auto;
}
@media (max-width: 640px) {
  section:nth-of-type(3) .title-team {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
section#servicios {
  border-radius: 0px;
  color: #006EAF;
  overflow: hidden;
}
section#servicios svg {
  display: block;
  margin: 20px auto;
}
section#servicios::before {
  background: linear-gradient(180deg, #ECE7E1 0%, #DED9D3 100%);
  content: "";
  height: 90%;
  width: 100%;
  position: absolute;
  z-index: -1;
}
section#contacto iframe {
  position: relative;
  bottom: -6px;
}
section .bottomServicios {
  position: relative;
  z-index: 1;
}
section .psi-brown {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translatex(-50%);
}
section .splide__arrows {
  bottom: -18px;
  left: 50%;
  position: absolute;
  transform: translatex(-50%);
  width: 200px;
}
@media (max-width: 640px) {
  section .splide__arrows {
    width: 100%;
  }
}
section .splide__arrow {
  background-color: transparent;
}
section .splide__arrow svg {
  fill: #00B6D6;
}
section .splide__pagination {
  bottom: inherit;
}
section .splide__slide {
  padding: 12px 10px;
  position: relative;
}
@media (max-width: 640px) {
  section .splide__slide {
    padding: 12px 2px;
  }
}
section .splide__pagination__page {
  background: transparent;
  background-color: transparent !important;
  background-image: url("image/gota.svg") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 30px;
  opacity: 1 !important;
  padding: 5px;
  position: relative;
  width: 30px;
  z-index: 1;
}
section .splide__pagination__page.is-active {
  background-image: url("image/gota-fill.svg") !important;
  background-repeat: no-repeat;
  transform: scale(1) !important;
}
section .item {
  background: #F3F3F0;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  color: #0058A8;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  max-width: 395px;
  min-width: 395px;
  height: 752px;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 20px 2px #c1c1c1;
}
section .item hr {
  display: block;
  border: 2px solid #00B6D6;
  width: 117px;
  margin: 16px auto;
}
section .item::after {
  background: rgba(0, 182, 214, 0.5);
  content: "";
  height: 172px;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
section .item h5 {
  font-size: 19px;
  line-height: 23px;
  font-weight: 600;
  text-transform: uppercase;
}
section .item ul {
  padding: 0px;
}
section .item li {
  font-size: 17px;
  letter-spacing: -0.01em;
  line-height: 30px;
  list-style: none;
  position: relative;
  padding-left: 10px;
}
section .item li img {
  position: absolute;
  left: 0px;
  top: 5px;
}
section .item .cp-2 {
  padding: 5px 20px;
  height: 350px;
  position: relative;
}
section .item .cp-2 p:last-child {
  margin: 0px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  color: #fff;
  padding: 10px 0px;
  background: #00b6d6;
  border-radius: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  display: flex;
  text-decoration: none;
  letter-spacing: 0.05em;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.3));
  width: 250px;
}
section .item .cp-2 p:last-child a, section .item .cp-2 p:last-child a:active, section .item .cp-2 p:last-child a:visited, section .item .cp-2 p:last-child a:hover {
  color: #fff;
}
@media (max-width: 375px) {
  section .item .cp-2 p:last-child {
    bottom: -80px;
  }
}
section .item p {
  font-size: 17px;
  letter-spacing: -0.01em;
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
section .item p img {
  margin-right: 8px;
}
section .item p a {
  color: #0058A8;
  text-decoration: none;
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
}
section .item > img {
  border-radius: 100%;
  display: block;
  margin: 30px auto 20px auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  section .item > img {
    width: 191px;
  }
  section .item hr {
    margin: 10px auto;
  }
}
@media (max-width: 400px) {
  section .item {
    max-width: 350px;
    min-width: 350px;
  }
}
@media (max-width: 340px) {
  section .item {
    max-width: 310px;
    min-width: 310px;
  }
}
section .service {
  background: #ECE7E1;
  border: 5px solid #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 275px;
  padding: 0px 30px;
  margin: 20px 0px;
  position: relative;
}
section .service h5 {
  color: #000000;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
}
@media (max-width: 768px) {
  section .service h5 {
    font-size: 16px;
  }
}
section .service img {
  display: block;
  height: 100px;
  margin: 20px auto;
  width: 120px;
}
section .service button {
  border: none;
  color: #fff;
  position: absolute;
  width: 140px;
  height: 50px;
  left: 50%;
  bottom: -20px;
  transform: translatex(-50%);
  background: #00B6D6;
  border-radius: 25px;
}
@media (max-width: 768px) {
  section .service {
    height: 250px;
    padding: 0px 20px;
  }
  section .service h3 {
    font-size: 14px;
    line-height: 18px;
  }
}

.title-about img {
  width: 370px;
}
@media (max-width: 640px) {
  .title-about img {
    width: 215px;
  }
}

.arbol {
  position: absolute;
  top: 40px;
  right: -120px;
  z-index: 0;
}
@media (max-width: 640px) {
  .arbol {
    display: none;
  }
}

.modal {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 100000 !important;
}
.modal .close {
  position: absolute;
  right: -20px;
  top: -30px;
  opacity: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 40px;
  cursor: pointer;
}
@media (max-width: 375px) {
  .modal .close {
    right: -10px;
    top: -20px;
    z-index: 1111;
  }
}
.modal .modal-content {
  background: #ECE7E1;
  border: 5px solid #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  color: #0058A8;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
}
.modal .modal-content h3 {
  color: #0058A8;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}
.modal .modal-content img {
  z-index: 1;
}
.modal .modal-content .images {
  position: relative;
  width: 100%;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-content .red {
  position: absolute;
  left: 0;
  width: 100%;
}

.title-team {
  width: 401px;
}
@media (max-width: 450px) {
  .title-team {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

.title-services {
  width: 315px;
}
@media (max-width: 640px) {
  .title-services {
    width: 207px;
    display: block;
    margin: 0 auto;
  }
}

.title-contact {
  width: 207px;
}
@media (max-width: 640px) {
  .title-contact {
    display: block;
    margin: 0 auto;
  }
}

.quadro-img {
  height: 313px;
}
@media (max-width: 640px) {
  .quadro-img {
    display: block;
    margin: 0 auto;
  }
}

.quadro-1 {
  display: flex;
  background: #ECE7E1;
  z-index: 1;
  position: relative;
  height: 313px;
  align-items: center;
  justify-content: center;
}
.quadro-1 img {
  width: 128px;
}

.wrap-splide {
  display: block;
  margin: 30px auto;
  max-width: 96%;
  width: 1266px;
}

.full-width {
  width: 100%;
}

.rightImage {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
}
@media (max-width: 375px) {
  .rightImage {
    right: -60px;
    width: 80px;
  }
}

.card-horario {
  background: #F0D872;
  border-radius: 10px;
  color: #0058A8;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-size: 16px;
  height: 251px;
  letter-spacing: 0.05em;
  line-height: 22px;
  position: absolute;
  right: 8%;
  top: 13%;
  width: 451px;
  z-index: 1;
}
.card-horario a {
  color: #006EAF;
  text-decoration: none;
}
.card-horario h3 {
  text-transform: uppercase;
}
.card-horario svg path {
  fill: #0058A8;
}
@media (max-width: 640px) {
  .card-horario {
    position: relative;
    border-radius: 0px;
    padding: 30px !important;
    width: 100%;
    text-align: center;
    top: inherit;
    right: inherit;
    line-height: 26px;
    height: auto;
  }
  .card-horario ul {
    margin: 10px 0px;
    padding: auto;
  }
}

.container {
  position: relative;
}

.relative {
  position: relative;
}

.aviso {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}

footer {
  background-color: #006EAF;
  color: #fff;
  padding: 50px 0px;
  position: relative;
}
footer h5 {
  font-family: "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
@media (max-width: 640px) {
  footer {
    padding: 50px 0px 0px 0px;
    text-align: center;
  }
  footer ul {
    margin: 35px auto;
  }
  footer .mobile-footer {
    width: 200px;
    margin-top: 30px;
  }
}
footer .psi-arbol {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}
footer ul li {
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
}
footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.menu-toggle {
  height: 32px;
  z-index: 1111;
  position: fixed;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin: 10px auto;
  width: 40px;
  top: 15px;
  right: 26px;
}

.menu-toggle:hover {
  color: #0058A8;
}

.menu-toggle i,
.menu-toggle i:after,
.menu-toggle i:before {
  display: block;
  position: absolute;
  height: 3px;
  width: 34px;
  right: 0;
  background: #0058A8;
  border-radius: 2px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.menu-toggle i:after,
.menu-toggle i:before {
  content: "";
}

.menu-toggle i:after {
  top: -20px;
}

.menu-toggle i:before {
  top: -10px;
}

.menu-toggle i {
  top: 22px;
}

.menu-toggle.open i {
  background-color: transparent;
}

.menu-toggle.open i:after {
  transform: rotate(45deg);
  top: -22px;
  background-color: #00B6D6;
}

.menu-toggle.open i:before {
  transform: rotate(-45deg);
  top: -22px;
  background-color: #00B6D6;
}

#menu-mobile {
  color: #fff;
  background-color: #006EAF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s cubic-bezier(0.05, 0.87, 0.75, 1.01);
  z-index: 1030;
}
#menu-mobile.open {
  transform: translateY(-100%);
}
#menu-mobile ul {
  list-style: none;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 250px;
  padding: 0px;
}
#menu-mobile > svg {
  position: absolute;
  left: 20px;
  top: 20px;
}
#menu-mobile li {
  padding: 20px 10px;
  display: block;
  width: 190px;
  margin: 0 auto;
}
#menu-mobile li:not(:last-child) {
  border-bottom: 3px solid #00B6D6;
}
#menu-mobile li a, #menu-mobile li a:active, #menu-mobile li a:hover {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}
#menu-mobile li a svg, #menu-mobile li a:active svg, #menu-mobile li a:hover svg {
  height: 30px;
  width: 30px;
}
#menu-mobile li a svg path, #menu-mobile li a:active svg path, #menu-mobile li a:hover svg path {
  fill: #fff;
}

@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-5px);
  }
}
.whatsapp {
  z-index: 100;
  position: fixed;
  bottom: 0px;
  right: 0px;
  display: inline-block;
  animation: bounce2 1s infinite ease-in-out alternate;
}
.whatsapp svg {
  transform: scale(1.3);
}

.todos {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 14px;
}

.show-mobile {
  display: none;
}

@media (max-width: 640px) {
  .mobile-center {
    text-align: center;
  }
  .hidden-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
}
@media (max-width: 375px) {
  .modal-body.px-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 375px) and (max-width: 640px) {
  .modal-body.px-4 h3 {
    font-size: 20px;
    line-height: 25px;
  }
}/*# sourceMappingURL=style.css.map */