
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;700;900&display=swap');

:root {
	--primary-color: #36A9E1;
	--second-color: #FF4D00;
	--text-color: #ffffff;
	--background-color: #000000 ;
	--font: 'Poppins', sans-serif;
}

/* Aries v1.0 - by WowThemes.net */
#whatsapp {
	position: fixed;
    bottom: 30px;
    right: 30px;
}


body {
	width:100%;
	height:100%;
	font-family:var(--font);
	color:var(--text-color);
	background-color:var(--background-color);;
	font-weight:300;
}


html {
	width:100%;
	height:100%;
	box-sizing: border-box;
	scroll-behavior: smooth!important;
}

h1 {
	font-family:var(--font);
	font-weight:100;
	font-size: 42px;
	margin-bottom: 20px;
}

h3 {
	font-size: 20px;
	font-weight: 700;
}

p {
	margin:0 0 25px;
	font-size:16px;
	font-weight: 300;
	line-height:1.5;
}

p span {
	font-weight: 700;
}

.block { display: block; }
.none { display: none; }
.hidden {
    visibility: hidden;
    opacity: 0;
}


@media(min-width:768px) {
	p {
		margin:0 0 35px;
	}
}

li, ul {
	list-style: none;
}
a {
	color:inherit;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	text-decoration: none;

}
a:hover,a:focus {
	text-decoration:none;
	color:inherit;
}
.light {
	font-weight:400;
}

.language {

}

.language.hidden-sm a {
    font-weight: 500!important;
    padding: 15px 0;
}

.language.hidden-sm {
	margin-left: 20px;
	display: flex;
    align-items: center;
}

.language a {
	font-size: 12px;
}

.language-sm {
	display: none;
	visibility: hidden;
}

@media(max-width: 768px) {
	.language-sm {
		position: absolute;
		display: block;
		visibility: visible;
		top: 20px; 
		left: 50%;
		right: 70px;
		z-index: 9999;
	}
	.language-sm a {
		color: #333333;
		font-size: 14px;
	}
}

.navbar-custom {
	margin-bottom:0;
	border-bottom:1px solid rgba(255,255,255,.3);
	text-transform:uppercase;
	font-family:'Poppins',sans-serif;
	background-color:#FFF;
}
.navbar-custom .navbar-brand {
	font-size:20px;
	text-transform:none;
	letter-spacing:1px;
}
.navbar-custom .navbar-brand:focus {
	outline:0;
}
.navbar-custom .navbar-brand .navbar-toggle {
	padding:4px 6px;
	font-size:16px;
	color:#fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,.navbar-custom .navbar-brand .navbar-toggle:active {
	outline:0;
}

.nav>li>a {
	padding: 15px 10px;
}

@media (max-width: 1024px) {
	.navbar-nav>li {
		display: none;
	}
}

@media (min-width: 1024px) {
	.navbar-toggle {
		display: none;
	}
}



.navbar-custom a {
}
.navbar-custom .nav li a {
	-webkit-transition:background .3s ease-in-out;
	-moz-transition:background .3s ease-in-out;
	transition:background .3s ease-in-out;
	font-weight: 700;
}

@media (max-width: 768px) {
	.navbar-custom .nav li a {
		color: #333333;
	}
}


.navbar-custom .nav li a:hover {
	outline:0;
	color:var(--primary-color);
	background-color:transparent;
}
.navbar-custom .nav li a:focus,.navbar-custom .nav li a:active {
	outline:0;
	background-color:transparent;
}
.navbar-custom .nav li.active {
	outline:0;
}
.navbar-custom .nav li.active a {
	color:var(--primary-color);
}
.navbar-custom .nav li.active a:hover {
	color:var(--primary-color);
}

.navbar-custom.top-nav-collapse .navbar-brand img {
    filter: brightness(0);
}

.navbar-toggle {
	background-color: var(--second-color);
}

@media(min-width:768px) {
	.navbar-custom {
		padding:20px 0;
		border-bottom:0;
		font-size:13px;
		background:0 0;
		-webkit-transition:background .5s ease-in-out,padding .5s ease-in-out;
		-moz-transition:background .5s ease-in-out,padding .5s ease-in-out;
		transition:background .5s ease-in-out,padding .5s ease-in-out;
	}
	.navbar-custom.top-nav-collapse {
		border-bottom:1px solid rgba(255,255,255,.3);
		color:#333;
        background:#f9f9f9;
        opacity: 0.9;
	}
	.navbar-custom.top-nav-collapse a {
		color:#333;
		display:inline-block;
	}
}


