

/* add_shortcode('CtaSection', 'CtaSection'); */
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.section_choose{
    display: flex;
    flex-direction: column;
    padding-top: 5%;
    padding-bottom: 5%;
}
.section_choose_desc{
    margin-top: 20px;
}

.section_choose{
    margin-top: 20px;
    width: 85%;
    margin: auto;
}
.section_choose_img img{
    width: 90%;
    height: auto;
}
/*.section_choose_img{
    padding: 5% 2%;
}*/
.section_choose_desc h2{
    color: var(--neutro2);
    font-weight: 800;
    font-size: 1.9rem;
}
.section_choose_desc section{
   margin-top: 5%;
}
.div_iconos img{
    max-height: 75%;
}
@media (max-width: 425px){
    .div_iconos img {
    max-height: 75%;
    margin-right: 10px;
}
.section_choose_desc .flex-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
    .section_choose_img img {
        width: 100vw;
        height: auto;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: 20px;
        margin-right: -50vw;
    }
}
@media (min-width: 640px) {
    .section_choose{
        display: flex;
        flex-direction: row;
    }
    .section_choose_img img {
        width: 90%;
        height: auto;
        border-radius: 0px;
    }
}



.btn-banner{
    width: 100%;
}


@media (max-width: 640px) {
    .image-section-banner_ofertas_CTA-version1-locales {
        height: auto;
    }
}
.subcategoria.col-4.grande{
    height: 100%;
}

.background-banner_ofertas_CTA-version1-locales {
    position: absolute;
    inset: 0;
}

