body{

	font-family: 'Raleway', arial;
}

nav{
    padding: 50px 30px 0 30px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.index nav .logo{
    background: url(../img/logo.png?version=1) no-repeat center;
    background-size: contain;
}

nav .logo{
	background: url(../img/logo-font-black.png?version=1) no-repeat center;
    background-size: contain;
    width: 125px;
    height: 125px;
    display: inline-block;
    vertical-align: middle;
}

.filler1{
    width: 100%;
    height: 100px;
    background: red;
}

/*@media screen and (max-width: 550px){

    nav .logo{
        background: url(../img/logo-font-black.png) no-repeat center;
        background-size: contain;
    }

}*/

nav .top-nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #3aabeb8a;
    padding: 8px 20px 6px 20px;
    color: white;
    font-family: arial, helvetica, sans-serif, verdana;
}

nav .top-nav .tel{
	float: right;
}

nav .top-nav a{
    text-decoration: none;
    color: white;
}

nav .contact-btn{
	background: #3aabeb;
    padding: 10px 20px;
}

nav .logo-name {
    font-size: 35px;
    color: black;
    vertical-align: middle;
    position: relative;
    top: -6px;
    letter-spacing: 1px;
}

.index nav .logo-name{
    color: white;
}

nav .phone{
    background: url(../img/phone.png) no-repeat center;
    width: 36px;
    height: 50px;
    background-size: contain;
    display: inline-block;
}

nav .right-side{
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 60px;
	font-weight: normal;
}

nav .right-side ul li a {
	color: black;
}

.index nav .right-side ul li a {
    color: white;
}

nav .right-side ul li{
    display: inline-block;
    vertical-align: middle;
    margin: 20px 18px;
    font-size: 1.3em;
}

h1.big-phrase span.first {
    display: block;
    max-width: 680px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}

h1.big-phrase{
    position: absolute;
    font-size: 4em;
    color: white;
    visibility: hidden;
    transition: 10s transform, 1s opacity;
    letter-spacing: 10px;
    transform: scale(1);
    opacity: 0;
    width: 80%;
    left: 10%;
}

.big-phrase-holder{
    height: 8em;
    margin-top: 15px;
}

h1.big-phrase.image-slider-active{
    visibility: visible;
    transform: scale(1.2);
    opacity: 1;
}

.prases{
	text-align: center;
	line-height: 1.6;
	font-size: 1.1em;
}

button{
	border: none;
	padding: 10px 20px;
	font-size: 1.4em;
}

.presentation button{
	background: #1f8a26;
	color: white;
}

.presentation .prases{
	width: 750px;
	margin: 0 auto;
}

hr{
	width: 80px;
	border: 0;
	border-bottom: 3px solid white;
	margin: 0 auto;
}

hr.yellow{
	border-color: #fde200;
}

hr.coral{
	border-color: #3aabeb;
}

hr.bigger{
	width: 70%;
    border-color: black;
}

.social-marketing{
	text-align: center;
}

.social-marketing .social-networks{
	max-width: 420px;
}

.social-networks{
	max-width: 600px;
	width: 80%;
}

.social-marketing button{
	background: #fde200;
}

.contact-section{
	text-align: center;
}

.contact-section button{
	background: #d53f17;
	color: white;
}

.newsletter-subscribe{
	border: 3px solid #6b200c;
	display: inline-block;
}

.newsletter-subscribe img{
    height: 18px;
    margin: -1px 13px;
}

.newsletter-subscribe input{
    border: 0;
    background: transparent;
    font-size: 1.3em;
    color: white;
    font-family: raleway, arial;
    border-right: 3px solid #6b200c;
    padding: 10px;
}

.contact-section .mail img{
	max-width: 280px;
}

.contact-section .mail{
	border-bottom: 2px solid #565656;
	display: inline-block;
	transition: 1s all;
}

.contact-section .mail:hover{
	border-bottom: 2px solid white;
}

.contact-section .or{
	margin: 12px;
}