.content-section {
	padding:40px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	clear:both;
}

@media(min-width:767px) {
	.content-section {
		padding:40px 0 0 0;
		clear:both;
	}
	.content-section .row {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}

@media(max-width:768px) {
	.row-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
}

.row-flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.col-20 {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media(max-width:768px) {
	.col-20 {
		width: 33%;
	}
}

@media(max-width:600px) {
	.col-20 {
		width: 100%;
	}
}


.btn {
	border-radius:0;
	text-transform:uppercase;
	font-family:var(--font);
	font-weight:400;
	-webkit-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
}
.btn-default {
	border:1px solid #42dca3;
	color:#42dca3;
	background-color:transparent;
}
.btn-default:hover,.btn-default:focus {
	border:1px solid #42dca3;
	outline:0;
	color:#000;
	background-color:#42dca3;
}
ul.banner-social-buttons {
	margin-top:0;
}
@media(max-width:1199px) {
	ul.banner-social-buttons {
		margin-top:15px;
	}
}
@media(max-width:767px) {
	ul.banner-social-buttons li {
		display:block;
		margin-bottom:20px;
		padding:0;
	}
	ul.banner-social-buttons li:last-child {
		margin-bottom:0;
	}
}
footer {
	padding:20px 0;
	z-index:1;
	position:relative;
	clear:both;
}
footer p {
	margin:0;
	font-size:15px;
}
footer p.credits {
	text-transform:uppercase;
	font-size:13px;
	letter-spacing:3px;
}
::-moz-selection {
	text-shadow:none;
	background:#fcfcfc;
	background:rgba(255,255,255,.2);
}
::selection {
	text-shadow:none;
	background:#fcfcfc;
	background:rgba(255,255,255,.2);
}
img::selection {
	background:0 0;
}
img::-moz-selection {
	background:0 0;
}
body {
	webkit-tap-highlight-color:rgba(255,255,255,.2);
}
.bgblue {
	background:#22292c;
}
.inlineblock {
	display:inline-block;
}
p:last-child {
	margin-bottom:0;
}
p.lead {
	line-height:1.9;
}
.btnghost:hover {
	border:2px solid #333;
	background-color:transparent;
	padding:15px 20px;
	letter-spacing:3px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:400;
	color:#333;
	margin-top:20px;
	display:inline-block;
}
.btnghost {
	border:2px solid #333;
	background-color:#333;
	padding:15px 20px;
	letter-spacing:3px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:400;
	color:#fff;
	margin-top:20px;
	display:inline-block;
}
.bgcover {
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}

.gallery ul {
	padding:0;
	margin:0;
}
.gallery img {
	max-width:100%;
	height:auto;
	padding:0;
	margin:0;
}
.gallery ul li {
	margin:0;
	position:relative;
	list-style:none;
	float:left;
	padding:0;
}
.gallery ul li a {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	line-height:0;
}
.gallery ul li a:before {
	position:absolute;
	width:32px;
	height:32px;
	top:40%;
	left:50%;
	margin:-14px 0 0 -16px;
	background: url(data:image/svg+xml;utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2017.1.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0A%3C%21DOCTYPE%20svg%20PUBLIC%20%22-//W3C//DTD%20SVG%201.1//EN%22%20%22http%3A//www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd%22%3E%0A%3Csvg%20version%3D%221.1%22%0A%09%20id%3D%22svg2%22%20xmlns%3Adc%3D%22http%3A//purl.org/dc/elements/1.1/%22%20xmlns%3Acc%3D%22http%3A//creativecommons.org/ns%23%22%20xmlns%3Ardf%3D%22http%3A//www.w3.org/1999/02/22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Asodipodi%3D%22http%3A//sodipodi.sourceforge.net/DTD/sodipodi-0.dtd%22%20xmlns%3Ainkscape%3D%22http%3A//www.inkscape.org/namespaces/inkscape%22%20inkscape%3Aversion%3D%220.48.4%20r9939%22%20sodipodi%3Adocname%3D%22icon-fullscreen.svg%22%0A%09%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20960%20560%22%0A%09%20enable-background%3D%22new%200%200%20960%20560%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Csodipodi%3Anamedview%20%20borderopacity%3D%221%22%20pagecolor%3D%22%23ffffff%22%20bordercolor%3D%22%23666666%22%20objecttolerance%3D%2210%22%20gridtolerance%3D%2210%22%20guidetolerance%3D%2210%22%20showgrid%3D%22false%22%20fit-margin-top%3D%220%22%20fit-margin-left%3D%220%22%20inkscape%3Azoom%3D%227.375%22%20inkscape%3Acx%3D%22-5.1525424%22%20inkscape%3Acy%3D%2216%22%20id%3D%22namedview11%22%20inkscape%3Awindow-x%3D%22-8%22%20inkscape%3Awindow-y%3D%22-8%22%20fit-margin-right%3D%220%22%20inkscape%3Apageopacity%3D%220%22%20fit-margin-bottom%3D%220%22%20inkscape%3Awindow-width%3D%221366%22%20inkscape%3Awindow-height%3D%22706%22%20inkscape%3Awindow-maximized%3D%221%22%20inkscape%3Apageshadow%3D%222%22%20inkscape%3Acurrent-layer%3D%22svg2%22%3E%0A%09%3C/sodipodi%3Anamedview%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22220%22%20y%3D%22260%22%20fill%3D%22%23FFFFFF%22%20width%3D%22536%22%20height%3D%2224%22/%3E%0A%3C/g%3E%0A%3Cg%3E%0A%09%3Crect%20x%3D%22476%22%20y%3D%224%22%20fill%3D%22%23FFFFFF%22%20width%3D%2224%22%20height%3D%22556%22/%3E%0A%3C/g%3E%0A%3C/svg%3E%0A) no-repeat;
	content:"";
	opacity:0;
	z-index:1;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.gallery ul li a:hover:before {
	top:50%;
	opacity:1;
}
.gallery ul li a:after {
	position:absolute;
	width:100%;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.3);
	content:"";
	opacity:0;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.gallery ul li a:hover:after {
	opacity:1;
}
section:after {
	float:none;
	clear:both;
}
section {
	overflow:hidden;
}
.done {
	display:none;
}
.error input,input.error,.error textarea,textarea.error {
	background-color:var(--text-color);
	border-bottom:2px solid orangered !Important;
	-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition:border linear 0.2s,box-shadow linear 0.2s;
	-o-transition:border linear 0.2s,box-shadow linear 0.2s;
	transition:border linear 0.2s,box-shadow linear 0.2s;
}
#contactform input,#contactform textarea,#contactform select {
	border:0px;
	border-bottom:2px solid #333;
	width:100%;
	background-color:transparent;
	padding:20px 0px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin-bottom:20px;
	padding: 20px;
}
#contactform input#submit {
	width:auto;
	border:2px solid;
	padding:10px 20px;
	display:inline-block;
	margin: 0 0 0 20px;


}
#contactform input#submit {
	background-color:#333;
	color:#fff;
	border:2px solid #fff;

}
#contactform input#submit:hover {
	background-color:#fff;
	color:#333;
	border:2px solid #333;

}

