*{
    margin: 0;
}

/***********************************HEROE HEADER ******************************************/

#heroe-banner{
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden; 
    border-radius: 3rem 3rem 0 0;
    width: 100%;
    height: 100vh;
    top: 5em;
    z-index:0;
}

#heroe-banner #banner-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#heroe-banner #title-heroe{
    position: absolute;
    top: 42.5vh;
    left: 2vw;
    color: white;
    font-size: 4rem;
    z-index: 1;
}

/***********************************PORTAFOLIO CONECTA ******************************************/

#portafolio-conecta{
    border-radius: 3rem 3rem 0 0;
    background-color: white;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-top: 7rem;
    padding-bottom: 2rem;
    display: flex;
    z-index:1;
}

#portafolio-conecta section:nth-child(1) button{
    -webkit-appearance: none; 
    appearance: none;
    cursor: pointer;
    border: 1px solid black;
    background-color: black;
    padding: 0.4rem 1.5rem;
    border-radius: 1.5rem;
    font-style: italic;
    margin-right: 4rem;
    margin-left: 3.5rem;
    color: #DFDFDF;
    font-size: 1rem;
    transition: background-color 0.5s;
}

#portafolio-conecta section:nth-child(1) button:hover{
    border: 1px solid #ffc057;
    background-color: #ffc057;
    color: black;
}

#portafolio-conecta section:nth-child(2) {
    margin-top: 3rem;
}

#portafolio-conecta section:nth-child(2) p{
    font-size: 2.5rem;
    text-align: center;
}

#portafolio-conecta section:nth-child(2) p:nth-child(3){
    margin-top: 3rem;
    font-size: 1.3rem;
    font-style: italic;
    text-align: center;
}

#portafolio-conecta section:nth-child(3){
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 2rem;
    padding: 0 8rem;
}

#portafolio-conecta section:nth-child(3) .row-portafolio{
    display: flex;
    flex-direction: row;
    margin-top: 2rem;
}


/***********************************FORMULARIO CONECTA ******************************************/

#form-contacto-conecta{
    top: 1rem;
}

/**********************************PRINCIPAL CARD ******************************************/

.card-portafolio{
    display: flex;
    flex-direction: column;
    margin: 0 1em;
    flex: 1;
    cursor: pointer;
}

.principal-card {
    flex: 2;
}

.card-portafolio img{
    max-width: 100%; 
    max-height: 100%;
    border-radius: 3rem;
    height: 100%;
}

.card-portafolio p{
    height: auto;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
}







