﻿/* ==========================================================================
   GERAL
   ========================================================================== */

* {
    margin:0;
    padding:0;
    vertical-align:baseline;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    list-style:none;
    resize:none;
    border:none;
    text-decoration:none;
	font-family: 'Noto Sans HK', sans-serif;
	color: #2e2369;
}

hr.clear { clear: both; margin: 0; padding: 0; width: 100%; height: 0px; border: none; }

.container { width: 100%; height: 100%; max-width: 1280px; margin: 0 auto; padding: 5px 10px; position: relative; }

.container:after {content: "" ; display: table; clear: both;}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

section { padding: 30px 0; }

.bg-cinza {
	background-color: #F1F3F9;
}

body {
	padding-top: 50px;
}

ul.lista1 {
    margin: 10px 0;
}

ul.lista1 li h3 {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    background-color: #CCC;
    position: relative;
    cursor: pointer;
}

ul.lista1 li h3:after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 0.5em;
    font-size: 16px;
    position: absolute;
    top: 2px; right: 5px;
}

ul.lista1 li h3.fechar:after {
    content: "\f077";
}

ul.lista1 li p {
    display: none;
}

strong {
    display: block;
    color: #098f58;
    font-family: 'alte_haas_groteskbold', sans-serif;
	text-align:left;
}

.imagem-100 {
    display: block;
    width: 100%;
}

.imagem-bg {
	padding: 60px 0;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

h1 {
	white-space: pre-wrap;
	direction: ltr;
	unicode-bidi: isolate;
	box-sizing: border-box;
	font-variant-ligatures: none;
	margin: 0;
	outline: none;
	position: relative;
	text-decoration: inherit;
	font-family: Roboto, sans-serif;
	text-transform: none;
	color: rgba(33,33,33,1);
	font-size: calc(40px + 2vw);
	font-style: normal;
	font-weight: 500;
	letter-spacing: -0.5px;
	line-height: 1.26;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 18px;
	text-align: center;
	flex: 1;
	align-self: center;
}

h1:before {
    border-bottom-style: solid;
    border-bottom-width: 8px;
    border-color: rgba(46,35,105,1);
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    display: block;

    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

h2, h3 {
    font-size: 25px;
    line-height: 1.45;
    font-weight: 500;
}

h4 {
    font-size: calc(20px + .5em);
    margin-bottom: .7em;
    text-align: left;
}

p,
p * {
	font-size: 18px;
	color:#212121;
}

p { margin-bottom: 10px;}

.lista-simples li {
	text-align: left;
	margin-bottom: 5px;
	padding-left: 25px;
	position: relative;
	font-size: 18px;
	color:#212121;
}

.lista-simples li:before {
    content: "•";
    padding-right: 8px;
    position: absolute;
    left: 0;
    font-size: 26px;
    line-height: 26px;
    color: #2e2369;
}

.divider {
    width: 100%;
	max-width: 1280px;
    height: 1px;
    padding: 0;
    margin: 10px auto 20px;
    background: #d3d3d3;
    border: none;
}

ul li:last-child,
ol li:last-child,
p:last-child {
	margin-bottom: 0;
}

u { text-decoration:underline;}

form fieldset span.pp {
    display: block;
    font-size: 12px;
    padding: 15px 0 10px;
    margin-bottom: 10px;
    height: 45px;
}

form fieldset span.pp input[type="checkbox"] {
    display: inline-block;
    width: 12px; height: 12px;
    margin-bottom: 0;
}

form fieldset span.pp a {
    color: #0960a7;
    text-decoration: underline;
}

.col-space > * {
	text-align:center;
}

.col-space > * img {
	margin-bottom: 10px;
}

.col-space > * p {
	color: #212121;
}

@media screen and (max-width : 767px) {
	section { padding: 30px 0; }
	
	.container > .dividir-bloco > .bloco-1-1 > img { margin-bottom:15px; }
	
	h2 {
		font-weight: 400;
	}
	
	.container { padding: 5px 20px; }
	
	.col-space > * {
		margin-bottom: 2.5em;
	}
	
	.col-space > *:last-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width : 768px) {

	.dividir-bloco {
		align-items:start;
		display: flex;
	}
	
	.dividir-bloco > * {
		flex:1;
	} 
	
	.bloco-1-1 { flex: 1; }
	.bloco-2-1 { flex: 2; }
	.bloco-3-1 { flex: 3; }
	.bloco-4-1 { flex: 4; }
	.bloco-5-1 { flex: 5; }
	
	.col-space > * {
		margin-right: 2.5em;
	}
	
	.col-space > *:last-child {
		margin-right: 0;
	}

}

/* revealOnScroll
   ========================================================================== */
	.revealOnScroll {
    visibility: visible;
    opacity: 0;
    transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	
	.animated {
		opacity: 1;
	}


/* LIGHTBOX
   ========================================================================== */
	.lightbox {
		display: none;
		position: fixed;
		top: 0; bottom: 0;
		left: 0; right: 0;
		width: 100%; height: 100%;
		background-color: rgba(0, 0, 0, 0.95);
		z-index: 105000;
		padding: 50px 10px 10px;

		outline: 0;

		overflow-x: hidden;
		overflow-y: auto;

		-webkit-animation-duration: 0.7s;
		animation-duration: 0.7s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;

		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
	}

	.lightbox .content {
		margin: 0 auto;
		background-color: #FFFFFF;
		z-index: 1001;
		position: relative;

		width: 100%; 
		max-width: 600px;
		padding: 25px;
		border: 1px solid #999;
		border: 1px solid rgba(0,0,0,0.2);
		border-radius: 6px;
		-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
		box-shadow: 0 3px 9px rgba(0,0,0,0.5);
		background-clip: padding-box;
	}
	
	.lightbox iframe {
		margin: 0 auto;

		z-index: 1001;
		position: absolute;
		left:0; right:0;
		top: 3em;

		width: 100%; 
		max-width: 650px;
	}

	.lightbox .bt-fechar {
		display: inline-block;
		position: absolute;
		float: right;
		color: #ccc;
		margin-top: 10px;
		margin-right: 10px;
		width: 25px;
		height: 25px;
		top: 0; right: 0;
	}

	.lightbox .bt-fechar:before {
		content: "\f00d";
		font-family: FontAwesome;
		font-weight: normal;
		text-decoration: inherit;

		font-size: 25px;
		position: absolute;
		top: 0; right: 0;
		height: 25px;
		color: #ccc;
		transition: all .3s ease-in-out;
	}

	.lightbox .bt-fechar:hover:before {
		color: #aaa;
	}


/* ==========================================================================
    TOPO
   ========================================================================== */

header .container {
    padding: 0;
    background: #FFF;
    text-align: center;
    position: fixed;
    top: 0;
    left:0;
    right:0;
    z-index: 10000;
    height: 50px;
    width: 100%;
}

#logo {
    display: inline-block;
    margin: 0 auto;
    max-width: 45px;
    /* padding: 8px 0 5px; */
    margin-left: -50px;
}

#logo img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

#contato_whatsapp {
    display: inline-block;
    width: 50px;
    height: 60px;
    text-decoration: none;
    float: right;
    padding: 8px 8px 5px;
    font-size: 35px;
}

#contato_whatsapp i {
    color: #43b72a;
}

