/*TOOLS*/
.myriad-bold.title {
  font-size: 2rem;
}
.myriad-bold.subtitle {
  font-size: 1.2rem;
}

.background-light-gray {
  background-color: #f8fafc;
}

.txtSize {
  font-size: 1.2rem;
  text-align: center;
}
/* movil*/
#inicio {
  height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 80px;
}
#inicio h1 {
  font-size: 2.4rem;
  font-weight: bold;
}
#inicio h1 span {
  color: #cd3035;
}
#txtBanner {
  font-size: 1.1rem;
  text-align: center;
  width: 90vw;
}
.btnRojo {
  background-color: #cd3035;
  border-radius: 10px;
  padding: 0.8rem 4rem;
  color: #fff;
}
.btnRojo:focus,
.btnRojo:active,
.btnRojo:hover {
  background-color: #cd3035;
  color: #fff;
  text-decoration: none;
}
.alert {
  background-color: #cd3035;
  border: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
#txtMsj {
  margin: 0px 1rem;
  font-size: 1.1rem;
  margin: 1rem 0px;
}
/*ALERTA*/
.ajuste {
  margin-top: 6rem;
}
.alerta-demo {
  margin-top: -3rem;
}
.alert a {
  border: solid 1px #fff;
  border-radius: 10px;
  padding: 0.5rem 2rem;
  color: #fff;
}
.alert a:hover {
  border: solid 1px #fff;
  border-radius: 10px;
  background-color: #fff;
  padding: 0.5rem 2rem;
  color: #cd3035;
  text-decoration: none;
}
.close {
  float: right;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 0.5;
}

/*EL ERP #1*/
#section2 {
  align-items: center;
}
.contentGif {
  order: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imgGif {
  width: 80%;
}
#btnNetsuite {
  color: #cd3035;
  font-size: 1rem;
}
#btnNetsuite:hover,
#btnNetsuite:active {
  text-decoration: none;
}

/*BENEFICIOS*/
#section3 {
  align-items: center;
}
#section3 h2 {
  text-align: center;
}
#section3 .benefits-square {
  border: 1px solid #c3c3c3;
  padding: 1rem;
  border-radius: 10px;
}
#section3 .benefits-square .row {
  margin-bottom: 1rem;
}
.red-separator {
  width: 50%;
  border-top: 3px solid #cd3035;
}

/*ATUMEDIDA*/
#section4 {
  height: 90vh;
  overflow: hidden;
}
#section4 .img-background {
  background-image: url("/images/home/img-netsuite-background.jpg");
  height: 60vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
  color: #fff;
  padding-left: 0px;
  padding-right: 0px;
}
/*Slick*/
.contenedor-slider {
  position: relative;
}
.imagen-slider {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
  color: black;
}
.contenido-imagen {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  height: 100% !important;
  justify-content: center;
  padding: 0px 20px;
  background-color: rgba(205, 48, 53, 0.7);
  border-radius: 0.25rem !important;
  color: white;
  z-index: 9999999;
}
.contenido-imagen h5 {
  font-size: 2rem;
}
.contenido-imagen p {
  font-size: 0.9rem;
}

.contenedor-slider:hover .imagen-slider {
  opacity: 1;
}

.contenedor-slider:hover .contenido-imagen {
  opacity: 1;
}
.flecha-slider i {
  font-size: 30px;
  color: white;
}
.imagen-slider > h5 {
  margin-top: 20px;
}
.imagen-slider > img {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
#section4 .slider {
  margin-top: 10vh;
}
.img-background .row:first-of-type {
  margin-top: 15vh;
}
.slick-dots li button::before {
  font-size: 1rem !important;
  z-index: 9999;
}

/* Section 3 */
.titleSquare {
  font-family: "Myriad Pro Bold" !important;
  font-weight: bold;
}

/* Section5 */
#section5 h2 {
  text-align: center;
}
.plyr {
  height: 100%;
}
.plyr video {
  height: 100%;
}
.plyr__video-wrapper {
  height: 100%;
}