#contactform input:focus,
#contactform input:active,
#contactform textarea:focus,
#contactform textarea:active,
#contactform select:focus,
#contactform select:active {
	border-top:0px;
	border-bottom:2px solid lightseagreen;
	outline:0;
	outline: none;
}

/* DropDown Menu */
.navbar-nav .has-dropdown {
	position: relative;
}
.navbar-nav .has-dropdown .dropdown {
	left: 50%;
	right: 0;
	z-index: 10;
	font-size: 0;
	max-height: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 15px;
	min-width: 100px;
	width: 250px;
	list-style: none;
	line-height: 30px;
	text-align: left;
	position: absolute;
	border-radius: 3px;
	background-color: #FFF;
	transform: translateX(-50%);
	transition: max-height .3s ease,
							font-size .1s ease,
							padding .3s ease;
}

.navbar-nav .has-dropdown .dropdown:before {
	left: 44%;
	top: -15px;
	opacity: 0;
	color: #FFF;
	font-size: 30px;
	content: '\f0d8';
	position: absolute;
	transition: top .3s ease,
							opacity .3s ease;
	font-family: 'FontAwesome';
}
.navbar-nav .has-dropdown .dropdown a {
	color: #777;
	text-transform: none;
}

.navbar-nav .has-dropdown .dropdown.open {
	padding: 15px;
	max-height: 500px;
	font-size: inherit;
	overflow: auto;
}

.navbar-nav .has-dropdown .dropdown.open:before {
	top: -17px;
	opacity: 1;
}

/* Second Level  Drop Down */
.navbar-nav .has-dropdown .dropdown.level2 {
	overflow: hidden;
	position: relative;
}

.navbar-nav .has-dropdown .dropdown.open.level2 {
	padding: 10px 0 10px 25px;
}

