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

body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: "Regular" !important;
  color: #7c7c7c !important;
}

html {
  scroll-behavior: smooth;
}

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

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

.subtitle {
  color: #3a6680;
  font-size: 60px;
  margin: 20px 0;
  font-family: "Light";
}

.btn-style {
  background: #0088b5;
  color: white;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 10px 36px;
  transition: 0.8s;
  text-decoration: none;
}
.btn-style:hover {
  background: #3a6680;
  color: #fff;
}

.btn-stylew {
  background: #fff;
  color: #0088b5;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 10px 36px;
  transition: 0.8s;
  text-decoration: none;
}
.btn-stylew:hover {
  background: #3a6680;
  color: #fff;
}

/* whatsapp */
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}
#whats {
  z-index: 999;
}
#whats .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
#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;
}
#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;
  -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;
  right: 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;
}
#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;
  bottom: 85px;
  right: 25px;
  transition: 0.5s;
  border-radius: 10px;
  background-color: #f1f1f1;
  -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;
}

@media (max-width: 360px) {
  #whats .nav-bottom {
    width: 320px;
  }
}
@media (max-width: 680px) {
  #whats .popup-whatsapp p {
    font-size: 0.9em;
  }
}
#whats .popup-whatsapp > div {
  margin: 5px;
}

#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: 215px;
  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 .popup-whatsapp > .content-whatsapp.-bottom .button-send {
  padding: 2px 15px;
  border-radius: 25px;
  background: white;
  width: 250px;
  text-align: center;
  text-decoration: none;
  color: #000;
}

#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;
  left: 10px;
}

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

#whats input.whats-input[type=text] {
  width: 200px;
  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 */
.scrollAnim {
  opacity: 0;
  transition: 0.8s;
}

.scrollAnim:nth-child(2) {
  background: #cc4400;
}

.scrollAnim:nth-child(4) {
  background: #cc4400;
}

.scrollAnim .content {
  margin: auto;
}

.scrollAnim.anim {
  opacity: 1;
}

h1, h2 {
  display: block;
  color: #eee;
  font-size: 4em;
  font-weight: bold;
  margin: 0;
  line-height: 1.2em;
  transition: all 0.8s;
  padding-left: 0;
}

.anim h1, .anim h2 {
  transition-delay: 0.1s;
}

p {
  font-size: 0.9em;
  transition: all 1.2s;
}

.anim-top {
  transform: translate(0, 150px);
}

.anim-left {
  transform: translate(-150px, 0);
}

.anim .anim-top {
  transform: translate(0, 0);
}

.anim .anim-left {
  transform: translate(0, 0);
}

.steps {
  width: 100%;
  margin: auto;
}

button {
  color: #333;
  background-color: #eee;
  border: none;
  padding: 0.5em;
  width: 9em;
  margin: 0.2em;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
}

button:hover {
  background-color: #ddd;
}

.scroller {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#menu {
  width: 100%;
  position: fixed;
  z-index: 1;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: 0.9s;
  text-align: center;
  justify-content: center;
  top: 40px;
}
#menu .menu-section {
  background: transparent;
  display: flex;
  padding: 5px 15px;
  position: absolute;
  top: 0;
  height: auto;
  width: 85%;
  transition: 0.9s;
  border-radius: 7px;
}
#menu .menu-section .logo {
  height: 40px;
  width: 230px;
  display: inline-flex;
  background: url("../img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#menu .menu-section .logo img {
  object-fit: contain;
  width: 100%;
}
#menu .menu-section .nav-link {
  color: #3a6680;
  transition: 0.7s;
}
#menu .menu-section .nav-link:hover {
  opacity: 0.7;
}
#menu .menu-section .tel {
  margin-left: 20px;
  padding: 5px 15px;
  width: 220px;
  background: #fff;
  border-radius: 5px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  transition: 1s;
}
#menu .menu-section .tel:hover {
  opacity: 0.8;
}
#menu .menu-section .tel a {
  color: #0088b5;
  text-decoration: none;
}
#menu .menu-section .tel a b {
  font-size: 17px;
}

#menu.sticky {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #333;
  backdrop-filter: blur(1em);
  top: 0;
}
#menu.sticky .menu-section {
  width: 100%;
  background: white;
  transition: 0.9s;
  border-radius: 0;
  box-shadow: none;
}
#menu.sticky .menu-section .logo {
  background: url("../img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#menu.sticky .menu-section .nav-link {
  color: #282f34;
}