.contato-topo {
    display: none;
}

.atencao {
	display: block;
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-color: #4caf50;

}

.atencao * { color:#FFF; }

.atencao i,
.atencao input[type=checkbox] {
	display:block;
	font-size:18px;
	width: 25px; height: 50px;
	color: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 5px;
}

.atencao input[type=checkbox] {
	cursor:pointer;
	opacity: 0;
	z-index:2;
}

.atencao a {
	display: block;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 8px;
	padding-right: 25px;
	color: #FFF;
    font-family: 'Arial_Rounded_MT_Bold', sans-serif;
	font-size: 13px;
    text-align: center;
}

.atencao input[type=checkbox]:checked ~ .message {
    display: none;
}

@media screen and (max-width : 768px) {

	header .container {
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	}

}

@media screen and (min-width : 1024px) {

	.atencao a {
		padding: 15px;
		font-size: 16px;
	}
	
	.atencao i:before {
		cursor: pointer;
		display: inline-block;
		padding: 10px 0;
	}

    header {
        display: block;
        height: 50px;
        position: fixed;
        z-index: 10100;
        -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.46);
        -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.46);
        box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.46);
        top: 0;
        width: 100%;
        right: 0;
        left: 0;
        background-color: #FFF;
    }

    header .container {
        position: relative;
        height: 50px;
        padding: 0;
    }

    header .container.fixar-menu {
        position: fixed;

        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    header .container.fixar-menu:before {
        content: "";
        display: block;
        height: 50px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #FFF;
        z-index: -1;
        -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.46);
        -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.46);
        box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.46);
    }

    #logo {
        float: left;
        max-width: 45px;
        padding: 0;
        position:absolute;
        left: 50px;
    }


}

/* ==========================================================================
    MENU
   ========================================================================== */
nav {
    display: inline-block;
    float: left;
}

nav label.show-menu {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    font-size: 16px;
    position: relative;
}

