/*-----------------------------------------------------------------------------------

    Template Name: Diatomil,
    Template URI: www.Diatomil.com.br
    Description: Diatomita
    Author: Allan
    Author URI: allanrabello13@hotmail.com
    Version: 1.0

-----------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');


.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.fix {
    overflow: hidden;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #303030;
}

.btn.focus,
.btn:focus,
.btn:hover,
input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

h1 {
    font-size: 40px;
}

p span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #2fccd0;
}

html,
body {
    /*height: 100%*/
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #606060;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

#maps {
    width: 100%;
    height: 500px;
}

.fechar_janela {
    width:35px;
    height:35px;
    position:fixed;
    top:25px;
    right:20px;
    z-index:10;
    cursor:pointer;
    overflow:hidden;
    background-image:url('images/fechar.png');
    background-position:right;
}

.fechar_janela:hover {
    background-position:left;
}

.pg_janela {
    width:100%;
    min-height:100%;
    position:absolute;
    z-index:9999;
    display:none;
    background-color:rgba(255, 255, 255, 0.95);
}

.pg_janela h1 {
    width:70%;
    height:auto;
    display:block;
    text-align:center;
    padding:0px;
    margin-top:50px;
    margin-left:15%;
    margin-bottom:0px;
    font-size:35px;
    color:#2c55a1;
    font-weight:700;
    text-transform:uppercase;
    cursor:default;
}

.pg_janela h2 {
    width:70%;
    height:auto;
    display:block;
    text-align:center;
    padding:0px;
    margin-top:0px;
    margin-left:15%;
    font-size:20px;
    color:#2c55a1;
    font-weight:700;
    text-transform:uppercase;
    cursor:default;
}

.pg_janela p {
    width:70%;
    height:auto;
    display:block;
    text-align:justify;
    padding:0px;
    margin-top:0px;
    margin-left:15%;
    font-size:14px;
    color:#606060;
    font-weight:300;
    cursor:default;
    line-height:25px;
}