/* Responsive CSS */
@media screen and (min-width: 1390px) {
	.container {
		max-width: 1372px;
	}
}

@media screen and (max-width: 1399px) {
	header {
		padding: 10px 30px;
	}
	nav > ul > li {
		padding: 0 10px;
	}
	nav > ul > li > a {
		font-size: 14px;
	}
	header .btn {
		font-size: 14px;
	}
	.whatsapp-web {
		font-size: 14px;
	}
	header .socials {
		padding: 0 10px 0 0;
  	margin: 0 10px 0 0;
	}
	.logo a img {
		max-width: 80%;
	}
	.banner-title {
		font-size: 50px;
  	line-height: 60px;
  	margin-top: 35px;
  	margin-bottom: 15px;
	}
	.banner-caption span {
		font-size: 19px;
  	line-height: 29px;
	}
	.banner-caption p {
		margin-bottom: 35px;
	}
	.btn {
		font-size: 17px;
	}
	.btn img {
		max-width: 38px;
	}
	.about-content ul li::before {
		width: 30px;
  	height: 30px;
  	background-size: 30px auto;
	}
	.about-content ul li {
		font-size: 16px;
		padding-left: 40px;
	}
	.icon-list {
		font-size: 15px;
	}
	.icon-list img {
		width: 60px;
	}
	.section-title {
		margin-bottom: 30px;
	}
	.section-title h2 {
		font-size: 40px;
		margin-top: 20px;
	}
	blockquote, p {
		font-size: 17px;
  line-height: 26px;
	}
	.loans .about-content {
		margin: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
	.section-title span {
		font-size: 22px;
	}
	.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: 200px;
	}
	.form-section .section-title h2 {
		font-size: 40px;
		line-height: 50px;
  margin-top: 10px;
  margin-bottom: 15px;
	}
	footer .contact-info {
		padding-left: 40px;
		padding-right: 0;
	}
	.contact-info p {
		font-size: 18px;
	}
	form {
		margin-top: 25px;
	}
	.form-control {
		font-size: 16px;
	}
	.contact-info-block small {
		font-size: 16px;
	}
	.contact-info-block a {
		font-size: 19px;
	}
	.contact-info-block span {
		width: 60px;
  min-width: 60px;
  height: 60px;
	}
	.form-section .btn {
		font-size: 19px;
	}
	footer h5 {
		font-size: 20px;
	}
	footer h5 img {
		max-width: 20px;
	}
	.box-info h4 {
		margin-bottom: 20px;
	}
	footer p {
		font-size: 16px;
	}
	footer h5 {
		margin-bottom: 20px;
	}
	footer {
		padding: 50px 0 40px;
	}
	.copyright {
		padding: 30px 0;
	}
	.contact-info-block span img {
		max-width: 25px;
	}
	.box-info h4 {
		font-size: 30px;
		line-height: 40px;
	}
	footer span {
		padding-left: 20px;
  	padding-right: 20px;
  	font-size: 16px;
	}
	.copyright {
		font-size: 16px;
	}
}

@media screen and (max-width: 1369px) {
	.logo a img {
		max-width: 50%;
	}
	 nav > ul > li {
    padding: 0 9px;
  }
  .socials ul li {
  	padding: 0;
  }
  header .container {
  	padding: 10px 0;
  }
  .top-banner .owl-carousel .owl-dots {
  	max-width: 80%;
  }
}

@media screen and (max-width: 1299px) {
	header .socials, .whatsapp-web {
		display: none;
	}
	nav > ul > li > a {
		font-size: 14px;
	}
	header .btn {
		padding: 10px 15px;
	}
	header .logo {
		max-width: 130px;
	}
	.logo a img {
		max-width: 100%;
	}
	br {
		display: none;
	}
	footer .container .row [class*="col-"]:nth-child(3n) {
		padding: 0 25px;
	}
	footer p.logo-bottom {
		font-size: 15px;
	}
	footer .contact-info {
		padding-left: 10px;
	}
	.quick-links {
		padding-left: 30px;
	}
}