/* Section6 */
.square-icon {
  margin-bottom: 1rem;
}
#why-us-pills a {
  font-size: 1.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #000;
}
#why-us-pills a span {
  transition: transform 1s;
  display: inline-block;
}
#why-us-pills a.active span {
  transform: translateX(1.2rem);
}
.txtTituloTab {
  color: #000;
  font-size: 1.5rem;
}
.txtTituloTab[aria-expanded="true"] {
  color: #cd3035;
  text-decoration: none;
}

/* Section 7 */
#section7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: white;
}
#titleS2,
#titleS7 {
  text-align: center;
}
.btn-outline-light:hover {
  color: #cd3035 !important;
}

/* Large devices (ipad, 768px and up) */
@media only screen and (min-width: 768px) {
  .txtSize {
    font-size: 1.2rem;
    text-align: initial;
  }
  #titleS2,
  #titleS7 {
    text-align: initial;
  }

  /*SECTION 3*/
  .red-separator {
    width: 50%;
    margin-left: 0;
  }
  #section3 h2 {
    text-align: left;
  }

  /* Slider Section4 */
  /*ATUMEDIDA*/
  #section4 {
    height: 60vh;
    overflow: hidden;
  }
  #section4 .img-background {
    height: 40vh;
  }
  #section4 .slider {
    margin-top: 5vh;
  }
  .contenido-imagen h5 {
    font-size: 1.5rem;
  }
  .contenido-imagen p {
    font-size: 0.8rem;
  }
  .myriad-bold.title {
    font-size: 2.4rem;
  }
  .myriad-bold.subtitle {
    font-size: 1.6rem;
  }
  /* Section5 */
  #section5 h2 {
    text-align: left;
  }
  .plyr {
    height: 31rem;
  }
  /* seccion 6 */
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: #cd3035 !important;
    background-color: transparent !important;
  }
}

/* Large devices (large laptops and desktops, 1024px and up) */
@media only screen and (min-width: 1024px) {
  /* Slider Section4 */
  #section4 {
    height: 80vh;
  }
  .slick-slide {
    margin: 0 27px;
    height: initial;
  }
  .contenido-imagen p {
    font-size: 1.1rem;
  }
  .contenido-imagen {
    padding: 0px 4rem;
  }
  .myriad-bold.title {
    font-size: 2.6rem;
  }
  .myriad-bold.subtitle {
    font-size: 1.8rem;
  }
  #section4 .slider {
    margin-top: 10vh;
  }
  .img-background .row:first-of-type {
    margin-top: 15vh;
  }
  #section4 .img-background {
    height: 60vh;
  }
  /* seccion 5 */
  .plyr {
    height: 100%;
  }
}

/* Large devices (large laptops and desktops, 1280px and up) */
@media only screen and (min-width: 1280px) {
  /* Seccion 1 */
  #inicio {
    height: 80vh;
    margin-top: 100px;
  }
  .alert {
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5rem 5rem;
  }
  #inicio h1 {
    font-size: 4rem;
    font-weight: bold;
  }
  #txtBanner {
    font-size: 1.3rem;
    text-align: center;
    width: 50vw;
  }
  #txtMsj {
    margin: 0px 1rem;
    font-size: 1.1rem;
    margin: 0px 1rem;
  }
  .btnRojo {
    padding: 0.8rem 3rem;
  }
  /* section 2 */
  .alerta-demo {
    margin-top: -3rem;
  }
}
/* Large devices (large laptops and desktops, 1366px and up) */
@media only screen and (min-width: 1366px) {
  .contenido-imagen h5 {
    font-size: 2.5rem;
  }
  .contenido-imagen p {
    font-size: 1rem;
  }
}

/* Large devices (large laptops and desktops, 1440px and up) */
@media only screen and (min-width: 1440px) {
}

/* Extra Large devices (large laptops and desktops, 1400px and up)*/
@media only screen and (min-width: 1920px) {
  .btnRojo {
    padding: 0.8rem 4rem;
  }
}
