/**
 * CEMTRO Bloques Personalizados - Estilos
 * Version: 2.0.0
 * 
 * IMPORTANTE: Todos los estilos están envueltos en .cemtro-blocks
 * para evitar conflictos con el CSS existente del tema.
 */

/* ==========================================================================
   RESET INTELIGENTE - Solo anula estilos problemáticos del tema
   ========================================================================== */

/* Reset general sin !important para que los estilos específicos funcionen */
.cemtro-blocks *,
.cemtro-blocks *::before,
.cemtro-blocks *::after {
  box-sizing: border-box;
}

.cemtro-blocks * {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

.cemtro-blocks img {
  display: block;
  width: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.cemtro-blocks a {
  display: block;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.cemtro-blocks p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.cemtro-blocks p a,
.cemtro-blocks label a,
.cemtro-blocks li a {
  display: inline;
}

.cemtro-blocks a:link {
  text-decoration: none;
}

.cemtro-blocks a:hover {
  text-decoration: none;
}

.cemtro-blocks a:visited {
  text-decoration: none;
}

.cemtro-blocks b,
.cemtro-blocks strong {
  font-weight: 700;
}

.cemtro-blocks ul,
.cemtro-blocks ol {
  font-family: inherit;
  color: inherit;
}

.cemtro-blocks li {
  list-style-type: none;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.cemtro-blocks input,
.cemtro-blocks textarea,
.cemtro-blocks select {
  font-family: inherit;
  font-size: inherit;
}

.cemtro-blocks label {
  display: block;
}

.cemtro-blocks table,
.cemtro-blocks tr,
.cemtro-blocks td {
  border-collapse: collapse;
  border-spacing: 0;
}

.cemtro-blocks fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.cemtro-blocks fieldset legend {
  margin-bottom: 10px;
}

.cemtro-blocks .clear {
  clear: both;
}

.cemtro-blocks .slider *::selection {
  background: transparent;
}

/* Reset de títulos - Solo !important en propiedades que el tema sobrescribe */
.cemtro-blocks h1,
.cemtro-blocks h2,
.cemtro-blocks h3,
.cemtro-blocks h4,
.cemtro-blocks h5,
.cemtro-blocks h6 {
  border: none !important;
  border-bottom: none !important;
  background: none !important;
  text-transform: none !important;
  display: block !important;
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Eliminar pseudoelementos de títulos del tema */
.cemtro-blocks h1::before,
.cemtro-blocks h1::after,
.cemtro-blocks h2::before,
.cemtro-blocks h2::after,
.cemtro-blocks h3::before,
.cemtro-blocks h3::after,
.cemtro-blocks h4::before,
.cemtro-blocks h4::after,
.cemtro-blocks h5::before,
.cemtro-blocks h5::after,
.cemtro-blocks h6::before,
.cemtro-blocks h6::after {
  content: none !important;
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */

.cemtro-blocks {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   Botones
   ========================================================================== */

.cemtro-blocks .btn {
  max-width: max-content;
  min-width: 130px;
  min-height: 48px;
  padding: 10px 24px;
  border-radius: 24px;
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 2%;
  text-transform: uppercase;
  transition: transform 400ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}

.cemtro-blocks .btn:hover {
  transform: scale(1.1);
}

.cemtro-blocks .btn.bg-blue {
  background-color: #0059A3;
  color: #FFF;
  border: 0;
}

.cemtro-blocks .btn.border-blue {
  background-color: transparent;
  color: #0059A3;
  border: 2px solid #0059A3;
}

.cemtro-blocks .btn.border-white {
  background-color: transparent;
  color: #FFF;
  border: 2px solid #FFF;
}

/* ==========================================================================
   Container
   ========================================================================== */

.cemtro-blocks .container {
  width: calc(100% - 2rem);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* ==========================================================================
   Secciones Base
   ========================================================================== */

.cemtro-blocks section.new-home {
  background-color: #F6F6F6;
}

/* ==========================================================================
   Banner Hero
   ========================================================================== */

.cemtro-blocks section.new-home.banner-hero {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.banner-hero {
    background-position: right;
  }
}

.cemtro-blocks section.new-home.banner-hero::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 35.8%);
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.banner-hero::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  }
}

.cemtro-blocks section.new-home.banner-hero .content-text {
  max-width: 374px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 272px 0 155px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.banner-hero .content-text {
    max-width: initial;
    padding: 306px 0 39px 0;
  }
}

.cemtro-blocks section.new-home.banner-hero h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -2%;
  text-align: center;
  color: #FFF;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.banner-hero h1 {
    font-size: 36px;
  }
}

.cemtro-blocks section.new-home.banner-hero h2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: #FFF;
}

.cemtro-blocks section.new-home.banner-hero a {
  margin-top: 12px;
}

/* ==========================================================================
   Container Data - Estadísticas
   ========================================================================== */

.cemtro-blocks section.new-home.container-data .container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-data .container {
    flex-wrap: wrap;
    padding: 16px 0;
  }
}

.cemtro-blocks section.new-home.container-data .item {
  min-width: 321px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 0;
}

.cemtro-blocks section.new-home.container-data h3 {
  font-weight: 400;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  color: #0059A3;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-data h3 {
    font-size: 36px;
  }
}

