/*
Theme Name: Raccowebdev Child
Template: Divi
Author: Raccowebdev
Author URI: http://www.raccowebdev.com
Description: Tema hijo de Divi creado por Raccowebdev.
Version: 1.0.1736447874
Updated: 2025-01-09 18:37:54

*/

.categoria_servicios_container {
    width: 100%;
    background-image: url("https://carabi.com.mx/wp-content/uploads/2025/01/servicios_post.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.categoria_servicios_content {
    width: 80%;
    margin-bottom: auto;
    margin-top: 20px;
    margin-top: auto;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding: 54px 0;
}

.title_categoria_servicios{
    font-size: 40px;
    color: #13435F;
    text-align: center;
    font-weight: 700;
}

.title_categoria_servicios span{
    color: #27A278;
}

@media (max-width: 768px) {
    .title_categoria_servicios{
        font-size: 20px;
    }
}

.categorias_servicios_form{
    padding: 0 50px;
    margin: 30px 0;
}

.categoria_servicios_title {
    margin-bottom: 2.75%;
    font-size: 25px;
    font-weight: 700;
    color: #13435f;
}

@media (max-width: 768px) {
    .categorias_servicios_form{
        padding: 0px;
        margin: 15px 0;
    }
    
    .categoria_servicios_title {
        font-size: 16px;
    }
}

.grid-layout {
    grid-template-columns: repeat(
    auto-fit,
    minmax(280px, 1fr)
  );
    display: grid;
    gap: 30px;
    justify-content: center;
    align-items: start;
}
.taxonomy-post-item {
    width: 320.39px;
    height: 391.73px;
    display: flex;
    justify-content: space-between;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow:  0px 3px 6px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    flex-direction: column;
    background-color: white;
    padding: 10px;
}
.taxonomy-post-item .image-container {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
}
.taxonomy-post-item img {
    width: 300.39px;
    height: 187.73px;
    margin-bottom: 25px;
    object-fit: cover;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
.taxonomy-post-item h2 {
    font-size: 30px;
    color: #707070;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
.taxonomy-post-item .conoce_mas_link {
    text-decoration: underline;
    cursor: pointer;
}
@media (max-width: 1024px) {
.grid-layout {
    grid-template-columns: repeat(2, 1fr);
}
.taxonomy-post-item {
    width: 290.3px;
    height: 391.73px;
}
}
@media (max-width: 768px) {
.grid-layout {
    grid-template-columns: repeat(2, 1fr);
}
.taxonomy-post-item {
    width: 170px;
    height: 254px;
}
.taxonomy-post-item img {
    width: 175.78px;
    height: 139.35px;
    margin-bottom: 0;
}
.taxonomy-post-item h2 {
    margin-top: 0;
    font-size: 14px;
    padding-bottom: 0;
}
.taxonomy-post-item .conoce_mas_link {
    font-size: 12px;
    text-align: center;
}
}

.et-db #et-boc footer.et-l .et_pb_section_0_tb_footer {
    background: transparent!important;
}
