:root {
    --primary-color: #D906E4;
    --secondary-color: #0062FF;
    --text-color: #4D5053;
}


/*------------------------- navbar -----------------------------*/


.nav-logo {
    max-height: 60px;
}

.nav-link {
    font-family: 'Poppins';
    font-weight: 600;

}

.nav-item a {
    color: var(--secondary-color);
}

.navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.nav-empresa button {
    color: aliceblue;
    background-color: var(--secondary-color);
    font-weight: 600;
}

.nav-link i {
    font-size: 30px;
}


@media screen and (min-width: 780px) {


    .nav-logo {
        max-height: 100px;
        margin-left: 110px;
    }

    .container-fluid {
        display: flex;
        flex-direction: row;
        gap: 400px;
    }

    .nav-empresa {
        background-color: var(--secondary-color);
        border-radius: 25px;
        padding: 0 10px;
        box-shadow: -4px 5px 5px 0px rgba(0, 0, 0, 0.75);
    }

    .nav-empresa button {
        color: aliceblue;
        text-align: center;
    }

}


/*----------------------- modal pop up -------------------*/

.modal-title {
    color: var(--primary-color);
    margin-left: 20%;
}

.modal-body img {
    width: 100%;
    border-radius: 10px;
}

@media screen and (min-width: 780px) {

    .modal-title {
        margin-left: 28%;
    }
}

/*------------------------ hero  ------------------------------*/

/* .hero {
    background-color: black;
} */

.slogan {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0;
}

.slogan-footer {
    
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 0;
    margin-bottom: 20px;
}

.slogan-footer h1 {
    font-size: 20px;
}

.hero {
    background-image: url('./assets/hero/Banner.jpg');
    background-position: center;
    background-repeat: none;
    background-size: cover;
    height: 100%;
}

.hero-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px 40px;
    text-align: center;
    align-items: center;
}


.hero-text h1 {
    color: var(--secondary-color);
}

.hero-text h3 {
    color: var(--primary-color);
}

.hero-text a {
    display: flex;
    width: 150px;
    align-items: center;
    justify-content: center;
}

.hero-text a button {
    background-color: var(--secondary-color);
    border-radius: 25px;
    border: none;
    width: 100px;
    height: 50px;
    color: aliceblue;
}

.hero-text a button i {
    font-size: 30px;
}


@media screen and (min-width: 780px) {

    .hero {
        background-image: url('./assets/hero/Banner.jpg');
        background-position: center;
        background-repeat: none;
        background-size: cover;
        height: 100%;
    }

    .hero-text {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 40px 40px;
        text-align: center;
        width: 600px;
        padding-top: 150px;

    }

    .hero-text h3 {
        color: var(--text-color);
    }

}



/*----------------------- nuestros servicios ------------------------*/


.services-section {
    padding: 50px 0;
}

.services-section h2 {
    color: var(--secondary-color);
    font-size: 2em;
    margin-bottom: 30px;
    text-align: center;
}

