
.banner_tienes_alguna_duda {
    display: flex;
    width: 100%;
/*    height: 35vh;*/
    background-color: #cfe7df;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.banner_tienes_alguna_duda:not(:has(> :nth-child(4))) {
    justify-content: space-between;
}

.content-left {
    height: 100%;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.8em;
}

.banner_tienes_alguna_duda:not(:has(> :nth-child(4))) .content_center {
   width: 700px;
   margin-left: 40px;
}

.content-left .number {
    font-size: 24px;
    font-weight: 600;
    color: #21201e;
}

.content-left .telf {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
}

.telf .icon-phone_icon{
    color: #21201e;
    font-size: 24px;
    font-weight: 600;
}

.banner_tienes_alguna_duda .content-left .number {
    text-decoration: none;
}

.content_center{
    display: flex;
    justify-content: center;
    align-items: center;
/*    height: 147px;*/
    width: 560px;
}

#img_contactar{
    max-width: 100%;
    height: auto;
    display: block;
}

#img_contactar img{
    height: 50%;
    width: 560px;
}

.banner_tienes_alguna_duda:not(:has(> :nth-child(4))) #img_contactar img{
    width: 700px;
}

.content-right {
    height: 276px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0.8em;
}

.banner_tienes_alguna_duda:not(:has(> :nth-child(4))) .content-right {
   margin-right: 40px;
}

.banner_tienes_alguna_duda:has(> :nth-child(4)) .content-right {
    width: 30%;
}

.banner_tienes_alguna_duda:has(> :nth-child(4)) .no_es {
    position: relative;
    top: 45px;
}

.titol_click_to_call{
    font-size: 35px;
    color: #2b2b2b;
    padding: 10px 0;
    line-height: 1.35;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
    margin-top: 10px;
}

.text_click_to_call{
    font-size: 20px;
    color: #686866;
    line-height: 34px;
    font-weight: 300;
    margin-bottom: 18px;
}

.content-right .text_click_to_call{
    width: 85%;
}

.banner_tienes_alguna_duda:not(:has(> :nth-child(4))) .content-right .text_click_to_call{
    width: 100%;
}

.banner_tienes_alguna_duda .text_click_to_call {
    margin-bottom: 0px;
}

.button_banner_duda {
    font-family: 'Museo Sans Rounded', sans-serif;
    background-color: #00bd7e;
    border: 0px;
    text-shadow: none;
    border-radius: 3px;
    cursor: pointer;
    height: 46px;
    font-weight: 600;
    width: 80%;
    align-self: center;
    color: #fff;
    font-size: 23px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-appearance: none;
    transition: 0.5s;
}

.banner_tienes_alguna_duda:not(:has(> :nth-child(4))) .button_banner_duda {
    text-transform: uppercase;
}

