input[type=text]:-webkit-autofill,
input[type=text]:-webkit-autofill:hover,
input[type=text]:-webkit-autofill:focus,
input[type=text]:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0px 0px rgb(228, 228, 228) inset !important;
    -webkit-text-fill-color: #282828 !important;
}
.title-wrapper {
    font-family: 'Montserrat';
    color: #c0a062;
    font-size: 40px;
    font-weight: 400;
    line-height: 45.333px;
    text-align: left;
    margin-bottom: 45px;
    text-transform: uppercase;
    margin-left: 12%;
    margin-top: 60px;
    margin-bottom: -5px;
}
.body-text {
    font-family: 'Lora';
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.667px;
    text-align: left;
}
.body-text h2 {
    font-family: 'Montserrat';
    color: #c0a062;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.body-text ul {
    padding-left: 15px;
}
.button{
	padding-top: 52px;
}
#image_file{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
#image_file + label {
	width: 206px;
    height: 51px;
    font-family: 'Lora';
    color: #282828;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 52px;
    text-align: center;
    display: inline-block;
    background-color: rgb(228, 228, 228);
    margin-bottom: 0;
    transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
}
button{
	position: absolute;
    display: inline-block;
	width: 185px;
    height: 51px;
    border: 1px solid rgb(192, 160, 98);
    background-color: #fff;
    font-family: 'Lora';
    color: #282828;
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
    text-align: center;
    margin-left: 31px;
    margin-bottom: 40px;
    transition: color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
}
button:hover{ color: #c0a062;}
button:focus{ outline:0;}
.step2, .error {
    display: none;
}
.error {
    font-family: 'Lora';
    font-family: 'Lora';
    font-size: 16px;
    font-weight: bold;
    color: #282828;
    margin-top: 15px;
}
.info {
    display: none;
    font-size: 14px;
}
label {
    margin: 0 5px;
}
input {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: 4px 8px;
    text-align: center;
    width: 70px;
}
.jcrop-holder {
    display: inline-block;
    left: 20%;
}
input[type=submit] {
    background: #e3e3e3;
    border: 1px solid #bbb;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
    box-shadow: inset 0 0 1px 1px #f6f6f6;
    color: #333;
    font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
    padding: 8px 0 9px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 150px;
}
input[type=submit]:hover {
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer;
}
input[type=submit]:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000;
}
input[type=text]#email{
    top: 45px;
    width: 300px;
    position: relative;
    display: block;
    margin-bottom: 10px;
    border-radius: 0px;
    height: 35px;
    padding: 0;
    margin-left: 4px;
    background-color: #f8f8f8;
    border:none;
    border-bottom: 1px solid rgb(228, 228, 228);
    font-family: 'Lora';
    color: #282828;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 52px;
    text-align: left;
}

