@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Roboto&display=swap');
@import url("tooltipos-tabela.css");

/*ficheiro exclusivo aos tooltips da tabela*/

@font-face {
    font-family: "Museo Sans 100";
    src: url("../fonts/MuseoSans-100.otf") format("opentype");
}

@font-face {
    font-family: "Museo Sans 300";
    src: url("../fonts/MuseoSans-300.otf") format("opentype");
}

@font-face {
    font-family: "Museo Sans 500";
    src: url("../fonts/MuseoSans_500.otf") format("opentype");
}

@font-face {
    font-family: "Museo Sans 700";
    src: url("../fonts/MuseoSans_700.otf") format("opentype");
}

@font-face {
    font-family: "Museo Sans 900";
    src: url("../fonts/MuseoSans_900.otf") format("opentype");
}

@font-face {
    font-family: "MPlus Black";
    src: url("../fonts/MPLUSRounded1c-Black.ttf") format("opentype");
}

@font-face {
    font-family: "MPlus Bold";
    src: url("../fonts/MPLUSRounded1c-Bold.ttf") format("opentype");
}

@font-face {
    font-family: "MPlus ExtraBold";
    src: url("../fonts/MPLUSRounded1c-ExtraBold.ttf") format("opentype");
}

@font-face {
    font-family: "MPlus Light";
    src: url("../fonts/MPLUSRounded1c-Light.ttf") format("opentype");
}

@font-face {
    font-family: "MPlus Medium";
    src: url("../fonts/MPLUSRounded1c-Medium.ttf") format("opentype");
}

@font-face {
    font-family: "MPlus Regular";
    src: url("../fonts/MPLUSRounded1c-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "MPlus Thin";
    src: url("../fonts/MPLUSRounded1c-Thin.ttf") format("opentype");
}

body {
    font-family: 'Museo Sans 500';
}

h1 {
    font-size: 60px;
    border-bottom: 10px solid #A0BE3C;
    margin-bottom: 24px;
    font-family: 'Museo Sans 500';
}

h2 {
    font-size: 40px;
}

h3 {
    border-bottom: 7px solid #A0BE3C;
}

h5 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h1,
h2 {
    text-transform: uppercase;
    color: #333532;
    letter-spacing: 10px;
    font-weight: bold;
    display: inline-block;
    font-family: "MPlus Regular";
}

h3,
h4 {
    text-transform: uppercase;
    color: #333532;
    letter-spacing: 5px;
    font-family: "MPlus Regular";
    font-weight: bold;
    display: inline-block;
    margin-bottom: 30px;
}

.museo-sans-500 {
    font-family: 'Museo Sans 500';
}

.museo-sans-700 {
    font-family: 'Museo Sans 700';
}

/*Exceção para h2 dos acordeões*/
.accordion-header{
    display: block;
}

#nome_da_marca {
    font-size: 18px;
    font-weight: bold;
    text-wrap: balance;
}

a {
    color: #A0BE3C;
}

.header p {
    font-size: 16px;
    font-family: "Museo Sans 300";
}

.header-family-txt p {
    font-size: 16px;
    font-family: "Museo Sans 300";
}

.header .p-size-17 {
    font-size: 17px;
    font-family: "Museo Sans 300";
}

.btn-secondary {
    border-radius: 20px;
    background: #A0BD3D;
    color: #444;
    padding: 7px 15px;
    border: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 18px;
}

#newsletter {
    background-image: url('../img/PatasBrancas.webp'), url('../img/PatasBrancasDireita.webp');
    background-repeat: no-repeat;
    background-position: bottom left, bottom right;
    background-size: contain;
}

.newsletter {
    font-family: "MPlus Regular";
}

.nossas-marcas {
    background: #A0BE3C;
    background-image: url('../img/PatasVerdes.webp'), url('../img/PatasVerdesDireita.webp');
    background-repeat: no-repeat;
    background-position: bottom left, bottom right;
    background-size: contain;
    text-transform: uppercase;
    color: white;
}

.nossas-marcas h4 {
    color: white;
}

.comparar-marcas thead th:first-child {
    width: 120px;
    border: 0;
}

.comparar-marcas td:first-child {
    text-align: left !important; ;
    /*!*border: 0;*! by bruno*/
}

.comparar-marcas thead th {
    border-bottom: 0;
}

