.appguard{
    margin: 0 auto;
    /* max-width: 100rem; */
    
    width: 95%;
}

.appguard img{
    width: 100%;
}

.c-logo{
    max-width: 500px;
    margin: 0 auto;
}

.a-logo{
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.conocermas{
    margin: 1rem 0 2rem 0 !important;
    text-align: center !important;
}

.cono-p{
    margin: 0 !important;
    font-weight: 700 !important;
    text-align: center !important; 
    font-size: 2rem !important;
}

@media (min-width: 768px){
    .conocermas{
        display: flex !important;
        gap: 1rem !important;
        align-items: center !important;
    }

    .b-c{
        margin: 0 !important;
    }
}

.b-c{
    /* font-weight: bold; */
    text-decoration: none !important;
    padding: .2rem .7rem !important;
    text-align: center !important;
    margin-top: 1rem !important;
    border-radius: 2rem !important;
    cursor: pointer !important;
    border: none !important;
    transition: all 1s ease !important;
}

.titulo p{
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

.titulo p span{
    color: #ed8600;
}

.cont-texto {
    line-height: 2;
    width: 95%;
    margin: 0 auto;
}

.cont-texto p{
    margin: 0 !important;
    text-align: justify;
}

.cont-texto p span{
    font-weight: bold;
}

.botones{
    text-align: center;
}

.phone{
    margin: 1rem 0;
}

.b{
    /* font-weight: bold; */
    text-decoration: none;
    padding: 1rem 2rem;
    text-align: center;
    margin-top: 2.5rem;
    border-radius: 2rem;
    cursor: pointer;
    border: none;
    transition: all 1s ease;
}

.b-negro{
    background-color: black;
}

.b-naranja{
    background-color: #ed8600;
}

.b-tblanco{
    color: white;
}

.b:hover{
   background-color: darkgray;
}

.b-c:hover{
    background-color: darkgray;
 }

.b-trans{
    background-color: transparent;
}

@media (min-width: 768px){

    .titulo{
        grid-area: titulo;
    }

    .cont-texto{
        grid-area: cont-texto;
    }

    .phone{
        grid-area: phone;
    }

    .botones{
        grid-area: botones;
    }

    .cont{
        display: grid;
        grid-template-areas: 'titulo phone phone phone'
        'cont-texto phone phone phone'
        'botones phone phone phone';
    }
}
.tc{
    /* margin-top: 1rem; */
    padding-bottom: 1rem;
    text-align: center;
}

.btc:hover{
    color: #ed8600;
}

.btc{
    margin-top: 1rem;
    border: none;
    background-color: transparent;
    text-decoration: none;
    transition: all .5s ease;
}

.c-leyenda{
    margin: 2rem 0;
    text-align: center;
}

.botones{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}