body{
	margin: 0px !important;
	font-family: 'Open sans';
}

a:link{
	text-decoration:none !important;
	color: #FFF;
}

.topo-principal{
	min-height: 28px;
	height: auto;
    background: #0072ae;
    width: 100%;
    padding: 4px;
    color: #FFF;
    position: relative;
}

i.fa.fa-phone {
    margin-right: 10px;
}

.icon-trabalhe-com-nos{
	background-image: url(../img/icones/trabalhe_conosco_topo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    -webkit-display: -webkit-inline-box;
    display: inline;
    margin-right: 10px;
}

.input{
	height: 20px;
	border-radius: 3px;
	border: 0;
    padding: 3px;
    color: #000;
    vertical-align:  middle;
    line-height: 10px;
}

.input-email-top{
    width: 165px;
}

.input-senha-top{
    width: 115px;
}

.btn-top-ok{
	color: #000;
    background-color: #FFF;
    padding: 0.4px 5px !important;
}

.inline{
	-webkit-display: -webkit-inline-box;
	display: inline;
}

.space{
	padding-right: 10px;
	border-right: 1.5px solid #FFF;
	text-transform:  uppercase;
	vertical-align: middle;
}

.inline.space:nth-child(2) {
    margin-left: 10px;
}

.topo-menu ul li a{
	text-transform: uppercase;
	color: #000;
	line-height: 90px;
}

.topo-menu ul li a:hover{
	background: linear-gradient(#FFF, #DDD);
}

.topo-menu{
	width: 100% !important;
	min-height: 120px !important;
	height: auto !important;
	background: #FFF !important;
	position: relative !important;
	border: 0;
	margin-bottom: 0;
}

.navbar-logo{
	float: left;
}

footer{
	width: 100%;
	min-height: 556px;
	background-color: #2271aa;
	margin-top: 15px;
	padding-top: 69px;
}

footer a{
	text-decoration: none;
	color: #FFF;
}

footer h3{
	font-size: 16px;
	font-weight: 600;
	font-style: italic;
	margin: 0 0 16px 25px;
	color: #FFF;
	text-transform:  uppercase;
}

footer ul li{
	line-height: 25px;
	font-size: 15px;
	text-transform: capitalize;
}

footer ul a li:hover{
	text-shadow: 0 2px 1px #000;
}

footer > div.container .col-md-3, footer > div.col-md-5, footer > div.col-md-4 {
	min-height: 264px;
}

footer > div.container .col-md-3{
	border-right: 2px solid #2479b9;
}

footer > div.container .col-md-5{
	border-right: 2px solid #2479b9;
}

footer > div.container .col-md-5 > ul.list-endereco a li{
	margin-bottom: 15px;
}

footer > div.container .col-md-5 > ul.list-endereco a li p{
	font-weight: 700;
    font-style: italic;
    font-size: 15px;
	margin: 0;
}

footer > div.container .col-md-4 > ul.list-contato > a li{
	color: #FFF;
	list-style: none;
	margin-left: -16px;
	font-size: 15px;
}

footer > div.container .col-md-4 > ul.list-contato > a li span{
	display: block;
	font-size: 13px;
}

.rede-social{
	height:  60px;
	margin-left:  25px;
}

.rede-social a div{
	-webkit-display: -webkit-inline-box;
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #FFF;
}

.rede-social a div:hover{
	opacity: 0.7;
    transition: all 0.25s linear 0s;
}

.facebook{
	background: url('../img/icones/logo_fb.jpg');
}

.linkedin{
	background: url('../img/icones/logo_in.jpg');
}

.google{
	background: url('../img/icones/logo_gp.jpg');
}

.footer-barra{
	margin: 5% 0 5% 0;
    width: 100%;
    border: 1px solid #FFF;
}

.desenvolvedor{
	text-align: center;
	color: #FFF;
	font-family: 'Arial';
    font-size: 12px;
    margin-bottom: 35px;
}

.col-md-6.distribuidores img {
    margin: 0 auto;
}

.desenvolvedor p{
	margin: 0;
}

body > nav > div > div.navbar-header.navbar-logo > button{
	margin-top: 38px;
}

@media (min-width: 320px) and (max-width: 385px){
	.input-email-top{
		width: 135px;
	}
	.input-senha-top{
    	width: 75px;
	}
}

@media (max-width: 506px) {
	.center-sm{
		text-align: center;
	}
	.space{
		padding-right: 11px;
    	border-right: 0px;
	}
}

@media (min-width: 507px) and (max-width: 767px){
	.center-sm{
		text-align: center;
	}
	.inline.space:nth-child(2) {
    	margin-left: 10px;
    	border-right: 0px;
	}
	.top-sm{
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.center-sm{
		text-align: center;
	}
	.inline.space:nth-child(2) {
    	margin-left: 10px;
    	border-right: 0px;
	}
	.top-sm{
		margin-bottom: 10px;
	}
	body .nav>li>a{
		padding: 10px 6px;
		font-size: 11px;
	}
}

@media (max-width: 767px) {
	body > nav > div > div.navbar-header.navbar-logo{
		width: 100%;
		margin: 0 auto;
	}
	body > nav > div > div.navbar-header.navbar-logo > a > img{
		max-width: calc(100vw - 91px);
	}
	.topo-menu ul li a {
    	text-transform: uppercase;
    	color: #000;
    	line-height: 20px;
	}
}

@media (max-width: 991px){
	footer > div.container .col-md-3, footer > div.col-md-5, footer > div.col-md-4 {
		height: auto;
		min-height: 0;
	}
	footer > div.container .col-md-3{
		border-right: 0;
	}

	footer > div.container .col-md-5{
		border-right: 0;
	}
}

.col-margin{
	margin-bottom: 30px;
}

.background-ivplast{
	width: 100%;
	min-height: 700px;
	height: auto;
    background-image: url(../img/background/bg_fixed.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.background-white{
	background:#FFF;
}

.mosaico-home{
	width: 100%;
    max-height: 515px;
    height: 100%;
    position: relative;
    display: block;
}

.relative{
	position: relative;
}

.mosaico{
    float: left;
	padding: 1px;
	overflow: hidden;
	margin: 0;
}

.mosaico:hover{
    opacity: 0.5;
	cursor: pointer;
}

.width-25{
	height: 100%;
	width: 25%;
}

.width-45{
	max-height: 250px;
	height: 100%;
	width: 45%;
}

.width-30 {
    width: 30%;
    max-height: 250px;
    height: 100%;
}

.backgroud {
 	width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img-heigth-1{
	padding-bottom: 176%;
}

.img-heigth-2{
	padding-bottom: 48%;
}

.img-heigth-3{
    padding-bottom: 73%;
}

.img-heigth-4{
   	padding-bottom: 72%;
}

.img-heigth-5{
	padding-bottom: 48%;
}

.back-list-product{
	height: 91px;
    width: 100%;
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(241,241,241,1) 50%, rgba(255,255,255,1) 50%, rgba(230,230,230,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 50%,rgba(230,230,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 50%,rgba(230,230,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

.back-list-product:hover{
	opacity: 0.5;
	cursor: pointer;
}

.back-list-product:before {
    border-left: 8px solid #f0ee01;
    content: '';
    height: 91px;
    position: absolute;
    top: 0;
    left: 0;
}

.back-list-product:after {
    border: 10px solid transparent;
    border-left-color: #f0ee01;
    content: "";
    left: 5px;
    top: 36px;
    position: absolute;
}

.descricao{
	width: calc(50% - 30px);
    position: absolute;
    top: calc(50% - 35px);
}

.descricao h4{
	font-weight: 600;
	color: #616161;
	max-width:  100%;
	white-space: nowrap;
	text-overflow:  ellipsis;
	overflow: hidden;
	text-transform:  uppercase;
}

.img-produto{
	width: 30%;
	height: 100%;
	-webkit-transform: skew(-30deg);
	-moz-transform: skew(20deg);
	-o-transform: skew(20deg);
	background: #FFF;
	position: absolute;
	left: 55%;
	border-left: 5px solid #e6e6e6;
	border-right: 5px solid #e6e6e6;
}

.detalhe{
	width: 15%;
    float: left;
    height: 100%;
    position: absolute;
    left: 85%;
}

.detalhe span{
	position: absolute;
    top: 40%;
    font-size: 15px;
    color: #888888;
    left: 25%;
}

div.img-produto > div.produto{
	width: 80%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    -webkit-transform: skew(30deg);
    margin-left: 10%;
}

@media only screen and (max-width : 979px) {
	.descricao h4{
		font-size: 13px;
		font-weight: 600;
    	color: #616161;
	}
	.descricao span{
		font-size: 11px;
	}
	.detalhe span{
    	font-size: 13px;
	}
}

@media only screen and (max-width: 523px){
	.detalhe {
   		width: 15%;
   		float: left;
   		height: 100%;
   		position: absolute;
   		left: 83%;
   		text-align: center;
   		top: -6px;
	}
}

@media only screen and (max-width : 675px) {
	.descricao h4{
		font-size: 12px;
		font-weight: 600;
    	color: #616161;
	}
	.descricao span{
		font-size: 10px;
	}
	.detalhe span{
    	font-size: 12px;
	}
}

@media only screen and (max-width : 625px) {
	.descricao h4{
		font-size: 11px;
		font-weight: 600;
    	color: #616161;
	}
	.descricao span{
		font-size: 9px;
		display: inline-block;
	}
	.detalhe span{
    	font-size: 11px;
	}
}

@media only screen and (max-width: 464px){
	.descricao {
	    width: calc(50% - 37px);
	    position: absolute;
	    top: calc(50% - 44px);
	}
}

@media only screen and (max-width: 340px) {
	.detalhe {
    	width: 15%;
    	float: left;
    	height: 100%;
    	position: absolute;
    	left: 80%;
    	text-align: center;
	}

	.descricao {
	    width: calc(50% - 10px);
	    position: absolute;
	    top: calc(40% - 35px);
	}

	.back-list-product {
	    height: 91px;
	    width: 100%;
	    margin-bottom: 5px;
	    padding-left: 15px;
	    position: relative;
	    background: rgb(239,239,239);
	    background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(241,241,241,1) 50%, rgba(255,255,255,1) 50%, rgba(230,230,230,1) 100%);
	    background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 50%,rgba(230,230,230,1) 100%);
	    background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(241,241,241,1) 50%,rgba(255,255,255,1) 50%,rgba(230,230,230,1) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e6e6e6',GradientType=0 );
	}

}

.contato-home{
	width: 100%;
	height: auto;
	border-top: 5px solid #DDD;
}

.ivplast-topo{
	width: 100%;
	height: 150px;
	background-image: url(../img/topo-pages/topo_empresa.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position-y: -30px;
	margin-bottom:  20px;
}

.ivplast-topo h3{
	position: absolute;
    margin: 0;
    padding: 0;
    top: 70px;
    left: 2%;
    font-size: 25px;
    font-weight: 600;
    color: #525252;
}

.ivplast-topo ul{
	position: absolute;
    top: 100px;
    left: 2%;
    list-style: none;
    -webkit-display: -webkit-inline-box;
    display: inline;
    margin: 0;
    padding: 0;
}

.ivplast-topo ul a li {
    margin-right: 5px;
    font-size: 11px;
    color: #393939;
    display: inline;
    text-transform:  capitalize;
}

@media only screen and (max-width: 1199px) {
	.ivplast-topo ul {
	    position: absolute;
	    top: 80px;
	    left: 2%;
	    list-style: none;
	    -webkit-display: -webkit-inline-box;
	    display: inline;
	    margin: 0;
	    padding: 0;
	}
	.ivplast-topo h3 {
	    position: absolute;
	    margin: 0;
	    padding: 0;
	    top: 55px;
	    left: 2%;
	    font-size: 25px;
	    font-weight: 600;
	    color: #525252;
	}
}

.img-empresa {
	width: 100%;
    max-height: 400px;
    height: auto;
    background-image: url(../img/img_empresa.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 60%;
}

.institucional-texto h3{
	font-size: 21px;
    color: #666666;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.institucional-texto{
	margin-top: 20px;
	text-align: justify;
}

.institucional-valores h3{
	font-size: x-large;
    color:	#2271aa;
}

.institucional-valores span{
	display: block;
    text-transform: capitalize;
}

.institucional-valores span x{
	color:	#2271aa;
	font-weight: 600;
	font-size: 15px;
}

.institucional-fotos{
	margin-top: 20px;
}

.institucional-img-lateral{
	position: relative;
    width: 100%;
    height: auto;
}

.institucional-img-lateral img {
    position: relative;
    top: 88px;
    left: 15%;
    margin-bottom: 10px;
}

.box_produtos.col-lg-3.col-md-4.col-sm-6.col-xs-6 {
    height: 500px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 20px;
}

.box_produtos.col-lg-3.col-md-4.col-sm-6.col-xs-6:hover {
    background: #b1d2e9;
    transition: all 0.25s linear 0s;
}

.box_img_produtos {
    width: 100%;
    max-height:  220px;
    height: 30vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    border: #2271aa 1px solid;
}

.titulo_produtos {
    font-size: 16px;
    margin-top: 15px;
    margin-left: 0px;
    color: #2271aa;
}

.font_finalidade_produtos {
    font-size: 14px;
    padding-bottom: 12px;
    color: #2271aa;
}

.font_finalidade_produtos strong{
    display: block;
    margin-bottom: 5px;
    margin-top: 12px;
}


@media only screen and (max-width: 660px){
	.titulo_produtos {
    	font-size: calc(1vw + 10px);
    	margin-top: 15px;
    	margin-left: 0px;
    	color: #2271aa;
	}

	.font_finalidade_produtos {
   		font-size: calc(1vw + 8px);
   		padding-bottom: 12px;
   		color: #2271aa;
	}

	.box_produtos.col-lg-3.col-md-4.col-sm-6.col-xs-6 {
    	max-height: 500px;
    	height: 111vw;
    	position: relative;
    	padding-top: 20px;
	}
}

.list-distribuidores {
    width: 100%;
    height: auto;
}

.img_distrib_efeito {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
    border: 1px solid #9e9e9e;
    width: 150px;
    height: 150px;
    margin: 0;
    padding: 0;
    border-radius: 4px;
    transition: all 0.25s linear 0s;
    margin-right: 10px;
    margin-top: 10px;
}

span.info strong {
    font-size: 15px;
    font-style: italic;
}

span.info p {
    padding:0;
    margin: 0;
}

.interna-produtos-img {
    width: 100%;
    position: relative;
    background-position-y: -30px;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 30%;
}

.interna-produtos-img h3 {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 189px;
    left: 2%;
    font-size: 25px;
    font-weight: 600;
    color: #525252;
}

.interna-produtos-img ul {
    position: absolute;
    top: 218px;
    left: 2%;
    list-style: none;
    -webkit-display: -webkit-inline-box;
    display: inline;
    margin: 0;
    padding: 0;
}

.interna-produtos-img ul a li {
    margin-right: 5px;
    font-size: 11px;
    color: #393939;
    display: contents;
}

.conteudo_total h1 {
    font-size: 21px;
    color: #666666;
    margin-top: 40px;
    margin-bottom: 0px;
}

body > div.container > div:nth-child(2) > div > div > h1:nth-child(1){
	font-weight: 600;
}

.fixacao {
    height: auto;
    display: block;
    position: relative;
    overflow-x: auto;
}

.fixacao img {
    height: 130px;
    padding-top: 10px;
}

.fixacao div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 190px;
    padding-bottom: 12%;
    max-width: 1044px;
}

.fixacao ul {
    list-style: none;
    display: inline-flex;
    margin-left: -30px;
}

@media only screen and (max-width: 1199px){
	.interna-produtos-img ul {
	    position: absolute;
	    top: 179px;
	    left: 2%;
	    list-style: none;
	    -webkit-display: -webkit-inline-box;
	    display: inline;
	    margin: 0;
	    padding: 0;
	}
	.interna-produtos-img h3 {
	    position: absolute;
	    margin: 0;
	    padding: 0;
	    top: 154px;
	    left: 2%;
	    font-size: 23px;
	    font-weight: 600;
	    color: #525252;
	}
}

@media only screen and (max-width: 991px){
	.interna-produtos-img ul {
	    position: absolute;
	    top: 133px;
	    left: 2%;
	    list-style: none;
	    -webkit-display: -webkit-inline-box;
	    display: inline;
	    margin: 0;
	    padding: 0;
	}
	.interna-produtos-img h3 {
		position: absolute;
    	margin: 0;
    	padding: 0;
    	top: 117px;
    	left: 2%;
    	font-size: 15px;
    	font-weight: 600;
    	color: #525252;
	}
}

@media only screen and (max-width: 735px){
	.interna-produtos-img:before {
	    content: '';
	    background: #ffffff;
	    width: 49%;
	    height: 22%;
	    position: absolute;
	    top: 51%;
	    left: 0;
	    clip-path: polygon(0 0, 0% 100%, calc(100% - 8px) 100%, 100% 0%);
	    border-bottom: 3px solid #c8c8cb;
	    border-top: 3px solid #c8c8cb;
	    border-right: 3px solid #c8c8cb;
	    border-radius: 0 7px 17px 0px;
	}
	.interna-produtos-img ul {
   		position: absolute;
   		top: 59%;
   		left: 2%;
   		list-style: none;
   		-webkit-display: -webkit-inline-box;
   		display: inline;
   		margin: 0;
   		padding: 0;
	}
	.interna-produtos-img h3 {
	    position: absolute;
	    margin: 0;
	    padding: 0;
	    top: 52%;
	    left: 2%;
	    font-size: 14px;
	    font-weight: 600;
	    color: #525252;
	}
}

@media only screen and (max-width: 500px){
	.interna-produtos-img:before {
    	background: transparent;
    	width: 0%;
    	height: 0%;
    	position: relative;
    	top: 0;
    	left: 0;
	}
	.interna-produtos-img {
   		width: 100%;
   		position: relative;
   		background-position-y: -30px;
   		margin-bottom: 0px;
   		background-position: center;
   		background-repeat: no-repeat;
   		background-size: 194% 110%;
   		padding-bottom: 50%;
   		background-position-x: 101%;
	}
	.interna-produtos-img h3 {
	    position: absolute;
	    margin: 0;
	    padding: 0;
	    top: 102%;
	    left: 0;
	    font-size: 24px;
	    font-weight: 600;
	    color: #525252;
	    font-size: 5.1vw;
	}
	.interna-produtos-img ul {
   		position: absolute;
   		top: 119%;
   		left: 0;
   		list-style: none;
   		-webkit-display: -webkit-inline-box;
   		display: inline;
   		margin: 0;
   		padding: 0;
	}
}

.img-unique {
    width: 20%;
}

.row.trabalho {
    margin-top: 20px;
}

body > div.topo-principal > div > div.col-md-6.center-sm.top-sm > div:nth-child(2) > a{
	color: white;
}

#login_form{
	margin:0;
	padding: 0;
	display: inline;
	vertical-align: middle;
}

.fixacao table.table tbody tr td{
	border:0;
}

.distribuidores span{
	display: block;
}

body > div.topo-principal > div > div:nth-child(2) > div > div > button{
	width: 50px;
}

body > div.topo-principal > div > div:nth-child(2) > div > div > ul{
	z-index: 9999999;
	min-width: 50px;
}

body > div.topo-principal > div > div.col-md-6 > div > ul > li{
	cursor: pointer;
}

.icon-fa{
	width: 20px;
    height: 18px;
	background-size: 100%;
    background-position: center;
    float: left;
}

.icon-fa-op{
	width: 20px;
	height: 18px;
	background-size: 100%;
	background-position: center;
	display: block;
	margin: 0px auto;
}

.brazil{
    background-image: url('../img/bandeira/brasil.png');
}

.spain{
    background-image: url('../img/bandeira/spain.png');
}

.america{
    background-image: url('../img/bandeira/america.png');
}

body > div.container > div:nth-child(2) > div > div.col-md-9 > form{
	margin-left: -15px;
    margin-top: 20px;
}

#contato > div.col-md-9 > div{
	margin-top: 20px;
	margin-left: -15px;
}

ul.idiomas-z {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 0px;
    vertical-align: middle;
}

ul.idiomas-z li{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}


@media only screen and (max-width: 510px){

	#login_form{
		margin: 0;
    	padding: 0;
    	display: block;
    	vertical-align: middle;
	}

}

.setas {
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 100;
    display: inline;
}

body > div.background-ivplast > div > div.relative > div.setas > button{
	background: none;
    border: none;
    outline: none;
}

body > div.background-ivplast > div > div.relative > div.setas > button > i{
	font-size: 20px;
    font-weight: 800;
    color: #636363;
}

@media only screen and (max-width: 500px){

	body > div.background-ivplast > div > div.relative > div.setas > button > i{
		font-size: 15px;
    	font-weight: 800;
    	color: #636363;
	}

}

.visible-image {
    max-width: 270px !important;
}

.maps {
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.contaneir-img-siv{
	width: 100%;
	height: 100px;
	display: block;
	position: relative;
	margin: 20px 0;
	background-color: #FFF;
	border-radius: 5px;
}

.imgx-siv{
	width: 200px;
	height: 100%;
	display: block;
	margin: auto auto;
	position: relative;
	background-image: url('../img/logo-siv.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}