@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');

@font-face {
  font-family: 'venera300';
  src: url('../fonts/venera-300.ttf');
}

@font-face {
  font-family: 'venera500';
  src: url('../fonts/venera-500.ttf');
}


*,
body {
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin: 0;
}

.top {
  height: 650px;
  background: url('../images/bg.svg');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  padding: 0 70px;
}

.top .cover {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.top .cover img {
  padding-top: 20%;
  width: 200px;
}

.top .cover p {
  font-size: 30px;
  color: #071F2D;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px;
}

.top .cover small {
  line-height: 1.2;
  display: block;
  margin-bottom: 15px;
  color: #959595;
}

.btn.btn-primary {
  background-color: #071F2D;
  border-color: #071F2D;
  border-radius: 20px;
  padding: 5px 20px;
}

.top .cover button {
  border-radius: 20px;
  font-weight: 400;
  letter-spacing: .4px;
  font-size: 18px;
}

.top .cover button:hover,
.top .cover button:active {
  background-color: #064041 !important;
  border-color: #064041 !important;
}

.top p span {
  color: #19e3b1;
}

.top img.illustration {
  width: 470px;
  margin: 12% 1% 0 6%;
}

.green {
  background-color: #071F2D;
  text-align: center;
}

.green img {
  width: 90%;
  margin: 30px auto;
}

.clients {
  text-align: center;
}

.clients h2 {
  margin: 60px 0 40px;
}

article {
  background-color: rgb(7, 31, 45, .05);
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 20px;
  border-radius: 10px;
  margin-right: 10px;
}

h3 {
  font-size: 20px;
  font-weight: bold;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.center {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease .2s;
}

.revealtop {
  transform: translateY(0);
  opacity: 1;
}

h2 {
  font-weight: bold;
}

.title h2 {
  color: #434343;
  font-size: 3.5vw;
  display: inline-block;
  font-weight: bold;
  position: relative;
  z-index: 99;
}

p {
  color: #464646;
  line-height: 1.3;
}

.title p {
  font-size: 1.2vw;
  line-height: 1.5;
}

/* FOOTER */

.logo-footer {
  height: 5vh;
}

.footer-bg {
  margin-top: 180px;
  display: flex;
  overflow: hidden;
  justify-content: center;
}

.footer-bg-img {
  width: 100%;
}

.footer ul {
  list-style: none;
}

.btn-social {
  margin-right: 10px;
}

.btn-social img {
  width: 2vw;
  margin-right: .3em;
}

ul li,
ul li a {
  font-family: 'Montserrat', sans-serif;
}

.cnt_fab {
  display: block;
  position: fixed;
  right: 6.5vw;
  bottom: 20vh;
  z-index: 100;
}

.cnt_fab .fab {
  text-align: center;
  background-color: #016FFF;
  border-radius: 50%;
  box-shadow: 0px 5px 20px 0px rgba(46, 46, 46, 0.5);
  width: 6vw;
  height: 6vw;
  display: block;
  position: absolute;
  left: -1vw;
  top: -1vh;
  overflow: hidden;
  cursor: pointer;
}

.cnt_fab .fab:hover {
  background-color: #0055c4;
}

.cnt_fab .fab:active {
  background-color: #016FFF;
}

.cnt_fab .fab svg.open {
  width: 2.8vw;
  height: 2.8vw;
  top: 1.5vw;
  left: 1.3vw;
  position: relative;
}

.cnt_fab .fab svg.close {
  width: 20px;
  height: 20px;
  top: 20px;
  left: 20px;
  position: relative;
  float: none;
  opacity: 1;
}

.cnt_fab .fab.active {
  width: 60px;
  height: 60px;
}

.cnt_fab:not(.active) .close,
.cnt_fab.active .open {
  display: none;
}

.cnt_fab.active .close,
.cnt_fab:not(.active) .open {
  display: block;
}

.cnt_fab .fab_children {
  text-align: center;
  background-color: #016FFF;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 5px 20px 0px rgba(46, 46, 46, 0.5);
  width: 50px;
  height: 50px;
  padding: 10px;
  display: block;
  cursor: pointer;
}

.cnt_fab .fab_children:hover {
  background-color: #0055c4;
}

.cnt_fab .fab_children:active {
  background-color: #016FFF;
}

.cnt_fab .messenger {
  position: absolute;
  top: -80px;
  left: 50px;
}

.cnt_fab .phone {
  position: absolute;
  top: -46px;
  left: -46px;
}

.cnt_fab .mail {
  position: absolute;
  top: 50px;
  left: -80px;
}

.fab:not(.active) .close,
.fab.active .open {
  display: none;
}

.fab.active .close,
.fab:not(.active) .open {
  display: block;
}

.icon_facebook {
  background-position: -45px -580px;
}

.icon_instagram {
  background-position: -80px -580px;
}

.icon_linkedin {
  background-position: -120px -581px;
}

.icon_messenger {
  background-position: -125px -504px;
}

.icon_phone {
  background-position: -85px -504px;
}

.icon_mail {
  background-position: -43px -505px;
}

/* ENDS FOOTER */

input:focus-visible,
textarea:focus-visible {
  outline: none;
}

.cnt_inputs label,
.cnt_textareas label {
  transform-origin: 0 0;
  bottom: 0;
  color: #b0b0b0;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 24px;
  width: 100%;
  text-align: left;
}

.cnt_inputs label>small {
  font-size: 75%;
}

.cnt_inputs>.line,
.cnt_textareas>.line {
  background-color: #19e3b1;
  opacity: 0;
  height: 2px;
  width: 100%;
  position: absolute;
  transform: scalex(calc(10/300));
}

.divisorTop {
  background-image: url('../images/divisor.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5em 0;
  z-index: 4;
  position: relative;
}

.divisorFirstDiv {
  margin-top: 40px;
}

.container-whats-vizor {
  margin-top: 210px;
}

.whatsvizordesc {
  font-weight: 700;
  margin: auto;
  line-height: 1.6;
  letter-spacing: 1px;
}


.cnt_textareas {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  padding-bottom: 0;
}

.cnt_textareas textarea {
  color: #676767;
  border: none;
  border-bottom: 1px solid #dadada;
  width: 100%;
  padding: 0 0 8px;
  margin: 0;
  margin-top: 8px;
  resize: vertical;
}

input:required+label:before,
textarea:required+label:before {

  content: "*";
  color: red;
  margin-top: 2px;
  display: inline-block;
  position: relative;
  left: -10px;
  margin-right: -6px;
}


/************************ STYLES FROM VIZOR ***********************/

body {
  font-size: 15px;
  font-family: "Segoe UI", sans-serif;
  color: #10065D
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #10065D;
  font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #796CFF;
}


p {
  font-size: 15px;
}

h1 {
  font-size: 2.99em;
}

h2 {
  font-size: 2.49em;
  font-weight: 700;

}

h3 {
  font-size: 2.07em;
}

h4 {
  font-size: 1.73em;
}

h5 {
  line-height: 1.6;
  font-size: 1.44em;
}

h6 {
  font-size: 1.05em;
}


.fragmentBackground {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 150%;
  z-index: -1;
}

.firstBg {
  position: absolute;
  width: 100%;
  z-index: 2;
  right: -200px;
  top: -120px;
}

.custom-shape-divider-top {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(108, 95, 252, 1) 0%, rgba(151, 102, 214, 1) 100%);
  position: relative;
  z-index: 2;

}

.custom-shape-divider-top svg {
  position: relative;
  display: block;
  width: calc(158% + 1.3px);
  height: 215px;
  z-index: 1;
}

.check-principal {
  width: 1.3vw;
  height: 4vh;
  filter: invert(100%);
}

.text-img-principal {
  margin-bottom: 4px;
  color: #b6b6b6;
  font-weight: 600;
  font-size: .9vw !important;
}

.actions-img {
  width: 8vw;
  height: 12vh;
  margin-left: 1.1vw;
}


.action-title {
  color: #796CFF;
  letter-spacing: 3px;
}

.action-description {
  font-size: 1.1vw !important;
  color: #747474;
  font-weight: 400
}

.img-alert-1,
.img-alert-2,
.img-alert-4 {
  width: 3vw;
  height: 8vh;

}

.img-alert-1 {
  filter: invert(1);
}

.img-alert-3 {
  width: 5vw;
  height: 3.7vw;
  padding-top: 1vh
}

.small-desc-alert {
  font-size: .7vw !important;
  line-height: 1.4;
  font-weight: 400;
  color: #FFFFFF
}


.checkmark-whatsvizor-container {
  background-color: #6C5FFC;
  margin-right: 1.2vw;
  border-radius: 50%;
}

.checkmark-whatsvizor-style {
  width: 2vw;
  height: 2vw;
  filter: invert(1);
}

.checkmark-whatsvizor-description {
  font-weight: 400;
  line-height: 1.6;
  font-size: 17px;
}

.custom-shape-divider-top .shape-fill {
  fill: #FFFFFF;
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.buttonHeader {
  display: none;
}




.pill {
  border: none;
  /*  width: 130px;
    height: 75px; */
  width: 9vw;
  height: 11vh;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 8px 48px -4px rgba(24, 39, 75, 0.14);
}

.pill-1 {
  left: 10px;
  top: -20px;

}

.pill-2 {
  right: 0px;
  top: 70px;
}

.pill-3 {
  left: -11px;
  bottom: 4px;
}

.pill-4 {
  right: -66px;
  bottom: 60px;
}


@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}



.fragment-1,
.fragment-2 {
  transform-box: fill-box;
  transform-origin: center center;
  position: relative;
  width: 50px;
  z-index: -10;
  animation: rotating linear infinite;


}

.fragment-1 {
  bottom: 195px;
  left: 58%;
  animation-duration: 2s;
}

.fragment-2 {
  bottom: 145px;
  left: 80%;
  animation-duration: 4s;

}

.whiteFragment-1,
.whiteFragment-2,
.whiteFragment-3 {
  position: absolute;
  filter: brightness(300%);
}

.whiteFragment-1 {
  top: -15%;
  left: 10%;
  transform: rotate(35deg)
}

.whiteFragment-2 {
  top: 50px;
  left: 20px
}

.whiteFragment-3 {
  top: 50px;
  right: 20px;
  transform: rotate(120deg)
}

.mouse-scroll {
  display: block;
}

.mouse-scroll {
  position: absolute;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.mouse-scroll span {
  display: block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-right: 3px solid rgb(177, 177, 177);
  border-bottom: 3px solid rgb(177, 177, 177);
  margin: 0 0 3px 5px;
}

.mouse-scroll .mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  transform: none;
  border: 2px solid rgb(177, 177, 177);
  top: 170px;
}

.mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}

.mouse-scroll .down-arrow-1,
.mouse-scroll .down-arrow-2,
.mouse-scroll .down-arrow-3 {
  animation: mouse-scroll 1s infinite;
}

.mouse-croll .down-arrow-1 {
  animation-delay: .1s;
  animation-direction: alternate;
}

.mouse-scroll .down-arrow-2 {
  animation-delay: .2s;
  animation-direction: alternate;
}

.mouse-scroll .down-arrow-3 {
  animation-delay: .3s;
  animation-direction: alternate;
}

.mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: rgb(177, 177, 177);
  position: relative;
}

