.carousel-indicators .Sliders {
    left: 8%;
    display: block;
    margin-left: 0;
    bottom: 95px;

    /*top: 75%;
   height: 10px; */
}

.carousel-indicators .Sliders [data-bs-target] {
    height: 5px;
    width: 45px;
}

.carousel-indicators .clientes {
    left: 8%;
    display: block;
    margin-left: 0;
    bottom: 95px;

    /*top: 75%;
   height: 10px; */
}

.carousel-indicators.clientes button.active {
    background-color: #53658B;

    /*top: 75%;
   height: 10px; */
}

.carousel-indicators.clientes button {
    background-color: #CCCCCC80;
}

.carousel-indicators .clientes [data-bs-target] {
    height: 5px;
    width: 45px;
}

.SliderTexto {
    color: white;
}

.SliderTexto p:first-child {
    font-weight: 700;
    font-size: 48px;
}

.SliderTexto p:last-child {
    font-weight: 400;
    font-size: 20px;
}

.inicio-texto-img {
    position: absolute;
    bottom: 43px;
    text-align: center;
    color: white;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    z-index: 2;
}

.inicio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.3));
    z-index: 1;
}

.btn-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease-in, background-color 0.3s ease-in;
    color: white;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 7px;
    padding: 8px 20px;
    border: none;
    z-index: 3;
}

.btn-asfaltico {
    background-color: #D7AF41;
}

.btn-asfaltico:hover {
    background-color: #AC8C34;
}

.btn-frio {
    background-color: #293E56;
}

.btn-frio:hover {
    background-color: #213245;
}

.position-relative:hover .btn-hover {
    opacity: 1;
}

.inicio-llegamos-titulo {
    font-size: 32px;
    font-weight: 700;
    color: #121212;
}

.inicio-llegamos-texto {
    color: #1E2F41;
    font-size: 16px;
    font-weight: 400;
    margin-top: 24px;
}
.inicio-llegamos-btn{
    background-color: #293E56;
    font-size: 13px;
    color:white;
    border-radius: 7px;
    text-transform: uppercase;
    font-weight: 700;
}
.inicio-llegamos-btn:hover{
    background-color: white;
    border:1px solid #293E56;
    color:#293E56;
}

.btn-slider {
    background-color: #D7AF41;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 7px;
    width: 107px;
}

.btn-slider:hover {
    background-color: #293E56;
    color: white;
}
.ContenedorBuscador {
    height: 146px;
    position: relative;
    bottom: 145px;
    margin-bottom: -150px;
    background-color: #00000080;
}

.section__title {
    color: #020202;
    font-size: 36px;
    margin-top: 35px;
}

.section__text {
    color: #020202;
    font-size: 20px;
    margin-top: 10px;
}

.Categorias__sectionTitle {
    color: #020202;
    font-size: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}

.inicio__empresaContainer {
    padding-right: 131px;
    padding-left: 50px;
    padding-top: 80px;
}


.thevideo {
    position: relative;
    height: auto;
}

.thevideo video {
    height: auto;
    width: 100%;
    margin-bottom: -5px;
}

.thevideo .txt-cont {
    background-color: rgba(0, 0, 0, 1);
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.thevideo .txt-video {
    position: absolute;
    top: 50%;
    text-align: left;
    color: white;
    font-size: 60px;
}

.thevideo .txt-video button {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 83px;
    color: white;
    font-size: 30px;
    padding: 20px 27px;
    transition: .5s;
}

.thevideo .txt-video button:hover {
    cursor: pointer;
}

.txt-video p {
    font-size: 24px;
    opacity: 1;
    margin-top: 30px;
    color: white;
}

.txt-video h1,
h2,
h3,
h4 {
    font-size: 2rem !important;
}

.txt-video h1 b,
h2 b,
h3 b,
h4 b {
    font-size: 2rem !important;
}

.div1 {
    width: 50%;
    font-weight: 700;
}

.div2 {
    width: 50%;
}
   .cardObra-wrapper {
        position: relative;
        overflow: hidden;
        height: 250px;
    }
    .cardObra-wrapper img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease;
    }
    .cardObra-wrapper:hover img {
        transform: scale(1.1);
    }
    .cardObra-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 250px;
        background-color: rgba(0, 0, 0, 0.4);
        pointer-events: none;
        transition: background-color 0.4s ease;
    }
    .cardObra-wrapper:hover .cardObra-overlay {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .cardObra-nombre {
        font-size: 24px;
        color: white;
        font-weight: 700;
        position: relative;
        top: -100px;
        left: 20px;
        z-index: 2;
    }
    .cardObra-ubicacion {
        font-size: 16px;
        color: white;
        font-weight: 400;
        position: relative;
        top: -100px;
        left: 20px;
        z-index: 2;
    }
@media (max-width: 576px) {
    .thevideo .txt-video {
        font-size: 20px;
        top: 15%;
    }

    .txt-video p {
        font-size: 18px;
        opacity: 0.7;
    }

    .txt-video h1,
    h2,
    h3,
    h4 {
        font-size: 32px !important;
    }

    .txt-video h1 b,
    h2 b,
    h3 b,
    h4 b {
        font-size: 32px !important;
    }

    .div1 {
        width: 100%;
        font-weight: 700;
    }

    .div2 {
        width: 100%;
    }
}

@media (min-width: 576px) {
    .thevideo .txt-video {
        font-size: 3.125vw;
        top: 25%;
    }

    .txt-video p {
        font-size: 18px;
        opacity: 0.7;
    }

    .txt-video h1,
    h2,
    h3,
    h4 {
        font-size: 32px !important;
    }

    .txt-video h1 b,
    h2 b,
    h3 b,
    h4 b {
        font-size: 32px !important;
    }
    .inicio-llegamos-titulo{
        margin-top: 60px;
    }
    .inicio-llegamos-btn{
        margin-top: 55px;
    }
}

.filtro:before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    background: black;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    top: 0;
    position: absolute;
}

.highlight {
    font-size: 20px;
    margin-top: 20px;
}

@media screen and (max-width:468px) {

    /* .ContenedorBuscador{
        height: initial;
        position: relative;
        margin-top: 200px;
        background-color: transparent;
    } */
    .inicio__empresaContainer {
        padding: initial;
    }
}
