* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  list-style: none;
  text-decoration: none !important;
}
html {
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  width: 3px;
}
body::-webkit-scrollbar-thumb {
  background: #2f344f;
}
model-viewer {
  width: 600px;
  /* height: 600px; */
  margin: 0 auto;
  border: 2px solid #000;
}
ul {
  margin-bottom: 0 !important;
}
/*BACK TO TOP ICON*/
.to-top {
  background-color: white;
  background-image: url(/img/backToTopHover.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  position: fixed;
  bottom: 24px;
  right: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: 0;
  border: 3px solid #4fc1f0;
  transition: all 0.4s;
  pointer-events: none;
  z-index: 999999;
}
.to-top:hover {
  background-image: url(/img/backToTop.png);
}
.to-top.active {
  bottom: 32px;
  pointer-events: auto;
  opacity: 1;
}
/** BACKGROUND NEW **/
.fondo-color {
  background: rgb(112, 200, 242);
  background: linear-gradient(
    90deg,
    rgba(112, 200, 242, 1) 0%,
    rgba(76, 113, 182, 1) 50%,
    rgba(118, 65, 178, 1) 100%
  );
  width: 100%;
  margin-top: 70px;
}
.fondo-lineas {
  position: relative;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  background-image: url(../img/lineas.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/** BOTONES **/
.fondo-btn {
  color: white !important;
  background-color: #2f344f;
  border-radius: 50px;
}
.fondo-btn:hover {
  background-color: white;
}
.botones-header {
  list-style: none;
  margin-top: 40px;
  display: flex;
}
.botones-header a {
  text-align: center;
  text-decoration: none;
  padding: 20px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
}
.botones-header a:hover {
  color: #264b7f !important;
}
@media (max-width: 800px) {
  .botones-header a {
    font-size: 10px;
  }
}
/** CLIENTES OPTIMIZADOS **/
.content-header {
  width: 65%;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
  margin: 90px auto;
}
.content-header h1,
h2,
h3,
h4,
h5,
p {
  text-align: center;
}
.content-header h1 {
  color: white;
  font-size: 47px !important;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 9px;
  font-size: 25px;
}
@media (max-width: 900px) {
  .content-header {
    width: 90%;
  }
  .content-header h1 {
    font-size: 20px !important;
  }
  .content-header p {
    font-size: 14px !important;
    letter-spacing: 0px !important;
  }
}
.content-header p {
  width: 90%;
  color: white;
  font-size: 20px;
  letter-spacing: 2px;
}
.content-header h2 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 7px;
  font-weight: bold;
  margin-top: 120px;
  margin-bottom: 20px;
}
#fondo-clientes {
  width: 100%;
  justify-content: center;
}
#fondo-clientes .customer-logos img {
  max-width: 118px;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
#fondo-clientes .contenido-page {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
#fondo-clientes .contenido-page .img-area {
  margin: 0 auto;
  padding: 10px;
}
.content-header h3 {
  color: white;
  font-size: 20px;
  letter-spacing: 2px;
}
.content-header img {
  margin-top: 30px;
}
.content-header h4 {
  width: 85%;
  color: white;
  line-height: 42px;
  margin-top: 30px;
  font-size: 20px;
  letter-spacing: 2px;
}
.content-header h4 span {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 900px) {
  .content-header h3 {
    font-size: 18px;
  }
  .content-header h4 {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
  }
}
/** SLIDES**/
.slick-slide {
  margin: 0 20px;
}
.slick-slide img {
  width: 100px;
}
.slick-list:focus {
  outline: none;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
/** SECCION CASOS DE EXITO **/
/** ESTILOS DE SLIDER ESTAN EN SLIDER.CSS **/
/** SECCION TRANSPARENTE **/
.sec-transparente {
  width: 100%;
  background-image: url(../img/lineas2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.sec-transparente h1 {
  margin: 60px auto;
  text-align: center;
  font-weight: bold;
  width: 60%;
  line-height: 40px;
}
.cont-transparente {
  width: 80%;
  max-width: 700px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 auto;
  position: relative;
}
.bloques {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .bloques {
    flex-direction: column;
  }
  .sec-transparente h1 {
    width: 95%;
    font-size: 25px;
    margin: 20px auto 0 auto;
  }
}
.bloques:last-of-type {
  margin-bottom: 0;
}
.bloques h2 {
  color: #2f344f;
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
  width: 100%;
}
.bloques p {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  color: #2f344f;
}
.bloques img {
  max-width: 250px;
  width: 30%;
}
.cont-bloques {
  margin-left: 100px;
  width: 70%;
}
.der {
  margin-left: 0 !important;
  margin-right: 30px;
}
@media (max-width: 900px) {
  .cont-bloques {
    width: 95%;
  }
  .cont-transparente {
    width: 80%;
  }
  .bloques {
    width: 100%;
    flex-wrap: wrap;
  }
  .bl-1 {
    margin-bottom: 60px;
  }
  .bl-2 {
    margin-bottom: 60px;
  }
  .bl-3 {
    margin-bottom: 60px;
    flex-flow: column-reverse;
  }
  .bl-4 {
    margin-bottom: 60px;
    flex-flow: column-reverse;
  }
}
@media (max-width: 900px) {
  .cont-bloques {
    margin-left: 0;
  }
  .cont-bloques h2 {
    text-align: center;
  }
  .cont-bloques p {
    text-align: center;
  }
  .bloques img {
    padding: 20px 0px 20px 0px;
  }
  .der {
    margin-left: 0 !important;
    margin-right: 0;
  }
  .der h2 {
    text-align: center;
  }
  .der p {
    text-align: center;
  }
}
/** SECCION DUDAS **/
.sec-duda {
  width: 100%;
  height: 180px;
  background-image: url(../img/fondoLineaBlanca.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-duda-fondo-azul {
  width: 100%;
  height: 180px;
  background-color: #2f344f;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-sec-duda {
  border: 2px solid white;
  border-radius: 50px;
  font-size: 16px;
  padding: 15px 40px;
  color: white;
}
@media (max-width: 800px) {
  .img-sec-duda {
    font-size: 15px;
  }
}
@media (max-width: 450px) {
  .img-sec-duda {
    font-size: 14px;
    text-align: center;
    margin: 0 20px;
  }
}
.img-sec-duda:hover {
  background-color: white;
  color: #2f344f;
  text-decoration: none;
}
.cont-duda {
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  align-items: center;
  padding: 40px;
}
.cont-duda h2 {
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 30px;
}
.cont-duda p {
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 900px) {
  .cont-duda h2 {
    font-size: 22px;
  }
}
/** SECCION TRUST **/
.sec-trust {
  width: 100%;
  background-image: url(../img/fondoTrust.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 60px 0;
  overflow: hidden;
}
.sec-trust h1 {
  text-align: center;
  color: white;
  font-weight: bolder;
  letter-spacing: 7px;
  font-size: 30px;
}
.sec-trust a {
  border: 1px solid white;
  padding: 12px 40px;
  border-radius: 25px;
  color: white;
  font-size: 12px;
  line-height: 20px;
}
.sec-trust a:hover {
  background-color: white;
  color: #2f344f;
  text-decoration: none;
}
.cont-trust {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  text-align: center;
}
@media (max-width: 700px) {
  .sec-trust h1 {
    font-size: 26px;
    letter-spacing: 2px;
    width: 85%;
    margin: 0 auto;
  }
  .cont-trust {
    flex-direction: column;
  }
}
.trust {
  width: 80%;
  height: auto;
  margin-bottom: 50px;
  margin: 0 auto;
}
.trust:last-of-type {
  margin-bottom: 0;
}
.trust img {
  max-width: 250px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.cont-trust-1 {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}
.cont-trust-1 h2 {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  color: white;
  font-size: 16px;
  letter-spacing: 2px;
}
@media (max-width: 900px) {
  .cont-trust-1 h2 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 35px;
  }
}
/** INDICE COMPARATIVO **/
.indice-comparativo {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 40px 0;
  background-color: #2f344f;
}
.indice-comparativo-iframe {
  width: 90%;
  margin: 0 auto;
  max-width: 1260px;
  overflow: auto;
  overflow-y: hidden;
}

.indice-comparativo-iframe iframe {
  width: 100%;
  height: 800px;
}

@media (max-width: 1000px) {
  .indice-comparativo-iframe iframe {
    width: 1000px;
    height: 450px;
  }

  .indice-comparativo-iframe::-webkit-scrollbar {
    width: 3px;
    height: 5px;
  }

  .indice-comparativo-iframe::-webkit-scrollbar-thumb {
    background: #fff;
  }
}
/** CALENDAR **/
.calendar {
  width: 100%;
  background-color: white;
  display: flex;
}
.calendar-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.calendar-container-img {
  width: 100%;
  background-image: url(../img/lineas.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.calendar-container h4 {
  font-size: 20px;
  color: #264b7f;
  font-weight: 900;
  text-align: center;
  padding: 10px;
}

.cal-widget {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 650px) {
  .calendar-container h4 {
    margin-bottom: 40px;
  }
}
.calendar-top {
  padding-top: 100px;
}
/** SET SOLUCIONES **/
.descripcion-solucion {
  font-size: 14px;
  line-height: 0.2;
  margin: 10px 0;
  text-align: justify;
  font-weight: normal;
}
.sec-setSoluciones {
  width: 100%;
  background-color: #4fc1f0;
  text-align: center;
  padding: 30px 0;
  overflow: hidden;
}
.sec-setSoluciones-img {
  width: 100%;
  background-image: url(../img/lineas.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-setSoluciones-container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.sec-setSoluciones a {
  padding: 12px 40px;
  border-radius: 25px;
  color: white;
  font-size: 12px;
  line-height: 20px;
}
.sec-setSoluciones a:hover {
  background-color: white;
  color: #264b7f;
}
.setSoluciones {
  font-size: 22px !important;
  letter-spacing: 2px !important;
  font-weight: 900 !important;
}
.cont-set-soluciones {
  width: 100%;
}
.cont-set-soluciones h4 {
  margin-top: 40px !important;
  text-align: left !important;
  text-decoration: underline !important;
  font-weight: 900;
  font-size: 20px !important;
}
.cont-set-soluciones p {
  text-align: left !important;
  font-weight: 900;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 2px !important;
}
@media (max-width: 650px) {
  .cont-set-soluciones h4 {
    text-align: center !important;
  }
  .cont-set-soluciones p {
    text-align: justify !important;
  }
}
.btnSetSoluciones {
  background-color: #2f344f;
  color: white;
  border: none !important;
}
/** SEC SOLUCIONES **/
.sec-soluciones {
  width: 100%;
  background-color: #4fc1f0;
  text-align: center;
  padding: 30px 0;
  overflow: hidden;
}
.sec-soluciones h1 {
  text-align: center;
  color: #2f344f;
  font-weight: 900;
  letter-spacing: 7px;
  font-size: 30px;
}
.sec-soluciones a {
  border: 1px solid white;
  padding: 12px 40px;
  border-radius: 25px;
  color: white;
  font-size: 12px;
  line-height: 20px;
}
.sec-soluciones a:hover {
  background-color: white;
  color: #2f344f;
  text-decoration: none;
}
.cont-soluciones {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  text-align: center;
}
@media (max-width: 700px) {
  .sec-soluciones h1 {
    font-size: 26px;
    letter-spacing: 2px;
    width: 85%;
    margin: 0 auto;
  }
  .cont-soluciones {
    flex-direction: column;
  }
}
.soluciones {
  width: 80%;
  height: auto;
  margin-bottom: 50px;
  margin: 0 auto;
}
.soluciones:last-of-type {
  margin-bottom: 0;
}
.soluciones img {
  max-width: 250px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.cont-soluciones-1 {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}
.cont-soluciones-1 h4 {
  text-align: center;
  color: #2f344f;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2.5px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .cont-soluciones-1 h4 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 35px;
  }
}
.cont-soluciones-1 p {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}
/** FORM **/
.form {
  width: 100%;
  height: auto;
  padding: 35px 0;
  text-align: center;
  background-image: url(../img/lineas2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
}
.form h2 {
  color: #264b7f;
}
.p-bold {
  font-size: 16px !important;
  font-weight: bold;
}
.form h3 {
  font-size: 14px;
  color: #264b7f;
  margin-bottom: 20px;
}
.radios {
  width: 200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
  align-items: center;
  font-size: 12px;
  list-style: none;
}
.radios li {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 10px;
}
form {
  width: 50%;
  max-width: 500px;
  position: relative;
  border: 3px solid transparent;
  border-radius: 16px;
  background: rgba(255, 255, 255, 1);
  background-clip: padding-box;
  padding: 30px;
  margin: 0 auto;
}
form::after {
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  background: linear-gradient(#4fc1f0, #905fef, #7641b2);
  content: "";
  z-index: -1;
  border-radius: 16px;
}
.cont-form {
  width: 85%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  form {
    width: 90% !important;
  }
}
form .p-form {
  color: #264b7f;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.btn-form {
  padding: 15px;
  border-radius: 50px;
  background: linear-gradient(90deg, #4fc1f0, #905fef, #7641b2);
  border-style: none;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.btn-form:hover {
  background: #2f344f;
  color: white;
  text-decoration: none;
}
@media (max-width: 400px) {
  .btn-form {
    width: 255px;
  }
}
.label-in {
  color: #264b7f;
  font-size: 14px;
  font-weight: bold;
}
.input-in {
  width: 200px;
  padding: 10px;
  border: 3px solid #4fc1f0;
  border-radius: 10px;
}
/** FOOTER **/
footer {
  width: 100%;
  height: auto;
  background-image: url(../img/fondoFooter.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0px 20px 0px;
}
.cont-footer p {
  color: white;
  font-size: 12px;
  letter-spacing: 4px;
}
.redes {
  display: flex;
  justify-content: center;
}
.redes img {
  margin-left: 10px;
  margin-bottom: 20px;
  margin-top: 8px;
  cursor: pointer;
}
.redes img:first-of-type {
  margin-left: 0;
}
/*VIDEO TESTIMONIAL*/
.headerNone {
  display: none;
}
.scrollHidden {
  overflow: hidden;
}
.btnVideoTestimonial {
  cursor: pointer;
}
.background-video-container {
  position: fixed !important;
  top: 0;
  width: 100%;
  height: 100vh !important;
  background-color: rgba(0, 0, 0, 0.5);
  /* background-image: url(../img/fondoTrust.png);
		background-repeat: no-repeat;
		background-size: cover; */
  display: none;
  z-index: 99999;
}
.background-video-container.showModalBackground {
  display: block;
}
.background-video-container .closeModal {
  cursor: pointer;
}
.closeModal {
  position: absolute !important;
  top: 40px;
  right: 60px;
}
.closeModal:hover > .lineRigthVideoModal,
.closeModal:hover > .lineLeftVideoModal {
  background-color: #4fc1f0;
}
.lineRigthVideoModal {
  width: 35px;
  height: 3px;
  rotate: 45deg;
  background-color: white;
  position: absolute;
}
.lineLeftVideoModal {
  width: 35px;
  height: 3px;
  rotate: -45deg;
  background-color: white;
  position: absolute;
}
.video-container {
  position: relative !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.video-container video {
  width: 100%;
  max-width: 1200px;
  transform: scale(0);
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.5);
  outline: none;
  transition: all 0.3s;
}
.video-container.showVideo {
  pointer-events: all;
  opacity: 1;
}
.video-container.showVideo video {
  transform: scale(1);
}
