/* @font-face {
font-family: 'Exo'
src: url("fonts/Exo-Regular.ttf");
font-weight: 400;
}
*/

body {
	font-family: 'Exo', sans-serif;
	color: #1b1b1b;
	font-weight: 300;
	font-size: 22px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 500;
}

h1 {	
	font-size: 40px;
	line-height: 40px;
	margin: 60px 0 33px 0;
	padding: 0;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	margin-top: 20px;	
	margin-bottom: 40px;
}

h6 {
	font-size: 18px;
	margin: 0;
}

p {
	font-size: 22px;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

small {
	font-size: 12px;
	color: #fff;
}

small a {
	color: #000;
}

small a:hover {
	color: #000;
	text-decoration: none;
}

/* Commons */

.icons {
	font-size: 14px;
	color: #3965C2;
	margin-right: 4px;
}

.form-icons {
	color: #5A98EE;
	font-size: 20px;
	margin-right: 4px;
}

.general-center {
	text-align: center;
}

.separator::after  {
	content: '';
	background-color: #3965C2;
	display: block;
	width: 80px;
	height: 6px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.description {
	margin-bottom: 33px;
}

.subtitle {
	margin-bottom: 0
}

.description-location {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 50px;
}

/* buttons */

.buttons {
	margin: 60px 0 70px 0;
}

.button a {
	color: #fff;
	background-color: #3965C2;
	border: 1px solid #3965C2;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	padding: 13px 90px;
}

.button a:hover {
	color: #3965C2;
	text-decoration: none;
	background-color: #fff;
}

.button-border a {
	color: #3965C2;
	background-color: #fff;
	border: 1px solid #3965C2;
}

.button-border a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #3965C2;
}

.button-whatsapp a {
	font-weight: 300;
	font-size: 22px;
	color: #fff;
	background-color: #25D066;
	padding: 10px 39px;
	border-radius: 25px;
}

.button-whatsapp a:hover {
	text-decoration: none;
	color: #25D066;
	background-color: #fff;
}

.button-mark a {
	padding: 13px 26px;
}

.button-line a {
	padding: 13px 32px;
}

/* Header */
.header {
	padding: 0;
	position: fixed;
	z-index: 999;
	width: 100%;
}

.header .top-bar {
	background-color: #000;
	padding: 2px 0;
}

.header .top-bar p {
	font-size: 12px;
	color: #fff;
}

.header .top-bar p .icons {
	color: #fff;
}

.header .top-bar .clock {
	text-align: right;
}

.header .midle-bar {
	background-color: #F4F4F4;
	padding: 14px 0;
}

.header .midle-bar p {
	font-size: 14px;
	color: #949494;
}

.header .midle-bar .contact-header {
	text-align: right;
}

.header .midle-bar .content-icons-info {
	display: inline-flex;
	margin-top: 15px;
}

.header .midle-bar .content-icons-info p {
	text-align: left;
	line-height: 16px;
}

.header .midle-bar .content-icons-info img {
	margin-right: 5px;
}

.header .main-nav {
	padding: 14px;
	background-color: #fff;
}

.header .navbar-default {
	background-color: #fff;
	box-shadow: 0px 4px 4px #0000001a;
	border-color: transparent;
}

.header .navbar-default .navbar-toggle {
	border-color: transparent;
}

.header .navbar {
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}

.header .navbar-collapse {
	padding: 0
}

.header .navbar-brand {
	display: none;
}

.header .main-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header .main-nav .menu > li {
	display: inline-block;
	margin-right: 44px;
}

.header .main-nav li a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
}

.header .main-nav li a:hover {
	color: #3965C2;
	border-bottom: 5px solid #3965C2;
	padding-bottom: 12px;
}

.header .main-nav li .down:hover {
	color: #3965C2;
	border-bottom: 5px solid #fff;
	padding-bottom: 12px;
}

.header .main-nav .social-header {
	text-align: right;
}

.menu .submenu {
	position: absolute;
	background-color: #fff;
	display: none;
}

.header .main-nav .submenu li a {
	display: block;
	font-size: 16px;
	color: #949494;
	padding: 15px 20px 15px 20px;
}

.header .main-nav .submenu li a:hover {
	color: #fff;
	border-bottom: 0;
	background-color: #3965C2;
}

.menu li:hover .submenu {
	display: block;
	color: #3965C2;
	border-bottom: 5px solid #3965C2;
	margin-left: -20px;
	margin-top: 14px;
	background-color: #fff;
}