@media screen and (max-width: 991px) {
	.latest-news .top-slider-block .owl-carousel {
		max-width: 80%;
		margin: 0 auto;
	}
	br {
		display: none;
	}
	.contact-info p {
		padding-top: 0;
	}
	.salon .section-title h2 {
		font-size: 40px;
	}
	.salon + .about-us {
		padding-top: 80px;
	}
	footer .contact-info {
		padding-left: 20px;
    padding-right: 20px;
	}
	.owl-carousel .owl-dots {
		max-width: 720px;
	}
	header a > img {
		max-width: 190px;
	}
	header.sticky {
		padding: 10px 0;
	}
	.navbar-toggler {
		background: #254382;
		margin-right: 15px;
		width: 55px;
		height: 50px;
		display: block;
		border-radius: 8px;
	}
	.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: -10px;
		left: 0;
		width: 100%;
		z-index: 1;
		height: 2px;
		background: #ffffff;
		content: "";
		transition: all ease .4s;
		border-radius: 10px;
	}
	.navbar-toggler-icon:before {
		top: 10px;
	}
	.navbar-toggler {
		padding: 9px 11px 14px;
		outline: none;
	}
	.close-nav .navbar-toggler-icon {
		background: #254382;
	}
	.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: 0;
		left: -500%;
		z-index: 11;
		background: #254382;
		padding: 0;
		width: 320px;
		transition: all ease .4s;
		display: flex;
		flex-direction: column;
	}
	nav > ul > li > a {
		display: flex;
	}
	nav > ul > li > a::after {
		bottom: 0;
	}
	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: 56px;
    line-height: 56px;
  }
  .about-us {
  	padding-top: 50px;
  	padding-bottom: 50px;
  }
  .about-us .btn-block {
  	margin-top: 20px;
  }
  .about-us .btn-block .btn:last-child {
  	margin-left: 0;
  }
  .loans.your-business .about-content {
  	padding-top: 50px;
  	padding-bottom: 0;
  }
  .testimonials {
  	padding: 50px 0;
  }
  .box-info .title {
  	padding: 25px 15px;
  }
  .form-section {
  	padding: 50px 0 40px;
  }
  .form-section .section-title h2 {
  	margin-bottom: 30px;
  }
  .form-section {
  	padding: 80px 0 70px;
  }
  .box-info {
  	margin: 50px 0 0;
  	max-width: 100%;
  }
  footer h5 {
  	margin-top: 30px;
  }
  footer .contact-info {
  	padding: 0 15px !important;
  }
  .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;
 }
 .latest-news .top-slider-block [class*="col-"]:last-child {
 	padding-left: 15px;
 }
 .latest-news .section-title {
 	margin-bottom: 15px;
 }
 .latest-news .section-title h2 {
 	margin-bottom: 40px;
 }
 .loans .row [class*="col-"] {
 	width: 100% !important;
 }
 .loans .about-content {
 	max-width: 100%;
 	padding-top: 0;
  padding-bottom: 50px;
 }
 .copyright a {
 	margin-top: 20px;
 }
 .copyright small {
 	margin: 5px 0 0;
 }
 .img-box img {
 	height: auto;
 }

  .your-business .img-box img {
  	height: auto;
  }
}