footer .bottom{
	font-family: arial, helvetica, sans-serif;
	width: 82%;
    margin: 25px auto;
    position: relative;
    text-align: center;
}

footer .profile{
    border-radius: 100px;
    width: 100px;
}

footer .align-footer span {
    font-size: 1.4em;
}

.align-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.align-footer ul {
    list-style: none;
    margin-top: 20px;
}

footer .align-footer ul li {
    margin-top: 10px;
}

footer .align-footer ul li a{
	color: #000;
	text-decoration: none;
}

.align-footer .align-left{
    margin-right: 40px;
}

.align-footer .align-left, .align-footer .align-right {
    min-height: 150px;
    margin-bottom: 30px;
    align-self: flex-start;
    min-width: 20%;
}

/* Ajustar tamanho para nao ficar muito separado */
@media screen and (min-width: 1310px){
    .align-footer .align-left, .align-footer .align-right {
        min-width: 15%;
    }
}

@media screen and (max-width: 500px){

    .article{
        width: 85% !important;
    }

    .em-geral img, .plano-saude img{
        width: 70% !important;
    }

    .operadoras{
        text-align: center;
    }

    .operadoras .operadora{
        padding: 20px 8px !important;
        width: 46%;
        margin: 1% !important;
    }

    .operadoras .operadora small{
        font-size: .7em;
    }

}

@media screen and (max-width: 300px){

    .operadoras .operadora small{
        font-size: .5em;
    }

}

/* footer .bottom ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 16px;
}

footer .bottom .right-side{
	position: absolute;
    right: 0;
    top: 10px;
    color: #666666;
} */

.projetos{
	width: 80%;
	margin: 0 auto;
}

.projeto{
	text-align: left;
	margin-top: 20px;
}

.projetos .projeto img{
	width: 200px;
}

.projeto .title{
	font-size: 2em;
	margin-bottom: 10px;
}

.projeto .tags{
	margin-bottom: 20px;
}

.projeto .tags span{

}

.social-network ul{
    text-align: left;
    width: 300px;
    margin: 0 auto;
    font-size: 1.3em;
    list-style: circle;
}

