
.contenido{
    display: flex;
    width: 100%;
    height: 500px;
    background-color: white;
    justify-content: center;
}

.content{
    display: flex;
    width: 60%;
    height: auto;
    min-height: 500px;
    background-color: white;
    flex-direction: column;
}

.cont1{
    margin: 10px 0 0 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: 120px;
    background-color: white;
}

.c_text{
    padding: 0 0 0 40px;
    color: black;
}

.cont2{
    display: flex;
    margin: 10px 0;
    border: 0;
    padding: 0;
    width: 100%;
    height: 150px;
    background-color: #D7D7D7;
    align-items: center;
    justify-content: space-around;
    border-radius: 20px;
}

.img{
    display: flex;
    width: 15%;
    height: 90%;
    background-color: #D7D7D7;
    justify-content: center;
    align-items: center;
}

.text{
    padding: 0 0 0 30px;
    display: flex;
    width: 75%;
    height: 90%;
    background-color: #D7D7D7;
    color:black;
    justify-content: center;
    flex-direction: column;
}