.mouse-scroll .mouse-in {
  animation: animated-mouse 1.2s ease infinite;
}

#navId {
  z-index: 10;
  transition: .5s ease all;
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 600px) {
  .pill {
    transform: scale(.75);
  }

  .pill-1 {
    left: -15px;
  }

  .pill-2 {
    right: -20px;
    top: 0px;

  }

  .pill-3 {
    left: -25px;
    bottom: 30px;
  }

  .pill-4 {
    right: -30px;
    bottom: 30px;
  }

  .fragment-1 {
    bottom: 0px;
    top: 100px;
    left: -120px;
  }

  .fragment-2 {
    bottom: 0px;
    top: 150px;
    left: 35%;

  }

  * {
    text-align: center;
  }

  .whiteFragment-1 {
    top: 1;
    left: 50%;
    transform: translate(-50%, -50%) rotate(35deg)
  }

  .whiteFragment-2 {
    left: 10%;
    transform: translate(-50%, -150%) rotate(35deg)
  }

  .whiteFragment-3 {
    top: -50px;
    right: 0px;
    transform: rotate(120deg)
  }
}

@media only screen and (min-width: 600px) and (max-width: 970px) {

  .fragment-1 {
    bottom: 0px;
    top: -30px;
    left: 10%;
  }

  .fragment-2 {
    bottom: 0px;
    top: 50px;
    left: 45%;

  }


}

