/*BASE*/
@font-face {
  font-family: "poppins";
  src: url(../fonts/Poppins-Regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

html {
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: none !important;
}

.no-padding {
  padding: 0 !important;
}

.subtitle {
  text-align: center;
  font-size: 2.5rem;
  color: #000;
}

.btn-style {
  background: -webkit-linear-gradient(45deg, #7acdff, #c9f5ff, #ffffff);
  color: black;
  border: none;
  border-radius: 100px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 10px 36px;
  transition: background 0.5s ease-in-out;
  text-decoration: none;
  font-weight: 500;
}
.btn-style:hover {
  transition: 0.9s;
  background: -webkit-linear-gradient(307deg, #7acdff, #c9f5ff, #ffffff);
  color: black;
}

.bg-crystal {
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 50%) !important;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0) 50%) !important;
  background: linear-gradient(to right, #00000000, #00000000, #00000000 50%) !important;
  backdrop-filter: blur(0.8em) !important;
  box-shadow: 5px -10px 10px 2px #0000008f !important;
}

#principal {
  background: linear-gradient(360deg, #0067817d, #00000061), url(../img/back.png);
  background-size: cover;
  color: white;
}
#principal .box-middle {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#principal .box-middle .box-img {
  width: 100%;
  height: 100vh;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#principal .box-middle .box-img img {
  width: 100%;
  object-fit: contain;
}
#principal .box-middle .box-text {
  height: 100vh;
  display: flex;
  align-items: center;
}
#principal .box-middle .box-text h1 {
  font-size: 75px;
  font-weight: 100;
  padding-bottom: 25px;
  line-height: 65px;
  display: grid;
}
#principal .box-middle .box-text h1 small {
  font-weight: bold;
  font-size: 48px;
}
#principal .box-middle .box-text p {
  font-size: 22px;
  font-weight: 100;
}

#pregunta {
  padding: 50px;
  background: black;
  position: relative;
}
#pregunta .box-preguna {
  color: white;
  height: 322px;
  display: flex;
  align-items: center;
}
#pregunta .box-preguna h2 {
  font-size: 38px;
  font-weight: lighter;
  margin-bottom: 15px;
}
#pregunta .box-preguna p {
  font-size: 20px;
  font-weight: 300;
}

#info .box-img {
  width: 100%;
  height: 60vh;
  display: flex;
}
#info .box-img img {
  width: 100%;
  object-fit: contain;
}
#info .box-text {
  padding: 20px;
  box-shadow: 0 0 10px 0px #00000038;
  border-radius: 20px;
  margin: 15px 0;
}
#info .box-text p {
  margin: 0;
  display: grid;
}

#ejemplos {
  height: 100vh;
  background: #000;
  position: relative;
}
#ejemplos:after {
  content: url(../img/e-sup-der.svg);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
}
#ejemplos:before {
  content: url(../img/e-inf-der-w.svg);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  height: 150px;
  z-index: 2;
}
#ejemplos .hola {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: absolute;
  right: 0;
}
#ejemplos .hola .box-ej {
  width: 100%;
  height: 70vh;
  overflow: hidden;
}
#ejemplos .hola .box-ej .block {
  position: absolute;
  width: 310px;
  height: 190px;
  object-fit: cover;
  background-color: #004050;
  transform: rotateX(55deg) rotateY(0) rotateZ(45deg);
  box-shadow: 13px 12px 14px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
#ejemplos .hola .box-ej .block img {
  width: 97%;
  height: 95%;
  transition: all 0.3s ease;
  object-fit: cover;
}
#ejemplos .hola .box-ej .block:hover img {
  transform: translate(-3%, -3%);
}
#ejemplos .hola .box-ej .b1 {
  top: -9%;
  right: -7%;
}
#ejemplos .hola .box-ej .b2 {
  top: 6%;
  right: 5%;
}
#ejemplos .hola .box-ej .b3 {
  top: 21%;
  right: 17%;
}
#ejemplos .hola .box-ej .b4 {
  top: 36%;
  right: 29%;
}
#ejemplos .hola .box-ej .b5 {
  top: 51%;
  right: 41%;
}
#ejemplos .hola .box-ej .b6 {
  top: 20%;
  right: -18%;
}
#ejemplos .hola .box-ej .b7 {
  top: 35%;
  right: -6%;
}
#ejemplos .hola .box-ej .b8 {
  top: 50%;
  right: 6%;
}
#ejemplos .hola .box-ej .b9 {
  top: 65%;
  right: 18%;
}
#ejemplos .hola .box-ej .b10 {
  top: 65%;
  right: -17%;
}
#ejemplos .hola .box-ej .b11 {
  top: 79%;
  right: -5%;
}
#ejemplos .msg {
  position: absolute;
  top: 30%;
  left: 10%;
  color: white;
  text-transform: uppercase;
  font-size: 5em;
  font-weight: 600;
  line-height: 0.8em;
}
#ejemplos .btn {
  position: absolute;
  top: 55%;
  left: 10%;
  cursor: pointer;
  z-index: 1;
}
#ejemplos .btn:before {
  content: "";
  position: absolute;
  top: 55%;
  left: 100%;
  height: 3px;
  width: 90px;
  background-color: #000;
}

