/*tasacion*/
#texto1.texto_27.asp_17 .banner-img-border{
    background-color: var(--color-brand-primary);
}
#texto1.texto_27.asp_17 .banner-img-border .img.img1 {
    max-width: 270px;
    top: 50px;
    right: 0 !important;
    left: unset;
}

#texto1.texto_27.asp_17 .banner-img-border .img.img2 {
    right: 150px !important;
    max-width: 200px;
    bottom: 50px;
    left: unset;
}

#texto1.texto_27.asp_17 .banner-img-border .img.img3 {
    left: 0;
    max-width: 250px;
}

#imagen-texto.imagen-texto.imagen-texto_27.asp_22 .container-texto.background {
    background-color: white !important;
}

#imagen-texto.imagen-texto.imagen-texto_27.asp_22 .container-texto.background .titulo{
    color: black;
}

#imagen-texto.imagen-texto.imagen-texto_27.asp_22 .container-texto{
    gap: 0;
    order: 2;
}
#imagen-texto.imagen-texto.imagen-texto_27.asp_22 .container-img {
    order: 1;
}

#imagen-texto.imagen-texto.imagen-texto_27.asp_32 .container-texto.background {
    background-color: white !important;
}

#imagen-texto.imagen-texto.imagen-texto_27.asp_32 .container-texto.background .texto,
#imagen-texto.imagen-texto.imagen-texto_27.asp_32 .container-texto.background .titulo{
    color: black !important;
}

#imagen-texto.imagen-texto.imagen-texto_27.asp_32 .container-img {
    order: 1;
}
@media (max-width: 1080px) {
    #imagen-texto.imagen-texto.imagen-texto_27.asp_32 .container-texto{
        order: 2;
    }
}

/*tasacion*/
#texto1.texto_25.asp_17{
    display: none;
}
#texto1.texto_25.asp_17 .custom-component {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #000; 
    border-radius: 8px; 
    overflow: hidden;
}

#texto1.texto_25.asp_17 .text-container {
    color: #fff;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 20px;
}

#texto1.texto_25.asp_17 .text-container h2 {
    font-size: 24px;
    font-weight: bold;
    margin-right: 0;
    width: 80%;
    color: white;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

#texto1.texto_25.asp_17 .text-container p {
    font-size: 16px;
    margin: 0;
    width: 70%;
    max-width: 100%;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
    align-self: flex-end; 
}

#texto1.texto_25.asp_17 .buttons {
    display: flex;
    gap: 15px;
    flex-direction: column;
    width: 70%;
    max-width: 100%;
    align-items: center;
    padding-left: 90px;
}

#texto1.texto_25.asp_17 .btn {
    padding: 10px 20px;
    border: 2px solid #fff;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

#texto1.texto_25.asp_17 .primary-btn {
    background-color: transparent;
    border: transparent;
    color: white;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; 
}

#texto1.texto_25.asp_17 .primary-btn:hover {
    background-color: transparent;
    color: #fff;
}

#texto1.texto_25.asp_17  .content{
    display: flex;
    flex-direction: column;
}

#texto1.texto_25.asp_17 .secondary-btn {
    background-color: transparent;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    width: 160px;
}

#texto1.texto_25.asp_17 .secondary-btn:hover {
    background-color: #fff;
    color: #000;
}

#texto1.texto_25.asp_17 .image-container img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
@media (max-width: 1400px) {
    #texto1.texto_25.asp_17 .text-container h2 ,
    #texto1.texto_25.asp_17 .text-container p {
        width: 100%;
    }
    #texto1.texto_25.asp_17 .text-container h2 {
        font-size: 28px;
        line-height: 30px;
    }
    #texto1.texto_25.asp_17 .text-container p{
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    #texto1.texto_25.asp_17 .text-container{
        padding:30px;
    }
    #texto1.texto_25.asp_17 .custom-component {
        grid-template-columns: 1fr;
    }
    #texto1.texto_25.asp_17 .image-container {
        order: -1; 
    }
}

#tasacion1 .form-header{
    width: 50%;
}

#tasacion1 h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.64px;
    text-align: left;

}

#tasacion1 h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    display: none;
}

#tasacion1 .image-preview-clear{
    height: 44.8px;
    margin: 0;
}
/* #tasacion1 .form-header{
    display: none;
} */
#tasacion1 input, #tasacion1 textarea, #tasacion1 .dropdown .select-dropdown, #tasacion1 .image-preview-input {
    background: white !important;
    font-size: 16px;
    padding: 10px;
    height: fit-content;
    color: black;
    border-radius: var(--2XS, 8px);
    border: 2px solid var(--Text-500, #000);
}
#tasacion1 input::placeholder, #tasacion1 textarea::placeholder {
    color: black;
}

