@media (max-width: 991px){
	.message-container .title {
    width: 100%;
    max-width: initial;
	}
	#servicios{
		height: auto;
	}
	.service-icon:last-of-type {
    left: 0;
		right: 0;
		margin-top: 0;
		top: initial;
		bottom: -25px;
		transform: rotate(90deg);
	}
	.service-icon:first-of-type {
    left: 0;
		right: 0;
		margin-top: 0;
		top: -25px;
		transform: rotate(90deg);
	}
	.service-center{
		height: auto !important;
		padding: 80px 40px;
	}
	.service-box{
		height: 300px;
	}
	.service-box p {
    font-size: 18px;
	}
	.service-grid {
		height: auto;
		display: block;
	}
	.perks-icon img {
    padding: 6px;
	}
	.perks-box {
    height: 35vw;
	}
	.perks-icon {
    width: 45px;
    height: 45px;
    top: -20px;
    left: 20px;
	}
	.perks-grid {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
    max-width: initial;
    margin: 0 auto;
    margin-top: 40px;
		padding: 0 20px;
	}
	.title{
		margin: 0 0 20px 0;
	}
	.title hr {
    margin-bottom: 15px;
	}
	.title.center hr {
    margin: 0 auto;
    margin-bottom: 15px;
	}
	.title h2 {
    font-size: 36px;
	}
	section{
		padding: 50px 0;
	}
	body{
		font-size: 15px;
	}
	.about-img{
		height: 500px;
	}
	.about-info{
		padding-top: 0;
	}
	.about-grid {
		display: block;
    margin-top: 0;
	}
	#home-slider .flex-direction-nav .flex-nav-prev {
    right: 95px;
	}
	#home-slider .flex-direction-nav .flex-nav-next {
    right: 40px;
	}
	.flex-direction-nav{
		bottom: 40px;
	}
	#home-slider .flex-direction-nav > li > a{
		width: 45px;
		height: 45px;
	}
	.slide-content p {
    font-size: 18px;
	}
	.slide-content h2{
		font-size: 36px;
	}
	#topnav .logo img{
		height: 40px;
	}
	#topnav .menu-contact a {
    font-size: 16px;
    width: 40px;
    height: 40px;
	}
	#topnav .logo {
    padding: 10px 0;
	}
	#topnav .menu-contact{
		right: 65px;
	}
	#topnav .navbar-toggle {
    border-radius: 0;
    display: flex;
    justify-content: center;
    border: 0;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
    cursor: pointer;
    padding: 0 8px;
		flex-direction: column;
		background-color: #000426;
	}
	#topnav .navbar-toggle:hover {
    background-color: #b36920;
	}
	#topnav .navbar-toggle:hover span{
		background-color: #fff;
	}
	.menu-extras {
    display: flex;
    position: absolute;
    right: 20px;
    width: 45px;
    height: 45px;
    z-index: 100;
    align-items: center;
    justify-content: flex-end;
	}
	#topnav.active .logo .logo-light{
		display: none;
	}
	#topnav.active .logo .logo-dark{
		display: block;
	}
	#topnav {
    height: auto;
    justify-content: flex-start;
		padding: 0 20px;
	}
	#topnav .navbar-toggle:focus span{
		color: #fff;
	}
	#topnav.scroll .navigation-menu > li > a {
    color: #191b1d;
	}
	#topnav .navigation-menu > li > a {
		color: #191b1d;
    line-height: 60px;
    font-size: 24px;
    display: flex;
    width: 100%;
	}
	#topnav #navigation.active li{
		opacity: 1;
		bottom: 0;
	}
	#topnav .navigation-menu > li {
    display: inline-flex;
		position: relative;
		height: auto;
		opacity: 0;
		bottom: -80px;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#topnav .navigation-menu li:nth-child(1) {
		transition-delay: 0.5s;
	}
	#topnav .navigation-menu li:nth-child(2) {
		transition-delay: 0.55s;
	}
	#topnav .navigation-menu li:nth-child(3) {
		transition-delay: 0.6s;
	}
	#topnav .navigation-menu li:nth-child(4) {
		transition-delay: 0.65s;
	}
	#topnav .navigation-menu li:nth-child(5) {
		transition-delay: 0.7s;
	}
	#topnav .navigation-menu li:nth-child(6) {
		transition-delay: 0.75s;
	}
	#topnav .navigation-menu {
    float: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
	}
	#topnav #navigation.active {
		top: 0;
		opacity: 1;
	}
	#topnav #navigation {
		opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100%;
    left: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	}
}
@media (max-width: 570px){
	.footer-copy p {
    font-size: 13px;
	}
	.footer-logo img {
    height: 60px;
	}
	.footer-column a {
    padding: 0 15px;
	}
	.footer-bottom {
    margin-top: 30px;
    padding: 0 0 50px;
	}
	.about-img {
    height: 350px;
	}
	.form-submit{
		margin-top: 25px;
	}
	.form-3 .form-row{
		margin-bottom: 15px;
	}
	.form-control {
		padding: 12px 20px;
	}
	.form-3 {
		display: block;
	}
	.contact-column:last-child{
		margin-bottom: 0;
	}
	.contact-column{
		margin-bottom: 30px;
	}
	.contact-info {
		display: block;
    margin-top: 40px;
	}
	.perks-box:nth-child(even) .perks-icon{
		left: initial;
		right: 20px;
	}
	.perks-box:nth-child(even) {
    margin-top: initial;
	}
	.perks-title{
		bottom: 0;
		position: relative;
		width: 100%;
	}
	.perks-box {
    height: auto;
		min-height: 65vw;
		padding: 80px 40px 40px 40px;
	}
	.perks-grid {
		display: block;
    margin-top: 40px;
		padding: 0 20px;
	}
}