/*HEADER*/

.inicio {
    /*background-image: url(../img/banner.webp);*/
    height: 100vh;
    background-size: cover;
    background-position: center center;
    position: relative;
    top: 0;
}

.inicio:after {
    content: "";
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.imagen {
    position: relative;
    z-index: 4;
    padding: 1.5rem 5rem;
    top: 0;
    left: 0;
    right: 0;
}

.banner {
    text-align: center;
    color: #ffffff;
    margin-top: 25vh;
    position: relative;
    z-index: 3;
}

@media (min-width: 768px) {
    .banner {
        margin-top: 30vh;
    }
}

.banner h1 {
    font-weight: 300;
    font-size: 5rem;
}

@media (min-width: 1300px) {
    .banner h1 {
        font-size: 7rem;
    }
}

.banner .logo {
    width: 5rem;
}

@media (min-width: 768px) {
    .banner .logo {
        width: 6rem;
    }
}

.banner p {
    font-size: 1.7rem;
    margin-bottom: 1.75em;
}

@media (min-width: 768px) {
    .banner p {
        font-size: 2rem;
    }
}

@media (min-width: 1300px) {
    .banner p {
        font-size: 2.3rem;
    }
}


/*BUTTON ACTION*/

.action {
    display: grid;
    grid-template-rows: repeat(2, 7rem);
    margin-bottom: 1.5rem;
    padding: 0 7rem;
}

@media (min-width: 468px) {
    .action {
        justify-content: center;
        grid-template-columns: repeat(2, 20rem);
        column-gap: 3rem;
        padding: 0 15rem;
    }
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.action a {
    text-decoration: none;
    color: #ffffff;
    font-size: 2rem;
}


/*PRESENTACION*/

.seccion {
    background-color: #ffffff;
    text-align: center;
    border-radius: 10px;
    margin-top: -70px;
    position: relative;
    box-shadow: 0 2px 0 0 #e5e5e5;
}

@media (min-width: 768px) {
    .seccion {
        margin-top: -121px;
    }
}

.gestion {
    padding-top: 2rem;
}

.gestion h2 {
    color: #646464;
    font-size: 3rem;
    line-height: 1.5em;
    font-weight: 300;
}

.gestion p {
    color: #646464;
    font-size: 1.7rem;
    line-height: 1.5em;
    display: block;
    padding: 0 1.5rem;
}

@media (min-width: 768px) {
    .gestion p {
        padding: 0;
    }
}

.gestion h2::after {
    content: "";
    display: block;
    margin: 1rem auto;
    width: 75%;
    height: 0.3rem;
    background-color: #e5e5e5;
}

.pic {
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: cover;
    background-position: center center;
    margin-bottom: -4px;
}


/*MAIN*/

.proyecto-completo {
    background-color: #ffffff;
    margin-top: 3rem;
    border-radius: 10px;
    text-align: center;
    vertical-align: center;
    padding: 3rem;
    box-shadow: 0 2px 0 0 #e5e5e5;
}

@media (min-width: 768px) {
    .proyecto-completo {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.proyecto-completo section {
    padding: 2.5rem;
}

.proyecto-completo h3 {
    color: #646464;
    font-size: 2.5rem;
    margin-top: 1rem;
    font-weight: 300;
}

.proyecto-completo i {
    padding: 1rem;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 3.5rem;
    color: #ffffff;
    padding: 1.5rem;
    display: inline-block;
    text-rendering: auto;
}

.proyecto-completo p {
    color: #646464;
    font-size: 1.7rem;
    line-height: 3rem;
}

.budget,
.products,
.business,
.billing,
.team {
    border-bottom: 1.5px solid #e5e5e5;
}

@media (min-width: 768px) {
    .budget,
    .business,
    .team {
        border-right: 1.5px solid #e5e5e5;
    }
    .team {
        border-bottom: none;
    }
}

.budget i {
    background-color: #e89980;
}

.products i {
    background: #e5cb95;
}

.business i {
    background: #90b0ba;
}

.billing i {
    background: #7fcdb8;
}

.team i {
    background-color: rgba(117, 66, 165, 0.5);
}

.productivity i {
    background-color: rgba(165, 66, 99, 0.5);
}


/*APIS AND ASSISTANCE*/

.site-end {
    margin-top: 3rem;
    text-align: center;
    vertical-align: center;
}

@media (min-width: 768px) {
    .site-end {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2rem;
    }
}

.site-end h3 {
    color: #646464;
    margin-top: 5.5rem;
    font-weight: 300;
}

.site-end p {
    color: #646464;
    font-size: 1.7rem;
    line-height: 3rem;
    padding: 1.5rem 4rem;
    margin: 0;
}

.box,
.assistance {
    background-color: #ffffff;
    padding: 1.8rem;
    border-radius: 10px;
    box-shadow: 0 2px 0 0 #e5e5e5;
    margin-bottom: 2rem;
}


.video-background {
    position: relative;
    width: 100%;
    height: 100vh; /* O la altura deseada */
    overflow: hidden;
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1; /* Coloca el video detrás del contenido */
}

.video-background .content {
    position: relative;
    z-index: 1; /* Asegura que el contenido esté encima del video */
    color: white; /* Ajusta el color según tu diseño */
    text-align: center;
    padding: 20px;
}