.cemtro-blocks section.new-home.container-data p {
  font-weight: 300;
  font-size: 21px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #1F1F29;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-data p {
    font-weight: 400;
    font-size: 16px;
  }
}

/* ==========================================================================
   Container Title - Título con Descripción
   ========================================================================== */

.cemtro-blocks section.new-home.container-title .container {
  max-width: 963px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 50px 0 90px 0;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-title .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 48px 0 40px 0;
  }
}

.cemtro-blocks section.new-home.container-title h2 {
  font-weight: 300;
  font-size: 48px;
  line-height: 110%;
  color: #131313;
  max-width: 365px;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-title h2 {
    font-size: 36px;
    max-width: initial;
    text-align: center;
  }
}

.cemtro-blocks section.new-home.container-title p {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #535353;
  max-width: 470px;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-title p {
    max-width: initial;
    text-align: center;
  }
}

/* ==========================================================================
   Container Grid - Grid de Servicios
   ========================================================================== */

.cemtro-blocks section.new-home.container-grid .container {
  padding-bottom: 140px;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-grid .container {
    width: 100%;
    max-width: initial;
    margin: 0;
    padding-bottom: 37px;
  }
}

.cemtro-blocks section.new-home.container-grid .content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(387px, 1fr));
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4;
}

@media screen and (max-width: 767px) {
  .cemtro-blocks section.new-home.container-grid .content-grid {
    display: initial;
    border-left: initial;
    border-top: initial;
  }
}

.cemtro-blocks section.new-home.container-grid .item {
  min-width: 387px;
  min-height: 297px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-right: 1px solid #C4C4C4;
  border-bottom: 1px solid #C4C4C4;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-grid .item {
    width: 100%;
    min-width: initial;
  }
}

@media screen and (max-width: 767px) {
  .cemtro-blocks section.new-home.container-grid .item {
    border-right: initial;
    min-height: initial;
    align-items: center;
    flex-direction: row-reverse;
  }
}

.cemtro-blocks section.new-home.container-grid .item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-grid .item img {
    object-position: top;
  }
}

.cemtro-blocks section.new-home.container-grid .item:hover i.fa-light.fa-arrow-right {
  transform: translateX(10px);
}

.cemtro-blocks section.new-home.container-grid .img {
  padding: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cemtro-blocks section.new-home.container-grid .img {
    height: 158px;
  }
}

.cemtro-blocks section.new-home.container-grid .img:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.168627451);
}