.hire-container:hover .hire-div-2 {
  filter: blur(10px);
  transition: .4s;
}

.img-hire {
  width: 1000px;
}

.goal-img {
  width: 100%;
}

.img-contract {
  width: 90%
}

.hire-container:hover {
  transform: scale(1.03);
  transition: .4s all ease;
}


.action-card:nth-child(2) {
  transition-delay: 200ms;
}

.action-card:nth-child(3) {
  transition-delay: 400ms;
}

.action-card:nth-child(4) {
  transition-delay: 400ms;
}

.action-card:nth-child(5) {
  transition-delay: 400ms;
}

.action-card:nth-child(6) {
  transition-delay: 400ms;
}

.action-card:nth-child(7) {
  transition-delay: 400ms;
}


.hidden {
  opacity: 0;
  filter: blur(15px);
  transform: translateY(100%);
  transition: all 1s;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

input:focus-visible,
textarea:focus-visible {
  outline: none;
}

.cnt_inputs label,
.cnt_textareas label {
  transform-origin: 0 0;
  bottom: 0;
  color: #b0b0b0;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 24px;
  width: 100%;
  text-align: left;
}

.cnt_inputs label>small {
  font-size: 75%;
}

.cnt_inputs>.line,
.cnt_textareas>.line {
  background-color: #19e3b1;
  opacity: 0;
  height: 2px;
  width: 100%;
  position: absolute;
  transform: scalex(calc(10/300));
}

.cnt_textareas {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  padding-bottom: 0;
}

.cnt_textareas textarea {
  color: #676767;
  border: none;
  border-bottom: 1px solid #dadada;
  width: 100%;
  padding: 0 0 8px;
  margin: 0;
  margin-top: 8px;
  resize: vertical;
}

input:required+label:before,
textarea:required+label:before {

  content: "*";
  color: red;
  margin-top: 2px;
  display: inline-block;
  position: relative;
  left: -10px;
  margin-right: -6px;
}


button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}



@media (prefers-reduced-motion) {
  .hidden {
    transition: all .5s;
  }
}

.msg-error {
  text-align: center;
  color: #e55a5a;
  font-size: .8em;
  font-weight: 600;
  margin-top: 10px;
}

.msg-success {
  text-align: center;
  color: #5ae584;
  font-size: .8em;
  font-weight: 600;
  margin-top: 10px;
}

.benefits-item {
  font-weight: 400;
  line-height: 1.6;
  font-size: 17px;
  color: #747474;
  text-align: left;
}

.benefits-checkmark-container {
  background-color: #63CCFF;
  margin-right: 16px;
  border-radius: 4px;
}

.benefits-checkmark {
  width: 25px;
  height: 25px;
  filter: invert(1);
}

/*  */


/*  */

.dashboard-img-container {
  margin-top: 90px;
  z-index: 10;
}

.btn-purple {
  background-color: #6C5FFC
}

.btn-purple:hover {
  filter: brightness(120%);
}

.btn-blue {
  background-color: #1a8af7;
}

.btn-blue:hover {
  filter: brightness(120%);
}

.modal-content {
  background-color: transparent;
  border-radius: 15px;
  box-shadow: 1px 1px 8px #1e1e1e;
  border: 0px;
}

.modal-content .modal-body {
  padding: 30px;
  padding-top: 0;
}

.modal-content h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: white;
  position: absolute;
}

.modal-header {
  border-bottom: none;
  justify-content: center;
  backdrop-filter: blur(8px);
  border-radius: 10px 10px 0px 0px;
}

.modal-header .btn-close {
  filter: invert(1);
}

.cnt_inputs {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 10px;
  white-space: normal !important;
}

input:focus-visible,
textarea:focus-visible {
  outline: none;
}

.cnt_inputs input,
.cnt_textareas textarea {
  color: #676767;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 0.5em;
  margin: 0;
  padding: 0.6em;
  width: 100%;
}

.cnt_inputs input:focus,
.cnt_textareas input:focus {
  border-color: #71acff;
  transition: .2s all ease;
}

.cnt_inputs label,
.cnt_textareas label {
  transform-origin: 0 0;
  bottom: 0;
  color: #b0b0b0;
  left: 31px;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 25%;
  width: 100%;
  text-align: left;
}

.cnt_inputs label>small {
  font-size: 75%;
}

.cnt_inputs>.line,
.cnt_textareas>.line {
  background-color: #19e3b1;
  opacity: 0;
  height: 2px;
  width: 100%;
  position: absolute;
  transform: scalex(calc(10/300));
}

.cnt_textareas {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  padding-bottom: 0;
}

input:required+label:before,
textarea:required+label:before {

  content: "*";
  color: red;
  margin-top: 2px;
  display: inline-block;
  position: relative;
  left: -10px;
  margin-right: -6px;
}

.modal-content .modal-body .cnt_btn {
  padding-top: 30px;
}

.modal-content .modal-body .cnt_btn button {
  margin: 0 auto;
  display: block;
}

.modal-body .cnt_btn button.btn_success{
  color: transparent;
  background-image: url("../images/sprite.svg");
  background-size: 200px;
  background-position: center -1008px; /* svg ratio on moz */
}

.modal-body .cnt_btn button.btn_error{
  color: transparent;
  background-image: url("../images/sprite.svg");
  background-size: 200px;
  background-position: center -966px;
}