.presentation-id{
	width: 80%;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

body.iv{
	background: black;
}

.presentation-id .big-phrase{
    text-align: left !important;
    font-size: 5em;
    color: white;
}

.small-phrase{
    text-align: center;
    margin: 0 auto;
    /*width: 60%;*/
    font-size: 20px;
    letter-spacing: 0;
    color: white;
    display: none;
    max-width: 400px;
    text-shadow: 2px 2px 10px #000000b5;
}

.small-phrase.image-slider-active{
    display: block;
}

.presentation-id button{
    background: #d54026;
    color: white;
}

.leftbtn{
	text-align: left;
}

.slider{
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    z-index: -1;
    /*background: #3aabeb;*/
    min-height: 550px;
}

.slider > [data-value=image1],[data-value=image1] .img{
    background-image: url(/res/img/slider/1.jpg);
    background-position: center;
}

.slider > [data-value=image2],[data-value=image2] .img{
    background-image: url(/res/img/slider/2.jpg);
}

/*@media screen and (max-width: 500px){

    .slider > [data-value=image2],[data-value=image2] .img{
        background-position-x: -170px;
    }

}
*/

.slider > [data-value=image3],[data-value=image3] .img{
    background-image: url(/res/img/slider/3.jpg);
    background-position: center;
}

.slider > [data-value=image4],[data-value=image4] .img{
    background-image: url(/res/img/slider/4.jpg);
    background-position: center;
}

.slider-topics .slider-1{

}

.slider > div[data-value]{
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    opacity: 0;
    transition: 600ms all;
    min-height: 550px;
}

.slider > div.image-slider-active{
    opacity: 1;
}

.slider-topics{
    width: 85%;
    margin: 0 auto;
    margin-top: -90px;
    text-align: center;
}

.slider-topics .img {
    display: inline-block;
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    max-width: 100%;
}

.slider-topics div.image-slider-active {
    top: -20px;
}

hr.blue {
    border-color: #31b5ff;
}

hr.special{
    border-color: #31b5ff !important;
    margin: 20px 0 20px !important;
    width: 100px !important;
}

.slider-topics .slider-1,
.slider-topics .slider-2,
.slider-topics .slider-3,
.slider-topics .slider-4{
    width: 20%;
    max-width: 180px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 1%;
    transition: 600ms all;
    position: relative;
    top: 0;
    cursor: pointer;
}

.slider-topics .slider-1:hover,
.slider-topics .slider-2:hover,
.slider-topics .slider-3:hover,
.slider-topics .slider-4:hover{
    top: -20px;

}

footer svg {
    vertical-align: middle;
}

.mini-banner{
    height: 3px;
    width: 80%;
    background: #c9ecff;
    text-align: center;
    margin: 0 auto;
}

.mini-banner img{
    vertical-align: middle;
    margin-top: -30px;
}

.w80{
    width: 80%;
    margin: 0 auto;
}

.brands{
    text-align: center;
}

.brands img{
    vertical-align: middle;
    margin: 0 20px;
}

.brands .border{
    border: 1px solid silver;
    padding: 30px 10px;
    margin: 10px;
    text-align: center;
    display: inline-block;
}

.click-for-tel{
    opacity: 0.5;
    width: 50%;
    text-align: center;
    margin: 30px auto;
    margin-bottom: 50px;
}

.services{
    background: #8888ff;
    padding: 40px 0;
    width: 100%;
    text-align: center;
    color: white;
}

.services .service{
    width: 25%;
    display: inline-block;
    margin: 10px;
    font-size: 0.9em;
}

.services .service button{
    font-size: 0.9em;
    border: 1px solid silver;
    background: transparent;
    padding: 4px 10px;
    color: white;
    margin-top: 10px;
}

.services .service .img{
    width: 160px;
    height: 160px;
    margin: 10px auto;
    background-size: cover;
    background-position: center;
    border-radius: 100px;
}

.contact input, .contact textarea{
    padding: 10px 20px;
}

.presentation{
    /*overflow: hidden;*/
    padding-top: 190px;
    position: relative;
}

.left{
    text-align: left;
}

.article{
    width: 80%;
    margin: 0 auto;
}

.article hr{
    border-color: black;
    width: 100%;
    margin-bottom: 10px;
}

.to-right{
    text-align: right;
}

.to-left{
    text-align: left;
}

.vmiddle{
    vertical-align: middle !important;
}

.half-div{
    width: 47%;
    margin: 1%;
    display: inline-block;
    vertical-align: top;
}

.em-geral, .plano-saude{
    font-size: 1em;
}

.em-geral img, .plano-saude img{
    width: 300px;
    margin: 40px 0;
    max-width: 100%;
}

.silver{
    color: #5a5a5a;
}

.operadoras .operadora img{
    width: 110px;
    max-width: 100%;
}

.operadoras .operadora{
    vertical-align: top;
    margin: 10px;
    margin-left: 0;
    display: inline-block;
    text-align: center;
    border: 1px solid #86cff3;
    padding: 20px 12px;
}

.operadoras .operadora small{
    background: black;
    color: white;
    font-family: arial;
    font-weight: bold;
    padding: 4px 8px;
    border: 1px solid wheat;
    outline: 2px solid black;
    margin-top: 10px;
    display: inline-block;
    white-space: nowrap;
}

/*@media*/

ul.desktop-footer-links {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 24px;
}

.desktop-footer-links li {
    display: inline-block;
    margin: 10px;
}

.desktop-footer-links li a{
    text-decoration: none;
    color: black;
}

.footer-links{
    display: none;
}

.footer-links li{
    /*display: inline-block;*/
}

.linha-unica span{
    margin: 10px;
}

.wpp-footer{
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.no-wrap{
    white-space: nowrap;
}
