/* Responsive CSS */
@media screen and (min-width: 2000px) {
	.about-us .row {
		align-items: center;
	}
}
@media screen and (min-width: 1680px) {
	.container {
		max-width: 1664px;
	}
}
@media screen and (max-width: 1663px) {
	br {
		display: none;
	}
	p {
		font-size: 16px !important;
		line-height: 26px !important;
	}
	.btn {
		font-size: 22px;
		min-width: 245px;
	}
	.section-title span {
		font-size: 24px;
  	line-height: 34px;
  	margin-bottom: 10px;
	}
	.section-title h2 {
		font-size: 36px;
	}
	.banner-title {
		font-size: 60px;
  	line-height: 70px;
	}
	.banner-caption p {
		font-size: 40px !important;
	}
	.about-content {
		padding-left: 35px;
	}
	.owl-carousel .owl-dots {
		max-width: 1320px;
	}
	.about-content p {
		margin-bottom: 15px;
	}
	nav > ul > li > a {
		font-size: 16px;
	}
	.about-content ul li {
		font-size: 14px;
		padding-right: 35px;
	}
	.about-content ul li img {
		padding-right: 14px;
		width: 55px;
	}
	.box-info {
		padding: 35px 25px;
	}
	.box-info h3 {
		font-size: 26px;
		margin-bottom: 0;
	}
	.box-info span {
		font-size: 22px;
	}
	.box-info .left img {
		width: 60px;
	}
	.latest-news .project-rollver h4 {
		font-size: 24px;
	}
	.latest-news .project-rollver {
		min-height: 280px;
	}
	.form-section .section-title h2 {
		font-size: 45px;
		padding-right: 30px;
	}
	footer .contact-info {
		padding-left: 40px;
		padding-right: 0;
	}
	.contact-info p {
		font-size: 18px;
	}
	footer span {
		padding-left: 20px;
  	padding-right: 20px;
  	font-size: 16px;
	}
	.copyright {
		font-size: 16px;
	}
}

@media screen and (max-width: 1399px) {
	nav {
		padding-left: 0;
	}
	header {
		padding: 25px 0;
	}
	header a > img {
		max-width: 200px;
	}
	nav > ul > li {
		padding: 0 20px;
	}
	.banner-caption p {
    font-size: 35px !important;
  }
  .owl-carousel .owl-dots {
  	max-width: 1140px;
  }
  .box-info {
  	padding: 25px 15px;
  }
  .box-info .left img {
  	width: 50px;
  }
  .box-info h3 {
  	font-size: 24px;
  }
  .box-info span {
  	font-size: 18px;
  }
  .map-info-section .about-content {
  	max-width: 500px;
  }
  .map-info-section .btn {
  	min-width: inherit;
  }
  .about-content ul li {
  	padding-right: 20px;
  }
  .salon {
  	padding: 100px 0;
  }
  .salon p {
  	margin-bottom: 25px;
  }
  .latest-news::before, .about-us::before {
  	width: 245px;
  }
}