@media screen and (max-width: 767px) {
	.img-bottom {
		font-size: 22px;
		line-height: 26px;
	}
	.navbar-toggler {
		margin-right: 0;
	}
	header .btn {
		display: none;
	}
	header {
		padding: 0 10px;
	}
	.latest-news .project-rollver, .latest-news .owl-carousel .item {
		min-height: inherit;
	}
	.latest-news {
		padding-top: 40px;
	}
	.btn {
		font-size: 18px;
		padding: 10px 20px;
	}
	.banner-background {
		min-height: inherit;
		height: auto;
		padding: 100px 0;
	}
	.banner-title {
		font-size: 30px;
    line-height: 40px;
	}
	.banner-caption p {
		font-size: 17px !important;
		margin-bottom: 0;
		line-height: 25px;
	}
	.call-to-actions {
		margin-top: 0;
		padding-top: 30px;
	}
	.call-to-actions [class*="col-"] {
		padding-bottom: 0;
	}
	.about-us {
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.about-us .btn-block {
		flex-direction: column;
		align-items: flex-start;
	}
	#map {
		height: 250px;
	}
	form {
		margin-top: 30px;
	}
	.contact-info-block span {
		margin-right: 15px;
	}
	.contact-info-block span img {
		max-width: 24px;
	}
	.contact-info-block a {
		font-size: 18px;
	}
	.contact-info-block span {
		width: 51px;
  min-width: 51px;
  height: 51px;
	}
	.about-us .btn-block .btn {
		width: 100%;
	}
	.salon + .about-us {
		padding-top: 40px;
	}
	.about-us .btn-block .btn:last-child {
		margin: 15px 0 0;
	}
	.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: 0;
  }
  .latest-news .owl-carousel .owl-dots {
  	padding-top: 0;
  }
  footer {
  	padding: 50px 0;
  }
  .f-right {
  	flex-direction: column;
  	align-items: center;
  	margin-top: 0;
  	gap: 20px;
  }
  .navbar-toggler {
  	width: 50px;
    height: 50px;
  }
   .navbar-toggler-icon::before {
    top: 10px;
  }
  .navbar-toggler-icon::after {
  	top: -10px;
  }
  #button {
    bottom: 10px;
    right: 10px;
  }
  footer .contact-info {
  	align-items: flex-start;
  }
  footer span {
  	padding: 20px 0;
  }
  #button {
  	bottom: 160px;
  }
  .form-control {
  	font-size: 16px;
  }
  .banner-caption .btn {
  	margin: 20px 0 0;
  }
  .btn img {
  	margin-right: -10px;
  }
  .about-content ul {
  	margin: 20px 0 0;
  }
  .about-us .btn-block {
  	margin-top: 0;
  }
  .icons-list-block {
  	gap: 25px;
  }
  .icon-list {
  	width: 100%;
  }
  .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;
	}
	footer .logo img {
		max-width: 60%;
	}
	form {
		padding: 15px 30px 40px;
	}
}

@media screen and (max-width: 479px) {
	.latest-news .top-slider-block .owl-carousel {
		max-width: 100%;
		margin-bottom: 50px;
	}
	.latest-news .top-slider-block .owl-carousel .owl-nav button.owl-next, .latest-news .top-slider-block .owl-carousel .owl-nav button.owl-prev {
		position: relative;
		display: inline-flex;
		transform: none;
		left: auto;
		right: auto;
	}
	.latest-news .top-slider-block .owl-carousel .owl-nav button.owl-prev:before {
		background-position: -3px -53px;
		left: 20px;
	}
	.latest-news .top-slider-block .owl-carousel .owl-nav button.owl-next:before {
		background-position: -3px -105px;
		left: 20px;
	}
	.latest-news .top-slider-block .owl-carousel .owl-nav {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.latest-news .top-slider-block .owl-carousel .owl-nav button.owl-prev
	.latest-news .top-slider-block .owl-carousel .owl-nav {
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	 .section-title h2, .salon .section-title h2, .latest-news .section-title h2 {
    font-size: 24px;
  }
  .form-section .section-title h2 {
    font-size: 29px;
    line-height: 38px;
  }
  #button {
  	width: 40px;
  	height: 40px;
  }
  #button:after {
  	font-size: 1em;
  	line-height: 35px;
  }
  .btn {
  	font-size: 16px;
    padding: 8px 13px;
    margin-right: 5px;
  }
  blockquote {
  	flex-direction: column;
  }
}

@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;
  }
  header nav {
  	max-width: 250px;
  }
}