#tasacion1 label.subtituloForm {
    margin-bottom: 0;
    color: black;

}

#tasacion1 .contDatos .subtituloForm {
    margin-top: 20px;
    color: black;

}
form#tasacionForm label {
    display: none;
}
#tasacion1 .checkbox label{
    display: block;
}
form#tasacionForm .subtituloForm,
form#tasacionForm .input_imagen label {
    display: block;
}
#tasacion1 .image-preview-clear{
    height: 46.88px;
    margin: 0;
}

#tasacion1 a {
    color: #000000; 
    text-decoration: none; 
    word-break: keep-all; 
    white-space: nowrap;
}

#tasacion1 .align-items-center {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-top: 10px; 
}

#tasacion1 .checkbox label {
    margin: 0;
    display: flex; 
    margin-bottom: 10px;
    gap: 5px;
}

#tasacion1 .contButton button{
    width: 160px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
}

#tasacion1 .btn-buscar{
    margin: 0;
}

#tasacion1 .contButton {
    display: flex;
    justify-content: end;
}

@media (max-width: 1400px) {
    #tasacion1 .form-header {
        width: 80%;
    }
}

@media (max-width: 1000px) {
    #tasacion1 .form-header {
        width: 100%;
    }
    #tasacion1 h2{
        font-size: 28px;
    }
}

@media (max-width: 700px) {
    #tasacion1 .align-items-center {
        flex-direction: column;
        align-items: start;
    }
    #tasacion1 .checkbox label{
        flex-wrap: wrap;
    }
    #tasacion1 .contButton {
        justify-content: flex-start;
    }
}

/* contacto*/

#mapa_simple .mapa {
    width: 100%;
    height: 564px;
    background-image: url(/img/bellamachina/mapa.png);
    background-size: cover;
    background-position: center;
    position: relative; 
}

#mapa_simple .pin {
    position: absolute; 
    top: 48%;
    left: 54%;
    transform: translate(-50%, -50%); 
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 32px;
    border: 1px solid white;
    background: var(--color-brand-primary);
    backdrop-filter: blur(8px);
    padding: 4px 8px;
}

#mapa_simple .pin svg {
    width: 100%; 
    height: 100%;
    fill: white;
}

#mapa_simple .container-fluid {
    padding: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#mapa_simple .container {
    margin: 0 !important;
    padding: 0 !important;
}

#mapa_simple .row {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
}

#mapa_simple .col-md-4 {
    padding: 20px 20px 20px 60px;
}

#mapa_simple .col-md-8 {
    padding: 0;
}

#mapa_simple .mapa {
    margin-left: auto;
    margin-right: 0;
}

#mapa_simple h4{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

#mapa_simple p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
}

#mapa_simple .container-links{
    display: flex;
    flex-direction: column;
}
#formulario2 .subtituloForm2{
    display: none;
}
#mapa_simple .container-links a{
    display: flex;
    width: 211.5px;
    height: 44px;
    min-width: 157px;
    padding: 13px 24px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    border:  1px solid black;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
    color: black;
}

@media (max-width: 992px) {
    #mapa_simple .col-md-4 {
        padding: 30px;
    }
    #mapa_simple .container-links {
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    #mapa_simple .col-md-4, #mapa_simple .col-md-8 {
        flex: 0 0 100%; 
        max-width: 100%;
    }

    #mapa_simple .mapa {
        height: 300px; 
    }
    #mapa_simple .container-links {
        flex-direction: column;
    }
    #mapa_simple .container-links .boton-secundario {
        width: 100%;
    }
}

#formulario2 .formContactoContainer{
    display: flex;
    flex-direction: row;
}

#formulario2 .subtituloForm {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

#formulario2{
    padding: 15px;
}

#formulario2 .subtituloForm2{
    font-size: 16px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

#formulario2 input, #formulario2 textarea,#formulario2  ::placeholder {
    background-color: #ffffff;
    color: #000000 !important;
    border-color: transparent;
    border-radius: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    box-shadow: none;
}
#formulario2 input{
    height: 60px;
}

#formulario2 input#legal{
    height: auto;
}

#formulario2 input, #formulario2 textarea{
    border-bottom: 1px solid black;
    padding: 10px;
}

#formulario2 .checkbox-boton-container {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px; 
}

#formulario2 .checkbox-boton-container .checkbox_legal {
    margin: inherit; 
}

#formulario2 .enviar{
    width: 150px;
}