.cemtro-blocks section.new-home.container-grid .blue {
  background-color: #0059A3;
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

@media screen and (max-width: 767px) {
  .cemtro-blocks section.new-home.container-grid .blue {
    background-color: transparent;
    max-width: max-content;
    min-width: 130px;
    min-height: 48px;
    padding: 10px 24px;
    border-radius: 24px;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 2%;
    text-transform: uppercase;
    transition: transform 400ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #0059A3;
    border: 2px solid #0059A3;
    margin: 40px auto auto auto;
  }
  
  .cemtro-blocks section.new-home.container-grid .blue:hover {
    transform: scale(1.1);
  }
  
  .cemtro-blocks section.new-home.container-grid .blue i.fa-solid.fa-plus {
    display: none;
  }
}

.cemtro-blocks section.new-home.container-grid i.fa-light.fa-arrow-right {
  margin-left: auto;
  font-size: 21px;
  font-weight: 400;
  transform: translateX(0px);
  transition: transform 400ms ease;
  margin-bottom: auto;
}

@media screen and (max-width: 767px) {
  .cemtro-blocks section.new-home.container-grid i.fa-light.fa-arrow-right {
    margin-bottom: 0;
  }
}

.cemtro-blocks section.new-home.container-grid .content-tx {
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  .cemtro-blocks section.new-home.container-grid .content-tx {
    margin-top: 0;
  }
}

.cemtro-blocks section.new-home.container-grid h4 {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #131313;
}

.cemtro-blocks section.new-home.container-grid p {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #131313;
}

/* ==========================================================================
   Container Service - Slider con Fondo Oscuro
   ========================================================================== */

.cemtro-blocks section.new-home.container-service {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color: #0b0a0e;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-service {
    overflow: hidden;
    background-position: 60% center;
  }
}

.cemtro-blocks section.new-home.container-service::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.cemtro-blocks section.new-home.container-service .container {
  padding: 121px 0 92px 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-service .container {
    margin: 0 0 0 auto;
  }
}

.cemtro-blocks section.new-home.container-service .container-slider {
  margin-top: 92px;
}

/* Espacio entre slides */
.cemtro-blocks section.new-home.container-service .container-slider .slick-slide {
  margin-right: 20px;
}

/* Centrar el slider - Solo en desktop cuando hay 3 items completos */
@media screen and (min-width: 1024px) {
  .cemtro-blocks section.new-home.container-service .container-slider .slick-track {
    display: flex;
    justify-content: center;
  }
}

.cemtro-blocks section.new-home.container-service h2 {
  max-width: 370px;
  font-weight: 300;
  font-size: 48px;
  line-height: 110%;
  color: #FFF;
  margin-left: 98px;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-service h2 {
    font-size: 36px;
    margin-right: auto;
    margin-left: 0;
  }
}

.cemtro-blocks section.new-home.container-service .item {
  max-width: 364px;
  min-height: 352px;
  height: 100%;
  border-radius: 16px;
  padding: 32px 24px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}

@media screen and (max-width: 1199px) {
  .cemtro-blocks section.new-home.container-service .item {
    max-width: 295px;
    min-height: 388px;
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .cemtro-blocks section.new-home.container-service .item {
    max-width: initial;
    min-width: 270px;
  }
}

.cemtro-blocks section.new-home.container-service .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  max-width: 280px;
}

.cemtro-blocks section.new-home.container-service h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #FFF;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-service h3 {
    font-size: 21px;
  }
}

.cemtro-blocks section.new-home.container-service p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #FFF;
}

/* ==========================================================================
   Container Treatment - Tabs de Tratamientos
   ========================================================================== */

.cemtro-blocks section.new-home.container-treatmen .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 54px;
  padding: 101px 0 131px 0;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-treatmen .container {
    max-width: initial;
    width: 100%;
    margin: 0;
    gap: 48px;
    padding: 73px 0 37px 0;
  }
}

.cemtro-blocks section.new-home.container-treatmen h2 {
  max-width: 419px;
  font-weight: 300;
  font-style: Light;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #131313;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-treatmen h2 {
    font-size: 30px;
    padding: 0 20px;
  }
}

.cemtro-blocks section.new-home.container-treatmen .item-tabs {
  display: flex;
  height: -webkit-fill-available;
  align-items: flex-start;
  justify-content: flex-start;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-treatmen .item-tabs {
    flex-direction: column;
  }
}