.comparar-marcas tr td:first-child {
    vertical-align: middle;
    font-weight: bold;
    font-size: 18px;
    color: #333532;
}

.comparar-marcas td {
    font-size: 20px;
    line-height: 40px;
    /*font-weight: bold;*/
    font-weight: 400;
    color: #333532;
}

.marca-descricao {
    border-left: 3px solid #A0BE3C;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
    letter-spacing: 2px
}

#onde-contactos {
    justify-content: center;
    border: 0;
}

#onde-contactos .nav-link {
    border-radius: 10px;
    background: #333532;
    color: white;
    padding: 5px 20px;
    border: 0;
    margin: 0 5px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#onde-contactos .nav-link.active {
    background: #A0BE3C;
}

#contactos {
    max-width: 800px;
    margin: 30px auto;
}

#contactos input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
}

#contactos input[type=checkbox]:before {
    width: 17px;
    height: 17px;
    border: 1px solid #A0BE3C;
}

#newsletter input[type="email"] {
    border: 1px solid #333632;
    border-radius: 15px;
    font-weight: normal;
}

input[id="pp-newsletter"]+label,
input[id="pp-voucher"]+label {
    border: 1px solid #333532!important;
    top: 3px;
    position: relative;
}

input[id="pp"]+label,
input[id="pp-newsletter"]+label,
input[id="pp-voucher"]+label {
    display: inline-block;
    width: 20px!important;
    height: 20px!important;
    border: 2px solid #A0BE3C;
    border-radius: 5px!important;
    padding: 0!important;
    cursor: pointer;
}

input[id="pp"]:checked+label:after,
input[id="pp-newsletter"]:checked+label:after,
input[id="pp-voucher"]:checked+label:after {
    position: relative;
    top: -4px;
    left: 2px;
    content: '\2714';
    font-size: 14px;
}

input[id="pp"],
input[id="pp-newsletter"],
input[id="pp-voucher"] {
    display: none;
}

#contactos textarea,
#contactos input[type=text],
#contactos input[type=email] {
    border: 2px solid #A0BE3C;
    border-radius: 20px;
}

p.subtitle {
    line-height: 30px;
    font-size: 22px;
    color: #333532;
    font-weight: 700;
    margin: 0 auto 5px;
    width: 50%;
}

p.subtitle .lighter {
    font-weight: 300;
    font-size: 20px;
}

p.mainPageSubtitle{
    margin-bottom: 20px;
    margin-top: 105px;
}

p.subsubtitle {
    font-size: 16px;
    margin-bottom: 70px;
    line-height: 26px;
    font-weight: 600;
    width: 25%;
    margin: 0 auto 50px;
    font-family: "Museo Sans 100";
}

.selecionador {
    background-size: cover;
    padding: 0 0 24px 0;
    position: relative;
    width: 100%;
    /*height: auto;*/
}

.selecionador::before {
    content: "";
    background: url('../img/imagem_de_fundo_homepage_comparador.jpg') bottom no-repeat;
    /*background: url('../img/01_comparador_banner_homepage.webp') bottom no-repeat;*/
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.6;
    z-index: -9999;
}

.selecionador .cao_slide {
    position: absolute;
    /*top: 40%;*/
    bottom: 7.4%;
    left: 0%;
    width: 400px;
    z-index: 1000;
}

.selecionador .gato_slide {
    position: absolute;
    /*top: 40%;*/
    bottom: 5.9%;
    right: 0%;
    width: 400px;
    z-index: 1000;
}

@media (max-width: 1350px) {
    .selecionador .cao_slide {
        bottom: 14%;
        width: 200px;
    }
    .selecionador .gato_slide {
        bottom: 13.1%;
        width: 200px;
    }
}

@media (max-width:991px) {
    .selecionador .cao_slide {
        display: none;
    }
    .selecionador .gato_slide {
        display: none;
    }
}

.selecionador img {
    width: 45px;
}

.selecionador input[type=radio] {
    display: none;
}

.selecionador label:has(>input[type=radio]:checked) {
    background: #A0BD3D;
    border: 2px solid #A0BE3C;
}

.selecionador-nao-escolhido div:has(>label>input[type=radio]:not(:checked)) {
    opacity: 0.3;
}

