body#module-tips-detail #wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

body#module-tips-detail #wrapper #content {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body#module-tips-detail #wrapper #content h1 {
    margin-top: 85px;
    margin-bottom: 54px;
}

body#module-tips-detail #wrapper #content .parrafo-tip {
    padding-bottom: 20px;

}
body#module-tips-detail #wrapper #content .parrafo-tip p:has(> strong:first-child)  {
    padding-bottom: 22px;
    margin-bottom: 0;
}
body#module-tips-detail #wrapper #content .parrafo-tip p:not(:has(> strong:first-child)){
    padding-bottom: 32px;
    margin-bottom: 0;
}

.tips-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columnas iguales */
  gap: 20px; /* espacio horizontal y vertical */
  max-width: 1768px;
  margin: auto;
}

.tips-list .tip {
    background-color: #EFEADF;
    padding: 30px;
}
.tips-list .tip h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    height: 138px;
}
#module-tips-detail .relacionados {
    max-width: 1768px;
   margin: auto;
}
#module-tips-detail .relacionados h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    margin-top: 72px;
    margin-bottom: 52px;
}
#module-tips-detail .relacionados .tips-list .tip h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    height: 138px;
}
.tips-list .la-play-circle::before {
    font-size: 23px;
}
.tips-list .la-play-circle {
    margin-right: 5px;
}
.tip-ver-video {
    display: flex;
    align-items: flex-end;
}
.tip-ver-video span {
    border-bottom: 1px solid #191919;
}
body#module-tips-list #wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}
body#module-tips-list #content-wrapper  h1.page-title {
    max-width: 945px;
    margin: 100px auto 0px;
    font-size: 36px;
    line-height: 46px;
}

body#module-tips-list #content-wrapper .intro {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    max-width: 874px;
}
body#module-tips-list #content-wrapper #content {
    margin-top: 88px;
    margin-bottom: 88px;
}
@media (max-width: 1768px) {
    .tips-list,
    #module-tips-detail .relacionados h2 {
        margin-left: 76px;
        margin-right: 76px;
    }
    
}

@media (max-width: 1250px) {
    .tips-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    body#module-tips-list #content-wrapper #content {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .tips-list {
        grid-template-columns: repeat(1, 1fr);
        margin: initial;
    }

    body#module-tips-list #wrapper,
    #module-tips-detail .relacionados {
        padding: 0 25px 40px;
    }

    #module-tips-detail .relacionados h2 {
        margin-top: 49px;
        margin-bottom: 28px;
        margin-left: 0px;
        margin-right: 0px;
    }
    body#module-tips-list #content-wrapper  h1.page-title {
        margin: 30px auto 0px;
        font-size: 20px;
        line-height: 30px;
        padding: 0px;
    }
    body#module-tips-list #content-wrapper .intro {
        font-size: 11px;
        line-height: 18px;
        margin-top: 20px;
    }
    .tips-list .tip h2,
    #module-tips-detail .relacionados .tips-list .tip h3 {
        font-size: 16px;
        line-height: 20px;
        font-weight: normal;
        height: auto;
    }
    .tip-ver-video {
        margin-top: 60px;
    }

    #module-tips-detail .relacionados h2 {
        font-size: 14px;
        line-height: 30px;
    }

    body#module-tips-detail #wrapper #content h1 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    body#module-tips-detail #wrapper #content .parrafo-tip {
        padding-bottom: 0px;

    }
    body#module-tips-detail #wrapper #content .parrafo-tip p:has(> strong:first-child)  {
        padding-bottom: 22px;
        margin-bottom: 0;
    }
    body#module-tips-detail #wrapper #content .parrafo-tip p:not(:has(> strong:first-child)){
        padding-bottom: 22px;
        margin-bottom: 0;
    }
}