.modal-body .cnt_btn button.btn_loading{
  color: transparent;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  -webkit-animation: pulse-animation 2s infinite;
  animation: pulse-animation 2s infinite;
  background-image: url('../images/Isologo-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 !important;
}

@keyframes pulse-animation {
  0% {
    filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.5));
    transform: scale(1);
  }
  50%{
    filter: drop-shadow( 0px 0px 8px rgba(0,0,0,.5));
    transform: scale(1.13);
  }
  100% {
    filter: drop-shadow( 0px 0px 2px rgba(0,0,0,.5));
    transform: scale(1);
  }
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background-color: #035BDA;
  color: white;
}
.msg-error{
  text-align: center;
  color: #e55a5a;
  font-size: .8em;
  font-weight: 600;
  margin-top: 10px;
}
.msg-success{
  text-align: center;
  color: #5ae584;
  font-size: .8em;
  font-weight: 600;
  margin-top: 10px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

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

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

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

@media screen and (max-width: 992px) {
  header .cnt_navFull .cnt_navList li a {
    font-size: 1.6rem;
    right: 100px;
  }
}

@media screen and (max-width: 768px) {
  header .cnt_navFull .cnt_navList li a {
    font-size: 1.6rem;
    right: 80px;
  }
}

@media screen and (max-width: 576px) {
  header .cnt_navFull .cnt_navList li a {
    font-size: 1.1rem;
    right: 30px;
  }
}

@media screen and (max-width: 767px) {
  header {
    height: 60px;
  }

  header .navbar .navbar-brand>img {
    margin: 10px 0 !important;
  }

  header .hamburger {
    bottom: 59px;
  }
}

@media only screen and (max-width: 575px) {
  .center-element {
    justify-content: center;
  }

  .checkmark-whatsvizor-description {
    text-align: left;
  }

  .dashboard-img-container {
    margin-top: 0px;
  }

  h1 {
    font-size: 2em;
  }

  .divisor {
    padding: 10em 0;
  }

  .img-hire {
    width: 300px;
  }

  .goal-img {
    width: 300px;
  }

  .whiteFragment-3 {
    width: 40px;
    right: 20px;
  }
}

.logo-header {
  padding: 10px 0px 0px 0px;
  margin-left: -4px;
}


.nav-background {
  background-color: #fff;
  padding-bottom: 10px;
  box-shadow: 10px 10px 22px 0px rgba(59, 59, 59, 0.2);
  -webkit-box-shadow: 10px 10px 22px 0px rgba(59, 59, 59, 0.2);
}

.masthead-brand,
.masthead-nav {
  padding-top: 21px;
}

.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav>li {
  display: inline-block;
}

.masthead-nav>li+li {
  margin-left: 1vw;
  font-family: 'Montserrat', sans-serif;
}

.masthead-nav>li>a {
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  /* IE8 proofing */
  border-bottom: 2px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.masthead-nav>li>a:hover,
.masthead-nav>li>a:focus {
  background-color: transparent;
  border-bottom-color: rgba(0, 98, 255, 0.42);
  /* border-bottom-color: rgba(255, 255, 255, 0.25); */
}

.masthead-nav>.active>a,
.masthead-nav>.active>a:hover,
.masthead-nav>.active>a:focus {
  color: #666;
  border-bottom-color: #016FFF;
}


.dropbtn {
  font-size: 16px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown {
  position: relative;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 310px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black !important;
  padding: 10px;
  text-decoration: none;
  display: block;
  font-family: 'Montserrat', sans-serif;
}

.dropdown-content a.products-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #d5d5d5;
}

/* MENU PARA MOBILE */
.mobile-nav {
  display: none;
}

.mobile-nav .menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 103;
  width: 100%;
  height: 80px;
  background: #FFF;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .2);
  cursor: pointer;

}

.isologo-styles {
  display: none;
  width: 60px;
  top: 13px !important;
  left: 3% !important;
  z-index: 1005;
  position: fixed !important;
}

.mobile-nav .hamburger {
  position: absolute;
  top: 45%;
  right: 8%;
  width: 30px;
  height: 2px;
  background: #69D2e7;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.mobile-nav .hamburger:after,
.mobile-nav .hamburger:before {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #69d2e7;
}

.mobile-nav .hamburger:before {
  top: -10px;
}

.mobile-nav .hamburger:after {
  bottom: -10px;
}

.mobile-nav input {
  display: none;
}

.mobile-nav input:checked+.menu {
  box-shadow: 0 0 0 100vw #FFF, 0 0 0 100vh #FFF;
  border-radius: 0;

}

.mobile-nav input:checked+.menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);

}

.mobile-nav input:checked+.menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;

}

.mobile-nav input:checked+.menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;

}

.mobile-nav input:checked+.menu+ul {
  opacity: 1;
  right: 30%;
}

.mobile-nav ul {
  z-index: 200;
  position: fixed;
  top: 30%;
  right: 130%;
  opacity: 0;
  -webkit-transition: .25s 0s ease-in-out;
  transition: .25s 0s ease-in-out;
  list-style: none;
  font-size: 22px;
}

.mobile-nav a {
  margin-bottom: 1em;
  display: block;
  color: #016FFF;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;

}



/* ENDS MENU MOBILE */

.cnt_lang {
  /* background-color: rgb(222, 222, 222); */
  border: 1px solid rgb(223, 223, 223);
  border-radius: 50px;
  height: auto;
  display: inline-flex;
  align-items: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 48%;
  left: 95.7%;


}

.cnt_lang>a {
  color: #575757;
  font-size: 0.875rem;
  margin: 2px;
  padding: 2px 10px 2px 8px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;

}

.cnt_lang>a:hover {
  border-radius: 50px;
  background: #1a89f76e;
  transition: .2s all ease-in-out;
  color: white;

}

@keyframes hoverLang {
  0% {
    width: 0;
  }

  100% {
    width: 30px;
  }
}

.cnt_lang .active {
  font-size: 0.875rem;
  color: white;
  background-color: #4b99ff;
  border-radius: 50px;
}

.cnt_lang .active:hover:after {
  content: "";
  animation: none;
  background: #3fa7ff;
}

.btn-header{
  background-image: url('../images/btn-blue.svg') !important;
  color: white !important;
}

.btn-default, .btn-header{
  font-size: 16px;
}

.btn-default{
  background: url('../images/btn-yellow.svg');
}
.btn-default, .btn-header{
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  color: #666;
  font-weight: 500;
  line-height: 1;
}

.btn-default:hover, .btn-header:hover{
  filter: brightness(.9);
}


.cnt_fab .fab svg.email {
  width: 4.6vw;
  height: 4.6vw;
  top: 1.9vw;
  left: .95vw;
  position: relative;
}

