/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-webkit-font-smoothing: antialiased !important;
	overflow-x: hidden !important;
	font-family: var(--livicFont) !important;
}
section, html {
    scroll-behavior: smooth !important;
}
ol, ul {
	list-style: none;
	padding-left: 0 !important;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


:root{
	--livicFont: 'Livvic', sans-serif;
	--robotoFont: 'Roboto', sans-serif;
	--green-500: #68BF3B;
	--green-700: #177d00;
	--bg-green: #00a884;
	--brown-700: #934f11;
	--zeirinho-color: #00a85a;
}

ul#hero_content li {
    margin-left: 25px !important;
}

ul#hero_content li.nav-item .nav-link {
    width: 65px;
    height: 65px;
}

ul#hero_content li.nav-item .nav-link i{
    width: 100%;
    height: 100%;
    border-radius: 50% !important;
    /* border: 2px solid rgb(41, 41, 41); */
    /* box-shadow: 4px 3px 0 0 black; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.bg-hero {
    background-color: #d3a100;
}

.bg-brown{
    background-color: var(--brown-700);
}

.bg-leaf {
    background-color: #00a85a;
}

.bg-star {
    background-color: #a8004e;
}
.text-star {
    color: #a8004e;
}
.bg-rocket {
    background-color: rgb(0 170 255);
}
.text-zeirinho {
    color: #00d883!important;
}
.box-divider{
    z-index: 1;
}

section#historia {
    /* background: linear-gradient(0deg, rgb(255 255 255 / 80%), rgb(255 255 255)), url('../img/turma_bw.png'); */
    /* background-size: cover;
    background-repeat: no-repeat; */
    background: #212529;
}
/*button*/
section#curiosidades:after {
    content: "";
    position: absolute;
    height: 70px;
    width: 70px;
    top: -35px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-color: #212529;
}


section#curiosidades {
    /* border-top: 5px solid #966c42; */
    /* background: url('../img/room.jpg'); */
    background: linear-gradient(0deg, rgb(255 255 255 / 80%), rgb(255 255 255)), url(../img/turma_bw.png);
    background-size: cover;
}

/* section#curiosidades:after, footer#contato::after{
    background-color: var(--bs-purple);
} */

.box-arrow{
    position: absolute;
    height: 70px;
    width: 70px;
    top: -35px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}

.box-arrow>.child-arrow {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    text-decoration: none;
}

.arrow{
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    text-decoration: none;
}

.arrow:hover {
    color: var(--bs-warning);
    cursor: pointer;
    transition: all 0.1s linear infinite;
}

.fa-2x {
    font-size: 1.5em !important;
}

.flag-br-button {
    background: url(https://flagicons.lipis.dev/flags/4x3/br.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.flag-br-button:before, .flag-en-button::before, .flag-es-button:before{
    position: absolute;
    content: "";
    width: 30px;
    height: 29px;
    left: -.2rem;
    top: 0.3rem;
    background-color: rgba(0, 0, 0, 0.363);
    z-index: -1;
}

.flag-en-button {
    background: url(https://flagicons.lipis.dev/flags/4x3/us.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.flag-es-button {
    background: url(https://flagicons.lipis.dev/flags/4x3/es.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

nav#seila {
    background: linear-gradient(0deg, rgb(255 255 255), rgb(255 255 255 / 56%)), url('../img/turma_bw.png');
    background-size: cover;
    background-position: center;
    /* box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.363); */
    z-index: 3;
    /* border: 2px solid black;
    border-left: 0;
    border-right: 0; */
}

.image-heading{
    /* box-shadow: 9px 8px 0 0 rgba(0, 0, 0, 0.363);  */
    width: 300px !important; 
    height: 300px !important;
    border-radius: 50%;
    /* border: 5px solid var(--bs-dark) !important; */
}

.test-icon {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.left-icon, .right-icon {
    position: relative;
    top: 10px;
    width: 220px;
    border-radius: 10px;
    height: 3px;
    background: white;
}

.text-shadow-lg{
    text-shadow: 5px 4px rgba(0, 0, 0, 0.363);
}

#title-heading {
    font-size: calc(1.475rem + 1.7vw);
}

.bd-placeholder-img{
    border: 2px solid var(--bs-light);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
    /* background: none !important; */
    border: none !important;        
}

#toggled-icon{
    color: var(--brown-700);
}

p#z-thinking-card{
    position: relative;
    /* box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.68);  */
    /* border: 1px solid var(--bs-dark); */
    color: rgb(255, 255, 255);
    background: #2e3227;
}
p#z-thinking-card:before {
    position: absolute;
    content: "";
    bottom: 55px;
    right: 0;
    width: 100vw;
    height: 3px;
    z-index: -1;
    background: #00d883;
}

.img-person-card {
    width: 20vw !important;
}

.legends-hidden {
    display: none;
}