#formulario2 .checkbox-boton-container .contButton {
    margin-left: 10px; 
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

#formulario2 a{
    color: black;
}

@media (min-width: 1680px) {
    #formulario2 .container-fluid {
        padding-right: 150px;
        padding-left: 40px;
    }
}
@media (max-width: 768px) {
    #formulario2 .checkbox-boton-container{
        flex-direction: column;
    }
}

/* quienes somos*/

#imagen-texto.imagen-texto.imagen-texto_26.asp_17 .container-texto.background {
    background-color: white !important;
}

#imagen-texto.imagen-texto.imagen-texto_26.asp_17 .container-texto.background .titulo{
    color: black;
}

#imagen-texto.imagen-texto.imagen-texto_26.asp_17 .container-texto p{
    color: black;
}

#imagen-texto.imagen-texto.imagen-texto_26.asp_17 .container-texto{
    gap: 10px;
    order: 2;
}
#imagen-texto.imagen-texto.imagen-texto_26.asp_17 .container-img {
    order: 1;
}

#texto1.texto_26.asp_27 .contenedor-principal {
    display: flex;
    width: 100%;
    height: 100vh; 
}
#texto1.texto_26.asp_27 .container{
    margin: 0;
    padding: 0;
}
#texto1.texto_26.asp_27 .contenido-izquierda {
    flex: 1;
    background-color: #000; 
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%; 
    align-items: flex-start;
    gap: 20px;
    padding: 0 150px;
}

#texto1.texto_26.asp_27 .subtitulo {
    color: var(--color-brand-primary); 
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#texto1.texto_26.asp_27 .titulo {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: bold;
}

#texto1.texto_26.asp_27 .descripcion {
    font-size: 1rem;
    margin-bottom: 10px;
}

.video-container-quienesSomos {
    width: 100%;
    padding-top: 100%; 
    position: relative;
    overflow: hidden;
}

.responsive-video-quienesSomos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
}


/* responsive home*/


#servicio4 .swiper-container-servicios {
    width: 100%;
    height: auto;
}

#servicio4 .swiper-slide {
    width: auto;
    height: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#servicio4 .card_servicio {
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
}

#servicio4 .card_servicio img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 15px;
}

#servicio4 .swiper-container-horizontal>.swiper-pagination-bullets{
    display: none;
}

#servicio4  .container-swiper-navigation{
    display: none;
}

@media (max-width: 1200px) {
    #servicio4 .swiper-container-horizontal>.swiper-pagination-bullets {
        margin-top: 50px;
        display: block;
        gap: 10px;
        display: flex;
    }
    #servicio4 .background-overlay{
        background-color: white;
    }
    #servicio4 .card_servicio{
        max-width: 300px;
    }
    #servicio4  .container-swiper-navigation{
        display: flex;
    }
}
@media (max-width: 980px) {
    #servicio4  .container-swiper-navigation{
        justify-content: space-around;
    }
    #servicio4 .container{
        height: fit-content;
        padding: 20px;
        background-color: white;
    }
}

@media (max-width: 990px){
    #banner_avanzado .container-info{
        flex-direction: column;
        background-position: bottom;
        height: 530px;
        padding: 25px;
        background-image: linear-gradient(0deg, rgba(208, 44, 53, 0.00) 66.01%, #D02C35 100%), url(/img/bellamachina/te-llamamos.jpg) lightgray 50% !important;
        background-blend-mode: normal, darken;
        background-size: cover;
    }
    #banner_avanzado #formulario2Tellamamos input[type="text"]{
        width: 170px !important;
    }
}

@media (max-width: 990px){
    #google_translate_element{
        display: none;
    }
}

/*cita taller*/

/*formulario2 taller*/

#formulario2.formulario2_23 .col-lg-3{
    display: none;
} 
#formulario2.formulario2_23 .col-lg-9{
    width: 100%;
}
#formulario2.formulario2_23 input, #formulario2.formulario2_23 textarea, #formulario2.formulario2_23 .dropdown .select-dropdown, #formulario2.formulario2_23 .image-preview-input {
    background: white !important;
    font-size: 16px;
    padding: 10px;
    height: fit-content;
    color: black;
    border-radius: var(--2XS, 8px);
    border: 2px solid var(--Text-500, #000);
}
#formulario2.formulario2_23 input::placeholder, #formulario2.formulario2_23 textarea::placeholder {
    color: black;
}
#formulario2.formulario2_23 .titulo_apartado_form{
    font-size: 18px;
    font-weight: bold;
    color: black;
    margin-bottom: 20px;
    font-family: Montserrat;
    text-align: left;
}