.selecionador label {
    cursor: pointer;
    background: none;
    padding: 5px 35px 0px;
    border-radius: 30px;
    border: 2px solid #333532;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    /*letter-spacing: 4px;*/
    font-family: 'Museo Sans 300';
}

.animal-tipos,
.faixa-de-preco,
.salmaoOUcarne {
    margin-bottom: 10px;
}

.tipos-list {
    display: inline;
}

.tipos-list label {
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: 'Museo Sans 300';
}

#botao-carregar-tabela {
    font-family: 'Museo Sans 500';
}

.dados-animal {
    padding: 70px 0 0;
}

input[type="text"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder {
    font-size: 16px;
    font-weight: bold;
    color: #333532;
}

.dados-animal input[type="text"] {
    width: 50%;
}

#conteudotable-generica {
    white-space: nowrap;
}

#conteudotable-generica input[type="number"],
#conteudotable-generica input[type="text"] {
    padding: 5px 15px;
    border-radius: 20px;
    border: 1px solid #333532;
    /*letter-spacing: 3px;*/
    /*font-weight: bold; */
    font-size: 20px;
    text-align: center;
    width: 290px;
}

input[type="text"] {
    padding: 10px 15px;
    border-radius: 20px;
    border: 2px solid #333532;
    /*letter-spacing: 3px;*/
    font-weight: bold;
}


/*parte que faria o select ficar a verde*/

input:focus,
select:focus,
input:active,
select:active {
    outline-color: #A0BE3C!important;
    background: #A0BD3D;
    border: 2px solid #333532!important;
}

select option {
    background: white;
}


/*class de fazer select persistir a verde*/

.not-empty {
    background: #A0BD3D;
    border: 2px solid #A0BE3C!important;
}

.dados-animal select {
    width: 25%;
    margin: 0 auto;
}

.dados-animal select option {
    background: white;
}

.matches select {
    width: 50%!important;
}

.comparador select {
    width: 100%;
}

select,
input[type=email] {
    padding: 10px 15px;
    border-radius: 20px;
    border: 2px solid #333532;
    font-size: 16px;
    font-weight: bold;
    color: #333532;
    letter-spacing: 3px;
}

input[type=email] {
    padding: 5px 15px;
    margin-right: 10px;
}

.comparador p {
    color: #333532;
}

.comparador-produto-img {
    max-width: 170px;
    display: block;
    margin: 0 auto 35px;
}

.comparador-marca-img {
    max-width: 150px;
    position: relative;
    margin-top: -100px;
    padding: 15px 30px;
    border-radius: 10px;
    box-shadow: 0px 3px 10px #ccc;
    background: white;
}

.mplus-bold {
    font-family: "MPlus Bold";
}

.font-22 {
    font-size: 22px!important;
}

.diferenca p {
    width: 45%;
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 24px;
}

.block-diferenca {
    /*!*width: 300px;*! com isto perdemos o responsive do bootstrap*/
    padding: 30px;
    margin: 0 auto 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0px -5px 7px #eee;
}

.block-diferenca p {
    font-family: "Museo Sans 100";
    font-size: 16px;
    width: 100%;
    letter-spacing: 0;
    line-height: 18px;
}

.block-diferenca h6 {
    font-size: 22px;
    font-family: "MPlus Bold";
    color: #444;
    margin-top: 15px;
}

.websites-marcas {
    border-top: 20px solid #A0BE3C;
    background: #444;
}

.websites-marcas img {
    max-width: 120px;
    width: 100%;
}

.websites-marcas .container {
    max-width: 1000px;
}

.websites-marcas a {
    color: #A0BE3C;
    font-size: 14px;
    text-decoration: unset;
}

.websites-marcas .social a {
    color: white!important;
}

.websites-marcas .social {
    /*color:white;
	border-radius:50%;
	width:25px;
	height:25px;
	padding:0 0 0 1px;
	font-size:15px;
	border:2px solid #A0BE3C;
	margin:5px;*/
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

input[type="text"]:focus {
    background: #A0BE3C;
}

.petmaxi-footer {
    width: 120px;
}

.gama {
    width: 120px;
}

.gamas-img {
    width: 100%;
}

.outra_marca .modal-dialog {
    max-width: 900px;
}

.outra_marca .modal-body p {
    max-width: 60%;
    margin: 0 auto;
}

.outra_marca .modal-footer {
    justify-content: center;
    border-top: 0;
}

.copyright {
    font-size: 24px;
    letter-spacing: 2px;
}

#imagens {
    text-align: center;
}

