@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/century-gothic.ttf');
    font-weight: normal;
    font-style: normal;
}

/* Geral */

* {
    padding: 0;
    margin: 0;
    font-family: Century Gothic;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* Whatsapp Button */

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-button img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.whatsapp-button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

/* Header */

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    width: 100%;
    margin-bottom: 3rem;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.2px) saturate(180%);
    -webkit-backdrop-filter: blur(0.2px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1.5rem;
    padding: 0rem 1rem;
}

header h1 {
    color: white;
    font-size: 1.8rem;
}

.logo-header img {
    object-fit: contain;
    height: auto;
    width: 12rem;
    background: rgba(255, 255, 255, 0.5); 
    border-radius: 1.5rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.5); 
    border-radius: 1.5rem;
    margin-top: 0.3rem;
}

/* Section Hero */

section.hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
}

.hero-container {
    max-width: 1280px;
    width: 100%;
}

.hero-container h1 {
    color: white;
    font-size: 3rem;
    margin-bottom: 2rem;
}

.hero-container p.disclaimer {
    color: white;
    font-weight: bolder;
    margin-bottom: 2rem;
    background-color: #FF4B1E;
    padding: 1rem;
    border-radius: 1.5rem;
    max-width: 100%;
    width: 30%;
}

.hero-container p {
    color: white;
    max-width: 100%;
    width: 30%;
}

.hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background: linear-gradient(to right, #123762, transparent);
  z-index: -1;
  pointer-events: none; 
}

/* Section App */

section.app {
    background-color: #123762;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6rem;
    padding-top: 7rem;
    overflow: visible;

}

section.app .container-app {
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.app .options-app {
    display: flex;
}

.download-app {
    text-align: center;
    color: white;
    position: relative;
    top: -3rem;
}

.download-app .text-app h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.download-app .options-app {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1rem;
}

.download-app .options-app a {
    display: inline-block;
}

.download-app .options-app a img {
    width: 12rem;
    height: 4rem;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.download-app .options-app a img:hover {
    transform: scale(1.1);
}

section.app .img-app {
    position: relative;
    top: -6rem;
    left: 8rem;
    z-index: 10;
}

section.app .img-app img {
    width: 40rem;
    height: auto;
    object-fit: contain;
    overflow: visible;
}

/* Section Benefits-list */

section.benefits-list {
    background-image: url('../img/bg-benefits-list.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    z-index: 20;
    position: relative;
}

.benefits-list-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
}

.benefits-list-container h1 {
    color: white;
    font-size: 2.5rem;
}

.benefits-list-container p {
    color: white;
    margin-bottom: 2rem;
}

.list-items {
    display: flex;
    max-width: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 0.5rem 0;
}

.list-items a {
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.5px) saturate(180%);
    -webkit-backdrop-filter: blur(0.2px) saturate(180%);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem;
    text-decoration: none;
    color: white;
    font-weight: bolder;
    font-size: 1.5rem;
    max-width: 100%;
    width: 40%;
    text-align: center;
}

.list-items a:nth-child(2) {
    background: rgba(0, 80, 180, 0.4);
}

/* Section Funeral */

section.funeral {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.container-funeral {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 100%;
}

.funeral-left {
    max-width: 100%;
    width: 40%;
    background-image: url('../img/bg-left-funeral.png');
    background-size: cover;
    background-position: center;
    height: 85vh;
}

.funeral-right {
    max-width: 100%;
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.funeral-right-container {
    max-width: 100%;
    width: 75%;
}

.funeral-header {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    font-size: 1.5rem;
    color: #123762;
    margin-bottom: 2rem;
}

.funeral-right p {
    color: #123762;
}

.funeral-right img {
    object-fit: contain;
    height: auto;
    width: 12rem;
}

.funeral-right a {
    color: white;
    text-decoration: none;
    font-weight: bolder;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #FF4B1E;
    border: 1px solid #FF4B1E;
    font-size: 1.5rem;
}

/* Section Residential */

section.residential {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #123762;
    padding: 3rem 0;
    position: relative;
    z-index: 20;
}

.container-residential {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
}

.container-residential .cards {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-residential h1 {
    font-size: 4rem;
    color: white;
}

.container-residential .cards {
    gap: 3rem;
    text-align: center;
    margin-top: 3rem;
    max-width: 100%;
    width: 80%;
}

.container-residential .cards h2 {
    font-size: 1.5rem;
    color: #FF4A22;
    border: 1px solid white;
    border-radius: 1.5rem 1.5rem 0 0;
    background-color: white;
    padding: 0.5rem;
}

.container-residential .cards p {
    font-size: 1rem;
    font-weight: bold;
    color: white;
    border: 1px solid #FF4A22;
    padding: 0.5rem;
    background-color: #FF4A22;
    border-radius: 0 0 1.5rem 1.5rem;
    height: 6rem;
    display: flex;
    align-items: center;
    text-align: justify;
}

.container-residential .card {
    max-width: 100%;
    width: 80%;
}

.container-residential a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    border: 1px solid #FF4A22;
    background-color: #FF4A22;
    padding: 1rem;
    border-radius: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.container-residential .disclaimer {
    font-weight: bold;
    color: white;
    max-width: 100%;
    width: 75%;
    text-align: center;
}

.sulamerica-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    text-align: center;
    max-width: 100%;
    width: 80%;
}

.sulamerica-contact .contact-button {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 80%;
}

.sulamerica-contact .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 80%;
}

.sulamerica-contact .logo img {
    object-fit: contain;
    width: 23rem;
    height: auto;
}

/* Section Basic-Born */

section.basic-born {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/bg-basic-born.png');
    background-size: cover;
    background-position: center;
    padding: 3rem 0;
}

.basic-born-container {
    max-width: 1280px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6rem;
}

.basic-born-card {
    max-width: 100%;
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-weight: bolder;
    text-align: justify;
}

.basic-born-card img:nth-child(1) {
    object-fit: contain;
    height: auto;
    width: 6rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.5); 
    border-radius: 1.5rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.5); 
    border-radius: 1.5rem;
    margin-top: 0.3rem;
    position: absolute;
    bottom: 93%;
    left: 80%;
    z-index: 999;
}