.services {
    display: grid;
    grid-row: 1fr 1fr 1fr;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.service img {
    width: 200px;
}

.service h3 {
    color: var(--primary-color);
    margin: 15px 0;
}

.service a {
    display: block;
    text-decoration: none;
    color: aliceblue;
    background-color: var(--secondary-color);
    padding: 10px;
    border-radius: 25px;
    margin-top: 15px;
    transition: background-color 0.3s;
}

.service a:hover {
    background-color: #003d57;
}

.service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.service-icon img {
    width: 20px;
    height: 20px;
}

@media screen and (min-width: 780px) {

    .services-section h2 {
        color: var(--secondary-color);
        font-size: 60px;
        margin-bottom: 80px;
        text-align: center;
    }


    .services-section {
        padding: 100px 0;
    }

    .services {
        display: flex;
        flex-direction: row;
        gap: 30px;
        align-items: center;
        justify-content: center;
    }

    .service img {
        width: 300px;
    }

}

/*----------------- reparaciones ------------------*/

.reparacion {
    width: 100%;
}

.title-container {
    background-color: var(--secondary-color);
    width: 100%;
    padding: 0;
    margin: auto;
    text-align: center;
    padding: 5px 20px;
}

.reparacion-title h1 {
    color: aliceblue;
}

.reparacion-box {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reparaciones-detalle {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;


}

.reparaciones-detalle img {
    width: 200px;
    margin-bottom: 10px;

}

.reparaciones-detalle h2 {
    color: var(--primary-color);
}

@media screen and (min-width: 780px) {

    .title-container {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .reparaciones-proceso {
        padding: 20px 30px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 70px;
        align-items: center;
        justify-content: center;
    }

    .reparaciones-detalle {
        width: 300px;
        text-align: center;
    }

}


/*------------------ ventas -------------------*/

.ventas-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.ventas-title {
    color: aliceblue;
}

.equipo img {
    width: 200px;
}

.venta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 50px 0;
}

.venta h2 {
    text-align: center;
    color: var(--primary-color);
}

.venta a {
    display: block;
    text-decoration: none;
    color: aliceblue;
    background-color: var(--secondary-color);
    padding: 10px;
    border-radius: 25px;
    margin-top: 15px;
    transition: background-color 0.3s;
    width: 200px;
    text-align: center;
}

.venta a:hover {
    background-color: #003d57;
}

@media screen and (min-width: 780px) {

    .ventas-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 150px;
        margin-top: 60px;
    }

    .venta {
        padding: 50px 0;
    }

}

/*------------------ clientes --------------------*/

.clientes {
    padding: 100px 0;
}

.clientes-title {
    color: aliceblue;
}


.clientes-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clientes-container {
    display: flex;
    width: 70%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
    padding: 20px;
    border: #0062FF 1px solid;
    border-radius: 25px;
    box-shadow: -7px 6px 5px 0px var(--primary-color);
}

.clientes-container img {
    width: 200px;
}


@media screen and (min-width: 780px) {

    .clientes-container {
        flex-direction: row;
        width: auto;
        gap: 20px;
    }



}


/*------------------ footer --------------------*/

footer {
    padding: 40px 0;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-title img {
    width: 400px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footer-links a {
    text-decoration: none;
    color: var(--primary-color);
    text-align: center;
}

.ventas-icon {
    display: block;
    text-decoration: none;
    color: black;
    background-color: var(--primary-color);
    padding: 10px;
    border-radius: 25px;
    transition: background-color 0.3s;
    width: 150px;
    text-align: center;
}

.footer-links button {
    color: var(--primary-color);
    font-weight: 600;
    background-color: var(--secondary-color);
    border-radius: 25px;
    box-shadow: -4px 3px 3px 0px var(--primary-color);
}

.footer-redes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 30px;
    gap: 40px;
}

.bi-instagram {
    font-size: 40px;
    color: indianred;
}

.bi-tiktok {
    font-size: 40px;
    color: aliceblue;
}

.footer-whatsapp {
    font-size: 40px;
    color: #25d366;   
}

@media screen and (min-width: 780px) {

    .footer-links {
        flex-direction: row;
        gap: 120px;
    }

    .footer-redes {
        gap: 90px;
        margin-top: 40px;
    }

    .bi-instagram {
        font-size: 50px;
        
    }
    
    .bi-tiktok {
        font-size: 50px;
        
    }
    
    .footer-whatsapp {
        font-size: 50px;
          
    }

}

/*------------------------ secciones -----------------------*/

/*----------- mantenimientos section-------------*/

.box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.mantenimiento-icon {
    display: block;
    text-decoration: none;
    color: aliceblue;
    background-color: var(--secondary-color);
    padding: 10px;
    border-radius: 25px;
    margin-top: 15px;
    transition: background-color 0.3s;
    width: 200px;
    text-align: center;
}

.mantenimiento-icon:hover {
    background-color: #003d57;
}

.banner img {
    border-radius: 25px;
    width: 300px;
}

.contacto {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    text-align: center;
}

.box h1 {
    color: var(--secondary-color);
}



.list-proceso {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.list-proceso i {
    color: var(--primary-color);
}

.list-proceso p {
    color: var(--secondary-color);
    font-weight: 600;
}


.limpieza {
    padding: 40px 0;
}

.limpieza img {
    width: 300px;
    border-radius: 20px;
}

.incluye h1 {
    text-align: center;
}

.tipos {
    padding: 40px;
    text-align: center;
}



.beneficios-title {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    color: aliceblue;
}


@media screen and (min-width: 780px) {

    .mantenimientos-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 30px 100px;

    }

    .box {
        margin-bottom: 40px;
    }

    .banner {
        gap: 5px;
    }

    .banner a {
        width: 300px;
    }

    .limpieza img {
        width: 400px;
    }

    .tipos p {
        text-align: justify;
    }

    .beneficios-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0 100px;
    }

    .banner img {
        width: 400px;
    }
}

/*------------------ instalaciones ------------------*/

.instalacion-img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.instalacion-img {
    width: 200px;
    margin-bottom: 30px;
    border-radius: 25px;
}

.instalaciones-icon {
    background-color: var(--secondary-color);
    color: aliceblue;
}

@media screen and (min-width: 780px) {

    .instalaciones-container-beneficios {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .instalacion-img-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 100px;
        text-align: center;

    }

    .beneficios-ventajas-container {
        display: flex;
        flex-direction: row;
    }

    .instalacion-img {
        width: 300px;
    }

}


/*------------ reparacion section ---------------*/

.reparacion-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fallas-container {
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.fallas-box img {
    width: 200px;
}

.fallas-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.fallas-box h3 {
    color: var(--primary-color);
}

.fallas-box p {
    color: var(--secondary-color);
}

.fallas-explicacion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 30px 40px 30px;
}

.fallas-explicacion p {
    color: var(--primary-color);
}

@media screen and (min-width: 780px) {

    .fallas-container {
        padding: 60px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

    .fallas-explicacion {
        padding: 0 300px 40px 300px;
    }

}


/*------------------- empresas section --------------------*/

.empresas-banner{
    margin-bottom: 30px;
}

.empresas-banner img {
    width: 300px;
    margin-top: 60px;
}

.empresas {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: black;
}

.empresas-beneficios {
    background-color: black;
}

.empresas-venta {
    padding-top: 0;
}

.empresas-mantenimiento {
    background-color: black;
    padding-top: 0;
    
}

.empresas-mantenimiento h3 {
    text-align: center;
    width: 300px;
    font-size: 25px;
}

.empresas-beneficios-text h1 {
    color: lightgray;
}

.proceso-empresa p {
    color: lightgray;
}

.proceso-empresa i {
    color: lightseagreen;
}

.empresas-venta {
    padding-top: 0;
}


@media screen and (min-width: 780px) {


    .empresas {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        background-color: black;
    }

    .empresas-banner img {
        width: 600px;
    }

    .empresas-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .empresas-beneficios {
        background-color: black;
    }

    

    .empresas-mantenimiento h2 {
        margin-top: 30px;
}

    
    .empresas-mantenimiento h3 {
        width: 700px;
}

}


/*------------------ fichatecnicasection ----------------*/

.tecnicos-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color:black;
}

.tecnicos-cabecera {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 10px;
    

}

.tecnicos-cabecera h1{
    color: var(--primary-color);
}

.tecnicos-cabecera h3{
    color: var(--secondary-color);
    text-align: center;
}

.tecnicos-logo {
    width: 200px;
}

.tecnicos-img {
    width: 200px;
    border-radius: 100%;
}

.tecnicos-detail {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 30px;
}

.detalle-title {
    columns: var(--secondary-color);
}

.tecnicos-detail h4 {
    color: aliceblue;
}

.tecnicos-responsabilidad {
    padding: 30px;
    text-align: justify;
}

.tecnicos-responsabilidad {
    color: aliceblue;
}