.btn-default span {
  vertical-align: middle;
  font-size: 1.4vw;
  margin-left: .3vw;
}

.btn-default.send {
  font-size: 14px;
}

.lead .btn-default.send.btn-bia {
  padding: 12px 45px;
}

.btn-bia {
  background: url('../images/btn-verde.svg');
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  color: white;
}

.btn-bia:hover {
  color: rgb(255, 255, 255);
  filter: invert(.16);
}

.site-wrapper {
  padding-top: 80px;
  width: 100%;
  min-height: 100vh;
}

.heading {
  background-image: url('../images/background-gradient-vizor.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.logo-vizor-home {
  width: 13vw;
}

.site-wrapper h2 {
  font-weight: bold;
  font-size: 3.3vw;
  line-height: 1.2;
  color: white;
}

.home-img {
  width: 75%;
  margin-left: 8vw;
}

.bg-bia-works,
.bg-bia-operations {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bg-bia-works {
  background-image: url("../images/bg-bia-section-1.png");
}

.bg-bia-operations {
  margin-top: 80px;
  margin-bottom: 80px;
  background-image: url("../images/bg-bia-section-2.png");
}

.description_section {
  font-size: 1em;
}

/* -------END BTN LANG------- */



@media (max-width: 992px) {
  .cnt_fab .fab svg.email {
    width: 5.6vw;
    height: 5.6vw;
    top: 2.5vw;
    left: 1vw;
  }
  .img-history {
    width: 56%;
    left: -13%;
    top: -61px;
  }

  input[type="radio"] {
    width: 2vw;
  }

  .cnt_inputs label,
  .cnt_textareas label {
    font-size: 1.6vw;
  }

  .divisor {
    text-align: center;
    padding: 136px 0px 80px 0;
    top: 0px;
  }

  .center-element {
    justify-content: center;
  }

  .cnt_fab {
    right: 10.5vw;
  }

  .cnt_fab .fab {
    left: -3vw;
    width: 8vw;
    height: 8vw;
    top: 5vh;
  }

  .cnt_fab .fab svg.open {
    width: 3.8vw;
    height: 6.8vw;
    top: 0.5vw;
    left: 1.7vw;
  }

  .scroll-sections {
    display: none;
  }

  #tabs {
    margin-left: 0em;
  }

  .ui-tabs .ui-tabs-nav li {
    width: 15%;
  }

  .slidingTabs .tab {
    width: 78%;
  }

  .esquinero-tiempo {
    top: -50%;
    left: 7%;
  }

  .cnt_lang {
    top: 37px !important;
    left: 50% !important;
    z-index: 1000 !important;
    position: fixed !important;
  }

  .masthead-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .cnt_inputs label,
  .cnt_textareas label {
    font-size: 13px !important;
  }

  .isologo-styles {
    display: block;
  }

  section.services {
    min-height: auto;
  }

  .site-wrapper {
    min-height: auto;
  }

  .clients-container {
    display: block;
  }

  .card-product {
    background-size: cover;
  }

  .card-product .row {
    padding: 50px 0;
  }



}

@media (min-width: 2668px) {
  .cover-heading {
    font-size: 4vw;
  }

  .cover-leyend {
    font-size: 1.2vw;
  }

  .logo-header {
    padding: 22px 0px 13px 0px;
  }

  .cnt_lang>a {
    border-radius: 30px;
  }

}

@media (min-width: 992px) {
  .container {
    width: 82% !important;
  }

  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
  }

  /* Pull out the header and footer */
  .masthead-brand {
    float: left;
  }

  .masthead-nav {
    float: right;
  }

  .masthead {
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
  }

  .mastfoot {
    position: fixed;
    bottom: 0;
  }

  .site-wrapper-inner {
    vertical-align: middle;
    /* Start the vertical centering */
  }

  .masthead,
  .mastfoot {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }

  .site-wrapper h2 span {
    font-size: 1em;
  }
}




@media (min-width: 1600px) {
  .modal-dialog{
    max-width: 33%;
    font-size: 1.1vw;
  }


  .card-product {
    padding: 3em 7em 3em 1em;
  }

  .logo-header {
    width: 10vw;
    padding: 12px 0px 3px 0px;
  }


  .esquinero-tiempo {
    top: -90px !important;
  }

  .clients-carousel-container {
    max-width: 90% !important
  }

  .container-big {
    max-width: 80% !important;
  }

  .divisor {
    font-size: 1.2vw;
  }

  .img-contact-us {
    width: 100% !important;
  }

  .cnt_inputs label,
  .cnt_textareas label {
    /* font-size: .67vw; */
  }

  .btn-default {
    font-size: 1vw !important;
    padding: .8em 3em !important;
  }

  .card-industries .btn-default {
    font-size: 1em !important;
    padding: 13px 40px !important;
  }

  .card-solution h3 {
    height: 3em;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 2199px) {
  .content-tab-services {
    font-size: 1.2em;
  }

  .content-tab-services h3 {
    font-size: 2em;
  }

  .ui-tabs .ui-tabs-nav li {
    width: 8%;
  }

  .fake-tab-container {
    margin-bottom: 3em;
  }

  .card-product {
    padding: 3em 7em 3em 1em;
  }

  .services-margin {
    margin: 10vh 0 0 0;
  }

  #g-recaptcha-commercial div,
  #g-recaptcha-hr div {
    transform: scale(1.1);
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .cnt_lang>a {
    font-size: .9vw;
    margin: .2vw;
    padding: 2px .7vw 2px .7vw;
  }

  .masthead-nav {
    padding-top: 1.7%;
  }

  .masthead-nav li a,
  .masthead-nav button,
  .masthead-nav .slideIn {
    font-size: .9vw;
  }

  .clients-carousel-container {
    bottom: 160px;
  }

  .py-4 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }

  .mt-1 {
    margin-top: .6em !important;
  }

  .blog-tag {
    font-size: 1em;
    padding: .3em 1em;
    border: 1px solid #8a8a8a;
    border-radius: 50px;
    margin-right: 2px;
  }

  h6 {
    font-size: 1.3em;
  }

  .pb-3 {
    padding-bottom: 1em !important;
  }

  .m-3 {
    margin: 1em !important
  }

  .about-us {
    margin-bottom: 10em;
    padding-top: 20em;
  }

  .btn-default {
    font-size: 1.1vw !important;
  }

  #tabs {
    position: relative;
    left: 10%;
    transform: scale(1.2);
    margin-left: 40px;
  }

  .section {
    padding: 4em 0;
  }

  .tabs-about li button.nav-link {
    font-size: 1.5em;
  }

  .strats-alliances-display img {
    width: 25em !important;
    height: auto !important;
  }

  .strats-alliances-display .logos img {
    width: 8em !important;
    margin-right: 1em;
  }

  .site-wrapper p,
  .description_section,
  .card-product p {
    font-size: 1.2em;
  }

  .card-industries h3 {
    font-size: 1.7em;
  }
}


