html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Raleway', sans-serif;
  text-align: center;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  text-align: center;
}

.preloader-icon {
  position: relative;
  top: 45%;
  width: 500px;
  animation: pulse-white 0.8s infinite;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Preloader */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
}

b {
  color: black;
  font-size: 20px;
  font-weight: bolder;
}

.mention {
  font-size: 1.5em;
  font-family: 'Raleway', sans-serif;
  color: #E07466;
  font-weight: bolder;
}

.box-title {
  font-size: 1.4em;
  color: #00c2cb;
}

p {
  color: #8f8f8f;
}

.fa-4x {
  font-size: 4em;
}

.colFormat {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.quienes-p {
  color: black;
  font-size: 1em;
  text-align: justify;
}

.quienes-p-sp {
  color: black;
  font-size: 1em;
  text-align: justify;
  border: 0.1em solid #703A18;
  border-radius: 1em;
  padding: 1em;
  background-color: white;
}

.freep {
  font-size: 10px;
  color: grey;
}

.big-heading-formater {
  padding: 3.5em;
}

.tab-styling {
  padding: 3em;
  background-color: floralwhite;
  border-radius: 0 0 1em 1em;
}

/* .btn{
    margin-top: 35px;
} */
.form-control {
  margin: 0px 0px 10px 0px;
}

.fasSp {
  font-size: 6em !important;
  color: #00c2cc !important;
  margin: 13px 0 0 0;
  display: inline-flex;
}

.rastrearBtn {
  width: 80%;
  margin: 2em auto;
  padding: 18px;
  color: #fff;
  background-color: #E07466;
  display: block;
  border-radius: 1.6em;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 1.4em;
  animation: pulse-white 0.8s infinite;
}

.rastrearBtn:hover {
  background-color: chocolate;
  color: white;
}

.afiliateBtn {
  width: 12em;
  margin: 0 auto;
  margin-top: 43px;
  /* animation: pulse-white 1.9s infinite; */
  padding: 10px 15px;
  color: white;
  border: 1px solid;
  display: block;
  border-radius: 40px;
  text-align: center;
  background-color: darkslateblue;
}

.afiliateBtn:hover {
  color: white;
  background-color: blueviolet;
  text-decoration: none;
}

.rastreadorSec {
  padding: 1em 0 1em 0;
  display: block;
  border: solid 1px lightgray;
  margin: 0 auto;
  background-color: #f4dcd48c;
  background-image: url(../images/alphaBox.png);
}

.rastreadorSec p {
  padding-top: 0.3em;
  font-family: 'Raleway', sans-serif;
  font-size: 2em;
  color: #703A18;
  /* text-shadow: 1px 2px darkgrey; */
}

.rastreadorFormat {
  padding: 3em;
  align-self: center;
}

.servImg {
  width: 100%;
  height: auto;
  margin: 3rem auto 0rem;
  box-shadow: 0.5rem 0.5rem rgba(189, 174, 174, 0.3);
  border-radius: 0.2rem;
}

.btn-link:hover {
  color: #fea69b;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.formCardImg {
  font-size: 80px;
  padding: 0.4em;
  display: flex;
  place-content: center;
}

.card-title {
  color: #703A18 !important;
}

.footer {
  background: #9A8E94;
  color: white;
}

/* Headings */
.up {
  position: fixed;
  top: 1rem;
  right: 10px;
  margin-right: 15px;
  z-index: 1;
}

.up i {
  padding: 4.5%;
}

.big-heading {
  font-family: 'Raleway', sans-serif;
  font-size: 2rem;
  color: #703A18;
  text-align: center;
}

.boxIcon {
  position: absolute;
  left: 333px;
  top: 16px;
}

.section-heading {
  font-size: 3rem;
  line-height: 1.5;
}

/* Containers */

.container-fluid {
  padding: 3% 10%;
}

.acco-button {
  font-size: 1.5em;
  color: #e17566;
}

.acco-icon {
  width: 100%;
  display: block;
}

/* Sections */

.colored-section {
  background-color: #f9f9f9;
  color: #fea69b;
  background-image: url(../images/backgroundIcons2.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.quienesSec {
  background-color: #edcfcb;
  color: white;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.white-section {
  background-color: #f7f5f4;
  /* background-image: url(../images/backgroundIcons.png); */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.carousel-section {
  background-color: #d5d0ce;
  /* background-image: url(../images/backgroundIcons.png); */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

/* Navigation Bar */

.navbar {
  padding: 0 0 4.5rem;
}

.navbar-brand {
  /* font-family: 'Sansita Swashed', cursive; */
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
}

/* .nav-item {
  padding: 0 7px;
} */

.nav-link {
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
  color: #703A18 !important;
}

.nav-link.active {
  background-color: #E07466 !important;
  color: white !important;
}

.permisos {
  color: red !important;
}

/*Carousel*/
.carousel-container {
  margin: 0 auto;
}

.carousel-custom-body {
  width: 70%;
  margin: 0 auto;
  padding: 5%;
}

/* Buttons */

.download-button {
  margin: 5% 3% 5% 0;
}

/* Title Section */

#title {
  background-color: #f9f9f9;
  color: #fea69b;
  text-align: left;
}

#formOne {
  background-color: pink;
  color: #fea69b;
  text-align: left;
}

#title .container-fluid {
  padding: 3% 10% 2%;
}

/*logoIMG*/

.logo-image {
  width: 15em;
  position: absolute;
  left: 0;
}

.form-image {
  width: 80%;
  position: absolute;
  left: 0;
  top: -32px;
}

.form-image-fact {
  width: 80%;
  position: absolute;
  right: 0;
  top: -60px;
}

.form-image-cot {
  width: 100%;
  position: absolute;
  left: 0;
  top: 5px;
}

/* Title Image */

.title-image {
  width: 70%;
}

.pasos-title {
  color: #fea69b;
  font-size: 3.5em;
  padding-bottom: 50px;
  font-family: 'Raleway', sans-serif;
  text-decoration: underline;
}

/* .header-text {
  font-size: 3rem;
  line-height: 1.5;
} */

.header-image {
  margin-left: 0;
}

/* Features Section */

#quienes_somos {
  position: relative;
}

#featCont {
  padding: 5% 15%;
}

.feature-title {
  font-size: 0.8rem;
}

.feature-box {
  padding: 4.5%;
}

.icon-como {
  color: #fea69b;
  margin: 0 1rem;
  transition: transform .2s;
  font-size: 1.5rem;
}

.icon {
  color: #79d3d3;
  margin: 2rem auto;
  display: flex;
}

.upIcon {
  color: #fea69b;
  margin: 0 auto;
  display: block;
  font-size: 4em;
  opacity: 35%;
  transition: transform .2s;
}

.upIcon:hover {
  color: #64B6AC;
  transform: scale(1.2);
}

@media (max-width: 480px) {
  .nav-link {
    font-size: 1.5rem;
    padding-top: 1.5em;
  }

  .upIcon {
    font-size: 3em;
  }
}

/* Testimonial Section */

#testimonials {
  background-color: #f9f9f9;
  color: black;
  padding: 40px 0px 0px 0px;
}

