* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

html {
    scroll-snap-type: y mandatory;
}

.interface {
    max-width: 1200px;
    margin: 0 auto ;
}

section {
    scroll-snap-align: start;
}

header .btn-contato button, .hero-site button {
    font-size: 20px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    transition: .5s;
}

/* Estilo do header */
header {
    width: 100%;
    padding: 40px;
    position: fixed;
    top: 0;
    left: 0;
}

header .interface {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo img{
    max-width: 160px;
}   

header .menu-desktop nav ul{
    list-style-type: none;
}


header .menu-desktop nav ul li{
    display: inline-block;
    margin: 0 40px;
}

header .menu-desktop ul li a{
    color: #1156A3;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s;
}

.menu-desktop nav a:hover { 
    transform: scale(1.05);
}

.btn-contato {
    display: flex;
    list-style: none;
    width: 200px;
    justify-content: space-between;
    padding-top: 10px;
    /* margin-right: 200px; */
    
}

/* Estilizando a introdução do site */

section.hero-site {
    height: 98vh;
    background-image: url(../images/luxa.org-opacity-changed-img_home\ \(1\).png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #1156A3;
}


.hero-site .interface {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hero-site .txt-hero h1 {
    font-size: 4em;
    line-height: 70px;
    font-weight: 200;
}

.hero-site .txt-hero h1 span {
    display: block;
    font-weight: 800;

}

.hero-site .txt-hero p {
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0;
    padding-top: 10px;
}

.hero-site .txt-hero p span {
    display: block;
}   

.hero-site button {
    width: 240px;
    height: 60px;
    font-size: 20px;
    border: none;
    background-color: #EF412C;
}

.hero-site button:hover {
    transform: scale(1.05);
}

/* Estilizando a seção diferenciais */
.diferenciais-valores {
    height: 98vh;
}

.diferenciais-valores .container-text {
    display: flex;
    justify-content: space-evenly;
}

.diferenciais {
    margin-top: 13rem;
}

.diferenciais-valores .diferenciais p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.9;
}

.objetivo {
    margin-top: 3rem;
    font-size: 15px;
}

#texto {
    color: black;
    margin-top: 0.5rem;
    font-size: 15px;
}

.diferenciais-valores .diferenciais {
    height: 600px;
    width: 600px;
    text-align: left;
    padding-top: 30px;
}

.diferenciais-valores .diferenciais h1 {
    font-size: 3em;
    text-align: left;
    color: #1156A3;
}

.diferenciais-valores .diferenciais h4, h5{
    font-size: 20px;
}

.diferenciais-valores .container-text .diferenciais span {
    color: #1156A3;
    display: block;
    font-weight: 800;
}

.diferenciais-valores .valores{
    margin-top: 15.5rem;
    height: 100px;
    width: 100px;
    text-align: left;
}

.diferenciais-valores .container-text .valores {
    width: 320px;
}

.diferenciais-valores .container-text .valores p{
    color: #1156A3;
    font-size: 12px;
    line-height: 1.9;
}

.diferenciais-valores .container-text .valores span {
    color: #1156A3;
    font-size: 25px;
    font-weight: bolder;
}

#alinha-span {
    padding-left: 2px;
}

/* Estilizando a seção de cursos */
.nossos-cursos {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #E1E1E1;
}



.slides {
    gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    width: 29rem;
    height: 35rem;
    padding: 32px;
    border-radius: 32px;
    margin-top: 30px;
    -webkit-box-shadow: 5px 7px 5px rgba(50, 50, 50, 0.77);
	-moz-box-shadow: 5px 7px 5px rgba(50, 50, 50, 0.77);
	box-shadow: 5px 7px 5px rgba(50, 50, 50, 0.77);
}

.container:hover {
    background-color: #1156A3;
    color: #fff;
    transition: .6s;
}

.prev {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    color: #D41D1D;
    text-decoration: none;
}

.prev-text {
    margin-top: 4px;
}


.title {
    font-size: 25px;
}

.title a {
    text-decoration: none;
    color: black;
}

.title a:hover {
    text-decoration: underline;
    color: #fff;
    font-size:26px;
    transition: .5s;

} 

.tittle-courses {
    margin-top: 190px;
    text-align: center;
    color: #1156A3;
    display: block;
    font-size: 2em;
}

.nossos-cursos h1 {
    font-size: 3em;
    text-align: left;
    color: #1156A3;
}


.content {
    text-align: justify;
    font-size: 18px;
}

img {
    width: auto;
    height: 160px;
}

.footer {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.button {
    background-color: #ED261C;
    color: #fff;
    width: 200px;
    height: 40px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 999px;
}

.dot-box {
    text-align: center;
}

.dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    background-color: #c1c1c1;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color .6s ease;
}

.active, .dot:hover {
    background-color: #D41D1D;
}

.fade {
    animation: fade;
    animation-duration: 1.5s;
}



@keyframes fade {
    from {opacity: .2;}
    to {opacity: 1;}
}