@media screen and (max-width: 1199px) {
	header.sticky .container a > img {
		max-width: 150px;
	}
	header a > img {
		max-width: 160px;
	}
	header.sticky {
		padding: 0;
	}
	nav > ul > li {
		padding: 0 15px;
	}
	nav > ul > li > a {
		font-size: 15px;
	}
	.socials ul li a {
		width: 37px;
  	height: 37px;
	}
	.socials ul li a img {
		width: 17px;
  	height: 17px;
	}
	.banner-title {
		font-size: 50px;
    line-height: 60px;
	}
	.banner-caption p {
    font-size: 30px !important;
  }
  .btn {
  	min-width: inherit;
  	padding: 13px 30px;
  	font-size: 20px;
  }
  .owl-carousel .owl-dots {
  	max-width: 960px;
  }
  .about-content ul {
  	margin-top: 20px;
  	flex-wrap: wrap;
  }
  .about-content ul li {
  	width: 50%;
  	margin-top: 20px;
  }
  .form-section .section-title h2 {
  	font-size: 35px;
  }
  .form-control {
  	padding: 0;
  }
  .form-section {
  	padding: 100px 0;
  }
  .form-section .btn {
  	margin-top: 20px;
  }
  footer {
  	padding: 30px 0 0;
  }
  .copyright {
  	padding: 30px 0;
  	margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
	.contact-info p {
		padding-top: 0;
	}
	footer .contact-info {
		padding-left: 20px;
    padding-right: 20px;
	}
	.owl-carousel .owl-dots {
		max-width: 720px;
	}
	header a > img {
		max-width: 190px;
	}
	header {
		padding: 20px 0;
	}
	header.sticky {
		padding: 10px 0;
	}
	.navbar-toggler {
		background: #df9f50;
		margin-left: 50px;
		width: 40px;
		height: 40px;
		display: block;
	}
	.navbar-toggler-icon {
		width: 90%;
		height: 2px;
		background: #ffffff;
		border-radius: 10px;
		position: relative;
	}
	.navbar-toggler-icon:before, .navbar-toggler-icon:after {
		position: absolute;
		top: -8px;
		left: 0;
		width: 100%;
		z-index: 1;
		height: 2px;
		background: #ffffff;
		content: "";
		transition: all ease .4s;
		border-radius: 10px;
	}
	.navbar-toggler-icon:before {
		top: 8px;
	}
	.navbar-toggler {
		padding: 9px 9px 14px;
		outline: none;
	}
	.close-nav .navbar-toggler-icon {
		background: #df9f50;
	}
	.close-nav .navbar-toggler-icon:before {
		transform: rotate(45deg);
		top: 0;
		height: 3px;
	}
	.close-nav .navbar-toggler-icon:after {
		transform: rotate(-45deg);
		top: 0px;
		height: 3px;
	}
	nav {
		align-items: flex-start;
		padding: 30px 0 0 !important;
	}
	header nav {
		position: absolute;
		top: 100%;
		left: -100%;
		z-index: 11;
		background: #000;
		padding: 0;
		width: 320px;
		transition: all ease .4s;
		display: flex;
		flex-direction: column;
	}
	header .socials {
		margin-top: 20px;
	}
	.socials ul li a:hover img {
		filter: brightness(0) invert(1);
		opacity: 0.5;
	}
	.close-nav header nav {
		left: 0;
	}
	nav {
		height: 100vh;
	}
	nav ul {
		display: block;
		width: 100%;
	}
	nav > ul > li {
		padding: 0;
	}
	nav > ul > li > a {
		padding: 20px 15px !important;
		color: #ffffff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	nav > ul > li > a:hover, nav > ul > li > a:focus {
		color: #ffffff;
		background: rgba(255, 255, 255, 0.1);
	}
	.banner-title {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-caption p {
  	font-size: 26px !important;
  }
  .form-section .section-title h2 {
  	margin-bottom: 30px;
  }
  .form-section {
  	padding: 80px 0 70px;
  }
  .salon, .map-info-section .about-content {
  	padding: 80px 0;
  }	
	.latest-news::before, .about-us::before {
    width: 100%;
    height: 140px;
  }
  .about-content {
  	padding: 40px 0 0;
  }
  .call-to-actions [class*="col-"] {
  	padding-bottom: 30px;
  }
  .call-to-actions .row [class*="col-"]:last-child {
  	padding-bottom: 0;
  }
  .section-infraestructura.about-us {
  	padding-bottom: 80px;
  }
 .latest-news:before {
 		height: 30px;
 }
 .latest-news .project-rollver {
 	min-height: inherit;
 }
 footer .contact-info {
 	padding: 0 0 0 70px;
 }
 .f-right {
 	padding: 20px 0 0;
 }
 footer span {
 	font-size: 14px;
 }
 .copyright .container {
 	flex-direction: column;
 }
 .copyright .float-left {
 	padding-bottom: 10px;
 	text-align: center;
 }
 .section-infraestructura .about-content {
 	padding-right: 0;
 }
}

@media screen and (max-width: 767px) {
	.btn {
		font-size: 18px;
		padding: 10px 20px;
	}
	.banner-background {
		min-height: inherit;
		height: 550px;
	}
	.banner-title {
		font-size: 30px;
    line-height: 40px;
	}
	.banner-caption p {
		font-size: 22px !important;
		margin-bottom: 25px;
	}
	.salon, .map-info-section .about-content {
    padding: 40px 0;
  }
  .section-title span {
		font-size: 20px;
    line-height: 28px;
	}
	.section-title h2, .salon .section-title h2, .latest-news .section-title h2 {
    font-size: 40px;
  }
  .map-info-section .section-title img {
  	margin-bottom: 20px;
  }
  .section-infraestructura.about-us {
  	padding-bottom: 50px;
  }
  .latest-news .section-title {
  	margin-bottom: 25px;
  }
  .latest-news .project-rollver {
  	padding: 25px;
  }
  .latest-news .owl-carousel .owl-dots {
  	padding-top: 0;
  }
  footer {
  	padding: 50px 0 0;
  }
  .f-right {
  	flex-direction: column;
  	align-items: flex-start;
  }
  footer span {
  	padding: 20px 0;
  }
  footer .logo img {
  	max-width: 100px;
  }
  #button {
  	bottom: 160px;
  }
  .form-control {
  	font-size: 16px;
  }
  .banner-caption .btn {
  	margin: 0 5px 15px;
  }
  .about-content ul {
  	margin: 0;
  }
  .about-content ul li {
  	width: 100%;
  }
  .map-info-section .about-content {
  	padding-left: 15px;
  	padding-right: 15px;
  }
  .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  	width: 45px;
  	height: 45px;
  }
  .owl-carousel .owl-nav button.owl-next::before, .owl-carousel .owl-nav button.owl-prev::before {
  	background-size: 20px auto;
  	top: 14px;
  	left: 13px;
  }
  .owl-carousel .owl-nav button.owl-next:hover::before, .owl-carousel .owl-nav button.owl-prev:hover::before {
	  background-position: 0 -52px;
	}
	.owl-carousel .owl-nav button.owl-next::before {
	  background-position: 0 -105px;
	}
	.owl-carousel .owl-nav button.owl-next:hover::before {
		background-position: 0 -158px;
	}
	.project-rollver a {
		font-size: 70px;
	}
	.form-section {
		padding: 50px 0 40px;
	}
	.copyright {
		text-align: center;
	}
	.copyright img {
		margin: 8px 0 0;
	}
	footer .contact-info {
		padding: 0 20px;
	}
}

@media screen and (max-width: 479px) {
	 .section-title h2, .salon .section-title h2, .latest-news .section-title h2 {
    font-size: 33px;
  }
  .form-section .section-title h2 {
    font-size: 29px;
  }
  #button {
  	width: 40px;
  	height: 40px;
  }
  #button:after {
  	font-size: 1em;
  	line-height: 35px;
  }
  .btn {
  	font-size: 16px;
    padding: 8px 13px;
    margin-right: 5px;
  }
  footer .logo img {
    max-width: 80px;
  }
}

@media screen and (max-width: 349px) {
	.btn {
		font-size: 14px;
	}
	 footer .logo img {
    max-width: 60px;
  }
  .contact-info p {
  	padding: 0 0 10px;
  }
  footer .contact-info {
  	min-width: inherit;
  }
}

