@charset "utf-8";
.anima1 {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.anima-transform {
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform
}

body {
    color: #fff;
    font-family: Lato, sans-serif;
    -webkit-font-smoothing: antialiased !important;
    font-weight: 300;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.opensans {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #fff
}

.bg-mask {
    background: url(../img/bg-mask-80.png);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.bg-mask.bg-mask-30 {
    background-image: url(../img/bg-mask-30.png)
}

.bg-mask.bg-mask-50 {
    background-image: url(../img/bg-mask-50.png)
}

.page-background-container {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #000
}

.page-background {
    background: url(../img/bg1.jpg) no-repeat center center;
    width: 110% !important;
    position: fixed;
    top: -50px;
    left: -20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.logo img {
    width: 100%
}

.tleft {
    text-align: left
}

@media (min-width: 240px) and (max-width: 719px) {
    .tleft {
        text-align: center
    }
}

.tright {
    text-align: right
}

@media (min-width: 240px) and (max-width: 719px) {
    .tright {
        text-align: center
    }
}

.tcenter {
    text-align: center
}

@media (min-width: 992px) {
    .no-padding {
        padding: 0 !important
    }
}

.form-subscribe {
    height: 45px
}

@media (min-width: 240px) and (max-width: 719px) {
    .form-subscribe {
        margin-bottom: 10px
    }
}

@media (min-width: 992px) {
    .form-subscribe {
        margin-bottom: 0
    }
}

.btn-default {
    background: none !important;
    border: 1px solid #fff !important;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 8px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (min-width: 992px) {
    .btn-default {
        font-size: 14px
    }
}

@media (min-width: 240px) and (max-width: 719px) {
    .btn-default {
        width: 100%
    }
}

.btn-default:hover {
    color: #fff;
    background: #11b04b !important;
    border: 1px solid #008e29 !important
}

.btn-default:hover .btn-ico {
    width: 0
}

.btn-subscribe {
    background: #11b04b !important;
    border: 1px solid #008e29 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}


.btn-callback {
    background: #11b04b !important;
    border: 1px solid #008e29 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-subscribe:hover {
    background: #009f3a !important
}

.btn-ico {
    width: 15px;
    margin-right: 5px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-top: 20px
}

.header .header-left,
.header .header-right a {	opacity: .7;}

.header .header-left:hover,
.header .header-right a:hover {
	opacity: 1;
}

.header:hover {
    opacity: 1
}

.header a {
    font-size: 16px
}

.header-left {
    text-align: center
}
.header-center {
    text-align: center;
    font-size: 28px;
}

.header-right {
    text-align: right
}

.header-right a {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-phone {
    width: auto;
    display: inline-flex;
    border-bottom: 1px dashed #fff;
    cursor: pointer;
}

.header-phone span {
    margin-top: 8px;
    margin-right: 8px;
}

.header-phone:hover {
    font-weight: bold;
    text-shadow: 1px 1px 3px rgb(255, 255, 255);
}

@media (min-width: 992px) {
    .header-right a {
        font-size: 18px;
        height: 45px;
        line-height: 45px
    }
}

.header-right a:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid #eee
}

.main-content {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9
}

.logo-image {
    width: 100px;
    margin-top: 10px;
    margin-bottom: 10px
}

.logo-image img {
    width: 100%
}

.menu-button {
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 20px
}

.main-menu {
    margin-top: 30px;
    margin-bottom: 0
}

.main-phrase {
    font-size: 60px;
    font-weight: 900;
    letter-spacing: -2px;
    text-align: center;
    color: #fff;
    opacity: .9;
    margin-bottom: 40px
}

    .sub-main-phrase {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0;
    min-height: 165px;
    margin-top: 60px;
}

@media (min-width: 992px) {
    .main-phrase {
        font-size: 95px;
        line-height: 95px;
        min-height: 190px;
        letter-spacing: -6px
    }

    .sub-main-phrase {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 0;
    min-height: 165px;
    margin-top: 60px;
}

    .main-phrase.sub-main-phrase {
        font-size: 45px;
    }
}

@media (min-width: 1600px) {
    .main-phrase {
        font-size: 125px;
        line-height: 125px;
        min-height: 250px;
        margin-top: 60px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    }

    .sub-main-phrase {
        font-size: 28px;
        line-height: 45px;
        letter-spacing: 0;
        min-height: 165px;
        margin-top: 60px;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 992px) {
    .main-phrase-404 {
        font-size: 180px;
        margin-top: 130px;
        min-height: 110px
    }
}

.mini-block {
    border: 0;
    width: 50px;
    margin: 0 auto;
    border-top: 5px solid #eee;
    margin-top: 8px;
    margin-bottom: 8px
}

.secondary-phrase {
    text-align: center;
    font-size: 24px;
    min-height: 28px;
    font-weight: 200;
    text-transform: lowercase
}

@media (min-width: 992px) {
    .secondary-phrase {
        width: 400px;
        margin: 0 auto
    }
}

.bot-content {
    margin-top: 40px
}

@media (min-width: 240px) and (max-width: 719px) {
    .tags-slides {
        text-align: center
    }

    .tags-slides li {
        font-size: 24px
    }
}

.btn {
    width: 100%
}

.rodape {
    font-size: 14px;
    margin-top: 20px
}

@media (min-width: 1200px) {
    .rodape {
        margin-top: 50px
    }
}

@media (min-width: 992px) {
    .rodape {
        margin-top: 30px
    }
}

@media (min-width: 240px) and (max-width: 719px) {
    .rodape {
        font-size: 13px;
        padding-left: 30px;
        padding-right: 30px
    }
}

.subscribe-text {
    text-align: center;
    margin-bottom: 20px
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.subscribe-text p {
    text-align: center;
    font-size: 16px;
    font-weight: 200px
}

.page-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none
}

.page-bg {
    width: 100%;
    position: absolute;
    background: url(../img/page-bg.png);
    padding-top: 8%
}

@media (min-width: 240px) and (max-width: 719px) {
    .page-bg {
        padding-top: 5%
    }
}

.page-box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    padding: 20px 30px;
    position: relative
}

.page-box p {
    color: #444
}

.page-box-about-us {
    text-align: left
}

.close-box-link a, .close-box-button a {
    color: #11b04b !important
}

.ico-close {
    position: absolute;
    background: url(../img/close.png) no-repeat center top;
    width: 27px;
    height: 27px;
    top: -35px;
    right: -35px;
    cursor: pointer;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .8
}

.ico-close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    opacity: 1
}

.box-tit1 {
    color: #11b04b;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 42px;
    margin-top: 0
}

.hr-p {
    height: 5px;
    width: 20%;
    background: #11b04b;
    margin-top: 5px;
    margin-bottom: 20px
}

.form-group {
    margin-bottom: 5px
}

.form-group input[type=text], .form-group input[type=email] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 40px
}

.form-group textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100% !important;
    height: 130px !important
}

.form-group .btn-default {
    background: #11b04b !important;
    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    border: 2px solid #009f3a !important
}

.form-group .btn-default:hover {
    background: #009f3a !important;
    border: 2px solid #11b04b !important;
    color: #fff !important
}

#footer {
    text-align: center
}

.social-nav {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px
}

.social-nav a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform
}

