/*BASE*/
@font-face {
  font-family: "JosefinSans";
  src: url(../fonts/JosefinSans-VariableFont_wght.ttf);
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: "JosefinSans" !important;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}

.no-padding {
  padding: 0 !important;
}

.subtitle {
  text-align: center;
  font-size: 2.3rem;
  color: #1428BF;
}
.subtitle hr {
  height: 5px !important;
  opacity: 1;
  width: 8%;
  margin: 0 auto;
  margin-top: 16px;
  color: #FF8F01;
}

.btn-style {
  font-size: 13px;
  background: #1428BF;
  color: white;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 5px 36px;
  transition: 0.8s;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: 0.7s;
}
.btn-style:hover {
  background: #FF8F01;
  color: #fff;
}

.btn-stylew {
  font-size: 13px;
  background: #f4f5f7;
  color: #1428BF;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  padding: 10px 36px;
  transition: 0.8s;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: 0.7s;
}
.btn-stylew:hover {
  background: #1428BF;
  color: #fff;
}

.box-btn {
  margin: 20px 0;
}

.centrame {
  display: flex;
  justify-content: center;
  align-items: center;
}

#menu {
  width: 100%;
  position: fixed;
  z-index: 1;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: 0.9s;
  text-align: center;
  justify-content: center;
  top: 10px;
}
#menu .menu-section {
  background: white;
  display: flex;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  height: auto;
  width: 95%;
  transition: 0.9s;
  border-radius: 7px;
  box-shadow: 10px 12px 12px 0px rgba(0, 0, 0, 0.5019607843);
}
#menu .menu-section .navbar-brand {
  display: flex;
}
#menu .menu-section .navbar-brand .logo {
  height: 40px;
  width: 230px;
  display: inline-flex;
  background: url("../img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#menu .menu-section .navbar-brand .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
#menu .menu-section .nav-link {
  color: #1428BF;
  transition: 0.7s;
}
#menu .menu-section .nav-link:hover {
  opacity: 0.7;
}
#menu .menu-section .tel {
  margin-left: 20px;
  padding: 5px 30px;
  width: auto;
  background: #FF8F01;
  border-radius: 5px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  transition: 1s;
}
#menu .menu-section .tel:hover {
  opacity: 0.8;
}
#menu .menu-section .tel a {
  color: #fff;
  text-decoration: none;
}
#menu .menu-section .tel a b {
  font-size: 17px;
}

#menu.sticky {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #333;
  -webkit-backdrop-filter: blur(1em);
          backdrop-filter: blur(1em);
  top: 0;
}
#menu.sticky .menu-section {
  width: 100%;
  background: #f4f5f6;
  transition: 0.9s;
  border-radius: 0;
  box-shadow: none;
}
#menu.sticky .menu-section .logo {
  background: url("../img/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#menu.sticky .menu-section .nav-link {
  color: #000;
}

#principal {
  height: 90vh;
  position: relative;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url(../img/back.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
#principal .box-title {
  position: absolute;
  color: #fff;
  bottom: 60%;
  top: 40%;
  line-height: 35px;
  width: 40%;
}
#principal .box-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
#principal .box-title small {
  font-size: 24px;
  font-weight: 300;
}

#title {
  position: relative;
}
#title .floating {
  position: absolute;
  background: #fff;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 1.5rem;
  width: 65%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -100px;
  display: flex;
  padding: 25px 30px;
}
#title h1 {
  font-size: 24px;
  font-weight: 700;
  color: #1428BF;
  margin-bottom: 0;
}
#title p {
  padding: 15px 15px 0 15px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 0;
}

#ventajas {
  padding: 0 0 50px;
  background: linear-gradient(45deg, #f4f5f7, #f4f5f7);
}
#ventajas .box-capacitacion {
  border-radius: 10px;
  background: white;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1607843137);
  padding: 15px;
  position: relative;
  height: 100%;
}
#ventajas .box-capacitacion .box-img {
  display: flex;
  height: 18vh;
}
#ventajas .box-capacitacion .box-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
#ventajas .box-capacitacion .box-icono {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 10px;
  bottom: 70px;
  background: white;
  padding: 16px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ventajas .box-capacitacion .box-icono i {
  font-size: 30px;
  color: #FF8F01;
}
#ventajas .box-capacitacion .box-text {
  text-align: center;
}
#ventajas .box-capacitacion .box-text p {
  margin: 20px 0 0;
  color: #1428BF;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

