/*------------------------------------------------------------------
btn-outline-primary Stylesheet

Project: Zenifer - Modern and Minimal HTML5 portfolio Template
Build: Bootstrap v4.2.1
Author: ElectronThemes
Author URL: http://www.electrontheme.com/
Version: 1.0.0
*/
/**---------------------------------------*/
/* Table Of contents */
/**---------------------------------------*/
/**
* 0. Typography
* 1. Components
* 2. Preloader
* 3. Header
* 4. Footer
* 5. Featured Posts
* 6. Homepage style
* 7. News Posts
* 8. News single Page
* 9. News Grid
* 10. News with Left sidebar
* 11. News with right sidebar
* 12. About Page
* 13. Case studies
* 13. Case studies Single
* 14. Team Page
* 15. Tteam Single Page
* 16. Contact Page
* 17. About Page
* 18. Search Style
* 19. portfolio
* 20. 404 -01 Error Page
* 21. 404 -02 Error Page
* 22. Responsive
*/
@import url("https://fonts.googleapis.com/css?family=Barlow:400,500,600,700,800|Open+Sans:400,600,700,700i|Rubik:300,400,500,700,700i");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");
body {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
}

a:active,
a:focus,
input,
select,
textarea {
  outline: none !important;
}

img {
  max-width: 100%;
}

a,
.container {
  text-decoration: none !important;
  transition: all 0.5s;
}

a:hover,
.btn,
button,
.btn:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:focus,
button:focus {
  outline: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
  color: #233142;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 600;
}

h1 {
  font-size: 45px;
  line-height: 1.5;
}

h2 {
  font-size: 36px;
  line-height: 1.5;
}

h3 {
  font-size: 30px;
  line-height: 1.5;
}

h4 {
  font-size: 24px;
  line-height: 1.5;
}

h5 {
  font-size: 20px;
  line-height: 1.5;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

p {
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  color: #5e6f84;
  font-weight: 400;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}

blockquote {
  font-size: 24px;
  color: #6e45e1;
  line-height: 1.7;
}

address {
  color: #233142;
  line-height: 30px;
  font-size: 15px;
}

#mc_embed_signup {
  background: #fff;
}
.testimonials-slider .owl-nav {
  position: initial !important;
}

/*==============================================
 Pre Loader
 ===============================================*/
.overflow-hidden {
  overflow: hidden;
}

#preloader {
  position: fixed;
  z-index: 999999;
  display: flex;
  background: #ffffff;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.preloader-wave {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
}

.loader {
  color: #6e45e1;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
.card-none{
  display: none !important;
}

.slicknav_nav .contac-menu{
  text-decoration: none !important;
  color: #ffffff !important;
  line-height: 30px !important;
  padding-left: 0px !important;
}
.contac-menu i {
  margin-right: 6px;
}
/* Estilo para el select cuando está cerrado */
.select_tipo_usuario {
  border-color: transparent;
  background-color: #f3f3f3;
  color: #f3f3f3; /* Cambia el color del texto para que coincida con el fondo */
  padding: 5px; /* Agrega un poco de espaciado interno para que se vea mejor */
}

/* Estilo para el select cuando está abierto */
.select_tipo_usuario:focus {
  border-color: #009045; /* Cambia el color del borde cuando el select está activo */
  outline: none; /* Elimina el contorno predeterminado del navegador */
}

/* Estilo para las opciones dentro del select */
.select_tipo_usuario option {
  color: #000; /* Cambia el color del texto de las opciones */
}


.btn-probar-gratis {
  background-color: #45DC2F;
  color: white;
  border-radius: 0.25rem;
  text-align: center;
  cursor: pointer;
  display: block;
  width: 100%;
  margin-top: 48px;
  border: 1px solid #fff;
}
.btn-probar-gratis:hover {
  transition: all 0.5s ease;
  border: 1px solid #fff;
  color: white;
  background: #4eeb38;
}

.bg-amar-sec{
  background-color: #fdf0bd !important;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* SPACING CLASSES FOR PADDING */
/* PADDING TOP CLASSES FOR SPACES */
.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

/* PADDING BOTTOM CLASSES FOR SPACES */
.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

/* PADDING TOP AND BOTTOM CLASSES FOR SPACES */
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.py-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

.py-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.py-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.py-155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}

.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.py-165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}

.py-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

.py-175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}

.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.py-185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}

.py-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

.py-195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}

.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

/* PADDING LEFT CLASSES FOR SPACES */
.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