.testimonial-text {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #703A18;
  font-family: 'Raleway', sans-serif;
}

.testimonial-image {
  width: 10%;
  border-radius: 100%;
  margin: 20px;
}


#press {
  background-color: #ef8172;
  padding-bottom: 3%;
}

.press-logo {
  width: 15%;
  margin: 20px 20px 50px;
}

/* Pricing Section */

#pricing {
  padding: 100px;
}

.price-text {
  font-size: 3rem;
  line-height: 1.5;
}

.pricing-column {
  padding: 3% 2%;
}

/* CTA Section */


/* Footer Section */
.contactTitle {
  font-size: 1.5rem;
  font-family: 'Raleway', sans-serif;
  color: white;
}

.social-icon {
  width: 40px;
  height: 40px;
  background-size: contain;
  display: block;
  margin: 30px;
}

.social-footer {
  display: inline-flex;
}

.fb {
  background-image: url(../images/facebook.png);
  /* width: 40px;
  height: 40px;
  background-size: contain; */
}

.itgm {
  background-image: url(../images/insta.png);
  /* width: 40px;
  height: 40px;
  background-size: contain; */
}

.whats {
  background-image: url(../images/whatsapp.png);

}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%34567' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%34567F' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.form-title {
  color: #703A18;
  font-size: 2.5em;
  padding-bottom: 50px;
  font-family: 'Raleway', sans-serif;
}

