
.hero-section{
    background-image: url('https://pruebas.zeuserp.tech/wp-content/themes/astra-child/assets/img/Rectangle-854.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position-y:-70px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;

}

.hero-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0px 160px 0px 160px;
    position: relative;
    top: -40px;
}

.hero-content{
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
    left: 45px;
    
}

.hero-container img{
    width: 60%;
}

.hero-content a{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 180px;
    /* height: 52px; */
    padding: 10px 0px 10px 0px;
    flex-shrink: 0;
    text-align: center;
    font-size: 20px;
   
}

.hero-title{
    color: #fff;
    font-family: 'ProximaNova', sans-serif;
    font-size: 47px;
    font-style: normal;
    font-weight: 800;
    line-height: 105%;
    text-transform: uppercase;
    width: 658px;
}

.hero-subtitle{
     color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%; /* 40.32px */
}

.titulo-hero{
    display: none;
}


@media (max-width: 1165px) {
    
    .hero-section{
        height: 100%;
    }
    
    .hero-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /* padding: 136px 160px 250px 160px; */
        position: relative;
        /* top: -40px; */
        top: 0px;
        padding: 80px 30px 0px 30px;
    }
    
    .hero-content {
        width: 85%;
        align-items: flex-start;
        left: 0;
    }
    
    .hero-title {
        width: 93%;
    }
    
    .hero-subtitle {
        width: 84%;
    }
    
    
}



@media (max-width: 700px) {
    
   

    
     .hero-container{
        align-items: flex-start;
    
     }
    
    
    .hero-container img{
        width: 93%;
    }
    
    .hero-title {
        font-size:35px;
    }
    
    
    .hero-subtitle {
        font-size: 25px;
    }
    
    
    
    .hero-content a {
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        width: 172px;
        /* height: 52px; */
        padding: 6px 0px 6px 0px;
        flex-shrink: 0;
        text-align: center;
        font-size: 17px;
    }
}


@media (max-width: 400px) {
    .hero-content {
        gap: 8px;
    }
    
    .hero-container{
        padding: 80px 10px 0px 10px;
    }
    
    .hero-title {
        font-size: 31px;
        width: 305px;
    }
    
    .hero-subtitle {
        font-size: 20px;
        width: 305px;
    }
    
   
    
}



