/* empresa.css */

.breadcrumb_wrapper,
.breadcrumb_spacing {
    display: none;
}
#columns {
    padding: 0px;
}
._sd_custom_pages__empresa_main {
    background-color: transparent;
    background-image: linear-gradient(140deg, #024B7A 0%, #024b7a 100%);
    margin-bottom: 50px;
    min-height: 64vh;
    position: relative;
    border-radius: 0px 0px 240px 0px;
}
._sd_custom_pages__empresa_main_overlay {
    background-image: url(/modules/_sd_custom_pages/views/img/main.jpg);
    background-size: cover;
    opacity: 0.5;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 0px 0px 240px 0px;
    top: 0;
}
._sd_custom_pages__empresa_main_caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 991px;
}
._sd_custom_pages__empresa_main_title {
    color: white;
    font-size: 68px;
    margin-bottom: 20px;
    line-height: 1.3em;
}

._sd_custom_pages__empresa_main_subtitle {
    color: white;
    font-size: 21px;
    margin-bottom: 30px;
}
._sd_custom_pages__empresa_main_button,
._sd_custom_pages__more_button {
    font-weight: 700;
    fill: #024B7A;
    color: #024B7A;
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: rgba(255,255,255,0);
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    font-size: 16px;
    padding: 15px 30px;
    cursor: pointer;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
._sd_custom_pages__empresa_main_button:hover,
._sd_custom_pages__more_button:hover {
    background: transparent;
    color: white;
    border: 2px solid white;
}
._sd_custom_pages__empresa_productos {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
}
._sd_custom_pages__empresa_productos_title {
    color: #23282d;
    text-align: center;
    margin-bottom: 20px;
}
._sd_custom_pages__empresa_productos_subtitle {
    margin-bottom: 30px;
    font-size: 16px;
    color: #23282d;;
}
._sd_custom_pages__empresa_productos_button {
    display: inline-block;
    fill: #000000;
    color: #000000;
    background-color: #E8F2FF;
    border-radius: 3px;
    font-size: 15px;
    cursor: pointer;
    padding: 12px 24px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
._sd_custom_pages__empresa_productos_button:hover {
    background: #024B7A;
    color: white;
}
._sd_custom_pages__empresa_servicios {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
._sd_custom_pages__empresa_servicios_text {
    padding: 40px 40px 40px 40px;
}
._sd_custom_pages__empresa_servicios_title {
    color: #23282d;
    text-align: left;
    margin-bottom: 20px;
}
._sd_custom_pages__empresa_servicios_subtitle p {
    margin-bottom: 30px;
    line-height: 26px;
    color: #23282d;
    font-size: 16px;
}
._sd_custom_pages__empresa_servicios_list_item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
._sd_custom_pages__empresa_servicios_list_item i {
    color: #024B7A;
    font-size: 22px;
}
._sd_custom_pages__empresa_servicios_list_item span {
    color: #23282d;
    font-weight: 500;
    font-size: 16px;
}
._sd_custom_pages__divider {
    width: 80px;
    margin: 0 auto;
    margin-left: 0;
    border-top: 4px solid #024B7A;
    margin-bottom: 40px;
}
._sd_custom_pages__more {
    background: #024B7A;
    padding: 30px;
    margin-top: 50px;
    color: white;
}
._sd_custom_pages__more_caption {
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
}
._sd_custom_pages__more_title {
    margin-bottom: 30px;
}
._sd_custom_pages__more_divider {
    width: 80px;
    margin: 0 auto;
    border-top: 4px solid white;
    margin-bottom: 40px;
}
._sd_custom_pages__more_subtitle {
    margin-bottom: 30px;
    font-size: 16px;
}
._sd_custom_pages__why {
    background: #e8f2ff;
}
._sd_custom_pages__why_content {
    padding: 80px 20px 80px 20px;
    display: grid;
    max-width: 1140px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr 1fr;
    background: #e8f2ff;
    gap: 40px;
}
._sd_custom_pages__why_title {
    color: #23282d;
    font-size: 42px;
    margin-bottom: 20px;
}
._sd_custom_pages__why_text img {
    margin-top: 40px;
}
._sd_custom_pages__why_subtitle p {
    margin-bottom: 30px;
    line-height: 26px;
    color: #23282d;
    font-size: 16px;
}
._sd_custom_pages__why_blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
    row-gap: 20px;
    position: relative;
}
._sd_custom_pages__why_blocks_right {
    margin-top: 40px;
}
._sd_custom_pages__why_block {
    background: white;
    border-radius: 4px;
    padding: 40px 40px 40px 40px;
}
._sd_custom_pages__why_block:nth-child(2) {
    margin-top: 20px;
}
._sd_custom_pages__why_block i {
    font-size: 26px;
    color: white;
    background: #024B7A;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 20px;
}
._sd_custom_pages__why_block_title {
    color: #23282d;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}
._sd_custom_pages__why_block_subtitle {
    line-height: 26px;
    color: #23282d;
    font-size: 16px;
}
._sd_custom_pages__why_button {
    background-color: #f0ad4e;
    display: inline-block;
    cursor: pointer;
    color: white;
    font-size: 14px;
    border-radius: 4px;
    padding: 10px 25px;
    margin-top: 30px;
}
._sd_custom_pages__work_content {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px 0px;
    gap: 25px;
}
._sd_custom_pages__work_divider {
    width: 80px;
    margin: 0 auto;
    border-top: 4px solid #23282d;
    margin-bottom: 40px;
}
._sd_custom_pages__work_text {
    text-align: center;
}
._sd_custom_pages__work_text_title {
    color: #23282d;
    text-align: center;
    margin-bottom: 30px;
}
._sd_custom_pages__work_text_subtitle {
    color: #23282d;
    text-align: center;
    margin-bottom: 30px;
    font-size: 	16px;
    font-weight: 600;
}
._sd_custom_pages__work_text_text {
    font-size: 	16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
    color: #23282d;
}
._sd_custom_pages__work_text_button {
    background-color: #f0ad4e;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    color: white;
    font-size: 14px;
}
._sd_custom_pages__banner  
{
    margin-bottom: 50px;
}
._sd_custom_pages__banner_content {
    max-width: 1440px;
    margin: 0 auto;
    background-image: url(/modules/_sd_custom_pages/views/img/empresa/clienteprofesional.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    padding: 50px;
    height: 272px;
}
._sd_custom_pages__banner_title {
    font-size: 22px;
    margin-bottom: 30px;
}
._sd_custom_pages__banner_subtitle {
    font-size: 16px;
    margin-bottom: 30px;
}
._sd_custom_pages__banner_button {
    border: 2px solid #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    padding: 10px 20px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
._sd_custom_pages__banner_button:hover {
    background: white;
    color: #024B7A;
}