.header{
    background-image: url('../img/rear-view-of-businessman-talking-on-the-phone-in-gcity.jpg');
    height: 100vh;
    background-size: cover;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 0!important;
}

.header__info{
    margin-top: 20px;
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
}

.header__titulo{
    position: absolute;
    background-color: #ffffff4d;
    padding: 15px;
    border-radius: 15px;

    margin-top: 8%;
    right: 18%;
}

.header__subtitulo{
    font-size: 24px;
    text-align: center;
    width: 410px;
}
.header__logo{
    text-align: center;
    margin-top: 30px;
}

.planes__titulo{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.titulos{
    border-bottom-width: 2px;
    border-bottom-style: solid;
    color: #F16B39 !important;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-bottom: 25px;
}

.aplica__titulo{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    
}

.aplica__texto{
    text-align: justify;
    width: 85%;
    margin: 0 auto;
}
.aplica__imagen{
    max-width: 100%;
    border-radius: 15px;
    max-height: 530px;
    margin-bottom: 20px;
}

.spacer{
    height: 800px;
}

.portafolio__espacio{
    height: 100px;
}

.portafolio .card{
    width: 18rem;
}


@media (max-width: 1450px){
    .portafolio .card{
        width: 100%;
        height: 400px;
    }
    .header{
        height: 90vh;
    }

    .nav_menu{
        height: auto;
    }

    .header__subtitulo{
        font-size: 18px;
        text-align: center;
        width: 310px;
        width: 100%;
    }   

    .header__titulo{
        position: absolute;
        width: 100%;
        text-align: center;

        left: 0;
        margin-top: 100px;
    }

    .header__info {
        margin-top: 20px;
        font-size: 17px;
        font-weight: bold;
        padding: 10px;
    }

    .spacer{
        height: 600px;
    }
}

.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    position: fixed;
}

.nuestros__planes{
    margin-bottom: 100px;
}


/* reenplazo de row y col */
.box {
    padding: 5px 5px 5px 5px;
}
.wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(285px, 1fr));
    grid-column-gap: 6px;
    grid-row-gap: 6px;
} 


