html{
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
}
.titulo-landing{
  font-size: 8em;
	font-weight: 800;
	line-height: 80px;
	letter-spacing: -0.08em;
	color: #3277a8;
  text-align: center;
  margin-top: 20px;
  font-weight: 400;
  /*background: rgba(240, 240, 240, 0.5);*/
}
.syte-bg-dim-white{
  background: rgba(240, 240, 240, 0.7);
}
.syte-bg-dim-gray{
  background: rgba(20, 20, 20, 0.90);
  color: white;
}
.syte-font-not-so-bold{
  font-weight: 500;
}
.syte-padding-top{
  padding-top: 10%;
}
.syte-no-style-list{
  list-style-type: none;
}
.syte-bg-lightgray{
  background-color: #E0E0E0
}
.syte-divisor-omisos{
   border: 3px solid #007bff;
   margin-left: 50%;
   margin-bottom: 2%;
}
.dot {
  height: 35px;
  width: 35px;
  background-color: #007bff;
  border-radius: 50%;
  display: inline-block;
  color: white;
  font-weight: bold;
}
.syte-fuente-botones{
  font-size: 20px;
}
.row{
  margin-left: 0px;
  margin-right: 0px;
}
.carousel-control-prev-icon{
  color: red !important;
  background-color: red;
}
.syte-cursor-pointer:hover{
  cursor: pointer;
}
.syte-cursos-video-contenedor{
  max-height: 550px;
  overflow-y: auto;
}
.syte-cursos-video-playlist{
  cursor: grab;
  overflow-x: auto;
}
.syte-hr-gradient{
  height: 2px;
  background-image: linear-gradient(to right, #111111, #086fbd 50%, #111111 100%);
  border: 0;
}
#containerContacto{
  margin-top: 200px;
}
#carouselComoFunciona{
  height: 50vh;
}
#primary{
  padding-left: 0;
  padding-right: 0;
}
#content > .container{
  padding-left: 0px;
  padding-right: 0px;
}

#carouselComoFunciona > ol > li{
  background-color: black !important;
}
#omisosLanding{
  background-image: url("../media/bg2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  scroll-snap-align: center;
}
#omisosLandingContenedorPrincipal{
  padding-top: 0;
  padding-bottom: 10vh;
}
#omisosBeneficiosContenedorIzquierdo{
  padding-top: 5%;
}
#omisosBeneficios{
  background-image: url("../media/piepagina.webp");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  background-size: contain;
  scroll-snap-align: center;
}
#omisosSolucion{
  background-color: lightgray;
  background-image: url("../media/success.webp");
  background-repeat: no-repeat;
  background-size: cover;
  scroll-snap-align: center;
}
#omisosComoFunciona{
  background-color: lightgray;
  background-image: url("../media/datacenter.webp");
  background-repeat: no-repeat;
  background-size: cover;
  scroll-snap-align: center;
}
#omisosCursos{
  background-color: lightgray;
  background-image: url("../media/meetingroom.webp");
  background-repeat: no-repeat;
  background-size: cover;
  scroll-snap-align: center;
}
#omisosContacto{
  background-color: lightgray;
  background-image: url("../media/sytecallcenter.webp");;
  background-repeat: no-repeat;
  background-size: cover;
  scroll-snap-align: center;
}
#solucionPuntos > div{
  margin-top: 15px;
}
#carouselComoFuncionaCompact{
  display: none;
}

@media only screen and (max-width: 767px){
  html{
    scroll-behavior: auto;
    scroll-snap-type: none;
  }
  .titulo-landing{
    font-size: 5em;
  }
  .syte-bg-lightgray{
    background-color: #ffffff;
  }

  .syte-divisor-omisos{
    margin-left: 0px;
  }
  .syte-playlist-video-titulo{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .syte-cursos-video-contenedor{
    max-height: 350px;
    overflow-y: auto;
  }
  #omisosBeneficios{
    background-image: none;
    background-color: #E0E0E0;
    padding-top: 0;
  }
  #carouselComoFunciona{
    display: none;
  }
  #carouselComoFuncionaCompact{
    display: block;
    height: 75vh;
  }
  #omisosComoFuncionaContenedorCarousel{
    height: 100vh;
  }
  #content{
    font-size: 1.3em;
  }
  #omisosSolucion{
    background-image: none;
    background-color: white;
  }
  #omisosLandingContenedorPrincipal{
    padding-top: 0px;
  }
}
@media only screen and (min-width: 768px){
  #carouselComoFunciona > .carousel-inner > .carousel-item > .row > div{
    padding-top: 2vh;
  }
  #content{
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 1440px){
  #omisosBeneficios{
    padding-top: 20vh;
  }
  #solucionPuntos > div{
    margin-top: 50px;
  }
  #carouselComoFunciona > .carousel-inner > .carousel-item > .row > div{
    padding-top: 10vh;
  }
  #content{
    font-size: 1.0rem;
  }
}