tr#imagens th {
    max-width: 250px;
}

.verde {
    background-color: #A0BD3D;
    border-radius: 15px;
    display: inline-block;
    padding: 10px 25px;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

.table {
    font-family: 'Museo Sans 300'!important;
}

.vermelho {
    background-color: #DA4C4B;
    border-radius: 15px;
    display: inline-block;
    padding: 10px 25px;
}


/* .verde-aval {
	border-radius: 15px;
    display: inline-block;
    padding: 5px 15px;
    border:1px solid transparent;
}
.vermelho-aval {
	border-radius: 15px;
    display: inline-block;
    padding: 5px 15px;
    border:1px solid transparent;
} */


/* .comparar-marcas td.valor svg {height:52px} */

#newsletter input[type="email"] {
    width: 25%;
}

.inline-block {
    display: inline-block;
}

#comparador-generico {
    width: 60%;
}


/* .circuloVS{
	border-radius: 50%;
    height: 60px;
    width: 60px;
    shape-outside: border-box;
    background-color:#A0BE3C;
    display: inline-block;
    vertical-align: middle;
} */

.circuloVS {
    height: 70px;
    width: 70px;
    /*vertical-align: middle;*/
    position: absolute;
    left: -8.5%;
    top: 40%;
}

.texto_verde {
    color: #A0BE3C;
}

div#download-table {
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: 20px;
    font-family: 'Museo Sans 500';
}


/*MANDAR-VOUCHER*/


/*cor amarela: rgb(249, 176, 28) core verde: rgb(149, 193, 31)*/

#mandar_vouchers img {
    width: 35px;
}

#mandar_vouchers input[type=radio] {
    display: none;
}

#mandar_vouchers label:has(>input[type=radio]:checked) {
    background: white!important;
    border: 2px solid white;
    color: #444;
}

#mandar_vouchers .btn-group-voucher-animais .btn-animal_email {
    cursor: pointer;
    background: none;
    padding: 5px 15px 0px;
    border-radius: 30px;
    border: 1px solid #333532;
    font-size: 16px;
    letter-spacing: 4px;
    color: #333532;
}

#mandar_vouchers .btn-group-voucher-animais:has(.active) .btn-animal_email {
    opacity: 0.3;
}

#mandar_vouchers .btn-group-voucher-animais:has(.active) .btn-animal_email.active {
    background: white!important;
    border: 2px solid white;
    color: #333532;
    opacity: 1;
}

#mandar_vouchers .gato_email label {
    height: 42px;
    padding: 8px 25px;
}

/*Ver isto by bruno*/
/*.select-selected {*/
/*    border: 0 !important;*/
/*}*/
.select-selected.active {
    background: white!important;
    color: #444;
    border: 0 !important;
}

.newsletter-button,
.ver-mapa {
    padding: 7px 15px;
    border-radius: 25px;
    border: 1px solid #444;
    letter-spacing: 3px;
    font-weight: 300;
    background: #444;
    text-align: center;
    color: white;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
}

.btn-hoverwhite:hover{
    color: #444;
    background-color: white;
    border-color: transparent;
}

.btn-sendvoucher{
    padding: 7px 15px;
    border-radius: 25px;
    border: 1px solid #444;
    letter-spacing: 3px;
    font-weight: 300;
    background: #444;
    text-align: center;
    color: white;
    text-transform: uppercase;
    display: unset;
    margin: 0 auto;
}

.go-back-button {
    padding: 7px 15px;
    border-radius: 25px;
    border: 1px solid #444;
    letter-spacing: 3px;
    font-weight: 300;
    background: #444;
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin: 0 auto;
}

#mandar_vouchers label {
    cursor: pointer;
    background: none;
    padding: 5px 15px 0px;
    border-radius: 30px;
    border: 1px solid #333532;
    font-size: 16px;
    letter-spacing: 4px;
    background-color: rgb(249, 176, 28);
}

#mandar_vouchers .select-items {
    width: 70%;
}

#mandar_vouchers {
    padding: 30px;
}

#mandar_vouchers a {
    color: black;
}

#mandar_vouchers input[type="text"]::placeholder,
textarea::placeholder {
    font-size: 16px;
    font-weight: bold;
    color: #333532;
}