.social-nav a:hover {
    background: #11b04b;
    border: 1px solid #007d18;
    color: #fff;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg)
}

.social-nav a.soc-vk:hover {
    background: #4d75a3;
    border: 1px solid #46648C;
}

.social-nav a.soc-wahatsapp:hover {
    background: #25d366;
    border: 1px solid #1B984C;
}

.social-nav a.soc-viber:hover {
    background: #7d51a0;
    border: 1px solid #5A3C79;
}

.popover {
    color: #444;
}

#page-loader {
    width: 100%;
    height: 100%;
    background: #111;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

.loading-wrapper {
    width: 250px;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -125px
}

.loading-logo-wraper {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px
}

.loading-logo-wraper img {
    width: 100%
}

.tp-loader {
    z-index: 10000;
    position: relative
}

.tp-loader.spinner {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-color: none;
    border: 2px solid #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    -webkit-animation: tp-rotateplane .8s infinite ease-in-out;
    animation: tp-rotateplane .8s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

@-webkit-keyframes tp-rotateplane {
    50% {
        -webkit-transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(180deg)
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
    50% {
        transform: rotate(180.1deg);
        -webkit-transform: rotate(180.1deg)
    }
    100% {
        transform: rotate(180.1deg);
        -webkit-transform: rotate(180.1deg)
    }
}

.form-group {
    position: relative
}

label.error {
    color: #fff;
    background: #be4033;
    white-space: nowrap;
    padding: 8px;
    border-radius: 5px;
    position: absolute;
    top: -36px;
    font-weight: 200;
    left: 0px;
}

#callbackName + label.error {
    left: 15px;
}

.contact-feedback {
    text-align: center;
    color: #333;
    font-size: 22px;
    padding: 10px
}

.callback-feedback {
    text-align: center;
    color: #F5F5F5;
    font-size: 22px;
    padding: 10px
}

.typed-cursor {
    opacity: 1;
    color: #fff;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    animation: blink .7s infinite
}

@keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#countdown {
    margin-bottom: 40px;
    margin-top: 20px;
    font-size: 20px;
    text-align: center
}

