﻿
body {
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f8f9fa;
    flex-wrap: wrap;
}

/* Estilo para telas de até 576px (dispositivos móveis) */
@media (max-width: 576px) {
    #card1 {
        width: 100%;
    }
}

/* Estilo para telas acima de 576px (dispositivos maiores) */
@media (min-width: 577px) {
    #card1 {
        width: 75%;
    }
}

.card {
    text-align: center;
}

.heart {
    color: #0c4da2;
}

.control-n {
    border: 0px;
    border-bottom: 1px #888888 solid;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 8px;
    overflow: visible;
}

select {
    padding: 6px 0px;
}

::placeholder {
    color: #000000;
    opacity: 1;
    overflow: visible;
}

:-ms-input-placeholder {
    color: #000000;
    overflow: visible;
}

::-ms-input-placeholder {
    color: #000000;
    overflow: visible;
}

/*.vtex-button {
    text-transform: unset;
    border-radius: 20px;
    background-color: #2189ff !important;
    color: #fff;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    font-size: 14px;
    border-radius: 25px;
    font-family: SamsungOne,-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    width: 162px;
    border-radius: 25px;
}*/

h1, h2, h3, h4, h5, h6 {
    font-family: "SamsungSharpSansBold" !important;
    /*font-family: "SamsungOne400" !important;  SamsungSharpSansBold*/
}
