@import url(https://db.onlinewebfonts.com/c/543092172c7d9a62dc51fa0fc510b6cf?family=Everett+Regular);

:root {
    --verde: #219150;
    --rojo-claro: #a12a1ace;
    --negro: #10221b;
    --gris: #656262;
    --blanco: #fff;
    --blanco-suave: #eee;
    --border: 2px solid var(--negro);
    --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    --rosa: rgba(255, 0, 0, 0.8);

}


section {
    background-image: none;
    color: var(--blanco-suave);
}


/**Profesionales**/
.row-beneficios h2 {
    font-size: 3rem;
    text-align: center;
    padding: 1rem;
    margin-left: .5rem;
}




/*linea Roja*/
.row-beneficios {
    border-bottom: 1px solid var(--rojo-claro);
    margin-bottom: 4rem;
    padding: 1rem;
    margin-left: 8rem;
    margin-right: 8rem;

}

.row-beneficios span {
    font-size: 1.5rem;
}




/**Fin de Arquitectos Hbilitados**/

/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}*/
.face  label{
    font-size: 2rem;
}
.card-flip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: var(--blanco-suave);
}


.card-flip .card {
    position: relative;
    width: 280px;
    height: 250px;
    margin: 20px;
}

.card-flip .card .face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .8s;

}

.card-flip .card .front {
    transform: perspective(600px) rotateY(0deg);
    box-shadow: 0 5px 10px #000;

}

.card-flip .card .front img {
    clip-path: circle(30%);
    position: relative;
    width: 40%;
    height: 40%;
    float: left;    


}


.card-flip .card .front p {
    
    color: var(--negro);

}


.card-flip .card .front h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    text-align: center;
    font-weight: normal;
}

.card-flip .card .back {

    transform: perspective(600px) rotateY(180deg);
    background: var(--blanco-suave);
    padding: 15px;
    color: var(--negro);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-shadow: 0 5px 10px #000;
    font-weight: normal;
}

.card-flip .card .back .link {
    border-top: solid 1px #f3f3f3;
    height: 50px;
    line-height: 50px;
}

.card-flip .card .back .link a {
    color: #f3f3f3;
    font-weight: normal;
}

.card-flip .back p {
    font-size: 10px;
    margin-top: 20px;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 1.2rem;
}

.card-flip .card .back p {
    letter-spacing: 1px;
    font-weight: normal;
}

.card-flip .card:hover .front {
    transform: perspective(600px) rotateY(180deg);
}

.card-flip .card:hover .back {
    transform: perspective(600px) rotateY(360deg);
}


/**capacitaciones**/

.home .row-capacitaciones h2 {
    font-size: 3rem;
    text-align: center;
    padding: 2rem;
    margin-top: 2rem;
    color: var(--negro);
    text-transform: uppercase;
}

.principal-capacitaciones p {
    margin-top: 2rem;
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: normal;
    text-align: justify;

}

.principal-capacitaciones span {
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;

}


img {
    height: 65%;
    width: 50%;
    margin-bottom: 1rem;
}