body {
    margin: 0;
    padding: 0;
    font-size: 18px !important;
    ;
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color: #444;
    line-height: 28px;
}
html {
    font-size: 100% !important;
}

.separador {
	
}

.aba {
    position: absolute;
    z-index: 999;
    height: 100%;
    width: 130px;
    background: #222;
    right: -170px;
    text-align: center;
    color: #fff;
    padding-top: 80px;
}
.aba img {
    width: 45%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50%;
    border: 3px solid #333;
    padding: 2px;
}
.aba img:hover {
    border: 3px solid #888;
}
.icons_menu {
    margin-top: 120px;
}
.icons_menu p {
    margin: 5px 0 15px;
    font-size: 15px;
}
.disabled img {
    opacity: 0.6;
    -webkit-filter: grayscale(100%);
    /* Chrome, Safari, Opera */
    
    filter: grayscale(100%);
}
.container {
    overflow: hidden;
}
.imagem img {
    width: 85%;
    height: auto;
}
.imagem span {
    margin-bottom: 30px;
}
.icones div {
    padding: 0 5px;
    text-align: center;
}
.icones img {
    width: 80%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
.icones p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 30px !important;
    margin-top: 10px !important;
}
.texto p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 30px;
    ;
}
.little_icons {
    width: 100%;
    display: block;
    margin-top: -100px;
}
.little_icons h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.icons li {
    display: inline-blocK !important;
    font-size: 14px !important;
    height: 20px !important;
}
.icons li img {
    margin-right: 10px;
    width: 20px;
    height: auto;
    float: left;
    margin-top: 5px;
}
.dica {
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
}
.calltoaction {
    position: absolute;
    bottom: 50px;
    right: 50px;
    color: #fff;
    font-size: 22px;
    font-weight: 200;
}
.WTT,
.LTT,
.MTT {
    background: #fff;
    padding: 15px 20px 10px;
    border-radius: 5px;
    border-top: 50px solid #47cae2;
    -webkit-box-shadow: 15px 15px 20px 0 rgba(0, 0, 0, .2);
    box-shadow: 15px 15px 20px 0 rgba(0, 0, 0, .2);
    z-index: 9999;
    width: 250px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    display: none;
}
.WTT p,
.LTT p,
.MTT p {
    text-align: center;
    font-size: 16px;
    text-transform: lowercase;
}
.WTT:before,
.LTT:before,
.MTT:before {
    font-family: FontAwesome;
    content: "\f129";
    font-size: 18px;
    position: absolute;
    top: -42px;
    left: 50%;
    padding: 2px 13px;
    transform: translateX(-50%);
    z-index: 1;
    background: #fff;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    background: #03709b;
    border: 1px solid #03709b;
    color: #fff;
}
.logo {
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
}
.titulo {
    border-bottom: 1px solid #6cc6f3;
    margin: 50px 0 60px;
}
.titulo h1 {
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 6px;
    padding-left: 80px;
    font-size: 40px;
    color: #222;
    height: 62px;
}
.titulo h1.green {
    background: url(../img/green.png) no-repeat left -1px;
}
.titulo h1.blue {
    background: url(../img/blue.png) no-repeat left 0;
}
.titulo h1.pink {
    background: url(../img/pink.png) no-repeat left -1px;
}
h3 {
    font-weight: 600;
    font-size: 19px;
    color: #50afdf;
    line-height: 1;
}
.highlight {
    border-top: 1px solid #6cc6f3;
    border-bottom: 1px solid #6cc6f3;
    padding: 20px 0;
    color: #50afdf;
    font-weight: 600;
    margin: 40px 0;
}
.bottom_left {
    border: 2px solid #6cc6f3;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
    background: #6cc6f3;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
/*.bottom_left:before {
    content: '';
    border-top: 100px solid #fff;
    border-right: 100px solid #6cc6f3;
    font-size: 15px;
    line-height: 35%;
    width: 20px;
    left: -3px;
    position: absolute;
    top: -3px;
}*/

.bottom_left img {
    width: 60%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}
.bottom_right {
    border: 2px solid #6cc6f3;
    background: #6cc6f3;
    color: #333;
    padding: 30px 20px 82px 10px;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: normal;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
/*.bottom_right:before {
    content: '';
    border-top: 100px solid #6cc6f3;
    border-right: 100px solid #fff;
    font-size: 15px;
    line-height: 35%;
    width: 20px;
    right: -1px;
    position: absolute;
    bottom: -1px;
}*/

.bottom_right h3 {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer {
    margin-top: 30px;
}
.button_main {
    border: 1px solid #50afe2;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    -webkit-box-shadow: 0px 8px 0px #50afe2;
    -moz-box-shadow: 0px 8px 0px #50afe2;
    box-shadow: 0px 8px 0px #50afe2;
    text-align: center;
    color: #50afe2;
    background: #fff;
    padding: 14px 25px 14px 25px;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    text-align: left;
    font-weight: 600 !important;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.button_main:hover {
    box-shadow: 0 1px 0 #50afe2;
    transform: translateY(10px);
	text-decoration:none;
}
.bottom_right .button {
    border: none;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    -webkit-box-shadow: 0px 8px 0px #4599c4;
    -moz-box-shadow: 0px 8px 0px #4599c4;
    box-shadow: 0px 8px 0px #4599c4;
    text-align: center;
    color: #50afe2;
    background: #fff;
    padding: 15px 25px 15px 25px;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    text-align: left;
    font-weight: 600 !important;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bottom_right .button:hover {
    box-shadow: 0 1px 0 #4599c4;
    transform: translateY(10px);
}
.fa {
    padding-right: 10px;
}
.layer {} #base-layer {
    background: url(../img/01.jpg);
    overflow: hidden;
    background-size: 100% 100%;
}
#layer-one {
    background: none;
    height: 100vh;
    overflow: hidden;
}
#layer-two {
    background: url(../img/03.png);
    overflow: hidden;
    background-size: auto 100%;
    background-position: center;
}
#layer-three {
    background: none;
    height: 100vh;
    overflow: hidden;
}
#layer-four {
    background: url(../img/04.png);
    overflow: hidden;
    background-size: auto 100%;
    background-position: center;
}
.slider {
    margin-left: auto;
    margin-right: auto;
    overflow: none;
    width: auto;
    display: block;
    height: 100vh;
    text-align: center;
    position: relative;
}
.slider img {
    width: auto;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    color: #fff;
    font-weight: 200;
}
.header_home {
    display: block;
    width: 50%;
    position: absolute;
    top: 20px;
    left: 50px;
}
button {
    cursor: pointer;
}
@media screen and (min-with: 1200px) {
    .body_inner {
        width: 1200px;
        display: block;
        margin: 0 auto;
    }
}