/* Style Header */

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 12rem;
    /* background-color: var(--grey-colors-800); */
    background-color: var(--logo-blue);
    display: flex;

    z-index: 1;
}

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

header nav {
    display: flex;
    align-items: center;
}

header .menu-mobile {
    display: none;
}

header nav ul {
    display: flex;
    margin-right: 3.2rem;
}

header nav ul li {
    margin-left: 3.2rem;
}

header nav ul li:first-child{
    margin-left: 0px;
}

header nav .btn-primary {
    padding: 0.9rem 3.4rem;
}


/* Style Section Hero */
.s-hero .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}

.s-hero {
    padding: 7.2rem 0px;
    margin-top: 8.8rem;
}

.s-hero .text {
    width: 100%;
    max-width: 62.2rem;
}


.s-hero .text h1 {
    margin-bottom: 2rem;
}

.s-hero .text p {
    margin-bottom: 5.6rem;
    max-width: 48.8rem;
    font-size: 1.8rem;
    line-height: 150%;

    color: var(--grey-colors-300);

}

.s-hero .text .btn-primary {
    padding: 1.7rem 3.7rem;
    transition: all .4s;
    text-align: center;
}

.s-hero .text .btn-primary:hover {
    background-color: var(--logo-blueh2);
    
}

.s-hero .image {
    width: 100%;
    /* max-width: 48.8rem; */
    /* height: 49.6rem; */
    background-color: var(--grey-colors-800);
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-hero .image1 {
    width: 100%;
    /* max-width: 48.8rem; */
    /* height: 49.6rem; */
    /* background-color: var(--grey-colors-800); */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Section featured cards */

.s-card-featured {
    background-color: var(--grey-colors-100);
    padding-top: 10.4rem;
    padding-bottom: 10.2rem;
}

.s-card-featured .main-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 12.5rem;
}

.s-card-featured .title {
    display: flex;
    flex-direction: column;
}

.s-card-featured .title.center {
    align-items: center;
}

.s-card-featured .title p {
    margin-top: 0.8rem;
}

.s-card-featured p {
    color: var(--white-colors-text);
}

.s-card-featured .all-cards {
    display: flex;
    justify-content: space-between;

    margin-top: 4.8rem;
}

.s-card-featured .all-cards .card {
    width: 100%;
    max-width: 384px;
    height: 382px;
    background-color:rgba(28, 29, 31, 0.5);

    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6.4rem;

    cursor: pointer;

    transition: transform .3s;
}

.s-card-featured .all-cards .card:hover {
    transform: scale(1.05);
} 

.s-card-featured .all-cards .card.white {
    background-color: var(--white);
    box-shadow: 0px 16px 80px -4px rgba(194, 37, 92, 0.08);
  
} 

.s-card-featured .all-cards .card.white .info h3{
    color: var(--grey-colors-100);
}

.s-card-featured .all-cards .card.white .info p {
    color: var(--grey-colors-300);
}

.s-card-featured .all-cards .card .info {
    margin-top: 4rem;
    max-width: 28.8rem;
}

.s-card-featured .all-cards .card .info h3 {
    text-align: center;
    margin-top: 0.8rem;
    line-height: 150%;
}


.s-card-featured .all-cards .card .info p {
    text-align: center;
    margin-top: 0.8rem;
}

.s-card-featured .section-area {
    margin-top: 11.2rem;
}


.s-card-featured .section-area .top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 6.4rem;
}

.section-area .all-images {
    display: flex;
    justify-content: space-between ;
    flex-wrap: wrap;
    gap: 3.2rem;
}

.section-area .all-images .image {
    background-color: var(--grey-colors-200);
    width: 100%;
    max-width: 176px;
    height: 112px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    transition: transform .3s;
}

.section-area .all-images .image:hover {
    transform: scale(1.1);
}

.image {
    position: relative;
    text-align: center;
    color: white;    
    font-size: 2rem;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.s-newsletter {
    background-color: var(--grey-colors-200);
    padding: 15.2rem 0rem;
}

.s-newsletter .faca-parte {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s-newsletter .faca-parte h2 {
    margin-bottom: 2rem;
    text-align: center;
}

.s-newsletter .faca-parte p {
    width: 100%;
    max-width: 69.4rem;
    text-align: center;
    color: var(--white-colors-text);
    line-height: 150%;

    margin-bottom: 4rem;
}

.s-newsletter .faca-parte a {
    padding: 1.75rem 4.1rem;
    transition: all .4s;
}

.s-newsletter .faca-parte a:hover {
    background-color: var(--logo-blueh2);
}

footer {
    background-color: var(--grey-colors-100);
    padding-top: 8.8rem;
    padding-bottom: 4rem;

    
}

footer main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    padding-bottom: 7.2rem;
}

footer main .area-left {
    width: 100%;
    max-width: 28.1rem;
}

footer main .area-left p{

    font-size: 1.4rem;
    line-height: 150%;
    color: var(--white-colors-text);
    margin-top: 3.5rem;
}

footer main nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    width: 100%;
    max-width: 77.7rem;
}

footer main nav .item h6{
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -1px;
    color: var(--white);

    margin-bottom: 2.4rem;
}

footer main nav .item ul li {
    margin-top: 3.2rem;
}

footer main nav .item ul li:last-child {
    margin-bottom: 0;
}

footer main nav .item ul li a {
    font-family: 'Sora', sans-serif;
    font-size: 1.4rem;
    line-height: 105%;
    color: var(--white-colors-text);

    display: flex;
    align-items: center;
    transition: all .4s;
}

footer main nav .item ul li a:hover {
    color: var(--white);
}

footer main nav .item ul li a span {
    margin-left: 0.8rem;
}

footer .copy {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-top: 3.1rem;
}

footer .copy p {
    font-size: 1.4rem;
    line-height: 150%;
    color: var(--white-colors-text);
}



/* Section: Contact */

/* #contact .container {
    display: flex;
} */


#contact .container .contact-form p {
    margin: 0.75rem 0;
  }

  #contact .btn {
    display: inline-block;
    color: #fff;
    background: #93cb52;
    padding: 0.5rem 2rem;
    border: none;
    border-radius: 5px;
  }
  
  #contact .btn:hover {
    background: var(--logo-yellow);
  }
  
  #contact .btn-dark {
    background: #333;
    color: #fff;
  }
  

#contact .m-heading {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    line-height: 1.1;
  }
  
#contact .p-2 { padding: 2rem; }

#contact {
    display: flex;
    margin: 10rem 0 5rem 0;
    
  }
  
  #contact .map, #contact .contact-form {
    flex: 1;
    background-color: var(--logo-blue);
    margin: 5rem 0 0 0;
  }
  
  #contact .contact-form .form-group {
    margin: 0.75rem;
  }
  
  #contact .contact-form label {
    display: block;
    line-height: 150%;
  }
  
  #contact .contact-form input,
  #contact .contact-form textarea {
    width: 100%;
    padding: 0.5rem;
  }
  
  #success {
    margin: 15rem 0 5rem 0;
  }

/* #success .container {
    max-width: 1100px;
    margin: auto;
    padding: 0 2rem;
    overflow: hidden;
  } */
  
  #success .l-heading {
    font-size: 4rem;
    margin-bottom: 0.75rem;
    line-height: 1.1;
  }



