@media (max-width: 1870px) {
	.navbar-nav>li>a {
		margin-right: 12px;
		font-size: 14px;
	}
}
@media (max-width: 1425px) {
	.navbar-nav>li>a {
		font-size: 13px;
		margin-right: 11px;
	}
	.navbar-nav>li:last-child > a{
		border-bottom: none;
	}
	.navbar-nav>li.tel {
		padding-left: 36px;
	}
	.navbar-nav>li.tel:before {
		left: 22px;
	}
	.nav-resp {
		margin-top: 0px;
	}
	.nav-resp img {
		margin: auto !important;
	}
}

@media (max-width: 1200px) {
	.bgintro{
		margin-top:0px;
	}
}

@media (max-width: 1025px) {
	body {
		padding-top: 139px !important;
	}
	ul.redes li {
		width: 25%;
	}
	.navbar-hidden {
		visibility: hidden;
	}
	.navbar.menuFixed {
		min-height: auto !important;
	}
	#livechat-wrapper {
	    bottom: 55px !important;
	    right: auto !important;
	    width: 145px !important;
	}
	.call {
		position: fixed;
		bottom: 0;
		z-index: 10000;
		width: 100%;
		height: 55px;
		transition: .3s height ease-out;
		display: block !important;
	}
	#menu_responsive{
	    position: fixed;
	    z-index: 999;
	    height: 100%;
	    width: 100%;
	    bottom: 0px;
	    left: 0;
	    background-color: #fff !important;
	    height: 0;
	    visibility: hidden;
	    -webkit-transition: .3s height ease;
	    -o-transition: .3s height ease;
	    transition: .3s height ease;
	    /*max-height: 404px;*/
	    box-shadow: -6px 3px 20px #000;
	}

	#menu_responsive.open_menu ul#menu-menu-principal{
		opacity: 1;
		-webkit-transition-delay: .2s;
		     -o-transition-delay: .2s;
		        transition-delay: .2s;
		-webkit-transition: .2s ease all;
		-o-transition: .2s ease all;
		transition: .2s ease all;
		padding: 00px;
	}
	#menu_responsive ul {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.content{
		padding-top:40px;
	}
		.navRight{
		margin: 10px 0 !important;
	}
	body{
		    padding-top: 206px;
	}
	.content_new h2 {
		width: 100%;
		font-size: 26px;
		line-height: 32px;
	}
	.section_bg {
		background-position: 0px 0;
	}
}