#mandar_vouchers input[type="text"],
#mandar_vouchers input[type="email"] {
    padding: 7px 15px;
    border-radius: 25px;
    border: 1px solid #333532;
    letter-spacing: 3px;
    font-weight: 300;
    width: 100%;
    background: transparent;
    text-align: center;
}

#mandar_vouchers .select-selected {
    background: transparent;
}

#mandar_vouchers .not-empty {
    border: 2px solid white!important;
    background: white!important;
    color: #444;
}


/*parte que faria o select ficar a verde*/

#mandar_vouchers input:focus,
select:focus,
input:active,
select:active {
    outline-color: #444!important;
    background: transparent;
    border: 2px solid #444!important;
}

#mandar_vouchers input[type="text"]:focus {
    background: transparent;
}

.head-labels {
    background-image: linear-gradient(180deg, white, white, white, transparent);
    height: 40px;
}

@media (max-width:767px) {
    input[type="text"],
    select,
    .matches select {
        width: 100%!important;
    }
    #newsletter input[type="email"] {
        width: 100%;
    }
    .comparar-marcas tr td:first-child,
    .comparar-marcas tr th:first-child {
        /*position: sticky;*/
        left: -5px;
        z-index: 9999;
        width: auto;
    }
    .nossas-marcas,
    #newsletter {
        background-image: none;
    }
    .select-selected {
        padding: 0 !important;
    }
    .comparar-marcas th {padding: 0 !important}
    .comparar-marcas td {
        line-height: 20px;
        padding: 5px !important;
    }
    .comparar-marcas td.valor svg {
        height: 32px
    }
    .description-voucher {
        padding-top: 25px;
    }
    /*tr#imagens th {*/
    /*    max-width: 50px !important;*/
    /*}*/
}

@media print {
    html * {
        print-color-adjust: exact!important;
        -webkit-print-color-adjust: exact!important;
    }
}


/*Select costumizável
Instruçãoes de uso:
1. dar wrap a um select com <div class="custom-select"><div>
1.5 chamar método para fazer esta lógica* (tive que mudar pois estava a fazer quando o site carregava e nessa altura ainda não tenho as options)
2. Fim
Requirements: Tem várias classes de css. Tem javascript e um pouco de jquery.
Fontes: w3schools para o dinamismo do select, comentário do stack overflow em que se usa Canvas para o tamanho dinâmico do select
*/


/*https://www.w3schools.com/howto/howto_custom_select.asp
https://stackoverflow.com/questions/118241/calculate-text-width-with-javascript
*/


/*the container must be positioned relative:*/

.custom-select {
    position: relative;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    /* font-family: Arial; */
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select_produtos {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.custom-select .select_produtos {
    align-items: center;
}

.select-selected {
    background-color: White;
    border-radius: 25px;
    text-wrap: balance;
}

/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 6px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #333532 transparent transparent transparent;
}

#mandar_vouchers .select-selected:after {
    top: 45% !important;
}
#mandar_vouchers .select-selected {
    border-radius: 25px;
    border: 1px solid #333532;
}
/*point the arrow upwards when the select box is open (active):*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #333532 transparent;
    top: 7px;
}


/*style the items (options), including the selected item:*/

th .select-items div,
.select-selected {
    font-size: 18px;
    color: #333532;
    padding: 8px 16px;
    border: 1px solid #A0BD3D;
    /*border-color: #333532 #333532 #333532 #333532;*/
    /*border-color: #A0BD3D;*/
    cursor: pointer;
    user-select: none;
}
th div.custom-select div.select-selected {
    border: 0 !important;
}


.select-items div {
    font-size: 16px;
}


/*style items (options):*/

.select-items {
    position: absolute;
    background-color: White;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px 0px 25px 25px;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    color: #A0BD3D!important;
}

.select-last-rounded {
    border-radius: 0px 0px 25px 25px!important;
}

#vouchers {
    /* border-bottom: 40px solid #444; */
    padding-bottom: 40px;
    background: url(../img/cao_e_gato_voucher_petmaxi.webp);
    background-size: 370px;
    background-repeat: no-repeat;
    background-position: 2vw 100%;
}

#vouchers p {
    text-align: left;
    color: #444;
}

