.elementor-kit-13{--e-global-color-primary:#EBEBEB;--e-global-color-secondary:#4D4D4D;--e-global-color-text:#C7C0C0;--e-global-color-accent:#977748;--e-global-color-2dc3f3b:#EFC784;--e-global-color-b63d68c:#FFE8C0;--e-global-color-1df9942:#131313;--e-global-color-2ae9ace:#977748;--e-global-color-00a4e8c:#F5F7F9;--e-global-color-766429c:#131313;--e-global-color-ee8f8c4:#FFE2CD;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:1.6rem;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:1.4rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:2rem;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-8064a12-font-family:"Montserrat";--e-global-typography-8064a12-text-transform:uppercase;--e-global-typography-90fed1b-font-family:"Montserrat";--e-global-typography-90fed1b-font-size:1.5rem;--e-global-typography-90fed1b-font-weight:500;--e-global-typography-90fed1b-text-transform:uppercase;--e-global-typography-3d62411-font-family:"Cinzel";--e-global-typography-3d62411-font-size:4.5rem;--e-global-typography-3d62411-font-weight:500;--e-global-typography-3d62411-text-transform:none;--e-global-typography-3d62411-line-height:3.5rem;--e-global-typography-be671d3-font-family:"Cinzel";--e-global-typography-be671d3-font-size:4.5rem;--e-global-typography-be671d3-font-weight:500;--e-global-typography-be671d3-text-transform:none;--e-global-typography-be671d3-line-height:3.5rem;--e-global-typography-845e309-font-family:"Cinzel";--e-global-typography-845e309-font-size:4.5rem;--e-global-typography-845e309-font-weight:500;--e-global-typography-845e309-text-transform:none;--e-global-typography-845e309-line-height:3.5rem;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in-up;--e-page-transition-animation-duration:1500ms;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:3300ms;--e-preloader-delay:200ms;--e-preloader-width:5%;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{background-color:var( --e-global-color-2dc3f3b );font-family:var( --e-global-typography-8064a12-font-family ), Sans-serif;text-transform:var( --e-global-typography-8064a12-text-transform );color:var( --e-global-color-1df9942 );border-radius:50rem 50rem 50rem 50rem;}.elementor-kit-13 button:hover,.elementor-kit-13 button:focus,.elementor-kit-13 input[type="button"]:hover,.elementor-kit-13 input[type="button"]:focus,.elementor-kit-13 input[type="submit"]:hover,.elementor-kit-13 input[type="submit"]:focus,.elementor-kit-13 .elementor-button:hover,.elementor-kit-13 .elementor-button:focus{background-color:var( --e-global-color-b63d68c );color:var( --e-global-color-1df9942 );}.elementor-kit-13 e-page-transition{background-color:var( --e-global-color-766429c );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:112rem;}.e-con{--container-max-width:112rem;--container-default-padding-top:2rem;--container-default-padding-right:2rem;--container-default-padding-bottom:2rem;--container-default-padding-left:2rem;}.elementor-widget:not(:last-child){margin-block-end:2rem;}.elementor-element{--widgets-spacing:2rem 2rem;--widgets-spacing-row:2rem;--widgets-spacing-column:2rem;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:1rem;--container-default-padding-right:1rem;--container-default-padding-bottom:1rem;--container-default-padding-left:1rem;}.elementor-kit-13{--e-preloader-width:15%;}}@media(max-width:767px){.elementor-kit-13{--e-global-typography-8064a12-font-size:1.4rem;--e-global-typography-8064a12-line-height:1.6rem;--e-global-typography-3d62411-font-size:2.5rem;--e-global-typography-3d62411-line-height:1em;--e-global-typography-be671d3-font-size:2.5rem;--e-global-typography-be671d3-line-height:1em;--e-global-typography-845e309-font-size:2.5rem;--e-global-typography-845e309-line-height:1em;--e-preloader-width:28%;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--container-default-padding-top:0rem;--container-default-padding-right:0rem;--container-default-padding-bottom:0rem;--container-default-padding-left:0rem;}}/* Start custom CSS */html {
  font-size: 62.5%; /* 10px / 16px = 0.625 = 62.5% */
}


/* Definir a animação */
@keyframes moveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-13px);
    }
}

/* Aplicar a animação ao botão */
.botao-movimento {
    animation: moveUpDown 3s infinite;
}





#link a{
    color: #585858;
    
}

/* Estilos padrões para desktop */
.dr {
    font-size: 2rem;
    font-weight: ;
}

.sub {
    font-size: 2.6rem;
    line-height: 0.5rem; 
    text-transform: none;
}
.subs {
    font-size: 2rem;
    line-height: 0.5rem; 
    text-transform: none;
}

/* Tablet (exemplo para telas com largura entre 768px e 1024px) */

@media (max-width: 1024px) and (min-width: 768px) {
    .dr {
        font-size: 1.6rem;
    }
    .sub {
        font-size: 1.8rem;
    }
}

/* Mobile (exemplo para telas com largura até 767px) */
@media (max-width: 767px) {
    .dr {
        font-size: 1.3rem;
    }
    .sub {
        font-size: 1.5rem;
    }
     .subs {
        font-size: 1.6rem;
        line-height: .5rem; 
    }
    
}/* End custom CSS */