/* PADDING RIGHT CLASSES FOR SPACES */
.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}
.tm-price {
  width: 90% !important;
  margin-top: 18px;
  border: 1px solid #e0e9ef;
  position: relative;
  z-index: 990;
}
/* PADDING LEFT AND RIGHT CLASSES FOR SPACES */
.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.pt-mol {
  padding-top: 20px !important;
}
.fz-mol {
  font-size: 32px;
}
.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
.ww300-form {
  width: 300px;
}
.px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.owl-carousel .owl-stage-outer {
  padding: 0px;
}
.bg-modals {
  height: 100vh;
  background: #69696926;
}
.plan-desktop {
  display: none;
}
.modal-agradecer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  padding: 42px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* CLASSES FOR @MEDIA QUERIES */
@media screen and (min-width: 576px) {
  .modal-agradecer {
    padding: 70px;
    width: inherit;
  }
  .plan-mobile {
    display: none !important;
  }
  .plan-desktop {
    display: block;
  }
  .card-none {
    display: flex !important;
  }
  .ww300-form {
    width: initial !important;
  }
  .card-mobile {
    display: none !important;
  }
  .direc-res {
    flex-direction: initial !important;
  }
  .ww-70 {
    width: 70%;
  }
  .ww-40 {
    width: 40%;
  }
  .btn-wsp {
    bottom: 52px !important;
    right: 120px !important;
    right: 120px !important;
  }
  .ww-60 {
    width: 60%;
  }
  .ww-50 {
    width: 50%;
  }
  .ww-80 {
    width: 80%;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pt-sm-35 {
    padding-top: 35px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pt-sm-45 {
    padding-top: 45px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pt-sm-55 {
    padding-top: 55px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pt-sm-65 {
    padding-top: 65px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pt-sm-75 {
    padding-top: 75px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pt-sm-85 {
    padding-top: 85px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pt-sm-95 {
    padding-top: 95px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pt-sm-105 {
    padding-top: 105px !important;
  }
  .pt-sm-110 {
    padding-top: 110px !important;
  }
  .pt-sm-115 {
    padding-top: 115px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pt-sm-125 {
    padding-top: 125px !important;
  }
  .pt-sm-130 {
    padding-top: 130px !important;
  }
  .pt-sm-135 {
    padding-top: 135px !important;
  }
  .pt-sm-140 {
    padding-top: 140px !important;
  }
  .pt-sm-145 {
    padding-top: 145px !important;
  }
  .pt-sm-150 {
    padding-top: 150px !important;
  }
  .pt-sm-155 {
    padding-top: 155px !important;
  }
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  .pt-sm-165 {
    padding-top: 165px !important;
  }
  .pt-sm-170 {
    padding-top: 170px !important;
  }
  .pt-sm-175 {
    padding-top: 175px !important;
  }
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  .pt-sm-185 {
    padding-top: 185px !important;
  }
  .pt-sm-190 {
    padding-top: 190px !important;
  }
  .pt-sm-195 {
    padding-top: 195px !important;
  }
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  /* PADDING BOTTOM CLASSES FOR SPACES */
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pb-sm-55 {
    padding-bottom: 55px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pb-sm-65 {
    padding-bottom: 65px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .pb-sm-75 {
    padding-bottom: 75px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pb-sm-85 {
    padding-bottom: 85px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .pb-sm-95 {
    padding-bottom: 95px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pb-sm-105 {
    padding-bottom: 105px !important;
  }
  .pb-sm-110 {
    padding-bottom: 110px !important;
  }
  .pb-sm-115 {
    padding-bottom: 115px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .pb-sm-125 {
    padding-bottom: 125px !important;
  }
  .pb-sm-130 {
    padding-bottom: 130px !important;
  }
  .pb-sm-135 {
    padding-bottom: 135px !important;
  }
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
  .pb-sm-145 {
    padding-bottom: 145px !important;
  }
  .pb-sm-150 {
    padding-bottom: 150px !important;
  }
  .pb-sm-155 {
    padding-bottom: 155px !important;
  }
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  .pb-sm-165 {
    padding-bottom: 165px !important;
  }
  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
  .pb-sm-175 {
    padding-bottom: 175px !important;
  }
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  .pb-sm-185 {
    padding-bottom: 185px !important;
  }
  .pb-sm-190 {
    padding-bottom: 190px !important;
  }
  .pb-sm-195 {
    padding-bottom: 195px !important;
  }
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  /* PADDING TOP AND BOTTOM CLASSES FOR SPACES */
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-sm-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .py-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .py-sm-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-sm-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .py-sm-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .py-sm-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  .py-sm-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .py-sm-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  .py-sm-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .py-sm-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  .py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-sm-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  .py-sm-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .py-sm-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  .py-sm-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .py-sm-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  .py-sm-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .py-sm-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  .py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  /* PADDING LEFT CLASSES FOR SPACES */
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pl-sm-25 {
    padding-left: 25px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .pl-sm-35 {
    padding-left: 35px !important;
  }
  .pl-sm-40 {
    padding-left: 40px !important;
  }
  .pl-sm-45 {
    padding-left: 45px !important;
  }
  .pl-sm-50 {
    padding-left: 50px !important;
  }
  .pl-sm-55 {
    padding-left: 55px !important;
  }
  .pl-sm-60 {
    padding-left: 60px !important;
  }
  .pl-sm-65 {
    padding-left: 65px !important;
  }
  .pl-sm-70 {
    padding-left: 70px !important;
  }
  .pl-sm-75 {
    padding-left: 75px !important;
  }
  .pl-sm-80 {
    padding-left: 80px !important;
  }
  .pl-sm-85 {
    padding-left: 85px !important;
  }
  .pl-sm-90 {
    padding-left: 90px !important;
  }
  .pl-sm-95 {
    padding-left: 95px !important;
  }
  .pl-sm-100 {
    padding-left: 100px !important;
  }
  /* PADDING RIGHT CLASSES FOR SPACES */
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pr-sm-25 {
    padding-right: 25px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .pr-sm-35 {
    padding-right: 35px !important;
  }
  .pr-sm-40 {
    padding-right: 40px !important;
  }
  .pr-sm-45 {
    padding-right: 45px !important;
  }
  .pr-sm-50 {
    padding-right: 50px !important;
  }
  .pr-sm-55 {
    padding-right: 55px !important;
  }
  .pr-sm-60 {
    padding-right: 60px !important;
  }
  .pr-sm-65 {
    padding-right: 65px !important;
  }
  .pr-sm-70 {
    padding-right: 70px !important;
  }
  .pr-sm-75 {
    padding-right: 75px !important;
  }
  .pr-sm-80 {
    padding-right: 80px !important;
  }
  .pr-sm-85 {
    padding-right: 85px !important;
  }
  .pr-sm-90 {
    padding-right: 90px !important;
  }
  .pr-sm-95 {
    padding-right: 95px !important;
  }
  .pr-sm-100 {
    padding-right: 100px !important;
  }
  /* PADDING LEFT AND RIGHT CLASSES FOR SPACES */
  .px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-sm-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .px-sm-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .px-sm-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .px-sm-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .px-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .px-sm-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .px-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .px-sm-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .px-sm-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .px-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .px-sm-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .px-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .etiquetas-dflex {
    display: flex;
    flex-direction: initial !important;
    margin: initial !important;
  }
  .btn-mobil {
    margin: 10px 20px !important;
  }
  .single-card-item {
    height: 300px !important;
  }
  .li-img {
    white-space:nowrap !important
  }
  .mobile-r {
    flex-wrap: initial !important ;
  }
  .fz-mol {
    font-size: 45px;
  }
  .card-text-ads {
    text-align: center;
    font-size: 0.9rem;
    line-height: inherit;
    padding: 0px !important;
  }
}

@media screen and (min-width: 768px) {
  .testimonials-single-slider .testimonials-slider-img img {
    width: 50% !important;
  }
  .pt-mol {
    padding-top: 100px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pt-md-35 {
    padding-top: 35px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pt-md-45 {
    padding-top: 45px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pt-md-55 {
    padding-top: 55px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pt-md-65 {
    padding-top: 65px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .pt-md-75 {
    padding-top: 75px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pt-md-85 {
    padding-top: 85px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .pt-md-95 {
    padding-top: 95px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pt-md-105 {
    padding-top: 105px !important;
  }
  .pt-md-110 {
    padding-top: 110px !important;
  }
  .pt-md-115 {
    padding-top: 115px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
  .pt-md-125 {
    padding-top: 125px !important;
  }
  .pt-md-130 {
    padding-top: 130px !important;
  }
  .pt-md-135 {
    padding-top: 135px !important;
  }
  .pt-md-140 {
    padding-top: 140px !important;
  }
  .pt-md-145 {
    padding-top: 145px !important;
  }
  .pt-md-150 {
    padding-top: 150px !important;
  }
  .pt-md-155 {
    padding-top: 155px !important;
  }
  .pt-md-160 {
    padding-top: 160px !important;
  }
  .pt-md-165 {
    padding-top: 165px !important;
  }
  .pt-md-170 {
    padding-top: 170px !important;
  }
  .pt-md-175 {
    padding-top: 175px !important;
  }
  .pt-md-180 {
    padding-top: 180px !important;
  }
  .pt-md-185 {
    padding-top: 185px !important;
  }
  .pt-md-190 {
    padding-top: 190px !important;
  }
  .pt-md-195 {
    padding-top: 195px !important;
  }
  .pt-md-200 {
    padding-top: 200px !important;
  }
  /* PADDING BOTTOM CLASSES FOR SPACES */
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pb-md-55 {
    padding-bottom: 55px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pb-md-65 {
    padding-bottom: 65px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  .pb-md-75 {
    padding-bottom: 75px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pb-md-85 {
    padding-bottom: 85px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .pb-md-95 {
    padding-bottom: 95px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pb-md-105 {
    padding-bottom: 105px !important;
  }
  .pb-md-110 {
    padding-bottom: 110px !important;
  }
  .pb-md-115 {
    padding-bottom: 115px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .pb-md-125 {
    padding-bottom: 125px !important;
  }
  .pb-md-130 {
    padding-bottom: 130px !important;
  }
  .pb-md-135 {
    padding-bottom: 135px !important;
  }
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
  .pb-md-145 {
    padding-bottom: 145px !important;
  }
  .pb-md-150 {
    padding-bottom: 150px !important;
  }
  .pb-md-155 {
    padding-bottom: 155px !important;
  }
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
  .pb-md-165 {
    padding-bottom: 165px !important;
  }
  .pb-md-170 {
    padding-bottom: 170px !important;
  }
  .pb-md-175 {
    padding-bottom: 175px !important;
  }
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
  .pb-md-185 {
    padding-bottom: 185px !important;
  }
  .pb-md-190 {
    padding-bottom: 190px !important;
  }
  .pb-md-195 {
    padding-bottom: 195px !important;
  }
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
  /* PADDING TOP AND BOTTOM CLASSES FOR SPACES */
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-md-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .py-md-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .py-md-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-md-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .py-md-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .py-md-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  .py-md-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .py-md-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  .py-md-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .py-md-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  .py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-md-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  .py-md-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .py-md-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  .py-md-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .py-md-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  .py-md-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .py-md-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  .py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  /* PADDING LEFT CLASSES FOR SPACES */
  .pl-md-10 {
    padding-left: 10px !important;
  }
  .pl-md-15 {
    padding-left: 15px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .pl-md-25 {
    padding-left: 25px !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
  .pl-md-35 {
    padding-left: 35px !important;
  }
  .pl-md-40 {
    padding-left: 40px !important;
  }
  .pl-md-45 {
    padding-left: 45px !important;
  }
  .pl-md-50 {
    padding-left: 50px !important;
  }
  .pl-md-55 {
    padding-left: 55px !important;
  }
  .pl-md-60 {
    padding-left: 60px !important;
  }
  .pl-md-65 {
    padding-left: 65px !important;
  }
  .pl-md-70 {
    padding-left: 70px !important;
  }
  .pl-md-75 {
    padding-left: 75px !important;
  }
  .pl-md-80 {
    padding-left: 80px !important;
  }
  .pl-md-85 {
    padding-left: 85px !important;
  }
  .pl-md-90 {
    padding-left: 90px !important;
  }
  .pl-md-95 {
    padding-left: 95px !important;
  }
  .pl-md-100 {
    padding-left: 100px !important;
  }
  /* PADDING RIGHT CLASSES FOR SPACES */
  .pr-md-10 {
    padding-right: 10px !important;
  }
  .pr-md-15 {
    padding-right: 15px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .pr-md-25 {
    padding-right: 25px !important;
  }
  .pr-md-30 {
    padding-right: 30px !important;
  }
  .pr-md-35 {
    padding-right: 35px !important;
  }
  .pr-md-40 {
    padding-right: 40px !important;
  }
  .pr-md-45 {
    padding-right: 45px !important;
  }
  .pr-md-50 {
    padding-right: 50px !important;
  }
  .pr-md-55 {
    padding-right: 55px !important;
  }
  .pr-md-60 {
    padding-right: 60px !important;
  }
  .pr-md-65 {
    padding-right: 65px !important;
  }
  .pr-md-70 {
    padding-right: 70px !important;
  }
  .pr-md-75 {
    padding-right: 75px !important;
  }
  .pr-md-80 {
    padding-right: 80px !important;
  }
  .pr-md-85 {
    padding-right: 85px !important;
  }
  .pr-md-90 {
    padding-right: 90px !important;
  }
  .pr-md-95 {
    padding-right: 95px !important;
  }
  .pr-md-100 {
    padding-right: 100px !important;
  }
  /* PADDING LEFT AND RIGHT CLASSES FOR SPACES */
  .px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .px-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .px-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .px-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .px-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .px-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .px-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .px-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 992px) {
  .p-contador {
    color: black !important;
  }
  .p-descripcion {
    color: #101010;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pt-lg-35 {
    padding-top: 35px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pt-lg-45 {
    padding-top: 45px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pt-lg-55 {
    padding-top: 55px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pt-lg-65 {
    padding-top: 65px !important;
  }
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  .pt-lg-75 {
    padding-top: 75px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pt-lg-85 {
    padding-top: 85px !important;
  }
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  .pt-lg-95 {
    padding-top: 95px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pt-lg-105 {
    padding-top: 105px !important;
  }
  .pt-lg-110 {
    padding-top: 110px !important;
  }
  .pt-lg-115 {
    padding-top: 115px !important;
  }
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  .pt-lg-125 {
    padding-top: 125px !important;
  }
  .pt-lg-130 {
    padding-top: 130px !important;
  }
  .pt-lg-135 {
    padding-top: 135px !important;
  }
  .pt-lg-140 {
    padding-top: 140px !important;
  }
  .pt-lg-145 {
    padding-top: 145px !important;
  }
  .pt-lg-150 {
    padding-top: 150px !important;
  }
  .pt-lg-155 {
    padding-top: 155px !important;
  }
  .pt-lg-160 {
    padding-top: 160px !important;
  }
  .pt-lg-165 {
    padding-top: 165px !important;
  }
  .pt-lg-170 {
    padding-top: 170px !important;
  }
  .pt-lg-175 {
    padding-top: 175px !important;
  }
  .pt-lg-180 {
    padding-top: 180px !important;
  }
  .pt-lg-185 {
    padding-top: 185px !important;
  }
  .pt-lg-190 {
    padding-top: 190px !important;
  }
  .pt-lg-195 {
    padding-top: 195px !important;
  }
  .pt-lg-200 {
    padding-top: 200px !important;
  }
  /* PADDING BOTTOM CLASSES FOR SPACES */
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .pb-lg-55 {
    padding-bottom: 55px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .pb-lg-65 {
    padding-bottom: 65px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  .pb-lg-75 {
    padding-bottom: 75px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pb-lg-85 {
    padding-bottom: 85px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  .pb-lg-95 {
    padding-bottom: 95px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .pb-lg-105 {
    padding-bottom: 105px !important;
  }
  .pb-lg-110 {
    padding-bottom: 110px !important;
  }
  .pb-lg-115 {
    padding-bottom: 115px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  .pb-lg-125 {
    padding-bottom: 125px !important;
  }
  .pb-lg-130 {
    padding-bottom: 130px !important;
  }
  .pb-lg-135 {
    padding-bottom: 135px !important;
  }
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
  .pb-lg-145 {
    padding-bottom: 145px !important;
  }
  .pb-lg-150 {
    padding-bottom: 150px !important;
  }
  .pb-lg-155 {
    padding-bottom: 155px !important;
  }
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
  .pb-lg-165 {
    padding-bottom: 165px !important;
  }
  .pb-lg-170 {
    padding-bottom: 170px !important;
  }
  .pb-lg-175 {
    padding-bottom: 175px !important;
  }
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
  .pb-lg-185 {
    padding-bottom: 185px !important;
  }
  .pb-lg-190 {
    padding-bottom: 190px !important;
  }
  .pb-lg-195 {
    padding-bottom: 195px !important;
  }
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
  /* PADDING TOP AND BOTTOM CLASSES FOR SPACES */
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-lg-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .py-lg-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-lg-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .py-lg-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .py-lg-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  .py-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .py-lg-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  .py-lg-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .py-lg-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  .py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-lg-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  .py-lg-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .py-lg-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  .py-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .py-lg-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  .py-lg-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .py-lg-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  .py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  /* PADDING LEFT CLASSES FOR SPACES */
  .pl-lg-10 {
    padding-left: 10px !important;
  }
  .pl-lg-15 {
    padding-left: 15px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
  .pl-lg-25 {
    padding-left: 25px !important;
  }
  .pl-lg-30 {
    padding-left: 30px !important;
  }
  .pl-lg-35 {
    padding-left: 35px !important;
  }
  .pl-lg-40 {
    padding-left: 40px !important;
  }
  .pl-lg-45 {
    padding-left: 45px !important;
  }
  .pl-lg-50 {
    padding-left: 50px !important;
  }
  .pl-lg-55 {
    padding-left: 55px !important;
  }
  .pl-lg-60 {
    padding-left: 60px !important;
  }
  .pl-lg-65 {
    padding-left: 65px !important;
  }
  .pl-lg-70 {
    padding-left: 70px !important;
  }
  .pl-lg-75 {
    padding-left: 75px !important;
  }
  .pl-lg-80 {
    padding-left: 80px !important;
  }
  .pl-lg-85 {
    padding-left: 85px !important;
  }
  .pl-lg-90 {
    padding-left: 90px !important;
  }
  .pl-lg-95 {
    padding-left: 95px !important;
  }
  .pl-lg-100 {
    padding-left: 100px !important;
  }
  /* PADDING RIGHT CLASSES FOR SPACES */
  .pr-lg-10 {
    padding-right: 10px !important;
  }
  .pr-lg-15 {
    padding-right: 15px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
  .pr-lg-25 {
    padding-right: 25px !important;
  }
  .pr-lg-30 {
    padding-right: 30px !important;
  }
  .pr-lg-35 {
    padding-right: 35px !important;
  }
  .pr-lg-40 {
    padding-right: 40px !important;
  }
  .pr-lg-45 {
    padding-right: 45px !important;
  }
  .pr-lg-50 {
    padding-right: 50px !important;
  }
  .pr-lg-55 {
    padding-right: 55px !important;
  }
  .pr-lg-60 {
    padding-right: 60px !important;
  }
  .pr-lg-65 {
    padding-right: 65px !important;
  }
  .pr-lg-70 {
    padding-right: 70px !important;
  }
  .pr-lg-75 {
    padding-right: 75px !important;
  }
  .pr-lg-80 {
    padding-right: 80px !important;
  }
  .pr-lg-85 {
    padding-right: 85px !important;
  }
  .pr-lg-90 {
    padding-right: 90px !important;
  }
  .pr-lg-95 {
    padding-right: 95px !important;
  }
  .pr-lg-100 {
    padding-right: 100px !important;
  }
  /* PADDING LEFT AND RIGHT CLASSES FOR SPACES */
  .px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .px-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-lg-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .px-lg-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .px-lg-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .px-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .px-lg-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .px-lg-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .px-lg-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .px-lg-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .px-lg-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .px-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .px-lg-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .px-lg-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

@media screen and (min-width: 1200px) {
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pt-xl-15 {
    padding-top: 15px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pt-xl-25 {
    padding-top: 25px !important;
  }
  .pt-xl-30 {
    padding-top: 30px !important;
  }
  .pt-xl-35 {
    padding-top: 35px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pt-xl-45 {
    padding-top: 45px !important;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  .pt-xl-55 {
    padding-top: 55px !important;
  }
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  .pt-xl-65 {
    padding-top: 65px !important;
  }
  .pt-xl-70 {
    padding-top: 70px !important;
  }
  .pt-xl-75 {
    padding-top: 75px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  .pt-xl-85 {
    padding-top: 85px !important;
  }
  .pt-xl-90 {
    padding-top: 90px !important;
  }
  .pt-xl-95 {
    padding-top: 95px !important;
  }
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  .pt-xl-105 {
    padding-top: 105px !important;
  }
  .pt-xl-110 {
    padding-top: 110px !important;
  }
  .pt-xl-115 {
    padding-top: 115px !important;
  }
  .pt-xl-120 {
    padding-top: 120px !important;
  }
  .pt-xl-125 {
    padding-top: 125px !important;
  }
  .pt-xl-130 {
    padding-top: 130px !important;
  }
  .pt-xl-135 {
    padding-top: 135px !important;
  }
  .pt-xl-140 {
    padding-top: 140px !important;
  }
  .pt-xl-145 {
    padding-top: 145px !important;
  }
  .pt-xl-150 {
    padding-top: 150px !important;
  }
  .pt-xl-155 {
    padding-top: 155px !important;
  }
  .pt-xl-160 {
    padding-top: 160px !important;
  }
  .pt-xl-165 {
    padding-top: 165px !important;
  }
  .pt-xl-170 {
    padding-top: 170px !important;
  }
  .pt-xl-175 {
    padding-top: 175px !important;
  }
  .pt-xl-180 {
    padding-top: 180px !important;
  }
  .pt-xl-185 {
    padding-top: 185px !important;
  }
  .pt-xl-190 {
    padding-top: 190px !important;
  }
  .pt-xl-195 {
    padding-top: 195px !important;
  }
  .pt-xl-200 {
    padding-top: 200px !important;
  }
  /* PADDING BOTTOM CLASSES FOR SPACES */
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
  .pb-xl-35 {
    padding-bottom: 35px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .pb-xl-45 {
    padding-bottom: 45px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
  .pb-xl-55 {
    padding-bottom: 55px !important;
  }
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  .pb-xl-65 {
    padding-bottom: 65px !important;
  }
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
  .pb-xl-75 {
    padding-bottom: 75px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  .pb-xl-85 {
    padding-bottom: 85px !important;
  }
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
  .pb-xl-95 {
    padding-bottom: 95px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
  .pb-xl-105 {
    padding-bottom: 105px !important;
  }
  .pb-xl-110 {
    padding-bottom: 110px !important;
  }
  .pb-xl-115 {
    padding-bottom: 115px !important;
  }
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
  .pb-xl-125 {
    padding-bottom: 125px !important;
  }
  .pb-xl-130 {
    padding-bottom: 130px !important;
  }
  .pb-xl-135 {
    padding-bottom: 135px !important;
  }
  .pb-xl-140 {
    padding-bottom: 140px !important;
  }
  .pb-xl-145 {
    padding-bottom: 145px !important;
  }
  .pb-xl-150 {
    padding-bottom: 150px !important;
  }
  .pb-xl-155 {
    padding-bottom: 155px !important;
  }
  .pb-xl-160 {
    padding-bottom: 160px !important;
  }
  .pb-xl-165 {
    padding-bottom: 165px !important;
  }
  .pb-xl-170 {
    padding-bottom: 170px !important;
  }
  .pb-xl-175 {
    padding-bottom: 175px !important;
  }
  .pb-xl-180 {
    padding-bottom: 180px !important;
  }
  .pb-xl-185 {
    padding-bottom: 185px !important;
  }
  .pb-xl-190 {
    padding-bottom: 190px !important;
  }
  .pb-xl-195 {
    padding-bottom: 195px !important;
  }
  .pb-xl-200 {
    padding-bottom: 200px !important;
  }
  /* PADDING TOP AND BOTTOM CLASSES FOR SPACES */
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-xl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-xl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-xl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-xl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-xl-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .py-xl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .py-xl-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py-xl-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .py-xl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  .py-xl-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  .py-xl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  .py-xl-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  .py-xl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  .py-xl-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  .py-xl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  .py-xl-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  .py-xl-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  .py-xl-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  .py-xl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .py-xl-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  .py-xl-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  .py-xl-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  .py-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
  /* PADDING LEFT CLASSES FOR SPACES */
  .pl-xl-10 {
    padding-left: 10px !important;
  }
  .pl-xl-15 {
    padding-left: 15px !important;
  }
  .pl-xl-20 {
    padding-left: 20px !important;
  }
  .pl-xl-25 {
    padding-left: 25px !important;
  }
  .pl-xl-30 {
    padding-left: 30px !important;
  }
  .pl-xl-35 {
    padding-left: 35px !important;
  }
  .pl-xl-40 {
    padding-left: 40px !important;
  }
  .pl-xl-45 {
    padding-left: 45px !important;
  }
  .pl-xl-50 {
    padding-left: 50px !important;
  }
  .pl-xl-55 {
    padding-left: 55px !important;
  }
  .pl-xl-60 {
    padding-left: 60px !important;
  }
  .pl-xl-65 {
    padding-left: 65px !important;
  }
  .pl-xl-70 {
    padding-left: 70px !important;
  }
  .pl-xl-75 {
    padding-left: 75px !important;
  }
  .pl-xl-80 {
    padding-left: 80px !important;
  }
  .pl-xl-85 {
    padding-left: 85px !important;
  }
  .pl-xl-90 {
    padding-left: 90px !important;
  }
  .pl-xl-95 {
    padding-left: 95px !important;
  }
  .pl-xl-100 {
    padding-left: 100px !important;
  }
  /* PADDING RIGHT CLASSES FOR SPACES */
  .pr-xl-10 {
    padding-right: 10px !important;
  }
  .pr-xl-15 {
    padding-right: 15px !important;
  }
  .pr-xl-20 {
    padding-right: 20px !important;
  }
  .pr-xl-25 {
    padding-right: 25px !important;
  }
  .pr-xl-30 {
    padding-right: 30px !important;
  }
  .pr-xl-35 {
    padding-right: 35px !important;
  }
  .pr-xl-40 {
    padding-right: 40px !important;
  }
  .pr-xl-45 {
    padding-right: 45px !important;
  }
  .pr-xl-50 {
    padding-right: 50px !important;
  }
  .pr-xl-55 {
    padding-right: 55px !important;
  }
  .pr-xl-60 {
    padding-right: 60px !important;
  }
  .pr-xl-65 {
    padding-right: 65px !important;
  }
  .pr-xl-70 {
    padding-right: 70px !important;
  }
  .pr-xl-75 {
    padding-right: 75px !important;
  }
  .pr-xl-80 {
    padding-right: 80px !important;
  }
  .pr-xl-85 {
    padding-right: 85px !important;
  }
  .pr-xl-90 {
    padding-right: 90px !important;
  }
  .pr-xl-95 {
    padding-right: 95px !important;
  }
  .pr-xl-100 {
    padding-right: 100px !important;
  }
  /* PADDING LEFT AND RIGHT CLASSES FOR SPACES */
  .px-xl-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .px-xl-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .px-xl-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .px-xl-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .px-xl-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .px-xl-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .px-xl-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .px-xl-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .px-xl-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .px-xl-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .px-xl-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .px-xl-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .px-xl-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .px-xl-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .px-xl-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .px-xl-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .px-xl-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .px-xl-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .px-xl-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}

/* SPACING CLASSES FOR MARGIN */
/* MARGIN TOP CLASSES FOR SPACES */
.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

/* MARGIN BOTTOM CLASSES FOR SPACES */
.mb-10 {
  margin-bottom: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* MARGIN TOP AND BOTTOM CLASSES FOR SPACES */
.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.my-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

.my-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}

.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.my-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.my-155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important;
}

.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.my-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
}

.my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

.my-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
}

.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.my-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
}

.my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

.my-195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important;
}

.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

/* MARGIN LEFT CLASSES FOR SPACES */
.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

/* MARGIN RIGHT CLASSES FOR SPACES */
.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/* MARGIN LEFT AND RIGHT CLASSES FOR SPACES */
.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

/* CLASSES FOR @MEDIA QUERIES */
@media screen and (min-width: 576px) {
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-55 {
    margin-top: 55px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-65 {
    margin-top: 65px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-75 {
    margin-top: 75px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mt-sm-85 {
    margin-top: 85px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mt-sm-95 {
    margin-top: 95px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mt-sm-105 {
    margin-top: 105px !important;
  }
  .mt-sm-110 {
    margin-top: 110px !important;
  }
  .mt-sm-115 {
    margin-top: 115px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mt-sm-125 {
    margin-top: 125px !important;
  }
  .mt-sm-130 {
    margin-top: 130px !important;
  }
  .mt-sm-135 {
    margin-top: 135px !important;
  }
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  .mt-sm-145 {
    margin-top: 145px !important;
  }
  .mt-sm-150 {
    margin-top: 150px !important;
  }
  .mt-sm-155 {
    margin-top: 155px !important;
  }
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  .mt-sm-165 {
    margin-top: 165px !important;
  }
  .mt-sm-170 {
    margin-top: 170px !important;
  }
  .mt-sm-175 {
    margin-top: 175px !important;
  }
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  .mt-sm-185 {
    margin-top: 185px !important;
  }
  .mt-sm-190 {
    margin-top: 190px !important;
  }
  .mt-sm-195 {
    margin-top: 195px !important;
  }
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  /* MARGIN BOTTOM CLASSES FOR SPACES */
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-55 {
    margin-bottom: 55px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-65 {
    margin-bottom: 65px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-75 {
    margin-bottom: 75px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-85 {
    margin-bottom: 85px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-95 {
    margin-bottom: 95px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-105 {
    margin-bottom: 105px !important;
  }
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  .mb-sm-115 {
    margin-bottom: 115px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-125 {
    margin-bottom: 125px !important;
  }
  .mb-sm-130 {
    margin-bottom: 130px !important;
  }
  .mb-sm-135 {
    margin-bottom: 135px !important;
  }
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  .mb-sm-145 {
    margin-bottom: 145px !important;
  }
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  .mb-sm-155 {
    margin-bottom: 155px !important;
  }
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  .mb-sm-165 {
    margin-bottom: 165px !important;
  }
  .mb-sm-170 {
    margin-bottom: 170px !important;
  }
  .mb-sm-175 {
    margin-bottom: 175px !important;
  }
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  .mb-sm-185 {
    margin-bottom: 185px !important;
  }
  .mb-sm-190 {
    margin-bottom: 190px !important;
  }
  .mb-sm-195 {
    margin-bottom: 195px !important;
  }
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  /* MARGIN TOP AND BOTTOM CLASSES FOR SPACES */
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-sm-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .my-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .my-sm-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-sm-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .my-sm-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .my-sm-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  .my-sm-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .my-sm-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  .my-sm-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .my-sm-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  .my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-sm-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  .my-sm-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .my-sm-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  .my-sm-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .my-sm-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  .my-sm-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .my-sm-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  .my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  /* MARGIN LEFT CLASSES FOR SPACES */
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .ml-sm-25 {
    margin-left: 25px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .ml-sm-35 {
    margin-left: 35px !important;
  }
  .ml-sm-40 {
    margin-left: 40px !important;
  }
  .ml-sm-45 {
    margin-left: 45px !important;
  }
  .ml-sm-50 {
    margin-left: 50px !important;
  }
  .ml-sm-55 {
    margin-left: 55px !important;
  }
  .ml-sm-60 {
    margin-left: 60px !important;
  }
  .ml-sm-65 {
    margin-left: 65px !important;
  }
  .ml-sm-70 {
    margin-left: 70px !important;
  }
  .ml-sm-75 {
    margin-left: 75px !important;
  }
  .ml-sm-80 {
    margin-left: 80px !important;
  }
  .ml-sm-85 {
    margin-left: 85px !important;
  }
  .ml-sm-90 {
    margin-left: 90px !important;
  }
  .ml-sm-95 {
    margin-left: 95px !important;
  }
  .ml-sm-100 {
    margin-left: 100px !important;
  }
  /* MARGIN RIGHT CLASSES FOR SPACES */
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .mr-sm-25 {
    margin-right: 25px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .mr-sm-35 {
    margin-right: 35px !important;
  }
  .mr-sm-40 {
    margin-right: 40px !important;
  }
  .mr-sm-45 {
    margin-right: 45px !important;
  }
  .mr-sm-50 {
    margin-right: 50px !important;
  }
  .mr-sm-55 {
    margin-right: 55px !important;
  }
  .mr-sm-60 {
    margin-right: 60px !important;
  }
  .mr-sm-65 {
    margin-right: 65px !important;
  }
  .mr-sm-70 {
    margin-right: 70px !important;
  }
  .mr-sm-75 {
    margin-right: 75px !important;
  }
  .mr-sm-80 {
    margin-right: 80px !important;
  }
  .mr-sm-85 {
    margin-right: 85px !important;
  }
  .mr-sm-90 {
    margin-right: 90px !important;
  }
  .mr-sm-95 {
    margin-right: 95px !important;
  }
  .mr-sm-100 {
    margin-right: 100px !important;
  }
  /* MARGIN LEFT AND RIGHT CLASSES FOR SPACES */
  .mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mx-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .mx-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mx-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .mx-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mx-sm-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mx-sm-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .mx-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mx-sm-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .mx-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mx-sm-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .mx-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .mx-sm-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .mx-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mx-sm-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .mx-sm-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .mx-sm-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .mx-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
}

@media screen and (min-width: 768px) {
  .sub-ahorro {
    margin: 0 auto;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mt-md-55 {
    margin-top: 55px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mt-md-65 {
    margin-top: 65px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mt-md-75 {
    margin-top: 75px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mt-md-85 {
    margin-top: 85px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mt-md-95 {
    margin-top: 95px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mt-md-105 {
    margin-top: 105px !important;
  }
  .mt-md-110 {
    margin-top: 110px !important;
  }
  .mt-md-115 {
    margin-top: 115px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mt-md-125 {
    margin-top: 125px !important;
  }
  .mt-md-130 {
    margin-top: 130px !important;
  }
  .mt-md-135 {
    margin-top: 135px !important;
  }
  .mt-md-140 {
    margin-top: 140px !important;
  }
  .mt-md-145 {
    margin-top: 145px !important;
  }
  .mt-md-150 {
    margin-top: 150px !important;
  }
  .mt-md-155 {
    margin-top: 155px !important;
  }
  .mt-md-160 {
    margin-top: 160px !important;
  }
  .mt-md-165 {
    margin-top: 165px !important;
  }
  .mt-md-170 {
    margin-top: 170px !important;
  }
  .mt-md-175 {
    margin-top: 175px !important;
  }
  .mt-md-180 {
    margin-top: 180px !important;
  }
  .mt-md-185 {
    margin-top: 185px !important;
  }
  .mt-md-190 {
    margin-top: 190px !important;
  }
  .mt-md-195 {
    margin-top: 195px !important;
  }
  .mt-md-200 {
    margin-top: 200px !important;
  }
  /* MARGIN BOTTOM CLASSES FOR SPACES */
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-105 {
    margin-bottom: 105px !important;
  }
  .mb-md-110 {
    margin-bottom: 110px !important;
  }
  .mb-md-115 {
    margin-bottom: 115px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-125 {
    margin-bottom: 125px !important;
  }
  .mb-md-130 {
    margin-bottom: 130px !important;
  }
  .mb-md-135 {
    margin-bottom: 135px !important;
  }
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  .mb-md-145 {
    margin-bottom: 145px !important;
  }
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  .mb-md-155 {
    margin-bottom: 155px !important;
  }
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
  .mb-md-165 {
    margin-bottom: 165px !important;
  }
  .mb-md-170 {
    margin-bottom: 170px !important;
  }
  .mb-md-175 {
    margin-bottom: 175px !important;
  }
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  .mb-md-185 {
    margin-bottom: 185px !important;
  }
  .mb-md-190 {
    margin-bottom: 190px !important;
  }
  .mb-md-195 {
    margin-bottom: 195px !important;
  }
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
  /* MARGIN TOP AND BOTTOM CLASSES FOR SPACES */
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-md-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .my-md-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .my-md-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-md-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .my-md-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .my-md-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  .my-md-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .my-md-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  .my-md-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .my-md-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  .my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-md-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  .my-md-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .my-md-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  .my-md-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .my-md-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  .my-md-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .my-md-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  .my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  /* MARGIN LEFT CLASSES FOR SPACES */
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .ml-md-35 {
    margin-left: 35px !important;
  }
  .ml-md-40 {
    margin-left: 40px !important;
  }
  .ml-md-45 {
    margin-left: 45px !important;
  }
  .ml-md-50 {
    margin-left: 50px !important;
  }
  .ml-md-55 {
    margin-left: 55px !important;
  }
  .ml-md-60 {
    margin-left: 60px !important;
  }
  .ml-md-65 {
    margin-left: 65px !important;
  }
  .ml-md-70 {
    margin-left: 70px !important;
  }
  .ml-md-75 {
    margin-left: 75px !important;
  }
  .ml-md-80 {
    margin-left: 80px !important;
  }
  .ml-md-85 {
    margin-left: 85px !important;
  }
  .ml-md-90 {
    margin-left: 90px !important;
  }
  .ml-md-95 {
    margin-left: 95px !important;
  }
  .ml-md-100 {
    margin-left: 100px !important;
  }
  /* MARGIN RIGHT CLASSES FOR SPACES */
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .mr-md-35 {
    margin-right: 35px !important;
  }
  .mr-md-40 {
    margin-right: 40px !important;
  }
  .mr-md-45 {
    margin-right: 45px !important;
  }
  .mr-md-50 {
    margin-right: 50px !important;
  }
  .mr-md-55 {
    margin-right: 55px !important;
  }
  .mr-md-60 {
    margin-right: 60px !important;
  }
  .mr-md-65 {
    margin-right: 65px !important;
  }
  .mr-md-70 {
    margin-right: 70px !important;
  }
  .mr-md-75 {
    margin-right: 75px !important;
  }
  .mr-md-80 {
    margin-right: 80px !important;
  }
  .mr-md-85 {
    margin-right: 85px !important;
  }
  .mr-md-90 {
    margin-right: 90px !important;
  }
  .mr-md-95 {
    margin-right: 95px !important;
  }
  .mr-md-100 {
    margin-right: 100px !important;
  }
  /* MARGIN LEFT AND RIGHT CLASSES FOR SPACES */
  .mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mx-md-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mx-md-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mx-md-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mx-md-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .mx-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mx-md-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .mx-md-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .mx-md-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mx-md-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .mx-md-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .mx-md-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .mx-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
}

@media screen and (min-width: 992px) {
  .tabs-planes {
    display: none;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mt-lg-55 {
    margin-top: 55px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mt-lg-65 {
    margin-top: 65px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mt-lg-75 {
    margin-top: 75px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mt-lg-85 {
    margin-top: 85px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mt-lg-95 {
    margin-top: 95px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mt-lg-105 {
    margin-top: 105px !important;
  }
  .mt-lg-110 {
    margin-top: 110px !important;
  }
  .mt-lg-115 {
    margin-top: 115px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .mt-lg-125 {
    margin-top: 125px !important;
  }
  .mt-lg-130 {
    margin-top: 130px !important;
  }
  .mt-lg-135 {
    margin-top: 135px !important;
  }
  .mt-lg-140 {
    margin-top: 140px !important;
  }
  .mt-lg-145 {
    margin-top: 145px !important;
  }
  .mt-lg-150 {
    margin-top: 150px !important;
  }
  .mt-lg-155 {
    margin-top: 155px !important;
  }
  .mt-lg-160 {
    margin-top: 160px !important;
  }
  .mt-lg-165 {
    margin-top: 165px !important;
  }
  .mt-lg-170 {
    margin-top: 170px !important;
  }
  .mt-lg-175 {
    margin-top: 175px !important;
  }
  .mt-lg-180 {
    margin-top: 180px !important;
  }
  .mt-lg-185 {
    margin-top: 185px !important;
  }
  .mt-lg-190 {
    margin-top: 190px !important;
  }
  .mt-lg-195 {
    margin-top: 195px !important;
  }
  .mt-lg-200 {
    margin-top: 200px !important;
  }
  /* MARGIN BOTTOM CLASSES FOR SPACES */
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-105 {
    margin-bottom: 105px !important;
  }
  .mb-lg-110 {
    margin-bottom: 110px !important;
  }
  .mb-lg-115 {
    margin-bottom: 115px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-125 {
    margin-bottom: 125px !important;
  }
  .mb-lg-130 {
    margin-bottom: 130px !important;
  }
  .mb-lg-135 {
    margin-bottom: 135px !important;
  }
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
  .mb-lg-145 {
    margin-bottom: 145px !important;
  }
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  .mb-lg-155 {
    margin-bottom: 155px !important;
  }
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
  .mb-lg-165 {
    margin-bottom: 165px !important;
  }
  .mb-lg-170 {
    margin-bottom: 170px !important;
  }
  .mb-lg-175 {
    margin-bottom: 175px !important;
  }
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  .mb-lg-185 {
    margin-bottom: 185px !important;
  }
  .mb-lg-190 {
    margin-bottom: 190px !important;
  }
  .mb-lg-195 {
    margin-bottom: 195px !important;
  }
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
  /* MARGIN TOP AND BOTTOM CLASSES FOR SPACES */
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-lg-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .my-lg-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-lg-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .my-lg-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .my-lg-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  .my-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .my-lg-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  .my-lg-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .my-lg-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  .my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-lg-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  .my-lg-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .my-lg-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  .my-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .my-lg-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  .my-lg-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .my-lg-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  .my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  /* MARGIN LEFT CLASSES FOR SPACES */
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .ml-lg-25 {
    margin-left: 25px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .ml-lg-35 {
    margin-left: 35px !important;
  }
  .ml-lg-40 {
    margin-left: 40px !important;
  }
  .ml-lg-45 {
    margin-left: 45px !important;
  }
  .ml-lg-50 {
    margin-left: 50px !important;
  }
  .ml-lg-55 {
    margin-left: 55px !important;
  }
  .ml-lg-60 {
    margin-left: 60px !important;
  }
  .ml-lg-65 {
    margin-left: 65px !important;
  }
  .ml-lg-70 {
    margin-left: 70px !important;
  }
  .ml-lg-75 {
    margin-left: 75px !important;
  }
  .ml-lg-80 {
    margin-left: 80px !important;
  }
  .ml-lg-85 {
    margin-left: 85px !important;
  }
  .ml-lg-90 {
    margin-left: 90px !important;
  }
  .ml-lg-95 {
    margin-left: 95px !important;
  }
  .ml-lg-100 {
    margin-left: 100px !important;
  }
  /* MARGIN RIGHT CLASSES FOR SPACES */
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mr-lg-25 {
    margin-right: 25px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .mr-lg-35 {
    margin-right: 35px !important;
  }
  .mr-lg-40 {
    margin-right: 40px !important;
  }
  .mr-lg-45 {
    margin-right: 45px !important;
  }
  .mr-lg-50 {
    margin-right: 50px !important;
  }
  .mr-lg-55 {
    margin-right: 55px !important;
  }
  .mr-lg-60 {
    margin-right: 60px !important;
  }
  .mr-lg-65 {
    margin-right: 65px !important;
  }
  .mr-lg-70 {
    margin-right: 70px !important;
  }
  .mr-lg-75 {
    margin-right: 75px !important;
  }
  .mr-lg-80 {
    margin-right: 80px !important;
  }
  .mr-lg-85 {
    margin-right: 85px !important;
  }
  .mr-lg-90 {
    margin-right: 90px !important;
  }
  .mr-lg-95 {
    margin-right: 95px !important;
  }
  .mr-lg-100 {
    margin-right: 100px !important;
  }
  /* MARGIN LEFT AND RIGHT CLASSES FOR SPACES */
  .mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mx-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .mx-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mx-lg-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .mx-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mx-lg-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .mx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mx-lg-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .mx-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mx-lg-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .mx-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mx-lg-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .mx-lg-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .mx-lg-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .mx-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mx-lg-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .mx-lg-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .mx-lg-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .mx-lg-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mt-xl-55 {
    margin-top: 55px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mt-xl-65 {
    margin-top: 65px !important;
  }
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .mt-xl-75 {
    margin-top: 75px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mt-xl-85 {
    margin-top: 85px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .mt-xl-95 {
    margin-top: 95px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mt-xl-105 {
    margin-top: 105px !important;
  }
  .mt-xl-110 {
    margin-top: 110px !important;
  }
  .mt-xl-115 {
    margin-top: 115px !important;
  }
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .mt-xl-125 {
    margin-top: 125px !important;
  }
  .mt-xl-130 {
    margin-top: 130px !important;
  }
  .mt-xl-135 {
    margin-top: 135px !important;
  }
  .mt-xl-140 {
    margin-top: 140px !important;
  }
  .mt-xl-145 {
    margin-top: 145px !important;
  }
  .mt-xl-150 {
    margin-top: 150px !important;
  }
  .mt-xl-155 {
    margin-top: 155px !important;
  }
  .mt-xl-160 {
    margin-top: 160px !important;
  }
  .mt-xl-165 {
    margin-top: 165px !important;
  }
  .mt-xl-170 {
    margin-top: 170px !important;
  }
  .mt-xl-175 {
    margin-top: 175px !important;
  }
  .mt-xl-180 {
    margin-top: 180px !important;
  }
  .mt-xl-185 {
    margin-top: 185px !important;
  }
  .mt-xl-190 {
    margin-top: 190px !important;
  }
  .mt-xl-195 {
    margin-top: 195px !important;
  }
  .mt-xl-200 {
    margin-top: 200px !important;
  }
  /* MARGIN BOTTOM CLASSES FOR SPACES */
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xl-55 {
    margin-bottom: 55px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xl-65 {
    margin-bottom: 65px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xl-75 {
    margin-bottom: 75px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-85 {
    margin-bottom: 85px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xl-95 {
    margin-bottom: 95px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xl-105 {
    margin-bottom: 105px !important;
  }
  .mb-xl-110 {
    margin-bottom: 110px !important;
  }
  .mb-xl-115 {
    margin-bottom: 115px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xl-125 {
    margin-bottom: 125px !important;
  }
  .mb-xl-130 {
    margin-bottom: 130px !important;
  }
  .mb-xl-135 {
    margin-bottom: 135px !important;
  }
  .mb-xl-140 {
    margin-bottom: 140px !important;
  }
  .mb-xl-145 {
    margin-bottom: 145px !important;
  }
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  .mb-xl-155 {
    margin-bottom: 155px !important;
  }
  .mb-xl-160 {
    margin-bottom: 160px !important;
  }
  .mb-xl-165 {
    margin-bottom: 165px !important;
  }
  .mb-xl-170 {
    margin-bottom: 170px !important;
  }
  .mb-xl-175 {
    margin-bottom: 175px !important;
  }
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  .mb-xl-185 {
    margin-bottom: 185px !important;
  }
  .mb-xl-190 {
    margin-bottom: 190px !important;
  }
  .mb-xl-195 {
    margin-bottom: 195px !important;
  }
  .mb-xl-200 {
    margin-bottom: 200px !important;
  }
  /* MARGIN TOP AND BOTTOM CLASSES FOR SPACES */
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-xl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-xl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-xl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-xl-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .my-xl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .my-xl-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-xl-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .my-xl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  .my-xl-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  .my-xl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  .my-xl-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  .my-xl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  .my-xl-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  .my-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  .my-xl-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  .my-xl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  .my-xl-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  .my-xl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .my-xl-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  .my-xl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  .my-xl-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  .my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
  /* MARGIN LEFT CLASSES FOR SPACES */
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .ml-xl-25 {
    margin-left: 25px !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .ml-xl-35 {
    margin-left: 35px !important;
  }
  .ml-xl-40 {
    margin-left: 40px !important;
  }
  .ml-xl-45 {
    margin-left: 45px !important;
  }
  .ml-xl-50 {
    margin-left: 50px !important;
  }
  .ml-xl-55 {
    margin-left: 55px !important;
  }
  .ml-xl-60 {
    margin-left: 60px !important;
  }
  .ml-xl-65 {
    margin-left: 65px !important;
  }
  .ml-xl-70 {
    margin-left: 70px !important;
  }
  .ml-xl-75 {
    margin-left: 75px !important;
  }
  .ml-xl-80 {
    margin-left: 80px !important;
  }
  .ml-xl-85 {
    margin-left: 85px !important;
  }
  .ml-xl-90 {
    margin-left: 90px !important;
  }
  .ml-xl-95 {
    margin-left: 95px !important;
  }
  .ml-xl-100 {
    margin-left: 100px !important;
  }
  /* MARGIN RIGHT CLASSES FOR SPACES */
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .mr-xl-25 {
    margin-right: 25px !important;
  }
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .mr-xl-35 {
    margin-right: 35px !important;
  }
  .mr-xl-40 {
    margin-right: 40px !important;
  }
  .mr-xl-45 {
    margin-right: 45px !important;
  }
  .mr-xl-50 {
    margin-right: 50px !important;
  }
  .mr-xl-55 {
    margin-right: 55px !important;
  }
  .mr-xl-60 {
    margin-right: 60px !important;
  }
  .mr-xl-65 {
    margin-right: 65px !important;
  }
  .mr-xl-70 {
    margin-right: 70px !important;
  }
  .mr-xl-75 {
    margin-right: 75px !important;
  }
  .mr-xl-80 {
    margin-right: 80px !important;
  }
  .mr-xl-85 {
    margin-right: 85px !important;
  }
  .mr-xl-90 {
    margin-right: 90px !important;
  }
  .mr-xl-95 {
    margin-right: 95px !important;
  }
  .mr-xl-100 {
    margin-right: 100px !important;
  }
  /* MARGIN LEFT AND RIGHT CLASSES FOR SPACES */
  .mx-xl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .mx-xl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .mx-xl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mx-xl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .mx-xl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mx-xl-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .mx-xl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .mx-xl-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .mx-xl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .mx-xl-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .mx-xl-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mx-xl-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .mx-xl-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .mx-xl-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .mx-xl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .mx-xl-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .mx-xl-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .mx-xl-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .mx-xl-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
}

/* HEIGHT CLASSES */
.height-10 {
  height: 10px !important;
}

.height-20 {
  height: 20px !important;
}

.height-30 {
  height: 30px !important;
}

.height-40 {
  height: 40px !important;
}

.height-50 {
  height: 50px !important;
}

.height-60 {
  height: 60px !important;
}

.height-70 {
  height: 70px !important;
}

.height-80 {
  height: 80px !important;
}

.height-90 {
  height: 90px !important;
}

.height-100 {
  height: 100px !important;
}

.height-110 {
  height: 110px !important;
}

.height-120 {
  height: 120px !important;
}

.height-130 {
  height: 130px !important;
}

.height-140 {
  height: 140px !important;
}

.height-150 {
  height: 150px !important;
}

.height-160 {
  height: 160px !important;
}

.height-170 {
  height: 170px !important;
}

.height-180 {
  height: 180px !important;
}

.height-190 {
  height: 190px !important;
}

.height-200 {
  height: 200px !important;
}

/* WIDTH CLASSES */
.width-10 {
  width: 10px !important;
}

.width-20 {
  width: 20px !important;
}

.width-30 {
  width: 30px !important;
}

.width-40 {
  width: 40px !important;
}

.width-50 {
  width: 50px !important;
}

.width-60 {
  width: 60px !important;
}

.width-70 {
  width: 70px !important;
}

.width-80 {
  width: 80px !important;
}

.width-90 {
  width: 90px !important;
}

.width-100 {
  width: 100px !important;
}

.width-110 {
  width: 110px !important;
}

.width-120 {
  width: 120px !important;
}

.width-130 {
  width: 130px !important;
}

.width-140 {
  width: 140px !important;
}

.width-150 {
  width: 150px !important;
}

.width-160 {
  width: 160px !important;
}

.width-170 {
  width: 170px !important;
}

.width-180 {
  width: 180px !important;
}

.width-190 {
  width: 190px !important;
}

.width-200 {
  width: 200px !important;
}

/* MAX-WIDTH CLASSES */
.maxw-100 {
  max-width: 100px !important;
}

.maxw-150 {
  max-width: 150px !important;
}

.maxw-200 {
  max-width: 200px !important;
}

.maxw-250 {
  max-width: 250px !important;
}

.maxw-300 {
  max-width: 300px !important;
}

.maxw-350 {
  max-width: 350px !important;
}

.maxw-400 {
  max-width: 400px !important;
}

.maxw-450 {
  max-width: 450px !important;
}

.maxw-500 {
  max-width: 500px !important;
}

.maxw-550 {
  max-width: 550px !important;
}

.maxw-600 {
  max-width: 600px !important;
}

.maxw-650 {
  max-width: 650px !important;
}

.maxw-700 {
  max-width: 700px !important;
}

.maxw-750 {
  max-width: 750px !important;
}

.maxw-800 {
  max-width: 800px !important;
}

.maxw-850 {
  max-width: 850px !important;
}

.maxw-900 {
  max-width: 900px !important;
}

.maxw-950 {
  max-width: 950px !important;
}

.maxw-1000 {
  max-width: 1000px !important;
}

.maxw-1050 {
  max-width: 1050px !important;
}

.maxw-1100 {
  max-width: 1100px !important;
}

.maxw-10 {
  max-width: 10px !important;
}

.maxw-20 {
  max-width: 20px !important;
}

.maxw-30 {
  max-width: 30px !important;
}

.maxw-40 {
  max-width: 40px !important;
}

.maxw-50 {
  max-width: 50px !important;
}

.maxw-60 {
  max-width: 60px !important;
}

.maxw-70 {
  max-width: 70px !important;
}

.maxw-80 {
  max-width: 80px !important;
}

.maxw-90 {
  max-width: 90px !important;
}

/* MAX-height CLASSES */
.maxh-10 {
  max-height: 10px !important;
}

.maxh-20 {
  max-height: 20px !important;
}

.maxh-30 {
  max-height: 30px !important;
}

.maxh-40 {
  max-height: 40px !important;
}

.maxh-50 {
  max-height: 50px !important;
}

.maxh-60 {
  max-height: 60px !important;
}

.maxh-70 {
  max-height: 70px !important;
}

.maxh-80 {
  max-height: 80px !important;
}

.maxh-90 {
  max-height: 90px !important;
}

.maxh-100 {
  max-height: 100px !important;
}

.maxh-110 {
  max-height: 110px !important;
}

.maxh-120 {
  max-height: 120px !important;
}

.maxh-130 {
  max-height: 130px !important;
}

.maxh-140 {
  max-height: 140px !important;
}

.maxh-150 {
  max-height: 150px !important;
}

.maxh-160 {
  max-height: 160px !important;
}

.maxh-170 {
  max-height: 170px !important;
}

.maxh-180 {
  max-height: 180px !important;
}

.maxh-190 {
  max-height: 190px !important;
}

.maxh-200 {
  max-height: 200px !important;
}

.maxh-210 {
  max-height: 210px !important;
}

.maxh-220 {
  max-height: 220px !important;
}

.maxh-230 {
  max-height: 230px !important;
}

.maxh-240 {
  max-height: 240px !important;
}

.maxh-250 {
  max-height: 250px !important;
}

.maxh-260 {
  max-height: 260px !important;
}

.maxh-270 {
  max-height: 270px !important;
}

.maxh-280 {
  max-height: 280px !important;
}

.maxh-290 {
  max-height: 290px !important;
}

.maxh-300 {
  max-height: 300px !important;
}

.maxh-310 {
  max-height: 310px !important;
}

.maxh-320 {
  max-height: 320px !important;
}

.maxh-330 {
  max-height: 330px !important;
}

.maxh-340 {
  max-height: 340px !important;
}

.maxh-350 {
  max-height: 350px !important;
}

.maxh-360 {
  max-height: 360px !important;
}

.maxh-370 {
  max-height: 370px !important;
}

.maxh-380 {
  max-height: 380px !important;
}

.maxh-390 {
  max-height: 390px !important;
}

.maxh-400 {
  max-height: 400px !important;
}

/* FONT SIZE CLASSES */
.fz-10 {
  font-size: 10px !important;
}

.fz-11 {
  font-size: 11px !important;
}

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

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-15 {
  font-size: 15px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-17 {
  font-size: 17px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-19 {
  font-size: 19px !important;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-21 {
  font-size: 21px !important;
}

.fz-22 {
  font-size: 22px !important;
}

.fz-23 {
  font-size: 23px !important;
}

.fz-24 {
  font-size: 24px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.fz-26 {
  font-size: 26px !important;
}

.fz-27 {
  font-size: 27px !important;
}

.fz-28 {
  font-size: 28px !important;
}

.fz-29 {
  font-size: 29px !important;
}

.fz-30 {
  font-size: 30px !important;
}

.fz-31 {
  font-size: 31px !important;
}

.fz-32 {
  font-size: 32px !important;
}

.fz-33 {
  font-size: 33px !important;
}

.fz-34 {
  font-size: 34px !important;
}

.fz-35 {
  font-size: 35px !important;
}

.fz-36 {
  font-size: 36px !important;
}

.fz-37 {
  font-size: 37px !important;
}

.fz-38 {
  font-size: 38px !important;
}

.fz-39 {
  font-size: 39px !important;
}

.fz-40 {
  font-size: 40px !important;
}

.fz-41 {
  font-size: 41px !important;
}

.fz-42 {
  font-size: 42px !important;
}

.fz-43 {
  font-size: 43px !important;
}

.fz-44 {
  font-size: 44px !important;
}

.fz-45 {
  font-size: 45px !important;
}

.fz-46 {
  font-size: 46px !important;
}

.fz-47 {
  font-size: 47px !important;
}

.fz-48 {
  font-size: 48px !important;
}

.fz-49 {
  font-size: 49px !important;
}

.fz-50 {
  font-size: 50px !important;
}

.fz-51 {
  font-size: 51px !important;
}

.fz-52 {
  font-size: 52px !important;
}

.fz-53 {
  font-size: 53px !important;
}

.fz-54 {
  font-size: 54px !important;
}

.fz-55 {
  font-size: 55px !important;
}

.fz-56 {
  font-size: 56px !important;
}

.fz-57 {
  font-size: 57px !important;
}

.fz-58 {
  font-size: 58px !important;
}

.fz-59 {
  font-size: 59px !important;
}

.fz-60 {
  font-size: 60px !important;
}

.fz-61 {
  font-size: 61px !important;
}

.fz-62 {
  font-size: 62px !important;
}

.fz-63 {
  font-size: 63px !important;
}

.fz-64 {
  font-size: 64px !important;
}

/* font classes */
.rubik {
  font-family: "Rubik", sans-serif;
}

/* -------------------------------------------
                   Shortcodes
-----------------------------------------------*/
.nav-tabs .nav-item .active {
  color: #ffffff;
  border: 1px solid transparent;
}

/* Background colors */
.bg-primary {
  background-color: #6e45e1 !important;
}

.bg-primary-light {
  background-color: #5031a9 !important;
}

.bg-secondary {
  background-color: #20d28d !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f2f3f5;
}

.bg-heading {
  background-color: #233142;
}

.bg-address {
  background-color: #f6fcff;
}

.bg-carrot {
  background-color: #7572f4 !important;
}

.bg-deep-black {
  background-color: #171c21 !important;
}

.bg-deep-orange {
  background-color: #d6731b !important;
}

.bg-heading-text {
  color: #cfcfcf;
}

.bg-bubbles {
  background-color: #f6fcff;
}

.bg-green {
  background: #20d28d !important;
}

.bg-primary {
  background: #6e45e1 !important;
}

.bg-gray {
  background: #6e45e1 !important;
}

.bg-java {
  background: #12cbc4 !important;
}

.text-color-java {
  color: #12cbc4 !important;
}

.bd-black {
  border: 1px solid #000000;
}

.bg-divider {
  background-color: #ececec;
}

.bg-light-gray {
  background-color: #20d28d;
}

.bg-gray-black {
  background-color: #21262d;
}

.bg-black-pearl {
  background-color: #1a2027;
}

.bgc-light-gray {
  background-color: #f4f2f3 !important;
}

.bg-product-header {
  background-color: #f6f6f6 !important;
}

.bg-pink {
  background-color: #f5576c !important;
}
.bg-empresas {
  background-color: #ce3863 !important;
}

.bg-contadores {
  background-color: #5636cc !important;
}
.bg-green{
  background-color: #24bb33e0 !important;
}
.bg-contadores-text {
  color: #5636cc !important;
}
.precio-anterior {
  color: #8b85be;
  font-size: 11px;
  margin-bottom: 7px;
  display: inline-block;
}
.sub-ahorro {
  width: fit-content;
  margin: 0px 12px;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-top: 6px;
  border: 2px solid #22d28c78;
  color: #22d28c;
}
.bg-sueldos {
  background-color: #f2c61d !important;
}
.pb-28 {
  padding-bottom: 28px !important
}
.pb-66 {
  padding-bottom: 66px !important;
}
.bg-blue {
  background-color: #8e94fa !important;
}
.fs-9 {
  font-size: 9px;
}
.btn-group {
  margin: 0 auto !important;
}
.btn-style {
  background-color: #ffffff;
  padding: 6px 12px !important;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  height: max-content;
  color: #6c757d !important;
  border-color: transparent;
  background-color: #f3f3f3;
  margin-bottom: 21px;
  width: 227px;
  justify-content: space-between;
}

.br-btn {
  border-radius: 0px 0px 7px 7px;
}
.btn-drop {
  will-change: transform !important;
  position: absolute !important;
  border: none;
  border-image: initial;
  border-top: none !important;
  border-radius: 0px 0px 0.25rem 0.25rem !important;
  top: -9px !important;
  transform: translate3d(0px, 48px, 0px);
  width: 227px;
  background: #f3f3f3;
}

.btn-drop a {
  padding: 8px 20px;
  display: flex;
  font-size: 14px;
  color: #6c757d !important;
}
.btn-drop a:hover {
  background-color: #fdf0bd !important;
}
.text-verde {
  color: #22d28c !important;
}
.bg-gray-color {
  background-color: #f0f1f5 !important;
}
.direc-res {
  flex-direction: column;
}
/* text-color common class */
.text-primary {
  color: #6e45e1 !important;
}
.text-secondary {
  color: #f5564e !important;
}
.direc-lan {
  margin: 0px;
  line-height: 22px;
}
.text-heading {
  color: #233142 !important;
}

.text-paragraph {
  color: #5e6f84 !important;
}

.text-light-gray {
  color: #20d28d !important;
}

.text-white {
  color: #ffffff !important;
}
.facebook-lans-sueldos, .twitter-lans-sueldos, .instagram-lans-sueldos, .linkedin-lans-sueldos,  .whatsapp-lans-sueldos {
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}
.facebook-lans-sueldos:hover, .twitter-lans-sueldos:hover, .instagram-lans-sueldos:hover, .linkedin-lans-sueldos:hover,  .whatsapp-lans-sueldos:hover {
  color: #f2c61d;
  background-color: #fff;

}
.text-border {
  color: #e9e9e9 !important;
}

.text-placeholder {
  color: #a7a7a7 !important;
}

.text-gray {
  color: #707070 !important;
}

.text-light-silver {
  color: #f3f3f3 !important;
}

.text-deep-orange {
  color: #e67e22 !important;
}

.text-line-after {
  color: #61849e !important;
}

.text-line {
  color: #ffc600 !important;
}

.text-p-text-color {
  color: #dbe3ff !important;
}

.text-testmonial-p-color {
  color: #4a5087 !important;
}

.text-authors-title {
  color: #9fa3c9 !important;
}

.text-authors-name {
  color: #1c2151 !important;
}

.text-blog-p {
  color: #dfdfdf !important;
}

.text-light-pink {
  color: #ffdcdb !important;
}

.text-icon-text {
  color: #bd081c !important;
}

.text-pink {
  color: #f5576c !important;
}

.text-empresas {
  color: #ce3863 !important;
}
.text-empresas2 {
  color: #e1577b !important;
}

.text-contadores {
  color: #5636cc !important;
}

.text-contadores2 {
  color: #6b5de8 !important;
}

.text-sueldos {
  color: #f2c61d !important;
}
.text-sueldos2 {
  color: #f7cc1e !important;
}
.testimonials-slider .owl-nav button.owl-prev, .testimonials-slider .owl-nav button.owl-next {
  display: none !important;
}
.testimonials-slider .owl-nav button.owl-prev.disabled, .testimonials-slider .owl-nav button.owl-next.disabled {
  display: none !important;
}
.testimonials-slider .owl-dots button.owl-dot.active {
  background-color: #f2c61d !important;
  box-shadow: 0 0 20px rgba(110, 69, 225, 0.3);
}
.border,
.border-left,
.border-right,
.border-top,
.border-bottom {
  border-color: #e9e9e9 !important;
}

.single-border-bottom {
  border-bottom: 1px solid #e9e9e9;
}

.single-border-top {
  border-top: 1px solid #e9e9e9;
}

.double-border {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.border-secondary {
  border: 1px solid #f5564e;
}

/* Border color */
.border-white {
  border-color: #ffffff !important;
}

.border-secondary {
  border-color: #20d28d !important;
}

.border-gray {
  border-color: #707070 !important;
}

.border-top-gray-black {
  border-top: 1px solid #21262d !important;
}

/* shortcodes button end*/
.rounded-50 {
  border-radius: 50px !important;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-0 {
  border-radius: 0px !important;
}

/* blockquote color */
.block-left-border {
  position: relative;
  border-left: 4px solid #f5564e !important;
  padding-left: 25px;
}

.block-left-border p {
  margin-bottom: 15px;
}

/* Padding common class */
.section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.radious-1 {
  border-radius: 10px;
}

/* Animation @keyframe */
@keyframes ripple {
  0%,
  35% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}

/* font-weight common class */
.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-300 {
  font-weight: 300;
}

.lh-0 {
  line-height: 0;
}

.lh-1 {
  line-height: 1;
}

canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

/* Button Classes */
a.btn,
button.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  background-color: #dddddd;
  border: 1px solid transparent;
  padding: 8px 25px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 0;
  cursor: pointer;
}

a.btn.btn-primary,
button.btn.btn-primary {
  background-color: #6e45e1 !important;
  color: #ffffff;
}

a.btn.btn-primary:hover,
button.btn.btn-primary:hover {
  background-color: #5d2fdd !important;
}

a.btn.btn-outline-primary,
button.btn.btn-outline-primary {
  color: #6e45e1;
  background: white !important;
  border: 1px solid #6e45e1;
  display: inline-block;
}

a.btn.btn-outline-primary:focus,
button.btn.btn-outline-primary:focus {
  outline: 0;
  box-shadow: none !important;
}

a.btn.btn-outline-primary:hover,
button.btn.btn-outline-primary:hover {
  color: #ffffff !important;
  background: #6e45e1 !important;
  border: 1px solid transparent !important;
  transition: all 0.5s ease;
}

input.btn.btn-outline-primary,
button.btn.btn-outline-primary {
  color: #6e45e1;
  background: transparent !important;
  border: 1px solid #6e45e1;
  display: inline-block;
}

input.btn.btn-outline-primary:focus,
button.btn.btn-outline-primary:focus {
  outline: 0;
  box-shadow: none !important;
}

input.btn.btn-outline-primary:hover,
button.btn.btn-outline-primary:hover {
  color: #ffffff !important;
  background: #6e45e1 !important;
  border: 1px solid transparent !important;
  transition: all 0.5s ease;
}

a.btn-xl,
button.btn-xl {
  font-size: 16px;
  padding: 15px 100px !important;
}

a.btn-lg,
button.btn-lg {
  font-size: 16px;
  padding: 15px 74px !important;
}

a.btn-md,
button.btn-md {
  font-size: 16px;
  padding: 13px 45px;
}

a.btn-sm,
button.btn-sm {
  font-size: 14px;
  padding: 10px 30px;
}

a.btn-xs,
button.btn-xs {
  font-size: 14px;
  padding: 5px 13px;
}

a.btn-xxs,
button.btn-xxs {
  font-size: 13px !important;
  padding: 3px 20px;
}

.btn-green {
  background-color: #20d28d !important;
  color: #ffffff !important;
}

.btn-green:hover {
  background-color: #1dbc7e !important;
}

.btn-outline-green {
  color: #20d28d !important;
  background: transparent !important;
  border: 1px solid #20d28d !important;
  display: inline-block;
}

.btn-outline-green:focus {
  box-shadow: none !important;
}

.btn-outline-green:hover {
  background: #20d28d !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: all 0.5s ease;
}

.btn-reverse-green {
  background: #20d28d !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  display: inline-block;
}

.btn-reverse-green:focus {
  box-shadow: none !important;
}

.btn-reverse-green:hover {
  color: #20d28d !important;
  background: transparent !important;
  border: 1px solid #20d28d !important;
  transition: all 0.5s ease;
}

.btn-outline-blue {
  color: #233142;
  background: transparent !important;
  border: 1px solid #20d28d;
  display: inline-block;
}

.btn-outline-blue:focus {
  box-shadow: none !important;
}

.btn-outline-blue:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid #ffffff;
  transition: all 0.5s ease;
}

.btn-reverse-blue {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid #ffffff;
  display: inline-block;
}

.btn-reverse-blue:focus {
  box-shadow: none !important;
}

.btn-reverse-blue:hover {
  color: #233142;
  background: transparent !important;
  border: 1px solid #20d28d;
  transition: all 0.5s ease;
}

.btn-outline-white {
  color: #ffffff !important;
  background: transparent !important;
  border: 1px solid #ffffff !important;
  display: inline-block;
}

.btn-outline-white:focus {
  box-shadow: none !important;
}

.btn-outline-white:hover {
  background: #20d28d !important;
  color: #ffffff !important;
  border: 1px solid #20d28d !important;
  transition: all 0.5s ease;
}

.btn-reverse-white {
  color: #ffffff !important;
  background: #20d28d !important;
  border: 1px solid #20d28d !important;
  display: inline-block;
}
.btn-registrarse:hover {
  background: #ffffff!important;
  color: #20d28d  !important;
  border: 1px solid #20d28d !important;
  transition: all 0.5s ease;
}

.btn-registrarse {
  color: #ffffff !important;
  background: #20d28d !important;
  border: 1px solid #20d28d !important;
  display: inline-block;
}

.btn-reverse-white:focus {
  box-shadow: none !important;
}

.btn-reverse-white:hover {
  color: #ffffff !important;
  background: transparent !important;
  border: 1px solid #ffffff !important;
  transition: all 0.5s ease;
}

.btn-outline-dark {
  color: #000000 !important;
  background: transparent !important;
  border: 1px solid #000000 !important;
  display: inline-block;
}

.btn-outline-dark:focus {
  box-shadow: none !important;
}

.btn-outline-dark:hover {
  background: #000000 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  transition: all 0.5s ease;
}

.btn-reverse-dark {
  color: #ffffff !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
  display: inline-block;
}

.btn-reverse-dark:focus {
  box-shadow: none !important;
}

.btn-reverse-dark:hover {
  background: transparent !important;
  color: #000000 !important;
  border: 1px solid #000000;
  transition: all 0.5s ease;
}

.btn-outline-pink {
  color: #ffffff;
  background: transparent !important;
  border: 1px solid #f5576c;
  display: inline-block;
}

.btn-outline-pink:focus {
  box-shadow: none !important;
}

.btn-outline-pink:hover {
  background: #f5576c !important;
  border: 1px solid #f5576c !important;
  color: #ffffff !important;
  transition: all 0.5s ease;
}

.btn-reverse-pink {
  color: #ffffff;
  background: #f5576c !important;
  border: 1px solid #f5576c;
  display: inline-block;
}

.btn-reverse-pink:focus {
  box-shadow: none !important;
}

.btn-reverse-pink:hover {
  color: #ffffff !important;
  background: transparent !important;
  border: 1px solid #f5576c !important;
  transition: all 0.5s ease;
}

.btn-reverse-primary {
  color: #ffffff;
  background: #6e45e1 !important;
  border: 1px solid #ffffff;
  display: inline-block;
}

.btn-reverse-primary:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn-reverse-primary:hover {
  color: #6e45e1 !important;
  background: transparent !important;
  border: 1px solid #6e45e1 !important;
  transition: all 0.5s ease;
}

.btn-orange {
  color: #ffffff;
  background: #e67e22 !important;
  border: 1px solid #e67e22 !important;
  display: inline-block;
}

.btn-orange:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn-orange:hover {
  color: #ffffff !important;
  background: #bf6516 !important;
  border: 1px solid #bf6516 !important;
}

.btn-outline-orange {
  color: #e67e22;
  background: transparent !important;
  border: 1px solid #e67e22 !important;
  display: inline-block;
}

.btn-outline-orange:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn-outline-orange:hover {
  color: #ffffff !important;
  background: #e67e22 !important;
  border: 1px solid transparent !important;
  transition: all 0.5s ease;
}

.btn-light-gray {
  color: #797979;
  background: #ededed !important;
  border: 1px solid #ededed !important;
  display: inline-block;
}

.btn-light-gray:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn-light-gray:hover {
  color: #ffffff !important;
  background: #000000 !important;
  border: 1px solid transparent !important;
  transition: all 0.5s ease;
}

.btn-apps-store {
  color: #ffffff;
  background: #12cbc4 !important;
  border: 1px solid #12cbc4 !important;
  display: inline-block;
  font-size: 13px !important;
}

.btn-apps-store:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn-apps-store:hover {
  color: #ffffff;
  background: #0e9c97 !important;
  transition: all 0.5s ease;
}

/* Background colors */
.bg-primary {
  background-color: #6e45e1 !important;
}

.bg-primary-light {
  background-color: #5031a9 !important;
}

.bg-secondary {
  background-color: #20d28d !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f2f3f5;
}

.bg-heading {
  background-color: #233142;
}

.bg-address {
  background-color: #f6fcff;
}

.bg-carrot {
  background-color: #7572f4 !important;
}

.bg-bubbles {
  background-color: #f6fcff;
}

.bg-green {
  background: #20d28d !important;
}

.bg-primary {
  background: #6e45e1 !important;
}

.bg-gray {
  background: #6e45e1 !important;
}

.bg-java {
  background: #12cbc4 !important;
}

.text-color-java {
  color: #12cbc4 !important;
}

.bg-divider {
  background-color: #ececec;
}

.bg-light-gray {
  background-color: #20d28d;
}

.bgc-light-gray {
  background-color: #f4f2f3 !important;
}

.bg-product-header {
  background-color: #f6f6f6 !important;
}

.bg-pink {
  background-color: #f5576c !important;
}

.bg-blue {
  background-color: #8e94fa !important;
}

.bg-gray-color {
  background-color: #f0f1f5 !important;
}

/* text-color common class */
.text-primary {
  color: #6e45e1 !important;
}

.text-secondary {
  color: #f5564e !important;
}

.text-heading {
  color: #233142 !important;
}

.text-paragraph {
  color: #5e6f84 !important;
}

.text-light-gray {
  color: #20d28d !important;
}

.text-white {
  color: #ffffff !important;
}

.text-border {
  color: #e9e9e9 !important;
}

.text-placeholder {
  color: #a7a7a7 !important;
}

.text-gray {
  color: #707070 !important;
}

.text-line-after {
  color: #61849e !important;
}

.text-line {
  color: #ffc600 !important;
}

.text-p-text-color {
  color: #dbe3ff !important;
}

.text-testmonial-p-color {
  color: #4a5087 !important;
}

.text-authors-title {
  color: #9fa3c9 !important;
}

.text-authors-name {
  color: #1c2151 !important;
}

.text-blog-p {
  color: #dfdfdf !important;
}

.text-light-pink {
  color: #ffdcdb !important;
}

.text-icon-text {
  color: #bd081c !important;
}

.text-pink {
  color: #f5576c !important;
}

.bg-heading-text {
  color: #cfcfcf;
}

.bd-black {
  border: 1px solid #000000;
}

.border,
.border-left,
.border-right,
.border-top,
.border-bottom {
  border-color: #e9e9e9 !important;
}

.single-border-bottom {
  border-bottom: 1px solid #e9e9e9;
}

.single-border-top {
  border-top: 1px solid #e9e9e9;
}

.double-border {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.border-secondary {
  border: 1px solid #f5564e;
}

/* Border color */
.border-white {
  border-color: #ffffff !important;
}

.border-secondary {
  border-color: #20d28d !important;
}

.border-gray {
  border-color: #707070 !important;
}

/********************************
        Header Style
*********************************/
.header-area {
  background-color: #6e45e1;
  box-shadow: 0 3.9px 7.9px 0 rgba(0, 0, 0, 0.3);
}

.header-area.fixed-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  left: 0;
  transition: padding 400ms ease;
}

.header-area.no-fixed-navbar {
  position: relative;
}

.header-area.transparent-navbar {
  background-color: transparent;
  transition: padding 400ms ease;
}

.header-area.sticky-menu {
  background-color: #6e45e1;
  position: fixed;
  padding: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  left: 0;
  transition: padding 400ms ease;
  box-shadow: 0 5px 30px rgba(164, 164, 164, 0.1);
}

.header-area.sticky-menu .navbar-nav .dropdown-menu {
  top: calc(100% + 5px);
}

.header-area.bg-pink {
  background: #f5576c !important;
}

.header-area.bg-pink .navbar-nav .dropdown-menu a:hover {
  background-color: #f5576c;
}

.header-bg {
  background-color: rgba(248, 246, 251, 0.55);
  position: relative;
  z-index: 1;
}

.banner-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.page-header-area {
  padding: 200px 0 150px;
  text-align: center;
  background-color: #6e45e1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%);
}

.page-header-area .head-text h1 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.4;
}

/***********************************************
            Navbar Style
************************************************/
.menu li {
  padding: 15px;
  position: relative;
  cursor: pointer;
}

.menu li a {
  color: #ffffff;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8) rotateX(-90deg) perspective(800px);
  transform-origin: 0 0 0;
  transition: transform 0.5s;
  background-color: #ffffff;
  z-index: 9;
  box-shadow: 0 5px 30px rgba(164, 164, 164, 0.1);
  border-bottom: 5px solid #7572f4;
  padding: 10px 0;
  border-radius: 3px;
}

.menu li > ul ul {
  left: 100%;
  top: 0;
}

.menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scale(1) rotateX(0) perspective(0);
}

.menu li:hover > ul > a:hover {
  color: #20d28d !important;
}

.menu ul {
  margin: 0;
  padding: 15px;
  border: none;
  border-radius: 0px;
}

.menu ul li {
  padding: 5px 20px;
}

.menu ul li a {
  color: #5e6f84;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}

.menu ul li:hover > a {
  color: #6b5de8;
}

.center-menu-area .menu li a {
  color: #233142;
}

.p-descripcion {
  font-size: 12px;
  font-family: "Rubik", sans-serif;
  color: #101010;
  font-weight: 400;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
.pb-0 {
  padding-bottom: 0px 20px !important;
}

.pt-0 {
  padding-top: 0px;
}
.p-contador {
  font-size: 10px;
  line-height: 14px;
  margin: 0;
  color: black;
}
.cards-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.2rem;
}
.bg-color-v {
  background-color: #faf9ff;
}
.link-c {
  flex-direction: column;
  align-items: baseline !important;
}
.navbar {
  padding: 0 1rem;
}
.content-icon {
  padding: 20px !important;
  height: max-content;
  box-shadow:  0px 20px 40px 0px rgba(12, 0, 46, 0.08);
  background-color: none !important;
}
.lh-p  {
  line-height: 18px;
}
.svg-icons {
  margin: 0 auto;
  margin-bottom: 16px;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 10px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

/***********************************************
            Megamenu style
************************************************/
.mega-dropdown {
  position: initial !important;
}

.mega-dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: rotateX(0) perspective(0);
}

.dropdown-content {
  cursor: pointer;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 999;
  padding: 30px;
  border-bottom: 5px solid #7572f4;
  opacity: 0;
  visibility: hidden;
  transform: rotateX(-90deg) perspective(800px);
  transform-origin: 0 0 0;
  transition: transform 0.5s;
  z-index: 9;
}

.dropdown-content ul {
  padding: 0;
}

.mega-menu-title {
  padding: 7px 10px;
  display: flex;
}

.mega-menu-title h6 {
  color: #233142;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.single-menu li {
  padding: 7px 10px;
}

.single-menu li a {
  font-family: "Poppins", sans-serif;
  color: #5e6f84;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.single-menu li:hover a {
  color: #20d28d;
  transform: skew(-15deg);
}

/**********************************************
            Navbar styles
***********************************************/
.navbar-dark .menu li a {
  color: #233142;
}

.navbar-dark .menu li:hover > ul > a:hover {
  color: #20d28d;
}

/**********************************************
            Mobile menu Style
***********************************************/
.slicknav_menu {
  display: block;
  position: relative;
  padding: 0;
  background-color: transparent;
}

.slicknav_btn {
  display: none;
}

.slicknav_arrow {
  display: none;
}

.bar-icon {
  display: none;
  cursor: pointer;
}

.bar-icon .bar-line {
  color: #ffffff;
  height: 2px;
  width: 22px;
  background-color: #ffffff;
  margin: 5px 0px;
  cursor: pointer;
  transition: 0.25s ease-in;
}

.bar-icon.active-bar {
  transition: 0.25s ease-in;
  cursor: pointer;
}

.bar-icon.active-bar .bar-line:first-child {
  transform: rotate(-45deg) translate(-4px, 6px);
  transition: 0.3s ease-in;
}

.bar-icon.active-bar .bar-line:nth-child(2) {
  opacity: 0;
}

.bar-icon.active-bar .bar-line:last-child {
  transform: rotate(45deg) translate(-4px, -6px);
  transition: 0.3s ease-in;
}

.mobile-navbar {
  display: none;
  position: absolute;
  z-index: 9;
  background: #fff;
  width: 100%;
}

.mobile-navbar .slicknav_nav {
  width: 100%;
  padding: 30px 0px;
  left: 0;
  display: flex;
  flex-direction: column;
  max-height: 500px;
  overflow-y: auto;
  border-top: 1px solid lightgray !important;
}

.mobile-navbar .slicknav_nav .slicknav_row:hover {
  background: transparent;
  color: #ffffff !important;
}

.mobile-navbar .slicknav_nav .slicknav_row:hover a {
  color: #ffffff !important;
}

.mobile-navbar .slicknav_nav .slicknav_item h6 {
  margin-bottom: 0;
}

.mobile-navbar .slicknav_nav .slicknav_item a {
  display: flex;
  justify-content: space-between;
}

.mobile-navbar .slicknav_nav a {
  font-size: 16px;
}
.tabs-planes {
  color: #9a9fa4 !important;
  font-size: 14px !important;
}
.mobile-navbar .slicknav_nav a:hover {
  background-color: transparent; 
}

.mobile-navbar .slicknav_nav ul {
  background-color: white;
  padding: 15px;
}

.mobile-navbar .slicknav_nav ul a {
  font-size: 14px;
}

.mobile-navbar .slicknav_nav .dropdown-content {
  background-color: #6e45e1;
  padding: 15px 0px;
  opacity: 1;
  visibility: visible;
  transform: scale(1) rotateX(0) perspective(0);
}

.mobile-navbar .slicknav_nav .dropdown-content li {
  padding: 5px 0px;
}

.mobile-navbar .slicknav_nav .dropdown-content li a {
  padding: 0px;
}

.mobile-navbar .slicknav_nav .request-sm-demo {
  margin-top: 20px;
}

.mobile-navbar .slicknav_nav .request-sm-demo a.btn {
  padding: 10px 30px;
}

.mobile-navbar .mega-menu-title {
  padding-left: 30px;
}

.mobile-navbar .mega-menu-title h6 {
  color: #ffffff;
  margin-bottom: 7px;
}

.menu-btn a {
  font-family: "Barlow", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
/*
.menu-btn a:hover {
  /* color: #6e45e1 !important; */
/* }  */

.brand-name h5 {
  font-size: 29px;
  font-weight: 100;
}

.nav-social-icons a {
  color: #ffffff;
  margin-right: 10px;
}

.nav-social-icons a:hover {
  color: #e67e22;
}

.nav-items ul {
  padding: 40px;
}

.nav-items ul li {
  list-style-type: none;
  margin-bottom: 10px;
  position: relative;
}

.nav-items ul li a {
  color: #ffffff;
  position: relative;
  transition: 0.5s;
  font-size: 25px;
  line-height: 40px;
}

.nav-items ul li a:before {
  content: "";
  width: 0;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  left: -15px;
  top: 50%;
  visibility: hidden;
  opacity: 0;
}

.nav-items ul li a:hover:before {
  visibility: visible;
  opacity: 1;
  width: calc(100% + 30px);
  transition: 0.5s all;
}

.toggle-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #e67e22 !important;
  display: none;
  z-index: 999;
}

.toggle-menu a {
  color: #ffffff;
}

.toggle-menu .icon_close {
  font-size: 40px;
}

/**********************************************
        Bredcumbs area
***********************************************/
.breadcrumd-header {
  background-color: rgba(248, 246, 251, 0.55);
  padding: 30px;
}

.breadcrumb-area {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0 90%, 0 0);
}

.breadcrumb-area .breadcrumb {
  background-color: transparent !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
}

.breadcrumb-area .breadcrumb li {
  display: inline;
  color: #8e94fa;
  font-size: 16px;
  font-weight: 400;
}

.breadcrumb-area .breadcrumb li a {
  color: #5e6f84;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.breadcrumb-area .breadcrumb li a:hover {
  color: #8e94fa;
  text-decoration: none;
}

.breadcrumb-area .breadcrumb li::after {
  padding: 8px;
  color: #5e6f84;
  content: ">";
}

.breadcrumb-area .breadcrumb li:last-child::after {
  content: "";
}

.find-search-option {
  position: absolute;
  right: 30px;
  top: calc(100% + 10px);
  width: 100%;
  display: none;
  z-index: 99;
}

.find-search-option .close-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #5f65db;
  cursor: pointer;
}

.find-search-option .form-control {
  color: #5e6f84;
  font-size: 14px;
  height: 50px;
  width: 100%;
  font-weight: 300;
  padding: 10px 45px 10px 30px;
  text-transform: capitalize;
  border: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  border-radius: 50px;
  margin: 0;
}

.find-search-option .form-control:focus {
  border: 0;
}

/* =================================
            footer
===================================*/
.footer-area {
  padding: 70px 0 50px;
  background-color: #5636C7;
}

.instagram_profile {
  display: none;
}

.instagram {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.instagram .instagram_gallery {
  display: flex;
  flex-wrap: wrap;
}

.instagram a {
  padding: 2px;
  width: 33.333%;
}

.instagram a img {
  width: 100% !important;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget.widget-title h5 {
  color: #343e48;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 30px;
}

.footer-widget.widget-title a img {
  margin-bottom: 30px;
}

.footer-widget.footer-text p {
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
}

.footer-widget.footer-text .post-code {
  color: #5e6f84;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 10px;
}

.footer-widget.footer-text img {
  margin-bottom: 20px;
}

.footer-widget h3 {
  color: #233142;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer-widget h5 {
  color: #233142;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer-widget p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.footer-widget .social-icons {
  margin-top: 10px;
}

.footer-widget .social-icons a {
  font-size: 14px;
  font-weight: 400;
  color: #343e48;
  letter-spacing: 0.14px;
  line-height: 22px;
  margin: 3px;
}

.footer-widget .social-icons a:hover {
  color: #12cbc4;
}

.footer-widget .contrac-info i.fa {
  color: #5e6f84;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.footer-widget .contrac-info span {
  color: #5e6f84;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

ul.social-links-media {
  margin-top: 20px;
}

ul.social-links-media li {
  display: inline-block;
  color: #5e6f84;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}

ul.social-links-media li a {
  display: block;
  height: 37px;
  width: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 6px;
}

.facebook {
  font-size: 16px;
  color: #3b5998;
  border: 1px solid #3b5998;
  border-radius: 50%;
}

.facebook:hover {
  background-color: #3b5998;
  color: #ffffff;
}

.twitter {
  font-size: 16px;
  color: #4fb9ed;
  border: 1px solid #4fb9ed;
  border-radius: 50%;
}

.twitter:hover {
  background-color: #4fb9ed;
  color: #ffffff;
}

.linkedin {
  font-size: 16px;
  color: #006097;
  border: 1px solid #006097;
  border-radius: 50%;
}

.linkedin:hover {
  background-color: #006097;
  color: #ffffff;
}

.pinterest {
  font-size: 16px;
  color: #dd4b39;
  border: 1px solid #dd4b39;
  border-radius: 50%;
}

.pinterest:hover {
  background-color: #dd4b39;
  color: #ffffff;
}

.whatsapp {
  font-size: 16px;
  color: #20d28d;
  border: 1px solid #20d28d;
  border-radius: 50%;
}

.whatsapp:hover {
  background-color: #20d28d;
  color: #ffffff;
}

.icono-wsp {
  color: #fff;
}

.enlace-wsp {
  font-size: 30px;
  top: 7px;
  left: 17px;
  position: absolute;
}

.btn-wsp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  z-index: 2;
  right: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgb(32, 210, 100), rgb(32, 210, 141));
  box-shadow: rgb(32 210 100 / 50%) 0px 4px 24px;
}

.btn-wsp:hover {
  background: #fff;
  transition: all 0.5s ease;
}

.btn-wsp:hover .icono-wsp {
  color: #20d28d;
  transition: all 0.5s ease;
}

.Useful-links.site-details a {
  color: #5e6f84;
  font-size: 14px;
  display: block;
  font-weight: 400;
  padding: 6px 0;
}

.Useful-links.site-details a:hover {
  color: #12cbc4;
}

.Useful-links a {
  color: #5e6f84;
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding: 6px 0;
}

.Useful-links a:hover {
  color: #666ce0;
}

#mc_embed_signup {
  background-color: transparent !important;
}

#mc_embed_signup form {
  padding: 0 !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  margin: 12px 0 0 !important;
  background-color: transparent !important;
}

#mc_embed_signup div.response {
  margin: 0 !important;
  padding: 0 0.5em 0.5em 0 !important;
  font-weight: normal !important;
  z-index: 1;
  width: 100% !important;
  font-size: 13px !important;
}

#mc_embed_signup div.response a {
  color: #6e45e1;
}

.subscribe-form {
  position: relative;
  margin-top: 30px;
}

.subscribe-form .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 15px 60px 15px 20px !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #5e6f84 !important;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid transparent !important;
  border-radius: 0.25rem !important;
  margin: 0 !important;
}

.subscribe-form .form-control:focus {
  color: #b8b8b8;
  background-color: #ffffff;
  border-color: #666ce0;
  border: 1px solid #666ce0;
  outline: 0;
  box-shadow: none;
}

.subscribe-form button {
  position: absolute;
  right: 0px;
  top: 0;
  background-color: #666ce0 !important;
  color: #ffffff;
  border-radius: 50% !important;
  height: 50px !important;
  width: 50px !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}

.subscribe-form button.bg-pink {
  background-color: #f5576c !important;
}

.call-now p {
  color: #343e48;
  font-family: Rubik;
  font-size: 17px !important;
  font-weight: 400 !important;
  letter-spacing: -0.38px;
  line-height: 22.8px;
  margin-bottom: 10px;
}

.call-now h6 {
  color: #343e48;
  font-family: Rubik;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 24px;
}

.copyright-area {
  background-color: #eeeeee;
  padding: 20px;
  text-align: center;
}

.copyright-area p {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
}

.copyright-area p a {
  color: #12cbc4;
}

.copyright-area a {
  color: #666ce0;
  padding-left: 5px;
}

.left-menu-bar {
  position: relative;
}

.left-menu-bar .search-icon:before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 26px;
  left: -13px;
  top: 0;
  background-color: #d5d5d5;
}

.homepage-header {
  background-color: rgba(248, 246, 251, 0.55);
  position: relative;
  z-index: 1;
}

.hero-inner-wrapper {
  padding: 100px 0 150px;
  margin-top: -1px;
  z-index: 1;
}

.hero-inner-wrapper.bg-pink {
  background: #f5576c;
}

.cliping-mask {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.hero-title {
  color: #ffffff;
  font-size: 65px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
}

.hero-content {
  color: #ffffff;
  margin-bottom: 50px;
}

.icon-shape-1 {
  position: absolute;
  left: 100px;
  top: 100px;
  animation: iconAnimationOne 13s infinite linear;
}

.icon-shape-2 {
  position: absolute;
  right: 300px;
  top: 200px;
  width: 20px;
  height: 20px;
  animation: iconAnimationOne 13s infinite linear;
}

.icon-shape-2 {
  position: absolute;
  right: 300px;
  top: 200px;
  width: 20px;
  height: 20px;
  animation: iconAnimationOne 13s infinite linear;
}

.icon-shape-4 {
  position: absolute;
  left: 100px;
  top: 30px;
  width: 20px;
  height: 20px;
  animation: iconAnimationOne 13s infinite linear;
}

.icon-shape-5 {
  position: absolute;
  left: 100px;
  top: 30px;
  width: 50px;
  height: 50px;
  animation: iconAnimationTwo 13s infinite linear;
}

@keyframes iconAnimationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes iconAnimationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes iconAnimationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(200px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 200px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes iconAnimationRocket {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  /* 20% {
    transform: translate(50px, 0px) rotate(36deg);
  } */
  40% {
    transform: translate(150px, 0px) rotate(45deg);
  }
  60% {
    transform: translate(250px, 0px) rotate(45deg);
  }
  80% {
    transform: translate(500px, -20px) rotate(45deg);
  }
  90% {
    transform: translate(0px, 0px) rotate(-145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(-345deg);
  }
}

@keyframes iconAnimatioPulpo {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(10vw, -1px) rotate(36deg);
  }
  25% {
    transform: translate(20vw, 20px) rotate(72deg);
  }
  30% {
    transform: translate(30vw, 30px) rotate(108deg);
  }
  35% {
    transform: translate(50vw, 30px) rotate(144deg);
  }
  40% {
    transform: translate(60vw, 20px) rotate(-108deg);
  }
  45% {
    transform: translate(70vw, 20px) rotate(-72deg);
  }
  50% {
    transform: translate(60vw, 20px) rotate(-36deg);
  }
  55% {
    transform: translate(50vw, 20px) rotate(72deg);
  }
  60% {
    transform: translate(40vw, 20px) rotate(108deg);
  }
  65% {
    transform: translate(30vw, 30px) rotate(144deg);
  }
  70% {
    transform: translate(20vw, 30px) rotate(-108deg);
  }
  80% {
    transform: translate(10vw, 20px) rotate(-72deg);
  }
  90% {
    transform: translate(5vw, 20px) rotate(-35deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.owl-carousel .owl-item img {
  display: unset;
  width: auto;
  box-shadow: none !important;
}

.client-logo-area {
  border-radius: 0px 0px 0px 200px;
  background-color: rgba(248, 246, 251, 0.55);
}

.client-logo-area.logo-bg {
  border-radius: 0px 0px 0px 0px;
  padding-bottom: 30px;
}

.client-logo-area.bg-transparen {
  border-radius: 0;
  background-color: transparent;
}

.client-title {
  color: #bfbec1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  text-align: center;
}

.sponser-img {
  text-align: center;
}

/* Map & Article Homepage 2 */
.homepage2 {
  display: flex;
  justify-content: center;
  text-align: center;
}

.homepage2 .section-title h6 {
  color: #f5576c;
}

.homepage2 .section-title-empresas::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 45px;
  width: 50px;
  height: 4px;
  border-radius: 20px;
  background-color: #ce3863;
  transform: translateX(-50%);
}

.homepage2 .section-title-contadores::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 45px;
  width: 50px;
  height: 4px;
  border-radius: 20px;
  background-color: #5636cc;
  transform: translateX(-50%);
}
.homepage2 .section-title-sueldos::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 45px;
  width: 50px;
  height: 4px;
  border-radius: 20px;
  background-color: #f2c61d;
  transform: translateX(-50%);
}

.homepage2 .section-title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 45px;
  width: 50px;
  height: 4px;
  border-radius: 20px;
  background-color: #f5576c;
  transform: translateX(-50%);
}

.dashboard-mockup {
  margin-bottom: -150px;
}

.slider-post-single .slider-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.about-img.about-img-2 {
  background: #f8f8f8;
  border-radius: 0 70px;
  padding: 50px;
  margin-top: 70px;
}

.about-img.about-img-2 .play-img {
  margin-top: -70px;
  position: relative;
}

.about-img.about-img-2 .video-about-area {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.shape-rounded {
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.product-acc {
  padding: 16px;
  background: transparent;
  color: #4e5967;
  width: -webkit-fill-available;
  text-align: start;
  margin-bottom: 30px;
  cursor: pointer;
  border-radius: 10px;
  border: 1.5px solid #A69FE3;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.product-acc-s {
  padding: 16px;
  background: transparent;
  color: #4e5967;
  width: -webkit-fill-available;
  text-align: start;
  margin-bottom: 30px;
  cursor: pointer;
  border-radius: 10px;
  border: 1.5px solid #f2c61d;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.product-acc-cyg {
  padding: 16px;
  background: white;
  color: #ce3863;
  width: -webkit-fill-available;
  text-align: start;
  cursor: pointer;
  border-radius: 10px;
  border: 1.5px solid #ce3863;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
.product-acc:hover {
  background-color: #e3deff;
}
.product-acc-s:hover {
  background-color: #fdf0bd;
}
.product-acc-cyg:hover {
  background-color: #f6e2e9;
}
.tr-width {
  width: 240.24px;
}
.icon {
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  transition: transform 0.3s ease;
}
.precio-off {
  background-color: #24bb33e0;
  margin-bottom: 10px !important;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-weight: 500;
  padding: 4px 10px;
  color: white;
  border-radius: 22px;
}
.content0, .content1, .content2, .content3, .content4, .content5 {
  display: none;
}
.pink-back2{
 background-color: #f6e2e9 !important;
}
.pink-back{
  background-color: #f6e2e9;
  border: 1px solid #FFBDD0 ;
  border-radius: 14px;
}
.shape-rounded.shape-rounded-right {
  -webkit-clip-path: circle(70% at 10% 50%);
  clip-path: circle(70% at 10% 50%);
  left: 0;
}

.shape-rounded.shape-rounded-left {
  -webkit-clip-path: circle(98% at 100% 50%);
  clip-path: circle(98% at 100% 50%);
  right: 0;
}

.shape-rounded:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(35, 49, 66, 0.3);
}

.chart-progress {
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 0 99px rgba(245, 87, 108, 0.27);
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-image-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.logo-images .single-logo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 59px rgba(245, 87, 108, 0.25);
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
}

.logo-images .single-logo:nth-child(1) {
  bottom: 230px;
}

.logo-images .single-logo:nth-child(2) {
  bottom: 70px;
  left: 50px;
}

.logo-images .single-logo:nth-child(3) {
  bottom: -70px;
  left: 150px;
}

.logo-images .single-logo:nth-child(4) {
  bottom: 200px;
  left: 200px;
}

.logo-images .single-logo:nth-child(5) {
  bottom: 40px;
  left: 250px;
}

.logo-images .single-logo:nth-child(6) {
  bottom: -70px;
  left: 400px;
}

.logo-images .single-logo:nth-child(7) {
  bottom: 40px;
  left: 420px;
}

/*================== Home Page 3  ===================*/
.header-connect-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header-connect-section .header-social-icons ul {
  margin-top: 0;
}

.header-connect-section .header-support-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

.header-connect-section .header-support-section i {
  margin-right: 10px;
}

.header-connect-section .header-support-section p:first-child {
  margin-right: 20px;
}

.header-connect-section .header-support-section p:first-child i {
  color: #7572f4;
}

.header-connect-section .header-support-section p:last-child i {
  color: #20d28d;
}

hr {
  margin: 0;
}

.hero-sec-area {
  display: flex;
}

.hero-sec-left {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-right: 40px;
}

.promo-sec-top {
  max-width: 500px;
  border-radius: 70px;
  border: 1px solid rgba(117, 114, 244, 0.14);
  background-color: rgba(117, 114, 244, 0.04);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-sec-top a {
  padding: 20px;
  color: #6e45e1;
}

/* .promo-sec-top:hover {
  background-color: rgba(71, 67, 240, 0.09);
} */

.hero-text h2 {
  color: #233142;
  font-family: Barlow;
  font-size: 50px;
  font-weight: 600;
  line-height: 63px;
}

.promo-sec-bottom {
  display: flex;
  align-items: center;
}

.promo-sec-bottom P {
  margin: 0 0 0 10px;
  position: relative;
}

.promo-sec-bottom P::before {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  right: -40px;
  top: 50%;
  background: #838b95;
}

.vedio-button {
  display: flex;
  align-items: center;
}

.vedio-button svg path {
  fill: #838b95;
}

.vedio-button svg:hover path {
  fill: #6e45e1;
}

.hero-sec-right img {
  width: 90%;
  height: auto;
}

.down-section {
  display: flex;
  justify-content: center;
}

.down-section .down-arrow {
  position: relative;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  box-shadow: 0 17px 53px rgba(96, 96, 96, 0.09);
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-in-out;
}

.down-section .down-arrow svg {
  position: absolute;
  animation: myarrow 3s infinite;
  transition: 0.4s ease-in-out;
}

.down-section .down-arrow svg path {
  fill: #6e45e1;
}

@keyframes myarrow {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.facility-section .facility-title {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.facility-section .facility-title h6 {
  color: #7572f4;
}

.facility-section .facility-title h2 {
  text-decoration: underline;
}

.facility-card-section {
  display: flex;
  flex-wrap: wrap;
}

.facility-card-section .facility-single-card {
  position: relative;
  text-align: center;
  background-color: #f8f8f8;
  padding: 30px;
  width: calc(100% / 3);
  transition: 0.3s ease-in-out;
}

.facility-card-section .facility-single-card img {
  margin-bottom: 20px;
}

.facility-card-section .facility-single-card a {
  color: #6e45e1;
  font-size: 14px;
}

.facility-card-section .facility-single-card::before {
  content: " ";
  border: 3px solid transparent;
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  transition: 0.5s;
}

.facility-card-section .facility-single-card:hover {
  background-color: #ffffff;
}

.facility-card-section .facility-single-card:hover::before {
  border: 3px solid #6e45e1;
  left: 0;
  width: 100%;
}

.facility-card-section .facility-single-card.active {
  background-color: #ffffff;
}

.facility-card-section .facility-single-card.active::before {
  border: 3px solid #6e45e1;
  left: 0;
  width: 100%;
}

.single-service-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-service-section .service-left {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 40px;
}

.single-service-section .service-left h6 {
  color: #6e45e1;
}

/* .single-service-section .service-left h3 {
  /* text-decoration: underline; */
/* }  */

.single-service-section .service-left a {
  border-radius: 5px;
  border: 1px solid #6e45e1;
  color: #6e45e1;
  max-width: 230px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.single-service-section .service-left a i {
  margin-left: 10px;
}

.single-service-section .service-left a:hover {
  background: #6e45e1;
  color: #ffffff;
}

.single-service-section:nth-child(2n + 2) {
  flex-direction: row-reverse;
}

.single-service-section:nth-child(2n + 2) .service-left {
  margin-left: 40px;
}

.pro-service-title,
.testimonials-title {
  text-align: center;
}

.pro-service-title h6,
.testimonials-title h6 {
  color: #7572f4;
}

.pro-service-title h2,
.testimonials-title h2 {
  text-decoration: underline;
}

.single-pro-service-card {
  display: flex;
  justify-content: center;
  z-index: 1;
}

.single-pro-service-card:nth-child(n + 4) {
  flex-direction: row-reverse;
}

.single-pro-service-card:nth-child(n + 4) .pro-service-card-text {
  text-align: left;
  margin-left: 30px;
  margin-right: 0;
}

.single-pro-service-card.one {
  position: absolute;
  right: 700px;
  top: 22%;
}

.single-pro-service-card.two {
  position: absolute;
  right: 780px;
  top: 52%;
}

.single-pro-service-card.three {
  position: absolute;
  right: 700px;
  top: 82%;
}

.single-pro-service-card.four {
  position: absolute;
  left: 700px;
  top: 22%;
}

.single-pro-service-card.five {
  position: absolute;
  left: 780px;
  top: 52%;
}

.single-pro-service-card.six {
  position: absolute;
  left: 700px;
  top: 82%;
}

.single-pro-service-card:hover .service-card-icon-2 {
  transform: scale(1.3);
}

.pro-service-card-text {
  text-align: right;
  max-width: 250px;
  margin-right: 30px;
}

.pro-service-card-img.service-card-icon-2 {
  background: #6e45e1;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.pro-service-card-img.service-card-icon-2 svg {
  width: 35px;
  height: 35px;
}

.pro-service-card-img.service-card-icon-2 svg path {
  fill: #ffffff;
}

.pro-service-card-img.service-card-icon-2.lightpink {
  background-color: #f87488;
  box-shadow: 0 10px 30px rgba(248, 116, 136, 0.26);
}

.pro-service-card-img.service-card-icon-2.lightblue {
  background-color: #4191ff;
  box-shadow: 0 10px 30px rgba(65, 145, 255, 0.26);
}

.pro-service-card-img.service-card-icon-2.purple {
  background-color: #8e94fa;
  box-shadow: 0 10px 30px rgba(142, 148, 250, 0.26);
}

.pro-service-card-img.service-card-icon-2.cyan {
  background-color: #1ed4e5;
  box-shadow: 0 10px 30px rgba(30, 212, 229, 0.26);
}

.pro-service-card-img.service-card-icon-2.orange {
  background-color: #ff9655;
  box-shadow: 0 10px 30px rgba(255, 150, 85, 0.26);
}

.pro-service-card-img.service-card-icon-2.darkpink {
  background-color: #f5576c;
  box-shadow: 0 10px 30px rgba(245, 87, 108, 0.26);
}

.inner-circle-section {
  max-width: 500px;
  border: 1px dashed #6e45e1;
  height: 500px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

.testimonials-slider .owl-nav {
  width: calc(100% + 100px);
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: -54px;
}

.testimonials-slider .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials-slider .owl-nav button.owl-prev,
.testimonials-slider .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #6e45e1;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(110, 69, 225, 0.6);
  font-size: 20px;
}

.testimonials-slider .owl-nav button.owl-prev:hover,
.testimonials-slider .owl-nav button.owl-next:hover {
  background-color: #6e45e1;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(110, 69, 225, 0.6);
}

.testimonials-slider .owl-nav button.owl-prev.disabled,
.testimonials-slider .owl-nav button.owl-next.disabled {
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  color: #6e45e1;
  cursor: default;
}

.testimonials-slider .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials-slider .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  background-color: #cecece;
  border-radius: 50%;
  margin: 12px 7px;
}

.testimonials-slider .owl-dots button.owl-dot.active {
  background-color: #6e45e1;
  box-shadow: 0 0 20px rgba(110, 69, 225, 0.3);
}

.testimonials-single-slider {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.testimonials-single-slider .testimonials-slider-img {
  width: 20%;
  text-align: center;
}

.testimonials-single-slider .testimonials-slider-img img {
  width: 50% !important;
}

.testimonials-single-slider .testimonials-slider-text {
  max-width: 900px;
  align-self: center;
  margin: 0 30px;
  width: 70%;
  position: relative;
}

.testimonials-single-slider .testimonials-slider-text::before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  top: 48px;
  left: -20px;
}

.testimonials-single-slider .testimonials-slider-text::after {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  bottom: 14px;
  right: -9px;
}

.testimonials-single-slider::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 27%;
  width: 100%;
  height: 63%;
  opacity: 0.05;
}

.testimonials-single-slider::after {
  content: " ";
  position: absolute;
  left: 0;
  top: 20%;
  width: 60%;
  height: 80%;
  opacity: 0.05;
}

.price-table-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.single-price-table {
  width: calc(100% / 3);
  border: 1px solid #e0e9ef;
}

.single-price-table .single-price-card {
  text-align: center;
  padding: 30px 0;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.single-price-table .single-price-card .price-text {
  max-width: 300px;
  margin: 0 auto;
}

.single-price-table .single-price-card .price-box-inner ul li {
  padding-top: 15px;
  border-bottom: 1px solid #e0e9ef;
}

.single-price-table .single-price-card .price-box-inner ul li i {
  font-size: 25px;
}

.single-price-table .single-price-card .price-box-inner ul li .icon_close {
  color: red;
}

.single-price-table .single-price-card .price-box-inner ul li .icon_check {
  color: #7572f4;
}

.single-price-table .single-price-card .price-box-inner ul li:first-child {
  border-top: 1px solid #e0e9ef;
}

.latest-news-area {
  position: relative;
}

.latest-news-area .latest-news-left-sec {
  margin-right: 40px;
  margin-bottom: 50px;
}

.latest-news-area .latest-news-left-sec h6 {
  color: #7572f4;
}

.latest-news-area .latest-news-right-sec {
  position: absolute;
  right: 0;
  top: 0;
}

.single-latest-news-item {
  border: 1px solid #e0e9ef;
  padding: 20px;
  border-radius: 10px;
}

.single-latest-news-item .news-card-img .thumb-image {
  width: 100%;
}

.latest-news-content {
  margin-top: 30px;
}

.latest-news-content .latest-news-author {
  display: flex;
}

.latest-news-content .latest-news-author img {
  width: 56px !important;
  height: 56px;
  border-radius: 50%;
  border: 2px solid #666ce0;
}

.latest-news-content .latest-news-author .news-tag {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 10px;
}

.latest-news-content .latest-news-author .news-tag span {
  display: inline-block;
}

.latest-news-content .latest-news-author .news-tag a {
  color: #6e45e1;
  font-size: 14px;
}

.latest-news-content .latest-news-author .news-tag a:hover {
  color: #6e45e1;
}

.latest-news-content h5 a {
  color: #192536;
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  display: block;
}

.latest-news-content h5 a:hover {
  color: #7572f4;
}

.latest-news-content span {
  color: #838b95;
  font-size: 14px;
}

.latest-news-content span a {
  color: #838b95 !important;
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 600;
}

.latest-news-content.text-white span {
  color: #ffffff;
}

.latest-news-content.text-white span a {
  color: #ffffff;
}

.latest-news-slider .owl-nav {
  width: 80px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: -200px;
  transform: translateY(100%);
}

.latest-news-slider .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.latest-news-slider .owl-nav button.owl-prev,
.latest-news-slider .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #6e45e1;
  color: #ffffff;
  font-size: 20px;
}

.latest-news-slider .owl-nav button.owl-prev:hover,
.latest-news-slider .owl-nav button.owl-next:hover {
  background-color: #6e45e1;
  color: #ffffff;
}

.latest-news-slider .owl-nav button.owl-prev.disabled,
.latest-news-slider .owl-nav button.owl-next.disabled {
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  color: #6e45e1;
  cursor: default;
}

.intro-video {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 1px solid #6e45e1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 50px;
}

.nav-about .btn-outline-primary:not(:disabled):not(.disabled).active,
.nav-about .btn-outline-primary:not(:disabled):not(.disabled):active,
.nav-about .show > .btn-outline-primary.dropdown-toggle {
  color: #6e45e1;
}

.btn-outline-primary-sueldo:not(:disabled):not(.disabled).active,
.btn-outline-primary-sueldo:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary-sueldo.dropdown-toggle {
  color: #fff !important;
  background-color: #f2c61d !important;
  box-shadow: none;
}

a.btn.btn-outline-primary-sueldo,
button.btn.btn-outline-primary-sueldo {
  color: #f2c61d;
  background: white !important;
  border: 1px solid #f2c61d;
  display: inline-block;
}

a.btn.btn-outline-primary-sueldo:hover, button.btn.btn-outline-primary-sueldo:hover {
  color: #ffffff !important;
  background: #f2c61d !important;
  border: 1px solid transparent !important;
  transition: all 0.5s ease;
}
.max-width-wrapper {
  max-width: 1650px;
  margin: 0 auto;
}

.thumbnail-image-slider .item-box {
  padding: 20px;
  overflow: hidden;
  width: 100%;
  height: 700px;
  position: relative;
  border-radius: 3px;
  background: no-repeat center center;
  background-size: cover;
  z-index: 1;
}

.thumbnail-image-slider .item-box.box-overlay:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(35, 49, 66, 0.5);
  z-index: -1;
}

.thumbnail-image-slider .item-box.item-box-md {
  height: inherit;
}

.thumbnail-slider {
  position: relative;
}

.slider-line .owl-carousel .owl-dots {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  top: 5%;
  right: calc((100% - 1650px) / 2 + 15px);
}

.slider-line .owl-carousel .owl-dots button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  height: 1px;
  width: 20px;
  background: #4b4b4b;
  flex-direction: column;
  display: flex;
  margin: 8px;
}

.slider-line .owl-carousel .owl-dots button.owl-dot.active {
  width: 35px;
  background: #d8d8d8;
  transform-origin: 0, 0, 0;
}

.slider-line.slider-line-reverse .owl-carousel .owl-dots {
  justify-content: flex-start;
  align-items: flex-start;
  left: 15px;
  right: inherit;
  top: -80px;
  flex-direction: initial;
}

.slider-line.slider-line-reverse .owl-carousel .owl-dots button.owl-dot {
  height: 20px;
  width: 2px;
}

.slider-line.slider-line-reverse .owl-carousel .owl-dots button.owl-dot.active {
  height: 35px;
  background: #d8d8d8;
  transform-origin: 0, 0, 0;
}

.large-thumbnail-slider .owl-stage {
  counter-reset: number;
}

.large-thumbnail-slider .owl-stage .owl-item {
  counter-increment: number;
}

.large-thumbnail-slider .owl-stage .owl-item:last-child {
  margin-right: 0;
}

.large-thumbnail-slider .owl-stage .owl-item .sider-count {
  position: relative;
  margin-bottom: 70px;
}

.large-thumbnail-slider .owl-stage .owl-item .sider-count::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: counter(number, decimal-leading-zero) " ";
  color: #707070;
  font-family: "Barlow", sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.large-thumbnail-slider.slider-dot .owl-dots {
  counter-reset: number;
}

.large-thumbnail-slider.slider-dot .owl-dots .owl-dot {
  counter-increment: number;
  margin-bottom: 70px;
}

.large-thumbnail-slider.slider-dot .owl-dots .owl-dot.active span {
  position: relative;
}

.large-thumbnail-slider.slider-dot .owl-dots .owl-dot.active span::before {
  position: absolute;
  top: -11px;
  left: -20px;
  content: counter(number) " ";
  color: #707070;
}

.large-thumbnail-slider.slider-dot-reverse .owl-dots {
  counter-reset: number;
}

.large-thumbnail-slider.slider-dot-reverse .owl-dots .owl-dot {
  counter-increment: number;
  margin-bottom: 70px;
}

.large-thumbnail-slider.slider-dot-reverse .owl-dots .owl-dot span {
  position: relative;
}

.large-thumbnail-slider.slider-dot-reverse .owl-dots .owl-dot span::before {
  position: absolute;
  bottom: 0;
  left: -3px;
  content: counter(number) " ";
  color: #707070;
}

.slider-thumb {
  position: absolute;
  bottom: 0;
  right: 0;
}

.slider-thumb .item {
  transition: all ease 0.25s;
  height: 80px;
  border-radius: 3px;
  border: solid 2px #d8d8d8;
  cursor: pointer;
  background-size: cover;
}

.slider-thumb .item.active {
  border: solid 2px #e67e22;
}

.slider-thumb .owl-stage {
  padding: 20px 0;
}

.slider-thumb.slider-thumb-md {
  position: inherit;
  display: flex;
  justify-content: flex-end;
  align-self: flex-end;
}

.thumbnail-slider-details h6 {
  color: #878787;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.thumbnail-slider-details h1 {
  color: #f3f3f3;
  font-family: "Barlow", sans-serif;
  font-size: 60px;
  line-height: 1.3;
}

.down-navigator {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: #1c222a;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

.down-navigator svg {
  animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  -moz-animation: bounce 3s infinite;
  -o-animation: bounce 3s infinite;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-20px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.title-dark h6 {
  color: #e67e22;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.title-dark p {
  color: #f3f3f3;
  font-family: "Rubik", sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.3;
}

.about-feature-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-focus-image {
  margin-left: -20px;
}

.section-description h6 {
  color: #e67e22;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-description h1 {
  color: #d8d8d8;
  font-family: "Barlow", sans-serif;
}

.section-description p {
  color: #a7a7a7;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.single-fan-facts {
  color: #a7a7a7;
  font-family: "Rubik", sans-serif;
}

.single-facts h2 {
  font-size: 40px;
}

.author-regards .regard-title {
  position: relative;
  color: #a7a7a7;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.author-regards .regard-title::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 50px;
  background-color: #e67e22;
  left: 90px;
  top: 50%;
}

.author-regards h1 {
  color: #686868;
  font-size: 46px;
  font-weight: 400;
}

.title-rotate-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(90deg);
  color: #e67e22;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.title-rotate-right.title-rotate-left {
  left: 0;
  right: unset;
  transform: rotate(-90deg);
}

.service-section-wrapper {
  border: 1px solid #393e44;
}

.rotate-title-position {
  position: relative;
}

.single-service {
  padding: 40px 30px;
  width: 33.33%;
}

.single-service:nth-child(1) {
  border-right: 1px solid #393e44;
  border-bottom: 1px solid #393e44;
}

.single-service:nth-child(2) {
  border-right: 1px solid #393e44;
  border-bottom: 1px solid #393e44;
}

.single-service:nth-child(3) {
  border-bottom: 1px solid #393e44;
}

.single-service:nth-child(4) {
  border-right: 1px solid #393e44;
}

.single-service:nth-child(5) {
  border-right: 1px solid #393e44;
}

.single-service h5 {
  color: #d8d8d8;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

.single-service p {
  color: #a7a7a7;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.feature-tag li {
  position: relative;
  color: #e67e22;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px;
}

.feature-tag li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 1px;
  background-color: #e67e22;
  right: 0;
  top: 40%;
}

.feature-tag li:first-child {
  padding-left: 0px;
}

.feature-tag li:last-child::before {
  display: none;
}

.black-portait-text h3 {
  color: #d8d8d8;
  font-family: "Barlow", sans-serif;
}

.black-portait-text p {
  color: #a7a7a7;
  font-family: "Rubik", sans-serif;
}

.sider-count {
  color: #707070;
  font-family: "Barlow", sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.next-navigatiom {
  height: 40px;
  width: 40px;
  background-color: #e67e22;
  font-size: 30px;
  cursor: pointer;
  margin-bottom: -50px;
}

.next-navigatiom i {
  color: #ffffff;
}

.portfolio-slider-dark {
  position: relative;
}

.black-portait-box {
  position: absolute;
  top: 35px;
}

.others-items a {
  color: #a7a7a7;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  border-bottom: 1px solid #e67e22;
}

.dark-testimonial-left h1 {
  color: #d8d8d8;
  font-family: "Barlow", sans-serif;
}

.slider-nav-dark span {
  height: 40px;
  width: 40px;
  background-color: #21262d;
  font-size: 30px;
  cursor: pointer;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-nav-dark span:hover {
  background-color: #e67e22;
}

.testimonial-box {
  padding: 60px 40px;
  background-color: #21262d;
}

.testimonial-quote {
  color: #a7a7a7;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

.testimonial-quote::before {
  position: absolute;
  content: "\f10d";
  top: -30px;
  left: -10px;
  font-family: "FontAwesome";
}

.testimonial-quote::after {
  position: absolute;
  content: "\f10e";
  bottom: -20px;
  right: 0px;
  font-family: "FontAwesome";
}

.dark-testimonial-avater {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.testimonial-authors h5 {
  color: #d8d8d8;
  font-family: "Barlow", sans-serif;
  margin-bottom: 0;
}

.testimonial-authors p {
  color: #878787;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  margin-bottom: 0px;
}

.single-article-img img {
  transform: scale(1);
  transition: 400ms;
}

.single-article-img img:hover {
  transform: scale(1.1);
  transition-delay: 300ms;
}

.article-title h4 {
  margin-bottom: 5px;
}

.article-title h4 a {
  color: #d8d8d8;
  font-family: "Barlow", sans-serif;
}

.article-title h4 a:hover {
  color: #e67e22;
}

.dark-article-type li {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #878787;
  position: relative;
  padding: 10px;
}

.dark-article-type li::before {
  position: absolute;
  content: "";
  top: 30%;
  right: 0;
  height: 14px;
  width: 1px;
  background-color: #878787;
}

.dark-article-type li:first-child {
  padding-left: 0px;
}

.dark-article-type li:last-child::before {
  display: none;
}

.dark-article-type li a {
  color: #e67e22;
}

/* =================================
            section title
===================================*/
.section-title {
  position: relative;
}

.section-title.text-right::before {
  left: auto;
  right: 0;
}

.section-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 45px;
  width: 50px;
  height: 4px;
  border-radius: 20px;
  background-color: #20d28d;
}

.section-title h6 {
  margin: 0;
  color: #666ce0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.28px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-title h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
}

.section-title h2 span {
  color: #233142;
  font-size: 36px;
  font-weight: 600;
  line-height: 55px;
}

/* =================================
            features
===================================*/
.single-card-item {
  padding: 20px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  border-radius: 10px;
  height: 240px;
}
.single-card-landing {
  padding: 20px;
  border: 1px solid #f2c61d;
  background-color: #ffffff;
  border-radius: 10px;
}
.text-landing {
  color: #233142;
  font-size: 18px;
}

.card-hover:hover {
  display: block;
}
.single-card-item.card-document {
  border: none;
}

.single-card-item .card-image {
  margin-bottom: 30px;
}

.single-card-item .service-card-icon {
  margin-bottom: 10px;
  text-align: center;
}

.single-card-item .service-card-icon svg {
  width: 40px;
  height: 40px;
}
.img-card {
  width: 80%;
}
.div-card {
  width: fit-content;
  text-align: center;
}
.card-volteo {
  width: 200px;
  height: 186px;
  perspective: 1000px;
}

.card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform-style: preserve-3d;
}

.card-volteo:hover .card-inner {
  transform: rotateY(180deg);
}

.card-front,
.card-back {
  width: 200px;
  height: 186px;
  position: absolute;
  backface-visibility: hidden;
  border-radius: 20px;
}

.card-front {
  background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.card-back {
  background-color: #fff;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-title-ads {
  font-size: 1.2rem;
  margin-bottom: 10px;
  margin-top: 10px;
}

.card-text-ads {
  text-align: center;
  font-size: 0.9rem;
  line-height: inherit;
  padding: 0px 20px;
}

.custom-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.08);
  margin: 30px 0px;
}
.etiquetas-dflex {
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
}
.etiquetas-c {
  padding: 0px 8px;
  font-size: 10px;
  background-color: #f6e4ea;
  border-radius: 30px;
  margin-right: 10px;
}
.etiquetas-s {
  padding: 0px 8px;
  font-size: 10px;
  background-color: #fdf0bd;
  border-radius: 30px;
  margin-right: 10px;
}
.etiquetas-p {
  padding: 0px 8px;
  font-size: 10px;
  background-color: #e3deff;
  border-radius: 30px;
  margin-right: 10px;
}
.mobile-direc {
  flex-direction: column;
}
.btn-mobil {
  text-align: center;
  margin-bottom: 20px !important;
}
.btn-mobil a {
  width: 220px;
}
.margin-packs {
  margin: 0px 10px;
}
.mobile-r {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.li-img {
  white-space:initial
}
.list-fun {
  list-style: disc;
  margin-left: 20px;
}
.t-text {
  white-space: nowrap;
}
.card-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 0px !important;
}
.single-card-item .service-card-icon .text-empresas svg path {
  fill: #ce3863 !important;
}
.single-card-item .service-card-icon .text-contadores svg path {
  fill: #8a84be !important;
}
.single-card-item .service-card-icon .text-sueldos svg path {
  fill: #f2c61d !important;
}

.single-card-item .service-card-icon.service-card-icon-2 {
  background: #A69FE3 ;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-card-item .service-card-icon.service-card-icon-2 svg {
  width: 35px;
  height: 35px;
}

.single-card-item .service-card-icon.service-card-icon-2 svg path {
  fill: #ffffff;
}

.single-card-item .service-card-icon.service-card-icon-2.lightpink {
  background-color: #f87488;
  box-shadow: 0 10px 30px rgba(248, 116, 136, 0.26);
}

.single-card-item .service-card-icon.service-card-icon-2.lightblue {
  background-color: #4191ff;
  box-shadow: 0 10px 30px rgba(65, 145, 255, 0.26);
}

.single-card-item .service-card-icon.service-card-icon-2.purple {
  background-color: #8e94fa;
  box-shadow: 0 10px 30px rgba(142, 148, 250, 0.26);
}

.single-card-item .service-card-icon.service-card-icon-2.cyan {
  background-color: #1ed4e5;
  box-shadow: 0 10px 30px rgba(30, 212, 229, 0.26);
}

.single-card-item .service-card-icon.service-card-icon-2.orange {
  background-color: #ff9655;
  box-shadow: 0 10px 30px rgba(255, 150, 85, 0.26);
}

.single-card-item .service-card-icon.service-card-icon-2.darkpink {
  background-color: #f5576c;
  box-shadow: 0 10px 30px rgba(245, 87, 108, 0.26);
}

.single-card-item .card-text {
  margin-top: 10px;
  margin-bottom: 30px;
}

.single-card-item .card-btn a {
  color: #9ca5b1;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.single-card-item .card-btn a i.fa {
  padding-left: 10px;
}

.single-card-item .card-btn a:hover {
  color: #666ce0;
}

.single-card-item:hover {
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 20px 40px 0px rgba(12, 0, 46, 0.08);
}

.single-card-item:hover.card-document {
  border: none;
  box-shadow: 0 0 40px rgba(52, 52, 52, 0.06);
}

.single-card-item.single-card-item-2 {
  border: 0 !important;
}

.single-card-item.single-card-item-2:hover {
  border: 0 !important;
}

.about-img img {
  width: 100%;
}

.about-content {
  margin-top: 15px;
  padding: 20px;
}

.about-test {
  color: #666ce0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin: 0;
}

.about-title {
  color: #233142;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-text {
  font-size: 18px;
  color: #5e6f84;
  padding-bottom: 10px;
}

.about-text-2 {
  color: #5e6f84;
  font-weight: 400;
  padding-bottom: 20px;
}

/* =================================
            coundown
===================================*/
.coundown-header {
  background: #ffffff;
  position: relative;
  z-index: 1;
  object-fit: contain;
  padding: 20px;
}

.coundown-header::before {
  position: absolute;
  content: "";
  right: 0;
  top: -19px;
  background: #8e94fa;
  z-index: 2;
  height: 70px;
  width: 100%;
  max-width: 810px;
}

.coundown-header::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -13px;
  height: 70px;
  width: 100%;
  max-width: 870px;
  background: #8e94fa;
  z-index: -1;
}

.coundown-area {
  position: relative;
  background-image: url(../img/bg/coundown-bg.jpg);
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
  object-fit: contain;
}

.coundown-left .card-test {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.coundown-left .coundown-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
}

.coundown-left .card-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.single-counter-box {
  margin-bottom: 50px;
  color: #ffffff;
}

.single-counter-box p {
  color: #ffffff;
}

p.counter-number {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ffffff;
}

.service-btn {
  margin-top: 30px;
}

/* =================================
            masonary
===================================*/
.project-filter {
  list-style: outside none none;
  margin: 0 0 40px;
  padding: 0;
}

.project-filter li {
  color: #233142;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  line-height: 1.8;
}

.project-filter li.active {
  color: #666ce0;
}

.project-filter.project-filter-2 li.active {
  color: #f5576c;
}

.project-list.no-masonry .grid-sizing {
  display: none;
}

.single-project {
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 2;
}

.project-item > img {
  width: 100%;
}

/*  overly style */
.single-project {
  position: relative;
  margin-bottom: 30px;
}

.single-project.grid-sizing {
  margin-bottom: 0;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  transition: 0.7s ease;
  padding: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  background: white;
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.59) 20%,
    white 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-2 {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  padding: 10px;
  color: #ffffff !important;
  transform: scale(0.6);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  background: rgba(245, 87, 108, 0.95);
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.overlay-2 .text {
  padding: 20px;
  width: 100%;
  text-align: left;
}

.overlay-2 .text .text-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.overlay-2 .text .text-content h4,
.overlay-2 .text .text-content p,
.overlay-2 .text .text-content h6 {
  color: #ffffff;
  margin-bottom: 20px;
}

.overlay-2 .text .text-content h4 a,
.overlay-2 .text .text-content p a,
.overlay-2 .text .text-content h6 a {
  color: #ffffff;
}

.overlay-2 .text .text-content .card-btn a {
  color: #ffffff;
  font-size: 14px;
}

.single-project:hover .overlay {
  bottom: -5px;
  height: 100%;
}

.single-project:hover .overlay-2 {
  border-radius: 10px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.text {
  color: #233142;
  font-size: 20px;
}

.text img {
  padding-bottom: 10px;
}

.text-content {
  padding: 20px;
}

.text-content h6 {
  color: #233142;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.text-content h4 {
  line-height: 1.3;
}

.text-content h4 a {
  color: #233142;
  font-size: 20px;
  font-weight: 700;
}

.text-content h4 a:hover {
  color: #5f65db;
}

.text-content p {
  color: #5e6f84;
  font-size: 15px;
  font-weight: 400;
}

/* =================================
            review slider
===================================*/
.review-slider-area {
  position: relative;
}

.review-slider-area::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #d9dbff;
  opacity: 0.13;
}

.review-slider-inner-bg {
  background-color: #d9dbff;
}

.slider-image {
  float: left;
  width: 400px;
}

.slider-image img {
  width: 100%;
}

.slider-image {
  position: relative;
}

.slider-text {
  position: absolute;
  left: 50px;
  bottom: -60px;
  background-color: #8e94fa;
  width: 140%;
  padding: 20px;
}

.slider-text h5 {
  color: #ffffff;
  font-size: 20px;
  margin: 0;
}

.slider-text p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.content-section {
  background-color: #ffffff;
  z-index: 1;
}

.content-section .content-section-inner {
  padding: 40px;
}

.review-start a {
  display: inline-block;
  margin-top: 20px;
  color: #eac401;
}

.review-text {
  position: relative;
  margin-top: 50px;
  display: block;
}

.review-text::before {
  position: absolute;
  font-family: fontAwesome;
  content: "\f10d";
  color: #5e6f84;
  left: 0;
  top: 60px;
  font-size: 30px;
  line-height: 30px;
  margin-top: -110px;
}

/* slider scss */
.review-slider {
  position: relative;
}

.review-slider .owl-nav {
  position: absolute;
  left: 50%;
  bottom: 10px;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}

.review-slider .owl-nav button.owl-prev,
.review-slider .owl-nav button.owl-next {
  font-size: 35px;
  padding-left: 18px;
  display: block;
  margin: 0 20px;
  color: #ffffff;
  font-size: 30px;
}

.review-slider .owl-nav button.owl-prev:hover,
.review-slider .owl-nav button.owl-next:hover {
  color: #666ce0;
}

/* =================================
            priging table
===================================*/
.single-price-box {
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 40px rgba(52, 52, 52, 0.06);
}

.price h1 sup {
  color: #838b95;
  font-size: 18px;
  font-weight: 600;
  top: -35px;
  padding: 0px 2px;
}

.price h1 span {
  color: #4e5967;
  font-size: 65px;
  font-weight: 700;
}

.price h1 sub {
  color: #838b95;
  font-size: 15px;
  font-weight: 600;
}

.price-head p {
  position: relative;
  font-size: 14px;
  color: #4e5967;
}

.price-head p::before {
  position: absolute;
  content: "";
  bottom: -20%;
  left: 45%;
  height: 3px;
  width: 32px;
  background: #20d28d;
}

.price-box-inner a {
  margin-top: 20px;
}

.price-box-inner ul li {
  display: block;
  padding: 10px;
  font-size: 14px;
  color: #4e5967;
}

.price-box-inner ul li strong {
  color: #233142;
  font-size: 14px;
  font-weight: 500;
  padding-left: 5px;
}

.onoffswithc-checkbox .nav-tabs .nav-item {
  color: #233142;
  border: 1px solid #8e94fa;
  border-radius: 50px;
  margin: 0 10px;
}

.onoffswithc-checkbox .tab-nav .nav-tabs .nav-item.show .nav-link,
.onoffswithc-checkbox .nav-tabs .nav-link {
  color: #233142;
}

.onoffswithc-checkbox .tab-nav .nav-tabs .nav-item.show .nav-link,
.onoffswithc-checkbox .nav-tabs .nav-link.active {
  color: #ffffff;
  border-radius: 50px;
  background-color: #8e94fa;
  border: 1px solid #8e94fa;
}

.switch-pricing-tab {
  border-radius: 50px;
  padding: 4px 5px;
}

.switch-pricing-tab.bg-primary .nav-tabs .nav-item a.active {
  color: #6e45e1;
}

.switch-pricing-tab .nav-tabs {
  position: relative;
  width: 200px;
  border-bottom: 1px solid transparent !important;
}

.switch-pricing-tab .nav-tabs:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  background-color: #ffffff;
  height: 100%;
  content: "";
  border-radius: 20px;
  transition: 0.4s;
}

.switch-pricing-tab .nav-tabs.slide-tab::before {
  left: 50%;
}

.switch-pricing-tab .nav-tabs li.nav-item {
  position: relative;
  z-index: 1;
  padding: 10px 0;
  margin-bottom: 0;
  width: 50%;
  text-align: center;
}

.switch-pricing-tab .nav-tabs li.nav-item a {
  color: #ffffff;
}

.switch-pricing-tab .nav-tabs li.nav-item a.active {
  color: #f5576c;
}

.switch-pricing-tab .nav-tabs li.nav-item a.active.contadores {
  color: #5636cc;
}
.switch-pricing-tab .nav-tabs li.nav-item a.active.empresas {
  color: black;
}
.switch-pricing-tab .nav-tabs li.nav-item a.active.sueldos {
  color: #f2c61d;
}

/* =================================
            Our Team
===================================*/
.single-team-item {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 50px;
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 40px rgba(52, 52, 52, 0.06);
}

.single-team-item:hover {
  background-color: #ffffff;
  box-shadow: 0 0 40px rgba(52, 52, 52, 0.06);
}

.single-team-item .team-image {
  padding-bottom: 20px;
}

.single-team-item .team-image img {
  width: 141px;
  height: 141px;
  border-radius: 50%;
}

.single-team-item .team-image.member-img {
  margin-bottom: -90px;
  position: relative;
  z-index: 1;
}

.single-team-item .team-image.member-img > img {
  border: 2px solid #f5576c;
}

.single-team-item .author-name {
  color: #233142;
  font-weight: 600;
  margin: 0;
  padding-bottom: 5px;
}

.single-team-item .author-position {
  color: #838b95;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  padding-bottom: 8px;
}

.single-team-item .author-profile a {
  color: #b8b8b8;
  font-size: 18px;
  font-weight: 400;
  margin: 5px;
}

.single-team-item .author-profile a:hover {
  color: #666ce0;
}

.single-team-item.single-team-member {
  padding-bottom: 0;
  box-shadow: 0 0 0 0 rgba(52, 52, 52, 0.06);
}

.single-team-item.single-team-member .team-member-details {
  padding: 90px 0 30px;
  background-color: #f5f5f5;
  position: relative;
  transition: 0.5s;
}

.single-team-item.single-team-member .team-member-details .author-profile {
  position: absolute;
  right: 10px;
  top: 46px;
  transform: translateX(20px);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  z-index: 2;
}

.single-team-item.single-team-member:hover .team-member-details {
  background-color: #f5576c;
  position: relative;
}

.single-team-item.single-team-member:hover .team-member-details h5,
.single-team-item.single-team-member:hover .team-member-details h6 {
  color: #ffffff;
}

.single-team-item.single-team-member:hover
  .team-member-details
  .author-profile {
  transform: translateX(-10px);
  visibility: visible;
  opacity: 1;
}

.single-team-item.single-team-member:hover
  .team-member-details
  .author-profile
  a {
  color: #ffffff;
}

.portfolio-img img {
  width: 100%;
  height: auto;
}

.brand-name {
  margin: 0;
}

.avater-self {
  width: 100%;
}

.avater-position {
  position: relative;
  margin-bottom: 35px;
}

.avater-position:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  display: flex;
  align-items: center;
  height: 1px;
  width: 60px;
  background-color: #5f65db;
}

.social-links-profile {
  text-align: center;
  margin-top: 30px;
}

.social-links-profile a {
  height: 37px;
  width: 37px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #666ce0;
  color: #666ce0;
  margin: 5px;
  border-radius: 50%;
}

.social-links-profile a:hover {
  background-color: #666ce0;
  color: #ffffff;
}

ul.personal-linkedin li {
  display: block;
  padding: 5px 0;
}

ul.personal-linkedin li a {
  color: #233142;
  font-size: 16px;
  font-weight: 400;
}

ul.personal-linkedin li a i.fa {
  padding-right: 15px;
  color: #5f65db;
  font-size: 16px;
}

.team-title {
  color: #233142;
  font-size: 30px;
  font-weight: 600;
}

.team-title-member {
  padding-bottom: 60px;
}

/* slider scss */
.our-team-member {
  padding-left: 15px;
  padding-right: 15px;
}

.our-team-member .owl-nav {
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}

.our-team-member .owl-nav button.owl-prev,
.our-team-member .owl-nav button.owl-next {
  font-size: 35px;
  padding-left: 18px;
  display: block;
  margin: 0 5px;
  color: #cdcdce;
  font-size: 30px;
}

.our-team-member .owl-nav button.owl-prev:hover,
.our-team-member .owl-nav button.owl-next:hover {
  color: #666ce0;
}

.single-team-member .author-name {
  line-height: 0.5;
}

.single-team-member .author-position {
  font-weight: 300;
}

/* =================================
            Faq
===================================*/
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  border: transparent;
  box-shadow: 0 10px 30px rgba(179, 189, 199, 0.16);
  margin-bottom: 30px;
  align-items: center;
}

.faq-qus-title {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  color: #233142;
  font-size: 22px;
  margin-right: 15px;
  margin-bottom: 0;
}

.faq-qus-title::after {
  content: "\002B";
  font-family: FontAwesome;
  color: #666ce0;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
}

.faq-qus-title.active::after {
  content: "\2212";
  font-family: FontAwesome;
  color: #666ce0;
  font-size: 30px;
  line-height: 1;
}

.faq-qus-title h6 {
  color: #233142;
  font-size: 20px;
  font-weight: 500;
  margin-right: 15px;
  margin-bottom: 0;
}

.faq-qus-title.faq-qus-title-2::after {
  color: #f5576c;
}

.faq-qus-title.faq-qus-title-2.active::after {
  color: #f5576c;
}

.faq-qus-ans {
  display: none;
}

.faq-qus-ans p {
  color: #233142;
  font-size: 16px;
  padding-top: 10px;
}

.faq-search-option .form-control {
  color: #8898b1;
  font-size: 14px;
  height: 50px;
  width: 100%;
  font-weight: 300;
  padding: 10px 50px 10px 15px;
  text-transform: capitalize;
  border: 1px solid #bac3d1;
  background-color: #ffffff;
  border-radius: 0.25rem !important;
}

.faq-search-option .form-control:focus {
  border: 1px solid #5f65db !important;
  box-shadow: none !important;
}

.faq-search-option {
  position: relative;
}

.faq-search-option a {
  position: absolute;
  right: 20px;
  bottom: 9px;
  font-size: 20px;
  color: #5f65db;
}

.contrac-form label {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #5e6f84;
}

.contrac-form .form-control:focus {
  border: 1px solid #5f65db !important;
  box-shadow: none !important;
}

/* =================================
            recent article
===================================*/
.single-article-item {
  padding: 10px;
  box-shadow: 0 0 30px rgba(164, 164, 164, 0.1);
  background-color: #ffffff;
  margin-bottom: 40px;
}

.single-article-item .business-btn {
  font-size: 12px;
  background: #666ce0;
  padding: 5px 15px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.26px;
  position: absolute;
  left: 15px;
  top: 15px;
}

.single-article-item .business-btn.bg-pink {
  background: #f5576c;
}

.view-more a {
  font-size: 35px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}

.view-more a:hover {
  color: #20d28d;
}

.thumb-image {
  width: 100%;
  border-radius: 10px;
}

/* Style for "BUSINESS" */
.author-absolute {
  position: relative;
}

.featured-slider .owl-item .thumb-image {
  width: 100%;
}

.author-image {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #666ce0;
  position: absolute;
  left: 15px;
  bottom: -20px;
}

.author-image.bd-white {
  border: 2px solid #ffffff;
}

.article-content {
  padding: 10px;
  margin-top: 30px;
}

.article-content h5 a {
  color: #192536;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}

.article-content span {
  color: #838b95;
  font-size: 14px;
  padding-bottom: 20px;
  padding-left: 5px;
}

.article-content span a {
  color: #838b95;
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 600;
  padding-left: 5px;
}

.article-content.text-white span {
  color: #ffffff;
}

.article-content.text-white span a {
  color: #ffffff;
}

/*  article-overlay */
.single-article-item {
  position: relative;
}

.article-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.8s ease;
  background: linear-gradient(to bottom, #8e94fa 0%, #323bb8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.article-overlay.article-overlay-2 {
  background: #f5576c;
  border-radius: 10px;
}

.single-article-item:hover .article-overlay {
  height: 100%;
}

.article-text {
  padding: 20px;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
}

.article-text h4 {
  color: #ffffff;
  line-height: 1.3;
}

.article-text h4 a {
  color: #ffffff;
}

.article-text p {
  color: #f5f5f5;
  font-size: 14px;
}

/* slider scss */
.featured-slider {
  padding-left: 15px;
  padding-right: 15px;
}

.featured-slider .owl-nav {
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}

.featured-slider .owl-nav button.owl-prev,
.featured-slider .owl-nav button.owl-next {
  font-size: 35px;
  padding-left: 18px;
  display: block;
  margin: 0 5px;
  color: #cdcdce;
  font-size: 30px;
}

.featured-slider .owl-nav button.owl-prev:hover,
.featured-slider .owl-nav button.owl-next:hover {
  color: #666ce0;
}

/* =================================
            Call to active
===================================*/
.footer-top-area {
  position: relative;
}

.parrolox {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.parrolox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(35, 49, 66, 0.7);
  z-index: -1;
}

.footer-top-content h6 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin: 0;
}

.footer-top-content h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
}

.footer-top-content p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 30px;
}

.footer-top-content.footer-top-2 h6 {
  color: #f5576c;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  line-height: 4px;
  text-transform: uppercase;
}

.footer-top-content.footer-top-2 h1 {
  color: #233142;
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
  margin: 15px 0 30px;
}

.footer-top-content.footer-top-2 p {
  color: #5e6f84;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

/* =================================
            about
===================================*/
.custom-tab {
  padding: 15px 30px;
}

.custom-tab .nav-link {
  display: block;
  padding: 0;
  margin-bottom: 30px;
  padding-right: 20px;
  color: #aaaab9;
}

.custom-tab .tab-nav .nav-tabs .nav-item.show .nav-link,
.custom-tab .nav-tabs .nav-link.active {
  color: #5f65db;
  background-color: none;
  border-color: transparent;
  border-bottom: none;
}

.custom-tab .tab-nav .tab-nav .nav-tabs .nav-link:focus,
.custom-tab .nav-tabs .nav-link:hover {
  border-color: none;
}

.custom-tab .nav-tabs .nav-link:focus,
.custom-tab .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.custom-tab .tab-nav .nav-tabs .nav-link {
  border: 0;
  border-top-left-radius: none;
  border-top-right-radius: none;
}

.custom-tab .tab-nav .nav-tabs .nav-link {
  display: block;
  color: #aaaab9;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  line-height: 4px;
  text-transform: uppercase;
}

.tab-content h3 {
  font-size: 28px;
  color: #233142;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
  padding-bottom: 20px;
}

.tab-text {
  padding-top: 10px;
  padding-bottom: 40px;
}

.author-intro {
  position: relative;
}

.author-intro a {
  padding-left: 35px;
  color: #233142;
  font-size: 18px;
  font-weight: 600;
}

.author-intro::before {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  height: 2px;
  width: 20px;
  background-color: #5f65db;
}

.tab-img img {
  width: 100%;
}

.business-image img {
  width: 100%;
}

.solutions-title {
  color: #233142;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 50px;
}

.solution-img svg {
  width: 60px;
  height: 60px;
}

.solution-img svg path {
  color: #5f65db;
  fill: #5f65db;
}

.analytices-icons svg {
  width: 40px;
  height: 40px;
}

.solution-text h6 {
  color: #233142;
  font-size: 20px;
  font-weight: 700;
}

.solution-text p {
  color: #5e6f84;
  font-size: 16px;
  font-weight: 400;
}

.video-area-bg {
  background-color: #838b95;
  position: relative;
  background-image: url(../img/bg/video-bg.jpg);
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
  object-fit: contain;
  padding-top: 175px;
  padding-bottom: 175px;
}

.video-area-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(35, 49, 66, 0.7);
  z-index: -1;
}

/* "magnificPopup" */
.video-area {
  background-color: transparent;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.video-play-btn {
  width: 50px;
  height: 50px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.39);
  background-color: #5f65db;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.video-play-btn::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #6e45e1;
  opacity: 0;
  border-radius: 100%;
  transform-origin: 50% 50%;
  animation: ripple 1.5s ease-out infinite;
  animation-delay: 1s;
  z-index: -1;
}

.video-play-btn i {
  color: #ffffff;
}

.video-play-btn.video-play-btn-outline-pink {
  background-color: #f5576c;
}

.video-play-btn.video-play-btn-outline-pink::before {
  background: #f5576c;
}

.circle-ripple {
  border-radius: 50%;
  overflow: inherit;
}

@keyframes ripple {
  0%,
  35% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}

.customer-title {
  color: #233142;
  font-size: 36px;
  font-weight: 600;
}

.single-counter-item {
  margin-bottom: 50px;
}

.single-counter-item p {
  color: #5e6f84;
  margin-top: 30px;
}

.counter-number.customer-number {
  color: #5f65db;
  font-size: 70px;
  font-weight: 600;
}

.counter-number.customer-number span {
  color: #9747ff;
  font-family:"Open Sans";
  font-weight: 700 !important;
  font-size: 50px;
  font-weight: 600;
}

.counter-number p.customer-number {
  color: #5f65db;
  font-size: 70px;
  font-weight: 600;
}

/* =================================
          service
===================================*/
.business-agency-content .business-logo img {
  padding-bottom: 20px;
}

.business-agency-content .team-user {
  background-image: linear-gradient(126deg, #5f65db 0%, #8e94fa 100%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.business-agency-content .team-user svg {
  width: 30px;
  height: 30px;
}

.business-agency-content .team-user svg path {
  fill: #ffffff;
}

.business-agency-content .business-title {
  color: #233142;
  font-size: 36px;
  font-weight: 600;
}

.business-agency-content .business-content {
  color: #5e6f84;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.progress-image {
  margin-bottom: 50px;
}

/**
   single-service-item  scss
**/
.progress-header {
  color: #5f65db;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.progress-title {
  color: #233142;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.progress-text {
  color: #5e6f84;
  font-size: 16px;
  font-weight: 400;
}

.single-service-inner .single-service-item {
  display: flex;
}

.service-content {
  padding-left: 15px;
  padding-right: 15px;
}

.service-image {
  padding-right: 30px;
  margin-bottom: 30px;
  width: 40%;
}

.service-icons {
  width: 150px;
  height: 150px;
}

.service-icons path {
  fill: #5f65db;
}

.single-service-item {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  margin-bottom: 40px;
}

.single-service-item:hover {
  border-color: 1px solid #e9e9e9;
  background-color: #5f65db;
  transition: 0.5s;
}

.single-service-item:hover .service-title {
  color: #ffffff;
}

.single-service-item:hover .service-test {
  color: #ffffff;
}

.single-service-item:hover .service-btn a {
  color: #ffffff;
}

.single-service-item:hover .service-image svg path {
  fill: #ffffff;
}

.service-title {
  color: #233142;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

.service-test {
  color: #5e6f84;
  font-size: 16px;
  font-weight: 400;
}

.service-btn a {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}

.service-btn a i.fa {
  padding-left: 10px;
}

.service-btn a:hover {
  color: #666ce0;
}

.service-box:nth-child(2n + 2) {
  justify-content: flex-end;
}

.service-box:nth-child(2n + 2) .single-service-item {
  flex-direction: row-reverse;
}

.contrac-title {
  color: #233142;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
}

.contrac-btns {
  margin-top: 20px;
}

.single-service-item .service-btn a {
  font-size: 15px;
  font-weight: 400;
  color: #5f65db;
}

.single-service-item .service-btn a i.fa {
  padding-left: 10px;
}

.circle-chart__percent {
  text-anchor: middle;
  font-size: 8px;
  display: flex;
  align-items: center;
  transform: translateY(7%);
}

.circlechart-item p {
  color: #233142;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  margin-top: 30px;
  text-align: center;
}

/* =================================
            service single
===================================*/
.sidebar-top {
  margin-top: 55px;
}

.business-title {
  color: #233142;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.business-meta {
  color: #233142;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.text-condition {
  color: #5e6f84;
  font-weight: 400;
  padding-bottom: 30px;
}

.business-thumb {
  padding-top: 15px;
  padding-bottom: 40px;
}

.impressive-img img {
  width: 100%;
}

.check-icon-inner {
  display: flex;
  align-items: center;
}

.check-icon-inner .check-icon {
  margin-right: 10px;
  margin-bottom: 10px;
}

.order-list ol {
  padding-left: 24px;
}

.order-list ol li {
  padding-bottom: 10px;
  font-size: 16px;
  color: #5e6f84;
  padding-left: 10px;
}

.sidebar-widget {
  background-color: #f5f5f5;
}

.sidebar-widget .b-title {
  color: #ffffff;
  background-image: linear-gradient(101deg, #8e94fa 0%, #5f65db 100%);
  width: 100%;
  padding: 15px;
}

.sidebar-widget a {
  color: #233142;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  display: block;
  padding: 15px;
  background-color: #f5f5f5;
}

.sidebar-widget a:hover {
  color: #8e94fa;
}

.sidebar-title-item a {
  display: block;
  padding: 15px 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
  background-color: #5f65db;
  border: 1px solid #8e94fa;
  color: #ffffff;
}

.sidebar-title-item a:hover {
  background-color: #ffffff;
  color: #233142;
  border: 1px solid #8e94fa;
}

.need-help {
  background-color: #ff7e67;
  padding: 30px 20px;
}

.need-help h5 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding-top: 20px;
}

.help-post-inner {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.help-post-left {
  padding-right: 5px;
}

.help-post-left a i.fa {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  padding-right: 10px;
}

.help-post-right {
  padding-right: 10px;
}

.help-post-right a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.help-post-right p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.investor-title {
  color: #233142;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.investor-avater {
  margin-bottom: 40px;
}

.investor-text {
  color: #5e6f84;
  font-weight: 400;
  padding-bottom: 10px;
  padding: 5px;
}

.investor-name {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.investor-form {
  color: #5f65db;
  font-size: 14px;
  font-weight: 400;
}

.single-investor-item img {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
}

.slider-dots .owl-dots {
  text-align: center;
  margin: 30px 0 0;
}

.slider-dots .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  padding: 5px;
  border-radius: 50%;
  background: #5f65db;
  margin: 0px 5px;
  cursor: pointer;
}

.slider-dots .owl-dots .owl-dot.active {
  background-color: #5f65db;
  width: 30px;
  height: 9px;
  border-radius: 10px;
}

.slider-radius .owl-dots {
  text-align: center;
  margin: 50px 0px;
}

.slider-radius .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  padding: 5px;
  border-radius: 50%;
  background: #e9e9e9;
  margin: 0px 5px;
  cursor: pointer;
}

.slider-radius .owl-dots .owl-dot.active {
  background-color: #f5564e;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}

/* =================================
            case studies
===================================*/
.Studies-title {
  color: #233142;
  font-size: 30px;
  font-weight: 600;
}

.text-studies {
  color: #5e6f84;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 30px;
}

.project-filter.filter-center {
  list-style: outside none none;
  margin: 0 0 70px;
  padding: 0;
  text-align: center;
}

.project-item {
  overflow: hidden;
  position: relative;
}

.project-item img {
  border-radius: 10px;
}

.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #5f65db;
  border-color: #5f65db;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #5f65db;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
  margin: 5px;
  color: #5e6f84;
}

.page-link:hover {
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  background-color: #5f65db;
  border-color: #5f65db;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* =================================
        case studies single
===================================*/
.project-details .project-title {
  font-weight: 700;
}

.project-details .project-text {
  margin-bottom: 20px;
}

.project-overview {
  width: 100%;
}

.project-overview img {
  width: 100%;
  height: 100%;
}

.Overview li {
  display: block;
  color: #5e6f84;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  padding: 7px 0;
}

.Overview li span {
  color: #5f65db;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding-right: 10px;
}

.Overview li strong {
  color: #233142;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

.Overview li a {
  color: #5e6f84;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

a.view-project-btn {
  display: inline-block;
  border: 1px solid #20d28d;
  padding: 10px 30px;
  border-radius: 50px;
  color: #ffffff;
  background-color: #20d28d;
}

a.view-project-btn:hover {
  background-color: #8e94fa;
  border: 1px solid #8e94fa;
  color: #ffffff;
}

.share-on {
  margin-top: 30px;
}

.share-on li {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}

.share-on li span {
  padding-right: 20px;
}

.share-on li a {
  display: block;
  height: 37px;
  width: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 6px;
}

.facebook {
  font-size: 16px;
  color: #3b5998;
  border: 1px solid #3b5998;
  border-radius: 50%;
}

.facebook:hover {
  background-color: #3b5998;
  color: #ffffff;
}

.instagram {
  font-size: 16px;
  color: #4c68d7;
  border: 1px solid #4c68d7;
  border-radius: 50%;
}

.instagram:hover {
  background-color: #4c68d7;
  color: #ffffff;
}

.twitter {
  font-size: 16px;
  color: #4fb9ed;
  border: 1px solid #4fb9ed;
  border-radius: 50%;
}

.twitter:hover {
  background-color: #4fb9ed;
  color: #ffffff;
}

.linkedin {
  font-size: 16px;
  color: #006097;
  border: 1px solid #006097;
  border-radius: 50%;
}

.linkedin:hover {
  background-color: #006097;
  color: #ffffff;
}

.pinterest {
  font-size: 16px;
  color: #dd4b39;
  border: 1px solid #dd4b39;
  border-radius: 50%;
}

.pinterest:hover {
  background-color: #dd4b39;
  color: #ffffff;
}

.whatsapp {
  font-size: 16px;
  color: #20d28d;
  border: 1px solid #20d28d;
  border-radius: 50%;
}

.whatsapp:hover {
  background-color: #20d28d;
  color: #ffffff;
}

.enlace-wsp {
  font-size: 30px;
  top: 7px;
  left: 17px;
  position: absolute;
}

.icono-wsp {
  color: #fff;
}


.project-img img {
  width: 100%;
}

.single-post-card {
  padding: 35px;
  background-color: #ffffff;
  border-radius: 10px;
}

.single-post-card:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.single-post-card h6 {
  color: #233142;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.single-post-card .post-title a {
  color: #233142;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.single-post-card .post-title a:hover {
  color: #5f65db;
}

.single-post-card p {
  color: #5e6f84;
  font-size: 16px;
  font-weight: 400;
}

.single-post-card.post-bg {
  background-color: #838383;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.84;
  border-radius: 10px;
  position: relative;
}

.single-post-card.post-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(35, 49, 66, 0.8);
  z-index: -1;
  border-radius: 10px;
}

.single-post-card.post-bg:hover h5.post-title a:hover {
  color: #20d28d !important;
}

.single-post-card.post-bg h6 {
  color: #ffffff !important;
}

.single-post-card.post-bg h5.post-title a {
  color: #ffffff !important;
}

.single-post-card.post-bg h5.post-title a:hover {
  color: #5f65db !important;
}

.single-post-card.post-bg p {
  color: #ffffff !important;
}

/* slider scss */
.single-post-slider {
  padding-left: 15px;
  padding-right: 15px;
}

.single-post-slider .owl-item {
  padding-bottom: 15px;
}

.single-post-slider .owl-nav {
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
}

.single-post-slider .owl-nav button.owl-prev,
.single-post-slider .owl-nav button.owl-next {
  font-size: 35px;
  padding-left: 18px;
  display: block;
  margin: 0 5px;
  color: #cdcdce;
  font-size: 30px;
}

.single-post-slider .owl-nav button.owl-prev:hover,
.single-post-slider .owl-nav button.owl-next:hover {
  color: #666ce0;
}

/* =================================
            news
===================================*/
.pagination-area-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.single-news-item-inner {
  margin-bottom: 50px;
}

.single-news-item {
  position: relative;
}

.single-news-item .business-btn {
  font-size: 12px;
  background: #666ce0;
  padding: 5px 15px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.26px;
  position: absolute;
  left: 15px;
  top: 15px;
}

.news-content {
  background-color: #ffffff;
  margin-top: -60px;
  position: relative;
  padding: 30px;
}

.news-content.content-text {
  box-shadow: 0px 0px 131px 0px rgba(74, 74, 74, 0.1);
}

.news-content.content-style {
  margin-top: 0;
}

.news-content h4 a {
  font-size: 24px;
  color: #233142;
  margin-top: 10px;
  display: block;
}

.news-content h4 a:hover {
  color: #8e94fa;
}

.news-content span {
  color: #838b95;
  font-size: 14px;
  display: block;
  margin-top: 15px;
}

.news-content span a {
  color: #838b95;
  font-size: 14px;
  padding-bottom: 10px;
  font-weight: 600;
  padding-left: 5px;
}

.news-content span a:hover {
  color: #8e94fa;
}

.avater-img {
  position: relative;
  margin-top: -60px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #20d28d;
  overflow: hidden;
}

.avater-img.avater-center {
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  left: 50%;
}

.thumb-image {
  border-radius: 10px;
  width: 100%;
}

.news-btn {
  margin-top: 30px;
}

.sidebar-title {
  position: relative;
  margin-bottom: 40px;
}

.sidebar-title:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  height: 2px;
  width: 60px;
  background-color: #e9e9e9;
}

.about {
  padding-bottom: 18px;
  width: 100%;
}

.text-about {
  padding-bottom: 15px;
}

.author {
  color: #233142;
  font-size: 30px;
  font-weight: 400;
  text-transform: capitalize;
}

.sidebar-top {
  margin-top: 60px;
}

.single-social-item {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  margin-bottom: 30px;
}

.single-social-item:hover .follow-me {
  top: 0;
}

.single-social-item .follow-me {
  position: absolute;
  top: -100%;
  width: 100%;
  z-index: 3;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3b5998;
  color: #ffffff;
  transition: 0.4s;
}

.single-social-item .follow-me.twitter-bg {
  background-color: #4fb9ed;
  color: #ffffff;
}

.single-social-item .follow-me.linkedin-bg {
  background-color: #006097;
  color: #ffffff;
}

.single-social-item .follow-me.pinterest-bg {
  background-color: #dd4b39;
  color: #ffffff;
}

.single-social-item .social-follow-count {
  position: relative;
  display: flex;
  justify-content: space-around;
  background-color: #f8f8f8;
}

.single-social-item .social-follow-count span {
  position: absolute;
  font-size: 18px;
  color: #3b5998;
  border: 1px solid #3b5998;
  display: block;
  height: 42px;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.single-social-item .social-follow-count span:hover {
  background-color: #3b5998;
  color: #ffffff;
}

.single-social-item .social-follow-count span.twitter-icon {
  color: #4fb9ed;
  border: 1px solid #4fb9ed;
}

.single-social-item .social-follow-count span.twitter-icon:hover {
  background-color: #4fb9ed;
  color: #ffffff;
}

.single-social-item .social-follow-count span.linkedin-icon {
  color: #006097;
  border: 1px solid #006097;
}

.single-social-item .social-follow-count span.linkedin-icon:hover {
  background-color: #006097;
  color: #ffffff;
}

.single-social-item .social-follow-count span.pinterest-icon {
  font-size: 16px;
  color: #dd4b39;
  border: 1px solid #dd4b39;
  border-radius: 50%;
}

.single-social-item .social-follow-count span.pinterest-icon:hover {
  background-color: #dd4b39;
  color: #ffffff;
}

.single-social-item:hover .share-post {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.recent-post-inner {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e9e9e9;
}

.recent-post-inner:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.trending-post-left {
  padding-right: 20px;
}

.trending-post-right h6 {
  color: #233142;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.trending-post-right h6 a {
  color: #233142;
}

.trending-post-right span {
  font-size: 14px;
  display: block;
  color: #838b95;
}

.categories-title a {
  display: block;
  padding: 10px 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  border-radius: 50px;
  color: #233142;
}

.categories-title a:hover {
  background-color: #5f65db;
  color: #ffffff;
}

.instagram-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.instagram-item a {
  width: 33.3333%;
  padding: 5px;
}

.instagram-item a img {
  width: 100%;
}

.instagram-btn {
  text-align: center;
}

.instagram-btn a {
  color: #233142;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  padding: 10px 25px;
  background-color: #f8f8f8;
  text-transform: capitalize;
  margin-top: 20px;
  transition: 0.3s;
  border-radius: 10px;
}

.instagram-btn a:hover {
  color: #5f65db;
}

.instagram-btn a i.fa {
  padding-right: 10px;
  color: #5f65db;
  font-size: 20px;
}

.newsletter-form .form-control {
  color: #838b95;
  font-size: 14px;
  height: 45px;
  font-weight: 300;
  padding: 10px 50px 10px 15px;
  text-transform: capitalize;
  border: 1px solid #bfbfbf;
  background-color: #ffffff;
  border-radius: 50px;
}

.newsletter-form .form-control:focus {
  border: 1px solid #5f65db !important;
  box-shadow: none !important;
}

.newsletter-form {
  position: relative;
}

.newsletter-form a {
  position: absolute;
  right: 20px;
  bottom: 9px;
  font-size: 20px;
  color: #5f65db;
}

.importent-heading {
  margin-bottom: 30px;
}

.importent-heading a {
  color: #233142;
  font-size: 28px;
  font-weight: 600;
}

.text-read {
  color: #9ca3ab;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

.news-title {
  color: #233142;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.text-news {
  color: #5e6f84;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.follow-text {
  margin-left: 55px;
}

ul.follow-text li {
  display: block;
  padding: 10px 0;
  color: #5e6f84;
  position: relative;
  padding-left: 15px;
}

ul.follow-text li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 18px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #5e6f84;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}

ul.follow-text li a {
  color: #5e6f84;
  font-size: 16px;
  font-weight: 400;
}

.tag-area {
  padding-top: 15px;
  margin-bottom: 50px;
  border-top: 2px solid #e9e9e9;
}

.tag-left {
  margin-bottom: 10px;
}

.tag-left ul li {
  display: inline-block;
}

.tag-left ul li span {
  color: #838b95;
  font-size: 16px;
  font-weight: 500;
}

.tag-left ul li a {
  color: #838b95;
  font-size: 16px;
  font-weight: 400;
}

.tag-left ul li a:hover {
  color: #8e94fa;
}

.tag-right ul li {
  display: inline-block;
  color: #838b95;
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px;
}

.tag-right ul li span {
  display: inline-block;
  color: #5e6f84;
  padding-right: 10px;
  margin-top: 0;
}

.tag-right ul li span:hover {
  color: #ff0000;
}

.tag-right ul li a {
  color: #5e6f84;
  font-size: 16px;
  font-weight: 400;
}

.personal-info {
  display: flex;
  padding: 15px;
  border: 1px solid #e9e9e9;
}

.personal-img {
  margin-bottom: 10px;
  padding-right: 30px;
  float: left;
}

.avater-imagee {
  width: 100%;
}

.personal-profile a {
  color: #b8b8b8;
  font-size: 18px;
  font-weight: 400;
  margin: 8px;
}

.personal-profile a:hover {
  color: #666ce0;
}

.personal-content .name-title {
  color: #233142;
  font-size: 18px;
  font-weight: 700;
}

.personal-content .personal-text {
  color: #5e6f84;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.gallery-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.gallery-section .single-gallery-item {
  width: 50%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  padding-bottom: 7.5px;
  overflow: hidden;
}

.thumb-img {
  margin-bottom: 10px;
  overflow: hidden;
}

.thumb-img img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}

.thumb-img img:hover {
  transform: scale(1.1);
}

.thumb-img {
  position: relative;
  width: 100%;
}

.thumb-img:hover {
  opacity: 1;
}

.blockquote-text {
  font-size: 16px;
  text-align: center;
  font-style: italic;
  font-weight: 500;
  padding: 30px;
}

.blockquote-title {
  margin-top: 50px;
  padding-bottom: 50px;
}

.blockquote {
  position: relative;
  margin-bottom: 10px;
}

.blockquote:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 2px;
  width: 90px;
  background-color: #5f65db;
}

.blockquote:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 10px;
  height: 2px;
  width: 50px;
  background-color: #5f65db;
}

.blockquote-title {
  position: relative;
  margin-bottom: 10px;
}

.blockquote-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 2px;
  width: 90px;
  background-color: #5f65db;
}

.blockquote-title:after {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  height: 2px;
  width: 50px;
  background-color: #5f65db;
}

.news-post-img {
  width: 100%;
}

.comment-box {
  padding: 30px;
}

.comment-box .comment-title {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 5px;
}

.comment-box .comment-title h4 {
  color: #233142;
  font-size: 18px;
  font-weight: 600;
}

.single-comment-item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
}

.single-comment-item .comment-img {
  margin-right: 30px;
  max-width: 100%;
  width: 60px;
  margin-bottom: 20px;
}

.single-comment-item.single-author-item {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  border-bottom: none;
}

.single-comment-item.single-author-item .comment-img {
  margin-right: 30px;
}

.author-content .author-name a {
  color: #233142;
  font-size: 16px;
  font-weight: 600;
}

.author-content .author-name .btn {
  font-size: 14px;
}

.author-content p {
  color: #5e6f84;
  margin: 0;
  padding-bottom: 20px;
}

.publsihed-date h6 {
  border: 1px solid #e9e9e9;
  text-transform: capitalize;
}

.publsihed-date span {
  color: #5e6f84;
  font-size: 14px;
  font-style: normal;
  line-height: 37px;
  margin: 0;
}

.single-comment-item.comment-two {
  margin-left: 100px;
}

.author-content {
  flex: 1;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem !important;

  margin-bottom: 15px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.single-portfolio-item {
  width: 33.3333%;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
  overflow: hidden;
}

.portfolio-two-col .single-portfolio-item {
  width: 50%;
}

.portfolio-four-col .single-portfolio-item {
  width: 25%;
}

.portfolio-thumb-img {
  overflow: hidden;
}

.portfolio-thumb-img {
  position: relative;
  width: 100%;
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.6);
  transition: 0.6s;
  background-color: rgba(110, 69, 225, 0.8);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.portfolio-overlay .text {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.portfolio-overlay .text .portfolio-category {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.portfolio-overlay .text .portfolio-title a {
  color: #ffffff;
  font-size: 30px;
  font-family: Barlow;
  font-weight: 600;
}

.portfolio-thumb-img:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  transform: scale(0.8);
}

.portfolio-masonry.portfolio-three-col
  .portfolio-overlay
  .text
  .portfolio-category {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.portfolio-masonry.portfolio-three-col
  .portfolio-overlay
  .text
  .portfolio-title
  a {
  color: #ffffff;
  font-size: 25px;
  font-family: Barlow;
  font-weight: 600;
}

.portfolio-masonry.portfolio-four-col
  .portfolio-overlay
  .text
  .portfolio-category {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.portfolio-masonry.portfolio-four-col
  .portfolio-overlay
  .text
  .portfolio-title
  a {
  color: #ffffff;
  font-size: 18px;
  font-family: Barlow;
  font-weight: 600;
}

.portfolio-profile a {
  color: #7572f4;
  font-size: 18px;
  font-weight: 400;
  margin: 7px;
}

.post-meta a {
  font-size: 16px;
  color: #7572f4;
  margin-left: 5px;
}

.Project-discription h3 {
  color: #233142;
  font-size: 30px;
  font-weight: 600;
  line-height: 65px;
}

.project-info h3 {
  color: #233142;
  font-size: 30px;
  font-weight: 600;
  line-height: 65px;
}

.single-info {
  margin-bottom: 20px;
}

.single-info h5 {
  color: #233142;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}

.single-info a {
  color: #5e6f84;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.arrow-carrot {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px solid #7572f4;
  border-radius: 50px;
  font-size: 30px;
}

.arrow-carrot .arrow_carrot-left {
  color: #9aa0a8;
}

.prev-text {
  color: #9aa0a8;
  font-family: Barlow;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.portfolio-btn {
  margin-top: 30px;
}

.grid-icon a i.fa {
  color: #9aa0a8;
  font-size: 20px;
}

.portfolio-thub-slider.owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.portfolio-thub-slider.owl-carousel .owl-nav button {
  font-size: 30px;
  background-color: #ffffff;
  padding: 5px 15px !important;
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 50px;
}

.portfolio-thub-slider.owl-carousel .owl-nav button.owl-prev {
  font-size: 30px;
  color: #7572f4;
  background-color: #ffffff;
  padding: 5px 15px !important;
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 50px;
  margin-left: 20px;
}

.portfolio-thub-slider.owl-carousel .owl-nav button.owl-next {
  font-size: 30px;
  color: #7572f4;
  background-color: #ffffff;
  padding: 5px 15px !important;
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 50px;
  margin-right: 20px;
}

.contrac-info a {
  color: #233142;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
}

.contrac-info a:hover {
  color: #12cbc4;
}

.portfolio-links {
  display: flex;
}

.portfolio-links a {
  color: #233142;
  font-size: 14px;
  font-weight: 400;
  margin: 7px;
}

.portfolio-links a:hover {
  color: #12cbc4;
}

.badge-secondary {
  color: #fff;
  background-color: #12cbc4;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 50%;
  top: -14px;
  position: relative;
  left: -7px;
}

.faq-search-option.products-search-option {
  width: 350px;
}

.faq-search-option.products-search-option a {
  color: #afadad;
  position: absolute;
  right: 20px;
  bottom: 7px;
  font-size: 14px;
}

.faq-search-option.products-search-option .form-control {
  height: 40px;
  margin-bottom: 0;
}

.faq-search-option.products-search-option .form-control {
  height: 40px;
}

.faq-search-option.products-search-option .form-control:focus {
  border: 1px solid #12cbc4 !important;
  box-shadow: none !important;
}

.center-menu-area {
  border-top: 1px solid #e9e9e9;
}

.center-menu ul {
  text-align: center;
}

.center-menu ul li {
  display: inline-block;
  padding-left: 20px;
}

.center-menu ul li.active a {
  color: #12cbc4;
}

.center-menu ul li a {
  color: #233142;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Barlow;
}

.center-menu ul li a:hover {
  color: #12cbc4;
}

.product-content p {
  color: #838b95;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
}

.product-content h1 {
  color: #233142;
  font-family: "Josefin Sans";
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
}

.product-content a {
  margin-top: 40px;
}

.product-slider .owl-dots {
  display: flex;
  align-items: center;
}

.product-slider .owl-dots button.owl-dot.active {
  background-color: #12cbc4;
  box-shadow: 0 0 20px rgba(110, 69, 225, 0.3);
  border: none;
}

.bor-none {
  border: none !important;
}
.w-20p {
  width: 20%;
}
.w-10p {
  width: 10%;
}
.product-slider .owl-dots button.owl-dot {
  width: 13px;
  height: 13px;
  border: 1px solid #cecece;
  color: #cecece;
  border-radius: 50%;
  margin: 8px;
}

.new-product-collection .single-product-item {
  padding: 30px;
  margin-bottom: 30px;
}

.new-product-collection .single-product-item p {
  color: #838b95;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.new-product-collection .single-product-item h5 {
  color: #343e48;
  font-family: "Josefin Sans";
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 30px;
}

.new-product-collection .single-product-item a {
  color: #343e48;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: underline !important;
}

.new-product-collection .single-product-item a:hover {
  color: #12cbc4;
}

.new-product-collection .new-thumb-img {
  margin-bottom: 15px;
}

.product-review {
  color: #ff9655;
  font-size: 14px;
  font-weight: 400;
  margin: 2px;
}

.product-header {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-header h3 {
  color: #233142;
  font-family: "Josefin Sans";
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 0;
}

.product-header p {
  color: #5e6f84;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.price-rate h5 {
  margin-bottom: 0;
}

.product-name h6 a {
  color: #343e48;
  font-family: "Josefin Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.product-name h6 a:hover {
  color: #12cbc4;
}

.summercollection-slider .owl-nav button.owl-prev,
.summercollection-slider .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #12cbc4;
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  top: 33%;
  opacity: 0;
  visibility: hidden;
}

.summercollection-slider .owl-nav button.owl-prev {
  left: -30px;
}

.summercollection-slider .owl-nav button.owl-next {
  right: -30px;
}

.summercollection-slider:hover .owl-nav button.owl-prev,
.summercollection-slider:hover .owl-nav button.owl-next {
  opacity: 1;
  visibility: visible;
}

.partner-img {
  text-align: center;
}

.thumb-img {
  overflow: hidden;
}

.thumb-img img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}

.thumb-img img:hover {
  transform: scale(1.1);
}

.thumb-img {
  position: relative;
  width: 100%;
}

.product-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #535353;
  opacity: 0.55;
}

.thumb-img:hover .product-overlay {
  opacity: 1;
  cursor: pointer;
}

.text {
  text-align: center;
  align-items: center;
  justify-content: center;
}

.text .portfolio-category {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.text .portfolio-title a {
  color: #ffffff;
  font-size: 20px;
}

.featured-products-section .featured-products-inner {
  border: 1px solid #e9e9e9;
  padding: 20px;
}

.featured-products-section .product-title {
  margin-bottom: 30px;
}

.featured-products-section .product-title h4 {
  color: #233142;
  font-family: "Josefin Sans";
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.featured-products-section .product-title p {
  color: #5e6f84;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.featured-products-section .product-title a {
  margin-top: 30px;
}

.product-title {
  margin-bottom: 30px;
}

.product-title h3 {
  color: #233142;
  font-family: "Josefin Sans";
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.product-title p {
  color: #5e6f84;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.product-title a {
  margin-top: 30px;
}

.single-summer-product {
  margin-bottom: 40px;
}

.single-summer-product .tab-nav .nav-tabs .nav-item.show .nav-link,
.single-summer-product .nav-tabs .nav-link.active {
  color: #ffffff;
  width: 100%;
  background-color: #12cbc4;
  border-color: transparent;
}

.single-summer-product .nav-tabs .nav-item {
  color: #343e48;
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
}

.single-summer-product .nav-tabs .nav-item:last-child {
  border-bottom: none;
}

.single-summer-product .nav-tabs .nav-item a {
  color: #343e48;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  padding: 12px;
}

.single-summer-product .summer-section {
  background-color: #f4f2f3;
}

.single-comment-box .profile-img {
  margin-bottom: 15px;
}

.single-comment-box .profile-img img {
  height: 60px;
  width: 60px;
  border-radius: 50px;
}

.single-comment-box p {
  color: #808d9d;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.single-comment-box h6 {
  color: #343e48;
  font-family: "Josefin Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
}

.single-comment-box span {
  color: #838b95;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
}

.comment-slider:before,
.comment-slider:after {
  font-family: "FontAwesome";
  position: absolute;
  font-size: 30px;
  color: #808d9d;
}

.comment-slider:before {
  content: "\f10d";
  top: -5px;
  left: -4px;
}

.comment-slider:after {
  content: "\f10e";
  bottom: 204px;
  right: 4px;
}

.comment-slider .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border: 1px solid #cecece;
  color: #cecece;
  border-radius: 50%;
  margin: 5px;
}

.comment-slider .owl-dots button.owl-dot.active {
  background-color: #12cbc4;
  border: 0px;
  box-shadow: 0 0 20px rgba(110, 69, 225, 0.3);
}

.single-blog-box .blog-thumb {
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-blog-box .blog-thumb img {
  width: 100%;
}

.single-blog-box .blog-title {
  margin-bottom: 0;
}

.single-blog-box .blog-title a {
  color: #343e48;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
}

.single-blog-box .blog-title a:hover {
  color: #12cbc4;
}

.single-blog-box .blog-meta {
  font-size: 14px;
  font-weight: 400;
  color: #838b95;
}

.single-blog-box .blog-meta span a {
  color: #12cbc4;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
}

.single-blog-box .blog-meta span a:hover {
  color: #343e48;
}

.newsletter-box-inner {
  border-bottom: 1px solid #e9e9e9;
}

.newsletter-box-inner .newsletter-box h3 {
  color: #343e48;
  font-family: "Josefin Sans";
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.newsletter-box-inner .newsletter-box p {
  color: #5e6f84;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.subscribe-form-email {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 30px;
}

.subscribe-form-email::before {
  position: absolute;
  width: 1px;
  height: 25px;
  right: 115px;
  bottom: 10px;
  content: "";
  background-color: #343e48;
}

.subscribe-form-email a {
  position: absolute;
  right: 20px;
  bottom: 9px;
  color: #343e48;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}

.subscribe-form-email .form-control {
  color: #343e48;
  font-size: 14px;
  height: 50px;
  width: 100%;
  font-weight: 300;
  padding: 10px 125px 10px 20px;
  text-transform: capitalize;
  border: 1px solid #f2f3f6;
  background-color: #f2f3f6;
  border-radius: 50px;
}

.subscribe-form-email .form-control input {
  color: #5f65db;
}

.subscribe-form-email .form-control:focus {
  border: 1px solid #5f65db !important;
  box-shadow: none !important;
}

.single-support-box {
  margin-bottom: 20px;
}

.support-title {
  color: #343e48;
  font-family: "Josefin Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
}

.support-meta {
  color: #5e6f84;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

ul#example {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: block;
}

ul#example li {
  display: inline-block;
}

ul#example li span {
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
  border-radius: 5px;
  background: #fff;
  color: #343e48;
  padding: 10px 15px;
}

ul#example li.seperator {
  font-size: 28px;
  line-height: 30px;
  vertical-align: top;
}

ul#example li p {
  margin-top: 15px;
  color: #343e48;
  font-family: Rubik;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
}

.offer-content h5 {
  color: #343e48;
  font-family: Rubik;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: -0.7px;
  line-height: 36px;
}

.offer-content h5 span {
  font-family: "Rubik - Light";
  font-weight: 400;
}

.offer-content h4 {
  color: #343e48;
  font-family: "Josefin Sans";
  font-size: 37px;
  font-weight: 600;
  line-height: 48px;
}

.offer-content p {
  color: #5e6f84;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.confirmed-area {
  padding-top: 50px;
}

.confirmed-icon {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #233142;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confirmed-icon i.fa {
  color: #12cbc4;
  font-size: 20px;
}

.confirmed-box {
  padding-bottom: 100px;
}

.confirmed-box h3 {
  color: #343e48;
  font-family: "Josefin Sans";
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.confirmed-box p {
  color: #5e6f84;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.breadcrumb-confirmation-area .breadcrumb li::after {
  content: "";
}

.breadcrumb-confirmation-area .breadcrumb {
  background-color: transparent;
  padding-left: 0px;
}

.breadcrumb-confirmation-area .breadcrumb-item a {
  color: #808d9d;
}

.breadcrumb-confirmation-area .breadcrumb-item a:hover {
  color: #12cbc4;
}

.breadcrumb-confirmation-area .breadcrumb-item.active {
  color: #12cbc4;
}

.breadcrumb-confirmation-area .breadcrumb {
  background-color: transparent;
}

.billing-details .form-group {
  margin-bottom: 20px;
}

.billing-details .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  height: auto;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 20px;
  margin-bottom: 15px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #95979a;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  resize: none;
}

.billing-details .form-control:focus,
.billing-details .form-control :hover {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

.billing-details label {
  display: inline-block;
  margin-bottom: 15px;
  color: #343e48;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.billing-details .custom-control-label::after {
  top: 0px;
}

.billing-details .custom-control-label::before {
  top: 0px;
}

.select-customize .select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 20px;
  height: 40px;
  padding: 0px 5px;
  border: 1px solid #ced4da;
  color: #95979a;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
}

.select-customize
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 10px;
}

.select-customize
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 9px;
  right: 10px;
  width: 20px;
}

.select-customize span.select2-selection.select2-selection--single:focus {
  outline: 0;
}

.Checkout-area .Checkout-title h4 {
  color: #343e48;
  font-family: "Josefin Sans";
  font-size: 28px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 40px;
}

.Checkout-area .billing-title h4 {
  color: #343e48;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 600;
  line-height: 19px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 18px;
}

.Checkout-area .billing-title p {
  color: #677782;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  padding-bottom: 20px;
}

.order-items .order-list {
  background-color: #f9f9f9;
  padding: 20px;
}

.order-items .order-list .order-title h5 {
  color: #343e48;
  font-family: "Josefin Sans";
  font-size: 20px;
  font-weight: 600;
  line-height: 17px;
}

.order-items .order-list .payment-information h4 {
  color: #343e48;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  margin-top: 30px;
  padding-bottom: 20px;
}

.order-items .order-list .payment-information .form-check-label {
  margin-bottom: 10px;
  font-size: 14px;
}

.order-items .order-list .payment-information .custom-control span a {
  color: #12cbc4;
}

.order-items .order-list .order-list-item span {
  color: #343e48;
  font-family: "Josefin Sans";
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
}

.text-shipping p {
  color: #343e48;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}

.single-order-item {
  background: #838b95;
}

.product-category-name h6 {
  color: #878787;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.single-product-title h2 {
  color: #343e48;
  font-family: "Josefin Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px !important;
}

.quick-overview p {
  color: #5e6f84;
  font-size: 14px !important;
  line-height: 28px;
}

.quick-overview .quick-overview-title {
  border-bottom: 1px solid gainsboro;
  margin-bottom: 12px;
}

.quick-overview .quick-overview-title h6 {
  color: #343e48;
  font-family: Rubik;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.product-price h3 {
  color: #343e48;
  font-family: Rubik;
  font-size: 28px;
  font-weight: 500;
  line-height: 18px;
}

.single-product-rating {
  margin-right: 10px;
}

.single-product-rating i {
  color: #fcd702;
  font-size: 12px;
}

.single-product-review p {
  color: #677782;
  font-family: Rubik;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0 !important;
}

.brand p,
.color p {
  color: #5e6f84;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.brand p span,
.color p span {
  color: #343e48;
  font-family: "Rubik";
  font-weight: 500;
}

.product-social-icon a,
.cart-area a {
  color: #000;
  font-size: 16px;
}

.product-social-icon {
  display: flex;
  flex-wrap: wrap;
}

.product-social-icon a {
  padding: 10px 20px 10px 0;
}

.quantity {
  margin: 33px 0 45px;
  display: flex;
  align-items: center;
}

.quantity p {
  margin-bottom: 0;
}

.quantity .quantity-input {
  position: relative;
  margin-left: 10px;
}

.quantity .quantity-input input[type="text"] {
  width: 137px;
  height: 34px;
  border-radius: 17px;
  border: 1px solid #dddddd;
  padding: 0px 30px;
  text-align: center;
  color: #2c3e50;
}

.quantity .quantity-input span i {
  font-size: 16px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2c3e50;
  opacity: 0.6;
}

.quantity .quantity-input .minus {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.quantity .quantity-input .plus {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.cart-area {
  display: flex;
  align-items: center;
}

.cart-area button {
  color: #ffffff;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
}

.cart-area button.btn-sm {
  padding: 12px 23px !important;
  font-size: 14px !important;
}

.cart-area a {
  font-size: 22px;
}

.cart-area a:hover i {
  color: #f5564e;
}

.single-product-header h4 {
  color: #343e48;
  font-family: "Josefin Sans", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

.product-thumb .carousel-indicators {
  position: initial;
  margin-right: 25px;
  margin-left: 25px;
}

.product-thumb .carousel-indicators li {
  width: 250px !important;
  height: auto;
  margin-right: 8px;
  margin-left: 8px;
}

.product-thumb .carousel-indicators li img {
  width: 100%;
}

.product-thumb .carousel-controler {
  position: relative;
}

.product-thumb .carousel-control-nav a {
  color: #000;
  font-size: 35px;
  width: 25px;
}

.custom-tab-product-description .nav-tabs .nav-item .tab-link.active {
  color: #343e48;
  border-color: #000;
}

.custom-tab-product-description .nav-tabs .nav-item .tab-link {
  border: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 18px;
  display: inline-block;
}

.custom-tab-product-description .nav-tabs .nav-item a {
  color: #b8b9b9;
  font-family: "Rubik", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.custom-tab-product-description .nav-link {
  display: block;
  padding: 0;
  margin-bottom: 100px;
  color: #aaaab9;
}

.custom-tab-product-description .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.custom-tab-product-description .tab-content {
  margin-top: 35px;
}

.ourblog-slider .owl-nav {
  display: flex;
  position: absolute;
  top: -20%;
  right: 0;
}

.ourblog-slider .owl-nav button.owl-prev,
.ourblog-slider .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #12cbc4;
  opacity: 0.66;
  color: #ffffff;
  font-size: 20px;
  margin: 5px;
}

section p {
  color: #5e6f84;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.releted-product-slider {
  position: relative;
}

.releted-product-slider.owl-carousel .owl-nav {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: -110px;
  right: 0;
}

.releted-product-slider.owl-carousel .owl-nav button span {
  background: #12cbc4;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 10px;
  margin-left: 10px;
}

.product-thumb-img {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.product-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}

.product-thumb-img:hover .product-overlay {
  opacity: 1;
  visibility: visible;
}

.find-product {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.find-product a {
  color: #ffffff;
  font-size: 20px;
  margin: 8px;
  cursor: pointer;
  transition: 0;
}

.find-product a:hover {
  color: #12cbc4;
}

.price-rate h5 {
  color: #838b95;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.table.hover-cart tr td:last-child {
  color: #12cbc4;
}

.table th {
  color: #5e6f84;
  font-family: Rubik;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  min-width: 130px;
}

.table tr .cart-product-thumb .cart-product-Quantity h6 {
  margin-bottom: 0;
}

.table tr .cart-product-thumb .cart-product-Quantity p span {
  color: #12cbc4;
}

/* .table tr:last-child {
  border-bottom: 1px solid #dddddd;
} */

.table tr .icon_close {
  font-size: 30px;
  color: #838b95;
  opacity: 0.7;
}

.sum-cart {
  color: #12cbc4 !important;
}

.cart-total {
  background-color: #f4f2f3;
  padding: 10px;
}

.cart-total th.cart-total-title {
  font-size: 25px;
  color: #343e48;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.cart-total-result p {
  color: #343e48;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

.discount-code-head {
  max-width: 350px;
  border-bottom: 1px solid #dddddd;
}

.discount-code-head h6 {
  color: #343e48;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.discount-input input[type="text"] {
  width: 400px;
  border: 1px solid #dddddd;
  padding: 10px 10px 10px 20px;
}

.discount-input input[type="text"]::placeholder {
  color: #aeb3b6;
}

.discount-button {
  max-width: 400px;
}

.header-line {
  position: relative;
}

.header-line .view-cart-popup {
  position: absolute;
  top: calc(100% + 31px);
  right: -105px;
  background: #fff;
  max-width: 310px;
  z-index: 9;
  display: none;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

/* Mobile Menu */
body {
  position: relative;
}

.mobile-menu-icon {
  z-index: 5;
  padding: 20px;
  display: none;
}

.mobile-menu-icon .bar {
  width: 25px;
  height: 2px;
  margin: 5px 0;
  border-bottom: 2px solid #000;
  transition: 0.5s;
  transition-delay: 300ms;
}

span.icon_close {
  position: absolute;
  left: 405px;
  top: 18px;
  z-index: 999;
  color: #fff;
  font-size: 41px;
  transition-delay: 450ms;
}

.mobile-menu {
  width: 400px;
  max-height: 100%;
  height: 100%;
  overflow-y: auto;
  margin: 0;
  padding: 20px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  transition: 0.6s;
  transition-delay: 300ms;
}

.mobile-menu span {
  margin-left: -35px;
}

.mobile-menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9;
}

.mobile-menu-wrapper.toggle-menuber {
  opacity: 0;
  visibility: hidden;
}

.mobile-menu-wrapper.toggle-menuber .mobile-menuber {
  left: 0;
  transition-delay: 500ms;
}

.mobile-menu-wrapper .contact-line p {
  font-size: 15px;
}

.mobile-menu input[type="text"] {
  padding: 10px 42px 10px 25px;
  width: 100%;
  height: 45px;
  border-radius: 30px;
  border: 1px solid #e5e5e5;
  outline: 0;
}

.mobile-menu input:focus {
  border: 1px solid #12cbc4 !important;
}

.mobile-menu ul {
  list-style: none;
}

.mobile-menu ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}

.mobile-menu ul li:last-of-type {
  border-bottom: 0;
}

.mobile-menu ul li a {
  color: #233142;
  text-decoration: none;
  transition: 0.4s;
  padding: 20px 0;
}

.mobile-menu ul li a:hover {
  color: #20d28d;
}

.overlay-body {
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.mobile-menu-icon.cross-bar {
  cursor: pointer;
}

.mobile-menu-icon.cross-bar .bar:first-child {
  transform: rotate(-45deg) translate(-4px, 6px);
}

.mobile-menu-icon.cross-bar .bar:nth-child(2) {
  opacity: 0;
}

.mobile-menu-icon.cross-bar .bar:last-child {
  transform: rotate(45deg) translate(-3px, -6px);
}

.mobile-menu-icon.cross-bar .bar {
  border-bottom: 2px solid #fff;
}

/* /Mobile Menu */
.comming-soon-area {
  position: relative;
  z-index: 1;
}

.comming-soon-area .commingsoon-title h1 {
  font-size: 70px;
  font-weight: 600;
  font-family: "Josefin Sans";
}

.comming-soon-area .commingsoon-title p {
  font-family: "Josefin Sans";
  font-size: 22px;
  font-weight: 500;
}

.comming-soon-area:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(35, 49, 66, 0.2);
  z-index: -1;
}

.comming-soon-bg {
  position: relative;
  background-image: url(../img/comming-soon/comming-soon-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.comming-soon-bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(35, 49, 66, 0.1);
  z-index: -1;
}

.comming-soon-bg .commingsoon-title h1 {
  font-size: 70px;
  font-weight: 600;
  font-family: "Josefin Sans";
}

.comming-soon-bg .commingsoon-title p {
  font-family: "Josefin Sans";
  font-size: 22px;
  font-weight: 500;
}

ul.follow-us-media li {
  display: inline-block;
  margin: 5px;
}

ul.follow-us-media li a {
  color: #ffffff;
  margin-right: 10px;
}

ul.follow-us-media li .facebook-us {
  font-size: 16px;
  color: #ffffff;
  background-color: #2a61d6;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

ul.follow-us-media li .facebook-us:hover {
  color: #2a61d6;
  background-color: #ffffff;
  border: 1px solid #2a61d6;
  transition: 0.3s;
}

ul.follow-us-media li .twitter-us {
  background: #1ca1f2;
  font-size: 16px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

ul.follow-us-media li .twitter-us:hover {
  color: #1ca1f2;
  background-color: #ffffff;
  border: 1px solid #1ca1f2;
  transition: 0.3s;
}

ul.follow-us-media li .linkedin-us {
  background: #e4405f;
  font-size: 16px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

ul.follow-us-media li .linkedin-us:hover {
  color: #e4405f;
  background-color: #ffffff;
  border: 1px solid #e4405f;
  transition: 0.3s;
}

ul.follow-us-media li .pinterest-us {
  background: #f43846;
  font-size: 16px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

ul.follow-us-media li .pinterest-us:hover {
  color: #f43846;
  background-color: #ffffff;
  border: 1px solid #f43846;
  transition: 0.3s;
}

.countdown-container {
  position: relative;
}

.countdown-container .clock-item {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.countdown-container .clock-item .inner {
  position: relative;
  height: 200px;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.countdown-container .clock-item .inner .clock-canvas {
  border-radius: 50%;
  height: 0px;
}

.countdown-container .clock-item .inner .time-text {
  color: #20d28d;
  font-size: 16px;
  font-weight: 400;
  margin-top: -50px;
  position: absolute;
  background-color: transparent;
  top: 65%;
  text-align: center;
  width: 100%;
}

.countdown-container .clock-item .inner .time-text .val {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
}

.countdown-container .clock-item .inner .time-text .type-time {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  line-height: 0;
}

/* =================================
            contact
===================================*/
.zenifer-map .map {
  width: 100%;
  height: 700px;
}

.form-title {
  color: #233142;
  font-size: 30px;
  font-weight: 600;
}

.form-text {
  color: #5e6f84;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
}

.map-area {
  position: relative;
}

.map-area .map-contrac-form {
  margin-top: -470px;
}

.map-contrac-form {
  padding: 40px;
  background-color: #ffffff;
}

.map-contrac-form label {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #5e6f84;
}

.map-contrac-form .form-control {
  color: #5e6f84;
  font-size: 14px;
  height: 45px;
  font-weight: 300;
  padding: 0;
  text-transform: capitalize;
  border: 1px solid transparent;
  border-bottom: 1px solid #838b95;
  background-color: #ffffff;
  margin-bottom: 40px;
}

.map-contrac-form .form-control:focus {
  border: 1px solid transparent;
  border-bottom: 1px solid #5f65db !important;
  box-shadow: none !important;
}

.social-links a {
  height: 37px;
  width: 37px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #666ce0;
  color: #666ce0;
  margin: 5px;
  border-radius: 50%;
}

.social-links a:hover {
  background-color: #666ce0;
  color: #ffffff;
}

.contrac-details {
  margin-top: 30px;
}

.contrac-details .details-title {
  color: #233142;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}

.contrac-details .date-text {
  color: #5e6f84;
  font-size: 17px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 40px;
}

.address-content .contact-text {
  color: #5e6f84;
  font-size: 17px;
  font-weight: 400;
}

.address-email {
  margin-bottom: 30px;
}

.address-email a {
  color: #5e6f84;
  font-size: 17px;
  font-weight: 400;
}

.address-email .address-title {
  font-size: 20px;
  color: #233142;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding-bottom: 5px;
}

/*==================================
      Login and Register Style
===================================*/
.login-area {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-area .login-left {
  height: 100%;
}

.login-area .login-left img {
  width: 100%;
  height: 100%;
}

.login-area .login-right {
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-area .login-form {
  max-width: 500px;
  width: 100%;
}

.login-area .login-form input {
  border: 0;
  border-bottom: 1px solid lightgrey !important;
  padding: 0 0 15px 0;
}

.login-area .login-form input:focus {
  border-color: none;
  outline: 0;
  box-shadow: unset;
}

.login-area .login-section {
  padding: 60px;
  background: rgba(255, 255, 255, 0.65);
}

.login-area .login-section input {
  border: 0 !important;
  padding: 10px;
  height: 50px;
  border-radius: 3px;
}

.login-area .login-section input:focus {
  border-color: none;
  outline: 0;
  box-shadow: unset;
}

.login-area .login-section input[type="checkbox"] {
  width: 14px;
  height: 14px;
}

.log-submit-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.log-submit-sec .form-check {
  margin-bottom: 0;
}

.reg-submit-sec,
.reset-submit-sec {
  text-align: right;
}

.forgot a {
  color: #6e45e1;
}

.forgot a:hover {
  text-decoration: underline !important;
}

.pink-link a {
  color: #6e45e1 !important;
}

.pink-link a:hover {
  text-decoration: underline;
  color: #f5576c !important;
}

.login-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.login-footer p {
  margin-bottom: 0;
}

.login-footer a {
  color: #6e45e1;
}

.login-footer a:hover {
  text-decoration: underline !important;
}

/* =================================
            404 / error
===================================*/
.error-content ul li {
  display: block;
  padding: 10px 0;
  color: #5e6f84;
  position: relative;
  padding-left: 10px;
}

.error-content ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 19px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #233142;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}

.error-content ul li a {
  color: #5e6f84;
  font-size: 16px;
  font-weight: 400;
}

.error-content ul li span a {
  color: #5f65db;
  padding-left: 5px;
  padding-right: 5px;
}

.error-title {
  color: #233142;
  font-size: 18px;
  font-weight: 500;
}

.search-option-bar .form-control {
  color: #8898b1;
  font-size: 14px;
  height: 50px;
  width: 100%;
  font-weight: 300;
  padding: 10px 50px 10px 15px;
  text-transform: capitalize;
  border: 1px solid #bac3d1;
  background-color: #ffffff;
}

.search-option-bar .form-control:focus {
  border: 1px solid #5f65db !important;
  box-shadow: none !important;
}

.search-option-bar {
  position: relative;
}

.search-option-bar a {
  position: absolute;
  right: 20px;
  bottom: 9px;
  font-size: 20px;
  color: #233142;
}

.main-preview-content {
  background-color: #fcfcfc;
}

.preview-header {
  position: relative;
}

.preview-header::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(110, 69, 225, 0.7);
}

.preview-header .preview-header-content {
  padding: 200px 0;
  position: relative;
  z-index: 1;
}

.preview-header-content h1 {
  font-size: 40px;
  margin: 15px 0;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
}

.preview-header-content p {
  color: #ffffff;
}

.main-content h3 {
  text-align: center;
  font-size: 17px;
  line-height: 40px;
  font-weight: 300;
  margin: 0;
}

.footer {
  color: #fff;
  padding: 50px 0;
  padding-bottom: 90px;
  position: relative;
}

.footer::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(45, 45, 45, 0.7);
}

.single-version {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
  margin: 50px auto 0px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 40px rgba(52, 52, 52, 0.06);
  -moz-box-shadow: 0 0 40px rgba(52, 52, 52, 0.06);
  box-shadow: 0 0 40px rgba(52, 52, 52, 0.06);
}

.single-version:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(110, 69, 225, 0.8);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.7);
  transition: 0.3s;
}

.single-version:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.single-icon {
  text-align: center;
}

.single-icon svg {
  width: 50px;
  height: 50px;
}

.single-icon svg path {
  fill: #6f43e5;
}

.demo-title {
  font-size: 20px;
  margin-top: 15px;
}

.image {
  position: unset;
  top: 0;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
  transition: top 0.5s ease-in-out;
}

.middle-button {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.middle-button .btn-reverse-green:hover {
  background: #ffffff !important;
  border: 1px solid #ffffff !important;
}

.single-version:hover .middle-button {
  opacity: 1;
}

.copyright {
  padding: 20px;
}

.copyright a {
  color: #6f43e5;
}

.contactForm {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contactForm .divider1 {
  width: 50%;
}
.contactForm .divider2 {
  width: 40%;
}

.styledFooter {
  display: flex;
  justify-content: center;
  align-items: center;
}

#planes {
  padding: 45px 0px;
}

#planes .content h4 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
}

#planes .content h4 .texto_verde {
  color: #009045;
}

table {
  border-collapse: collapse;
}

tr {
  display: table-row;
  vertical-align: inherit !important;
  border-color: inherit;
}
.tabla_planes {
  border-radius: 12px;
}

.tabla_planes thead th {
  text-align: center;
}

.tabla_planes thead .frow th {
  color: #4e5967;
  font-size: 17px;
  font-weight: 400;
  height: 65px;
  padding: 7px;
  width: 17%;
}

.table thead th {
  vertical-align: inherit impor !important;
}
.tabla_planes thead .frow th:nth-child(1) {
  background-color: #ffffff;
  border-bottom: 0;
  border-radius: 12px 0px 0px 0px;
  position: relative;
}

.tabla_planes.tabla_empresas thead .frow th:nth-child(1) {
  background-color: #ffffff;
}

.tabla_planes thead .frow th:nth-child(1) .txt {
  border-bottom: 1px solid #eee;
  font-size: 0.9em;
  left: 0px;
  position: absolute;
  top: 0px;
  padding: 10px 0px 10px 10px;
  text-align: left;
  width: 100%;
}

.tabla_planes thead .frow th:nth-child(2) {
  background-color: #ffffff;
}

.tabla_planes thead .frow th:nth-child(3) {
  background-color: #ffffff;
}

.tabla_planes thead .frow th:nth-child(4) {
  background-color: #ffffff;
}

.tabla_planes thead .frow th:nth-child(5) {
  background-color: #ffffff;
}

.tabla_planes thead .frow th:nth-child(6) {
  background-color: #ffffff;

  /* border-radius: 0px 12px 0px 0px; */
}

.tabla_planes thead .srow th {
  padding: 14px 6px;
}
.tabla_planes thead .srow th:nth-child(1) {
  background-color: #ffffff;

  border-top: 0;
  border-bottom: 0;
}

.tabla_planes.tabla_empresas thead .srow th:nth-child(1) {
  background-color: #ffffff;
}

.tabla_planes thead .srow th:nth-child(2) {
  color: #4e5967;
  font-size: 36px;
  font-weight: 400;
}

.tabla_planes thead .srow th:nth-child(2) small,
.tabla_planes thead .srow th small {
  display: block;
  font-size: 14px;
}

.tabla_planes thead .srow th {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
}
.descDebito {
  font-weight: 500;
  white-space: nowrap;
  font-size: 14px;
}
.precio-met {
  color: #6b5ee8;
  font-weight: 500;
}
.textoAhorro {
  color: #20d28d;
  margin-top: 10px !important;
}
.tabla_planes thead .srow th:nth-child(n + 1) .big {
  font-size: 30px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  line-height: 1;
}

.tabla_planes thead .srow th:nth-child(3) {
  color: #4e5967;
}

.tabla_planes thead .srow th:nth-child(4) {
  color: #4e5967;
}

.tabla_planes thead .srow th:nth-child(5) {
  color: #4e5967;
}

.tabla_planes thead .srow th:nth-child(6) {
  color: #4e5967;
}

.tabla_planes tbody tr td {
  font-size: 15px;
  line-height: 16px;
}

.tabla_planes tbody tr td:nth-child(1) {
  background-color: #ffffff;
  color: #4e5967;
  font-weight: 400;
  border-top: 0;
}

.tabla_planes.tabla_empresas tbody tr td:nth-child(1) {
  background-color: #ffffff;
}

.tabla_planes tbody tr td:not(:nth-child(1)) {
  color: #4e5967;
  font-weight: 400;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.p-recon {
  color: white !important;
  background: #20d28d;
  border: none !important;
  padding: 4px;
  margin: 0;
  border-radius: 20px
}
.cont-ges {
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
  color: #a8acb1;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-b {
  border-top: 1px solid #dee2e6 !important;
}
tr td a svg {
  margin-bottom: 3px;
  width: 18px;
  height: 18px;
}
.tabla_planes tbody .srow td:nth-child(1) {
  background-color: #ffffff;
  color: #4e5967;

  border-top: 0;
  border-bottom: 0;
}

.tabla_planes tbody .btn-begin {
  border-radius: 0;
  border: 0;
  border-bottom: 4px solid;
  color: white;
  text-transform: uppercase;
}

.tabla_planes tbody .btn-colorn {
  background-color: #ffffff;
  color: #4e5967;
  border-color: #ac7e39;
}

.tabla_planes tbody .btn-colorn:hover {
  border-color: #cb9340;
  background-color: #ffffff;
}

.tabla_planes tbody .btn-colorg {
  background-color: #ffffff;

  border-color: #9799a1;
}

.tabla_planes tbody .btn-colorg:hover {
  background-color: #ffffff;

  border-color: #babfc8;
}

.tabla_planes tbody .btn-colora {
  background-color: #ffffff;

  border-color: #baa94d;
}

.tabla_planes tbody .btn-colora:hover {
  background-color: #ffffff;

  border-color: #ead458;
}

.tabla_planes tbody .btn-colorr {
  background-color: #ffffff;

  border-color: #892a47;
}

.tabla_planes tbody .btn-colorr:hover {
  background-color: #ffffff;

  border-color: #b22d59;
}

.tabla_planes tbody .btn-colorm {
  background-color: #ffffff;

  border-color: #382b70;
}

.tabla_planes tbody .btn-colorm:hover {
  background-color: #ffffff;

  border-color: #5133a5;
}

.tabla_planes tbody tr:last-child td:not(:first-child) {
  height: 58px;
  position: relative;
}

.tabla_planes tbody tr:last-child td:not(:first-child) span.borde_abajo {
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.tabla_planes tbody tr:last-child td:not(:first-child) span.colorn {
  background-color: #ffffff;
}
.tabla_planes tbody tr:last-child td:not(:first-child) span.colorg {
  background-color: #ffffff;
}
.tabla_planes tbody tr:last-child td:not(:first-child) span.colora {
  background-color: #ffffff;
}
.tabla_planes tbody tr:last-child td:not(:first-child) span.colorr {
  background-color: #ffffff;
}
.tabla_planes tbody tr:last-child td:not(:first-child) span.colorm {
  background-color: #ffffff;

  border-radius: 0px 0px 12px 0px;
}

.tabla_planes tbody tr:last-child td:first-child {
  border-radius: 0px 0px 0px 12px;
}

.tabla_planes tbody tr:last-child td:last-child {
  border-radius: 0px 12px 0px 0px;
}

#planes .table-responsive-lg {
  position: relative;
}

#planes .flechitas {
  position: fixed;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  z-index: 99;
}

#planes .content {
  margin-bottom: 10px;
}

#planes .content .btn-usar {
  background-color: #60a852;
  border: 0;
  border-bottom: 3px solid #39295e;
  border-radius: 10px;
  color: white;
  font-size: 20px;
  line-height: 22px;
  margin: 0 auto;
  padding: 24px 30px;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

#planes .content .btn-usar:hover {
  background-color: #39295e;
  border-bottom: 3px solid #60a852;
}
.aclaracion-precios {
  padding-left: 5px;
  font-size: 14px;
  margin-top: 40px;
}

.showContact {
  display: block !important;

  opacity: 1 !important;
  pointer-events: all !important;
  cursor: pointer;
}

.hideContact {
  display: none;
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

.hideLogin {
  display: none !important;
}

.showLogin {
  opacity: 1;
}

.topBar {
  display: flex;
  align-items: center;
}

.card_potenciarPlanContador {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  border: 1px solid #dee2e6;
  border-top: 6px solid #6b5de8 !important;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card_potenciarPlanContador h4{
  font-size: 22px;
}
.select-style {
  border-color: transparent;
  background-color: #f3f3f3;
  width:max-content !important ;
  appearance: auto !important;
}
.precios_cardContadores {
  color: #8b85be;
  font-size: 14px;
}

.card_potenciarPlanEmpresa {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  border-top: 6px solid #e1577b !important;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 8px 4px rgba(217, 217, 217, 0.4);
}
.card_potenciarPlanEmpresa h4{
  font-size: 24px;
  font-family: "Open Sans";
  font-weight: 500;
}
.card_potenciarPlanSueldos h4{
  font-size: 24px;
  font-family: "Open Sans";
  font-weight: 500;
}
.card_potenciarPlanEmpresa h5{
  font-size: 26px;
  font-weight: 700;
}
.card_potenciarPlanSueldos h5{
  font-size: 26px;
  font-weight: 700;
}
.precios_cardEmpresa {
  font-size: 14px;
}

.card_potenciarPlanSueldo {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  border: 1px solid #dee2e6;
  border-top: 6px solid #f7cc1e !important;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card_potenciarPlanSueldo h4{
  font-size: 22px;
}
.precios_cardSueldo {
  color: #bf9e17;
  font-size: 14px;
}

.td_planSueldos {
  border-color: #bf9e17 !important;
}

.link_aPLanSueldos {
  text-decoration: underline !important;
  color: #bf9e17;
}
.link_aPLanSueldos:hover {
  color: #bf9e17;
}
.divPasosLsd {
  background-color: #fff !important;
  box-shadow: 0 10px 30px rgba(35, 49, 66, 0.26);
}

.pasosLSD {
  color: #233142;
  font-size: 30px;
}

.cursor{
  cursor: pointer;
}

.logo_aconpy > svg{
height: 25px;
width: 150px;
}

.owl-prev {
  font-size: 40px !important;
  position: absolute;
  top: 55px;
  left: -60px;
  display: block !important;
}

.owl-next {
  font-size: 40px !important;
  position: absolute;
  top: 55px;
  right: -60px;
  display: block !important;
}
.link_funcionalidades{
color: #007bff;
}

.lista_funcionalidades{
  list-style: inside;
}

.lista_funcionalidades > li > p{
display: inline-block;
padding: 0;
}
.btn_verMas{
  border-radius: 5px;
  border: 1px solid #e7e7fe;
  color: #6e45e1;
  max-width: 230px;
  padding: 10px 20px;
  transition: 0.5s;
}
.btn_verMas:hover{
  background: #6e45e1;
  color: #ffffff;
}
.img_rocket{
position: absolute;
left: 510px;
opacity: .8;
animation: iconAnimationRocket 10s infinite linear;
z-index: 2;
}
.img_pulpo{
  position: fixed;
  opacity: .6;
  bottom: 10%;
  left: 5%;
  animation: iconAnimatioPulpo 15s infinite linear;
  z-index: 2;
  }
.div_funcionesDestacadas{
  border-radius: 10px !important;
}
.circulo_funcionesDestacadas{
  border-radius: 50%;
  padding: 6px;
  text-align: center;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
}

/* =================================
            responsive
===================================*/
@media screen and (max-width: 1650px) {
  .small-thumbnail-slider {
    justify-content: flex-end !important;
    padding-right: 20px;
  }
  .slider-line .owl-carousel .owl-dots {
    right: 20px;
  }
}

/* media for 1199px*/
@media screen and (max-width: 1199px) {
  .single-pro-service-card.one {
    position: absolute;
    right: 615px;
    top: 15%;
  }
  .single-pro-service-card.two {
    position: absolute;
    right: 700px;
    top: 50%;
  }
  .single-pro-service-card.three {
    position: absolute;
    right: 615px;
    top: 80%;
  }
  .single-pro-service-card.four {
    position: absolute;
    left: 615px;
    top: 15%;
  }
  .single-pro-service-card.five {
    position: absolute;
    left: 700px;
    top: 50%;
  }
  .single-pro-service-card.six {
    position: absolute;
    left: 615px;
    top: 80%;
  }
  .pro-service-card-text {
    max-width: 160px;
  }
}

/* media for 991px*/
@media screen and (max-width: 991px) {
  .contactForm {
    width: 100%;
    flex-direction: column;
  }

  .contactForm .divider1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .contactForm .divider2 {
    width: 100%;
  }
  .single-project {
    width: 50%;
  }
  .header-area.sticky-menu .navbar-collapse {
    top: calc(100% + 5px);
  }
  .slicknav_menu {
    display: block;
    margin-bottom: 30px;
  }
  .slicknav_btn {
    display: none;
  }
  .bar-icon {
    display: block;
  }
  .slicknav .mega-dropdown:hover .dropdown-content {
    display: unset !important;
  }
  .slicknav .single-menu li {
    padding: 5px 10px;
  }
  .mega-dropdown:hover .dropdown-content {
    display: none;
  }
  .main-menu-area {
    display: none;
  }
  .dropdown-menu {
    border: 1px solid transparent;
    border-radius: 0;
  }
  .mega-dropdown {
    position: relative !important;
  }
  .dropdown-content {
    position: unset;
  }
  .navbar-collapse {
    background-color: #ffffff;
    padding: 20px;
    color: #233142;
    position: absolute;
    width: calc(100% - 30px);
    top: calc(100% + 20px);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    z-index: 9;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #233142;
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: #233142;
  }
  .search-option a#search {
    color: #233142;
    font-size: 20px;
    padding-left: 10px;
  }
  .search-option a#search:hover {
    color: #8e94fa;
  }
  .btn-bg-light-gray-lg:hover {
    background-color: #8e94fa;
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  .slider-image {
    width: 300px;
  }
  .review-slider .owl-nav {
    left: 60%;
    bottom: 15px;
  }
  .custom-tab {
    padding: 15px 30px;
    margin-top: 0;
  }
  .progress-bar-style {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .custom-tab .nav-link {
    margin-bottom: 15px;
  }
  ul.follow-text {
    margin-left: 0;
  }
  .mobile-search {
    display: block;
  }
  .mobile-search a {
    color: #ffffff;
    cursor: pointer;
  }
  .right-image-shape {
    position: relative;
    max-width: 700px;
    width: 100% !important;
    margin-left: auto;
    margin-top: 50px;
  }
  .image-shape-wrapper {
    text-align: right;
  }
  .left-menu-bar .search-icon:before {
    width: 0;
  }
  .hero-sec-area {
    flex-wrap: wrap;
  }
  .hero-sec-area .hero-sec-right {
    margin-top: 80px;
    width: 100%;
  }
  .hero-sec-area .hero-sec-left {
    width: 100%;
    margin-right: 0;
  }
  .hero-sec-area .hero-sec-left .hero-text h2 {
    font-size: 50px;
  }
  .pro-service-card-area {
    display: flex;
    flex-direction: column;
    margin-top: 50px !important;
  }
  .single-pro-service-card {
    width: 100%;
    margin: 20px 0;
  }
  .single-pro-service-card:nth-child(n) {
    flex-direction: row-reverse;
  }
  .single-pro-service-card:nth-child(n) .pro-service-card-text {
    text-align: left;
    margin-left: 30px;
    margin-right: 0;
    flex: 1;
  }
  .single-pro-service-card.one {
    position: relative;
    left: 0;
  }
  .single-pro-service-card.two {
    position: relative;
    left: 0;
  }
  .single-pro-service-card.three {
    position: relative;
    left: 0;
  }
  .single-pro-service-card.four {
    position: relative;
    left: 0;
  }
  .single-pro-service-card.five {
    position: relative;
    left: 0;
  }
  .single-pro-service-card.six {
    position: relative;
    left: 0;
  }
  .inner-circle-section {
    border: none;
    height: auto;
    order: -1;
    margin-bottom: 50px;
  }
  .pro-service-card-text {
    max-width: 100%;
  }
  .price-table-wrapper {
    display: block;
  }
  .price-table-wrapper .single-price-table {
    width: 100%;
    margin: 50px 0;
  }
  .facility-card-section .facility-single-card {
    width: 100%;
  }
  .testimonials-slider .owl-nav {
    width: calc(100% + 50px);
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: -26px;
  }
  .request-md-demo {
    display: none !important;
  }
  .thumbnail-slider-details {
    justify-content: unset !important;
    padding-top: 40px;
  }
  .about-right-feature {
    margin-top: 50px;
  }
  .title-dark p {
    font-size: 20px;
  }
  .large-thumbnail-slider .item-box.item-box-md {
    height: unset;
  }
  .black-portait-box {
    position: inherit;
    margin-top: -100px;
    z-index: 11;
    top: inherit;
  }
  .slider-thumb-md {
    position: unset;
  }
  .title-rotate-right {
    position: inherit;
    text-align: center;
    transform: none;
    margin-bottom: 50px;
  }
  .title-rotate-right.title-rotate-left {
    left: inherit;
    right: unset;
    transform: none;
  }
  .about-section-area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-responsive-100 {
    width: 100%;
    margin: 10px auto !important;
  }
  .contactForm {
    width: 100%;
  }
  .contactForm .divider1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .contactForm .divider2 {
    width: 100%;
  }
}

/* media for 767px*/
@media screen and (max-width: 767px) {
  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .header-area {
    border-radius: 0;
  }
  .client-logo-area {
    border-radius: 0;
  }
  .hero-title {
    font-size: 35px;
  }
  .news-content {
    margin-top: 0;
  }
  .gallery-section .single-gallery-item {
    width: 100%;
  }
  .single-comment-item {
    flex-direction: column;
  }
  .single-comment-item.comment-two {
    margin-left: 0;
  }
  .comment-box {
    padding: 10px;
  }
  .blockquote-text {
    padding: 0;
  }
  .blockquote {
    padding: 10px;
  }
  .share-on li a {
    margin: 3px;
  }
  .news-sidebar-right {
    max-width: 400px;
    margin: auto;
  }
  .single-service-inner .single-service-item {
    display: flex;
    flex-direction: column;
  }
  .service-box:nth-child(2n + 2) .single-service-item {
    flex-direction: column;
  }
  .customer-investor {
    flex-direction: column;
  }
  .customer-title {
    font-size: 24px;
  }
  .pagination-area {
    padding-bottom: 40px;
  }
  .section-padding.less-padding {
    padding-bottom: 10px;
  }
  .coundown-header {
    padding: 0;
  }
  .about-title {
    font-size: 26px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .section-title h2 span {
    font-size: 28px;
  }
  .review-slider-inner {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
  .review-slider-inner .slider-image {
    width: 100%;
  }
  .review-slider-inner .slider-text {
    left: auto;
    transform: translate(0);
    bottom: auto;
    position: relative;
    width: 100%;
    padding-right: 100px;
  }
  .review-slider-inner .content-section .content-section-inner {
    padding: 40px 0;
  }
  .review-slider .owl-nav {
    left: auto;
    right: 0;
    transform: translate(0);
  }
  .hero-inner-wrapper {
    padding: 100px 0 150px;
  }
  .progress-image {
    margin-bottom: 50px;
  }
  .custom-tab {
    padding: 0;
    margin-top: 0;
  }
  .single-counter-item {
    margin-bottom: 20px;
  }
  p.customer-number {
    font-size: 50px;
  }
  .customer-number span {
    font-size: 50px;
  }
  .tag-right ul li {
    padding-left: 0;
  }
  .personal-info {
    flex-direction: column;
  }
  .personal-img {
    padding-right: 0;
  }
  .our-team-member .owl-nav {
    bottom: 0;
  }
  .team-title-member {
    padding-bottom: 30px;
  }
  .progress-content {
    margin-top: 50px;
  }
  .header-connect-section {
    justify-content: center;
  }
  .single-service-section {
    flex-wrap: wrap-reverse;
  }
  .single-service-section .service-right {
    margin-bottom: 50px;
  }
  .single-service-section .service-left:nth-child(n) {
    text-align: center;
    margin: 0;
  }
  .testimonials-slider .owl-nav {
    width: 17%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: -45px !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .testimonials-single-slider {
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: center;
  }
  .testimonials-single-slider .testimonials-slider-img {
    width: 60%;
  }
  .testimonials-single-slider .testimonials-slider-text {
    width: 85%;
    padding-top: 20px !important;
    padding-bottom: 20px;
  }
  .testimonials-single-slider .testimonials-slider-text::before {
    top: 13px;
    left: -19px;
  }
  .testimonials-single-slider .testimonials-slider-text::after {
    bottom: 37px;
    right: -9px;
  }
  .client-logo-area {
    margin-top: 30px !important;
  }
  .latest-news-area .latest-news-right-sec {
    position: relative;
    right: 0;
    top: 0;
  }
  .latest-news-left-sec {
    margin-right: 0px;
    text-align: center;
  }
  .latest-news-slider .owl-nav {
    width: 100px;
    display: flex;
    justify-content: space-between;
    position: relative;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
  }
  .portfolio-three-col .single-portfolio-item {
    width: 50%;
  }
  .portfolio-four-col .single-portfolio-item {
    width: 50%;
  }
  .slider-thumb {
    padding-bottom: 60px !important;
    margin-right: 20px !important;
    max-width: 100% !important;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
  }
  .slider-thumb .item {
    height: 55px;
  }
  .small-thumbnail-slider {
    margin: 0 auto;
    max-width: 400px;
  }
  .thumbnail-slider-details h1 {
    font-size: 40px;
  }
  .section-description h1 {
    font-size: 35px;
  }
  .single-facts h1 {
    font-size: 30px;
  }
  .single-service {
    width: 50%;
  }
  .single-service:nth-child(2) {
    border-right: 0px solid #393e44;
    border-bottom: 1px solid #393e44;
  }
  .single-service:nth-child(3) {
    border-right: 1px solid #393e44;
    border-bottom: 1px solid #393e44;
  }
  .single-service:nth-child(4) {
    border-right: 0px solid #393e44;
    border-bottom: 1px solid #393e44;
  }
  .single-service:nth-child(5) {
    border-right: 1px solid #393e44;
  }
  .about-section-area .section-padding {
    padding-top: 0px;
  }
  .ourblog-slider .owl-nav {
    top: -28%;
  }
  .center-menu-area {
    display: none;
  }
  .mobile-menu-icon {
    display: block;
  }
  .mobile-menu-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
  }
  .mobile-menu-wrapper.toggle-menuber {
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu-wrapper.toggle-menuber .mobile-menuber {
    left: 0;
    transition-delay: 500ms;
  }
  .product-content h1 {
    font-size: 40px;
  }
  .service-section-area {
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .single-team-member {
    text-align: center;
  }

}

/* media for 575px*/
@media screen and (max-width: 575px) {
  .styledFooter {
    flex-direction: column;
  }
  .single-project {
    width: 100%;
  }
  .business-agency-content .business-title {
    font-size: 24px;
  }
  .customer-investor.text-center.d-flex.justify-content-between.py-50 {
    flex-direction: column;
  }
  .logo-images .single-logo:nth-child(1) {
    bottom: 180px;
  }
  .logo-images .single-logo:nth-child(2) {
    bottom: 70px;
    left: 20px;
  }
  .logo-images .single-logo:nth-child(3) {
    bottom: -70px;
    left: 70px;
  }
  .logo-images .single-logo:nth-child(4) {
    bottom: 150px;
    left: 140px;
  }
  .logo-images .single-logo:nth-child(5) {
    bottom: 40px;
    left: 160px;
  }
  .logo-images .single-logo:nth-child(6) {
    bottom: -70px;
    left: 250px;
  }
  .logo-images .single-logo:nth-child(7) {
    bottom: 40px;
    left: 300px;
  }
  .header-connect-section .header-support-section {
    justify-content: center;
    align-items: center;
  }
  .header-connect-section .header-support-section p:first-child {
    margin-right: 0;
  }
  .hero-sec-area .hero-sec-left .hero-text h2 {
    font-size: 40px;
    line-height: 1.3;
  }
  .promo-sec-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .promo-sec-bottom .intro-video-sec {
    margin-top: 20px;
  }
  .single-service-section .service-left h3 {
    font-size: 23px;
  }
  .testimonials-slider .owl-nav {
    width: 30%;
  }
  .latest-news-left-sec h3 {
    font-size: 24px;
  }
  .portfolio-three-col .single-portfolio-item {
    width: 100%;
  }
  .portfolio-two-col .single-portfolio-item {
    width: 100%;
  }
  .portfolio-four-col .single-portfolio-item {
    width: 100%;
  }
  .faq-search-option.products-search-option {
    width: auto;
  }
  .left-menu-bar {
    margin-right: 20px;
  }
  .logo-area {
    padding-left: 15px;
  }
  .small-thumbnail-slider {
    justify-content: center !important;
  }
  .single-service {
    width: 100%;
  }
  .single-service:nth-child(1) {
    border-right: 0px solid #393e44;
  }
  .single-service:nth-child(3) {
    border-right: 0px solid #393e44;
  }
  .single-service:nth-child(5) {
    border-right: 0px solid #393e44;
    border-bottom: 1px solid #393e44;
  }
  .black-portait-box {
    margin-top: -30px;
  }
  .dark-testimonial-left h1 {
    font-size: 30px;
    text-align: center;
  }
  .dark-nav-footer-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .mobile-menu {
    width: 70%;
  }
  span.icon_close {
    left: 70%;
  }
  .product-content h1 {
    font-size: 30px;
  }
  .product-header h3 {
    font-size: 30px;
  }
  .summercollection-slider .owl-nav button.owl-prev {
    left: 0px;
  }
  .summercollection-slider .owl-nav button.owl-next {
    right: 0px;
  }

  .topBar {
    flex-direction: column;
  }
  .topBar li {
    margin: 0;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 400px) {
  .single-product-item {
    flex-direction: column-reverse;
  }
  .fan-facts-inner {
    display: initial !important;
  }
  .ourblog-slider .owl-nav {
    top: -49%;
  }
  .black-portait-box {
    margin-top: -10px;
    padding: 15px !important;
  }
  .product-title h3 {
    font-size: 30px;
  }
}

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

.table thead th {
  /* vertical-align: top; */
}
/*estilos para nueva landing sueldos 2024*/
.sueldosbackground{
  background-image:url('../img/banner/aconpy-header-contador.jpg');
  height:max-content;
}
.sueldosbackgroundemp{
  background-image:url('../img/banner/aconpy-header-empresa.jpg');
  height:max-content;
}
.introsueldos{
  color:black;
  text-align: left;
  padding-bottom:30px ;
}
.introsueldos h2 span {
  display: block;
  margin-bottom: 0.5em;
  text-align: center;
}
.softgray{
  background: var(--grey-20, #F4F4F4);
}
.sueldosform{
  text-align: left;
  align-items: center;
  color:black;
}
.overlayform{
  width: 450px;
  position: absolute;
  top:140px;
  left:55%;
  z-index: 1000;
}
.cont-emp-activo{
  display: flex !important;
  display: inline-block;
  width: fit-content;
  color: #0D1017;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border-radius: 8px;
  background: #F2C61D;
  padding: 10px 30px;
  cursor:default;
}
.undline:hover{
  text-decoration: underline;
}
.hovcur{
  cursor:pointer;
}
.cont-emp{
display: flex !important;
width: fit-content;
padding: 4px 5px;
align-items: center;
text-align: center;
border-radius: 8px;
background: var(--grey-20, #F4F4F4);
}
.cont-emp-inactivo{display: flex !important;
cursor: pointer;
display: inline-block;
width: fit-content;
padding: 10px 30px;
justify-content: center;
color: #0D1017;
text-align: center;
font-family: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
}
.formulario{
display: flex;
padding: 32px 24px;
flex-direction: column;
align-items: flex-start;
border-radius: 16.085px;
border: 0.5px solid #D3D3D3;
background: var(--white, #FFF);
/* Medium */

margin-bottom: -70px;
}
.formulariotitle{
  padding-top: 8px;
  padding-bottom: 8px;
text-align: center;
font-family: "Open Sans";
font-size: 24.127px;
font-style: normal;
font-weight: 600;
line-height: 26.138px; /* 108.333% */
letter-spacing: -1.086px;
margin-right: auto;
margin-left: auto;
}
.formularioinput{
  width: 100%;
  border: none;
  border-bottom: 1px solid #6A6A6A;
  border-radius: 0;
  color: var(--grey-60, #6A6A6A);
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 20.106px; /* 143.616% */
letter-spacing: -0.28px;
margin-top: 28px;
}
.formuselect{
  background:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 5'%3e%3cpath fill='%23343a40' d='M0 0L8 0 4 5z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
}
.passcheck{
  align-self: stretch;
color: var(--grey-80, #2B2B2B);
font-family: "Open Sans";
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 130%; /* 15.6px */
letter-spacing: 0.12px;
margin-top: 24px;
margin-bottom: 24px;
}
.botonsueldoslogin{
  display: flex;
width: 100%;
height: 40px;
padding: 10px 24px;
justify-content: center;
align-items: center;
border-radius: 50px;
background: var(--sueldos-primary, #F2C61D);
color: var(--grey-80, #2B2B2B);
text-align: center;
/* B4/semibold */
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.28px;
margin-top: 16px;
}
.botonemp{
background-color: #bf9e17 !important;
}
.botonemp3:hover,
.botonemp2:hover,
.botonemp:hover{
  background-color: #2E2853 !important;
  transition: 200ms;
  transform: scale(1.05);
  cursor:pointer;
}
.empgradient{
  background-image: linear-gradient(to bottom, #ba9f39, #fad867) !important;
}
.empw{
  color: #ffffff !important;
}
.bg-sueldos h1{
  color: var(--grey-80, #2B2B2B);
/* H1/bold */
font-family: "Open Sans";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 62px; /* 129.167% */
letter-spacing: -2.16px;
}
.ti45{
  font-size: 45px !important;
}
.bg-sueldos h4{
  color: var(--grey-80, #2B2B2B);
  /* H4/semibold */
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 108.333% */
  letter-spacing: -1.08px;
}
#rev{
display: flex;
padding: 16px 20px;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 12px;
border: 1px solid var(--sueldos-primary-04, #BF9E17);
opacity: 0.8;
background: #FFF;
width: fit-content;
}
#rev p{
font-family: "Open Sans";
font-size: 14px;
font-style: italic;
font-weight: 400;
line-height: normal;
letter-spacing: 0.14px;
}
.content1 svg{
 padding:0 !important;
 width: 16px !important;
 height: 16px !important;
 vertical-align: middle;
 transition: transform 0.3s ease;
  }
  .content1{
    display: flex;
    padding:0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .content2{
    margin-top: 12px;
    display: flex;
    padding:0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }
#fbrowser{
  display: flex;
height: 31.883px;
padding: 0px 593.086px 0px 12.633px;
align-items: center;
flex-shrink: 0;
border-radius: 6.016px 6.016px 0px 0px;
background: #FFF;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.about-icon-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 16px;
}
.sueldopaso{
  align-items: center;
  cursor: pointer;
  padding: 24px 32px;
  margin: 0;
  border: 2px solid transparent;
  color: #555;
  flex-direction: column;
  opacity: 0.5;
}
.estudiopaso,
.empresapaso{
  align-items: center;
  cursor: pointer;
  padding: 24px;
  margin: 0;
  border: 2px solid transparent;
  color: #555;
  flex-direction: column;
  opacity: 0.5;
}
.sueldopaso.active svg{
 fill:#BF9E17 !important;
}
.empresapaso.active svg{
  fill:#ce3863 !important;
}
.about-icon-title svg{
  fill:black;
}
.empresapaso2 svg{
  fill:#61646B!important;
}
.empresapaso2.y-active svg{
  fill:#F2C61D !important;
}
.empresapaso2.b-active svg{
  fill:#9747FF !important;
}
.sueldopaso.active {
  border-radius: 12px;
background: var(--white, #FFF);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  opacity: 1;
  color: #BF9E17 !important;
  font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
border-left: 10px solid #F2C61D;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.empresapaso.active {
  border-radius:12px 0 0 12px;
background: #FFF6F8;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  opacity: 1;
  color: #ce3863 !important;
  font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
border-left: 10px solid #ce3863;
}
.estudiopaso.active {
  border-radius: 12px;
background: var(--white, #FFF);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  opacity: 1;
  color: #5636cc !important;
  font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
border-left: 5px solid #5636cc;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.aboutt-title{
  margin-bottom: 0;
/* B1/regular */
font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.about-icon {
  margin-right: 10px;
}
.aboutt-text{
  font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.aboutt-text2{
  font-family: "Open Sans";
font-size: 20px;
font-style: normal;
line-height: normal;
}
.review{
  border-radius: 32px;
  background: var(--institucional-1, #39295E);
}
.review{
  padding-top:32px;
  padding-left: 32px;
  padding-right: 32px;
  color: #FFF;
/* B2/italic */
  font-family: "Open Sans";
  font-size: 18px;
  font-style: italic;
  font-weight:lighter;
  line-height: normal;
  max-width: 58.333333%;
}
.svg-corner {
  position: relative;
  padding-top: 50px;
}

.svg-corner svg {
  position: absolute;
  bottom: 0;
  right: 0;
}
.nam{
  color: #FFF;
/* B3/semibold */
font-family: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.16px;
}
.orig{
  padding-left: 5px;
  color: var(--contador-primary, #A69FE3);
/* B3/regular */
font-family: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.16px;
}
.stars {
  padding-left: 16px;
  display: flex;
  justify-content: center;
}
.greentext{
  color: #0FEF9E;
text-align: center;
font-family: "Open Sans";
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 20px; /* 166.667% */
letter-spacing: -0.24px;
margin-left: 8px;

}
.custom-divider {
  display: flex;
  align-items: center;
}

.divider-line {
  flex-grow: 1;
  height: 2px;
  background-color: #ddd;
  margin: 0px;
}
.openitalic{
  color: var(--grey-80, #2B2B2B);
text-align: center;
/* B3/italic */
font-family: "Open Sans";
font-size: 16px;
font-style: italic;
font-weight: 400;
line-height: normal;
letter-spacing: 0.16px;
}
.textobox {
  border-radius: 12px;
background: var(--Natural-white, #E6E6E6);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  color: var(--grey-80, #2B2B2B);
text-align: center;
/* B4/regular */
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.14px;
}
.item-emp {
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid #E5D5D5;
  background: #FFF;
  height: 160px;
  width: 170px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.item-emp img{
  padding: 36px 24px;
}
.resenas {
  background: linear-gradient(180deg, #F2C61D 0%, #FAEC8E 100%);
  padding: 5%;
}
.resenas2 {
  background: linear-gradient(180deg, #e62f47 0%, rgba(230, 47, 71, 0.1) 100%);
  padding: 5%;
}
.resenas3 {
  background-image:url(../img/banner/testimonios.png);
  padding: 5%;
  background-size:cover;
}
.transparencia {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 100px;
  border: 1px solid var(--sueldos-primary, #F2C61D);
  opacity: 0.8;
  background: var(--white, #FFF);
  margin: 0 auto;
}
.cajablanca{
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 10px;
  background: var(--white, #FFF);
  margin:16px;
  box-shadow: 0px 2px 4px -2px rgba(17, 24, 39, 0.06), 0px 4px 8px -2px rgba(17, 24, 39, 0.10);
}
.cajablanca p{
  display:flex;
align-self: stretch;
color: var(--grey-80, #2B2B2B);
/* B2/italic */
font-family: "Open Sans";
font-size: 18px;
font-style: italic;
font-weight: 400;
line-height: normal;
}
.cita{
  color: var(--grey-60, #6A6A6A) !important;
/* B3/italic */
font-family: "Open Sans";
font-size: 16px;
font-style: italic;
font-weight: 400;
line-height: normal;
letter-spacing: 0.16px;
}
.botonsueldos{
  padding: 13px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: var(--sueldos-primary, #F2C61D);
  color: var(--grey-80, #2B2B2B);
  text-align: center;
  /* B3/semibold */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  outline: none;
  border: none;
}
.botonred{
  padding: 13px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background:  #ce3863;
  color: var(--grey-80, #ffffff);
  text-align: center;
  /* B3/semibold */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  outline: none;
  border: none;
}
.botonblue{
  padding: 13px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: #5636cc;
  color: var(--grey-80, #ffffff);
  text-align: center;
  /* B3/semibold */
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
  outline: none;
  border: none;
}
.bthover:hover{
cursor: pointer;
transform: scale(1.05) !important;
 transition: 200ms !important; 
 color: #FFF;
 background-color: #2E2853;
}
.empresas1{
  background: var(--grey-20, #F4F4F4);
}
#medios{
  background: var(--grey-20, #F4F4F4);
  display: flex;
padding: 100px 0px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 40px;
}
#medios h4{
align-self: stretch;
color: var(--black, #000);
/* H4/semibold */
font-family: "Open Sans";
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 26px; /* 108.333% */
letter-spacing: -1.08px;
margin-bottom: 0;
}
#medios h5{
  align-self: stretch;
color: var(--black, #000);
/* B1/semibold */
font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
#medios p{
color: var(--grey-80, #2B2B2B);
/* B3/regular */
font-family: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.16px;
}
.amari{
  display: inline-block;
align-self: flex-start;
color: var(--black, #000);
/* B2/italic */
font-family: "Open Sans";
font-size: 16px !important;
font-style: italic !important;
font-weight: 400 !important;
line-height: normal !important;
margin: 0;
background-color: #F2C61D;
}
.medwhite{
  display: flex;
width: 656px;
padding: 24px;
flex-direction: column;
align-items: flex-start;
gap: 20px;
  border-radius: 12px;
background: var(--white, #FFF);
/* Light */
box-shadow: 0px 4px 2px 1px rgba(217, 217, 217, 0.40);
}
.medwhite:hover,
.medwhitesm:hover{
  opacity: 0.5;
}
.medwhitesm{
  display: flex;
width: 464px;
padding: 24px;
align-items: flex-start;
gap: 20px;
  border-radius: 12px;
background: var(--white, #FFF);
/* Light */
box-shadow: 0px 4px 2px 1px rgba(217, 217, 217, 0.40);
}
#migrar{
  padding-top: 100px;
  padding-bottom: 50px;
}
#migrar p{
  color: var(--grey-80, #6a6a6a);
/* B1/regular */
font-family: "Open Sans";
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;

}
.single-card-item{
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.25);
  padding: 24px;
}
.new-card-title{
  color: var(--black, #000);
/* B1/semibold */
font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 10px;
}
.new-card-text{
  color: var(--grey-80, #2B2B2B);
/* B3/regular */
font-family: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.16px;
}
.new-card-icon{
  display: flex;
  width: 64px;
  height: 64px;
  padding: 14.409px;
  justify-content: center;
  align-items: center;
  gap: 6.004px;
  border-radius: 60.038px;
  margin-bottom: 18px;
  }
.new-card-icon2{
  display: flex;
  width: 64px;
  height: 64px;
  padding: 14.409px;
  justify-content: center;
  align-items: center;
  gap: 6.004px;
  border-radius: 60.038px;
  margin-bottom: 18px;
  }
  .re{
color: var(--grey-80, #2B2B2B);
text-align: center;
/* B3/italic */
font-family: "Open Sans";
font-size: 16px;
font-weight: 400;
line-height: normal;
letter-spacing: 0.16px;
  }
  .sub{
    color: var(--grey-60, #6A6A6A);
text-align: center;
/* B1/semibold */
font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
  }
  .ahorras{
  margin-right: auto;
  margin-left: auto;
display: flex;
padding: 4px 12px;
justify-content: center;
align-items: center;
gap: 10px;
width: fit-content;
border-radius: 100px;
border: 1px solid var(--Natural-white, #E6E6E6);
background: var(--NATURAL-WHITE, #F6F6F8);
    color: var(--color-logo-1, #5636CC);
text-align: center;
/* B4/semibold */
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.28px;
  }
.awsinfo{
  display: flex;
padding: 56px 48px;
flex-direction: column;
align-self: stretch;
border-radius: 24px;
border: 1px solid var(--color-logo-1, #5636CC);
background: #E9E3FF;
}
.awsinfo img{
  margin-right: 16px;
}
.awstitle{
  color: var(--color-logo-1, #5636CC);
/* B1/semibold */
font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
width: 246px;
}
.awsdata h5{
  color: var(--black, #000);
/* H4/bold */
font-family: "Open Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 26px; /* 108.333% */
letter-spacing: -1.08px;
margin-bottom: 5px;
}
.awsdata{
  color: var(--grey-80, #2B2B2B);
/* B4/regular */
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.14px;
}
.awslogo{
  width: 179px;
align-self: stretch;

color: var(--grey-80, #2B2B2B);
/* B4/regular */
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.14px;
}
.planesinfo{
gap: 24px !important;
margin-top: 16px;
margin-bottom: 16px;
height: 114px;
flex-shrink: 0;
border-radius: 20px;
border: 1px solid var(--sueldos-primary-04, #BF9E17);
padding-top: 16px ;
padding-left: 12px;
padding-right: 12px;
padding-bottom: 25px;
}
.planesinfo-title{
  color: #000;
/* B2/semibold */
font-family: "Open Sans";
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 24px;
padding-left: 12px;
padding-right: 12px;
}
.checkinfo{
color: var(--grey-80, #2B2B2B);
/* B3/regular */
font-family: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.16px;
padding-left: 12px;
padding-right: 12px;
}
.botonplanes{
  display: flex;
    height: 44px;
    padding: 13px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: var(--sueldos-primary, #F2C61D);
    color: var(--grey-80, #2B2B2B);
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.28px;
    margin-top: auto;
    cursor:pointer;
}
.precios{
  border-radius: 34.093px;
border: 1px solid var(--sueldos-primary-04, #BF9E17);
background: var(--sueldos-primary-03, #FDFBE9);
}
.precios2 h3,
.precios3 h3,
.precios h3{
  color: #242331;
/* H3/semibold */
font-family: "Open Sans";
font-size: 30px;
font-style: normal;
font-weight: 650;
line-height: 32px; /* 106.667% */
letter-spacing: -1.35px;
margin-bottom: 32px;
}
.empleados{
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style: none;
  margin: 0;
}
.ticks{
  display: flex;
align-items: flex-start;
gap: 48px;
margin-top: 32px;
}
.ticks2{
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.ticks2 div{
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 12px;
}
.ticks2 img,
.ticks img{
  margin-bottom: auto;
}
.ticks2 svg,
.ticks svg{
  margin-bottom: auto;
}
.ticks2 div,
.ticks div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ticks2 h5,
.ticks h5{
  color: var(--grey-80, #2B2B2B);
  /* B2/regular */
  font-family: "Open Sans";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  margin-left: 8px;
  align-self: flex-start;
}
.labmb{
  margin-left: 0.5rem;
}
.labmb,
.ticks2 h6,
.ticks h6{
  color: var(--grey-80, #2B2B2B);
  /* B2/regular */
  font-family: "Open Sans";
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  margin-left: 5px;
}
.precioseleccionadoy,
.precioseleccionado{
  display: flex;
  flex-direction: column;
  margin-right: -5px;
  margin-top: -30px;
  margin-bottom: -5px;
  border-radius: 20px;
border: 1px solid var(--sueldos-primary-04, #BF9E17);
background: var(--white, #FFF);
padding: 24px;
min-height: 400px;
}

.planspan{
  color: var(--Gray-800, #333);
text-align: center;
/* H4/bold */
font-family: "Open Sans";
font-size: 24px !important;
font-style: normal;
font-weight: 700 !important;
line-height: 26px; /* 108.333% */
letter-spacing: -1.08px;
}
.preciospan{
  color: var(--grey-80, #2B2B2B);
/* H1/bold */
font-family: "Open Sans";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 62px; /* 129.167% */
letter-spacing: -2.16px;
}
.preciospan small{
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 8px;
  letter-spacing: normal;
  font-family: "Open Sans";
}
.prevprecio{
  font-size: 18px !important;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 8px;
  letter-spacing: normal;
  text-decoration: line-through;
  text-align: center !important;
  font-family: "Open Sans";
}
.precioanterior{
  margin-bottom: 22px;
}
.precioseleccionadoy p,
.precioseleccionado3 p,
.precioseleccionado2 p,
.precioseleccionado p{
  align-self: stretch;
color: var(--Gray-800, #333);
text-align: center;
/* B4/regular */
font-family: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.14px;
margin-bottom: 8px;
margin-top: 8px;
}
.otrosPagos span{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 8px;
  letter-spacing: normal;
  text-align: center ;
  font-family: "Open Sans";
  margin-bottom: 12px;
}
.otrop{
  font-size: 16px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
  margin-left: 8px;
  letter-spacing: normal;
  text-align: center ;
  font-family: "Open Sans";
}
.empleados li{
  text-align: center;
  flex: 1;
}
/* estilos para selector tipo termometro */
.slidecontainer {
  width: 100%;
  padding-right: 32px;
  padding-left: 32px;
}

.slider2,
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
  background: linear-gradient(to right, #6A6A6A 0%, #6A6A6A 100%);
  filter: drop-shadow(0px 7.132px 15.453px rgba(0, 0, 0, 0.12)) drop-shadow(0px 0.594px 4.755px rgba(0, 0, 0, 0.12));
}

.slider2::-webkit-slider-thumb,
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border: 0;
  background: url('../img/svg-icons/aconpy-knob.svg') center center no-repeat;
  cursor: pointer;
  background-size: contain;
}

.slider2::-moz-range-thumb,
.slider::-moz-range-thumb {
  width: 28px;
  height: 28px;
  border: 0;
  background: url('../img/svg-icons/aconpy-knob.svg') center center no-repeat;
  cursor: pointer;
  background-size: contain;
}
.slider-value {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.slider-markers {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transform: translate(0, -50%);
  pointer-events: none;
}

.slider-marker {
  width: 25px;
  height: 25px;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
justify-content: center;
align-items: center;
 display: flex;
 z-index: 1;
}
.slider-marker.visible {
  visibility: visible;
  z-index: 2; 
}
.cantleg{
  margin-top:64px;
  margin-bottom:64px;
  margin-left:32px;
  margin-right:32px;
}
.cantleg2{
  margin-top:40px;
  margin-bottom:12px;
  margin-left:32px;
  margin-right:32px;
}
#awsnumbers{
  display:flex;
  gap:32px;
}
.awsicon{
  margin-left: 45px;
  align-self:center;
}
.single-card-item {
  height: 255px !important;
}
.transparencia p{
  font-family: "Open Sans";
}
.cajtagname{
  width:fit-content;
  margin-bottom:0;
  padding-right:10px;
}
.empresas1{
  padding:100px;
}
.smallfooterads,
.bkgrey{
  background-color:#f4f4f4;
}
.bkgrey2 {
  background: linear-gradient(to bottom, #ffffff, #f4f4f4);
}
.planspan{
  z-index: 1000;
  position: relative;
}
.purpblock{
  min-height: 200px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 22px;
  border-radius: 12px;
  box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.25);
  border: solid 1px #5636cc;
  background-color: #fff;
}
.purpblock h4{
  font-family: "Open Sans" ;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #5636cc;
}
.purpblock p{
  font-family: "Open Sans";
  align-self: stretch;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  text-align: center;
  color: #2b2b2b;
}
.planname{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.aclar{
  background-color: #fdfbe9;
  border: solid 1px #f2c61d;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  color: #bf9e17;  
  margin-left: 8px;
  letter-spacing: -0.24px;
}
.aclar2{
  background-color: var(--NATURAL-WHITE, #F6F6F8);
  border: 1px solid var(--Natural-white, #E6E6E6);
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 12px;
  font-weight: 500;
  color: #5636CC;  
  margin-left: 8px;
  letter-spacing: -0.24px;
}
.bar-icon{
  background-color: white !important; 
}
.bar-line{
    color: #6e45e1 !important;
    background-color: #6e45e1 !important;
}
.preg-fre{
  background-color:#fdfbe9 ;
}
.preg-fre-emp{
  background-color:rgba(206, 56, 99, 0.1);
}
.preg-fre-emp h2{
  margin-bottom: 36px;
}
.preg-fre h2{
  margin-bottom: 36px;
}
.prblocks{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap:25px;
}
.pregblock{
  width: 75%;
  min-height: 75px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  text-align: start !important;
  align-items: stretch;
  gap: 20px;
  padding: 24px;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 4px 2px 1px rgba(217, 217, 217, 0.4);
  background-color: #fff;
}
.pregblock2{
  width: 75%;
  min-height: 75px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  text-align: start !important;
  align-items: stretch;
  gap: 20px;
  padding: 24px;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 0 8px 4px rgba(217, 217, 217, 0.4);
  background-color: #fff;
  transition:  0.5s ease-in-out; 
}
.pregblock2.active{
  box-shadow: 0 0 6px 3px rgba(217, 217, 217, 0.4), 0 0 6px 3px rgba(86, 54, 203, 0.4) !important;
}
.pregblock2 span{
  color:#331F7B;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 600;
}
.pregblock span{
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}
.pregblock p{
  font-family: "Open Sans";
  font-size: 18px;
  text-align: left;
  color: #2b2b2b;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.bg-sueldosnew{
  background-color: #f6f6f8;
  width: fit-content;
}
.switch-pricing-tab .nav-tabs li.nav-item a.active.sueldos {
  color: #ffffff !important;
  font-weight: 500;
  font-size: 14px;
}
.switch-pricing-tab .nav-tabs li.nav-item {
  padding: 4px 12px;
  border-radius: 16.7px;
}
.switch-pricing-tab .nav-tabs:before{
  background-color:#5636cc ;
}
.switch-pricing-tab .nav-tabs li.nav-item a {
  color: #6a6a6a;
  font-weight: 500;
  font-size: 14px;
}
.switch-pricing-tab .nav-tabs {
  min-width: 168px;
  width: auto;
}
#tag, #tag2, .ademas,.typ {
  height: 28px;
  display: flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 8px;
  background-color: #f1ecff;
  color: #391c8f;
  font-size: 14px;
}
.ademas{
  width: fit-content;
  margin: 4px 8px;
}
.ademas svg{
  height: 14px;
  width: fit-content;
  margin-right:3px;
}
.ademas2 svg{
  height: 22px !important;
}
.ademas2 rect{
  fill:transparent;
}
.ademas path{
  fill:#391c8f;
}
#tag svg{
  margin-right: 5px;
}
.mod-nav{
  background-color: #ffffff !important;
}
.mod-nav a{
  color: black !important;
}
.mobile-navbar .slicknav_nav .slicknav_row:hover a {
  color: black !important;
}
@media only screen and (max-width: 600px) {
  .wm-90{
    width: 90% !important;
  }
  .cajablanca{
    min-width: 90vw;
  }
  .introsueldos {
      text-align: center;
  }
  .pregblock2,
  .pregblock{
    width: 100% !important;
  }
  .section-apv h4,
  .introsueldos h4{
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-apv br{
    display:none;
  }
  .review{
    max-width:95%
  }
  .blacktitle{
    font-size: 22px !important;
  }
  .ticks2 div{
   align-items: start;
   margin-left: 10px !important;
   margin-right: 10px !important;
  }
  #fbrowser{
    display: none;
  }
  #mainres{
    display: flex;
    flex-direction: column-reverse;
  }
  #reviewmaintext{
    font-size: 14px;
    margin-top: 10px;
  }
  .svg-corner{
    padding-top: 40px
  }
  .svg-corner svg{
    height: 50px;
    width: auto;
  }
  #migrar {
  display: none;
  }
  .single-card-item {
    height: auto !important;
    padding: 14px;
    display: flex;
    flex-direction: row;
  }
  .singlecardtext{
    flex-direction: column;
    padding-left: 14px;
  }
  .new-card-text {
    font-size: 14px;
    font-weight: 500;
  }
  .new-card-title {
    font-size: 18px;
    font-weight: 650;
}
.transparencia{
  margin: 0;
  border-radius: 16px;
}
.opln{
  gap: 12px !important;
}
.transparencia p{
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.8px;
}
.transparencia svg{
  margin: 0;
}
  .ticks{
    flex-wrap: wrap;
    gap:12px;
    justify-content: center;
  }
  .ticks br{
    display:none;
  }
  .planesinfo{
    height: auto;
  }
  .checkinfo{
    padding-bottom: 20px;
  }
  .precios{
    border:none;
  }
  #awsnumbers{
    flex-wrap: wrap;
    gap:20px;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
  }
  #ribbon{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 8px;
  }
  .awsinfo{
    padding:20px 40px;
  }
  .awsinfo img {
    margin-right: 0px !important;
  }
  .awsicon{
    display: flex;
    margin: 0px;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
  .awstitle{
    width: fit-content;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .awslogo{
    width: auto;
    text-align: center;
  }
  .medwhite{
    width: auto;
    margin-bottom: 20px;
  }
  .medwhitesm{
    width: auto;
    padding:16px;
    min-height: 140px;
  }
  #medios{
    padding: 20px 0px 40px 0px;
  }
  #medios h5{
    font-size: 18px;
  }
  .transparencia{
    margin-right: auto;
    margin-left: auto;
  }
  .precioseleccionado2{
    margin-top: 10px !important;
  }
  .precioseleccionado3{
    margin-top: 10px !important;
  }
  .precioseleccionadoy,
  .precioseleccionado3,
  .precioseleccionado2,
  .precioseleccionado{
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .precioseleccionadoy{
    margin-top: 75px;
  }
  .slidecontainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
  .resenas2 br,
  .resenas br{
    display:none;
  }
  #rev{
    margin-right: auto;
    margin-left: auto;
  }
  #rev p{
    font-size: 12px;
  }
  .cajablanca{
    padding:24px;
  }
  .cita{
    font-size: 13px !important;
    letter-spacing: -0.8px;
    font-weight: 400 !important;
    font-style: normal !important;
  }
  .cajablanca p{
    font-size: 16px;
  }
  .tild{
    display:none;
  }
  .cajname{
    width:fit-content !important;
  }
  .empresas1{
    padding:0px;
  }
  #svgempresas2,
  #svgempresas1{
    display: flex;
    flex-direction: column;
  }
  .openitalic{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.9px;
    font-style: normal;
    margin-top: 8px;
  }
  .textobox{
    letter-spacing: -0.9px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .item-emp img{
    padding:10px;
  }
  .item-emp{
    height: 96px;
    width: 100px;
  }
  .item-emp svg{
    width: 80%;
  }
  .custom-divider{
    justify-content: center;
  }
  .divider-line{
    display: none;
  }
  .footer-widget{
    text-align: center;
  }
  h1{
    font-size: 28px !important;
    line-height: 32px !important;
  }
  h2{
    font-size: 26px !important;
    line-height: 32px !important;
  }
  .aboutt-text{
    display:none;
  }
  .aboutt-text-mobile{
    display:flex !important;
    font-size: 14px;
    color: #555;
  }
  .aboutt-title-mobile{
    display:flex !important;
  }
  .sueldopaso {
    padding: 16px 24px;
  }
  #tagcont{
    font-size: 12px;
  }
  #responsiveselector{
    margin-top: 400px !important;
    margin-bottom: -480px !important;
    display: flex;
    align-items: start !important;
    flex-direction: row;
    justify-content: flex-start !important;
    z-index: 1;
    position: relative;
  }
  #responsiveselector2{
    margin-top: 380px !important;
    margin-bottom: -490px !important;
    display: flex;
    align-items: start !important;
    flex-direction: row;
    justify-content: flex-start !important;
    z-index: 1;
    position: relative;
  }
  .mb501{
    margin-bottom: 0 !important;
  }
  #datosplan{
    font-size: 14px;
  }
  #responsiveselector3{
    margin-top: 440px !important;
    margin-bottom: -430px !important;
    display: flex;
    align-items: start !important;
    flex-direction: row;
    justify-content: flex-start !important;
    z-index: 1;
    position: relative;
  }
  .bluetext,
  .redtext{
    padding:0!important;
    font-size: 12px !important;
  }
  .redtitle,
  .bluetitle{
    font-size: 20px !important;
  }
  .optnavbar{
    font-size: 14px !important;
  }
  .ticks2 h5{
    letter-spacing: -0.8px;
    font-size: 14px !important;
  }
  .cantleg2{
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .labmb,
  .ticks2 h6{
    font-size: 14px !important;
  }
  .precioseleccionado3,
  .precioseleccionado2,
  .precioseleccionado{
    padding:14px;
  }
  .mbb20{
    margin-bottom: 0 !important;
  }
  .smalemp{
    font-size: 14px !important;
  }
  .mobnot svg{
    display: none !important;
  }
  .mobyes{
    display: flex !important;
justify-content: center;
padding: 5px;
  }
  .pregblock2 span,
  .pregblock span{
    font-size: 16px !important;
    max-width: 80% ;
  }
  .ti45{
    font-size: 28px !important;
  }
  .overlayform{
    width: 80vw;
    left:10vw;
    right: 10vw;
    position: absolute;
    top:550px;
    z-index: 1000;
  }
  .fillerdiv{
    height: 550px;
  }
  .btn-wsp{
    z-index: 10000 !important;
  }
  .cmt{
    margin-left: auto;
    margin-right: auto;
  }
  .ahorras{
    margin-bottom: 30px;
  }
  .checkinfo {
    text-align: center !important;
  }
  .mb5r{
    margin-right: 3rem !important;
  }
  .mbbb{
    text-shadow: 
    1px 1px 0 #000, 
    -1px 1px 0 #000, 
    1px -1px 0 #000, 
    -1px -1px 0 #000;
  }
  .no-br br{
    display: none;
  }
  .main-home-img{
    margin-right:0 !important ;
  }
  .index-review{
    padding-top: 15px !important;
  }
  .space-mobile{
    justify-content:space-between !important;
  }
  .index-partners{
    scale: .8 !important;
  }
  .index-partners-block{
    min-width: 100px !important;
    min-height: 100px !important;
  }
  .index-partners-block img{
    height:100px !important;
  }
  .index-review p {
    scale: .8;
  }
  .newsletter{
   padding: 10px 15px !important;
  }
  .index-back-3 {
    background-image: linear-gradient(to bottom, #8A74D8, #FFF) !important;
    background-position: initial;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .white-contact-form{
    padding: 10px 5px !important ;
  }
  .pricing{
    box-shadow: 0 4.1px 8.1px 0 rgba(0, 0, 0, 0.4);
    border-bottom: 5px solid #CD3863;
    border-radius: 20px;
    margin-bottom: 30px;
    margin-right: 30px;
    margin-left: 30px;
  }
  .gold-shadow{
    box-shadow: none !important;
    border-radius: none !important;
  }
  .gold-shadow-y{
    box-shadow: none !important;
    border-radius: none !important;
  }
  .gold-shadow .pricing{
    box-shadow: 0 8px 16px rgba(205, 56, 99, 0.2), 0 -8px 16px rgba(151, 71, 255, 0.2);
    border-bottom: 5px solid #5636C7;
    border-radius: 20px;
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .gold-shadow-y .pricing{
    box-shadow: 0 8px 16px rgba(151, 71, 255, 0.3), 0 -8px 16px rgba(242, 198, 29, 0.3);
    border-bottom: 5px solid #5636C7;
    border-radius: 20px;
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .pricing h5{
    margin-left: auto;
    margin-right: auto;
    font-size: 20px !important;
  }
  .pricing span{
    margin-left: auto;
    margin-right: auto;
    font-size: 15px !important;
  }
  .table-items{
    display: none !important;
  }
  .grey-line {
    padding-bottom: 25px !important;
  }
  .znv-float-button {
    right: 10px !important;
    bottom: 90px !important ;
  }
  .mobile-maxw{
    width: 100%;
    display: flex;
  }
}

.aclr{
  margin-top: 18px;
  color:transparent;
  /* color: #ce3863; */
}
.mb501{
  margin-bottom: 50px;
}
#responsiveselector2{
  margin-top:70px;
  margin-bottom:-55px;
  margin-right:23%;
  display:flex;
  align-items:end;
  flex-direction:row;
  justify-content: flex-end;
  z-index:1;
  position:relative;
}
/* #stepImage2{
  max-height: 282px !important;
} */
.bgc{
  color:transparent !important;
}
.gw{color:white !important}
.bgw{
  color: white !important;
}
.bgw:hover,
.bgw a:hover{
  color:white !important;
}
.bgb:hover,
.bgb a:hover{
  color:black !important;
}
.wf{
  color: white !important;
  border-color: transparent;
}
.bgg{
  color: black;
  border-color: transparent;
}
body {
  overflow-x: hidden;
}
.mobyes{
  display: none;
}
#responsiveselector3,
#responsiveselector{
  margin-top:70px;
  margin-bottom:-75px;
  margin-right:23%;
  display:flex;
  align-items:end;
  flex-direction:row;
  justify-content: flex-end;
  z-index:1;
  position:relative;
}
#buttonstable{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#buttonstable a{
 padding: 13px 32px;
 border-radius: 50px;
 width: fit-content;
 margin: 6px;
 font-size: 16px;
  font-weight: 600;
  margin-bottom: 50px;
}
.inactiveemp{
  border: solid 1px #bf9e17;
  color: #bf9e17 !important;
  background-color: white !important;
}
.inactiveemp:hover{
  background-color: #FDFBE9!important;
  transition: 200ms;
}
h2{
  font-family: "Open Sans";
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 42px; /* 105% */
letter-spacing: -1.8px;
}
.circ{
  font-size: 30px !important;
}
.aboutt-text-mobile{
  display: none;
}
.aboutt-title-mobile{
  display: none;
}
.section-apv{
  background-color: #f6f6f8;
}
/* estilos para el nuevo header */
.bg-sueldos-new{
  background-color: #ffffff !important;
}
.why a{
  color:black !important;
}
.prpl{
  background-color: #5636cc !important;
}
.btn-reverse-whi {
  color: #ffffff !important;
  background: #20d28d !important;
  border: 1px solid #20d28d !important;
  display: inline-block;
}
.btn-reverse-whi a{
  color: #ffffff !important;
}
.fade-down {
  animation: fadeDown 1s ease forwards;
  display: block !important; 
}

@keyframes fadeDown {
  from {
      opacity: 0;
      transform: translateY(-40%);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
.pregblock2,
.pregblock {
  transition: max-height 3s ease;
  overflow: hidden;
}
.pregblock2 svg:hover,
.pregblock2 img:hover,
.pregblock svg:hover,
.pregblock img:hover{
  cursor: pointer;
}
.expanded {
  max-height: 1000px !important; 
}
.rw{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.rwc{
  display: flex;
  flex-direction: row;
}


/* LOADING INICIO */
.lmask {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999999999;
  opacity: 0.9;
}
.lmask:after {
  content: "";
  background-color: transparent;
  border: 5px solid #5636cc;
  opacity: 0.98;
  border-left: 5px solid transparent;
  /* border-right: 5px solid transparent; */
  border-radius: 50px;
  width: 30px;
  height: 30px;
  -moz-animation: spinoffPulse 0.8s infinite linear;
  -webkit-animation: spinoffPulse 0.8s infinite linear;
  margin: -15px 0 0 -15px;
  position: fixed;
  top: 40%;
  left: 50%;
}
@-moz-keyframes spinPulse {
  0% {
    -moz-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #5636cc;
  }
  50% {
    -moz-transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-moz-keyframes spinoffPulse {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinPulse {
  0% {
    -webkit-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px #5636cc;
  }
  50% {
    -webkit-transform: rotate(145deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-webkit-keyframes spinoffPulse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.texto_loading {
  margin: auto;
  margin-top: 21%;
  text-align: center;
  width: 500px;
  color: #0e1726;
  font-size: 1rem;
}
/*FIN FIG LOADGIN*/
.empredbackground{
  background-image:url('../img/banner/aconpy-empresa.png');
  height:max-content;
  background-size: cover;
  min-height: 470px;
}
.estudiobackground{
  background-image:url('../img/banner/hero-bg-contador.png');
  height:max-content;
  background-size: cover;
  min-height: 470px;
}
.empredbackground h1{
  font-family: "Open Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -2.16px;
}
.estudiobackground h1{
  font-family: "Open Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: -2.16px;
}
.whitepara{
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 550;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -1.08px;
  text-align: left;
}
.aboutt-textt{
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.fwi6{
  font-weight: 600 !important;
}
.fwi7{
  font-weight: 700 !important;
}
.ademas3{
  background-color: transparent !important;
  height: 28px;
  display: flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 8px;
  color: #391c8f;
  font-size: 14px;
  margin-bottom: 12px;
}
.ademas3:hover{
  opacity: 0.8;
}
.g-0{
  gap: 0 !important;
}
.planesinfo2{
  gap: 24px !important;
  margin-top: 16px;
  margin-bottom: 16px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid var(--sueldos-primary-04, #ce3863);
  padding-top: 25px ;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 25px;
  }
.precios2{
  border-radius: 34.093px;
  border: 1px solid var(--sueldos-primary-04, #ce3863) !important;
  background:rgba(206, 56, 99, 0.1) !important;
  }
.precios3{
  border-radius: 34.093px;
  border: 1px solid #5636cc !important;
  background: rgba(86, 54, 204, 0.1) !important;
}
  .precioseleccionado2{
    display: flex;
    flex-direction: column;
    margin-right: -5px;
    margin-top: -25px;
    margin-bottom: -5px;
    border-radius: 20px;
  border: 1px solid var(--sueldos-primary-04, #ce3863);
  background: var(--white, #FFF);
  padding: 24px;
  min-height: 400px;
  }
  .precioseleccionado3{
    display: flex;
    flex-direction: column;
    margin-right: -5px;
    margin-top: -25px;
    margin-bottom: -5px;
    border-radius: 20px;
  border: 1px solid #5636cc;
  background: var(--white, #FFF);
  padding: 24px;
  min-height: 400px;
  }
  .planesinfo3{
    gap: 24px !important;
    margin-top: 16px;
    margin-bottom: 16px;
    flex-shrink: 0;
    border-radius: 20px;
    border: 1px solid #5636cc;
    padding-top: 25px ;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 25px;
  }
  .botonplanes3,
  .botonplanes2{
    display: flex;
      height: 44px;
      padding: 13px 32px;
      justify-content: center;
      align-items: center;
      border-radius: 50px;
      color: #FFF;
      text-align: center;
      font-family: "Open Sans";
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      letter-spacing: -0.28px;
      margin-top: auto;
      cursor:pointer;
  }
  .botonplanes3{
    background-color: #5636cc;
  }
  .botonplanes2{
    background: var(--sueldos-primary, #ce3863);
  }
  .cont-emp-activo2{
    display: flex !important;
    display: inline-block;
    width: fit-content;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border-radius: 8px;
    background: #ce3863;
    padding: 10px 30px;
    cursor:default;
  }
  .cont-emp-activo3{
    display: flex !important;
    display: inline-block;
    width: fit-content;
    color: #FFF;
    text-align: center;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border-radius: 8px;
    background: #5636cc;
    padding: 10px 30px;
    cursor:default;
  }
  .botonemp2{
    background-color:#ce3863 !important ;
  }
  .botonemp3{
    background-color: #5636cc !important;
  }
  .preg-fre-pro{
    background-color: rgba(86, 54, 204, 0.1);
  }
  .optnavbar{
    padding: 10px;
    border-radius: 50px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap:10px;
  }
  /* caso de pestaña azul seleccionada */
.blue-plan-activo{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 18px;
  border-radius: 50px;
  box-shadow: 0 4px 2px 1px rgba(217, 217, 217, 0.4);
  background-color: #5636cc;
  color: #FFF;
}
.blue-plan-inactivo{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  border-radius: 50px;
  background-color: white;
  color: #5636cc;
}
.blue-plan-inactivo:hover{
  background-color: #5636cc;
  color:white;
  cursor: pointer;
}
.blue-contabilidad-inactivo,
.blue-sueldos-inactivo{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  border-radius: 50px;
  background-color: white;
  color: #5636cc;
}
.red-sueldos-inactivo:hover,
.blue-sueldos-inactivo:hover{
  cursor: pointer;
  background-color: #f2c61d;
  color: #FFF;
  transition: .2s;
}
.yellow-contabilidad-inactivo:hover,
.blue-contabilidad-inactivo:hover{
  cursor: pointer;
  background-color: #ce3863;
  color: #FFF;
  transition: .2s;
}
/* caso de pestaña roja activa */
.red-contabilidad-activo{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 18px;
  border-radius: 50px;
  box-shadow: 0 4px 2px 1px rgba(217, 217, 217, 0.4);
  background-color: #ce3863;
  color: #FFF;
}
.red-plan-inactivo,
.red-sueldos-inactivo{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  border-radius: 50px;
  background-color: white;
  color: #ce3863;
}
.yellow-plan-inactivo:hover,
.red-plan-inactivo:hover{
  cursor: pointer;
  background-color: #5636cc;
  color: #FFF;
  transition: .2s;
}
/* caso para pestaña amarilla activa */
.yellow-sueldos-activo{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 18px;
  border-radius: 50px;
  box-shadow: 0 4px 2px 1px rgba(217, 217, 217, 0.4);
  background-color: #f2c61d;
  color: #FFF;
}
.yellow-contabilidad-inactivo,
.yellow-plan-inactivo{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  border-radius: 50px;
  background-color: white;
  color: #f2c61d;
}
.selectorprecios{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 24px 16px;
  border-radius: 16px;
  border: solid 1px rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.03);
}
.opln{
  gap:24px;
}
#datosplan{
  margin-bottom: 0;
}
.mbb20{
  margin-bottom: 20px;
}
.redtext{
  font-weight: 600;
  color: #ce3863;
  margin-bottom: 0;
  font-size: 14px;
}
.bluetext{
  color: #5636cc;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 14px;
}
.gref li{
  color: #c8c8c8;
  opacity: 0.7;
}
.foo{
  opacity: 1 !important;
}
.redtitle{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1.08px;
  color: #ce3863;
}
.bluetitle{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1.08px;
  color: #5636cc;
}
.black-font{
  color: black !important;
  opacity: 1 !important;
  font-weight: 600;
}
.semi-black{
  color: black !important;
  opacity: 0.7 !important;
}
.blacktitle{
  font-weight: 600;
  letter-spacing: -1.08px;
  color: #000;
  font-size: 24px;
}
.fs-16{
  font-size: 16px !important;
}
.fs-12{
  font-size: 12px;
}
.fs-12i{
  font-size: 12px !important;
}
.fs-28{
  font-size: 28px !important;
}
.fs-34{
  font-size: 34px !important;
}
.main-home-img{
  margin-bottom: 3rem !important;
  margin-right:3rem ;
}
.index-back-1{
  background-image: url(../img/banner/index_back.png);
  background-position: center; 
  background-repeat: no-repeat;
}
.index-back-2{
  background-image: url(../img/banner/index_back2.png);
  background-position: center; 
}
.index-back-3{
  background-image: url(../img/banner/index_back3.png);
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
}
.index-main-img{
  max-width:1000px;
  align-items: center;
}
.index-title{
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: center;
  color: #21077c !important;
}
.emp-title-reg{
  color:#21077C;
}
.emp-title-reg,
.index-title-reg{
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
}
.index-sub{
  color: #45484f !important;
  font-size: 20px !important;
  font-family: inherit !important;
  align-self: center;
}
.index-sub2{
  color: #45484f !important;
  font-size: 18px !important;
  font-family: inherit !important;
  align-self: center;
}
.red-tag{
  width: fit-content;
  background-color: #FFF1F1;
  color: #CD3863;
  border: 1px solid #CD3863;
  border-radius: 8px;
  padding:4px 8px ;
  font-size: 16px;
  font-weight: 500;
}
.purple-tag{
  width: fit-content;
  background-color: #F9F1FF;
  color: #9747FF;
  border: 1px solid #9747FF;
  border-radius: 8px;
  padding:4px 8px ;
  font-size: 16px;
  font-weight: 500;
}
.blue-background{
  background-color: #5636CB;
}
.btn-prim-v1-invisible{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  transition: 0.3s ease;
  border: 1px solid transparent;
  color: transparent;
}
.btn-prim-v1{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 1px 2px 0 rgba(13, 16, 23, 0.06);
  font-size: 16px;
  transition: 0.3s ease;
}
.input-white-v1{
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px !important;
  box-shadow: 0 1px 2px 0 rgba(13, 16, 23, 0.06);
  font-size: 16px;
  transition: 0.3s ease;
  border:1px solid #C9CDD2;
}
.v1-purple{
  background-color: #9747FF;
  color: #fff !important;
  border: 1px solid #9747FF;
}
.v1-purple-white{
  background-color: #fff;
  color: #9747FF !important;
  border: 1px solid #9747FF;
  cursor: pointer;
}
.v1-purple-white:hover{
  background-color: #9747FF;
  color: #fff !important;
  border: 1px solid #9747FF;
}
.v1-blue{
  background-color: #5636c7;
  color: #fff !important;
  border: 1px solid #5636c7;
}
.v1-purple:hover,
.v1-blue:hover{
  background-color: #3F2894;
}
.v1-red{
  background-color: #CD3863;
  color: #fff !important;
  border: 1px solid #CD3863;
}
.v1-red:hover{
  background-color: #A8264C;
}
.v1-yellow{
  background-color: #F2C61D;
  color: black !important;
  border: 1px solid #FCB823;
  cursor: pointer;
}
.v1-yellow:hover{
  background-color: #BA9F39;
  color:white !important;
  border:1px solid #BA9F39; ;
}
.v1-green{
  background-color: #fff;
  color: #009F26 !important;
  border: 1px solid #C9CDD2;
}
.v1-green:hover{
  background-color: #098125;
  color: #fff !important;
}
.v1-green:hover svg{
  stroke: #fff !important;
}
.v1-select {
  line-height:normal;
  padding:0.5rem !important;
  cursor:pointer;
  appearance: auto; /* Para navegadores basados en Webkit */
  -moz-appearance: auto; /* Para Firefox */
  -webkit-appearance: auto; /* Para navegadores Webkit (Safari, Chrome) */
}
.v1-white{
  color: #000 !important;
  border: 1px solid #C9CDD2;
  background-color: #FFFFFF;
}
.v1-white:hover{
  border:1px solid #F4ECFF;
}
.index-review{
  padding-top: 75px ;
}
.index-review p{
  color: #1a2e35 !important;
  font-size: 22px !important;
  font-family: inherit !important;
  align-self: center;
  line-height: inherit;
  letter-spacing: -.5px
}
.index-name-div{
  padding-left: 8px;
  border-left: 1px solid #C9CDD2;
 font-size: 16px;
 font-weight: bold;
}
.index-name-div p{
 font-size: 14px !important;
 font-weight: normal;
}
.index-partners{
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  border:1px solid #C7C7C7;
  border-radius: 20px;
  justify-content: center;
  margin-top: -150px;
  background-color: #fff;
}
.index-partners-block{
  min-height: 167px;
  min-width: 157px;
  margin-left: 15px;
  margin-right: 15px;
}
.contadores-conte{
background-color: #9747ff;
border-radius: 35px;
max-width: 490px;
padding-bottom: 35px;
box-shadow: 0 4.1px 8.1px 0 rgba(0, 0, 0, 0.4);
min-height: 800px;
}
.contadores-conte button{
  color:#c93863;
  border: 1px solid #C9CDD2;
  background-color: white;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px !important;
}
.contadores-conte a{
  text-decoration: none;
  color:inherit;
}
.empresas-conte{
  background-color: #c93863;
  border-radius: 35px;
  max-width: 490px;
  min-height: 800px;
  box-shadow: 0 3.9px 7.9px 0 rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}
.empresas-conte button{
  color:#9747ff;
  border: 1px solid #C9CDD2;
  background-color: white;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px !important;
}
.empresas-conte a{
  text-decoration: none;
  color:inherit;
}
.conte-textbox{
  margin-bottom: 12px;
  margin-right: 30px;
  margin-left: 30px;
  background-color: white;
  border-radius: 20px;
  padding:18px 23px;
}
.conte-textbox span{
  font-weight: bold;
  color:#1a2e35;
  font-size: 15px;
}
.conte-textbox a{
  font-weight: bold;
  font-size: 14px;
  text-decoration: underline !important;
}
.conte-textbox p{
  color:#566161;
  line-height: normal;
}
.font-osh{
font-family: 'Open Sans Hebrew', sans-serif !important;
letter-spacing: .7px;
}
.pos-absolute{
  position: absolute;
}
.para-empresas-ind{
  background-color: #c93863;
  border-radius: 35px;
  max-width: 400px;
  padding: 22px 24px 39px 24px;
}
.para-empresas-ind p{
  color:#fff;
  font-size: 22px;
  margin-bottom: 22px;
}
.para-empresas-ind a{
  width: fit-content;
  color: #c93863;
  background-color: #FFF;
}
.para-empresas-ind a:hover{
  background-color:#e1dced ;
}
.para-empresas-ind img{
  border-radius: 16px;
  margin-bottom: 22px;
}
.para-empresas-ind span{
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.para-contadores-ind{
  background-color: #e1dced;
  border-radius: 35px;
  max-width: 400px;
  padding: 22px 24px 39px 24px;
}
.ind-blog-box a,
.para-contadores-ind a{
  width: fit-content;
}
.para-contadores-ind p{
  color:#5636c7;
  font-size: 22px;
  margin-bottom: 22px;
}
.ind-blog-box img,
.para-contadores-ind img{
  border-radius: 16px;
  margin-bottom: 22px;
}
.ind-blog-box span,
.para-contadores-ind span{
  color: #5636c7;
  font-weight: bold;
  font-size: 24px;
}
.ind-blog-box p{
  color:#5636c7;
  font-size: 18px;
  margin-bottom: 17px;
  line-height: normal;
  min-height:90px;
}
.ind-blog-box{
  background-color: #e1dced;
  border-radius: 15px;
  padding: 24px;
  transition:.5s;
}
.ind-blog-box img{
  border-radius: 15px;
}
.ind-blog-box:hover {
  background-color: #FFF;
  box-shadow: 0 8px 16px rgba(151, 71, 255, 0.4), 0 -8px 16px rgba(242, 198, 29, 0.4);
}
.grey-border{
  border:1px solid #C9CDD2;
  border-radius:20px;
  padding: 14px 30px;
  margin-left: 5px;
  margin-right: 5px;
}
.title-fs-28{
  font-size: 28px !important;
  font-family: "Open Sans";
  font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
.w-fit{
  width: fit-content;
}
.index-resena{
  border: 1px solid #C9CDD2;
  border-radius: 20px;
  box-shadow: 0 4.1px 8.1px 0 rgba(0, 0, 0, 0.1);
  transition: .3s;
  padding: 24px;
  min-height: 312px;
}
.index-resena p{
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 15px !important;
}
.index-resena:hover{
  box-shadow: 0 8px 16px rgba(151, 71, 255, 0.4), 0 -8px 16px rgba(242, 198, 29, 0.4);
}
.index-resena span{
  color:#6A6A6A;
  font-size: 14px;
}
.index-resena label{
  color:#2B2B2B;
  font-size: 16px;
  margin-bottom: 0;
}
.aconpy-num-clientes{
  background-color: #f0edf7;
}
.index-numero{
  border: 1px solid #C9CDD2;
  border-radius: 10px;
  box-shadow: 0 4.1px 8.1px 0 rgba(0, 0, 0, 0.1);
  padding: 64px 40px;
  background-color:white;
  min-width: 300px;
  margin-left: 15px;
  margin-right: 15px;
}
.aconpy-info-badge {
  font-size: 18px;
  color:#5636C7 !important;
  margin: 11px 8px ;
  padding: 8.1px 21.5px;
  border-radius: 10px;
  background-color: #f0edf7;
}
.procesos-aconpy{
  background: linear-gradient(180deg, rgba(160,137,243,1) 0%, rgba(201,56,99,1) 100%);
}
.white-sub{
  color: #fff !important;
  font-size: 20px !important;
  font-family: inherit !important;
  text-align: center;
}
.proceso-box{
  width:220px;
  height:75px;
  box-shadow: 0 3.9px 7.8px 0 rgba(0, 0, 0, 0.2);
  background-color: #FFF;
  border-radius: 10px;
}
.wlf{
  border-bottom: 1px solid white;
  font-family:"Open Sans" !important ;
}
.wlf span{
  font-weight: 700;
}
.space-mobile{
  justify-content:center;
}
.white-contact-form{
  box-shadow: 0 8px 16px rgba(205, 56, 99, 0.2), 0 -8px 16px rgba(151, 71, 255, 0.2);
  background-color: #FFF;
  border: 1px solid #C7C7C7;
  border-radius: 20px;
  padding: 75px 100px ;
}
.img-slider-white{
  border-radius: 22px;
  background-color: white;
  padding: 70px;
}
.empresapaso2{
  background-color: #fff;
  color: #61646B;
  border-bottom: 2px solid #F2EFFB;
  padding: 15px 20px;
}
#estudio-page .empresapaso2{
 border-bottom: none !important;
}
#estudio-page .empresapaso2.b-active svg{
  fill:none;
  stroke: #9747FF !important;
}
.empresapaso2.active{
  background-color: #F2EFFB;
  box-shadow: 0 3.9px 7.9px 0 rgba(0, 0, 0, 0.3);
  color: #1A2E35;
  border-radius: 12px 0 0 12px;
  border-left: 10px solid #CD3863;
  border-bottom: none;
  padding: 20px 10px;
  z-index: 1;
  position: relative;
}
.empresapaso2.y-active{
  background-color: #F2EFFB;
  box-shadow: 0 3.9px 7.9px 0 rgba(0, 0, 0, 0.3);
  color: #1A2E35;
  border-radius: 12px 0 0 12px;
  border-left: 10px solid #F2C61D;
  border-bottom: none;
  padding: 20px 10px;
  z-index: 1;
  position: relative;
}
.empresapaso2.b-active{
  background-color: #F2EFFB;
  box-shadow: 0 3.9px 7.9px 0 rgba(0, 0, 0, 0.3);
  color: #1A2E35;
  border-radius: 12px 0 0 12px;
  border-left: 10px solid #9747FF;
  border-bottom: none;
  padding: 20px 10px;
  z-index: 1;
  position: relative;
}
.play-img-emp{
  z-index: 2;
  position: relative;
}
.emp-cg-card{
  background-color: #FFF;
  height: 262px;
  width: 322px;
  border: 1px solid #D3D3D3;
  border-radius: 20px;
  padding: 24px;
  padding-top:40px
}
.emp-cg-card-sm{
  background-color: #FFF;
  height: 210px;
  width: 322px;
  border: 1px solid #D3D3D3;
  border-radius: 20px;
  padding: 24px;
  padding-top:30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.emp-cg-card-sm p,
.emp-cg-card p{
   color: black;
}
.cg-title{
  color:#5636C7;
  font-family: 'Open Sans';
  font-weight: 700;
  letter-spacing: -.5px;
}
.cg-titleb{
  color:black;
  font-family: 'Open Sans';
  font-weight: 700;
  letter-spacing: -.5px;
}
.cg-titlered{
  color:#C93863;
  font-family: 'Open Sans';
  font-weight: 700;
  letter-spacing: -.5px;
}
.cg-titlepur{
  color:#9747FF;
  font-family: 'Open Sans';
  font-weight: 700;
  letter-spacing: -.5px;
}
#owl111 .owl-item,
#owl11 .owl-item, 
#owl1 .owl-item {
  transition: transform 0.5s ease;
  transform-origin: center center;
}
#owl111 .owl-item.center,
#owl11 .owl-item.center,
#owl1 .owl-item.center {
    transform: scale(1.1);
}
#owl111 .owl-item.center div,
#owl11 .owl-item.center div,
#owl1 .owl-item.center div{
  box-shadow: 0 8px 16px rgba(151, 71, 255, 0.2), 0 -8px 16px rgba(242, 198, 29, 0.2);
}
#owl111 .owl-item:not(.center),
#owl11 .owl-item:not(.center),
#owl1 .owl-item:not(.center) {
    transform: scale(.8);
    opacity:0.8;
}
#owl111 .owl-item.active,
#owl11 .owl-item.active,
#owl1 .owl-item.active {
    width: fit-content !important; 
}
#owl111 .owl-stage,
#owl11 .owl-stage,
#owl1 .owl-stage{
  display:flex;
  align-items:center;
  padding:30px
}
#owl333 .owl-stage,
#owl33 .owl-stage,
#owl3 .owl-stage{
  padding-top:20px;
  padding-bottom:20px;
}
#owl333 .emp-cg-card,
#owl33 .emp-cg-card,
#owl3 .emp-cg-card{
  box-shadow: 0 8px 16px rgba(151, 71, 255, 0.2), 0 -8px 16px rgba(242, 198, 29, 0.2);
}
.h4-other{
  color: #45484f !important;
  font-size: 18px !important;
  font-family: inherit !important;
}
.emp-option2,
.emp-option{
  border: 1px solid #E1E1E1;
  border-radius:20px;
  color:#5636CB;
  font-size: 18px;
  width:90%;
  min-height: 75px;
  display: flex;
  justify-content: center; 
  align-items: center;  
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.emp-option2{
  padding: 15px;
}
.emp-option2 p{
  font-size: 14px;
  color: black;
  padding: 12px;
  margin-bottom: 0;
}
.emp-option2.active{
  box-shadow: -8px 0 16px rgba(242, 198, 29, 0.2), 8px 0 16px rgba(151, 71, 255, 0.2); 
}
.emp-option.active{
  background-color: #F2EEFD;
  box-shadow: -8px 0 16px rgba(242, 198, 29, 0.2), 8px 0 16px rgba(151, 71, 255, 0.2); 
  border: 1px solid #5636CB;
}
.emp-option.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%; 
  transform: translateY(-50%); 
  width: 100px; 
  height: 1px; 
  background-color: #5636CB; 
}
.purple-font{
  color:#9747FF !important;
}
.red-font{
  color:#c93863 !important;
}
.grey-nav{
  background-color: #F7F7F8;
  border-radius: 10px;
  width: fit-content;
}
.grey-nav li{
  text-align: center;
  margin: 5px;
  min-width: 200px;
}
.contadores-menu{
  background-color: #F7F7F8;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  border: 1px solid transparent;
  padding: 8px 25px;
  font-size: 16px;
  line-height: 1.5;
  color: black;
}
.contadores-menu:hover{
 color:#45484f;
}
.contadores-menu.active{
  background-color: white;
  border: 1px solid #E0E3E6;
}
.red-background{
  background-color: #C93863;
}
.yellow-background{
  background-color: #F2C61D;
}
.purple-background{
  background-color: #9747FF;
}
.automatiz-menu{
  background-color: white;
  display: inline-block;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  border: 1px solid transparent;
  padding: 10px 25px;
  font-size: 18px;
  line-height: 1.5;
  color: #CD3863;
  border-radius: 20px;
  min-height: 80px;
  box-shadow: 0 0 8px 4px rgba(217, 217, 217, 0.8);
}
.bkc-tab-m.active .automatiz-menu,
.bkc-tab.active .automatiz-menu{
  background-color:#CD3863 ;
  color:white ;  
}
.bkc-tab-m.active{
  background-color: #e0d9f6;
  border-radius: 20px;
}
.bkc-tab.active{
  background-color: #e0d9f6;
  border-radius: 20px 20px 0 0; 
}
.clear-bkc{
  margin-top: -20px;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #e0d9f6;
  border-radius: 20px
}
.paso-a-paso{
  background-color: #FFF;
  border: 1px solid #CD3863;
  text-align: center;
  border-radius: 20px;
  padding: 18px;
  padding-top: 25px;
  min-height: 215px;
}
.paso-a-paso h5{
  font-size: 18px;
  line-height: normal;
}
.paso-a-paso p{
  line-height: normal;
  margin-bottom: 0;
  color: black;
  font-size: 13px;
}
.paso-a-paso1{
  background-color: #FFF;
  border: 1px solid #D3D3D3;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 0;
  box-shadow: 0 8px 16px rgba(205, 56, 99, 0.4),0 -8px 16px rgba(151, 71, 255, 0.2); 
}
.paso-a-paso2{
  background-color: #FFF;
  border: 1px solid #D3D3D3;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 0;
  box-shadow: 0 8px 16px rgba(242, 198, 29, 0.4),0 -8px 16px rgba(151, 71, 255, 0.2); 
}
.paso-a-paso3{
  background-color: #FFF;
  border: 1px solid #D3D3D3;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 0;
  box-shadow: 0 8px 16px rgba(151, 71, 255, 0.4), 0 -8px 16px rgba(242, 198, 29, 0.2);
}
.paso-a-paso1 p,
.paso-a-paso2 p,
.paso-a-paso3 p{
  color:#566161;
  margin-bottom: 0;
  line-height: normal;
  min-height: 105px;
}
.paso-a-paso1 h5,
.paso-a-paso2 h5,
.paso-a-paso3 h5{
font-size: 17px;
line-height: 1.2;
}
.pasotitle{
  color:#1A2E35;
  font-size: 20px;
}
.paso-num{
  width: 60px;
  height:60px;
  border-radius: 30px;
  margin-bottom: -30px;
  box-shadow: 0 0 8px 4px rgba(217, 217, 217, 0.8);
  font-size: 22px;
  font-weight: 600;
  color: #1A2E35;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 60px;
}
.minh-auto{
  min-height: auto !important;
}
.minh-100{
  min-height: 100px;
}
.s-90{
  scale:0.9;
}
.clear-bkc-m{
  margin-top: 0 ;
  padding-top: 10px ;
  padding-left: 10px ;
  padding-right: 10px ;
  padding-bottom: 10px ;
  background-color: #e0d9f6;
  border-radius: 20px
}
.gold-shadow{
  box-shadow: 0 8px 16px rgba(205, 56, 99, 0.2), 0 -8px 16px rgba(151, 71, 255, 0.2);
  border-radius: 10px;
}
.gold-shadow-y{
  box-shadow: 0 8px 16px rgba(151, 71, 255, 0.3), 0 -8px 16px rgba(242, 198, 29, 0.3);
  border-radius: 10px;
}
.pricing{
  padding-top: 18px;
  padding-bottom: 18px;
}
.pricing h5{
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 700;
  letter-spacing: -.5px;
}
.pricing h2{
  font-size: 34px;
  letter-spacing: -1.5px;;
}
.pricing span{
  color: #45484F;
  font-size: 13px;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: -.4px;
}
.pricing span strong{
  font-weight: 700;
}
.grey-line{
  padding-bottom: 50px;
  border-bottom: lightgray 1px solid;
}
.cleartext{
  color: transparent !important;
}
.selectorempresa{
background: linear-gradient(white, white) padding-box,
linear-gradient(to right, #F2C61D, #9747FF) border-box;
border-radius: 10px;
border: 2px solid transparent;
height: fit-content;
width: fit-content;
}
.table-title{
  font-size: 16px !important;
  font-family: "Open Sans";
  font-weight: 700 !important;
  letter-spacing: -.5px;
}
.table-items{
  display: flex;
  gap:20px
}
.footernote{
  font-weight: 500 !important;
  opacity: 0.6;
  font-size: 14px;
}
.card_potenciarPlanSueldos {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  border-top: 6px solid #F2C61D !important;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 8px 4px rgba(217, 217, 217, 0.4);
}
.yellow-border{
  border: 1px solid #F2C61D;
  border-radius: 15px;
  padding:20px;
}
.new-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.new-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.new-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: -3px;
  bottom: 0;
  background-color: #eee;
  border-radius: 34px;
  transition: 0.4s;
  border: 2px solid #c5a9f7;
}

.new-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 2px;
  background-color: #9747ff;
  border-radius: 50%;
  transition: 0.4s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.new-switch input:checked + .new-slider {
  background-color: #eee;
}

.new-switch input:checked + .new-slider:before {
  transform: translateX(26px);
}
.gray-line{
  background-color: #6f6f6f4d;
  opacity: 0.6;
}
.spancont{
  height: 30px;
  display: flex;
  align-items: center;
}
.scont{
  padding-left: 6px;
  border-radius: 10px;
  background: linear-gradient(to right, #d3d3d3, #ffffff 95%, rgba(255, 255, 255, 0) 100%);
}
.m-sticky {
  position: sticky;
  top: 70px;
  background-color: #F7F7F8;
  z-index: 8;
}
.znv-float-button {
  background-color: rgb(86, 54, 204) !important;
  box-shadow: rgb(86 54 204 / 50%) 0px 4px 24px !important;
  border: none !important;
  height: 64px !important;
  right: 24px ;
  width: 64px !important;
  background: rgb(86, 54, 204) url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyNCAyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT7vgoY8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+PC9kZWZzPiAgICA8ZyBpZD0iY2hhdC0wMyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyODguMDAwMDAwLCAtNzA5LjAwMDAwMCkiPiAgICAgICAgPHBhdGggZD0iTTEzMDUuNTk4MjEsNzEzLjI3MjMyMSBDMTMwNi40Mzc1LDcxNC4zMjU4OTggMTMwNi44NTcxNCw3MTUuNDczMjA4IDEzMDYuODU3MTQsNzE2LjcxNDI4NiBDMTMwNi44NTcxNCw3MTcuOTU1MzYzIDEzMDYuNDM3NSw3MTkuMTAyNjczIDEzMDUuNTk4MjEsNzIwLjE1NjI1IEMxMzA0Ljc1ODkyLDcyMS4yMDk4MjcgMTMwMy42MTM4NSw3MjIuMDQyNDA4IDEzMDIuMTYyOTUsNzIyLjY1NDAxOCBDMTMwMC43MTIwNSw3MjMuMjY1NjI4IDEyOTkuMTMzOTQsNzIzLjU3MTQyOSAxMjk3LjQyODU3LDcyMy41NzE0MjkgQzEyOTYuNjYwNzEsNzIzLjU3MTQyOSAxMjk1Ljg3NSw3MjMuNTAwMDAxIDEyOTUuMDcxNDMsNzIzLjM1NzE0MyBDMTI5My45NjQyOCw3MjQuMTQyODYxIDEyOTIuNzIzMjIsNzI0LjcxNDI4NCAxMjkxLjM0ODIxLDcyNS4wNzE0MjkgQzEyOTEuMDI2NzgsNzI1LjE1MTc4NiAxMjkwLjY0Mjg2LDcyNS4yMjMyMTQgMTI5MC4xOTY0Myw3MjUuMjg1NzE0IEwxMjkwLjE1NjI1LDcyNS4yODU3MTQgQzEyOTAuMDU4MDQsNzI1LjI4NTcxNCAxMjg5Ljk2NjUyLDcyNS4yNSAxMjg5Ljg4MTcsNzI1LjE3ODU3MSBDMTI4OS43OTY4Nyw3MjUuMTA3MTQzIDEyODkuNzQ1NTQsNzI1LjAxMzM5MyAxMjg5LjcyNzY4LDcyNC44OTczMjEgQzEyODkuNzE4NzUsNzI0Ljg3MDUzNiAxMjg5LjcxNDI5LDcyNC44NDE1MTggMTI4OS43MTQyOSw3MjQuODEwMjY4IEMxMjg5LjcxNDI5LDcyNC43NzkwMTggMTI4OS43MTY1Miw3MjQuNzUgMTI4OS43MjA5OCw3MjQuNzIzMjE0IEMxMjg5LjcyNTQ1LDcyNC42OTY0MjggMTI4OS43MzQzNyw3MjQuNjY5NjQzIDEyODkuNzQ3NzcsNzI0LjY0Mjg1NyBMMTI4OS43ODEyNSw3MjQuNTc1ODkzIEMxMjg5Ljc5MDE4LDcyNC41NTgwMzYgMTI4OS44MDU4LDcyNC41MzM0ODIgMTI4OS44MjgxMiw3MjQuNTAyMjMyIEMxMjg5Ljg1MDQ1LDcyNC40NzA5ODIgMTI4OS44NjgzLDcyNC40NDg2NjEgMTI4OS44ODE3LDcyNC40MzUyNjggQzEyODkuODk1MDksNzI0LjQyMTg3NSAxMjg5LjkxNTE4LDcyNC4zOTk1NTQgMTI4OS45NDE5Niw3MjQuMzY4MzA0IEMxMjg5Ljk2ODc1LDcyNC4zMzcwNTMgMTI4OS45ODY2MSw3MjQuMzE2OTY0IDEyODkuOTk1NTQsNzI0LjMwODAzNiBDMTI5MC4wNDAxOCw3MjQuMjU0NDY0IDEyOTAuMTQyODYsNzI0LjE0Mjg1OCAxMjkwLjMwMzU3LDcyMy45NzMyMTQgQzEyOTAuNDY0MjksNzIzLjgwMzU3MSAxMjkwLjU4MDM2LDcyMy42NzE4NzUgMTI5MC42NTE3OSw3MjMuNTc4MTI1IEMxMjkwLjcyMzIxLDcyMy40ODQzNzUgMTI5MC44MjM2Niw3MjMuMzU0OTEyIDEyOTAuOTUzMTIsNzIzLjE4OTczMiBDMTI5MS4wODI1OSw3MjMuMDI0NTUzIDEyOTEuMTk0Miw3MjIuODUyNjc5IDEyOTEuMjg3OTUsNzIyLjY3NDEwNyBDMTI5MS4zODE3LDcyMi40OTU1MzUgMTI5MS40NzMyMSw3MjIuMjk5MTA4IDEyOTEuNTYyNSw3MjIuMDg0ODIxIEMxMjkwLjQ1NTM1LDcyMS40NDE5NjEgMTI4OS41ODQ4Miw3MjAuNjUxNzkgMTI4OC45NTA4OSw3MTkuNzE0Mjg2IEMxMjg4LjMxNjk2LDcxOC43NzY3ODEgMTI4OCw3MTcuNzc2NzkxIDEyODgsNzE2LjcxNDI4NiBDMTI4OCw3MTUuNDczMjA4IDEyODguNDE5NjQsNzE0LjMyNTg5OCAxMjg5LjI1ODkzLDcxMy4yNzIzMjEgQzEyOTAuMDk4MjIsNzEyLjIxODc0NSAxMjkxLjI0MzMsNzExLjM4NjE2NCAxMjkyLjY5NDIsNzEwLjc3NDU1NCBDMTI5NC4xNDUxLDcxMC4xNjI5NDMgMTI5NS43MjMyMSw3MDkuODU3MTQzIDEyOTcuNDI4NTcsNzA5Ljg1NzE0MyBDMTI5OS4xMzM5NCw3MDkuODU3MTQzIDEzMDAuNzEyMDUsNzEwLjE2Mjk0MyAxMzAyLjE2Mjk1LDcxMC43NzQ1NTQgQzEzMDMuNjEzODUsNzExLjM4NjE2NCAxMzA0Ljc1ODkyLDcxMi4yMTg3NDUgMTMwNS41OTgyMSw3MTMuMjcyMzIxIFogTTEzMTIsNzIwLjE0Mjg1NyBDMTMxMiw3MjEuMjE0MjkxIDEzMTEuNjgzMDQsNzIyLjIxNjUxMyAxMzExLjA0OTExLDcyMy4xNDk1NTQgQzEzMTAuNDE1MTgsNzI0LjA4MjU5NCAxMzA5LjU0NDY1LDcyNC44NzA1MzIgMTMwOC40Mzc1LDcyNS41MTMzOTMgQzEzMDguNTI2NzksNzI1LjcyNzY4IDEzMDguNjE4Myw3MjUuOTI0MTA2IDEzMDguNzEyMDUsNzI2LjEwMjY3OSBDMTMwOC44MDU4LDcyNi4yODEyNTEgMTMwOC45MTc0MSw3MjYuNDUzMTI0IDEzMDkuMDQ2ODgsNzI2LjYxODMwNCBDMTMwOS4xNzYzNCw3MjYuNzgzNDgzIDEzMDkuMjc2NzksNzI2LjkxMjk0NiAxMzA5LjM0ODIxLDcyNy4wMDY2OTYgQzEzMDkuNDE5NjQsNzI3LjEwMDQ0NyAxMzA5LjUzNTcxLDcyNy4yMzIxNDIgMTMwOS42OTY0Myw3MjcuNDAxNzg2IEMxMzA5Ljg1NzE0LDcyNy41NzE0MjkgMTMwOS45NTk4Miw3MjcuNjgzMDM1IDEzMTAuMDA0NDYsNzI3LjczNjYwNyBDMTMxMC4wMTMzOSw3MjcuNzQ1NTM2IDEzMTAuMDMxMjUsNzI3Ljc2NTYyNSAxMzEwLjA1ODA0LDcyNy43OTY4NzUgQzEzMTAuMDg0ODIsNzI3LjgyODEyNSAxMzEwLjEwNDkxLDcyNy44NTA0NDYgMTMxMC4xMTgzLDcyNy44NjM4MzkgQzEzMTAuMTMxNyw3MjcuODc3MjMyIDEzMTAuMTQ5NTUsNzI3Ljg5OTU1MyAxMzEwLjE3MTg4LDcyNy45MzA4MDQgQzEzMTAuMTk0Miw3MjcuOTYyMDU0IDEzMTAuMjA5ODIsNzI3Ljk4NjYwNyAxMzEwLjIxODc1LDcyOC4wMDQ0NjQgTDEzMTAuMjUyMjMsNzI4LjA3MTQyOSBDMTMxMC4yNjU2Myw3MjguMDk4MjE0IDEzMTAuMjc0NTUsNzI4LjEyNSAxMzEwLjI3OTAyLDcyOC4xNTE3ODYgQzEzMTAuMjgzNDgsNzI4LjE3ODU3MiAxMzEwLjI4NTcxLDcyOC4yMDc1ODkgMTMxMC4yODU3MSw3MjguMjM4ODM5IEMxMzEwLjI4NTcxLDcyOC4yNzAwODkgMTMxMC4yODEyNSw3MjguMjk5MTA3IDEzMTAuMjcyMzIsNzI4LjMyNTg5MyBDMTMxMC4yNDU1NCw3MjguNDUwODkzIDEzMTAuMTg3NSw3MjguNTQ5MTA3IDEzMTAuMDk4MjEsNzI4LjYyMDUzNiBDMTMxMC4wMDg5Myw3MjguNjkxOTY1IDEzMDkuOTEwNzEsNzI4LjcyMzIxNCAxMzA5LjgwMzU3LDcyOC43MTQyODYgQzEzMDkuMzU3MTQsNzI4LjY1MTc4NSAxMzA4Ljk3MzIyLDcyOC41ODAzNTggMTMwOC42NTE3OSw3MjguNSBDMTMwNy4yNzY3OCw3MjguMTQyODU1IDEzMDYuMDM1NzIsNzI3LjU3MTQzMyAxMzA0LjkyODU3LDcyNi43ODU3MTQgQzEzMDQuMTI1LDcyNi45Mjg1NzIgMTMwMy4zMzkyOSw3MjcgMTMwMi41NzE0Myw3MjcgQzEzMDAuMTUxNzcsNzI3IDEyOTguMDQ0NjUsNzI2LjQxMDcyIDEyOTYuMjUsNzI1LjIzMjE0MyBDMTI5Ni43Njc4Niw3MjUuMjY3ODU3IDEyOTcuMTYwNzEsNzI1LjI4NTcxNCAxMjk3LjQyODU3LDcyNS4yODU3MTQgQzEyOTguODY2MDgsNzI1LjI4NTcxNCAxMzAwLjI0NTUzLDcyNS4wODQ4MjMgMTMwMS41NjY5Niw3MjQuNjgzMDM2IEMxMzAyLjg4ODQsNzI0LjI4MTI0OCAxMzA0LjA2Njk2LDcyMy43MDUzNjEgMTMwNS4xMDI2OCw3MjIuOTU1MzU3IEMxMzA2LjIxODc2LDcyMi4xMzM5MjQgMTMwNy4wNzU4OSw3MjEuMTg3NTA1IDEzMDcuNjc0MTEsNzIwLjExNjA3MSBDMTMwOC4yNzIzMiw3MTkuMDQ0NjM4IDEzMDguNTcxNDMsNzE3LjkxMDcyIDEzMDguNTcxNDMsNzE2LjcxNDI4NiBDMTMwOC41NzE0Myw3MTYuMDI2NzgyIDEzMDguNDY4NzUsNzE1LjM0ODIxOCAxMzA4LjI2MzM5LDcxNC42Nzg1NzEgQzEzMDkuNDE1MTgsNzE1LjMxMjUwMyAxMzEwLjMyNTg5LDcxNi4xMDcxMzggMTMxMC45OTU1NCw3MTcuMDYyNSBDMTMxMS42NjUxOCw3MTguMDE3ODYyIDEzMTIsNzE5LjA0NDYzNyAxMzEyLDcyMC4xNDI4NTcgWiIgaWQ9Iu+ChiIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPiAgICA8L2c+PC9zdmc+) center no-repeat !important;
}
.enlace-wsp {
  top: 10px !important;
  left: 19px !important;
}
.btn-wsp {
  width: 64px;
  height: 64px;
  bottom: 15px !important;
}
.old-price{
  text-decoration:line-through;
  opacity: 0.5;
}
.off-price{
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #F2C61D, #9747FF) border-box;
  border-radius: 10px;
  border: 2px solid transparent;
  padding: 4px;
  line-height: normal;
  font-weight: 500;
  color: #5636c7;
  font-size: 12px;
}
.off-price-clear{
  border: 2px solid transparent;
  padding: 4px;
  line-height: normal;
  font-weight: 500;
  font-size: 12px;
  color: transparent;
}
.new-price{
  color: #5636c7 !important;
  font-weight: 700 !important;
}
.selector-v{
  background-color: #F2EEFD;
  border-radius: 20px;
  display:flex;
  align-content:center;
}
.selector-v-box{
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: -8px 0 16px rgba(151, 71, 255, 0.2), 8px 0 16px rgba(242, 198, 29, 0.2);
  border-radius:20px;
  background-color:white;
  height: 350px;
  width: 380px;
}
.ops05{
  opacity:0.5
}
.s101{
  scale:1.1
}
.s008{
  scale:0.8
}
.emp-main-color{
  color:#5636c7 !important;
}
.lnn{
  line-height:normal
}
.funcbackground{
  background: linear-gradient(to bottom, #C2B6EB, white);
}
.paso-num-purple{
  width: 60px;
  height: 60px;
  border-radius: 30px;
  box-shadow: 0 0 8px 4px rgba(217, 217, 217, 0.8);
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  background-color: #5636C7;
  text-align: center;
  line-height: 60px;
}
@media only screen and (max-width: 600px) {
  .minh-350{
    min-height:fit-content !important;
  }
  .index-partners-block-f {
    margin-left: 0 !important; 
    margin-right: 0 !important;
  }
  .index-partners-block-f img{
   max-width: 160px;
  }
  .step-back-3 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius:22px
  }
  .orange-text{
    font-size: 11px;
  }
}
.minh-350{
  min-height: 350px;
}
.funciones-box{
  background-color: #FFF;
    min-height: 220px;
    border: 1px solid #D3D3D3;
    border-radius: 20px;
    padding: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.funciones-box-sm{
    background-color: #FFF;
    min-height: 120px;
    border: 1px solid #D3D3D3;
    border-radius: 20px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.funciones-aliados{
  max-width: 1300px;
  display: flex;
  flex-direction: column;
  border: 1px solid #C7C7C7;
  border-radius: 20px;
  justify-content: center;
  background-color: #fff;
}
.index-partners-block-f{
  margin-left: 15px;
  margin-right: 15px;
  align-self: center;
}
.glow1{
  box-shadow: 0 8px 16px rgba(242, 198, 29, 0.4), 0 -8px 16px rgba(151, 71, 255, 0.2);
}
.step-back-3 {
  background-image: linear-gradient(to bottom, #FFF, #8A74D8) !important;
  background-position: initial;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}
#migrar img{
  border-radius: 22px;
}
.yellow-text{
  color: #F2C61D !important;
}
.fondo-morado{
  background: rgba(86, 54, 204, 0.1);
}
.orange-text{
  font-size: 10px;
  color: #ff9900;
  line-height: 10px
}