@media only screen and (min-width: 2200px) and (max-width: 3567px) {
  .ui-tabs .ui-tabs-nav li {
    width: 5.6%;
  }

  .fake-tab-container {
    margin-bottom: 4em;
  }

  .card-product {
    padding: 5em 10em 5em 1em;
  }

  .services-margin {
    margin: 12vh 0 0 0;
  }

  .tooltip {
    font-size: 1.5em;
  }

  .cnt_file label+.btn_outline_primary {
    top: -56px;
    font-size: 20px;
    min-width: 39px !important;
    height: 39px !important;
    border-radius: 50px;
  }

  h5 {
    font-size: 1.3vw;
  }

  #g-recaptcha-commercial div,
  #g-recaptcha-hr div {
    transform: scale(1.3);
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .cnt_lang>a {
    font-size: .9vw;
    margin: .2vw;
    padding: 2px .7vw 2px .7vw;
  }

  .cnt_lang .active {
    font-size: .9vw;
  }

  .masthead-nav {
    padding-top: 1.5%;
  }

  .masthead-nav li a,
  .masthead-nav button,
  .masthead-nav .slideIn {
    font-size: .9vw;
  }

  .clients-carousel-container {
    bottom: 200px;
  }

  .py-4 {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
  }

  .mt-1 {
    margin-top: .6em !important;
  }

  .blog-tag {
    font-size: 1.5em;
    padding: .3em 1em;
    border: 1px solid #8a8a8a;
    border-radius: 50px;
    margin-right: 2px;
  }

  h6 {
    font-size: 1.9em;
  }

  .pb-3 {
    padding-bottom: 2em !important;
  }

  .m-3 {
    margin: 2em !important
  }

  .about-us {
    margin-bottom: 10em;
    padding-top: 20em;
  }

  .btn-default {
    font-size: 1.1vw !important;
  }

  #tabs {
    position: relative;
    left: 37%;
    transform: scale(1.7);
    margin-left: 40px;
  }

  .section {
    padding: 7em 0;
  }

  .card-1,
  .card-2,
  .card-3,
  .card-4 {
    height: 30em;
  }

  .card-5,
  .card-6,
  .card-7 {
    height: 35em;
  }

  .card-6,
  .card-7 {
    margin-top: 0;
  }

  .card__front img {
    width: 25em;
  }

  .card-industries .logos img {
    width: 15em !important;
  }

  .card-industries .logos img.southern {
    width: 32em !important;
  }

  .card-industries img.small {
    width: 13em !important;
  }

  .card-industries h3,
  .card__back p {
    font-size: 2.2em;
  }

  .card__back .material-symbols-outlined {
    font-size: 1.4em;
  }

  .card__front .material-symbols-outlined {
    font-size: .7em;
  }

  .card__back .btn {
    font-size: 1.6em !important;
  }

  .card__front .btn {
    font-size: 3.2em;
  }

  .card-industries .ecommerce img {
    width: 115% !important;
    margin: 6% auto;
  }

  .card__front,
  .card__back {
    border-radius: 30px;
  }

  .title-card button {
    border-top-left-radius: 70%;
  }

  .tabs-about li button.nav-link,
  .text-history h3 {
    font-size: 2em;
  }

  .strats-alliances-display img {
    height: auto !important;
  }

  .how-work img,
  .strats-alliances-display img {
    width: 35em !important;

  }

  .strats-alliances-display .logos img {
    width: 12em !important;
    margin-right: 1em;
  }

  .technology-slider .slide img {
    width: 10em;
    max-height: 80px;
  }

  .description_section,
  .card-product p,
  .site-wrapper p {
    font-size: 1.2vw;
  }

  .product-tags-container .product-tag {
    font-size: 1.2em;
  }

  .card-product h3 {
    font-size: 4em;
  }

  .content-tab-services {
    font-size: 1vw;
  }

  .content-tab-services h3 {
    font-size: 1.6vw;
  }
}

