:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7553fe9 *//* =========================================================
   PRESENTACIÓN - CONTABILIDAD Y FINANZAS
========================================================= */

.presentacion-conta {
  width: 100%;

  padding: 90px 45px;

  background:
    radial-gradient(
      circle at 96% 7%,
      rgba(176,0,0,.045),
      transparent 23%
    ),
    #ffffff;
}


.presentacion-inner {
  max-width: 1350px;

  margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.presentacion-header {
  max-width: 850px;

  margin-bottom: 50px;
}


.presentacion-label {
  display: inline-block;

  margin-bottom: 14px;

  color: #b00000;

  font-size: 12px;

  font-weight: 900;

  text-transform: uppercase;

  letter-spacing: 2px;
}


.presentacion-header h1 {
  margin: 0;

  color: #151515;

  font-size: 47px;

  line-height: 1.1;

  font-weight: 800;
}


.presentacion-header h1 strong {
  display: block;

  color: #b00000;
}


.presentacion-line {
  width: 70px;
  height: 3px;

  margin: 22px 0;

  background: #b00000;

  border-radius: 20px;
}


.presentacion-lead {
  max-width: 720px;

  margin: 0;

  color: #5d5d5d;

  font-size: 17px;

  line-height: 1.75;
}


/* =========================================================
   TEXTO
========================================================= */

.presentacion-texto {
  max-width: 1050px;

  padding: 38px 42px;

  margin-bottom: 75px;

  background: #fafafa;

  border-left: 4px solid #b00000;

  border-radius: 0 16px 16px 0;
}


.presentacion-texto p {
  margin: 0 0 20px;

  color: #454545;

  font-size: 15px;

  line-height: 1.85;

  text-align: justify;
}


.presentacion-texto p:last-child {
  margin-bottom: 0;
}


/* =========================================================
   PILARES
========================================================= */

.presentacion-bloque {
  margin-bottom: 85px;
}


.presentacion-subheader {
  max-width: 760px;

  margin-bottom: 38px;
}


.presentacion-subheader span {
  display: block;

  margin-bottom: 9px;

  color: #b00000;

  font-size: 11px;

  font-weight: 900;

  letter-spacing: 1.5px;

  text-transform: uppercase;
}


.presentacion-subheader h2 {
  margin: 0;

  color: #171717;

  font-size: 34px;

  line-height: 1.2;

  font-weight: 800;
}


.presentacion-pilares {
  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  gap: 20px;
}


.presentacion-pilar {
  min-height: 235px;

  padding: 30px 26px;

  background: #ffffff;

  border: 1px solid #e9e9e9;

  border-radius: 16px;

  box-shadow:
    0 10px 30px rgba(0,0,0,.045);

  transition: .3s ease;
}


.presentacion-pilar:hover {
  transform: translateY(-5px);

  border-color:
    rgba(176,0,0,.16);

  box-shadow:
    0 17px 40px rgba(0,0,0,.075);
}


.presentacion-pilar-icon {
  width: 54px;
  height: 54px;

  display: flex;

  align-items: center;
  justify-content: center;

  margin-bottom: 22px;

  color: #b00000;

  background: #fff1f1;

  border-radius: 50%;

  font-size: 21px;
}


.presentacion-pilar h3 {
  margin: 0 0 11px;

  color: #171717;

  font-size: 18px;

  font-weight: 800;
}


.presentacion-pilar p {
  margin: 0;

  color: #656565;

  font-size: 13px;

  line-height: 1.7;
}


/* =========================================================
   DIRECTOR
========================================================= */

.presentacion-director {
  display: grid;

  grid-template-columns:
    310px 1fr;

  gap: 55px;

  align-items: center;

  padding: 42px;

  background:
    linear-gradient(
      135deg,
      #fafafa,
      #ffffff
    );

  border: 1px solid #ececec;

  border-radius: 20px;

  box-shadow:
    0 15px 40px rgba(0,0,0,.05);
}


.presentacion-director-img {
  height: 310px;

  overflow: hidden;

  border-radius:
    16px 16px 16px 5px;
}


.presentacion-director-img img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}


.presentacion-director-label {
  display: block;

  margin-bottom: 8px;

  color: #b00000;

  font-size: 11px;

  font-weight: 900;

  text-transform: uppercase;

  letter-spacing: 1.4px;
}


.presentacion-director-info h2 {
  margin: 0 0 8px;

  color: #171717;

  font-size: 30px;

  font-weight: 800;
}


.presentacion-director-info h3 {
  max-width: 550px;

  margin: 0;

  color: #555;

  font-size: 16px;

  line-height: 1.5;

  font-weight: 500;
}


.presentacion-director-line {
  width: 48px;
  height: 2px;

  margin: 22px 0;

  background: #b00000;
}


.presentacion-director-info a {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  color: #b00000 !important;

  text-decoration: none;

  font-size: 14px;

  font-weight: 700;
}


/* =========================================================
   TABLET
========================================================= */

@media(max-width: 950px) {

  .presentacion-pilares {
    grid-template-columns:
      repeat(2, 1fr);
  }


  .presentacion-director {
    grid-template-columns:
      240px 1fr;
  }

}


/* =========================================================
   MÓVIL
========================================================= */

@media(max-width: 650px) {

  .presentacion-conta {
    padding:
      60px 20px;
  }


  .presentacion-header h1 {
    font-size: 35px;
  }


  .presentacion-texto {
    padding:
      28px 24px;
  }


  .presentacion-texto p {
    text-align: left;
  }


  .presentacion-pilares {
    grid-template-columns: 1fr;
  }


  .presentacion-director {
    grid-template-columns: 1fr;

    padding: 25px;
  }


  .presentacion-director-img {
    height: 280px;
  }

}/* End custom CSS */