* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #222;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px;
}

header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.7)),
        url(img/1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}


.navbar-nav a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-dark .navbar-brand {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #000;
}

.w-100 {
    height: 100vh;
}

.navbar-toggler {
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
}

.header-content {
    text-align: center;
}

.header-content h1 {
    font-size: 100px;
    line-height: 700px;
    color: aqua;
    text-transform: uppercase;
    text-transform: 0px;
}

.header-content p {
    font-size: 20px;
    color: beige;
    padding: 0 20px;
    margin-bottom: 2px;
    text-align: center;
}

.btn-1 {
    display: inline-block;
    padding: 11px 35px;
    background-color: chocolate;
    color: #fffdfc;
    text-transform: uppercase;
}

.btn-1:hover {
    background-color: burlywood;
}

.chilango {
    padding: 100px 0;
    background-color: #cdccdc;
    position: relative;
}

.chilango-content {
    text-align: center;
}

.chilango-content h2 {
    font-size: 55px;
    line-height: 70px;
    color: rgb(13, 13, 13);
    text-transform: uppercase;
    padding: 0 250px;
    margin-bottom: 80px;
}

.txt-p {
    font-size: 25px;
    color: #02040b;
    padding: 0 250px;
    margin-bottom: 85px;
}

.chilango-group {
    display: flex;
    justify-content: center;   /* centra horizontalmente */
    align-items: flex-start;
    gap: 50px;                 /* espacio entre columnas */
    flex-wrap: wrap;           /* adaptable en pantallas pequeñas */
    text-align: center;        /* centra el texto dentro */
}

.chilango-1 {
    padding: 0 25px;
}

.chilango-1 img {
    width: 300px;
}

.chilango-1 h3 {
    color: #0c0c0c;
    font-size: 25px;
    margin-bottom: 15px;
}
/* Sección */
.chilango {
    background: #cfd0d1;
    padding: 80px 0;
}

/* Título */
.titulo-seccion {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 20px;
}

.txt-p {
    max-width: 1200px;
    font-size: 25px;
    line-height: 1.6;
}

/* Tarjetas */
.card-chilango {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
    transition: 0.3s ease;
}

.card-chilango:hover {
    transform: translateY(-5px);
}

/* Imágenes */
.card-chilango img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    margin: 15px 0;
}

/* Títulos */
.card-chilango h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

/* Listas */
.card-chilango ul,
.card-chilango ol {
    padding-left: 18px;
    margin-top: 10px;
}

.card-chilango li {
    margin-bottom: 6px;
}
.services {
    background-image: linear-gradient(rgba(30, 30, 30, 0.7),
            rgba(35, 35, 35, 0.7)),
        url(img/0.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}

.img-uniforme {
    width: 100%;
    max-width: 300px;   /* Todas del mismo tamaño */
    height: 250px;
    object-fit: cover;  /* No se deforman */
}
.services-content {
    text-align: center;
}

.services-content h2 {
    font-size: 55px;
    line-height: 70px;
    color: #f9fafc;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.mb-5{
    color: #ffffff;
    padding: 45px;
}

.services-content p {
    font-size: 20px;
    color: #c5c5c5;
    margin-bottom: 50px;
    padding: 0 100px;
}

.services-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.services-1 {
    padding: 0 100px;
}

.services-1 img {

    width: 500px;
    margin-bottom: 10px;
}

.services-1 h3 {
    color: #eaccb3;
    font-size: 45px;
}

.nosotros {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.7)),
        url(img/4.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}

.nosotros content {
    text-align: center;
}

.nosotros-content h2 {
    text-align: center;
    font-size: 70px;
    line-height: 70px;
    color: #f9fafc;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.nosotros-content h4 {
    text-align: center;
    font-size: 40px;
    line-height: 70px;
    color: #f9fafc;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.nosotros-content p {
    font-size: 20px;
    color: #c5c5c5;
    margin-bottom: 50px;
    padding: 0 100px;
}

.contacto {
    background-image: linear-gradient(rgba(204, 201, 201, 0.999),
            rgb(235, 231, 231)),
        url(img/19.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 20vh;
    min-height: flex;
    align-items: center;
}

.contacto-content {
    text-align: center;
}

.contacto-content h2 {
    font-size: 45px;
    line-height: 300%;
    color: rgb(246, 246, 246);
    text-transform: uppercase;
    padding: 0 250px;
    margin-bottom: 15px;
}

.mb-4{
    color: #c5c5c5;
}
.contacto-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.contacto-group {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.contacto-1 {
    padding: 0 20px;
}

.contacto-1 img {
    width: 40px;
}

.contacto-1 h3 {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 5px;
}

/* ================= RESPONSIVE ================= */

/* Tablets */
@media (max-width: 992px) {

    .header-content h1 {
        font-size: 60px;
        line-height: normal;
    }

    .chilango-content h2,
    .services-content h2,
    .portafolio-content h2,
    .nosotros-content h2 {
        font-size: 45px;
        padding: 0 50px;
    }

    .txt-p,
    .services-content p,
    .portafolio-content p,
    .nosotros-content p {
        padding: 0 40px;
    }

    .chilango-group {
        flex-direction: column;
        align-items: center;
    }

    .chilango-1 {
        margin-bottom: 40px;
    }

    .services-1 {
        padding: 0 40px;
        margin-bottom: 40px;
    }
}

/* Celulares */
@media (max-width: 576px) {

    .header-content h1 {
        font-size: 35px;
    }

    .header-content p {
        font-size: 16px;
        padding: 0 10px;
    }

    .chilango-content h2,
    .services-content h2,
    .portafolio-content h2,
    .nosotros-content h2 {
        font-size: 30px;
        padding: 0 15px;
    }

    .txt-p,
    .services-content p,
    .portafolio-content p,
    .nosotros-content p {
        padding: 0 15px;
        font-size: 16px;
    }

    .services-1 h3 {
        font-size: 25px;
    }

    .nosotros-content h4 {
        font-size: 25px;
    }

    .btn-1 {
        padding: 8px 20px;
        font-size: 14px;
    }
}