#nosotros {
  position: relative;
  height: 65vh;
  background: linear-gradient(90deg, #00678100, #000000b8), url(../img/equipo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.9s;
  overflow: hidden;
}
#nosotros .box-slide .box-text p {
  display: none;
}
#nosotros .box-slide .box-text h3 {
  display: none;
}
#nosotros .box-slide .box-text .box-numbers {
  display: none;
}
#nosotros:hover .box-slide {
  transform: translateX(0%);
  background: linear-gradient(270deg, #00000000, #000000d1, #000000);
  color: white;
  width: 600px;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
}
#nosotros:hover .box-slide .box-text {
  padding: 25px 50px;
}
#nosotros:hover .box-slide .box-text h3 {
  display: block;
  font-size: 32px;
  font-weight: 600;
  padding: 20px 0;
}
#nosotros:hover .box-slide .box-text p {
  display: block;
  font-size: 21px;
  font-weight: 100;
}
#nosotros:hover .box-slide .box-text .box-numbers {
  display: block;
}
#nosotros:hover .box-slide .box-text .box-numbers .box-dato {
  padding: 30px 20px;
  display: inline-flex;
}
#nosotros:hover .box-slide .box-text .box-numbers .box-dato p {
  display: inline-flex;
  margin: 0;
  padding: 10px;
  color: white;
  font-size: 40px;
  line-height: 25px;
  font-weight: 400;
}
#nosotros:hover .box-slide .box-text .box-numbers .box-dato .texto-dato {
  padding: 5px;
  font-size: 18px;
  color: white;
  font-weight: 400;
  width: 120px;
  line-height: 21px;
}
#nosotros .box-slide {
  transform: translateX(calc(-100% - 13rem));
  transition: 0.5s;
  overflow: hidden;
}
#nosotros .nosotros-box {
  height: 400px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
#nosotros .nosotros-box .call-nosotros {
  padding: 90px 50px 50px 80px;
  color: white;
}
#nosotros .nosotros-box .call-nosotros h3 {
  font-size: 54px;
  font-weight: bolder;
  padding: 20PX 0 40px 0;
  letter-spacing: 5px;
}

#formulario {
  background: #000;
  padding: 40px;
}
#formulario .caja-form {
  padding: 30px 30px 30px 60px;
}
#formulario .caja-form input, #formulario .caja-form textarea {
  border-bottom: 2px solid white;
  border-radius: 25px;
  border: 3px solid white;
  background: transparent;
  color: white;
}
#formulario .caja-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
}
#formulario .caja-form textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
}
#formulario .caja-form h2 {
  font-size: 42px;
  font-weight: bold;
  color: #008bb5;
  padding: 0;
}
#formulario .caja-form h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0px 0px 0px;
}
#formulario .caja-form .titulo-forms {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0px 0px 0px;
  color: white;
}
#formulario .caja-form .boton-enviar {
  margin-top: 30px;
}
#formulario .caja-contacto {
  padding: 30px 0;
}
#formulario .caja-contacto h4 {
  font-size: 32px;
  color: #008bb5;
  padding: 30px 0 5px 0;
}
#formulario .caja-contacto a {
  font-size: 24px;
  text-decoration: none;
  color: white;
}

footer {
  background: #000;
  color: #fff;
  padding: 20px 0;
}

/* de telefono a tablet */
@media (max-width: 450px) {
  body {
    width: 100%;
  }

  #principal .box-middle {
    align-items: initial;
    width: 100%;
  }
  #principal .box-title {
    margin: 80px 0 0 0 !important;
  }
  #principal .box-numbers {
    margin-left: 35px;
  }

  #nosotros:hover {
    width: 100%;
    background-position: left;
  }
  #nosotros:hover .box-slide {
    display: none;
  }
  #nosotros .nosotros-box {
    background-position: right !important;
  }
  #nosotros .nosotros-box .call-nosotros {
    padding: 40px;
  }
  #nosotros .nosotros-box .call-nosotros h3 {
    font-size: 50px;
  }

  #formulario .caja-form {
    padding: 0;
  }
  #formulario .caja-contacto a {
    font-size: 18px;
  }
}
#tel .tel-boton {
  position: fixed;
  top: 20px;
  right: 20px;
  box-shadow: 4px 5px 10px 0px #00000040;
  color: #000;
  border: none;
  border-radius: 100px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 10px 36px;
  transition: background 0.5s ease-in-out;
  text-decoration: none;
  font-weight: 500;
  background-color: #008bb5;
}
#tel .tel-boton a {
  color: #000;
  font-size: 21px;
  text-decoration: none;
  font-weight: 400;
}
#tel .tel-boton a i {
  -webkit-transform: scale(-1, 1);
  padding: 0 5px;
}
#tel .tel-boton:hover {
  transition: 0.9s;
  color: #000;
  background-color: white;
}

/* whatsapp */
#whats {
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  z-index: 999;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}
#whats .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation: infinite;
}