.cemtro-blocks section.new-home.container-treatmen .nav-tab {
  min-width: 291px;
  height: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-treatmen .nav-tab {
    width: 100%;
    min-width: initial;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}

.cemtro-blocks section.new-home.container-treatmen .txt {
  width: 100%;
  height: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  padding: 24px;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-treatmen .txt {
    padding: 32px 24px;
  }
}

.cemtro-blocks section.new-home.container-treatmen h3 {
  font-weight: 300;
  font-size: 30px;
  line-height: 130%;
  text-align: center;
  color: #131313;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-treatmen h3 {
    font-size: 24px;
  }
}

.cemtro-blocks section.new-home.container-treatmen p {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #959595;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-treatmen p {
    font-size: 16px;
  }
}

.cemtro-blocks section.new-home.container-treatmen .img {
  max-width: 374px;
  min-width: 374px;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-treatmen .img {
    width: 100%;
    max-height: 249px;
    min-height: 249px;
    max-width: initial;
    min-width: initial;
  }
}

.cemtro-blocks section.new-home.container-treatmen .img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

.cemtro-blocks section.new-home.container-treatmen .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cemtro-blocks section.new-home.container-treatmen .content-tab {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 524px;
  border: 1px solid #C4C4C4;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-treatmen .content-tab {
    flex-wrap: wrap;
    border: initial;
  }
}

.cemtro-blocks section.new-home.container-treatmen li {
  width: 100%;
  min-height: 262px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #131313;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0%;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-treatmen li {
    min-height: initial;
    padding: 16px 24px;
    font-weight: 400;
    text-align: center;
  }
}

.cemtro-blocks section.new-home.container-treatmen .blue {
  background-color: #0059A3;
  color: #FFF;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-treatmen .blue {
    color: #0059A3;
    border-top: 4px solid #0059A3;
    background-color: initial;
  }
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-treatmen .btn {
    margin-top: 16px;
  }
}

/* ==========================================================================
   Container Service - Our Pillars (Variante)
   ========================================================================== */

.cemtro-blocks section.new-home.container-service.our-pillars {
  position: relative;
  background-color: #F6F6F6;
}

.cemtro-blocks section.new-home.container-service.our-pillars::before {
  content: initial;
  display: none;
}

.cemtro-blocks section.new-home.container-service.our-pillars .container {
  padding: 131px 0 122px 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-service.our-pillars .container {
    padding: 80px 0 82px 0;
    margin: 0 auto;
  }
}

.cemtro-blocks section.new-home.container-service.our-pillars h2 {
  margin: 0 auto;
  max-width: initial;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-service.our-pillars h2 {
    font-size: 36px;
    font-weight: 400;
    margin-right: auto;
    max-width: 266px;
  }
}

.cemtro-blocks section.new-home.container-service.our-pillars .content-img {
  width: 100%;
  height: 376px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-service.our-pillars .content-img {
    height: 341px;
  }
}

.cemtro-blocks section.new-home.container-service.our-pillars .content-img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-service.our-pillars .content-img::before {
    background: rgba(0, 0, 0, 0.6);
  }
}

.cemtro-blocks section.new-home.container-service.our-pillars .container-slider {
  margin-top: 87px;
}

/* Espacio entre slides en pillars */
.cemtro-blocks section.new-home.container-service.our-pillars .container-slider .slick-slide {
  margin-right: 20px;
}

/* Centrar el slider - Solo en desktop cuando hay 3 items completos */
@media screen and (min-width: 1024px) {
  .cemtro-blocks section.new-home.container-service.our-pillars .container-slider .slick-track {
    display: flex;
    justify-content: center;
  }
}

.cemtro-blocks section.new-home.container-service.our-pillars .item {
  min-height: 347px;
  background: #FFF !important;
  align-items: center;
  backdrop-filter: blur(0px);
}

@media screen and (max-width: 1199px) {
  .cemtro-blocks section.new-home.container-service.our-pillars .item {
    min-height: 305px;
  }
}

.cemtro-blocks section.new-home.container-service.our-pillars .text {
  align-items: center;
}