nav label.show-menu:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 5px 11px;
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #414a6c;
    line-height: 40px;
}

nav input[type=checkbox] {
    display: none;
}

nav input[type=checkbox]:checked ~ .menu {
    display: block;
}

nav input[type=checkbox]:checked ~ label.show-menu:before {
    content: "\f00d";
    font-size: 20px;
}

nav ul.menu  {
    list-style-type:none;
    z-index: 100;
    margin:0;
    padding:0;
    color: #000;
}

nav ul.menu > li.filters {
    background:#FFF;
    position: relative;
    margin-bottom:0;
}

.filters li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

nav ul.menu a {
    display:block;
    width:100%;
    height: 50px;
    text-align: left;
    line-height: 45px;
    color: #FFF;
    text-decoration: none;
    font-size: 17px;
    padding: 0 20px;
    padding-right: 25px;
    color: #999;
    border-bottom: 1px solid #efefef;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition:all 0.3s ease;
    font-weight: 300;
}

nav ul.menu li {
    margin:0; }

nav ul.menu li ul li > a:hover {
    background: #ffffff;
    color: #2b2c2c;
}

/*-- SUBMENU --*/
    nav ul.menu ul li a {
        /* color: #fff !important; */
        background-color: #ffffff;
        padding: 10px 30px;
        line-height: normal !important;
        height: auto;
    }

    nav li.filters ul {
        color: #FFF;
        -webkit-animation-duration: 0.7s;
        animation-duration: 0.7s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;

        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
    }

    @-webkit-keyframes fadeIn {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
      }

      to {
        opacity: 1;
      }
    }

    .fadeIn {
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
    }

    nav li.filters ul {
        white-space: nowrap;
        display: none;
        z-index: 100;
        min-width: 100%;
        padding: 5px 0;
    }

    nav li.submenu ul {
        display: block;
    }
	
	#menu-fixo > nav > ul > li:nth-child(6) > div > a.bt-p1 {
		position:relative !important;
		padding-left: 30px !important;
	}

	#menu-fixo a.bt-p1 i {
		position:absolute;
		left:5px; top:5px;
		font-size: 22px !important;
	}

@media screen and (min-width: 1024px) {

    nav label.show-menu {
        display: none;
    }

    nav li.filters ul {
        position: absolute;
        top: 46px;
        left: 0;
    }   

    nav ul.menu > li > a:first-child:nth-last-child(2) {
        padding-right: 28px;
        cursor: pointer;
     }

    nav ul.menu > li > a:first-child:nth-last-child(2):after {
        content: "\f107";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        padding-right: 0.5em;
        font-size: 17px;
        position: absolute;
        top: 7px;
        right: 0px;
    }

    .no-touch li.filters:hover ul {
        display: block;
        
        box-shadow: 0px 2px 10px rgba(0,0,0,.5);
    }

    nav {
        position: absolute;
        right: 0;
        bottom: 0;
        text-align: center;
        height: 50px;
    }

    nav ul.menu {
        position: relative;
        display:inline-block;
        margin-top: -5px;
    }

    nav ul.menu > li.filters {
        position: relative;
        margin: 0 5px;
        display: inline-block;
        background-color: transparent;
    }
	
	nav ul.menu > li.filters:nth-last-child(2) {
        margin-right: 0 !important;
    }

    nav ul.menu li a {
        font-size: 16px;
        /* font-family: 'alte_haas_groteskbold', sans-serif; */
        color: #414a6c;
        text-align: center;
        padding: 5px;
        height: 50px;
        line-height: 50px;
        font-weight: 300;
    }
    
    nav ul.menu > li.filters:hover > a:before {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 4px;
        height: 1px;
        background-color: #414a6c;
    }

    nav ul.menu > li.filters:last-child {
        margin-right: 0;
    }

    /* nav ul.menu > li:last-child {
        display: none;
    } */
    

    nav ul.menu li li a {
        text-align: left;
        text-shadow: none;
    }

    nav ul.menu a {
        padding: 0 15px;
        border-bottom: none;
        color: #FFF;
    }
    nav li.filters ul {
        background-color: #FFF;
    }
    
    nav.fixar-menu {
        background-color: #FFF;
    }

    nav.fixar-menu ul.menu a {
        color: #000;
        text-shadow: none;
    }

    nav ul.menu li.active > a,
    nav ul.menu li.ligado > a {
        background-color: rgba(255,255,255,.2); 
    }

    #contato_whatsapp {
        display: none;
    }

}

@media screen and (min-width : 1200px) {

	nav ul.menu > li.filters {
		margin: 0 5px;
	}

} 

