* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7px;
}

@media only screen and (min-width: 768px) {
  * {
    font-size: 10px;
  }
}

@media only screen and (min-width: 992px) {
  * {
    font-size: 14px;
  }
}

nav {
  background-color: #fff;
  padding: 1em;
  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;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

nav img {
  height: 50px;
  width: auto;
}

nav .nav-whatsapp-button {
  position: absolute;
  right: 10%;
  background-color: #25d366;
  line-height: 0.7;
  padding: 5px;
  border-radius: 9999px;
}

nav .nav-whatsapp-button img {
  -webkit-filter: invert(94%) sepia(95%) saturate(19%) hue-rotate(278deg) brightness(103%) contrast(109%);
          filter: invert(94%) sepia(95%) saturate(19%) hue-rotate(278deg) brightness(103%) contrast(109%);
  height: 3em;
}

.anchor {
  position: relative;
  top: -90px;
}

.slider {
  margin-top: calc(50px + 2em);
  height: calc(100vh - 50px - 2em);
  width: 100%;
  position: relative;
}

.slider .slide {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}

.slider .slide-1 {
  background-image: url(../img/slide1.jpg);
  opacity: 1;
}

.slider .slide-2 {
  background-image: url(../img/slide2.jpg);
}

.slider .slide-3 {
  background-image: url(../img/slide3.jpg);
}

.slider .caption {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider .caption .top {
  height: 30%;
  padding: 1em;
  background-color: #00a0e2;
}

.slider .caption .top img {
  height: 100%;
}

.slider .caption .bottom {
  height: 30%;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  margin-bottom: 2em;
}

.slider .caption .bottom div {
  text-align: center;
}

.slider .caption .bottom .bottom-1 {
  height: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider .caption .bottom .bottom-1 a {
  text-decoration: none;
  font-size: 200%;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 212, 0, 0.8);
  padding: 0.5em;
  border-radius: 15px 15px 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}

.slider .caption .bottom .bottom-1 object {
  height: 2em;
  -webkit-filter: invert(94%) sepia(95%) saturate(19%) hue-rotate(278deg) brightness(103%) contrast(109%);
          filter: invert(94%) sepia(95%) saturate(19%) hue-rotate(278deg) brightness(103%) contrast(109%);
}

.slider .caption .bottom .bottom-2 {
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slider .caption .bottom .bottom-2 img {
  height: 8em;
}

.slider .caption .bottom .bottom-2 div {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider .caption .bottom .bottom-2 div span {
  font-size: 200%;
  color: #fff;
  background-color: rgba(0, 136, 0, 0.8);
  padding: 0.8em 0.5em;
  border-radius: 9999px;
}

.section-title {
  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;
  gap: 2em;
}

.section-title div {
  width: 100%;
  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;
  gap: 1em;
}

.section-title div .title {
  font-size: 200%;
  font-weight: bold;
  color: #00a0e2;
}

.section-title div .title strong {
  font-size: 100%;
}

.section-title div .underscore {
  width: 40%;
  border-bottom: solid 2px #00d400;
}

.quienes-somos {
  padding: 2em;
}

.quienes-somos .section-title img {
  width: 20%;
}

.quienes-somos .feature {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10%;
  padding: 3em;
}

.quienes-somos .feature img {
  width: 25%;
}

.quienes-somos .feature .text {
  width: 40%;
}

.quienes-somos .feature .text p {
  font-size: 120%;
  text-align: justify;
}

.quienes-somos .feature .text p .highlight {
  font-size: 100%;
  color: #00a0e2;
}

.quienes-somos .feature-1 .logo {
  height: 5em;
  -webkit-filter: invert(64%) sepia(86%) saturate(5332%) hue-rotate(91deg) brightness(116%) contrast(110%);
          filter: invert(64%) sepia(86%) saturate(5332%) hue-rotate(91deg) brightness(116%) contrast(110%);
}

#section-cofepris {
  padding: 5em 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 124, 175, 0.7)), to(rgba(0, 124, 175, 0.7))), url("../img/back-cofe.jpg");
  background-image: linear-gradient(rgba(0, 124, 175, 0.7), rgba(0, 124, 175, 0.7)), url("../img/back-cofe.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  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;
  gap: 2em;
  margin-bottom: 2em;
}

#section-cofepris img {
  width: 10%;
}

#section-cofepris p {
  font-size: 2em;
  width: 40%;
  text-align: center;
}

#section-cofepris p em {
  font-style: normal;
  font-size: 100%;
  font-weight: bold;
}