.cemtro-blocks section.new-home.container-service.our-pillars span {
  font-weight: 700;
}

.cemtro-blocks section.new-home.container-service.our-pillars h3 {
  color: #131313;
  font-weight: 400;
  text-align: center;
}

.cemtro-blocks section.new-home.container-service.our-pillars p {
  color: #959595;
  text-align: center;
}

/* ==========================================================================
   Container Video - Reproductor de Video
   ========================================================================== */

.cemtro-blocks section.new-home.container-video .container {
  max-width: 1160px;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-video .container {
    max-width: initial;
    width: 100%;
    margin: 0;
  }
}

.cemtro-blocks section.new-home.container-video .content-video {
  width: 100%;
  max-height: 600px;
  min-height: 600px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-video .content-video {
    max-height: 285px;
    min-height: 285px;
  }
}

.cemtro-blocks section.new-home.container-video .content-video::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3019607843);
  z-index: 1;
  transition: opacity 0.4s ease;
  opacity: 1;
}

.cemtro-blocks section.new-home.container-video .content-video.playing::before {
  opacity: 0;
  pointer-events: none;
}

.cemtro-blocks section.new-home.container-video .content-video:hover i.fa-solid.fa-play {
  transform: translate(-50%, -50%) scale(1.1);
}

.cemtro-blocks section.new-home.container-video video,
.cemtro-blocks section.new-home.container-video iframe {
  width: 100%;
  height: 600px;
  display: block;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-video video,
  .cemtro-blocks section.new-home.container-video iframe {
    height: 285px;
  }
}

/* YouTube iframe visible cuando se reproduce */
.cemtro-blocks section.new-home.container-video .content-video.playing iframe {
  display: block;
}

.cemtro-blocks section.new-home.container-video .content-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.cemtro-blocks section.new-home.container-video .content-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cemtro-blocks section.new-home.container-video i.fa-solid.fa-play {
  cursor: pointer;
  font-size: 40px;
  color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 2;
  transition: opacity 0.3s ease, transform 400ms ease;
}

/* ==========================================================================
   Container Present - Actualidad/Noticias
   ========================================================================== */

.cemtro-blocks section.new-home.container-present .container {
  max-width: 962px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 158px 0 92px 0;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-present .container {
    padding: 76px 0 50px 0;
    gap: 32px;
  }
}

.cemtro-blocks section.new-home.container-present h2 {
  font-weight: 300;
  font-style: Light;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -2%;
  text-align: center;
  color: #131313;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-present h2 {
    font-size: 36px;
  }
}

.cemtro-blocks section.new-home.container-present .outstandi {
  padding: 2px 8px;
  background-color: #DCDCDC;
  border-radius: 4px;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 2%;
  text-align: center;
  text-transform: uppercase;
  color: #535353;
}

.cemtro-blocks section.new-home.container-present p {
  font-weight: 300;
  font-size: 24px;
  line-height: 140%;
  color: #000;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-present p {
    font-size: 18px;
  }
}

.cemtro-blocks section.new-home.container-present .content-img {
  border-radius: 16px;
  overflow: hidden;
  min-width: 460px;
  max-width: 460px;
  width: 460px;
  height: 260px;
  flex-shrink: 0;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-present .content-img {
    width: 100%;
    min-width: initial;
    max-width: 100%;
    height: 203px;
  }
}

.cemtro-blocks section.new-home.container-present .content-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cemtro-blocks section.new-home.container-present .content-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 0 32px;
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-present .content-txt {
    gap: 8px;
    padding: 24px 16px;
  }
}

.cemtro-blocks section.new-home.container-present .content-txt-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  padding: 8px;
  border-radius: 16px;
  transition: transform 300ms ease, box-shadow 300ms ease;
  text-decoration: none;
}

.cemtro-blocks section.new-home.container-present .content-txt-img:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 1023px) {
  .cemtro-blocks section.new-home.container-present .content-txt-img {
    width: 100%;
    flex-direction: column;
  }
}

.cemtro-blocks section.new-home.container-present .content-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
