@charset "utf-8";
/* CSS Document */
* {
box-sizing: border-box;
}
body{
font-family: 'Exo', Calibri, Verdana, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
overflow-x: hidden;
}
.art-content-layout-2 {
display: table;
width: 100%;
table-layout: fixed;
}
.style1{
text-align:justify;
color: #262626;
font-size: 20px;
padding-top: 10px;
padding-bottom: 10px;
line-height: 41px;
}
.style2{
text-align:center;
color: #ffffff;
font-size: 16px;
font-weight: 200;
font-style: normal;
text-decoration: none !important;
}
.style2:hover{
color: #cccccc;
cursor: pointer;
text-decoration: none !important;
transition: all ease 0.3s;
}
.style3{
font-size: 27px;
font-weight: normal;
font-style: normal;
line-height: 120%;
color: #43b7fe;
padding: 10px 0 20px 0;
}
.style4{
text-align:center;
color: #626060;
font-size: 21px;
padding-top: 10px;
padding-bottom: 10px;
line-height: 175%;
}
.style5{
text-align:center;
color: #262626;
font-size: 16px;
font-weight: 200;
font-style: normal;
text-decoration: none !important;
}
.style5:hover{
color: #008172;
cursor: pointer;
text-decoration: none !important;
transition: all ease 0.3s;
}
.style6{
text-align:center;
font-size: 18px;
font-weight: normal;
font-style: normal;
color: #008172;
}
.style7{
text-align:center;
font-size: 27px;
padding-bottom: 50px;
color: #008172;
}
.style9{
color: #262626;
}
.texto1 {
text-align: center;
color: #ffffff;
font-size: 38px;
padding-top:30px;
padding-bottom: 10px;
font-weight: 200;
}
.texto2 {
text-align: center;
color: #ffffff;
font-size: 28px;
padding-top:10px;
padding-bottom: 40px;
font-weight: 200;
}
.separator {
width: 20%;
border-top-width: 2px;
border-top-color: #ffffff;
border-top-style: solid;
}
.whatsapp{
height:50px; 
position:fixed !important; 
bottom: 80px; 
right: 20px; 
z-index:100;
}
.email{
background-color: #008172;
padding: 18px;
color: #fff !important;
text-align:right;
}
.background-01 {
background: url(images/corretores-de-seguro.jpg) no-repeat center center fixed;
background-size: cover; /*Css padrão*/
width: 100%;
min-height: 0 auto;
text-align: center;
line-height: 1.5;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 40px;
}
.background-rodape-top {
background: url(images/fundo-rodape-top.png) no-repeat center center;
background-size: cover; /*Css padrão*/
width: 100%;
height: 0 auto;
text-align: center;
margin-left: auto;
margin-right: auto;
padding-bottom: 100px;
}
.background-rodape-bottom {
background: url(images/fundo-rodape-bottom.png) no-repeat center center;
background-size: cover; /*Css padrão*/
width: 100%;
height: 0 auto;
text-align: center;
margin-left: auto;
margin-right: auto;
padding-top: 100px;
}
.background-color-01 {
background-color:#f2f2f2;
background-size: cover; /*Css padrão*/
width: 100%;
height: 0 auto;
text-align: center;
line-height: 1.5;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
}
/* */
.transparencia{
transition-duration: 0.5s;
}
.transparencia:hover{
transition-duration: 0.5s;
opacity: 0.6;
}
/* */
/*inicio-back-to-top*/
.back-to-top{
width:50px;
height: 50px;
display:block;
background: url('images/back-to-top.png') no-repeat;
position: fixed;
bottom: 20px;
right: 20px;
z-index: 9999999;
}
.back-to-top:hover {
cursor: pointer;
background-position: 0 -50px;
}
/*fim-back-to-top*/
/* aligncenter */
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
padding: 20px;
text-align: center;
background-color: #ffffff;
border: 1px solid #dddddd !important;
border-radius: 5px;
width:95%;
margin-bottom: 0;
}
/* aligncenter */
/* aligncenter2 */
.aligncenter2 {
display: block;
margin-left: auto;
margin-right: auto;
padding: 20px;
text-align: center;
background-color: #ffffff;
border: 1px solid #dddddd !important;
border-radius: 5px;
width:642px;
margin-bottom: 0;
}
/* aligncenter */
/* Formulário */
#frm input,
#frm textarea{
font-family: 'Exo', Calibri, Verdana, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
padding: 4px; 
width: 90%;
border: 1px solid #008172;
font-size: 15px;
display: inline-block;
padding-left: 10px;
height: 50px;
z-index: 100;
}
#frm .text{
height: 80px;
}
#frm .button2{
padding-left: 0px;
width: 220px;
height:50px;
font-size: 18px;
background: none;
cursor: pointer;
display: inline-block;
margin: 5px;
letter-spacing: 1px;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border: 1px solid #008172;
border-radius: 6px;
background: #008172;
color: #ffffff;
}
#frm .button2:hover{
color: #ffffff;
background: #43b7fe;
border: 1px solid #43b7fe;
}
/* Formulário */
/* Button1 */
.btn1 {
font-family: 'Exo', Calibri, Verdana, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
font-weight: 400;
border: none;
font-size: 17px;
text-transform: none;
background: #008172;
cursor: pointer;
padding: 15px 10px;
display: inline-block;
letter-spacing: 1px;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border-radius: 0;
min-width: 210px;
max-width: 270px;
}
.btn1:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-1 {
border: 1px solid #008172;
color: #ffffff;
}
.btn-1a:hover, .btn-1a:active {
color: #008172;
background: #ffffff;
border: 1px solid #cccccc;
}
/* Button1 */
/* Button2 */
.btn2 {
font-family: 'Exo', Calibri, Verdana, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
font-weight: 400;
border: none;
font-size: 17px;
text-transform: none;
background: #008172;
cursor: pointer;
padding: 15px 10px;
display: inline-block;
letter-spacing: 1px;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
border-radius: 0;
min-width: 210px;
max-width: 270px;
}
.btn2:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.btn-2 {
border: 1px solid #ffffff;
border-radius: 6px;
color: #008172;
background-color:#ffffff;
text-transform: uppercase;
}
.btn-2a:hover, .btn-2a:active {
color: #ffffff;
background: #008172;
border: 1px solid #008172;
}
/* Button2 */
a:-webkit-any-link {
color: -webkit-link;
cursor: pointer;
text-decoration: none !important;
transition: all ease 0.3s;
}