.quienes-title {
  color: #703A18;
  font-size: 2.5em;
  padding-bottom: 50px;
  font-family: 'Raleway', sans-serif;
}

.factLook {
  text-align: left;
  display: block;
  color: #00c2cb;
  font-size: 20px;
}

.pricing h3 {
  font-size: 10px;
}

#gracias {
  text-align: center;
}

.fa-10x {
  font-size: 20em;
}

.thanksLogo {
  display: inline-flex;
  margin: -60px;
}

.logo-image-thanks {
  width: 75%;
  margin: 0 auto;
}

.back {
  padding: 11px;
  font-family: 'Raleway', sans-serif;
  background-color: #00c2cb;
  text-align: center;
  color: white;
  display: flow-root;
  width: 9%;
  margin: 47px auto 0;
}

.thanks-title {
  color: #00c2cb;
  font-size: 3.5em;
  padding-bottom: 50px;
  font-family: 'Raleway', sans-serif;
  text-decoration: underline;
}

.colapseImage {
  width: 70%;
  display: flex;
  margin: 3rem auto;
  padding: 1rem;
  background-color: #fea69b;
  box-shadow: 5px 7px #f0eded;
  border-radius: 1.5rem;
}

.heart {
  width: 100%;
  height: auto;

}

.separator {
  border-top: 0.1rem solid lightgrey;
  padding-top: 3rem;
  margin-top: 3rem;
  border-width: thin;
}

@media screen and (max-width: 1200px) {
  .navbar-toggler:not(:disabled):not(.disabled) {
    margin: auto;
    font-size: 2.5em;
  }

  .navbar {
    padding: 0 0 1.5rem;
  }

  .nav-link {
    font-size: 3rem;
  }

  #featCont {
    padding: 5% 5%;
  }

  .feature-title {
    font-size: 1.5rem;
  }

  #title {
    text-align: center;
    overflow: auto;
  }

  .title-image {
    position: static;
    transform: rotate(0);
  }

  .logo-image {
    position: static;
    margin-bottom: 16px;
  }

  .big-heading {
    font-size: 3.5rem;
    line-height: 1.2em;
    padding-left: 0;
    margin-top: 0;
  }

  .testimonial-text {
    font-size: 2.8rem;
  }

  .form-title {
    font-size: 3.5em;
  }

  .pasos-title {
    font-size: 5em;
  }

  .container-fluid {
    padding: 12% 5%;
  }

  .form-image-mob {
    width: 60%;
    right: 0;
    top: 0;
    position: inherit;
  }

  .form-image-cot {
    width: 75%;
    right: 0;
    top: 0;
    position: inherit;
  }

  .form-control {
    margin: 0px 0px 10px 0px;
    padding: 24px;
  }

  .factLook {
    text-align: center;
    display: block;
    color: #00c2cb;
    font-size: 2.5em;
  }

  .fa-4x {
    font-size: 7em;
  }

  .feature-box {
    padding: 2.5%;
  }

  input {
    font-size: 1.8em;
  }

  .up {
    right: -9px;
  }

  .quienes-p {
    font-size: 2em;
  }

  .quienes-list {
    font-size: 2em;
  }

  .card-body {
    font-size: 2.3em;
  }

  .carousel-item span {
    font-size: 1.2em !important;
  }

  .srv_mob {
    display: block;
  }

  .afiliateBtn {
    width: 90%;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .logo-image {
    width: 40%;
  }

  .nav-link {
    font-size: 3em;
  }

  input {
    font-size: 1em;
  }

  .fa-4x {
    font-size: 1.3em;
  }

  .heart {
    width: 100%;
    display: block;
    margin: 1rem auto;
    border-radius: 0;
  }
}