#certificaciones {
  padding: 70px 0 50px;
}
#certificaciones .box-certificacion {
  display: flex;
  width: 100%;
  height: 120px;
  padding: 10px;
}
#certificaciones .box-certificacion img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#certificaciones h4 {
  text-align: center;
  margin: 40px 0;
  font-size: 32px;
  font-weight: 600;
  color: #FF8F01;
}

#quienes {
  height: 60vh;
  background: linear-gradient(270deg, rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0)), url(../img/quienes.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}
#quienes .box-text {
  padding: 25px 60px 25px 25px;
}
#quienes h3 {
  font-size: 28px;
  margin-bottom: 25px;
}
#quienes p {
  font-size: 18px;
  font-weight: 300;
}

#testimonios {
  padding: 80px 0 0;
  background: linear-gradient(45deg, #f4f5f7, #f4f5f7);
}
#testimonios .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px rgba(21, 59, 104, 0.4509803922);
  margin: 0;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
  height: 100%;
}
#testimonios .card .card-body {
  display: flex;
  align-items: center;
  padding: 20px;
}
#testimonios .card .card-body h5 {
  color: #FF8F01;
  font-size: 21px;
  line-height: 1.3;
}
#testimonios .card .card-body p {
  font-size: 15px;
  color: #555;
}

#cta {
  background: linear-gradient(45deg, #f4f5f7, #f4f5f7);
  height: auto;
  text-align: center;
}
#cta .box-text {
  padding: 20px;
}
#cta h3 {
  font-size: 28px;
  font-weight: 800;
  color: #1428BF;
}
#cta h4 {
  font-size: 24px;
  font-weight: 300;
}
#cta p {
  font-size: 16px;
  font-style: italic;
  color: #FF8F01;
}

#preguntas {
  background: #1428BF;
  height: auto;
  padding: 40px 0;
  margin-top: -4px;
}
#preguntas .title {
  text-align: center;
  margin: 0 auto;
}
#preguntas h3 {
  color: #FF8F01;
  font-size: 20px;
  font-weight: 600;
}
#preguntas h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}
#preguntas hr {
  width: 10%;
  border: 1px solid #fff;
  margin: 0 auto;
  opacity: 0.8 !important;
  margin-top: 15px;
}
#preguntas .box-text {
  padding: 40px 0;
}
#preguntas .box-q {
  display: flex;
  color: #fff;
  padding: 15px 0;
}
#preguntas .text {
  padding: 0 25px;
}
#preguntas h4 {
  font-size: 20px;
  font-weight: 600;
  color: #FF8F01;
  margin-bottom: 15px;
}
#preguntas p {
  font-size: 16px;
  font-weight: 300;
}
#preguntas i {
  font-size: 32px;
  margin-bottom: 0;
  opacity: 0.5;
}

#exito {
  padding: 0 0 60px;
}
#exito .box-casos {
  padding: 25px 50px;
  background: linear-gradient(45deg, #f4f5f7, #f4f5f7);
  border-radius: 22px;
  width: 90%;
  margin: 40px auto;
  box-shadow: 0 8px 30px -7px rgba(21, 59, 104, 0.4509803922);
}
#exito .box-casos .box-img {
  width: 100%;
  height: 300px;
  display: flex;
}
#exito .box-casos .box-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#exito .box-casos .box-text {
  font-size: 24px;
  font-weight: 300;
}
#exito .box-casos .box-text p {
  margin-bottom: 0;
}

#accion {
  padding: 50px 0;
  background: linear-gradient(45deg, #f4f5f7, #f4f5f7);
}
#accion .box-casos {
  padding: 25px 50px;
  background: #1428BF;
  color: white;
  border-radius: 22px;
  width: 90%;
  margin: 40px auto;
  box-shadow: 0 8px 30px -7px rgba(21, 59, 104, 0.4509803922);
}
#accion .box-casos .box-text {
  font-size: 24px;
  font-weight: 200;
  height: 240px;
  display: flex;
  align-items: center;
}
#accion .box-btn {
  height: 182px;
  display: flex;
  align-items: center;
}
#accion .box-btn a:hover {
  background: #e3e3e3;
  color: #FF8F01;
}

.counter {
  text-align: center;
}
.counter .counter--text {
  font-size: 20px;
  color: #1428BF;
}
.counter .counter--value {
  font-size: 42px;
  color: #1428BF;
  margin: 0;
}
.counter i {
  font-size: 34px;
  color: #1428BF;
  margin-bottom: 10px;
  opacity: 0.15;
}