#whats .nav-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: auto;
  height: auto;
  position: fixed;
  z-index: 10000000000000001000000000000000000000000000000000000000000000000000000000000000;
  bottom: 0px;
  right: 0px;
  padding: 5px;
  margin: 0px;
}

@media (max-width: 360px) {
  #whats .nav-bottom {
    width: 320px;
  }
}
#whats .whatsapp-button {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  z-index: 10000000000000001000000000000000000000000000000000000000000000000000000000000000;
  transition: 0.3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #25d366;
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  display: flex;
  align-items: center;
  justify-content: center;
}

#whats .whatsapp-button:focus {
  outline: none;
}

#whats .whatsapp-button:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 25px;
  background: red;
  position: absolute;
  left: 10px;
  top: 15px;
  z-index: 0;
}

#whats .whatsapp-button i {
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}

#whats .circle-anime {
  display: flex;
  position: absolute;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transition: 0.3s;
  background-color: #77bb4a;
  animation: pulse 1.2s 4s ease 4;
  animation-iteration-count: infinite;
}

#whats .title {
  background: #095e54;
  color: white;
  padding: 25px;
  width: 100%;
  margin: 0 !important;
  line-height: 2px;
  border-radius: 9px 9px 0 0;
}

#whats .title small {
  font-weight: 100;
}
#whats .title small:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 25px;
  background: #2bd32b;
  position: absolute;
  left: 84px;
  top: 42px;
  z-index: 0;
}

#whats .popup-whatsapp {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  /*padding: 0 15px 15px 10px;*/
  bottom: 100px;
  right: 30px;
  transition: 0.5s;
  border-radius: 10px;
  background-color: #f1f1f1;
  /* offset-x > | offset-y ^| blur-radius | spread-radius | color */
  -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
  animation: slideInRight 0.6s 0s both;
  border: 1px solid #f1f1f1;
  z-index: 1000000000000000000000000000000000000000000000000000000000;
}

#whats .popup-whatsapp > div {
  margin: 5px;
}

@media (max-width: 680px) {
  #whats .popup-whatsapp p {
    font-size: 0.9em;
  }
}
#whats .popup-whatsapp > .content-whatsapp.-top {
  display: -webkit-inline-box;
  flex-direction: column;
  cursor: auto;
  /*background: #e6ddd4;*/
  background: linear-gradient(rgba(230, 221, 212, 0.9), rgba(230, 221, 212, 0.9)), url(../img/whatsapp.webp);
  margin: 0;
  padding: 15px;
}

#whats .popup-whatsapp > .content-whatsapp.-top p {
  width: 265px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1em;
  margin-right: 16px;
  margin-top: 3px;
  background: #fff;
  color: #2f4e6f;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 0 15px 15px;
  cursor: auto;
}

#whats .popup-whatsapp > .content-whatsapp.-top p:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 7px solid #fff;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: 8px;
  top: 90px;
  cursor: auto;
}

#whats .popup-whatsapp > .content-whatsapp.-bottom {
  display: flex;
  flex-direction: row;
}

#whats .closePopup {
  position: absolute;
  right: 15px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  /*margin: 0px 0px 15px 0px;*/
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer !important;
  background-color: #f1f1f1;
  color: #2f4e6f;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  cursor: auto;
}

#whats .closePopup:hover {
  background-color: #f1f1f1;
  transition: 0.3s;
  cursor: auto;
}

#whats .send-msPopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0px 0px 0px 5px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  border: 1px solid #25d366;
  cursor: auto !important;
}

#whats .send-msPopup:hover {
  background-color: #f8f8f8;
  transition: 0.3s;
  cursor: auto;
}

#whats .send-msPopup:focus {
  outline: none;
  cursor: auto;
}

#whats .send-msPopup:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid #f1f1f1;
  position: absolute;
  bottom: -11px;
  right: 10px;
}

#whats .is-active-whatsapp-popup {
  display: flex;
  animation: slideInRight 0.6s 0s both;
  cursor: auto;
}

#whats input.whats-input[type=text] {
  width: 250px;
  height: 40px;
  box-sizing: border-box;
  border: 0px solid #ffffff;
  border-radius: 20px;
  font-size: 1em;
  background-color: #ffffff;
  padding: 0px 0px 0px 10px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  outline: none;
  transition: 0.3s;
  cursor: auto;
}

@media (max-width: 420px) {
  #whats input.whats-input[type=text] {
    width: 225px;
    cursor: auto;
  }
}
#whats input.whats-input::placeholder {
  /* Most modern browsers support this now. */
  color: rgba(68, 68, 68, 0.705);
  opacity: 1;
  cursor: auto;
}

#whats input.whats-input[type=text]:focus {
  background-color: #f8f8f8;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  transition: 0.3s;
  cursor: auto;
}

#whats .icon-whatsapp-small {
  width: 24px;
  height: 24px;
  cursor: auto;
}

#whats .icon-whatsapp {
  width: 45px;
  height: 45px;
}

#whats .icon-font-color {
  color: #ffffff;
}

#whats .icon-font-color--black {
  color: #333333;
}

#whats .send-msPopup i {
  cursor: auto !important;
}

/* End whatsapp */

/*# sourceMappingURL=styles.css.map */