.sim {
    font-size: 40px;
    font-family: 'Museo Sans 500';
    margin-bottom: 0;
    letter-spacing: 2px;
}

.testar {
    font-family: "MPlus ExtraBold";
    font-size: 45px;
    line-height: 44px;
    margin-bottom: 0;
    letter-spacing: 5px;
}

p.valido {
    font-family: 'Museo Sans 500';
    line-height: 20px;
    margin-top: 5px;
    letter-spacing: 1px;
    font-size: 18px;
}

.description-voucher {
    padding-left: 25px;
}

.row-vouchers {
    margin-left: -25px;
}

.voucher-3 {
    background-color: rgb(249, 176, 28);
    border-radius: 50px;
    width: 200px;
    height: 200px;
    color: white;
    padding: 15px;
    /* font-weight: 900; */
    /*by bruno*/
    cursor: pointer;
}

.voucher-7 {
    background-color: rgb(149, 193, 31);
    border-radius: 50px;
    width: 200px;
    height: 200px;
    color: white;
    padding: 15px;
    /* font-weight: 900; */
    /*by bruno*/
    cursor: pointer;
}

.line-height-teste {
    line-height: 40px;
}

.vale {
    font-family: 'Museo Sans 900';
    font-size: 100px;
    line-height: 100px;
}

.vale-3 {
    line-height: 72px;
}

.vale-7 {
    line-height: 100px;
}

.click-top {
    margin-left: -70px;
    margin-top: -83px;
    rotate: 180deg;
}

.click-bottom {
    margin-left: 70px;
    margin-top: -20px;
}

.euro {
    font-family: 'Museo Sans 900';
    font-size: 60px;
}

.desconto {
    margin-bottom: -20px;
    margin-top: 25px;
}

.voucher-3 .desconto {
    margin-top: 0px;
}

.de_desconto {
    font-family: 'Museo Sans 500';
    font-size: 24px;
}

.menu {
    background: rgba(160, 190, 60, 1);
    /* background:rgba(160, 190, 60, 0.8); */
}

.menu nav {
    float: right;
}

a.nav-link {
    font-size: 17px;
    color: white;
    letter-spacing: 3px;
    font-family: 'Museo Sans 500';
}

li.nav-item {
    margin: 0 5px;
    font-weight: bold;
}

.logo {
    width: 220px!important;
    padding-right: 25px;
    border-right: 4px solid white;
    margin-right: 36.66px;
}

@media (max-width:1199px) {
    /*Correção ao tamanho em caso antes de botão com os itens*/
    li.nav-item {
        margin: 0 25px;
    }
    #comparador-generico {
        width: 100%;
    }
    p.mainPageSubtitle{
        margin-top: 55px;
    }
}

@media (max-width:327px) {}

@media (max-width:371px) {
    .especies label {
        width: 100%;
        font-size: 14px;
    }
    .selecionador label {
        font-size: 12px!important;
        padding: 5px 10px 0px;
        letter-spacing: 1px!important;
    }
    p.subtitle {
        font-size: 16px!important;
        line-height: 18px!important;
        width: 100%;

    }
    p.subsubtitle {
        font-size: 14px!important;
        line-height: 16px!important;
        margin-bottom: 30px;
        width: 100%;
    }
    p.mainPageSubtitle{
        margin-top: 55px;
    }

}

@media (max-width:991px) {
    .selecionador label {
        font-size: 12px;
        letter-spacing: 1px;
    }
    p.subtitle {
        font-size: 20px;
        width: 100%;
    }
    p.subsubtitle {
        font-size: 18px;
        line-height: 22px;
        width: 100%;
    }
    .menu nav {
        width: 100%;
    }
    #conteudotable-generica {
        white-space: normal;
    }
    .btn-menu-mobile {
        border: 1px solid white;
    }
    .btn-menu-mobile:focus {
        box-shadow: 0 0 0 white;
    }
}