#beneficios {
  background: linear-gradient(45deg, #f4f5f7, #f4f5f7);
}
#beneficios .box-img {
  width: 100%;
}
#beneficios .box-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#beneficios .contador {
  padding: 20px 80px 50px 80px;
}

#elementos {
  padding: 50px 0;
  background: linear-gradient(45deg, #f4f5f7, #f4f5f7);
}
#elementos .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px rgba(21, 59, 104, 0.4509803922);
  margin: 0;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
  height: 100%;
}
#elementos .card .card-body {
  display: flex;
  align-items: center;
  padding: 20px;
  text-align: center;
}
#elementos .card .card-body h5 {
  color: #FF8F01;
  font-size: 21px;
  line-height: 1.3;
}
#elementos .card .card-body p {
  font-size: 15px;
  color: #555;
}
#elementos .card .card-body i {
  font-size: 42px;
  color: #FF8F01;
  opacity: 0.25;
  margin-bottom: 20px;
}

#productos {
  padding: 100px 0 50px;
  background: linear-gradient(45deg, #f4f5f7, #f4f5f7);
}
#productos .tarjetita {
  text-align: center;
  padding: 10px;
}
#productos .imagen {
  width: 100%;
  display: flex;
  padding: 10px;
}
#productos .imagen img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

#codigo {
  height: 100vh;
  background: linear-gradient(270deg, rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0)), url(../img/codigo.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}
#codigo .box-text {
  padding: 25px 60px 25px 45px;
}
#codigo h3 {
  font-size: 18px;
  margin-bottom: 25px;
  color: #FF8F01;
}
#codigo p {
  font-size: 17px;
  font-weight: 300;
}
#codigo b {
  font-size: 21px;
  font-weight: 800;
  color: #FF8F01;
}
#codigo h5 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1428BF;
  margin-top: 15px;
}
#codigo li {
  font-size: 15px;
  font-weight: 300;
}
#codigo ul {
  margin-bottom: 0;
}

footer {
  background: #FF8F01;
  color: white;
  padding: 20px 0;
}

/* de telefono a tablet */
@media (max-width: 450px) {
  body {
    width: 100%;
  }
  .subtitle {
    font-size: 2rem;
  }
  #menu {
    top: 0;
  }
  #menu .menu-section {
    width: 100%;
    border-radius: 0;
  }
  #menu .menu-section .tel {
    margin: 0;
  }
  #menu .box-nav {
    display: flex;
  }
  #menu .box-nav button {
    height: 40px;
    margin-top: 7px;
  }
  #menu .box-nav button i {
    color: #1428BF;
  }
  #menu.sticky .box-nav i {
    color: #1428BF;
  }
  #principal {
    height: 90vh;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2)), url(../img/back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #principal .box-title {
    bottom: 70%;
    top: 30%;
    line-height: 32px;
    width: 92%;
    text-align: center;
  }
  #principal .box-title h2 {
    font-size: 30px;
  }
  #principal .box-title small {
    font-size: 22px;
  }
  #productos {
    padding: 220px 30px 0;
  }
  #productos .tarjetita {
    padding: 0;
  }
  #productos .imagen {
    height: 20vh;
    padding: 0;
  }
  #title .floating {
    border-radius: 1.5rem;
    width: 85%;
    top: -90px;
    display: flex;
    padding: 25px 25px 0 25px;
  }
  #title h1 {
    font-size: 20px;
    text-align: center;
  }
  #title p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .counter {
    padding: 20px 0;
  }
  #ventajas {
    padding: 50px 0;
  }
  #quienes {
    height: 100vh;
    background: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255), rgba(255, 255, 255, 0)), url(../img/quienes.jpg);
    align-items: flex-end;
  }
  #quienes .box-text {
    padding: 20px;
  }
  #quienes p {
    font-size: 17px;
  }
  #exito .box-casos {
    padding: 25px;
    width: 100%;
  }
  #exito .box-casos .box-text {
    font-size: 20px;
  }
  #preguntas .text {
    padding: 0 15px 0 20px;
  }
  #accion .box-casos {
    padding: 25px;
    width: 100%;
  }
  #accion .box-casos .box-text {
    font-size: 20px;
    height: auto;
  }
  #accion .box-casos .box-btn {
    height: auto;
  }
  #cta .box-img {
    width: 100%;
    height: 40vh;
  }
  #cta .box-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  footer p {
    font-size: 12px;
  }
}/*# sourceMappingURL=styles.css.map */