@media (max-width: 767px) {
	body {
		overflow-x: hidden;
	}
	.owl-prev, .owl-next {
		display: none;
	}
	.title {
		font-size: 18px;
	}
	.btn-n {
		font-size: 14px !important;
		width: 100% !important;
	}
	ul.item_location li {
		width: 100%;
		margin-bottom: 20px;
	}
	div.pll {
		padding-right: 15px;
	}
	div.plr {
		padding-right: 0 !important;
	}
	ul.navRight li.phone{
		top: 0;
	}
	h1.section {
		margin-top: 90px;
	}
	.box_footer {
		margin-top: 0;
	}
	.navbar-nav>li>a {
		font-size: 13px;
		margin-right: 11px;
		border-bottom: 1px solid #eaeaea;
		width: 100%;
		text-align: center;
		line-height: 28px;
		color: #8a8a8a;
	}
	.module img {
		width: 100%;
	}
	.item_box {
		margin: 40px 0 0 0;
	}
	.fl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.f:nth-child(1n) .fl{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.navRight{
		background: #d03535
	}
	.head{
	    padding-top: 15px;
    	padding-bottom: 10px;
	}
	.slogan p{
		text-align: center;
	}
	.title-contact{
		position: absolute;
	    font-weight: 900;
	    font-size: 79px;
	    opacity: .5;
	    top: -98px;
	    left: 0;
	    text-align: center;
	    width: 100%;
	}

	#menu_responsive{
	    position: fixed;
	    z-index: 999;
	    height: 100%;
	    width: 100%;
	    bottom: 0px;
	    left: 0;
	    background-color: #fff !important;
	    height: 0;
	    visibility: hidden;
	    -webkit-transition: .3s height ease;
	    -o-transition: .3s height ease;
	    transition: .3s height ease;
	    /*max-height: 404px;*/
	    box-shadow: -6px 3px 20px #000;
	}

	#menu_responsive.open_menu ul#menu-menu-principal{
		opacity: 1;
		-webkit-transition-delay: .2s;
		     -o-transition-delay: .2s;
		        transition-delay: .2s;
		-webkit-transition: .2s ease all;
		-o-transition: .2s ease all;
		transition: .2s ease all;
		padding: 00px;
	}
	#menu_responsive ul {
		width: 100%;
	}
	#navbar{
	    position: fixed;
	    z-index: 999;
	    height: 100%;
	    width: 100%;
	    top: 0px;
	    left: 0;
	    background-color: #d03535 !important;
	    height: 0;
	    visibility: hidden;
	    -webkit-transition: .3s height ease;
	    -o-transition: .3s height ease;
	    transition: .3s height ease;

	}

	#navbar ul#menu-menu-principal{
		margin-top: 0;
		opacity: 0;


	}
	#navbar.open ul#menu-menu-principal{
		opacity: 1;
		-webkit-transition-delay: .2s;
		     -o-transition-delay: .2s;
		        transition-delay: .2s;
		-webkit-transition: .2s ease all;
		-o-transition: .2s ease all;
		transition: .2s ease all;
		padding: 00px;
	}
	.navbar-default .navbar-nav>li.current-menu-item{

	    background: white;
	}
		.navbar-default .navbar-nav>li.current-menu-item>a{
		color: #1d1d1d !important;
	}
	#navbar ul#menu-menu-principal li{
		position: relative;
		z-index: 2;
		padding: 10px;
	}

	#navbar ul#menu-menu-principal li a{
		display: inline-block;
	    height: 100%;
	    color: white;
	    font-size: 40px;
        padding-left: 0;
	    padding-right: 0;
	    font-weight: 900;
	    line-height: 1;
	    background: transparent;
	}
	body{
	    padding-top: 213px;
	}
	.box_content_layout{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		padding: 80px 20px;
	}
	.box_content_layout:nth-child(even){
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.navRight{
		padding:  10px 0 !important;
		margin: 0 !important
	}
	.menu-telf{
		background: #d03535;
	}
	.logo{
		padding-top:10px;
	}

	.logo img{
		margin: 0 auto;
	}
	.form-header .input-group{
		margin-top: 14px !important;
	}
	ul.navRight{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.navRight .phone{
		margin-right: 0;
	}
	h1.section{
		font-size: 50px;
		line-height: 1;
	}
	.description{
		font-size: 18px;
		font-weight: 400;
	}
	.content h2,
	.more_content h2{
	    font-size: 30px;
	    padding: 0 20%;
	    padding: 0;
	    font-weight: 900;
	    font-size: 26px;
	    line-height: 1.2;
	}
	.img_item img{
		top: 0;
    	-webkit-transform: translateY(0%);
    	    -ms-transform: translateY(0%);
    	        transform: translateY(0%);
	}
	.img_item{
		height: auto;
		margin-bottom: 30px;
	}
	.content p,
	.more_content p{
		padding: 0 30px;
		text-align: justify;
	}
	.box_content p,
	.more_content p,
	.content p.mobile-justify{
		text-align: justify;
	}

	.navbar-default .navbar-toggle{
		border: 0;
	}
	.navbar-toggle{
		margin: 0;
		padding: 11px;
	}
	.content_demo{
		margin-top: 20px;
	}
	.phone a{
		padding-top: 0 !important;
	}
	.navbar-nav{
		margin: 0;
	}
}



@media (max-width: 600px) {
	.content p{
		text-align: justify;
	}
	.description p{
		font-weight: 400;
	}
	.content-center{
		display: block
	}
	.module {
		padding: 40px 0;
	}
	.module p {
		margin-bottom: 30px;
	}
	.txt ul.item {
		margin-top: 100px;
	}
	.txt ul.item li {
		margin-bottom: 28px;
	}
}

@media (max-width: 490px) {
	.title-contact{
		font-size: 55px;
		top: -86px;
	}
	ul.links_top li a {
		font-size: 14px;
	}
	ul.links_top li {
		margin-left: 0;
		margin-right: 12px;
	}
	ul.links_top li {
		font-size: 15px;
	}
	a.btn-demo{
		padding-left: 8px;
		padding-right: 8px;
		width: 100%;
	}
	.content h2, .more_content h2,
	.box_content h2{
		padding: 34px 0 0;
		font-weight: 900;
		font-size: 28px;
		line-height: 1.2;

	}
	.item img {
		margin: auto;
	}
	footer {
		height: 100%;
	}
	h1.section {
	    font-size: 30px;
	    line-height: 1;
	    width: 100%;
	}
	body {
		padding-top: 213px;
	}
	.content{
		padding-top: 0;
	}
	.box_content_layout{
			padding: 20px 20px;
		}
	.box_content h2 {
		font-size: 25px;
		line-height: 1;
		margin-top: 00px;
	}
	.box_content p{
		font-size: 17px;
	}
	.bgintro{
		padding: 0 15px;
		height: 415px;
	}
	#snippet-box > div:last-child{
		flex-direction: column;
	}
	#snippet-box{
	    padding-top: 0!important;
	}
	.snippet-data-img span[itemprop="name"] {
		top: 300px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.ratings {
 		right: 61px !important;

	}
	.aio-info {
	    margin-left: 30px !important;
	    margin-top: 90px !important;
	}
	.snippet-title {
	     padding: 10px 0 !important;
	}
}

@media (max-width: 359px) {
	.icon-inmo img{
		width: 60px;
	}

}

@media (max-width: 622px) {
	.snippet-data-img span[itemprop="name"]{
	    line-height: 1;
	}
}