.servicios .cards-container {
  padding: 2em 0;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.servicios .cards-container .card {
  margin: 1em;
  width: 30%;
  background-color: #c5ffc5;
  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;
  padding: 4em 0;
  gap: 3em;
  color: #007caf;
}

.servicios .cards-container .card img {
  width: 35%;
}

.servicios .cards-container .card div {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

.servicios .cards-container .card a {
  text-decoration: none;
  color: inherit;
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.servicios .cards-container .card a object {
  height: 2em;
  -webkit-filter: invert(65%) sepia(79%) saturate(6335%) hue-rotate(172deg) brightness(103%) contrast(102%);
          filter: invert(65%) sepia(79%) saturate(6335%) hue-rotate(172deg) brightness(103%) contrast(102%);
}

.servicios .cards-container .card:nth-child(4n), .servicios .cards-container .card:first-child {
  border-radius: 0 0 0 25px;
}

.servicios .cards-container .card:nth-child(3n), .servicios .cards-container .card:last-child {
  border-radius: 0 25px 0 0;
}

.banner-1 {
  padding: 5em 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 124, 175, 0.7)), to(rgba(0, 124, 175, 0.7))), url("../img/sec3-bg.jpg");
  background-image: linear-gradient(rgba(0, 124, 175, 0.7), rgba(0, 124, 175, 0.7)), url("../img/sec3-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  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;
  gap: 2em;
}

.banner-1 img {
  width: 10%;
}

.banner-1 p {
  font-size: 2em;
  width: 40%;
  text-align: center;
}

.banner-1 p strong {
  font-size: 100%;
}

.contacto {
  padding-top: 2em;
}

.contacto .contact-options-container {
  margin-top: 2em;
  background-image: url("../img/Back-form.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
  padding: 5em 0;
}

.contacto .contact-options-container form {
  width: 40%;
}

.contacto .contact-options-container form .form-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}

.contacto .contact-options-container form .form-wrapper label {
  display: none;
}

.contacto .contact-options-container form .form-wrapper input:not([type="submit"]),
.contacto .contact-options-container form .form-wrapper textarea {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border: solid 1px #00a0e2;
  color: #fff;
  font-size: 1.1em;
  padding-left: 1em;
}

.contacto .contact-options-container form .form-wrapper input {
  height: 2.5em;
}

.contacto .contact-options-container form .form-wrapper textarea {
  padding-top: 0.8em;
}

.contacto .contact-options-container form .form-wrapper div.input-group:first-of-type input {
  border-radius: 10px 10px 10px 0;
}

.contacto .contact-options-container form .form-wrapper input[type="submit"] {
  width: 40%;
  background-color: rgba(0, 160, 226, 0.8);
  font-weight: bold;
  color: #fff;
  border: solid 1px #00d400;
  border-radius: 10px;
}

.contacto .contact-options-container .contact-card {
  width: 30%;
  background-color: rgba(0, 160, 226, 0.8);
  padding: 5em 0;
  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;
  gap: 2em;
  color: #fff;
  border: solid 1px #00d400;
}

.contacto .contact-options-container .contact-card .contact-option {
  text-align: center;
}

.contacto .contact-options-container .contact-card .contact-option a {
  text-decoration: none;
  color: #fff;
}

.contacto .contact-options-container .contact-card .contact-option img {
  height: 3em;
  -webkit-filter: invert(94%) sepia(95%) saturate(19%) hue-rotate(278deg) brightness(103%) contrast(109%);
          filter: invert(94%) sepia(95%) saturate(19%) hue-rotate(278deg) brightness(103%) contrast(109%);
}

.contacto .contact-options-container .contact-card .contact-option div {
  font-size: 1.5em;
}

.map-container .review-box {
  display: none;
}

.footer-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 2em 0;
  background-color: #00a0e2;
  color: #fff;
}

.footer-1 .footer-1-left {
  width: 25%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}

.footer-1 .footer-1-left img {
  width: 100%;
}

.footer-1 .footer-1-left .social-network-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footer-1 .footer-1-left .social-network-buttons img {
  height: 3em;
  -webkit-filter: invert(94%) sepia(95%) saturate(19%) hue-rotate(278deg) brightness(103%) contrast(109%);
          filter: invert(94%) sepia(95%) saturate(19%) hue-rotate(278deg) brightness(103%) contrast(109%);
}

.footer-1 .footer-1-left .bigger {
  font-size: 1.5em;
}

.footer-1 .footer-1-right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-1 .footer-1-right .title {
  font-size: 1.5em;
  margin-bottom: 1em;
}

.footer-1 .footer-1-right ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.footer-1 .footer-1-right ul li {
  padding-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-1 .footer-1-right ul li a {
  text-decoration: none;
  color: inherit;
}

.footer-1 .footer-1-right ul li:before {
  content: "";
  background-image: url("../svg/chevron-right.svg");
  background-size: contain;
  height: 1em;
  width: 1em;
  display: inline-block;
  -webkit-filter: invert(94%) sepia(95%) saturate(19%) hue-rotate(278deg) brightness(103%) contrast(109%);
          filter: invert(94%) sepia(95%) saturate(19%) hue-rotate(278deg) brightness(103%) contrast(109%);
}

.footer-1 .footer-1-right ul li:not(:last-child) {
  margin-bottom: 1em;
}

footer {
  padding: 1em 0;
  font-size: 1.2em;
  text-align: center;
}

footer a {
  font-size: 100%;
  text-decoration: none;
  color: #00a0e2;
}
/*# sourceMappingURL=styles.css.map */