@media (max-width:767px) {
    .head-labels {
        padding: 5px!important;
    }
    .select-items div,
    .select-selected {
        font-size: 12px;
        padding: 8px 15px;
    }
    .header .head-labels:last-child {
        margin-bottom: 25px!important;
    }
    .header p {
        font-size: 12px;
    }
    .header-family-txt p {
        font-size: 12px;
    }
    h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    p.subtitle {
        font-size: 16px;
        line-height: 18px;
        width: 100%;
    }
    p.subsubtitle {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 20px;
        width: 100%;
    }
    .tipos-list label {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .especies label {
        width: 100%;
        font-size: 16px;
    }
    .comparador-produto-img {
        width: 100px;
        margin: 0 auto;
    }
    .comparar-marcas tr td:first-child {
        font-size: 12px;
        text-align: left ;
    }
    #nome_da_marca {
        font-size: 12px;
    }
    .comparar-marcas td {
        font-size: 12px;
    }

    .circuloVS {
        width: 30px;
        height: 30px;
        position: absolute;
        margin-top: -50px;
        margin-left: -15px;
        left: 0;
        top: 75%;
    }
    #conteudotable-generica input[type="number"],
    #conteudotable-generica input[type="text"],
    #conteudotable-generica input[type="text"]::placeholder,
    #conteudotable-generica input[type="number"]::placeholder {
        font-size: 12px;
        max-width: 150px;
    }
    .select_produtos {
        width: auto;
    }
    .select_produtos>.select-items {
        width: 160%;
        margin-right: initial;
    }
    /*.select-first-rounded {*/
    /*    border-radius: 25px 25px 0px 0px;*/
    /*}*/
    .select-items {
        border-radius: 25px 25px 25px 25px;
    }
    .diferenca p {
        font-size: 14px;
        width: 100%;
    }
    .voucher-3,
    .voucher-7 {
        margin: 15px auto;
    }
    #vouchers p {
        text-align: left;
    }
    .verde,
    .vermelho {
        padding: 10px;
    }
    div#download-table {
        font-size: 16px;
        margin-top: 10px;
    }
    .vale {
        font-size: 100px;
    }
    .vale-3 {
        line-height: 62px;
    }
    .vale-7 {
        line-height: 80px;
    }
    .euro {
        font-size: 30px;
    }
    .de_desconto {
        font-size: 22px
    }
    .desconto {
        margin-bottom: -10px;
        margin-top: 12px;
    }
    .click-top{
        margin-left: -66px;
        margin-top: -59px;
        rotate: 180deg;
        width: 65%;
    }
    .click-bottom{
        margin-left: 54px;
        margin-top: -19px;
        width: 65%;
    }
    .footer {
        text-align: center;
    }
    .voucher-3,
    .voucher-7 {
        width: 160px;
        height: 160px;
    }
    .voucher-3 {
        padding: 5px 0;
    }
    .voucher-7 {
        padding: 20px 0;
    }
    .sim {
        font-size: 26px;
    }
    .testar {
        font-size: 30px;
        line-height: 32px;
    }
    p.valido {
        font-size: 12px;
        line-height: 14px;
    }
    .tooltipo .tooltipotext {
        /*!*width: 200px!important;*!by bruno*/
        width: 92vw;
    }
    /*by bruno*/
    .tooltipo .tooltipotext {
        left: 0 !important;
        top: 105% !important;
    }
    .imagem-tooltipo {
        transform: translateY(0px)!important;
        top: 0!important;
        margin-bottom: 10px;
        /*width: 50px!important;*/
        width: 100px!important;
    }
    .tooltipotext h6 {
        font-size: 16px!important;
    }
    .tooltipotext p {
        font-size: 12px!important;
        line-height: 14px!important;
    }
    .tooltipo  .tooltipotext {
        background: #FFFFFF 0% 0% no-repeat padding-box !important;
        box-shadow: 0px 3px 6px #00000029 !important;
        border: 1px solid #DBE6B5 !important;
        border-radius: 0px 7px 7px 7px !important;
        opacity: 1;
    }
    .logo {margin-right: 0}
    .hidden-sm-down {display: none !important}
    .td-img {max-width: 84px !important;}

    .bandeira-pt {
        display: none;
        white-space: normal;
        padding: 15px;
        position: absolute;
        left: 50%; /* Posiciona o lado esquerdo do elemento no meio da tela */
        transform: translateX(-50%); /* Move o elemento para a esquerda pela metade de sua largura */
        width: 95vw;
        z-index: 3;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid #DBE6B5;
        border-radius: 0px 7px 7px 7px;
    }
    .pais-1:hover + .load-tooltipo {
        display: block;
    }
    .pais-2:hover + .load-tooltipo {
        display: block;
    }
    .border-mobile {
       border-bottom: 0.5px solid inherit;
        padding-bottom: 10px;
    }
    .border-mobile th{
        padding-bottom: 10px !important;
    }
    #download-table {
        font-size: 14px !important;
    }
    #diferenca {margin-top: 32px !important;}
    .pt-1-mobile {margin-top: 1rem}
    .selecionador {height: auto !important; padding-bottom: 1rem}
    .logo-ns-footer {float: none !important;}
    .cao-tipos {margin-bottom: 0}
    div.tipos-list{margin-bottom: 5px !important}
    #mandar_vouchers .select-selected {padding: 10px 15px !important;}
    .icon-custom-no-entry{ max-width: 24px;}
    img.img-logo-comparador { max-width: 200px;}
}