/* Hero */

.hero {
	padding-top: 176px;
}

/* Home */

/* Marks */
.marks {
	background-color: #f4f4f4;
}

.marks .content-marks {
	margin-bottom: 30px;
}

.marks .container-marks .description {
	margin-bottom: 50px; 
}

.marks .img-marks-1 {
	background-image: url("img/logo-3m.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 212px;
	height: 212px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.marks .img-marks-2 {
	background-image: url("img/logo-abb.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 212px;
	height: 212px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.marks .img-marks-3 {
	background-image: url("img/logo-philips.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 212px;
	height: 212px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.marks .img-marks-4 {
	background-image: url("img/logo-indeco.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 212px;
	height: 212px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.marks .img-marks-5 {
	background-image: url("img/logo-degson.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 212px;
	height: 212px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.marks .img-marks-6 {
	background-image: url("img/logo-bticino.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 212px;
	height: 212px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.marks .img-marks-7 {
	background-image: url("img/logo-siemens.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 212px;
	height: 212px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.marks .img-marks-8 {
	background-image: url("img/logo-schneider.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 212px;
	height: 212px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.marks .img-marks-9 {
	background-image: url("img/logo-yoya.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 212px;
	height: 212px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.marks .img-marks-10 {
	background-image: url("img/logo-lonwow.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 212px;
	height: 212px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.marks .img-marks-11 {
	background-image: url("img/logo-canaplast.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 212px;
	height: 212px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.marks .img-marks-12 {
	background-image: url("img/logo-metel.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 212px;
	height: 212px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

/* hover marks */

.marks .mark .square {
	position: absolute;
	width: 212px;
	height: 212px;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	opacity: 0;
}

.marks .mark:hover .square {
	opacity: 1;
}

.marks .info-1,
.marks .info-2,
.marks .info-3,
.marks .info-4,
.marks .info-5,
.marks .info-6,
.marks .info-7,
.marks .info-8,
.marks .info-9,
.marks .info-10,
.marks .info-11,
.marks .info-12 {
	margin: 24px;
	overflow: hidden;
	width: 0px;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	margin-left: -162px;
	-webkit-transition: margin 0.3s;
	-moz-transition: margin 0.3s;
	-ms-transition: margin 0.3s;
}

.marks .mark:hover .info-1,
.marks .mark:hover .info-2,
.marks .mark:hover .info-3,
.marks .mark:hover .info-4,
.marks .mark:hover .info-5,
.marks .mark:hover .info-6,
.marks .mark:hover .info-7,
.marks .mark:hover .info-8,
.marks .mark:hover .info-9,
.marks .mark:hover .info-10,
.marks .mark:hover .info-11,
.marks .mark:hover .info-12 {
	margin-left: 24px;
	width: 164px;
}

.marks .link {
	overflow: hidden;
	width: 0px;
	font-size: 16px;
	line-height: 17px;
	color: #5A98EE;
	margin-right: -162px;
	-webkit-transition: margin 0.3s;
	-moz-transition: margin 0.3s;
	-ms-transition: margin 0.3s;
}

.marks .link .icons {
	font-size: 16px;
	margin: 0 0 0 4px;
}

.marks .mark:hover .link {
	margin-right: 0;
	width: 164px;
}

.marks .mark a:hover {
	text-decoration: none;
	color: #fff;
}

/* Products */
.products .buttons {
	margin: 30px 0 24px 0;
}

.products .button-mark {
	margin-bottom: 50px;
	text-align: right;
}

.products .button-border {
	margin-bottom: 50px;
	text-align: left;
}

/* Whatsapp */
.whatsapp {
	background-image: url("img/background-whatsapp.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
}

.whatsapp .content-whatsapp {
	padding: 60px 0 70px 0;
}
.whatsapp img .icon-whatsapp {
	margin-bottom: 3px;
}

.whatsapp .content-whatsapp .description {
	font-size: 30px;
	color: #fff;
	line-height: 35px;
	margin-bottom: 63px;
}

.whatsapp .button-whatsapp .icon-whatsaap {
	margin-right: 4px;
	margin-bottom: 2px;
}

/* Certifications*/
.certifications {
	background-image: url("img/background-certifications.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: auto;
}

.certifications .separator::after {
	content: '';
	background-color: #fff;
	display: block;
	width: 80px;
	height: 6px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

.certifications h1 {
	color: #fff;
}

.certifications p {
	color: #fff;
}
.certifications .description {
	margin-bottom: 63px;
}

/* Brands */
.brands {
	background-color: #fff;
	text-align: center;
}

.brand {
	padding: 32px 0;
}

/* Statistics */
.statistics {
	background-color: #f4f4f4;
	text-align: center;
}

.statistics .numbers {
	font-size: 55px;
	font-weight: 700;
	color: #3965c2;
	margin: 0
}

.statistics .items {
	display: inline-flex;
	align-items: center;
	margin: 17px 0;
}

.statistics .description {
	color: #000;
	line-height: 24px;
	margin: 0 0 0 7px;
	width: 160px;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
}

/* Map */
.container-map {
	height: 400px;
}

/* contact form */
.contact-form {
	background-image: url(img/background-contact-form.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: auto;
}

.contact-form .form-content {
	margin-right: 24px;
}

.contact-form .form-content .separator::after {
	margin-left: 0;
}

.contact-form .form-group {
	margin-bottom: 18px;
}

.contact-form .title-section {
	margin-top: 60px;
}

.contact-form .title-section p {
	margin-bottom: 30px;
}

.contact-form .title-section .info {
	margin-bottom: 30px;
}

.contact-form .title-section .info p {
	font-size: 18px;
	font-style: initial;
	margin: 0;
}

.contact-form h1 {
	margin-top: 0;
}

.contact-form h1,
.contact-form p {
	color: #fff;
}

.contact-form .form-control {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 25px 20px;
}

.contact-form .form-control::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.contact-form .form-control::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

.contact-form .form-button .button {
	margin-top: 22px;
}

.contact-form .form-button .send-button  {
	border: none;
	background-color: #3965C2;
	color: #fff;
	padding: 12px 52px;	
	text-transform: uppercase;
	font-size: 18px;
}

.contact-form .form-button .send-button:hover {
	background-color: #fff;
	color: #3965C2;
}

.contact-form .form-button .send-button {
	margin-top: 20px;
	margin-bottom: 60px;
}

/* Footer */

.footer {
	background-color: #000;
}

.footer .footer-content {
	margin-top: 40px;
	margin-bottom: 15px;
}

.footer .footer-content .slogan-footer {
	font-size: 14px;
	color: #fff;
	font-style: italic;
	margin-bottom: 48px;
	/* nuevos*/
	line-height: 19px;
	margin-bottom: 37px;
}

.footer .footer-content .homologacion {
	margin-top: 22px;	
	text-align: center;
	min-height: 220px;
}

.footer .footer-content .homologacion p {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 5px;
}

.footer .footer-content .homologacion img {
	width: 132px;
	margin-right: auto;
	margin-left: auto;
}

.footer .footer-content .ubication p {
	font-size: 14px;
	line-height: 22px;
	font-style: initial;
	color: #fff;
}

.footer .footer-content .footer-nav {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.footer .footer-content .footer-nav ul {
	list-style: none;
}

.footer .footer-content .footer-nav li {
	line-height: 5px;
	margin-bottom: 25px;
}

.footer .footer-content .footer-nav li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
}

.footer .footer-content .footer-nav li a:hover {
	color: #5A98EE;
}

.footer .footer-content .footer-delivery {
	border-left: 1px solid #fff;
	text-align: center;
	padding-left: 30px;
	margin-top: 22px;
	margin-bottom: 18px;
}

.footer .footer-content .footer-delivery .icon-delivery {
	margin-bottom: 15px;
}

.footer .footer-content .footer-delivery .info-delivery {
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}

.footer .footer-content .social-footer a {
	margin-left: 2px;
	margin-right: 2px;
}

/* Credits */

.credits {
	background-color: #3965C2;
	line-height: 26px;
}

.credits .developed {
	font-size: 12px;
	color: #fff;
	margin-top: 9px;
	line-height: 14px;
}

.credits .developed a {
	color: #fff;
}

.credits .developed a:hover {
	text-decoration: none;
	color: #000;
}

/* Pages */

/* About Us */
.banner-us {
	background-image: url("img/banner-nosotros.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
}

.valores {
	background-image: url("img/background-about-us.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	color: #fff;
}

.history .description-location {
	font-size: 18px;
}

.history .content-icons {
	margin-bottom: 10px;
}

/* Products */
.top-banner {
	padding-top: 180px; 
}

.banner-products {
	background-image: url("img/banner-productos.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
}

/* Products for Marks */

.products-mark-title .separator::after {
    content: '';
    background-color: #3965C2;
    display: block;
    width: 80px;
    height: 6px;
    margin-top: 30px;
    margin-left: 0;
    margin-right: auto;

}

.products-mark .sidebar ul {
	background-color: #F4F4F4;
	list-style: none;
	padding: 30px;
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	margin: 0 0 40px 0;
}

.products-mark .sidebar span {
	visibility: hidden;
}

.products-mark .sidebar .current span {
	visibility: visible;
}

.products-mark .sidebar a {
	color: #3C3C3C;
}

.products-mark .sidebar a:hover {
	color: #3965C2;
	text-decoration: none;
}

.products-mark .sidebar .current {
	color: #3965C2;
	visibility: visible;
}

.products-mark .products-list .product-container {
	margin-bottom: 20px;
}

.products-mark .products-list .product-container .product-info .title {
	margin: 16px 0 5px 0;
}
.products-mark .products-list .product-container .product-info .description {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}

.products-mark .products-list .product-container .product-info .details {
	font-size: 14px;
	padding: 0;
	margin: 0 14px 20px 14px;
}

.search .container-products .title-search  {
	border-top: 1px solid #F4F4F4;
}

.search .container-products .title-search h3 {
	margin-bottom: 0;
}

.search .container-products .title-search .buttons .button-mark {
	text-align: initial;
}

.search .container-products .title-search .buttons .button-mark a {
	padding: 13px 57px;
}

/* Service Page */
.banner-services {
	background-image: url("img/banner-servicios.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 250px;
}

.services .content-icons .subtitle {
	margin-bottom: 50px;
}

.services .content-icons {
	margin-bottom: 10px;
}

.action {
	background-image: url("img/background-action.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
	color: #fff;
}

.action h1,
.action h5,
.valores h1,
.valores h5 {
	color: #fff;
}

.action .separator::after,
.valores .separator::after  {
	background-color: #fff;
}

/* Contact-Page */
.form-page {
	padding-top: 180px; 
}


/* Media Queries */

/* Mobile */
@media (max-width: 480px) {

	/* Commons*/

	.top-banner {
		padding-top: 50px;
	}

	/* Header */
	.header .top-bar {
		display: none;
	}

	.header .logo-header {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.header .midle-bar .contact-header {
		display: none;
	}

	.header .main-nav ul {
		text-align: center;
		margin: 15px 0;
	}

	.header .main-nav .menu > li {
		margin-right: 0;
		margin-bottom: 10px;
		display: inherit;
	}

	.header .main-nav li a:hover {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.header .main-nav .social-header {
		text-align: center;
		margin: 25px 0;
	}

	.header .navbar-brand {
		display: initial;
		padding: 9px 0px 15px 9px;
	}

	.header .navbar-brand  img {
		width: 50%;
		height: auto;
	}

	.menu li:hover .submenu {
		margin-left: 0;
		border-bottom: 0;
		color: inherit;
		margin-top: 15px;
	}

	.menu .submenu {
		display: inherit;
		position: inherit;
	}

	.header .main-nav li .down:hover {
		border-bottom: 0;
	}

	.header .main-nav .submenu li a {
		display: inherit;
		font-size: 18px;
		color: inherit;
		padding: 0;
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.header .main-nav .submenu li a:hover {
		color: #3965C2;
		background-color: transparent;
	}

	/* Hero */
	.hero {
		padding-top: 50px;
	}

	/* Advantages */	
	.advantages .subtitle {
		margin-bottom: 50px;
	}
	
	.advantages  .buttons {
		margin-top: 10px;
	}

	/* search */
	.search .container-products .title-search h3,
	.search .container-products .title-search .buttons .button-mark,
	.search .container-products .title-search .buttons .button-line {
		text-align: center;
	}

	/* Products */

	.products .button-mark {
		text-align: center;
	}

	.products .button-border {
		text-align: center;
	}

	/* Services */
	.services-home .subtitle {
		margin-bottom: 50px;
	}

	.services-home .buttons {
		margin-top: 10px;
	}

	/* Statistics */
	.statistics  {
		padding: 30px 0 20px 0;
	}

	.statistics .items {
		display: block;
		align-items: center;
		margin: 40px 0;
	}

	.statistics .items .numbers {
		margin-bottom: 10px;
	}

	.statistics .description {
		width: 230px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	/* Footer */
	.form-page {
	    padding-top: 50px;
	}
	.footer  {
		text-align: center;
	}

	.footer .footer-content {
		margin-bottom: 25px;
	}

	.footer .footer-content .slogan-footer {
		width: 246px;
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
		line-height: 18px;
	}

	.footer .footer-content .ubication {
		margin-bottom: 40px;
		width: 250px;
		margin-right: auto;	
		margin-left: auto;
	}

	.footer .footer-content .footer-nav {
		border-right: 0;
		border-left: 0;
		border-top: 1px solid grey;
		border-bottom: 1px solid grey;
	}

	.footer .footer-content .footer-nav ul {
		margin-top: 52px;
		margin-bottom: 52px;
		padding: 0;
	}

	.footer .footer-content .homologacion {
		margin-top: 40px;
		border-bottom: 1px solid grey;
	}

	.footer .footer-content .homologacion img {
		margin-bottom: 40px;
	}

	.footer .footer-content .footer-delivery {
		border-left: 0;
		padding-left: initial;
		margin-top: 40px;
	}

	.credits {
		padding: 0 0 10px 0;
		text-align: center;
	}

	.credits .developed {
		margin-top: 0;
	}

	/* Products for Marks */
	.products-mark .products-list .product-container {
		text-align: center;
	}

	.products-mark .products-list .product-container .thumb img {
		margin-left: auto;
		margin-right: auto;
	}
}

/* Tablet */
@media (min-width: 481px) and (max-width: 768px) {
	/* Commons*/
	.top-banner {
		padding-top: 50px;
	}

	/* Header */
	.header .top-bar {
		display: none;
	}

	.header .logo-header {
		text-align: center;
		margin-top: 10px;
		margin-bottom: 25px;
	}

	.header .midle-bar .contact-header {
		text-align: center;
	}

	.header .midle-bar .contact-header .content-icons-info {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.header .midle-bar .contact-header .info-central,
	.header .midle-bar .contact-header .info-email {
		display: none;
	}

	.header .main-nav ul {
		text-align: center;
		margin: 15px 0;
	}

	.header .main-nav li {
		margin-right: 0;
		margin-bottom: 10px;
		display: inherit;
	}

	.header .main-nav li a:hover {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.header .main-nav .social-header {
		text-align: center;
		margin: 25px 0;
	}

	.header .navbar-brand {
		display: initial;
		padding: 9px 15px;
	}

	.header .navbar-brand  img {
		width: 50%;
		height: auto;
	}

	/* Hero */
	.hero {
		padding-top: 50px;
	}

	/* Advantages */	
	.advantages .subtitle {
		margin-bottom: 50px;
	}
	
	.advantages  .buttons {
		margin-top: 10px;
	}

	/* search */
	.search .container-products .title-search h3,
	.search .container-products .title-search .buttons .button-mark,
	.search .container-products .title-search .buttons .button-line {
		text-align: center;
	}

	/* Services */
	.services-home .subtitle {
		margin-bottom: 50px;
	}

	.services-home .buttons {
		margin-top: 10px;
	}

	/* Statistics */
	.statistics  {
		padding: 30px 0 20px 0;
	}

	.statistics .items {
		display: block;
		align-items: center;
		margin: 40px 0;
	}

	.statistics .items .numbers {
		margin-bottom: 10px;
	}

	.statistics .description {
		width: 230px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	/* Footer */
	.form-page {
	    padding-top: 50px;
	}
	.footer  {
		text-align: center;
	}

	.footer .footer-content {
		margin-bottom: 25px;
	}

	.footer .footer-content .slogan-footer {
		width: 246px;
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
		line-height: 18px;
	}

	.footer .footer-content .ubication {
		margin-bottom: 40px;
		width: 250px;
		margin-right: auto;	
		margin-left: auto;
	}

	.footer .footer-content .footer-nav {
		border-right: 0;
		border-left: 0;
		border-top: 1px solid grey;
	}

	.footer .footer-content .footer-nav ul {
		margin-top: 52px;
		padding: 0;
	}

	.credits {
		padding: 0 0 10px 0;
		text-align: center;
	}

	.credits .developed {
		margin-top: 0;
	}
}

/* Desktop */
@media (min-width: 769px) and (max-width: 992px) {

}