@media(max-width:768px) {

	.navbar-nav .has-dropdown .dropdown {
		text-align: left;
		border-radius: 0;
		margin: 5px 0 0 0;
		position: relative;
	}

	.navbar-nav .has-dropdown .dropdown:before {
		left: 7%;
	}

	.navbar-nav .has-dropdown .dropdown.open:before {
		top: -19px;
	}

}

/* Custom Styles Overrides  */

/* -- LOGO */
.navbar-brand {
	
	width: 190px;
}

.navbar-brand img {
	width: 100%;
	height: auto;
}

@media (max-width: 767px) {

	.navbar-fixed-bottom, .navbar-fixed-top {
		position: sticky!important;
	}
	
	.navbar-brand img {
		width: 100%;
		padding: 5px 0 0 15px;
		filter: brightness(0);
	}
	/*.navbar-brand img*/
	
}
/*@media (max-width: 767px)*/

/* -- SLIDER */



/* Statistics */

	.statistics {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		width: 100%;
		margin: 0 0 3em 0;
		padding: 0;
		list-style: none;
		cursor: default;
	}

		.statistics li {
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			padding: 1.5em;
			color: var(--text-color);
			text-align: center;
		}

			.statistics li.style1 {
				background-color: #01b5e9;
			}

			.statistics li.style2 {
				background-color: #009cc9;
			}

			.statistics li.style3 {
				background-color: #005d94;
			}

			.statistics li.style4 {
				background-color: #014e7c;
			}

			.statistics li.style5 {
				background-color: #253038;
			}

			.statistics li strong, .statistics li b {
				display: block;
				font-size: 2em;
				line-height: 1.1;
				color: inherit !important;
				font-weight: 300;
				letter-spacing: -0.025em;
			}

			.statistics li:first-child {
				border-top-left-radius: 8px;
				border-bottom-left-radius: 8px;
			}

			.statistics li:last-child {
				border-top-right-radius: 8px;
				border-bottom-right-radius: 8px;
			}

			.statistics li .icon {
				display: inline-block;
			}

				.statistics li .icon:before {
					font-size: 2.75rem;
					line-height: 1.3;
				}

		@media screen and (max-width: 980px) {

			.statistics li strong, .statistics li b {
				font-size: 1.5em;
			}

		}

		@media screen and (max-width: 736px) {

			.statistics {
				display: block;
				width: 20em;
				max-width: 100%;
				margin: 0 auto 2em auto;
			}

				.statistics li:first-child {
					border-bottom-left-radius: 0;
					border-top-right-radius: 8px;
				}

				.statistics li:last-child {
					border-top-right-radius: 0;
					border-bottom-left-radius: 8px;
				}

				.statistics li .icon:before {
					font-size: 3.75rem;
				}

				.statistics li strong, .statistics li b {
					font-size: 2.5em;
				}

		}

/* Icon */

	.icon {
		text-decoration: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			border: solid 1px;
			display: inline-block;
			border-radius: 100%;
			padding: 0.65em;
			margin: 0 0 2em 0;
			cursor: default;
		}

			.icon.major:before {
				display: inline-block;
				font-size: 6.25rem;
				width: 2.25em;
				height: 2.25em;
				line-height: 2.2em;
				border-radius: 100%;
				border: solid 1px;
				text-align: center;
			}

		.icon.alt {
			display: inline-block;
			border: solid 1px;
			border-radius: 100%;
		}

			.icon.alt:before {
				display: block;
				font-size: 1.25em;
				width: 2em;
				height: 2em;
				text-align: center;
				line-height: 2em;
			}

		.icon.style1 {
			color: #efa8b0;
		}

		.icon.style2 {
			color: #c79cc8;
		}

		.icon.style3 {
			color: #a89cc8;
		}

		.icon.style4 {
			color: #9bb2e1;
		}

		.icon.style5 {
			color: #8cc9f0;
		}

		@media screen and (max-width: 1680px) {

			.icon.major:before {
				font-size: 5.5rem;
			}

		}

		@media screen and (max-width: 1280px) {

			.icon.major:before {
				font-size: 4.75rem;
			}

		}

		@media screen and (max-width: 736px) {

			.icon.major {
				margin: 0 0 1.5em 0;
				padding: 0.35em;
			}

				.icon.major:before {
					font-size: 3.5rem;
				}

		}

	.icon.major {
		border-color: rgba(255, 255, 255, 0.35);
	}

		.icon.major:before {
			border-color: rgba(255, 255, 255, 0.35);
		}

	.icon.alt {
		border-color: rgba(255, 255, 255, 0.35);
		color: var(--text-color);
	}

		.icon.alt:hover {
			background-color: rgba(255, 255, 255, 0.075);
		}

		.icon.alt:active {
			background-color: rgba(255, 255, 255, 0.2);
		}