img#preview {
    max-width: 60% !important;
    height:auto !important;
    left: 20% !important;
}
#popup-window{
    position: fixed;
    display: none;
    background-color: #282828;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
    padding-top: 50px;
}
.image-close-btn {
    position: relative;
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    right: 60px;
    cursor: pointer;
}
span.one-line {
    position: relative;
    top: 1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
span.two-line {
    position: relative;
    top: -1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.image-close-btn span {
    background-color: white;
    display: block;
    height: 2px;
    width: 16px;
}
.error2{
    font-family: 'Lora';
    font-family: 'Lora';
    font-size: 16px;
    font-weight: bold;
    color: #c0a062;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 20px;
}
.error1 {
    font-family: 'Lora';
    font-family: 'Lora';
    font-size: 16px;
    font-weight: bold;
    color: #c0a062;
    margin-top: 15px;
    height: 20px;
}
#popup-window-error{
    position: fixed;
    display: block;
    background-color: #282828;
    width: 600px;
    height: 200px;
    z-index: 1000;
    overflow: auto;
    top: calc(50% - 100px);
    left: calc(50% - 300px);
}
#popup-window-error .image-close-btn{
    margin-top: 25px;
    right: 25px;
}
#popup-window-error .text-error{
    font-family: 'Lora';
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    margin-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
}
.menu-icon-categoria {
    position: relative;
    display: block;
    height: 32px;
    top: 0;
    cursor: pointer;
    float: right;
}
.menu-icon-categoria .icon-top-line {
    background-color: black;
    top: 15px;
    width: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.menu-icon-categoria .icon-bottom-line {
    background-color: black;
    top: 7px;
    width: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.menu-icon-categoria span {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    background-color: black;
    transition: all 0.5s, background 0s;
    -webkit-transition: all 0.5s, background 0s;
    -moz-transition: all 0.5s, background 0s;
    -ms-transition: all 0.5s, background 0s;
    -o-transition: all 0.5s, background 0s;
}
.title-container.campanha{
    background-color: #f8f8f8;
}
.title-container {
    padding-top: 99px;
}
.title-wrapper {
    font-family: 'Montserrat';
    color: #c0a062;
    font-size: 40px;
    font-weight: 400;
    line-height: 45.333px;
    text-align: left;
    margin-bottom: 45px;
    text-transform: uppercase;
    margin-left: 12%;
    margin-top: 60px;
    margin-bottom: -5px;
}
.campanha-body.campanha{
    background-color: #f8f8f8;
}
.campanha-body {
    padding-top: 45px;
    padding-bottom: 50px;
}
.body-text {
    font-family: 'Lora';
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.667px;
    text-align: left;
}
.body-text h2 {
    font-family: 'Montserrat';
    color: #c0a062;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.body-text ul {
    padding-left: 15px;
}
input[type=file]{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
input[type=file] + label { 
    cursor: default;
    opacity: 0.25;
 }
label:hover {
    background-color: rgba(228, 228, 228,0.75);
}
.step2, .error {
    display: none;
}
.error {
    font-family: 'Lora';
    font-family: 'Lora';
    font-size: 16px;
    font-weight: bold;
    color: #282828;
    margin-top: 15px;
}
.info {
    display: none;
    font-size: 14px;
}
label {
    margin: 0 5px;
}
input {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    padding: 4px 8px;
    text-align: center;
    width: 70px;
}
input[type=submit] {
    background: #e3e3e3;
    border: 1px solid #bbb;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
    box-shadow: inset 0 0 1px 1px #f6f6f6;
    color: #333;
    font: bold 12px/1 "helvetica neue", helvetica, arial, sans-serif;
    padding: 8px 0 9px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    width: 150px;
}
input[type=submit]:hover {
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer;
}
input[type=submit]:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000;
}
input[value=Enviar]{
    position: relative;
    display: block;
    width: 206px;
    height: 51px;
    font-family: 'Lora';
    color: #282828;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
    background-color: rgb(228, 228, 228);
    margin-top: 30px;
    margin-bottom: 10px;
    left: 20%;
    transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
}
.image-close-btn {
    position: relative;
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    right: 60px;
    cursor: pointer;
}
span.one-line {
    position: relative;
    top: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
span.two-line {
    position: relative;
    top: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.image-close-btn span {
    background-color: white;
    display: block;
    height: 2px;
    width: 16px;
}
.error1 {
    font-family: 'Lora';
    font-family: 'Lora';
    font-size: 16px;
    font-weight: bold;
    color: #c0a062;
    margin-top: 15px;
    height: 20px;
}
div.mosaic{
    padding-top: 50px;
    line-height: 0;
    font-size: 0;
}
div.mosaic-logo-protoiro{
    position: absolute;
}
img#mosaic-logo-protoiro-img{
    width: 100%;
    z-index: 999;
}
.mosaic-img .img{
    position: relative;
    display: inline-block;
    width: 2.5%;
    height: auto;
}
.mosaic-img .img.a,
.mosaic-img .img.b,
.mosaic-img .img.c,
.mosaic-img .img.d,
.mosaic-img .img.e,
.mosaic-img .img.f,
.mosaic-img .img.g,
.mosaic-img .img.i,
.mosaic-img .img.j,
.mosaic-img .img.k,
.mosaic-img .img.l,
.mosaic-img .img.m, .mosaic-img .img.n, .mosaic-img .img.o,
.mosaic-img .img.p, .mosaic-img .img.q, .mosaic-img .img.r,
.mosaic-img .img.s, .mosaic-img .img.t, .mosaic-img .img.u,
.mosaic-img .img.v, .mosaic-img .img.w, .mosaic-img .img.x,
.mosaic-img .img.y, .mosaic-img .img.z, .mosaic-img .img.aa,
.mosaic-img .img.ab, .mosaic-img .img.ac, .mosaic-img .img.ad,
.mosaic-img .img.ae, .mosaic-img .img.af, .mosaic-img .img.ag{
    width: 100%;
}
.mosaic-img .img img{
    width: 100%;
    cursor: pointer;
    transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
}
.mosaic-img .img .img:hover{
    opacity: .85;
}
.img.a1{
    width: 12.5%;
}
.img.a3,
.img .b5{
    width: 70%;
}
.img.a6,
.img.m20,
.img.p1,
.img.p34{
    width: 10%;
}
.img.b1,
.img.b9,
.img.o1{
    width: 7.5%;
}
.img.c1,
.img.c9,
.img.o37{
    width: 5%;
}
.img.c5,
.img.d6{
    width: 75%;
}
.img.e5,
.img.f5,
.img.g5,
.img.i5{
    width: 80%;
}
.img.j5{
    width: 77.5%;
}
.img.k10{
    width: 55%;
}
.img.l15,
.img.ad1,
.img.ad16,
.img.ae1,
.img.ae16{
    width: 32.5%;
}
.img.q1,
.img.q30{
    width: 15%;
}
.img.r1,
.img.r28{
    width: 17.5%;
}
.img.s1,
.img.s26,
.img.t1,
.img.t27{
    width: 20%;
}
.img.u1,
.img.u24,
.img.v1,
.img.v24{
    width: 22.5%;
}
.img.w1,
.img.w22,
.img.x1,
.img.x22{
    width: 25%;
}
.img.y1,
.img.y20,
.img.z1,
.img.z20{
    width: 27.5%;
}

.img.aa1,
.img.aa18,
.img.ab1,
.img.ab18,
.img.ac1,
.img.ac18{
    width: 30%;
}
.img.af1,
.img.af14,
.img.ag1,
.img.ag14{
    width: 35%;
}
.popup-window-img{
    position: fixed;
    display: none;
    background-color: #282828;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1000;
    overflow: auto;
}
.popup-window-img .image-close-btn{
    margin-top: 50px;
}
.popup-image-wrapper{
    position: relative;
    display: block;
    margin-top: 60px;
}
.popup-image-wrapper .image{
    position: relative;
    display: block;
    height: 100%;
}
.image-wrapper img{
    display:block;
    margin-top: 50px;
    margin-left:auto;
    margin-right:auto;
    height: auto;
}
.btn_seta {
    position: relative;
    display: block;
    cursor: pointer;
    margin-left: 318px;
    width: 38px;
    height: 38px;
    background-color: rgb(228, 228, 228);
    border-radius: 50%;
}
.btn_seta .seta-btn {
    position: absolute;
    display: block;
    top: 40%;
    left: 32%;
    width: 10px;
    height: 10px;
    border-top: 2px solid rgb(40,40,40);
    border-right: 2px solid rgb(40,40,40);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.social-wrapper{
    position: fixed;
    display: block;
    bottom: 0;
    right: 15px;
    cursor: pointer;
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
}
.social-wrapper .fa-facebook{
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-google-plus {
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-twitter {
    visibility: hidden;
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-share-alt{
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .fa-times {
    font-size: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    opacity: 0.8;
}
.social-wrapper .facebook-icon-mobile,
.social-wrapper .google-icon-mobile,
.social-wrapper .twitter-icon-mobile{
    position: absolute;
    display: inline-block;
    padding-top: 18px;
    right: 0;
    top: -18px;
    z-index: -1;
    transition: right .5s ease-in-out;
    -webkit-transition: right .5s ease-in-out;
    -moz-transition: right .5s ease-in-out;
    -ms-transition: right .5s ease-in-out;
    -o-transition: right .5s ease-in-out;
}
.social-wrapper .facebook-icon-mobile.open{
    right: 150px;
}
.social-wrapper .google-icon-mobile.open{
    right: 100px;
}
.social-wrapper .twitter-icon-mobile.open{
    right: 50px;
}
@media screen and (max-width: 480px){
    .title-wrapper{
        font-size: 21px !important;
    }
    .btn_seta{
        margin-left: 237px;
    }
    input[type=text]#email {
        width: 231px;
    }
    button{
        display: block;
        margin-left: 0;
        margin-top: 30px;
    }
    #popup-window-error .text-error {
        font-size: 16px;
        line-height: 23px;
    }
    .image-close-btn {
        right: 45px;
    }
}
@media screen and (max-width: 650px){
    #popup-window-error{
        width: 90%;
        left: 5%;

    }
@media screen and (max-width: 767px){
    .title-wrapper{
        font-size: 33px;
    }
}
@media screen and (max-width: 767px){
    .title-wrapper{
        margin-left: 15px;
    }
    #error-text{
        display: none;
    }
    .image-wrapper img {
        width: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px){
    .title-wrapper{
        margin-left: 0;
    }
    #error-text{
        display: none;
    }
}
@media screen and (min-width: 992px){
    .button .container,
    .body-text .container,
    .mosaic .container{
        width: 60%;
    }
}
