/*
 * 
Theme Name: Fernanda Cruz 
Author: Fernanda Cruz
Author URI: https://estudiodigi.com.br/
Description:  Tema desenvolvido exclusivamente por Fernanda Cruz para seu site.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Estudiodigi
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/



a {
  color: #0056b3;
  text-decoration: underline;
  font-weight: 600;
}

a:hover {
  color: #003d80;
  text-decoration: none;
}
* {
  outline: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: #666;
  -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:horizontal {
  background: #666;
  border-radius: 4px;
  width: 10px;
}

::-moz-scrollbar {
  width: 5px;
  height: 5px;
}

::-moz-scrollbar-button:start:decrement,
::-moz-scrollbar-button:end:increment {
  display: none;
}

::-moz-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:vertical {
  background-color: #666;
  -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:horizontal {
  background: #efefef;
  border-radius: 4px;
  width: 10px;
}

::-scrollbar-button:start:decrement,
::-scrollbar-button:end:increment {
  display: none;
}

::-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-scrollbar-thumb:vertical {
  background-color: #666;
  -webkit-border-radius: 4px;
}

::-scrollbar-thumb:horizontal {
  background: #efefef;
  border-radius: 4px;
  width: 10px;
}

html,
body {
  width: 100%;
	height: 100%;
  z-index: 0;
  /*color: #fff; */
}

main.main .content .container {
    max-width: 1920px;
}

.row>* {
    padding: 0;
}
.kvs-sm-false {
	display: block !important;
}


footer {
  background: #08334b;
  color: #fff;
}

footer a {
  color: #fff;
}
footer a:hover {
  color: #FCB900;
}
.texto-contato h2 {
    font-size: 4.3rem;
    text-transform: uppercase;
    font-weight: 400;
}
.footer_columns .wp-block-social-link a {
    font-size: 1.5rem;
}
.footer_columns a {
    font-size: 1rem;
}
.copyright p {
    font-size: 1rem;
}