* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #000046;
    background: -webkit-linear-gradient(to top, #1CB5E0, #000046);
    background: linear-gradient(to bottom, #1CB5E0, #000046);
    background-repeat: no-repeat;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}

header {
    width: 100%; 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

header .title {
    margin-top: 40px;
    text-align: center;
}

header .title h1 {
    font-size: 24px;
}

header .video {
    border: 1px solid rgba(255, 255, 255, 0.349);
    border-radius: 8px;
    width: 90%;
}

header .video video {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

section.s-hero {
    width: 100%;
}

section.s-hero .container {
    width: 100%;
    display: flex;
    padding: 80px 0;
}

section.s-hero .container .card {
    background-color: #ffffff1a;
    margin: auto;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 40px 0;
    border-radius: 8px;
}

section.s-hero .container .card .image-logo {
    width: 80px;
    height: 80px;
}

section.s-hero .container .card img {
    width: 100%;
}


section.s-hero .container .infor {
    width: 90%;
}

section.s-product {
    width: 100%;
    position: relative;
}

section.s-product .container {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

section.s-product .title{
    text-align: center;
    display: flex;
}

section.s-product .title h2 {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
}

section.s-product .container .image {
    display: flex;
    justify-content: space-evenly;
    cursor: pointer;
    margin-top: 40px;
}

section.s-product .container .image img:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

section.s-product .container .image button{
    border-radius: 50%;
    background-color: white;
    border: 2px solid black;
}

#xiaomi{
    width: 110px;
    height: 110px;
}

section.s-product .container .image button:hover{
    transform: scale(1.1);
    transition: 0.3s;
}

section.s-product .container .image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

section.s-product .container .imageSmartphone img {
    width: 100%;
}


section.s-product .container .condicional {
    background-color: rgba(240, 248, 255, 0.253);
    padding: 40px 0;
}


section.s-product .container .selected {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

section.s-product .container .model .card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 3px solid rgb(0, 0, 0);
    border-radius: 12px;
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
}

section.s-product .container .model .card .description {
    margin-left: 12px;
}

section.s-product .container .model ul {
    margin-left: 24px;
    color: rgb(223, 223, 223);
}

section.s-product .container .btn {
    background-color: rgb(0, 141, 0);
    border-radius: 8px;
    padding: 8px 8px;
    font-weight: bolder;
    margin: auto;
    width: 50%;
    font-size: 18px;
    text-align: center;
    margin-bottom: 12px;
    cursor: pointer;
}

section.s-product .container .modal {
    width: 100%;
    color: black;
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.s-product .container .modal .container {
    width: 90%;
    background-color: #ffffff;
    border-radius: 16px;
    padding: 16px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

section.s-product .container .modal .container .date #date_selected {
    padding: 8px 12px;
}

section.s-product .container .modal .container .agendar {
    margin: auto;
    background-color: #1CB5E0;
    padding: 8px 12px;
    border-radius: 4px; 
}

section.s-product .container .modal .container .agendar a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

#modal {
    display: none;
}

#seXiaomi {
    display: none;
}

#seRealme {
    display: none;
}


section.s-localization {
    width: 100%;
    display: flex;
}

section.s-localization .container {
    margin: 0 auto;
    width: 90%;
    height: 300px;
    margin-top: 112px;
}

footer {
    width: 100%;
}

footer .container {
    margin-top: 80px;
    padding-bottom: 40px;
    text-align: center;
}
