@font-face {
  font-family: Inter;
  src: url("../fonts/Inter/Inter-Regular.ttf");
}
@font-face {
  font-family: InterMedium;
  src: url("../fonts/Inter/Inter-Medium.ttf");
}
@font-face {
  font-family: InterLight;
  src: url("../fonts/Inter/Inter-Light.ttf");
}
@font-face {
  font-family: InterBold;
  src: url("../fonts/Inter/Inter-Bold.ttf");
}
@font-face {
  font-family: IBM_SemiBold;
  src: url("../fonts/IBM/IBMPlexSans-SemiBold.ttf");
}
@font-face {
  font-family: IBM;
  src: url("../fonts/IBM/IBMPlexSans-Regular.ttf");
}

.navbar {
  background-color: transparent !important;
}
.navbar .navbar-brand img {
  max-width: 250px;
}
.navbar .nav-item {
  margin: 0px 10px;
}
.navbar .nav-link {
  font-family: Inter;
  font-size: 15px;
  color: white;
}
.navbar .nav-link.active {
  font-family: Inter;
  font-size: 15px;
  color: white;
}
.navbar .agenda-demo {
  background-color: #2d66f6;
  border-radius: 5px;
}
.navbar .btn-help-desk {
  background-color: #2d66f6;
  border-radius: 10px;
  color: white;
}
.navbar .btn-help-desk:hover {
  background-color: black;
}
.navbar .btn-unete {
  background-color: #a8acad;
  color: black;
  border-radius: 10px;
  margin-left: 0.5rem;
  cursor: pointer;
}
.navbar .btn-unete:hover {
  background-color: black;
  color: white;
}
#top {
  background-image: url("../img/bg.png");
  background-position: bottom center;
  background-size: cover;
}
#top .row-carrusel-text {
  padding-top: 6rem;
  padding-bottom: 7rem;
}
#top .text-hero {
  color: black;
}
#top .text-hero h1 {
  font-family: InterMedium;
  font-size: 38px;
}
#top .text-hero p {
  margin-top: 2rem;
  font-family: InterLight;
  font-size: 28px;
}
#top .text-hero .btn-primary {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #2d66f6;
  border: #2d66f6;
  font-family: IBM_SemiBold;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 15px 10px;
}
#top #para-tu-negocio h2 {
  color: white;
  font-family: InterMedium;
}
#top #para-tu-negocio h5 {
  color: white;
  font-family: Inter;
  margin-top: 1rem;
}
.agenda-demo{
  background-color: white!important;
  color: black!important;
  border-radius: 10px;
  padding: 10px 20px;
}
.btn-agenda{
  background-color: white!important;
  color: black!important;
  border: 1px solid white!important;
}
.btn-agenda:hover,.agenda-demo:hover{
  background-color: #ffffff;
  color: black;
}
#top #para-tu-negocio .btn-agenda {
  letter-spacing: 0.68px;
  font-size: 1rem;
  margin-top: 2rem;
  padding: 10px 25px;
}
#top .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid white;
}
#top .carousel-indicators button.active {
  background-color: #2d66f6;
  border: none;
}
#top .img-div {
  margin: auto;
  max-width: 80%;
}
#beneficios .titulo h3 {
  color: black;
  font-family: InterMedium;
}
#beneficios .col-sistema {
  display: flex;
}
#beneficios .icono-desc-wrapper {
  padding: 2rem;
  border: 1px solid #c2c9d1;
  border-radius: 15px;
}
#beneficios .icono-desc-wrapper .icono {
  margin-bottom: 1rem;
}
#beneficios .icono-desc-wrapper .desc h5 {
  font-family: InterMedium;
}
#beneficios .icono-desc-wrapper .desc p {
  font-family: Inter;
}
#beneficios .icono-desc-wrapper .desc h5,
#beneficios .icono-desc-wrapper .desc p {
  color: #16171a;
}
.modal-body p {
  font-family: Inter;
}
.modal-body p span {
  font-weight: bold;
}
.titulo-div h2 {
  font-family: InterMedium;
  color: #16171a;
}
.titulo-div p {
  color: #16171a;
  font-family: InterLight;
  font-size: 20px;
}
#a-tu-medida .titulo h3,
#unifica .titulo h3,
#clientes .titulo h3,
#quiero-demo .titulo h3 {
  font-family: InterMedium;
}
.botones-nav {
  justify-content: end;
}
.button-prev,
.button-next {
  border: 2px solid #000000;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  margin: 0 5px;
}
swiper-container {
  width: 100%;
  padding-left: 1rem;
}
.swiper-wrapper {
  width: 100%;
  padding-left: 1rem;
}
.swiper-slide-sistema {
  text-align: left;
  font-size: 17px;
  background: #e6ebf2;
  color: #16171a;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  padding: 2rem 3rem;
  height: auto !important;
}
@media (max-width: 576px) {
  .swiper-slide-sistema {
    padding: 1rem;
    margin-right: 20px !important;
  }
}
.swiper-slide-sistema .desc-icono-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.swiper-slide-sistema .desc-icono-wrapper .desc {
  align-self: center;
  width: 100%;
  text-align: center;
}
@media (max-width: 576px) {
  .swiper-slide-sistema .desc-icono-wrapper .desc {
    width: 100%;
  }
}
.swiper-slide-sistema .desc-icono-wrapper .desc p {
  font-family: Inter;
}
@media (max-width: 576px) {
  .swiper-slide-sistema .desc-icono-wrapper .desc p {
    font-size: 14px;
  }
}
.swiper-slide-sistema .desc-icono-wrapper .desc h5 {
  font-family: InterMedium;
}
@media (max-width: 576px) {
  .swiper-slide-sistema .desc-icono-wrapper .desc h5 {
    font-size: 0.8rem;
  }
}
.swiper-slide-sistema .desc-icono-wrapper .desc p,
.swiper-slide-sistema .desc-icono-wrapper .desc h5 {
  color: #16171a;
}
.swiper-slide-sistema .desc-icono-wrapper .icono {
  align-self: center;
  margin-bottom: 1rem;
}
.swiper-slide-sistema .desc-icono-wrapper .icono img {
  width: 88px;
}
.swiper-slide-sistema {
  width: 28% !important;
}
.swiper-slide-sistema .icono img {
  width: 100%;
}
.swiper-slide-sistema:nth-child(2n) {
  width: 28%;
}
.swiper-slide-sistema:nth-child(3n) {
  width: 28%;
}
.swiper-slide-sistema:nth-child(4n) {
  width: 28%;
}
.swiper-slide-clientes {
  height: auto !important;
}
.swiper-slide-clientes {
  width: 16% !important;
}
.swiper-slide-clientes .icono img {
  max-width: 180px;
  height: 76px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .swiper-slide-clientes .icono img {
    width: 100%;
  }
}
.swiper-slide-clientes:nth-child(2n) {
  width: 16%;
}
.swiper-slide-clientes:nth-child(3n) {
  width: 16%;
}
.swiper-slide-clientes:nth-child(4n) {
  width: 16%;
}
.swiper-slide-clientes:nth-child(5n) {
  width: 16%;
}
.swiper-slide-clientes:nth-child(6n) {
  width: 16%;
}
#unifica .lista {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
#unifica .lista li {
  display: inline-block;
  border: 1px solid #c2c5cb;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  color: #16171a;
  font-family: Inter;
}
#clientes .container-bg {
  background: #ffffff;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #f5f7fa 50%);
}
#clientes .quote-cliente {
  background-image: url("../img/bg\ clientes.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 4rem 0rem;
}
@media (max-width: 576px) {
  #clientes .quote-cliente {
    padding: 1rem 0rem;
    background-size: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
#clientes .quote-cliente p,
#clientes .quote-cliente span {
  color: white;
  font-family: Inter;
}
#clientes .quote-cliente p {
  font-size: 22px;
}
@media (max-width: 576px) {
  #clientes .quote-cliente p {
    font-size: 16px;
  }
 
}
.contacto-link-div {
  text-align: center;
}
.contacto-link-div a {
  font-family: InterBold;
  letter-spacing: 1px;
  text-decoration: none;
  color: #16171a;
  font-size: 16px;
}
.contacto-link-div a:hover {
  text-decoration: underline;
}
#agenda-demo .title-div h2 {
  font-family: InterMedium;
  color: #16171a;
}
#agenda-demo .responsive-calendar {
  position: relative;
  height: 190vh;
  overflow: hidden;
}
@media (max-width: 576px) {
  #agenda-demo .responsive-calendar {
    height: 250vh;
  }
}
#agenda-demo .responsive-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#quiero-demo .descripcion {
  font-family: Inter;
}
#quiero-demo .form-floating {
  font-family: Inter;
}
#quiero-demo .btn-enviar {
  border-radius: 8px;
  background-color: #ffffff;
  font-family: Inter;
  padding: 1rem 1.5rem;
  letter-spacing: 0.68px;
  border: 1px solid #000000;
  color: black;
  font-weight: bold;
}
#quiero-demo .btn-enviar:hover {
  background-color: #ffffff;
  border: 1px solid #000000;
  color: black;
}
#aviso_privacidad {
  font-family: Inter;
}
footer {
  background-color: #16171a;
  position: relative;
}
footer .tel-div,
footer .mail-div {
  color: white;
}
footer .tel-div a,
footer .mail-div a {
  text-align: center;
  color: white;
  font-family: Inter;
  text-decoration: none;
}
footer .infofin-div p {
  color: #c2c5cb;
  font-size: 14px;
  font-family: Inter;
  margin-bottom: 0;
}
footer .infofin-div p a {
  color: #c2c5cb;
  text-decoration: none;
}
footer .infofin-div p a:hover {
  text-decoration: underline;
}
#top_thankyou {
  background-color: white;
  background-image: url("../img/bg.jpg");
  background-position: top center;
  background-size: cover;
}
#top_thankyou .navbar-thankyou {
  background-color: white !important;
}
#top_thankyou .navbar-thankyou .nav-link {
  font-family: Inter;
  font-size: 15px;
  color: #16171a;
}
#top_thankyou .navbar-thankyou .nav-link.active {
  font-family: Inter;
  font-size: 15px;
  color: #16171a;
}
#top_thankyou .navbar-thankyou .agenda-demo .nav-link {
  color: white;
}
#top_thankyou .camiones-wrapper {
  background-color: white;
}
#gracias .titulo h1 {
  font-family: InterMedium;
  font-size: 3.5rem;
  color: #16171a;
}
#gracias .titulo p {
  font-family: Inter;
}
#gracias .btn-infofin {
  background: #2d66f6 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  color: white;
  font-family: Inter;
}
/* pc */
.ram-video-3 {
  position: relative;
  max-width: 800px;
  margin: auto;
}
.ram-video-3 .tv-wrap {
  margin: 6% 9% 16%;
  position: relative;
}
.ram-video-3 .tv-ram {
  position: absolute;
  z-index: 1;
  top: -7%;
  left: -17.5%;
  width: 135%;
  height: 166%;
  pointer-events: none;
}
.ram-video-3 .tv-ram img {
  width: 100%;
  height: 100%;
}
.ram-video-3 .tv-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
  cursor: pointer;
}
.ram-video-3 .tv-video:hover:before {
  background-color: #337ab7;
  border-color: #bfe2ff;
}
.ram-video-3 .tv-video.show:before {
  display: none;
}
.ram-video-3 .tv-video iframe,
.ram-video-3 .tv-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#respaldo {
  background-image: url("../img/bg\ expertos.svg");
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}


/* whatsapp */
#whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 9999999999999;
}

#whatsapp-button a img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.bg-typ{
  background-color: #3a4349!important;
  color: white!important;
}