.content-right .button_banner_duda {
    height: 50px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.full-content {
    display: none;
}

.content-right-mbl{
    display: none;
}

.horari_click_to_call{
    font-size: 20px;
    color: #5b5a56;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    font-weight: 300;
}

/*CSS especific per el banner_tienes_alguna_duda_2*/
.banner_tienes_alguna_duda_2 {
    background-image: url(/templates/camaloon/img/Request_A_Call_Desktop.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0px;
    height: auto;
    min-height: 450px;
    box-sizing: border-box;
    padding: 30px;
}

.banner_tienes_alguna_duda_2:not(.lazy) {
    background-image: url(/templates/camaloon/img/Request_A_Call_Desktop.jpg);
}

.banner_tienes_alguna_duda_2 .content-right {
    height: auto;
    width: 56%;
}

.banner_tienes_alguna_duda_2 .text_click_to_call, .banner_tienes_alguna_duda_2 .horari_click_to_call, .banner_tienes_alguna_duda_2 .text_click_to_call {
    font-size: var(--cml-body-size);
}

.banner_tienes_alguna_duda_2 .titol_click_to_call {
    font-size: var(--cml-title-size);
}

.banner_tienes_alguna_duda_2 .button_banner_duda, .banner_tienes_alguna_duda_2 .number {
    font-size: var(--cml-subtitle-size);
}

.banner_tienes_alguna_duda_2 .button_banner_duda {
    width: auto;
    padding: 0 40px;
}

.banner_tienes_alguna_duda_2 .icon_tlf {
    vertical-align: middle;
    margin-right: 8px;
    width: 30px;
}

.banner_tienes_alguna_duda_2 .number {
    vertical-align: middle;
}

.banner_tienes_alguna_duda .text_click_to_call {
    margin-bottom: 0px;
}

.banner_tienes_alguna_duda .icon_tlf {
    vertical-align: middle;
    margin-right: 8px;
    width: 30px;
}

@media (max-width: 990px) {
    .content-right, .content-left{
        display: none;
    }
    
    .banner_tienes_alguna_duda {
        flex-direction: column;
        width: 100%;
/*        height: 77vh;*/
        justify-content: flex-start;
    }
    
    .titol_click_to_call{
        font-size: 28px;
        padding: 0px;
    }
    
    .text_click_to_call{
        font-size: 19px;
        line-height: initial;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    
    .full-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 20px 10px 10px 10px;
    }
    
    .banner_tienes_alguna_duda .full-content{
        gap: 5px;
    }
    
    .full-content .text {
        font-size: 20px;
    }

    .full-content .number{
        font-size: 24px;
        font-weight: 600;
        color: #21201e;
    }
    
    .full-content .telf {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1vh;
        margin-bottom: 1vh;
    }
    
    .txt-content {
        display: flex;
        flex-direction: column;
        text-align: left;
        gap: 5px;
        margin-bottom: 2vh;
    }
    
    .text_click_to_call_duda, .text_click_to_call_duda_2 {
        font-size: 20px;
        line-height: 1.2em;
    }
    
    .content-right-mbl{
        height: 240px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 0.8em;
        margin-bottom: 10px;
    }
    
    .banner_tienes_alguna_duda:not(:has(> :nth-child(4))) {
/*        height: 58vh;*/
        justify-content: flex-start;
    }
    
    .content_center{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    #img_contactar img{
        width: 350px;
    }
    
    .banner_tienes_alguna_duda:not(:has(> :nth-child(4))) #img_contactar img{
        width: 350px;
    }
    
    .banner_tienes_alguna_duda:not(:has(> :nth-child(4))) .content_center {
        margin-left: 0px;
    }
    
    .button_banner_duda {
        margin-top: 5px;
    }
    
    .it_de_full{
        margin: 20px 10px 40px 10px;
    }
    
/*    .it_de{
        height: 60vh;
    }*/
    
    .horari_click_to_call{
        padding-bottom: 0px;
        font-size: 18px;
    }
    
    /*CSS especific per el banner_tienes_alguna_duda_2*/
    .banner_tienes_alguna_duda_2 .text_click_to_call_duda {
        font-size: var(--cml-body-size);
        text-align: center;
    }
    
    .banner_tienes_alguna_duda_2 .content-right br {
        display: none;
    }
    
    .banner_tienes_alguna_duda_2 {
        background-image: url(/templates/camaloon/img/Request_A_Call_Mobile.jpg);
        min-height: 760px;
        justify-content: center;
    }
    
    .banner_tienes_alguna_duda_2:not(.lazy) {
        background-image: url(/templates/camaloon/img/Request_A_Call_Mobile.jpg);
    }
    
    .banner_tienes_alguna_duda_2 .full-content {
        justify-content: start;
        margin: 0px 10px 10px 10px;
        text-align: center;
        gap: 5px;
    }
    
    .banner_tienes_alguna_duda_2 .titol_click_to_call {
        text-align: center;
    }
    
    .banner_tienes_alguna_duda_2 .text_click_to_call_2{
        margin-top: 10px;
    }
    
    .banner_tienes_alguna_duda_2 .button_banner_duda {
        margin-top: 10px;
    }
    
    .banner_tienes_alguna_duda_2 .full-content .text {
        font-size: var(--cml-body-size);
    }
}

@media (max-width: 400px) {
/*    .banner_tienes_alguna_duda:not(:has(> :nth-child(4))) {
        height: 85vh;
    }*/
    
    .text_click_to_call{
        margin-top: 0px;
        width: 85%;
    }
    
/*    .banner_tienes_alguna_duda {
        height: 115vh;
    }
    
    .it_de{
        height: 110vh;
    }  */
}