.svg-background-banner_ofertas_CTA-version1-locales {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.overlay-banner_ofertas_CTA-version1-locales {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #161515, #444444);
    border-radius: 1.875rem;
    z-index: 0;
}

.section-banner_ofertas_CTA-version2-locales {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    max-height: 100vh;
    margin-top: 5rem;
    margin-bottom: 5rem;
    background-image: url("/wp-content/plugins/shortcode_totalRenting/assets/img/locales/fondoOfertasCTA.png");
}

.header-banner_ofertas_CTA-version2-locales {
    color: #ffffff;
    font-size: 1.5rem;
    margin-left: 1rem;
    margin-top: 1rem;
}

.article-banner_ofertas_CTA-version2-locales {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1.5rem;
    padding-left: 1rem;
    width: 91.666667%;
}

.description-banner_ofertas_CTA-version2-locales {
    color: #ffffff;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 1rem;
    width: 40%;
}

.container.socc-container {
    width: 85%;
    margin: auto;
}

/* ===== SectionOurClientChoose (socc-*) ===== */
.socc-section {
    margin-top: 10rem;
    margin-bottom: 10rem;
    background-color: #fff;
}
.socc-container {
    width: 100%;
}
.socc-inner {
    display: flex;
    gap: 100px;
    align-items: center;
}
.socc-left {
    flex: 0 0 50%;
    max-width: 50%;
}
.socc-right {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.socc-right .socc-bg-img {
    width: 100%;
    height: auto;
    max-height: 500px;
    display: block;
    border-radius: 20px;
}
.socc-right .socc-movil-wrap {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 2;
}
.socc-titulo {
    font-family: "Lexend Deca", sans-serif;
    font-size: 1.9rem;
    font-weight: 800;
    color: var(--color3);
    margin-bottom: 28px;
    line-height: 1.3;
}
.socc-titulo .socc-marca {
    color: var(--color1);
}
.socc-cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.socc-card {
    display: block;
    background: #fff;
    border: 1px solid #e8e9eb;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.socc-card-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    align-items: center;
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    cursor: pointer;
    text-align: left;
}
.socc-icon-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.socc-icon-wrap img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}
.socc-card-header .socc-sub {
    flex: 1;
    margin: 0;
}
.socc-card-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.socc-card-body {
    display: block;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .35s ease;
}
.socc-card-body .socc-desc {
    margin: 0;
}

@media (max-width: 1024px) {
    .socc-left {
        flex: 0 0 50%;
        max-width: unset;
    }
    .socc-inner {
        display: flex;
        gap: 70px;
        align-items: center;
        flex-direction: column-reverse;
    }
    .socc-right .socc-movil-wrap {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    z-index: 2;
}
}
/* Mobile: accordion toggle */
@media (max-width: 767px) {
    .socc-card-header {
        cursor: pointer;
        flex-wrap: wrap;
        padding: 20px 20px;
    }
    .socc-card-header .socc-icon-wrap {
        order: 0;
    }
    .socc-card-header .socc-sub {
        order: 1;
        font-weight: 400;
    }
    .socc-card-icon {
        order: 2;
    }
    .socc-card.socc-open .socc-card-body {
        max-height: 300px;
        padding: 0px 20px 20px;
    }
    .socc-toggle-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .socc-icon-minus {
        display: none;
    }
    .socc-card.socc-open .socc-icon-plus {
        display: none;
    }
    .socc-card.socc-open .socc-icon-minus {
        display: block;
    }
    .socc-right .socc-movil-wrap {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        z-index: 2;
    }
    .socc-right .socc-bg-img{
        width: 75%;
    }
    .socc-app-row-icon {
        max-width: 170px;
        height: 17px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .socc-app-row-text {
        font-size: 14px !important;
    }
    .socc-app-row-icon.socc-icon-teal{
        height: 30px !important;
        width: auto !important;
    }
    .socc-btn-num {
        font-size: 14px !important;
        font-weight: 800;
    }
    .socc-app-btn{
        font-size: 14px !important;
    }
    .socc-movil-screen{
        padding: 0% !important;
    }
    .socc-titulo {
        margin-bottom: 3rem;
    }
}

@media (max-width: 568px){
        .socc-right .socc-movil-wrap {
            left: 3%;
        }
        .socc-right .socc-bg-img{
            width: 100%;
        }
}

/* Desktop: [icon + title] in row, description below */
@media (min-width: 768px) {
    .socc-card {
        padding: 20px 24px;
    }
    .socc-card-header {
        cursor: default;
        pointer-events: none;
        padding: 0;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 8px;
    }
    .socc-card-icon {
        display: none !important;
    }
    .socc-card-body {
        max-height: 600px !important;
        padding: 0 0 4px 81px !important;
    }
}
.socc-sub {
    color: var(--neutro2);
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
}
.socc-sub .socc-num {
    color: var(--color1);
}
.socc-desc {
    color: var(--neutro2);
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.4px;
    margin-bottom: 0px;
}

/* ── Phone mockup (socc-right) ── */
.socc-movil-wrap {
    position: relative;
    width: 268px;
    height: 539px;
    flex-shrink: 0;
}
.socc-movil-img {
    width: 268px;
    height: 539px;
    display: block;
    object-fit: contain;
}
.socc-movil-screen {
    position: absolute;
    top: 68px;
    left: 18px;
    right: 18px;
    bottom: 44px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 6px 0;
    z-index: 1;
}
.socc-app-rows {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-shrink: 0;
    width: calc(100% + 80px);
    margin-left: -40px;
}

.socc-app-row:first-child {
    justify-content: center;
}   
.socc-app-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    background: #FFFBFB;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.30);
    border-radius: 10px;
    padding: 10px 10px;
}
.socc-app-row-icon {
    max-width: 170px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.socc-app-row-icon svg {
    width: 100%;
    height: 100%;
}
.socc-app-row-icon img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}
.socc-icon-teal {
    width: 53px;
    height: 53px;
}
.socc-app-row--no-bg {
    background: transparent;
    box-shadow: unset;
}
.socc-app-row--no-bg .socc-app-row-text {
    color: var(--color3);
    font-size: 20px;
}
.socc-app-row-text {
    font-family: "Lexend Deca", sans-serif;
    color: var(--color3);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
.socc-app-card-highlight {
    margin: 0 -40px 6px;
    padding: 9px 12px;
    border-radius: 19px;
    background: #FFFBFB;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.30);
    color: var(--color3);
    font-family: "Lexend Deca", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    flex-shrink: 0;
}
.socc-app-btn {
    flex-shrink: 0;
    color: var(--color3);
    background: var(--neutro1);
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.30);
    border-radius: 16px;
    padding: 9px 12px;
    font-family: "Lexend Deca", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.socc-btn-num {
    font-size: 22px;
    font-weight: 800;
}

@media (max-width: 425px){
        .socc-right .socc-movil-wrap {
            left: -3px !important;
        }
    }

@media (max-width: 767px) {
    .socc-inner {
        flex-direction: column;
    }
    .socc-left,
    .socc-right {
        flex: unset;
        max-width: 100%;
        width: 100%;
    }
    .socc-right {
        order: -1;
    }
    .socc-right .socc-bg-img {
        display: block;
        border-radius: 16px;
    }
    .socc-right .socc-movil-wrap {
        position: absolute;
        transform: translateY(-50%);
        margin: 0 auto;
    }
    .socc-app-rows {
        width: calc(100% + 80px);
        gap: 10px;
    }
    .socc-movil-img {
        width: 189.834px;
        height: 381.955px;
    }
    .socc-movil-wrap {
        width: 189.834px;
        height: 381.955px;
    }
    .socc-sub {
        font-size: 16px;
    }
    .socc-sub .socc-num {
        font-size: 32px;
    }
    .socc-icon-wrap{
        display: none;
    }
    .container.socc-container{
        width: 90%;
    }
    .socc-app-row{
        padding: 5px 15px !important;
    }
    .socc-app-btn{
        padding: 5px 7px !important;
    }
}

@media (max-width: 680px) {
    .container.socc-container {
        width: 100%;
    }
}

.button-banner_ofertas_CTA-version2-locales {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    color: var(--color1);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 0.375rem;
    font-weight: bold;
    text-decoration: none;
}

.button-banner_ofertas_CTA-version2-locales:hover {
    background-color: var(--color1);
}

.icon-banner_ofertas_CTA-version2-locales {
    margin-left: 0.5rem;
}

.icon-banner_ofertas_CTA-version2-locales svg {
    width: 100%;
    height: 100%;
}

.section-banner_ofertas_CTA-default-locales {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 12rem;
    margin-bottom: 5rem;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    width: 83.333333%;
    background: linear-gradient(to right, #161515, #444444);
    border-radius: 1.875rem;
    height: auto;
}

@media (min-width: 640px) {
    .section-banner_ofertas_CTA-default-locales {
        flex-direction: row;
        min-height: 15rem;
        gap: 0;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

.article-banner_ofertas_CTA-default-locales {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding: 2rem;
}

.header-banner_ofertas_CTA-default-locales {
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.description-banner_ofertas_CTA-default-locales {
    color: #ffffff;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.button-banner_ofertas_CTA-default-locales {
    width: 8rem;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    color: var(--color1);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 0.375rem;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.button-banner_ofertas_CTA-default-locales:hover {
    background-color: var(--color1);
}

.icon-banner_ofertas_CTA-default-locales {
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
    border: 0;
    width: 1.5rem;
    height: 1.5rem;
}

.icon-banner_ofertas_CTA-default-locales svg {
    width: 100%;
    height: 100%;
}

.image-section-banner_ofertas_CTA-default-locales {
    position: relative;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.background-banner_ofertas_CTA-default-locales {
    position: absolute;
    inset: 0;
    z-index: -10;
}

.svg-background-banner_ofertas_CTA-default-locales {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.image-banner_ofertas_CTA-default-locales {
    width: auto;
    object-fit: contain;
    margin-top: -2.5rem;
}

.div_descripcion{
    font-weight: 300;
} 

@media (max-width: 639px) {
    .description-banner_ofertas_CTA-version2-locales {
        width: 100%;
    }
}

@media (min-width: 768px) {
      .section_choose{
        align-items: center;
      }
     .section_choose_desc{
        width: 50%;
     }
     .section_choose_img{
        width: 50%;
        text-align: end;
     }
     .section-banner_ofertas_CTA-version1-locales {
         display: flex;
        flex-direction: row;
        align-items: center;
        
     }
    .article-banner_ofertas_CTA-version1-locales{
        width: 50%;
    }
    .image-section-banner_ofertas_CTA-version1-locales{
        padding-right: 40px;
        width: 50%;
    }
    .article-banner_ofertas_CTA-version2-locales {
        width: 40%;
    }
   
}

@media (min-width: 1024px) {
    .article-banner_ofertas_CTA-version1-locales{
        margin: auto;
    }
    .button-banner_ofertas_CTA-version1-locales{
        max-width: 50%;
    }
    .section-banner_ofertas_CTA-version1-locales{
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .article-banner_ofertas_CTA-version1-locales{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; 
    }
    .div_iconos{
    width: 15%;
}
.div_descripcion{
     width: 80%;
    
}
  
}
@media (min-width: 1400px) {
   .section-banner_ofertas_CTA-version1-locales{
        padding-left: 10rem;
        padding-right:10rem;
    }
    .section_choose_img img{
        max-height: 80%;
    }
 }
@media (max-width: 425px){
    .section_choose {
        width: 100%;
    }
    .section_choose_img {
    padding: 0% 0%;
}
    .section_choose_desc {
        margin-top: 20px;
        margin-bottom: 3rem;
    }
    .section_choose.flex-wrap.como_funciona .section_choose_desc .flex-wrap{
        padding: 1px;
    }
    .section_choose_desc h2 {
    color: black;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 2rem;
}
}

.section_choose_desc section{display:flex;align-items:flex-start;gap:12px}
.section_choose_desc .div_descripcion p{margin:0;line-height:1.4;font-weight: 500;}
.section_choose_desc .div_descripcion p>strong{display:inline!important;}