@charset "iso-8859-1";

/* ------------------------------ / Default / ------------------------------ */
html,body,div,span,applet,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td { 
	margin:0; 
	padding:0; 
	border:0; 
	font-style:normal; 
	font-size:100%; 
	outline:0;
}
body, html {
	width:100%;
	height:100%;
}
ol,ul { 
	list-style:none; 
}
caption,th { 
	text-align:left; 
}
a { 
	text-decoration: none;
	color: #606060;
} 
a:hover { 
	text-decoration: none;
	color: #606060;
}
:focus { 
	outline:0; 
}
.clear { clear:both; }
.no-margin { margin:0 !important; }

body { 
	overflow-x: hidden;
	background: #fff; 
	font-family: 'Sora', sans-serif;
	font-weight: 400;
	font-size: 14px;
    line-height: 14px;
	color: #606060;	
}
.ct-fixed  { 
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.rec-btn {
    opacity: 1;
}
.rec-btn:hover {
    opacity: 0.4;
}
@keyframes float{
	0%,100%{
		transform:translatey(0)
	}
	50%{
		transform:translatey(15px)
	}
}

/* ------------------------------ Topo ------------------------------ */
.bg-home {
    float: left;
    width: 100%;
    height: 585px;
    background-color: #2d276a;
}
.det-seta {
    text-align: center;
}
.det-whats {
    position: fixed;
    width: 70px;
    height: 70px;
    border-radius: 40px;
    background: rgb(0,188,60);
    background: linear-gradient(180deg, rgba(0,188,60,1) 0%, rgba(7,142,57,1) 100%);
    left: calc(100% - (150px));
    top: 460px;
    text-align: center;
    z-index: 999;
    transform: scale(1.0);
    transition: 0.5s all ease-in-out;
    animation: float 6s ease-in-out infinite;
}
.det-whats:hover {
    transform: scale(1.2);
}
.det-whats img {
    width: 32px;
    height: 32px;
    margin: 18px 0 0 0;
    text-align: center;
}
.topo-home {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.topo-logo {
    float: left;
    width: 30%;
    height: auto;
    margin: 0 0 0 0;
}
.topo-whats {
    display: block;
    float: right;
    width: 50%;
    height: auto;
    font-size: 12px;
    color: #fff;
    margin: 24px 0 0 0;
    text-align: right;
}
.topo-btn {
    float: right;
    width: 30%;
    height: auto;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 22px;
    padding: 9px 0 8px 0;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: -0.01em;    
    margin: -11px 0 0 10px;
}
.topo-btn:hover {
    background: #fff;
    color: #2d276a;
    cursor: pointer;
}
.bn-home {
    float: left;
    width: 100%;
    height: auto;
    margin: 40px 0 0 0;    
}
.bn-home-a {
    float: left;
    width: 400px;
    height: auto;
    margin: 60px 0 0 0;
}
.bn-home-b {
    float: right;
    width: 540px;
    height: auto;
    margin: 20px 0 0 0;
}
.tt-h1 {
    color: #fff;
    text-align: left;
}

/* ------------------------ Home ------------------------------ */
.content-pagina {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
}
.content-hm {
    float: left;
    width: 100%;
    height: auto;
    margin: 60px 0 60px 0;
}
h1, h2, h3, h4 {
    float: left;
	width: 100%;
	height: auto;	
	font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: -0.05em;
    margin: 0 0 20px 0;
    text-align: center;
    color: #2d276a;
}
.lead-hm, .lead-rec {
    width: 55%;
    font-size: 14px;
    line-height: 16px;
    color: #606060;
    text-align: center;
    margin: 0 auto;
}
.content-prd {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 80px 0;
}
.ct-prd {
    width: 80%;
    height: auto;
    margin: 0 auto;
    background: #00f;
}
.prd-reci {
    float: left;
    width: 320px;
    height: 530px;
    border: 1px solid #ccc;
    border-radius: 22px;
    text-align: center;
    margin: 0 26px 0 26px;
}
.prd-reci:hover {
    border: 1px solid #2d276a;
    cursor: pointer;   
}
.prd-reci img {
    float: left;
    border-radius: 22px 22px 0 0;
    margin-bottom: 30px;
    text-align: center;
}
h3 {
	font-size: 20px;
    line-height: 20px;
    margin: 0 0 0 0;
}
.prd-btn {
    float: left;
    width: 260px;
    height: auto;
    color: #fff;
    background: #65acbf;
    border: 0;
    border-radius: 22px;
    padding: 14px 0 14px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;    
    margin: 20px 30px 0 30px;
}
.prd-btn:hover {
    background: #2d276a;
    color: #fff;
    cursor: pointer;
}
.content-rec {
    float: left;
    width: 100%;
    height: 320px;
    margin: 0 0 60px 0;
}
.rec-a {
    float: left;
    width: 40%;
    height: auto;
    margin: 0 0 0 0;
}
h2 {
	font-size: 30px;
    line-height: 32px;
    margin: 0 0 20px 0;
    text-align: left;
}
.lead-rec {
    width: 100%;
    text-align: left;    
}
.rec-b {
    float: right;
    width: 490px;
    height: auto;
    margin: 0 0 0 0;
}
span {
    font-weight: 700;
}
.hm-bt {
     margin: 20px 30px 0 0px;
}
.hm-bt:hover {
    background: #fff;
    color: #2d276a;
    cursor: pointer;
}

/*-------------------------- Footer ------------------------------ */
.footer {
    float: left;
    width: 100%;
    height: auto;
    background: #f6f6f6;
}
.ft-a {
    float: left;
    width: 48%;
    height: auto;
    margin: 60px 0 0 0;
}
h4 {
	font-size: 14px;
    line-height: 16px;
    margin: 20px 0 0 0;
    text-align: left;
    color: #606060;
}
.ft-b {
    float: right;
    width: 52%;
    height: auto;
    margin: 40px 0 0 0;
}
.ft-lad-a, .ft-lad-b {
    float: left;
    width: 35%;
    height: auto;
    margin: 0 0 0 0;
}
.ft-lad-b {
    margin: 0 0 0 20px;
}
.ft-lead {
    float: left;
    width: 78%;
    font-size: 11px;
    line-height: 14px;
    color: #606060;
    text-align: left;
    margin: 24px 0 0 0;
}
.ft-lad-a img, .ft-lad-b img {
    float: left;
    margin: -2px 6px 0 0;    
}
.ft-line {
    float: left;
    width: 100%;
    height: 1px;
    background: #505050;
    opacity: 0.2;
    margin: 30px 0 20px 0;
}
.ft-copy {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
}

/*-------------------------- Mobile ------------------------------ */
@media (max-width:900px) { .ct-fixed  { width: 95%; } .bg-home { height: auto; } .topo-home { margin-top: 40px; } .topo-logo { width: 100%; text-align: center; } .topo-whats { display: none; } .bn-home-a { width: 100%; margin: 20px 0 30px 0; } .bn-home-b { width: 100%; text-align: center; margin: 0 0 40px 0; } .tt-h1 { text-align: center; } .lead-hm, .lead-rec { width: 100%; } h1 { font-size: 30px; line-height: 30px; } h1, h2, h3, h4 { text-align: center; } .content-prd { margin: 0 0 0 0; } .prd-reci { width: 100%; height: auto; margin: 0 0 30px 0; } .prd-btn { width: 80%; margin: 20px 10% 30px 10%; } .content-rec { height: auto; } .rec-a { width: 100%; } .lead-rec { text-align: center; } .rec-b { width: 100%; margin: 30px 0 0 0; } .ft-a { width: 100%; margin: 40px 0 20px 0; text-align: center; } .ft-b {  width: 100%; margin: 0 0 0 0; } .ft-lad-a, .ft-lad-b { width: 100%; margin: 0 0 10px 0; text-align: center; } .ft-lead { width: 100%; text-align: center; } .ft-lad-a img, .ft-lad-b img { margin: -10px 47% 6px 47%; } .det-whats { left: calc(100% - (100px)); } }