@media only screen and (min-width: 3568px) and (max-width: 6000px) {
  .content-tab-services {
    font-size: 1.2vw;
  }

  .content-tab-services h3 {
    font-size: 1.6vw;
  }

  .img-history {
    width: 19%;
    left: 9%;
    top: -12%;
  }

  .fake-tab-container {
    margin-bottom: 9em;
  }

  .services-margin {
    margin: 14vh 0 0 0;
  }

  .tooltip {
    font-size: 2.4em;
  }

  .cnt_file label+.btn_outline_primary {
    top: -66px;
    font-size: 27px;
    min-width: 53px !important;
    height: 49px !important;
    border-radius: 50px;
  }

  .mb-1 {
    margin-bottom: 40px !important;
  }

  .divisor {
    padding: 15% 0 !important;
  }

  h5 {
    font-size: 1.3vw;
  }

  #g-recaptcha-commercial div,
  #g-recaptcha-hr div {
    transform: scale(1.6);
    margin-top: 30px;
    margin-bottom: 80px;
  }

  .cnt_lang>a {
    font-size: .9vw;
    margin: .2vw;
    padding: 2px .7vw 2px .7vw;
  }

  .cnt_lang .active {
    font-size: .9vw;
  }

  .masthead-nav {
    padding-top: 1.3%;
  }

  .masthead-nav li a,
  .masthead-nav button,
  .masthead-nav .slideIn {
    font-size: .9vw;
  }

  .clients-carousel-container {
    bottom: 310px;
  }

  .py-4 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }

  .mt-1 {
    margin-top: .6em !important;
  }

  .blog-tag {
    font-size: 3em;
    padding: .3em 1em;
    border: 1px solid #8a8a8a;
    border-radius: 50px;
    margin-right: 2px;
  }

  h6 {
    font-size: 3em;
  }

  .pb-3 {
    padding-bottom: 3em !important;
  }

  .m-3 {
    margin: 3em !important
  }

  .about-us {
    margin-bottom: 15em;
    padding-top: 20em;
  }

  .mt-5 {
    margin-top: 13em !important;
  }

  .btn-default {
    font-size: 1.1vw !important;
    margin-top: 40px;
  }

  .card-product {
    padding: 8em 17em 8em 1em;
  }

  .card-product p {
    font-size: 3.3em;
  }

  #tabs {
    position: relative;
    left: 90%;
    transform: scale(2.8);
    margin-left: 40px;
  }

  .card-1,
  .card-2,
  .card-3,
  .card-4 {
    height: 45em;
  }

  .card-5,
  .card-6,
  .card-7 {
    height: 50em;
  }

  .card-6,
  .card-7 {
    margin-top: 0;
  }

  .card__front img {
    width: 34em;
  }

  .card-industries .logos img {
    width: 25em !important;
  }

  .card-industries .logos img.southern {
    width: 50em !important;
  }

  .card-industries img.small {
    width: 20em !important;
  }

  .card-industries h3,
  .card__back p {
    font-size: 4.2em;
  }

  .card__front .material-symbols-outlined {
    font-size: 2.2em;
  }

  .card__back .material-symbols-outlined {
    font-size: 3.4em;
  }

  .card__front .btn {
    font-size: 1.5em;
    padding: 25px;
  }

  .card-industries {
    margin: 30px;
  }

  .card-industries .ecommerce img {
    width: 155% !important;
    margin: 6% auto;
  }

  .card__front,
  .card__back {
    border-radius: 30px;
  }

  .card-industries .btn-default {
    padding: 30px 70px !important;
    font-size: 2.8em !important;
  }

  .title-card button {
    border-top-left-radius: 70%;
  }

  .tabs-about li button.nav-link,
  .text-history h3 {
    font-size: 3.2em;
  }

  .tabs-about li button.nav-link {
    border-radius: 90px 40px 90px 40px !important;
    width: 90%;
    margin: 0 auto;
  }

  .strats-alliances-display img {
    height: auto !important;
  }

  .how-work img,
  .strats-alliances-display img {
    width: 50em !important;

  }

  .strats-alliances-display .logos img {
    width: 17em !important;
    margin-right: 3em !important;
  }

  .technology-slider .slide img {
    width: 20em;
    max-height: 80px;
  }

  .description_section,
  .product-tags-container .product-tag,
  .site-wrapper p {
    font-size: 3.1em;
  }

  .ui-tabs .ui-tabs-nav li {
    width: 3.5%;
  }

  .card-product h3 {
    font-size: 10em;
  }

  .product-tags-container .product-tag {
    font-size: 3em;
  }
}

@media only screen and (min-width: 200px) and (max-width: 320px) {
  nav .nav-tabs {
    font-size: 13px;
  }

  .star-class {
    width: 15px;
  }

  .client_card_reference {
    width: 154px;
  }

  .slidingTabs .tab {
    min-width: 233px;
  }

  section.products {
    padding-top: 118%;
    background-size: 377%;
  }

  .esquinero-tiempo {
    top: -170px;
    left: -43px;
  }

  .esquinero-tiempo img {
    width: 80px;
  }

  .esquinero-tiempo span {
    right: 53px !important;
    top: 19px !important;
  }

  .esquinero-tiempo span p {
    font-size: 15px !important;
  }

  .site-wrapper h2 {
    font-size: 30px;
  }

  .blog-card {
    width: 200px;
  }

  section.products .title h2 {
    width: 165px;
    font-size: 23px;
  }

  .title h2 {
    font-size: 15px;
  }

  .section_number.big_number {
    width: 48px;
  }

  #g-recaptcha-commercial div,
  #g-recaptcha-hr div {
    transform: scale(0.8);
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 40px;
  }

  .rc-anchor-normal .rc-anchor-pt {
    position: relative !important;
    right: 0;
  }

  .cnt_inputs label,
  .cnt_textareas label {
    font-size: 11px !important;
  }

  input[type=radio] {
    width: 16px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .small-desc-alert {
    font-size: 10px !important;
  }

  .img-alert-1,
  .img-alert-2,
  .img-alert-4 {
    width: 40px;
    height: 50px;
  }

  .img-alert-3 {
    width: 60px;
    height: 50px;
  }

  .action-description {
    font-size: 12px !important;
  }

  .actions-img {
    width: 60px;
    height: 70px;
  }

  .pill-4 {
    right: -18px;
  }

  .container-img-principal {
    margin-top: 40px;
  }

  .text-img-principal {
    font-size: 12px !important;
  }

  .pill {
    width: 119px;
    height: 69px;
  }

  .checkmark-whatsvizor-style {
    width: 24px;
    height: 22px;
  }

  .title p {
    font-size: 14px;
  }
}

/* Tablets y phablets */
@media only screen and (min-width: 576px) and (max-width: 767px) {}

