:root {
    --azul1: #afc1d0;
    --azul2: #0b1320;
    --azul3: #f3f6fa;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Alegreya SC", serif;
    background-color: var(--azul1);
}

img {
  max-width: 100%;
  height: auto;
}

h2{
    margin-left: 5%;
    font-size: 40px;
    font-weight: normal;
}

/*navbar*/

header {
    width: 100%;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    padding: 15px 25px;
}

#canto {
    display: flex;
    align-items: center;
    gap: 15px;
}

#canto p {
    color: var(--azul3);
    font-size: 35px;
    display: flex;
    align-items: center;
}

.navbar ul {
    list-style: none;
    padding: 0; 
    margin: 0; 
    display: flex; 
    gap: 20px
}

.navbar a {
    color: var(--azul3);
    text-decoration: none;
    font-size: 20px;
}
.navbar a:hover {
    color: var(--azul3);
    text-decoration: underline;
    font-size: 20px;
}

#navbarlogo {
    color: var(--azul3);
    text-decoration: none;
    font-size: 30px;
}

.btn-return {
    background-color: var(--azul3);
    color: #000;
    border: none;
    padding: 5px 10px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
}

.btn-criar-conta {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

/*navbar*/

#container{
    display: flex;
    max-width: 100%; 
}

#image-container{
    position: relative;
    /*width: 100%;*/
    width: 1400px;
}

#image-container img{
    max-width: 100%;
    display: block;
    margin: 0; 
}

/** parte de login */

#pag_login {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(10%, -85%);
  z-index: 2;
}

#pag_login h1 {
    font-family: "Gloria Hallelujah", cursive;
    color: var(--azul2);
    font-size: 40px;
}

#pag_login p {
    color: var(--azul2);
    font-size: 12px;
    margin-top: -15px;
}

p a {
    color: var(--azul2);
    font-weight: bold;
    text-decoration: underline;
}

#formulario1 {
    max-width: 350px;
    margin: 20px auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: "Alegreya SC", serif;
}

.esqueceu-senha {
  font-size: 13px;
  margin-top: -4px;
  margin-left: 80px;
  display: inline-block;
  color: var(--azul2);
}

.campo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.campo label {
    width: 60px;
    color: var(--azul2);
}

.campo input {
    height: 30px;
    width: 100%;
    border-radius: 25px;
    border: none;
    background-color: var(--azul2);
    color: var(--azul3);
    font-family: "Alegreya SC", serif;
    font-size: 15px;
    flex: 1;
    padding: 8px;
}

#btn-entrar {
    background-color: #000;
    color: var(--azul3);
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 18px;
    font-family: "Alegreya SC", serif;
    cursor: pointer;
    margin: 0px auto;
    display: block;
}

#btn-entrar:hover {
    background-color: #333;
    transition: 0.3s;
}

form {
    width: 100%;
}

/** parte de login */

#citacao{ 
  position: absolute;
  top: 80%;
  left: 55%;
  transform: translate(-15%, -50%);
  z-index: 1;
  color: var(--azul2);
  font-size: 130%;
}

#direita{
    display: flex;
    flex-direction: column;
    /*width: 80%;*/
    width: 1000px;
    height: 580px;
}


#destaques {
    margin: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    width: 90%;
    position: relative;
    height: 100%;
}

#destaques .column {
    width: 50%;
    text-align: center;
    align-items: center;
    flex: 1;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

/*#destaques .column:first-child {
    border-right: 5px dashed var(--azul2);
}*/
    
#destaques::after {
    content: "";

    position: absolute;

    top: 0;
    bottom: 0;

    left: 50%;
    transform: translateX(-50%);

    border-right: 5px dashed var(--azul2);
}/**Linha divisória*/

.column h2{
    font-size: 27px;
    color: white;
    margin: 0;
    text-align: center;
}

#destaques img{
    display: block;
    width: 220px;
    border-radius: 10%;
}

/**Slider*/

.sec-slider {
    width: 100%;
    padding: 60px 0;

    margin-top: -4%;

    /*display: flex;*/
    justify-content: center;
    align-items: center;
}

.container-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.container-images {
    position: relative;

    width: 1060px;
    height: 500px;
    margin-top: -6%;
    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

/* imagens */
.slider {
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease;
}

.slider img{
    width: 400px;
    height: 250px;

    object-fit: cover;

    border-radius: 25px;
    display: block;
}
/* imagem principal */
.slider.active {
    transform: translateX(0) scale(1.1);

    opacity: 1;

    z-index: 3;
}

/* esquerda */
.slider.left {
    transform: translateX(-350px) scale(0.8);

    opacity: 0.5;

    z-index: 2;
}

/* direita */
.slider.right {
    transform: translateX(350px) scale(0.8);

    opacity: 0.5;

    z-index: 2;
}

/* botões */
#prev-button,
#next-button {
    width: 50px;
    height: 50px;

    border: none;
    background: transparent;

    cursor: pointer;

    flex-shrink: 0;
    margin-top: -6%;
}

#prev-button img,
#next-button img {
    width: 100%;
}

#prev-button {
    transform: rotate(180deg);
}