@media screen and (max-width: 1000px) {
  .logo-image {
    width: 100%;
  }

  .box-title {
    font-size: 3vw;
    color: #00c2cb;
  }

  .afiliateBtn {
    width: 90%;
    font-size: 2rem;
  }

  .heart {
    display: none;
  }

  .colapseImage {
    width: 100%;
  }

  .card-title {
    font-size: 4rem;
    margin-bottom: 2rem;
  }

  .btn-primary {
    font-size: 2.5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .form-title {
    font-size: 5rem;
  }

  .mention {
    font-size: 1.8em;
  }

  .icon-como {
    margin: 0 auto;
    font-size: 3vw;
  }

  .mb-0 {
    font-size: 2rem;
  }

  .card-body {
    font-size: 2.5em;
  }

  input {
    font-size: 1em;
  }

  .card-img-top {
    width: 54%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    margin: 0 auto;
  }

  .rastrearBtn {
    margin: auto;
    font-size: 3em;
  }

  .title-image {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .rastrearBtn {
    font-size: 3em;
  }

  .form-title {
    font-size: 3rem;
  }

  .btn {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 1200px) and (orientation: landscape) {
  .nav-link {
    font-size: 0.8em;
  }

  .quienes-p {
    font-size: 1.2em;
  }

  .card-img-top {
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .nav-link {
    font-size: 0.8em;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  select:focus,
  textarea:focus,
  input:focus {
    font-size: 2em;
  }
}

/* RADAR */
.radar-container {
  display: inline-block;
  margin: 8px 0 auto;
  background-color: lightyellow;
  border-radius: 50%;
}

.razar {
  float: left;
  position: relative;
  width: 150px;
  height: 150px;
  background-size: 100% 100%;
  border-radius: 75px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4), 0 0 4px 1px rgba(0, 0, 0, 0.2), inset 0 1px 1px 0 rgba(255, 255, 255, 0.2), inset 0 2px 4px 1px rgba(255, 255, 255, 0.1);
}

.pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  background: #dcf48a;
  -moz-animation: pulsating 2s ease-in-out;
  -moz-animation-iteration-count: infinite;
  -webkit-animation: pulsating 2s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.0;
  z-index: 5;
}

.ringbase {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  opacity: 0.0;
  z-index: 10;
}

.ring1 {
  box-shadow: 0 0 2px 1px #5C8001, inset 0 0 2px 1px #5C8001;
  -moz-animation: ring 2s ease-in-out;
  -moz-animation-iteration-count: infinite;
  -webkit-animation: ring 2s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation: ring 2s ease-in-out;
  animation-iteration-count: infinite;
}

.ring2 {
  box-shadow: 0 0 1px 0px #FC60A8, inset 0 0 1px 0px #FC60A8;
  -moz-animation: ring 2s ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 0.5s;
  -webkit-animation: ring 2s ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0.5s;
  animation: ring 2s ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 0.5s;
}

@-webkit-keyframes pulsating {
  0% {
    opacity: 0.0;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 0.0;
  }
}

@-moz-keyframes pulsating {
  0% {
    opacity: 0.0;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 0.0;
  }
}

@keyframes pulsating {
  0% {
    opacity: 0.0;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 0.0;
  }
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: scale(0.4, 0.4);
    opacity: 0.0;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    -webkit-transform: scale(1.1, 1.1);
    opacity: 0.0;
  }
}

@-moz-keyframes ring {
  0% {
    -moz-transform: scale(0.4, 0.4);
    opacity: 0.0;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    -moz-transform: scale(1.1, 1.1);
    opacity: 0.0;
  }
}

@keyframes ring {
  0% {
    transform: scale(0.4, 0.4);
    opacity: 0.0;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    transform: scale(1.1, 1.1);
    opacity: 0.0;
  }
}


.pointer {
  position: absolute;
  width: 150px;
  top: 75px;
  -webkit-animation: circling 2s linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: circling 2s linear;
  -moz-animation-iteration-count: infinite;
  animation: circling 2s linear;
  animation-iteration-count: infinite;
  z-index: 20;
}

.pointer div {
  width: 49%;
  border-bottom: 2px solid #8eb716;
}

.dot {
  opacity: 0;
  border: 3px solid red;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: blink 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: blink 2s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: blink 2s ease-out;
  animation-iteration-count: infinite;
  z-index: 25;
}

.dot.pos1 {
  left: 21px;
  top: 73px;
}

.dot.pos2 {
  left: 102px;
  top: 29px;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.dot.pos3 {
  left: 82px;
  top: 112px;
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

@-webkit-keyframes circling {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes circling {
  0% {
    -moz-transform: rotate(0deg);
  }

  50% {
    -moz-transform: rotate(180deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes circling {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.right-arrow {
  display: inline-block;
  margin: 0 0 -5px 38px;
}