@font-face {
  font-family: 'Inter-regular';
  src: url("../fonts/Inter/Inter_18pt-Regular.ttf");
  src: url("../fonts/Inter/Inter_18pt-Regular.ttf") format("truetype");

}
@font-face {
  font-family: 'Inter-semibold';
  src: url("../fonts/Inter/Inter_18pt-SemiBold.ttf");
  src: url("../fonts/Inter/Inter_18pt-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: 'Inter-bold';
  src: url("../fonts/Inter/Inter_18pt-Bold.ttf");
  src: url("../fonts/Inter/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Inter-extralight';
  src: url("../fonts/Inter/Inter_18pt-ExtraLight.ttf");
  src: url("../fonts/Inter/Inter_18pt-ExtraLight.ttf") format("truetype");

}
@font-face {
  font-family: 'Bricolage-bold';
  src: url("../fonts/Bricolage/BricolageGrotesque_24pt-Bold.ttf");
  src: url("../fonts/Bricolage/BricolageGrotesque_24pt-Bold.ttf") format("truetype");

}
body {
  font-family: 'Arial', sans-serif;
}
html {
  scroll-behavior: smooth;
}

:root {
  --primary: #E3173E; /* rojo ESAN */
  --dark: #1F2938;
  --light: #F6F6F6;
  --esan: #E3173E;
  --strong: #282828;
  --text: #4F4F4F
}
.navbar {
  background-color: var(--dark);
  padding: 20px 5%;
  
}
.navbar-nav a.nav-link {
  color: #FFFFFF;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
h1 {
  font-size: 2.2rem;
  color: #FFFFFF;
}
h1 span {
  color: var(--primary)
}
h2 {

  font-weight: bold;
  font-family: 'Inter-bold';
  margin-bottom: 20px;

}
/* p {
  color: #4F4F4F;
} */
h3 {
  font-weight: bold;
  margin-bottom: 35px;
}
h4 {
  font-family: 'Inter-bold';
}
.btn {
  background-color: var(--primary);
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.section-title {
  color: var(--dark);
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}
section {
  padding: 72px 0;
}

/* HERO */
.hero-section {
  position: relative;
  background: url('../images02/hero-e2b.jpg') center/cover no-repeat;
  color: #282828;
  padding: 90px 0 80px;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
/*   background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.29));
 */}

.hero-section .container {
  position: relative;
  z-index: 2;
}
.hero-section .sub-title {
    font-size: 1.7rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.hero-section h1 {
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1.1;
}
.hero-section .bjd-title {
    font-size: 1.1rem;
    margin-bottom: 40px;
    color: #FFFFFF
}

.hero-box {
  background: rgba(0,0,0,0.65);
  padding: 20px;
  border-radius: 8px;
  color: #333;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.hero-box h5 {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.hero-section .inicioBloq {
  background-color: #FFFFFF;
  width: 100%;
  max-width: 260px;
  padding: 20px 21px;
  display: flex;
  margin-bottom: 10px;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.hero-section .inicioBloq h3 {
  margin-bottom: 5px;
  color: var(--primary);
  line-height: 1;
  font-size: 1.9rem;
}
.hero-section .inicioBloq p {
  margin-bottom: 0;
}
.hero-section .inicioBloq .divImg{
  background-color: var(--primary);
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  margin-right: 8px;

}
.hero-section .inicioBloq .divImg img{
  width: 24px;
  height: auto;
  margin: auto;
  display: block;
}
/* formulario */

.form-control {
  border-radius: 8px;
  padding: 8px;
}

.form-box {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
/* header */

header .icon-box img {
  width: 50px;
  display: block;
  margin: auto;
  filter: brightness(0) invert(1);
  margin-bottom: 7px;
}
#beneficios {
  background-color: #0E8C39;
}
/*rankings*/
.sectRankings {
  background-color: var(--dark);
}
.sectRankings img {
  height: 55px;
}
.sectRankings h2 {
  color: #FFFFFF;
}
/*Somos*/

.sectSomos h2 {
    font-size: 25px;
}
.sectSomos .red {
  color: var(--primary);
  display: block;
  margin-bottom: 25px;
  font-weight: bold;
}
/*director*/
.conoceDirector {
  background-color: var(--dark);
  color: #FFFFFF;
  padding-bottom: 0!important;
}

.conoceDirector h2 {
  font-size: 31px;
}
.conoceDirector h2 strong {
  font-size: 24px;
}
.conoceDirector h2 span {
  font-size: 20px;
  font-family: 'Inter-extralight';
}
/*aliados*/
.sectAliados {
  background-color: #FFFFFF;
}
.sectAliados h2 {
  font-size: 22px;
}
.sectAliados .d-col-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.sectAliados .d-col-img .divImg {
  max-width: 290px;
  width: 25%;
  text-align: center;
}
 .sectAliados .d-col-img .divImg img {
  margin: auto 5px 10px;
  min-width: 100px;
  
} 

/*Acompañanos*/
.sectAcompananos {
  background-color: var(--dark);
  color: #FFFFFF;
}
.sectAcompananos h2 {
  font-size: 22px;
}
.sectAcompananos .d-flex {
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;

}
.sectAcompananos .bloqAc {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  width: 100%;
  max-width: 240px;
  text-align: center;
  box-shadow: #282828;
  margin: 0 auto 10px;
}
.sectAcompananos .bloqAc img {
  margin-bottom: 25px;
}
.sectAcompananos .bloqAc h3 {
  font-size: 1rem;
  margin-bottom: 0px;
}

/* SOLUCIONES */
.sectSoluciones {
  background-color: var(--light);
}
.sectSoluciones h2 {
  font-size: 38px;
}
.sectSoluciones h2.sub {
  font-size: 36px;
  font-family: 'Bricolage-bold';
}
.sectSoluciones .bloqueCompleto {
  background-color: #FFFFFF;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 40px;
  box-shadow: 0 0 1px rgba(0,0,0,0.3)
}
.sectSoluciones .bloqWhite {
  display: flex;
  width: 50%;
 
}
.sectSoluciones .d-flex {
  flex-wrap: wrap;
}
.sectSoluciones .bloq_4 {
  width: 50%;
}
.sectSoluciones .bloq_4 img {
  width: 20px;
}
.sectSoluciones .d-bloq-white {
  background-color: #FFFFFF;
  padding: 25px;
  box-shadow: 0 0 1px rgba(0,0,0,0.3);
  min-height: 300px;
}
.sectSoluciones .d-bloq-white h3 {
  margin-bottom: 15px;
}
.sectSoluciones .d-bloq-white h4 {
  font-size: 1.1rem;
}
.sectSoluciones .d-bloq-white ul {
  width: max-content;
  margin: auto;
  text-align: left;
}
.sectSoluciones .bloqWhite h3 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 10px;
}
.sectSoluciones .bloqWhite img {
  object-fit: scale-down;
  margin-right: 10px;
}
/* entrenamiento */
.sectEntrenamiento {
  background-color: var(--dark);
  color: #FFFFFF;
}
.sectEntrenamiento h2 {
  font-family: 'Inter-extralight';
  font-size: 24px;
}
.sectEntrenamiento h2 strong {
  font-family: 'Inter-bold';
}
.sectEntrenamiento .solOne {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 20px 25px;
  color: var(--text);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.sectEntrenamiento .solOne h3 strong {
  font-family: 'Inter-bold';
}
.sectEntrenamiento .solOne h3 {
  font-size: 1rem;
  margin-bottom: 0;
  font-family: 'Inter-extralight';
}
.sectEntrenamiento .solOne img {
  object-fit: contain;
  width: 44px;
  height: 33px;
  margin-right: 10px;
}
.sectEntrenamiento .diagrama {
  max-width: 590px;
  width: 100%;
  margin: auto;
}
/* nuestros clientes*/
.nuestrosClientes {
  padding-bottom: 0!important;
  background-color: var(--dark);
  color: #FFFFFF;
}
.nuestrosClientes h2 {
  padding-left: 7px;
  border-left: 3px solid var(--primary);
  font-size: 24px;
}
.nuestrosClientes .card-scroll {
  border: 2px solid #FFFFFF;
  
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: 316px;
  overflow-y: auto;
  padding: 10px 20px;
  
}
.nuestrosClientes .card-scroll2 {
  max-width: 330px;
  width: 100%;
  margin: auto;
}
.nuestrosClientes .card-scroll blockquote p {
  font-size: 14px;
  font-family: 'Inter-regular';
}
.nuestrosClientes .card-scroll blockquote {
  margin-bottom: 0;
}
.nuestrosClientes .card-scroll blockquote::before{
  padding: 0px 0 0px;
    content: '“';
    font-family: 'GT Pressura-bold';
    color: var(--primary);
    font-size: 70px;
    line-height: 1;
    left: -17px;
    position: relative;
    /* position: absolute;
    left: 20px;
    top: 0px;  */
}
.nuestrosClientes .card-scroll blockquote::after{
  padding: 0px 0 0px;
    content: '”';
    font-family: 'GT Pressura-bold';
    color: var(--primary);
    font-size: 80px;
    line-height: 1;
    left: 90%;
 
    position: relative;
    /* position: absolute;
    left: 20px;
    top: 0px;  */
}
/* .nuestrosClientes .cardName p {
  position: relative;
  top: 0px;
} */
.nuestrosClientes .cardName {
  background-color: #FFFFFF;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nuestrosClientes .cardName h3 {
  margin-bottom: 0;
  color: var(--dark);
  font-size: 20px;
  line-height: 1.1;
}
.nuestrosClientes .cardName p {
  font-size: 12px;
  color: var(--dark);
  margin-bottom: 0;
  line-height: 1.2;
}
.nuestrosClientes .card-scroll .cardContent {
  padding: 20px 20px 0 20px;
}
.nuestrosClientes .card-scroll .cardContent {
  padding: 20px 20px 0 20px;
}
/*sectionVentajas*/
.sectVentajas {
  background-color: #F6F6F6;
}

/*sectionEquipo*/
.sectionEquipo {
  background-color: #EDF0F3;
}
.sectionEquipo h2 {
  font-size: 48px;
  font-family: 'Bricolage-bold';
}
.sectionEquipo h2 span {
  color: var(--primary);
}
.sectionEquipo .d-flex-25,
.sectVentajas .d-flex-25 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sectionEquipo .d-flex-25 .flex-25,
.sectVentajas .d-flex-25 .flex-25 {
  width: 24%;
  display: flex;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.sectionEquipo .d-flex-25.ventajas .flex-25 h3,
.sectVentajas .d-flex-25.ventajas .flex-25 h3,
.sectionEquipo .d-flex-25.team .oneCardTeam h3 {
  line-height: 1;
  margin-bottom: 0px;
  font-size: 1.2rem;
}
.sectionEquipo .d-flex-25.ventajas img,
.sectVentajas .d-flex-25.ventajas img {
  width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 10px;
}
.sectionEquipo .d-flex-25.team img {
  margin-bottom: 15px;
}
 .sectionEquipo .d-flex-25.team .oneCardTeam {
  width: 100%;
  max-width: 262px;
  text-align: center;
} 
.sectionEquipo .d-flex-25.team .oneCardTeam p {
  font-size: 15px;
  margin-bottom: 5px;
}
.sectionEquipo .bloque-3 {
  display: flex;
  justify-content: space-between;
  padding: 40px 50px;
  box-shadow: 0 0 1px rgba(0,0,0,0.35);
}
.sectionEquipo .bloque-3 .bloq03 {
  display: flex;
  flex: 1;
  padding: 0 25px;
}
.sectionEquipo .bloque-3 .bloq03 h4 {
  font-size: 16px;
}
.sectionEquipo .bloque-3 .bloq03 p {
  font-size: 14px;
  font-family: 'Inter-semibold';
  color: #44474E;
}
.sectionEquipo .bloque-3 .bloq03:not(:last-child){
    border-right: 1px solid #d9d9d9;
}
.sectionEquipo .bloque-3 .bloq03 img {
  object-fit: contain;
  margin-right: 5px;
  width: 30px;
  height: 30px;
}
.sectionEquipo .bloque-3 p {
  margin-bottom: 0;
  line-height: 1.12;
}
footer {
  background-color: var(--dark);
}
/* RESPONSIVE */
@media(max-width:992px) {
  .sectAliados .d-col-img {
    justify-content: center;
  }
  .sectAliados .d-col-img .divImg img{
    width: 100%;
    max-width: 220px;
    margin-bottom: 10px;
  }

}
@media(max-width:768px){
 
  .hero-section h1 {
    font-size: 2.3rem;
  }
  /* mall */
.titulo-malla{
font-size:32px;
}

.panel-cursos{
padding:30px 25px;
}

.panel-item ul{
columns:1;
}

.period-card{
padding:25px 15px;
}

.sectionEquipo .bloque-3{
        flex-direction: column;
    }

   .sectionEquipo .bloque-3 .bloq03{
        padding: 20px 0;
    }

  .sectionEquipo .bloque-3  .bloq03:not(:last-child){
        border-right: none;
        border-bottom: 1px solid #d9d9d9;
    }
  .sectionEquipo .d-flex-25 .flex-25 {
    width: 100%;
    max-width: 200px;
    padding: 12px;
  }  

}

@media(max-width: 480px) {
  .hero-section {
    background-position: 60%;
    padding: 40px 0 40px;
  }
  .sectAliados .d-col-img .divImg {
    max-width: 150px;
    width: 100%;
  }
  section {
    padding: 35px 0;
  }
  .sectionEquipo .d-flex-25, 
  .sectVentajas .d-flex-25 {
    justify-content: center;

  }
  .sectVentajas .d-flex-25 .flex-25 {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px;
  }
 .sectionEquipo .bloque-3 {
  padding: 20px;
 }
 .sectEntrenamiento .solOne img {
  width: 19px;
 }
 .hero-section h1 {
  font-size: 2rem;
 }
 .sectRankings h2,
 .sectionEquipo h2,
 .sectEntrenamiento h2,
 .sectSoluciones .d-bloq-white h3 {
  font-size: 19px;
  text-align: center;
 }
 .sectEntrenamiento .solOne {
  padding: 20px;
 }
 .sectEntrenamiento .solOne h3 {
  font-size: 13px;
 }
 .sectSoluciones h2,
 .sectSoluciones h2.sub {
  font-size: 26px;
 }
 .sectRankings h2 br {
  display: none;
 }
 .sectRankings img {
  margin-bottom: 10px;
  height: 39px
 }
 .nuestrosClientes {
  padding-bottom: 40px;
 }
 .nuestrosClientes .card-scroll2 {
  margin-bottom: 20px;
 }
 .conoceDirector .director {
  max-width: 290px;
  width: 100%;
 }
 .sectAcompananos h4 {
  font-size: 1rem;
 }
 .sectAliados .d-col-img .divImg img {
  max-width: 125px;
  max-height: 43px;
  width: auto;
  height: auto;
 }
}