#principal {
  height: 100vh;
  position: relative;
  background: linear-gradient(20deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#principal .box-title {
  height: 100vh;
  display: flex;
  align-items: center;
  color: #3a6680;
}
#principal .box-title h1 {
  color: #a2a2a2;
  font-size: 35px;
  font-family: "Light";
  line-height: 44px;
}
#principal .box-title h1 b {
  font-family: "Bold";
  font-size: 60px;
  color: #000;
}
#principal .box-title p {
  font-size: 35px;
  font-family: "Light";
  color: #0088b5;
}
#principal .box-title p b {
  font-family: "Bold";
  color: #3a6680;
}
#principal .box-img {
  position: absolute;
  right: 0;
  width: auto;
  height: 100vh;
  display: flex;
}
#principal .box-img img {
  width: 100%;
}
#principal a .box-scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  display: flex;
  text-align: center;
}
#principal a .box-scroll img {
  width: 100%;
  object-fit: contain;
}

#somos {
  background: #f4f6fb;
  padding: 100px 0 120px;
}
#somos h2 {
  margin-left: -190px;
}
#somos .box-img {
  width: 85%;
  height: auto;
  display: flex;
}
#somos .box-img img {
  width: 100%;
  object-fit: contain;
}

#info {
  padding: 60px 0;
}
#info .box-conten {
  margin: 20px 0;
}

#cta {
  height: 80vh;
  background: linear-gradient(0deg, #0088b5bf, #0088b5c4), url(../img/back2.png);
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -26px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 25px 25px 0 0;
}
#cta h3 {
  font-size: 40px;
  font-family: "Bold";
  margin: 0 auto;
  text-align: center;
  color: white;
  width: 80%;
}
#cta p {
  font-size: 33px;
  font-family: "Light";
  margin: 0 auto;
  text-align: center;
  color: white;
  width: 80%;
}

#info h2 {
  color: #3a6680;
}

#formulario {
  padding: 60px 0;
}
#formulario .box-text {
  height: 250px;
  display: flex;
  align-items: center;
}
#formulario .box-text h2 {
  color: #3a6680;
}

footer {
  background: #0088b5;
  color: white;
  padding: 20px 0;
}

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

  .subtitle {
    font-size: 2.4rem;
  }

  #menu {
    top: 0;
  }
  #menu .menu-section {
    width: 100%;
    border-radius: 0;
  }
  #menu .menu-section .tel {
    margin: 0;
  }
  #menu .box-nav {
    display: flex;
  }
  #menu .box-nav button {
    height: 40px;
    margin-top: 7px;
  }
  #menu .box-nav button i {
    color: black;
  }

  #menu.sticky .box-nav i {
    color: white;
  }

  #principal .box-title {
    height: 70vh;
  }
  #principal .box-title h1 {
    font-size: 28px;
  }
  #principal .box-title h1 b {
    font-size: 45px;
  }
  #principal .box-img {
    position: inherit;
    height: 30vh;
  }

  #somos h2 {
    margin-left: initial;
  }
  #somos .box-img {
    width: 100%;
  }

  #cta {
    height: auto;
    padding: 50px 0;
    text-align: start;
  }
  #cta h3 {
    font-size: 31px;
    text-align: inherit;
  }
  #cta p {
    font-size: 25px;
    text-align: inherit;
    margin-top: 20px;
  }
  #cta .box-btn {
    text-align: center;
  }

  footer p {
    font-size: 12px;
  }
}
/* --------------------------------------------------- GRACIAS -----------------------------------------------------------------------  */
.nav-gracias {
  background: white;
}

#hero {
  background: linear-gradient(270deg, #767676, rgba(0, 0, 0, 0.79)), url(../img/back3.avif);
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 75px;
  height: calc(100vh - 75px);
  background-size: cover;
}
#hero .box-btn {
  margin: 30px 0;
}
#hero .box-text {
  height: calc(100vh - 75px);
  display: flex;
  align-items: center;
  padding: 0 30px;
}
#hero .box-text h1 {
  font-size: 30px;
  display: grid;
  font-family: "Bold";
}
#hero .box-text h1 span {
  margin-top: 10px;
  font-family: "Light";
}
#hero .box-text p {
  color: #fff;
  font-size: 18px;
}
#hero .box-text h3 {
  color: #f2f2f2;
}
#hero .share {
  margin-top: 30px;
  cursor: pointer;
}
#hero .share a {
  color: #fff;
  font-size: 23px;
  margin: 0 11px;
  transition: 0.8s;
}
#hero .share a:hover {
  color: #0088b5;
}
#hero .box-logo {
  display: flex;
  width: 250px;
}
#hero .box-logo img {
  width: 100%;
  object-fit: contain;
}

/* de telefono a tablet */
@media (max-width: 450px) {
  #hero {
    height: auto;
  }
  #hero .box-text {
    padding: 0;
    height: auto;
  }
  #hero .btn-style {
    font-size: 12px;
    padding: 9px 20px;
  }
}

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