/* Clients Section */
.main_clients_content{
	padding:50px 0px;
	overflow:hidden;
}
.main_clients{}
.single_clients{
	margin-top:40px;
	display:inline-block;
}
.single_clients p{
	color:#ffffff;
	font-size:16px;

}

/*.clients-backgound {
	background-color: #f5f5f5;
} */

.clients_details{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 130px;
}
.clients_details .clients_img{
    width: 25%;	
}

.clients_details .clients_name{
    width: 75%;
	padding-left: 15px;
}

.clients_name strong{
	font-size: 20px;
	color: var(--second-color);
}
.clients_name p span{
	font-size:18px;
	color: #ffffff;
}

.clients_paragraph {
    min-height: 220px;
}

.calification p {
	color: var(--second-color);
}



/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(103, 176, 209, 0.8), rgba(103, 176, 209, 0.8)), url("../img/modelo-gr.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.cta .cta-btn:hover {
  border-color: #fff;
}



/* Nosotros Section */

#nosotros .light-blue span {
	color: var(--primary-color);
}

@media (max-width: 600px) {
	#nosotros img {
		width: 75%;
		margin-top: 30px;
	}
}


/* Ventajas */

.ventaja figure {
	overflow: hidden;
}

.ventaja img {
	transition: all 0.5s ease-in;
}

.ventajas-icon {
	position: absolute;
	width: 70%;
	left: 15%;
	top: 15%;
}

.ventajas-icon p {
	font-weight: 700;
}

.ventajas-icon img {
	margin: 5px auto;
	width: 30%;
}

.second-section {
	margin: 50px auto;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--background-color);
	opacity: 0;
	transition: all 0.5s ease-in;
}

.ventaja:hover figure img {
	scale: 1.2;
}

.ventaja:hover figure .overlay {
	opacity: 0.3;
}

.col-20 figure {
	height: 80px;
	display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
	.ventaja {
		display: block;
		margin-bottom: 20px;
	}
	.ventaja-small {
		margin-bottom: 20px;
	}
	.ventaja-small h3 {
		margin-top: 10px;
	}
}

/***  MARCAS ***/

.marcas-header {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('image-marcas.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
}

.marcas-header h2 {
	font-weight: 900;
}

section.marcas {
    margin: 40px auto;
}

section.marcas .col-xs-6.col-sm-4.col-md-3 {
    margin-bottom: 25px;
}

/*** BANNER FULL WIDTH ***/

.banner-full {
	background-image: url('imagen-banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 400px;
}

.banner-full h2, .banner-full p {
	width: 100%;
	text-align: center;
	color: #ffffff;
}

.banner-full h2 {
	font-weight: 700;
}

.banner-full a {
	background-color: var(--second-color);
	padding: 15px 30px;
	color: #ffffff;
	font-weight: 700;
	border-radius: 50px;
	font-size: 18px;
}

@media (max-width: 768px) {
	.banner-full {
		height: 250px;
		background-position: center;
	}
}

/*** CONTACTO ***/

ul.whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
	padding-left: 0;
}

ul.whatsapp li {
    margin: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--second-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.whatsapp li a {
    font-size: 30px;
}

.content-form {
	margin: 40px auto;
}

.content-form h1 {
	margin-top: 0;
}

.contact-form .form input {
	width: 100%;
	height: 50px;
	padding: 10px 20px;
	border-radius: 20px;
	margin-bottom: 15px;
	border: solid 1px #ffffff;
	background-color: #000000;
}

.contact-form .form textarea {
	width: 100%;
	padding: 10px 20px;
	border-radius: 20px;
	border: solid 1px #ffffff;
	background-color: #000000;
	height: 180px;
	margin-bottom: 15px;
	resize: none;
}


.contacto_boton {
	display: block;
	text-align: center;
}

.contacto_boton {
	width: 150px!important;
	height: 50px;
	margin: 2rem auto!important;
	padding: 0!important;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: #ffffff;
	background-color: var(--second-color);
	border: none;
	border-radius: 50px!important;
	transition: all 0.2s ease-in;
}

/*.contacto_boton:hover {
	background-color: var(--main-color); 
	color: #ffffff;
}*/

.errorMessage { color: var(--main-color)!important; transition: all 800ms ease;}

@media (min-width: 768px) {
    #footer p {
        margin: 0 0 20px!important;
    }
}