:root {
    --color1: #d80a9b;
    --color2: #1323ff;
    --color3: #ffc013;
    --color4: #57c08b;
  }

/* ---- STYLE WEB ---- */

#slider .titleContainer {
    background: rgb(0 0 0 / 40%);
    position: absolute;
    /* left: 10%; */
    /* padding-left: 10%; */
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* padding-bottom: 4%; */
}

#slider .titleContainer .title {
    font-size: 68px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

#slider .titleContainer .title2 {
    font-size: 40px;
    margin-bottom: 0;
    font-style: italic;
    font-weight: lighter;
    color: #fff;
    text-align: center;
}

#slider .btn {
    background-color: var(--color1);
    color: #fff;
    text-transform: uppercase;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 30px;
}

#slider .btn:hover {
    color: #fff;
}

#slider img {
    object-fit: cover;
    object-position: center;
    height: 500px;
    /* height: 85vh; */
    width: 100%;
}

.frase{
    margin-top: 3rem;
    margin-bottom: 3rem;
}       

.frase .item{  
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  
}


.frase .item .titulo{
    transition: .5s, color .10s;
    -webkit-transition: .5s, color .10s;
    -moz-transition: .5s, color .10s;
}
.frase .item:hover .titulo{
    transform: translatey(-20px);
    -webkit-transform: translatey(-20px);
    -moz-transform: translatey(-20px);
}
/* .titulo{
    transition: .5s, color .10s;
    -webkit-transition: .5s, color .10s;
    -moz-transition: .5s, color .10s;
} */

/* .titulo:hover{
    transform: translatey(-20px);
    -webkit-transform: translatey(-20px);
    -moz-transform: translatey(-20px);
} */
       
                                 
.frase .item span{
    font-size: 100px;
    font-weight: 700;
}



@media (max-width: 500px) {

   
}

div[id] {
    scroll-margin-top: 150px;
}