/* Teléfonos */
@media only screen and (max-width: 575px) {
  .btn-footer{
    font-size: 14px;
    margin-top: 3vh;
    padding: 12px 30px; 
    bottom: .5vh;
  }
  .cnt_fab .fab svg.email {
    width: 12vw;
    height: 12vw;
    top: 4.3vw;
    left: 2vw;
  }
  .small-desc-alert {
    font-size: 10px !important;
  }

  .img-alert-1,
  .img-alert-2,
  .img-alert-4 {
    width: 40px;
    height: 50px;
  }

  .img-alert-3 {
    width: 60px;
    height: 50px;
  }

  .action-description {
    font-size: 12px !important;
  }

  .actions-img {
    width: 60px;
    height: 70px;
  }

  .pill-4 {
    right: -18px;
  }

  .container-img-principal {
    margin-top: 40px;
  }

  .text-img-principal {
    font-size: 12px !important;
  }

  .pill {
    width: 119px;
    height: 69px;
  }

  .checkmark-whatsvizor-style {
    width: 24px;
    height: 22px;
  }

  .title p {
    font-size: 14px;
  }

  .check-principal {
    width: 12px;
    height: 16px;
  }

  .logo-vizor-home {
    width: 150px;
  }

  .footer-titles {
    font-size: 1.25rem;
  }

  .home-contact-us {
    margin: 0;
    padding: 0;
  }

  #g-recaptcha-commercial div,
  #g-recaptcha-hr div {
    transform: scale(1);
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 40px;
  }

  .carousel-prev,
  .carousel-next {
    width: 40px;
    height: 40px;
  }

  .btn-outline-light {
    z-index: 10;
    box-shadow: 0px 1px 10px rgb(233, 233, 233);
  }

  .technology-carousel-container .btns-container {
    margin: 0 35px
  }

  .client_card_reference {
    margin-left: 16px;
  }

  .isologo-styles {
    display: block;
  }

  .btn-carousel {
    width: 3vw;
    padding: 2px;
  }

  .services-margin {
    margin: -4vh 0px 0px 0px;
  }

  .card-software h4,
  .card-marketing h4,
  .card-consulting h4 {
    font-size: 16px;
  }

  .tabs-about li.li-software {
    margin: 7px 10px;
  }

  .content-tab-services h3 {
    font-size: 21px;
  }

  .content-tab-services {
    font-size: 14px;
  }

  .card-product {
    margin-bottom: 0px;
  }

  .product-tags-container .product-tag {
    font-size: 10px;
  }

  .card-product h3 {
    font-size: 35px;
  }

  #tabs {
    margin-left: 0em;
  }

  .cnt_inputs {
    margin: 0.9em 0;
  }

  .cnt_inputs label,
  .cnt_textareas label {
    font-size: 15px;
  }

  .radio-div {
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
  }

  input[type=radio] {
    width: 35px;
    height: 1.2em;
  }

  .more-clients-text {
    font-size: 18px;
  }

  .card-solution {
    margin-bottom: 30px;
    padding: 20px;
  }

  .card-solution h3 {
    font-size: 20px;
  }

  .btn-circle {
    height: 50px;
    width: 50px;
    padding: 5px;
  }

  .btn-circle span {
    font-size: 19px;
    margin-top: 9px;
  }

  .cnt_fab {
    right: 22.5vw;
    bottom: 20vh;
    z-index: 100;
  }

  .cnt_fab .fab {
    width: 15vw;
    height: 15vw;
    left: 2.5vw;
    top: 3vh;
  }

  .cnt_fab .fab svg.open {
    width: 9vw;
    height: 9vw;
    top: 2.5vw;
    left: 2.5vw;
  }

  .section_number.small_number {
    width: 14vw;
    margin-bottom: 0px;
  }

  .section_number.big_number {
    width: 72px;
    margin-bottom: 2px;
  }

  .contact-us {
    margin-bottom: 0px;
  }

  .strats-alliances-display {
    display: block;
  }

  .client-slider,
  .technology-slide {
    padding-top: 15px;
  }

  .clients-carousel-container {
    max-width: 96%;
    bottom: 117px;
  }

  .slide img {
    /*  width: 60px !important; */
    max-height: 9vh
  }

  .btn-carousel {
    width: 13px;
  }

  .technology-slider .slide img {
    width: 100px !important;
  }

  .card-product p {
    font-size: 16px;
  }

  .description_section {
    font-size: 16px
  }

  section.products {
    padding-top: 126%;
    background-size: 317%;
    background-image: none;

  }

  section.products::before {
    content: '';
    top: 15%;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(96, 49, 133, 1) 0%, rgba(141, 67, 187, 1) 50%, rgba(146, 52, 251, 1) 100%);
  }

  section.products::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/back-products-xs.png');
    background-position: top center;
    background-size: cover;
  }

  .products-xs {
    position: relative;
    z-index: 90;
  }

  .how-work {
    display: block;
  }

  .how-work img {
    width: 100%;
  }

  .divisor {
    text-align: center;
    padding: 136px 0px 80px 0;
    top: 0px;
  }

  .site-wrapper h2 {
    font-size: 30px;
  }

  .site-wrapper p {
    font-size: 12px;
  }

  .img-animated {
    width: 100%;
    margin-left: 0px;
  }

  .mobile-nav {
    display: block;
  }

  .title {
    margin-left: 0px;
  }

  .title h2 {
    font-size: 32px;
    margin-top: 10px;
    line-height: 1;
  }

  .ui-tabs .ui-tabs-nav li {
    padding: 4px;
    width: 15%;
  }

  #tabs ul li a {
    padding: 2px;
  }

  .ui-widget {
    font-size: .76em;
  }

  .slidingTabs .tab {
    min-width: 320px;
  }

  .inside-tab-img {
    width: 60px;
  }

  .esquinero-tiempo {
    top: -113px;
    left: -43px;
  }

  .img-contact-us {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .footer-bg {
    margin-top: 580px;
  }

  .center-element {
    justify-content: center;
  }

  .box-portfolio {
    width: 100%;
  }

  .blog-card {
    width: 300px;
    margin: 10px auto;
  }

  .text-history {
    width: 100%;
    display: block;
  }

  .img-history {
    width: 69%;
    left: -29%;
    top: -44px;
  }

  .tabs-about li button.nav-link {
    font-size: 12px;
    line-height: 1.4;
  }

  .masthead-nav {
    display: none;
  }

  .home-contact-us {
    position: relative !important;
  }

  section.contact-us {
    min-height: auto;
  }

  .card-1,
  .card-2,
  .card-3,
  .card-4,
  .card-5,
  .card-6,
  .card-7 {
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 420px;
  }

  .cnt_lang {
    /* background-color: rgb(222, 222, 222); */
    top: 37px !important;
    left: 50% !important;
    z-index: 1000;
    position: fixed !important;

  }

  .scroll-sections {
    display: none;
  }

  .tabs-about {
    z-index: 97;
  }

  .bg-title::after {
    width: 100%;
  }

  .tabs-alliances .nav-item {
    width: 30%;
  }

  .btn-social img {
    width: 35px;
    margin-right: 0;

  }

  .card-solution {
    margin-bottom: 40px;
    height: auto;
  }

  .product-tags-container .product-tag {
    font-size: .7em;
  }

}