@media (min-width: 992px) {
    .countdown-col {
        border-right: 1px dotted #ddd;
        border-left: 1px dotted #ddd;
        margin-right: -1px;
        margin-bottom: 20px
    }
}

@media (min-width: 240px) and (max-width: 719px) {
    .countdown-time {
        font-size: 48px;
        display: block;
        font-weight: 700
    }
}

@media (min-width: 992px) {
    .countdown-time {
        font-size: 48px;
        display: block;
        font-weight: 700
    }
}

.bgc-dark {
    background-color: #000;
}

.section-address {
    padding: 40px 0;
}

.js-gmap {
    height: 500px;
}

.map-info {
    color: #191919;
    padding: 20px 15px;
    font-size: 20px;
    max-width: 320px;
}

.col-contact .inner {
    display: inline-block;
    text-align: left;
}

.col-contact .media-left,
.col-contact .media-right {
    vertical-align: middle;
    display: table-cell;
}

.col-contact .media-left {	width: 35px;
	padding-right: 3px;
	text-align: right;}

.col-contact .media-right {	padding-left: 10px;}

.col-contact .icon {
	font-size: 30px;
	color: #11b04b;
}

.icon.icon-phone {
    font-size: 40px;
}

.col-address a:focus,
.col-address a:hover {
    outline: none;
    color: #11b04b;
    text-decoration: none;
}

.col-contact .email-text {
    padding-top: 5px;
}

.col-contact.col-email {	padding-top: 10px;}

.col-contact.col-work-time {
	padding-top: 5px;
}

.col-contact.col-address {
	padding-top: 5px;
}

.mfp-title {	color: #11b04b;}

@media (max-width: 1920px) {	.sub-main-phrase {	}
}

/*End Screen 1920*/
@media (max-width: 1366px) {
   .sub-main-phrase {

	}
}

/*End Screen 1366*/
@media (max-width: 1280px) {
   .sub-main-phrase {

	}
	.header-phone {		font-size: 23px;	}

	.header-right a {
    	font-size: 16px;
    }
}

/*End Screen 1280*/
@media (max-width: 1024px) {
   .main-phrase {
	    font-size: 75px;
	    line-height: 70px;
	    letter-spacing: 0px;
	}

   .sub-main-phrase {
	    font-size: 27px;
	    line-height: 45px;
	    letter-spacing: 0;
	}

	.header-phone {
		font-size: 20px;
	}

	.header-right a {
    	font-size: 13px;
    }
}

/*End Screen 1024*/
@media (max-width: 990px) {
   .sub-main-phrase {

	}

	.header-left .logo-image {
    	margin: 10px auto 15px;
	}

	.header-phone {
	   font-size: 30px;
	   margin: 15px auto;
	}

	.header-right {
    	text-align: center;
	}

	.header-right a {
	    font-size: 25px;
	    margin: 24px auto 28px;
	    padding: 6px 12px;
	}

	.col-contact.col-email {
	    margin-bottom: 35px;
	}
}

/*End Screen 990*/
@media (max-width: 800px) {
   .sub-main-phrase {

	}
}

/*End Screen 768*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
   .sub-main-phrase {

	}
}

@media (max-width: 767px) {
   .sub-main-phrase {

	}
	.col-contact.col-email {
    	margin-bottom: 0;
	}
	.col-contact {		margin: 10px auto;	}

	.col-contact .inner {
	    display: block;
	    text-align: center;
	    margin-bottom: 25px;
	}

	.col-contact .media-left,
	.col-contact .media-right {
	    display: block;
	    margin: 0 auto;
	    text-align: center;
	}

	.col-contact .media-left {		padding: 0 0 10px 0;	}

	.col-contact .media-right {
		padding: 0;
	}
}

/*End Screen 767*/
@media (max-width: 480px) {
    .sub-main-phrase {

	}

	.header-phone {
	    font-size: 25px;
	    margin: 10px auto;
	}
}

/*End Screen 480*/
@media (max-width: 360px) {
	.header-phone {
	   font-size: 18px;
    }
	.main-phrase {
    	font-size: 50px;
    }

   .sub-main-phrase {
      font-size: 20px;
	  line-height: 25px;
	  margin-top: 40px;
	}

	.header-right a {
	    font-size: 20px;
	    margin: 5px auto;
    }
}

/*End Screen 360*/
@media (max-width: 320px) {
    .sub-main-phrase {

	}

	.header-phone {
    	font-size: 16px;
    }

	.main-phrase {
	    font-size: 45px;
	    line-height: 50px;
    }
}

/*End Screen 320*/