.basic-born-card img:nth-child(2) {
    object-fit: contain;
    height: auto;
    width: 25rem;
    margin-bottom: 1rem;
    align-self: center;
}

.basic-born-card h2 {
    margin-bottom: 1rem;
    font-size: 2rem;
    max-width: 100%;
    width: 100%;
}

.card-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(0, 80, 180, 0.4);
    border-radius: 1rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.5px) saturate(180%);
    -webkit-backdrop-filter: blur(0.2px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem;
    margin-bottom: 1rem;
    max-width: 100%;
    width: 100%;
    height: 28rem;
}

.card-container-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 1rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.5px) saturate(180%);
    -webkit-backdrop-filter: blur(0.2px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem;
    margin-bottom: 1rem;
    max-width: 100%;
    width: 100%;
    height: 28rem;
}

.basic-born-card h1 {
    align-self: center;
    font-size: 3.5rem;
}

.basic-born-card a {
    margin-top: 1rem;
    align-self: center;
    text-decoration: none;
    color: white;
    font-size: 1.5rem;
    background-color: #123762;
    padding: 1rem;
    border-radius: 1rem;
}

/* Section Accidents */

section.accidents {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 3rem 0;
}

.container-accidents {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
}

.accidents-left {
    max-width: 100%;
    width: 50%;
}

.accidents-right {
    max-width: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.accidents-left h1 {
    font-size: 4rem;
    color: #123762;
    margin-bottom: 2rem;
}

.accidents-left p {
    font-weight: bold;
    color: #123762;
    font-size: 1.3rem;
    max-width: 100%;
    width: 90%;
}

.accidents-right a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    border: 1px solid #FF4A22;
    background-color: #FF4A22;
    padding: 1rem;
    border-radius: 1.5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.accidents-right .logo img {
    object-fit: contain;
    width: 18rem;
    height: auto;
    margin-top: 3rem;
}

.accidents-right p {
    color: #123762;
    font-weight: bold;
    margin: 1rem 0;
    max-width: 100%;
    width: 80%;
}

.accidents-right h2 {
    text-align: center;
    font-size: 2rem;
    color: #FF4A22;
}

/* Section Giveaway */

section.giveaway {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../img/bg-giveaway.png');
    background-size: cover;
    background-position: top;
    padding: 3rem 0;
}

.giveaway-container {
    max-width: 1280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: white;
    text-align: justify;
}

.giveaway-container h1 {
    color: white;
    font-size: 3rem;
    margin-bottom: 2rem;
}

.giveaway-container p {
    margin-bottom: 2rem;
    max-width: 100%;
    width: 50%;
}
.giveaway-container span:nth-of-type(2) {
    margin-bottom: 2rem;
}

.value-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 1rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0) saturate(180%);
    -webkit-backdrop-filter: blur(0.2px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem;
    margin-bottom: 1rem;
    gap: 1rem;
}