@media screen and (max-width : 1023px) {

    /*-- MENU --*/
    nav li.submenu > a {
        background-color: #999;
        color: #FFF;
    }
/*
    nav ul.menu > li.filters.submenu > a:first-child:nth-last-child(2):after {
        content: "\f077";
    }
*/
    nav ul.menu {
        display: none;
        position: fixed;
        overflow-y: scroll;
        top: 0;
        bottom: 0;
        right: 0;
        background-color: #000;
        max-width: none;
        margin-top: 50px;
        width: 100%;
        padding: 0;
        color: #3c3c3b;
        background: #FFF;
        font-size: 14px;
        line-height: 20px;
        overflow: auto;
        -webkit-box-shadow: -2px 4px 5px 2px rgba(0,0,0,0.13);
        -moz-box-shadow: -2px 4px 5px 2px rgba(0,0,0,0.13);
        box-shadow: -2px 4px 5px 2px rgba(0,0,0,0.13);
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        -moz-transition: 0.3s cubic-bezier(0.55,0,0.1,1);
        -o-transition: 0.3s cubic-bezier(0.55,0,0.1,1);
        -webkit-transition: 0.3s cubic-bezier(0.55,0,0.1,1);
        transition: 0.3s cubic-bezier(0.55,0,0.1,1);
    }

    nav li {
        width: 100%;
    }

    nav ul, nav ul a {
        width: 100%;
    }

    nav ul.menu > li > a:first-child:nth-last-child(2) {
        padding-right: 50px;
    }

    nav ul.menu > li > a {
        color: #3c3c3b;
    }

	nav li.filters ul {
        display: none !important;
    }

}


/* ==========================================================================
    LISTA DROPDOWN
   ========================================================================== */

ul.lista1 {
    margin: 10px 0;
}

ul.lista1 li h3 {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    background-color: #CCC;
    position: relative;
    cursor: pointer;
}

ul.lista1 li h3:after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 0.5em;
    font-size: 16px;
    position: absolute;
    top: 2px; right: 5px;
}

ul.lista1 li h3.fechar:after {
    content: "\f077";
}

ul.lista1 li p {
    display: none;
}


/* ==========================================================================
    BOTAO
   ========================================================================== */

a.button, input.button, button {
    outline: none;
    width: 100%;
    text-align: center;
    display: inline-block;
    border: none;
	font-size:18px;
	font-weight: 700;
    padding: 20px;
    cursor: pointer;
    border-radius: 4px;
    background: #2e2369;
    color: #FFF;
    position: relative;
    top: 0;
    transition: 0.2s ease;
}

a.button:hover, a.button.hover,
input.button:hover,
input.button.hover,
button:hover,
button.hover {
  top: -3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}

a.button:active, a.button.active,
input.button:active,
input.button.active,
button:active,
button.active {
  background: var(--primaryShade4);
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  top: 0;
}


/* ==========================================================================
    HOME
   ========================================================================== */

.banner-topo {
	display: flex;
	width: 100%;
	height: 350px;
	padding-bottom: 50px;
	padding-top: 50px;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-image: url(../imagens/banner-lys-topo.png);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

@media only screen and (max-width: 479px) {

	.banner-topo {
		height: 250px;
		padding-bottom: 40px;
		padding-top: 40px;
		background-size: auto 140%;
		background-position: left center;
	}

}


/* ==========================================================================
    MISSAO
   ========================================================================== */

.missao {
	background-color: #2e2369;
}

.missao * {
	color: #FFF;
}

.missao *,
.info-list-hor * {
	text-align:center;
}

.missao .dividir-bloco > *,
.info-list-hor .dividir-bloco > * {
	padding: 1vw;
}

.missao .dividir-bloco > * img,
.info-list-hor .dividir-bloco > * img {
	max-width: 200px;
    margin: 0 auto 10px;
}

.info-list-hor .dividir-bloco > * img {
	max-width: 170px;
}

@media only screen and (max-width: 479px) {

	.missao .dividir-bloco > *,
	.info-list-hor .dividir-bloco > * {
		padding: 1vw;
		padding-bottom: calc(15px + 1vh);
	}
	
	.missao .dividir-bloco > * img,
	.info-list-hor .dividir-bloco > * img {
		max-width: 150px;
	}

}


/* ==========================================================================
    PARCEIROS
   ========================================================================== */

@media only screen and (max-width: 479px) {
	
	.parceiros .dividir-bloco {
		text-align:center;
	}

	.parceiros .dividir-bloco > * img {
		width:100%;
	}

	.parceiros .dividir-bloco > * {
		display:inline-block;
		width:49%;
	}

}