.subtitle-voucher {
    text-align: center!important;
    font-size: 22px;
    font-family: "MPlus ExtraBold";
}

@media (max-width:1400px) {
    #vouchers {
        background: none;
    }
}
@media (min-width: 1200px) {
    .h3,
    h3 {
        font-size: 2.5rem;
    }
    .selecionador { height: 820px; }
}
@media screen and (min-width: 768px) {
    .hidden-desktop {display: none;}
}

.nav-link {
    text-transform: uppercase;
}

.tooltipo .tooltipotext {
    /*!*box-shadow: 0px 0px 10px #ccc;*! by bruno*/
    /*!*box-shadow: 0px 0px 10px #ccc;*! by bruno*/
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #DBE6B5;
    border-radius: 15px;
    max-width: 600px;
    white-space: normal;
    padding: 15px;
}

.tooltipo-esquerda .tooltipotext {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #DBE6B5;
    border-radius: 15px;
    max-width: 600px;
    white-space: normal;
    padding: 15px;
}

.imagem-tooltipo {
    margin-left: 0px;
    width: 100%;
    height: auto!important;
}

.tooltipotext p {
    line-height: 16px;
    font-size: 16px;
    text-align: left;
    color: #444;
    font-weight: normal;
    /* text-align: justify; */ /*Cliente pediu para aligar à esquerda*/
    margin-bottom: 0;
}

.tooltipotext h6 {
    font-size: 26px;
    font-weight: bold;
    text-align: left;
    border-bottom: 5px solid #A0BD3D;
}

.table-responsive {
    overflow-y: hidden;
}

.placeholderTabela {
    color: #898989;
}

.table-compara-marcas {
    overflow-x: visible;
    overflow-y: visible;
    /*!*-webkit-overflow-scrolling: touch;*! by bruno*/
}

.font-green {
    text-decoration: underline;
    color: #A0BD3D;
    cursor: pointer;
}
#navbarSupportedContent {
    a.nav-link {
        font-size: 11px;
    }
}
.icon-custom {
    color: rgba(160, 190, 60, 1) !important;
    margin-right: 5px !important;
    max-width: 15px !important;
}
.icon-custom-no-entry{
    color: rgba(160, 190, 60, 1) !important;
}
.td-img {max-width: 170px}
.hidden {display: none}
.hr-custom {
    border: 1px solid #E2DEDE;
    opacity: 1;
}
.logo-ns-footer {width: 160px;    padding: 40px;    float: right;}

img.img-logo-comparador {
    width: 100%;
    max-width: 400px;
}
img.img-logo-footer {
    width: 100%;
    max-width: 200px;
}
table.comparar-marcas td span img {vertical-align: inherit !important    ;}

/*Alteracoes 30/09/2024*/
.responsive-food {
    width: 100%;
    max-width: 380px ;
}

@media screen and (max-width: 1200px) {
    .selecionador .gato_slide {
        bottom: 11%;
    }
}
#download-table {
    line-height: 40px;
}
/*fim 30/09/2024*/
@media print {
    .table-compara-marcas {padding: 38px}
    .tooltipo {display:flex !important; align-items: center !important; justify-content: start !important; text-align: left !important}
    div.pais-1 , div.pais-2 {justify-content: center !important}
    th div.custom-select div.select-selected {
        word-break: break-all !important;
        padding-right: 1% !important;
    }
}

.no-effects-links, .no-effects-links a{
    color: unset; text-decoration: unset;
}

.spinner {
    border: 16px solid #444; /* Light grey */
    border-top: 16px solid #A0BE3C; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