.value-container img {
    object-fit: contain;
    height: auto;
    width: 6rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.5); 
    border-radius: 1.5rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.5); 
    border-radius: 1rem;
    margin-top: 0.3rem;
    position: absolute;
    bottom: 75%;
    left: 90%;
    z-index: 999;
}

.value-container p {
    font-size: 4rem;
    font-weight: bolder;
    width: 100%;
    margin-bottom: 0;
}

.giveaway-container a {
    background-color: #FF4A22;
    border: 1px solid #FF4A22;
    color: white;
    text-decoration: none;
    padding: 1rem;
    border-radius: 1rem;
    font-weight: bolder;
    font-size: 1.5rem;
}

/* Section Health */

section.health {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 20;
    background-color: #FF4A22;
    padding: 3rem 0;
}

.container-health {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1280px;
    width: 100%;
}

.left-health {
    max-width: 100%;
    width: 50%;
}

.right-health {
    max-width: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
}

.left-health h1 {
    color: white;
    font-size: 2.5rem;
}

.left-health h1 span {
    border: 1px solid #123762;
    border-radius: 1rem;
    background-color: #123762;
    padding: 0.2rem;
}

.left-health p {
    color: white;
    font-weight: bold;
}

.left-health .health-cards {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.health-cards .cards {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 90%;
    font-size: 1.2rem;
    gap: 0.5rem;
}

.health-cards .cards p {
    border: 1px solid #123762;
    background-color: #123762;
    padding: 0.5rem;
    border-radius: 1rem;
    max-width: 100%;
    width: 100%;
    text-align: center;
}

.health-cards p.white {
    background-color: white;
    border: 1px solid white;
    color: #FF4A22;
}

p.health-disclaimer {
    color: #123762;
    margin-bottom: 2rem;
}

.left-health a {
    border: 1px solid white;
    background-color: white;
    text-decoration: none;
    color: #FF4A22;
    font-weight: bolder;
    padding: 1rem;
    font-size: 1.2rem;
    border-radius: 1.5rem;
}

.right-health img {
    object-fit: contain;
    height: auto;
    width: 30rem;
    margin-bottom: 1rem;
}

.right-health p {
    color: white;
    font-weight: bolder;
}

/* Section Pet */

section.pet {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 3rem 0;
}

.pet-container {
    max-width: 1280px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.pet-left {
    max-width: 100%;
    width: 50%;
}

.pet-header {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-bottom: 0.5rem;
}

.pet-header h1 {
    font-size: 3.5rem;
    color: #FF4A22;
}

.pet-header img {
    object-fit: contain;
    height: auto;
    width: 10rem;
}

.pet-left p {
    color: #123762;
    font-weight: bold;
}

.pet-left .benefits-list {
    margin: 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.pet-left .benefits-list p {
    color: white;
    background-color: #123762;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid #123762;   
}

.pet-right {
    max-width: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pet-right img {
    object-fit: contain;
    height: auto;
    width: 35rem;
}

.pet-left a {
    border: 1px solid #FF4A22;
    background-color: #FF4A22;
    text-decoration: none;
    color: white;
    font-weight: bolder;
    padding: 1rem;
    font-size: 1.2rem;
    border-radius: 1.5rem;
}

/* Section Help Desk */

section.help-desk {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #123762;
}

.help-desk-container {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.help-left {
    max-width: 100%;
    width: 50%;
    background-image: url('../img/bg-help-left.png');
    background-size: cover;
    background-position: center;
    height: auto;
    min-height: 100%;
}

.help-right {
    max-width: 100%;
    width: 50%;
    background-size: cover;
    background-position: center 10rem;
    background-repeat: no-repeat;
    height: auto;
    display: flex;
    padding: 2rem 0;
}

.help-right-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-right: 5rem;
    text-align: right;
    font-weight: bold;
}

.help-header {
    display: flex;
    gap: 2rem;
}

.help-header img {
    object-fit: contain;
    height: auto;
    width: 6rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.5); 
    border-radius: 1.5rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.5); 
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.help-header h1 {
    color: #FF4A22;
    font-size: 3rem;
}

.help-right-container p {
    color: white;
}

.help-right-container .benefits-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

.help-right-container .benefits-list p {
    padding: 1rem;
    background: rgba(255, 255, 255, 0.15); 
    border-radius: 1.5rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.5); 
    border-radius: 1rem;
}

.help-right-container a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    border: 1px solid #FF4A22;
    background-color: #FF4A22;
    padding: 1rem;
    border-radius: 1.5rem;
}

/* Section DIH */

section.dih {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.dih-container {
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dih-left {
    max-width: 100%;
    width: 50%;
    margin-left: 4rem;
}

.dih-left h1 {
    font-size: 3.5rem;
    color: #FF4A22;
    margin-bottom: 1rem;
}

.dih-left p {
    color: #123762;
    font-weight: bolder;
    max-width: 100%;
    width: 90%;
    text-align: justify;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.dih-left p:nth-of-type(2) {
    background-color: #FF4A22;
    color: white;
    text-align: center;
    border-radius: 1rem;
    max-width: 100%;
    width: 50%;
    padding: 1rem;
}

.dih-left p:nth-of-type(3) {
    font-weight: 100;
}

.dih-right {
    max-width: 100%;
    width: 50%;
    background-image: url('../img/bg-dih-right.png');
    background-position: center;
    background-size: cover;
    height: 80vh;
}

.dih-footer {
    display: flex;
    gap: 2rem;
    align-items: center;
    margin-top: 3rem;
}

.dih-footer img {
    object-fit: contain;
    height: auto;
    width: 10rem;
}

.dih-footer a {
    border: 1px solid #FF4A22;
    background-color: #FF4A22;
    text-decoration: none;
    color: white;
    font-weight: bolder;
    padding: 1rem;
    font-size: 1.2rem;
    border-radius: 1.5rem;
}

/* Footer */

footer {
    background-color: #123762;
    color: white;
    padding-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

footer .container-footer {
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5rem;
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 2rem;
}

footer .footer-info {
    flex: 1;
    text-align: left;
    line-height: 1.5;
}

footer .footer-info p {
    margin: 0.5rem 0;
}

footer .apps-img {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

footer .apps-img img {
    width: 10rem;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

footer .apps-img img:hover {
    transform: scale(1.1);
}

.footer-bottom {
    margin-top: 20px;
    font-size: 0.9rem;
    color: #f5f5f5;
    text-align: center;
    border-top: 1px solid #FF4A22;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-bottom a {
    text-decoration: none;
    color: #FF4A22;
}

.contacts a {
    color: #FF4A22;
}

.contacts .whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts .whatsapp img {
    object-fit: contain;
    height: 30px;
    width: 30px;
    margin-right: 0.5rem;
}

@media (max-width: 1100px) {
    * {
        overflow-x: hidden;
    }

    header {
        width: 90%;
    }

    section.hero {
        padding: 1rem 0;
    }

    .hero-container {
        width: 90%;
    }

    .hero-bg-video {
        max-width: 100%;
        width: 100%;
    }

    section.app {
        padding: 2rem 0;
        margin: 0;
        height: auto;
    }

    .download-app {
        top: 0;
    }

    .img-app img {
        display: none;
    }

    .funeral-left {
        display: none;
    }

    .funeral-right {
        width: 90%;
    }

    .funeral-right-container {
        width: 100%;
        overflow-y: hidden;
        padding-bottom: 1rem;
    }

    section.funeral {
        padding: 1rem 0;
    }

    .funeral-header {
        gap: 0;
    }

    .funeral-header h1 {
        font-size: 1.5rem;
    }

    .funeral-right a {
        font-size: 1rem;
    }

    .basic-born-container {
        flex-direction: column;
    }

    .basic-born-card {
        width: 50%;
    }

    .basic-born-card h2 {
        text-align: center;
    }

    .card-container {
        width: 90%;
    }

    .card-container-2 {
        width: 90%;
    }

    .basic-born-card img:nth-child(1) {
        display: none;
    }

    .container-accidents {
        flex-direction: column;
    }

    .accidents-left {
        width: 90%;
    }

    .accidents-left p {
        text-align: justify;
    }

    .accidents-right {
        width: 90%;
    }

    .accidents-right p {
        text-align: justify;
    }

    .giveaway-container {
        width: 90%;
    }

    .value-container img {
        display: none;
    }

    .value-container p {
        font-size: 3rem;
        width: 100%;
    }

    .pet-container {
        width: 90%;
    }

    .pet-left {
        width: 100%;
        padding: 1rem 0;
    }

    .pet-right {
        display: none;
    }

    .help-left {
        display: none;
    }

    .help-right {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .help-right-container {
        align-items: center;
        margin-right: 0rem;
    }

    .container-footer {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    section.hero {
        padding: 1rem 0;
    }

    header {
        width: 85%;
        margin-bottom: 1rem;
    }

    header h1 {
        font-size: 1.2rem;
    }

    .logo-header img {
        width: 6rem;
    }

    .hero-container h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .hero-container p.disclaimer {
        width: 80%;
        text-align: justify;
        margin-bottom: 1rem;
    }

    .hero-container p {
        width: 90%;
    }
    
    .download-app .text-app h1 {
        font-size: 1.5rem;
    }

    .download-app .options-app a img {
        width: 8rem;
    }

    .container-app {
        width: 90%;
    }

    section.benefits-list {
        padding: 2rem 0;
    }

    .benefits-list-container h1 {
        font-size: 1.5rem;
    }

    .list-items {
        flex-direction: column;
    }

    .list-items a {
        width: 80%;
    }

    .container-residential h1 {
        font-size: 1.5rem;
    }

    .container-residential .cards {
        flex-direction: column;
    }

    .container-residential .cards h2 {
        font-size: 1.2rem;
    }

    .container-residential .cards p {
        font-size: 0.8rem;
        height: auto;
        display: flex;
        align-items: flex-start;
        padding: 0.5rem 0.5rem;
    }

    .sulamerica-contact {
        flex-direction: column;
        gap: 0;
    }

    .sulamerica-contact .logo {
        margin-bottom: 2rem;
    }

    .basic-born-card {
        width: 90%;
    }

    .basic-born-card p {
        font-size: 0.8rem;
    }

    .basic-born-card img:nth-child(2) {
        width: 17rem;
    }

    .accidents-left h1 {
        font-size: 2rem;
        text-align: center;
    }

    .accidents-right a {
        font-size: 1rem;
    }

    .accidents-right .logo img {
        width: 10rem;
    }

    .giveaway-container {
        align-items: center;
    }

    .giveaway-container h1 {
        font-size: 2rem;
        text-align: center;
    }

    .giveaway-container p {
        width: 100%;
    }

    .value-container p {
        font-size: 2rem;
    }

    section.giveaway {
        background-position: center;
    }

    .giveaway-container a {
        font-size: 1rem;
    }

    .container-health {
        flex-direction: column;
    }

    .left-health {
        width: 90%;
        padding-bottom: 3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .left-health p {
        text-align: justify;
    }

    .right-health {
        width: 90%;
    }

    .left-health h1 {
        font-size: 2rem;
        text-align: center;
    }

    .left-health h1 span {
        font-size: 1rem;
    }

    .health-cards .cards p {
        font-size: 1rem;
        height: 3rem;
        align-self: center;
        justify-self: center;
    }

    .right-health img {
        width: 15rem;
    }

    .right-health p {
        text-align: center;
    }

    .pet-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .pet-left h1 {
        font-size: 1.5rem;
    }

    .pet-header img {
        width:  5rem;
    }

    .pet-header {
        margin-bottom: 1rem;
    }

    .help-right-container {
        max-width: 100%;
        width: 90%;
    }

    .help-right {
        height: 70rem;
        background-position: center 23rem;
        text-align: justify;
    }

    .help-right-container a {
        font-size: 1rem;
    }

    .container-footer {
        max-width: 100%;
        width: 90%;
    }

    .apps-img img {
        width: 8rem !important; 
    }

    section.dih {
        padding: 2rem 0;
    }

    .dih-left {
        width: 90%;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .dih-left h1 {
        font-size: 2rem;
    } 

    .dih-left p:nth-of-type(2) {
        width: 90%;
    }

    .dih-right {
        display: none;
    }

    .dih-footer {
        flex-direction: column;
    }

    .giveaway-container {
        font-weight: bolder;
    }

    .basic-born-container {
        gap: 2rem;
    }

    .basic-born-card a {
        font-size: 1rem;
    }

    .card-container {
        height: auto;
    }

    .card-container-2 {
        height: auto;
    }

    .help-right-container {
        align-items: center;
        text-align: left;
    }

    .help-header h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .funeral-right-container {
        max-width: 100%;
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .health-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .health-cards h1 {
        height: 3rem;
    }

    .health-cards .cards p {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .accidents-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .accidents-left p {
        font-size: 1rem;
    }
}