@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic");
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300&display=swap');


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}

ol,
ul {
	list-style: none;
}


blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
	background-color: #F0F0F0;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input,
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

html,
body {
	background: #1c1d26;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body,
input,
select,
textarea {
	color: rgba(255, 255, 255, 0.75);
	font-family: "Roboto", Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: 100;
	line-height: 1.75em;
}

a {
	-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-bottom: dotted 1px;
	color: #e44c65;
	text-decoration: none !important;
}

a:hover {
	color: #e44c65 !important;
	border-bottom-color: transparent;
}

strong,
b {
	color: #ffffff;
	font-weight: 300;
}

em,
i {
	font-style: italic;
}

p {
	margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #ffffff;
	font-weight: 300;
	line-height: 1em;
	margin: 0 0 1em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	border: 0;
}

.custom-alert {
	position: fixed;
	top: 20px;
	/* Posiciona la alerta a 20px desde la parte superior */
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	display: none;
	/* Comienza oculto */
	z-index: 9999;
	/* Asegura que esté por encima de otros elementos */
}

.custom-alert img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.custom-alert p {
	margin: 0;
	font-size: 16px;
	color: black;
	font-weight: bold;
}

#form-subtitle {
	margin-top: 30px;
	/* Ajusta el valor según sea necesario */
}

h2 {
	font-size: 2em;
	line-height: 1.5em;
	letter-spacing: -0.025em;
}

h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

h4 {
	font-size: 1.1em;
	line-height: 1.5em;
}

h5 {
	font-size: 0.9em;
	line-height: 1.5em;
}

h6 {
	font-size: 0.7em;
	line-height: 1.5em;
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

hr {
	border: 0;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	margin: 3em 0;
}

hr.major {
	margin: 4em 0;
}

blockquote {
	border-left: solid 4px rgba(255, 255, 255, 0.3);
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	background: rgba(255, 255, 255, 0.075);
	border-radius: 4px;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;
}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75em;
	padding: 1em 1.5em;
	overflow-x: auto;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

#logo {
	font-size: 16px;
}

/* Loader */

@-moz-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes spinner-show {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes spinner-hide {
	0% {
		color: rgba(255, 255, 255, 0.15);
		z-index: 100001;
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	99% {
		color: #1c1d26;
		z-index: 100001;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}

	100% {
		color: #1c1d26;
		z-index: -1;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}
}

@-webkit-keyframes spinner-hide {
	0% {
		color: rgba(255, 255, 255, 0.15);
		z-index: 100001;
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	99% {
		color: #1c1d26;
		z-index: 100001;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}

	100% {
		color: #1c1d26;
		z-index: -1;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}
}

@-ms-keyframes spinner-hide {
	0% {
		color: rgba(255, 255, 255, 0.15);
		z-index: 100001;
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	99% {
		color: #1c1d26;
		z-index: 100001;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}

	100% {
		color: #1c1d26;
		z-index: -1;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}
}

@keyframes spinner-hide {
	0% {
		color: rgba(255, 255, 255, 0.15);
		z-index: 100001;
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	99% {
		color: #1c1d26;
		z-index: 100001;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}

	100% {
		color: #1c1d26;
		z-index: -1;
		-moz-transform: scale(0.5) rotate(360deg);
		-webkit-transform: scale(0.5) rotate(360deg);
		-ms-transform: scale(0.5) rotate(360deg);
		transform: scale(0.5) rotate(360deg);
	}
}

@-moz-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@-webkit-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@-ms-keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@keyframes spinner-rotate {
	0% {
		-moz-transform: scale(1) rotate(0deg);
		-webkit-transform: scale(1) rotate(0deg);
		-ms-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	100% {
		-moz-transform: scale(1) rotate(360deg);
		-webkit-transform: scale(1) rotate(360deg);
		-ms-transform: scale(1) rotate(360deg);
		transform: scale(1) rotate(360deg);
	}
}

@-moz-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@-webkit-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@-ms-keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

@keyframes overlay-hide {
	0% {
		opacity: 1;
		z-index: 100000;
	}

	15% {
		opacity: 1;
		z-index: 100000;
	}

	99% {
		opacity: 0;
		z-index: 100000;
	}

	100% {
		opacity: 0;
		z-index: -1;
	}
}

body.landing {
	text-decoration: none;
	position: relative;
	overflow-x: hidden;
}

body.landing:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

body.landing:before {
	-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
	-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
	-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
	animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-hide 0.25s ease-in-out forwards !important;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	color: rgba(255, 255, 255, 0.15);
	content: '\f1ce';
	cursor: default;
	display: block;
	font-size: 2em;
	height: 2em;
	left: 50%;
	line-height: 2em;
	margin: -1em 0 0 -1em;
	opacity: 0;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 2em;
	z-index: -1;
}

body.landing:after {
	-moz-animation: overlay-hide 1.5s ease-in forwards !important;
	-webkit-animation: overlay-hide 1.5s ease-in forwards !important;
	-ms-animation: overlay-hide 1.5s ease-in forwards !important;
	animation: overlay-hide 1.5s ease-in forwards !important;
	background: #1c1d26;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

body.landing.is-preload:before {
	-moz-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
	-webkit-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
	-ms-animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
	animation: spinner-show 1.5s 1 0.25s ease forwards, spinner-rotate 0.75s infinite linear !important;
	z-index: 100001;
}

body.landing.is-preload:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	opacity: 1;
	z-index: 100000;
}

@media (-webkit-min-device-pixel-ratio: 2) {

	body.landing:before {
		line-height: 2.025em;
	}

}

.container1 {
	background-image: url(../../img/pg/Web-Orus-inicio.jpg);
	background-size: 100%;
	/* background-position: center center; */
	background-repeat: no-repeat;
	height: auto;

}

.containerNosotros {
	background-image: url(../../img/pg/Nosotros-Orus.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	height: auto;
	filter: brightness(110%);
	/* Aumenta el brillo al 120% (ajusta según sea necesario) */
}

.containerProductos {
	background-image: url(../../img/pg/Web-Orus-productos.png);
	background-position-y: 45%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
	filter: brightness(110%);
	/* Aumenta el brillo al 120% (ajusta según sea necesario) */
	border-radius: 0 0 50% 50% / 0 0 10% 10%;

}

.containerContactenos {
	background-image: url(../../img/pg/Contacto.png);
	background-position-y: -60px;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 900px !important;
	filter: brightness(110%);
	margin-bottom: 4%;
}

.mujer {
	box-shadow: none !important;
	width: 621px !important;
	height: 643px !important;
	border-radius: 10px;
	margin-left: -32%;
	margin-top: -35%;
}

.contacto {
	width: 38%;
	margin-left: 5%;
}

#new-bannerProductos h2 {
	color: #000000;
	font-weight: 500 !important;
	font-family: 'Montserrat', sans-serif !important;


}

#new-bannerProductos label,
#new-bannerProductos input[type="text"] {
	color: #000000 !important;
}

#new-bannerProductos input[type="text"]::placeholder,
#new-bannerProductos input[type="email"]::placeholder,
#new-bannerProductos input[type="tel"]::placeholder,
#new-bannerProductos textarea::placeholder {
	color: #000000 !important;
	/* Color del texto del placeholder */
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

#new-bannerProductos input[type="text"],
#new-bannerProductos input[type="email"],
#new-bannerProductos input[type="tel"],
#new-bannerProductos textarea {
	color: #000000 !important;
	/* Color del texto del placeholder */
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1.5px solid #000000 !important;
	background-color: transparent !important;
	margin-top: 10%;
	font-weight: 400;
}

#new-bannerProductos input[type="tel"] {
	border: none !important;
	/* Elimina todos los bordes */
	border-bottom: 1.5px solid #000000 !important;
	width: 116%;
	/* Agrega solo el borde inferior */
	margin-top: 20% !important;
	font-weight: 400;
}

#new-bannerProductos .mensaje {
	width: 219% !important;
}

#new-bannerProductos input[type="text"],
#new-bannerProductos input[type="email"],
#new-bannerProductos input[type="tel"],
#new-bannerProductos textarea {
	border: none;
	/* Elimina todos los bordes */
	border-bottom: 1.5px solid #000000;
	/* Agrega solo el borde inferior */

}

.nota {
	color: #000000;
	/* Estilo diferente para la palabra "Nota" */
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.tratamiento p {
	display: inline;
	margin-left: 5px;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
}

.tratamiento {
	width: 89%;
	margin-top: 5%;
}

.botonEnviar {
	margin-left: 25%;
	width: 31% !important;
	margin-top: 5%;
}

.tarjeta {
	background-color: #f9f9f9;
	padding: 18px;
	text-align: center;
	margin-bottom: 10px;
	width: 214px;
	height: 180px;
	border-radius: 15px;
	margin-left: -100% !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.columnacontactenos {
	padding: 0px 0px !important;
	margin-left: 11%;
	width: 140px !important;
}

.lista-con-iconos {
	list-style-type: none;
	/* Elimina las viñetas predeterminadas */
	padding: 0;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;

}

.lista-con-iconos li {
	display: flex;
	align-items: flex-start;
	/* Alinea los iconos al principio del texto */
	margin-bottom: 10px;
	/* Espacio entre elementos de la lista */
}

.lista-con-iconos img {
	margin-right: 10px;
	/* Espacio entre el icono y el texto */
	width: 20px;
	/* Tamaño del icono */
	height: auto;
	margin-top: 1.5%;
}

.correo {
	padding: 0px 0px !important;
}

.contenidoTarjeta {
	display: block;
	margin-top: -8px;
	color: #000000;
	padding: 0px 15px;
	font-size: 14px;
	font-weight: 600;
}

.iconos {
	font-size: 24px;
}

.titleProfesiones {
	font-family: 'Montserrat', sans-serif;
	font-size: 42px;
	font-weight: 500;
}

.botonAdquiere {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 25px;
	background-color: #F0F0F0;
	padding: 2% 9%;
	margin-left: 12%;
	font-weight: 600;
}

.botonValoracion {
	background-color: #d83232;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 25px;
	padding: 2% 9%;
	margin-left: 18%;
	font-weight: 600;
	color: white;
	margin-top: 2%;
}

.columnaProfesiones {
	z-index: 10;
	margin-top: -30%;
}

.containerProductos h3 {
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center !important;
	width: 100%;
}

.containerProductos h2 {
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-size: 40px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	padding-left: 18%;
	padding-right: 15%;

}

#carrusel .content .container .row .col-4 h2 {
	font-size: 40px;
	/* Tamaño de la fuente */
	font-weight: 600;
	/* Peso de la fuente */
	margin-top: 20px;
	/* Espacio superior */
	width: 100%;
}

.descripcionIconos {
	margin-left: -67%;
	font-size: 15px !important;
	width: 160% !important;
}

.logonosotros {
	width: 18%;
	margin-left: 35%;
	margin-top: 5%;
}

.titulo1 {
	font-size: 38px;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-weight: 700;
	margin-left: 200%;
	margin-top: 24%;
	width: 100%;
}

.subtitulo1 {
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-weight: 500;
	margin-left: 200%;
	margin-top: -20%;
	width: 100%;
}

.titulo2 {
	font-size: 38px;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-weight: 700;
	margin-left: 165%;
	margin-top: -40%;
	width: 100%;
}

.subtitulo2 {
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-weight: 500;
	margin-left: 145%;
	margin-top: -40%;
	width: 100%;
}

.titulo3 {
	font-size: 38px;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-weight: 700;
	margin-left: 400%;
	margin-top: 0%;
	width: 100%;
}

.subtitulo3 {
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-weight: 500;
	margin-left: 380%;
	margin-top: -40%;
	width: 100%;
}

.subtitulo4 {
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	color: white;
	font-weight: 500;
	margin-left: 380%;
	margin-top: -40%;
	width: 100%;
}

.bandera {
	width: 30%;
	margin-left: 45%;
	margin-top: -5%;
}


/* Container */

.container {
	margin: 0 auto;
	max-width: calc(100% - 4em);
	width: 70em;
}

.container.xsmall {
	width: 17.5em;
}

.container.small {
	width: 35em;
}

.container.medium {
	width: 52.5em;
}

.container.large {
	width: 87.5em;
}

.container.xlarge {
	width: 105em;
}

.container.max {
	width: 100%;
}

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

	.container {
		width: 90%;
		max-width: 100%;
	}

}

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

	.container {
		width: 100% !important;
	}

}

/* Row */

.row {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	align-items: stretch;
}

.row>* {
	box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
	margin-bottom: 0;
}

.row.aln-left {
	justify-content: flex-start;
}

.row.aln-center {
	justify-content: center;
}

.row.aln-right {
	justify-content: flex-end;
}

.row.aln-top {
	align-items: flex-start;
}

.row.aln-middle {
	align-items: center;
}

.row.aln-bottom {
	align-items: flex-end;
}

.row>.imp {
	order: -1;
}

.row>.col-1 {
	width: 8.33333%;
}

.row>.off-1 {
	margin-left: 8.33333%;
}

.row>.col-2 {
	width: 16.66667%;
}

.row>.off-2 {
	margin-left: 16.66667%;
}

.row>.col-3 {
	width: 25%;

}

.row>.off-3 {
	margin-left: 25%;
}

.row>.col-4 {
	width: 33.33333%;
}

.row>.off-4 {
	margin-left: 33.33333%;
}

.row>.col-5 {
	width: 41.66667%;
}

.row>.off-5 {
	margin-left: 41.66667%;
}

.row>.col-6 {
	width: 50%;
}

.row>.off-6 {
	margin-left: 50%;
}

.row>.col-7 {
	width: 58.33333%;
}

.row>.off-7 {
	margin-left: 58.33333%;
}

.row>.col-8 {
	width: 66.66667%;
}

.row>.off-8 {
	margin-left: 66.66667%;
}

.row>.col-9 {
	width: 75%;
}

.row>.off-9 {
	margin-left: 75%;
}

.row>.col-10 {
	width: 83.33333%;
}

.row>.off-10 {
	margin-left: 83.33333%;
}

.row>.col-11 {
	width: 91.66667%;
}

.row>.off-11 {
	margin-left: 91.66667%;
}

.row>.col-12 {
	width: 100%;
}

.row>.off-12 {
	margin-left: 100%;
}

.row.gtr-0 {
	margin-top: 0;
	margin-left: 0em;
}

.row.gtr-0>* {
	padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
	margin-top: 0em;
}

.row.gtr-0.gtr-uniform>* {
	padding-top: 0em;
}

.row.gtr-25 {
	margin-top: 0;
	margin-left: -0.625em;
}

.row.gtr-25>* {
	padding: 0 0 0 0.625em;
}

.row.gtr-25.gtr-uniform {
	margin-top: -0.625em;
}

.row.gtr-25.gtr-uniform>* {
	padding-top: 0.625em;
}

.row.gtr-50 {
	margin-top: 0;
	margin-left: -1.25em;
}

.row.gtr-50>* {
	padding: 0 0 0 1.25em;
}

.row.gtr-50.gtr-uniform {
	margin-top: -1.25em;
}

.row.gtr-50.gtr-uniform>* {
	padding-top: 1.25em;
}

.row {
	margin-top: 0;
	margin-left: -2.5em;
}

.row>* {
	padding: 0 0 0 2.5em;
}

.row.gtr-uniform {
	margin-top: -2.5em;
}

.row.gtr-uniform>* {
	padding-top: 2.5em;
}

.row.gtr-150 {
	margin-top: 0;
	margin-left: -3.75em;
}

.row.gtr-150>* {
	padding: 0 0 0 3.75em;
}

.row.gtr-150.gtr-uniform {
	margin-top: -3.75em;
}

.row.gtr-150.gtr-uniform>* {
	padding-top: 3.75em;
}

.row.gtr-200 {
	margin-top: 0;
	margin-left: -5em;
}

.row.gtr-200>* {
	padding: 0 0 0 5em;
}

.row.gtr-200.gtr-uniform {
	margin-top: -5em;
}

.row.gtr-200.gtr-uniform>* {
	padding-top: 5em;
}

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

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-xlarge {
		order: -1;
	}

	.row>.col-1-xlarge {
		width: 8.33333%;
	}

	.row>.off-1-xlarge {
		margin-left: 8.33333%;
	}

	.row>.col-2-xlarge {
		width: 16.66667%;
	}

	.row>.off-2-xlarge {
		margin-left: 16.66667%;
	}

	.row>.col-3-xlarge {
		width: 25%;
	}

	.row>.off-3-xlarge {
		margin-left: 25%;
	}

	.row>.col-4-xlarge {
		width: 33.33333%;
	}

	.row>.off-4-xlarge {
		margin-left: 33.33333%;
	}

	.row>.col-5-xlarge {
		width: 41.66667%;
	}

	.row>.off-5-xlarge {
		margin-left: 41.66667%;
	}

	.row>.col-6-xlarge {
		width: 50%;
	}

	.row>.off-6-xlarge {
		margin-left: 50%;
	}

	.row>.col-7-xlarge {
		width: 58.33333%;
	}

	.row>.off-7-xlarge {
		margin-left: 58.33333%;
	}

	.row>.col-8-xlarge {
		width: 66.66667%;
	}

	.row>.off-8-xlarge {
		margin-left: 66.66667%;
	}

	.row>.col-9-xlarge {
		width: 75%;
	}

	.row>.off-9-xlarge {
		margin-left: 75%;
	}

	.row>.col-10-xlarge {
		width: 83.33333%;
	}

	.row>.off-10-xlarge {
		margin-left: 83.33333%;
	}

	.row>.col-11-xlarge {
		width: 91.66667%;
	}

	.row>.off-11-xlarge {
		margin-left: 91.66667%;
	}

	.row>.col-12-xlarge {
		width: 100%;
	}

	.row>.off-12-xlarge {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.625em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.625em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.625em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.625em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -1.25em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 1.25em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1.25em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1.25em;
	}

	.row {
		margin-top: 0;
		/*margin-left: -2.5em;*/
	}

	.row>* {
		padding: 0 0 0 2.5em;
	}

	.row.gtr-uniform {
		margin-top: -2.5em;
	}

	.row.gtr-uniform>* {
		padding-top: 2.5em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3.75em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 3.75em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -3.75em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 3.75em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -5em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 5em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -5em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 5em;
	}

}

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

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-large {
		order: -1;
	}

	.row>.col-1-large {
		width: 8.33333%;
	}

	.row>.off-1-large {
		margin-left: 8.33333%;
	}

	.row>.col-2-large {
		width: 16.66667%;
	}

	.row>.off-2-large {
		margin-left: 16.66667%;
	}

	.row>.col-3-large {
		width: 25%;
	}

	.row>.off-3-large {
		margin-left: 25%;
	}

	.row>.col-4-large {
		width: 33.33333%;
	}

	.row>.off-4-large {
		margin-left: 33.33333%;
	}

	.row>.col-5-large {
		width: 41.66667%;
	}

	.row>.off-5-large {
		margin-left: 41.66667%;
	}

	.row>.col-6-large {
		width: 50%;
	}

	.row>.off-6-large {
		margin-left: 50%;
	}

	.row>.col-7-large {
		width: 58.33333%;
	}

	.row>.off-7-large {
		margin-left: 58.33333%;
	}

	.row>.col-8-large {
		width: 66.66667%;
	}

	.row>.off-8-large {
		margin-left: 66.66667%;
	}

	.row>.col-9-large {
		width: 75%;
	}

	.row>.off-9-large {
		margin-left: 75%;
	}

	.row>.col-10-large {
		width: 83.33333%;
	}

	.row>.off-10-large {
		margin-left: 83.33333%;
	}

	.row>.col-11-large {
		width: 91.66667%;
	}

	.row>.off-11-large {
		margin-left: 91.66667%;
	}

	.row>.col-12-large {
		width: 100%;
	}

	.row>.off-12-large {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.625em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.625em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.625em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.625em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -1.25em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 1.25em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1.25em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1.25em;
	}

	.row {
		margin-top: 0;
		margin-left: -2.5em;
	}

	.row>* {
		padding: 0 0 0 2.5em;
	}

	.row.gtr-uniform {
		margin-top: -2.5em;
	}

	.row.gtr-uniform>* {
		padding-top: 2.5em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3.75em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 3.75em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -3.75em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 3.75em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -5em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 5em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -5em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 5em;
	}

}

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

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-medium {
		order: -1;
	}

	.row>.col-1-medium {
		width: 8.33333%;
	}

	.row>.off-1-medium {
		margin-left: 8.33333%;
	}

	.row>.col-2-medium {
		width: 16.66667%;
	}

	.row>.off-2-medium {
		margin-left: 16.66667%;
	}

	.row>.col-3-medium {
		width: 25%;
	}

	.row>.off-3-medium {
		margin-left: 25%;
	}

	.row>.col-4-medium {
		width: 33.33333%;
	}

	.row>.off-4-medium {
		margin-left: 33.33333%;
	}

	.row>.col-5-medium {
		width: 41.66667%;
	}

	.row>.off-5-medium {
		margin-left: 41.66667%;
	}

	.row>.col-6-medium {
		width: 50%;
	}

	.row>.off-6-medium {
		margin-left: 50%;
	}

	.row>.col-7-medium {
		width: 58.33333%;
	}

	.row>.off-7-medium {
		margin-left: 58.33333%;
	}

	.row>.col-8-medium {
		width: 66.66667%;
	}

	.row>.off-8-medium {
		margin-left: 66.66667%;
	}

	.row>.col-9-medium {
		width: 75%;
	}

	.row>.off-9-medium {
		margin-left: 75%;
	}

	.row>.col-10-medium {
		width: 83.33333%;
	}

	.row>.off-10-medium {
		margin-left: 83.33333%;
	}

	.row>.col-11-medium {
		width: 91.66667%;
	}

	.row>.off-11-medium {
		margin-left: 91.66667%;
	}

	.row>.col-12-medium {
		width: 100%;
	}

	.row>.off-12-medium {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.625em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.625em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.625em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.625em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -1.25em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 1.25em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1.25em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1.25em;
	}

	.row {
		margin-top: 0;
		margin-left: -2.5em;
	}

	.row>* {
		padding: 0 0 0 2.5em;
	}

	.row.gtr-uniform {
		margin-top: -2.5em;
	}

	.row.gtr-uniform>* {
		padding-top: 2.5em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3.75em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 3.75em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -3.75em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 3.75em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -5em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 5em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -5em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 5em;
	}

}

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

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-small {
		order: -1;
	}

	.row>.col-1-small {
		width: 8.33333%;
	}

	.row>.off-1-small {
		margin-left: 8.33333%;
	}

	.row>.col-2-small {
		width: 16.66667%;
	}

	.row>.off-2-small {
		margin-left: 16.66667%;
	}

	.row>.col-3-small {
		width: 25%;
	}

	.row>.off-3-small {
		margin-left: 25%;
	}

	.row>.col-4-small {
		width: 33.33333%;
	}

	.row>.off-4-small {
		margin-left: 33.33333%;
	}

	.row>.col-5-small {
		width: 41.66667%;
	}

	.row>.off-5-small {
		margin-left: 41.66667%;
	}

	.row>.col-6-small {
		width: 50%;
	}

	.row>.off-6-small {
		margin-left: 50%;
	}

	.row>.col-7-small {
		width: 58.33333%;
	}

	.row>.off-7-small {
		margin-left: 58.33333%;
	}

	.row>.col-8-small {
		width: 66.66667%;
	}

	.row>.off-8-small {
		margin-left: 66.66667%;
	}

	.row>.col-9-small {
		width: 75%;
	}

	.row>.off-9-small {
		margin-left: 75%;
	}

	.row>.col-10-small {
		width: 83.33333%;
	}

	.row>.off-10-small {
		margin-left: 83.33333%;
	}

	.row>.col-11-small {
		width: 91.66667%;
	}

	.row>.off-11-small {
		margin-left: 91.66667%;
	}

	.row>.col-12-small {
		width: 100%;
	}

	.row>.off-12-small {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.625em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.625em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.625em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.625em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -1.25em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 1.25em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1.25em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1.25em;
	}

	.row {
		margin-top: 0;
		margin-left: -2.5em;
	}

	.row>* {
		padding: 0 0 0 2.5em;
	}

	.row.gtr-uniform {
		margin-top: -2.5em;
	}

	.row.gtr-uniform>* {
		padding-top: 2.5em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3.75em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 3.75em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -3.75em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 3.75em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -5em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 5em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -5em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 5em;
	}

}

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

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

	.row>* {
		box-sizing: border-box;
	}

	.row.gtr-uniform>*> :last-child {
		margin-bottom: 0;
	}

	.row.aln-left {
		justify-content: flex-start;
	}

	.row.aln-center {
		justify-content: center;
	}

	.row.aln-right {
		justify-content: flex-end;
	}

	.row.aln-top {
		align-items: flex-start;
	}

	.row.aln-middle {
		align-items: center;
	}

	.row.aln-bottom {
		align-items: flex-end;
	}

	.row>.imp-xsmall {
		order: -1;
	}

	.row>.col-1-xsmall {
		width: 8.33333%;
	}

	.row>.off-1-xsmall {
		margin-left: 8.33333%;
	}

	.row>.col-2-xsmall {
		width: 16.66667%;
	}

	.row>.off-2-xsmall {
		margin-left: 16.66667%;
	}

	.row>.col-3-xsmall {
		width: 25%;
	}

	.row>.off-3-xsmall {
		margin-left: 25%;
	}

	.row>.col-4-xsmall {
		width: 33.33333%;
	}

	.row>.off-4-xsmall {
		margin-left: 33.33333%;
	}

	.row>.col-5-xsmall {
		width: 41.66667%;
	}

	.row>.off-5-xsmall {
		margin-left: 41.66667%;
	}

	.row>.col-6-xsmall {
		width: 50%;
	}

	.row>.off-6-xsmall {
		margin-left: 50%;
	}

	.row>.col-7-xsmall {
		width: 58.33333%;
	}

	.row>.off-7-xsmall {
		margin-left: 58.33333%;
	}

	.row>.col-8-xsmall {
		width: 66.66667%;
	}

	.row>.off-8-xsmall {
		margin-left: 66.66667%;
	}

	.row>.col-9-xsmall {
		width: 75%;
	}

	.row>.off-9-xsmall {
		margin-left: 75%;
	}

	.row>.col-10-xsmall {
		width: 83.33333%;
	}

	.row>.off-10-xsmall {
		margin-left: 83.33333%;
	}

	.row>.col-11-xsmall {
		width: 91.66667%;
	}

	.row>.off-11-xsmall {
		margin-left: 91.66667%;
	}

	.row>.col-12-xsmall {
		width: 100%;
	}

	.row>.off-12-xsmall {
		margin-left: 100%;
	}

	.row.gtr-0 {
		margin-top: 0;
		margin-left: 0em;
	}

	.row.gtr-0>* {
		padding: 0 0 0 0em;
	}

	.row.gtr-0.gtr-uniform {
		margin-top: 0em;
	}

	.row.gtr-0.gtr-uniform>* {
		padding-top: 0em;
	}

	.row.gtr-25 {
		margin-top: 0;
		margin-left: -0.625em;
	}

	.row.gtr-25>* {
		padding: 0 0 0 0.625em;
	}

	.row.gtr-25.gtr-uniform {
		margin-top: -0.625em;
	}

	.row.gtr-25.gtr-uniform>* {
		padding-top: 0.625em;
	}

	.row.gtr-50 {
		margin-top: 0;
		margin-left: -1.25em;
	}

	.row.gtr-50>* {
		padding: 0 0 0 1.25em;
	}

	.row.gtr-50.gtr-uniform {
		margin-top: -1.25em;
	}

	.row.gtr-50.gtr-uniform>* {
		padding-top: 1.25em;
	}

	.row {
		margin-top: 0;
		margin-left: -2.5em;
	}

	.row>* {
		padding: 0 0 0 2.5em;
	}

	.row.gtr-uniform {
		margin-top: -2.5em;
	}

	.row.gtr-uniform>* {
		padding-top: 2.5em;
	}

	.row.gtr-150 {
		margin-top: 0;
		margin-left: -3.75em;
	}

	.row.gtr-150>* {
		padding: 0 0 0 3.75em;
	}

	.row.gtr-150.gtr-uniform {
		margin-top: -3.75em;
	}

	.row.gtr-150.gtr-uniform>* {
		padding-top: 3.75em;
	}

	.row.gtr-200 {
		margin-top: 0;
		margin-left: -5em;
	}

	.row.gtr-200>* {
		padding: 0 0 0 5em;
	}

	.row.gtr-200.gtr-uniform {
		margin-top: -5em;
	}

	.row.gtr-200.gtr-uniform>* {
		padding-top: 5em;
	}

}

/* Section/Article */

section.special,
article.special {
	text-align: center;
}

header p {
	color: #ffffff;
	position: relative;
	margin: 0 0 1.5em 0;
}

header h2+p {
	font-size: 1.25em;
	margin-top: -1em;
	line-height: 1.75em;
}

header h3+p {
	font-size: 1.1em;
	margin-top: -0.8em;
	line-height: 1.75em;
}

header h4+p,
header h5+p,
header h6+p {
	font-size: 0.9em;
	margin-top: -0.6em;
	line-height: 1.5em;
}

header.major {
	margin: 0 0 4em 0;
	position: relative;
	text-align: center;
}

header.major:after {
	background: #e44c65;
	content: '';
	display: inline-block;
	height: 0.2em;
	max-width: 20em;
	width: 75%;
}

footer.major {
	margin: 4em 0 0 0;
}

/* Form */

form {
	margin: 0 0 1em 0;
}

form.cta {
	max-width: 35em;
	margin-left: auto;
	margin-right: auto;
}

label {
	color: #ffffff;
	display: block;
	font-size: 0.9em;
	font-weight: 300;
	margin: 0 0 1em 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: border-color 0.2s ease-in-out;
	-webkit-transition: border-color 0.2s ease-in-out;
	-ms-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
	background: transparent;
	border-radius: 4px;
	border: solid 1px rgba(255, 255, 255, 0.3);
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 1em;
	text-decoration: none;
	width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
	box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	border-color: #e44c65;
}

select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.3)' /%3E%3C/svg%3E");
	background-size: 1.25rem;
	background-repeat: no-repeat;
	background-position: calc(100% - 1rem) center;
	height: 3em;
	padding-right: 3em;
	text-overflow: ellipsis;
}

select option {
	color: #ffffff;
	background: #1c1d26;
}

select:focus::-ms-value {
	background-color: transparent;
}

select::-ms-expand {
	display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
	height: 3em;
}

textarea {
	padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	display: block;
	float: left;
	margin-right: -2em;
	opacity: 0;
	width: 1em;
	z-index: -1;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.75);
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 100;
	padding-left: 2.55em;
	padding-right: 0.75em;
	position: relative;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
	border-radius: 4px;
	border: solid 1px rgba(255, 255, 255, 0.3);
	content: '';
	display: inline-block;
	font-size: 0.8em;
	height: 2.25em;
	left: 0;
	line-height: 2.25em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 2.25em;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
	background: rgba(255, 255, 255, 0.25);
	color: #ffffff;
	content: '\f00c';
}

input[type="checkbox"]:focus+label:before,
input[type="radio"]:focus+label:before {
	border-color: #e44c65;
}

input[type="checkbox"]+label:before {
	border-radius: 4px;
}

input[type="radio"]+label:before {
	border-radius: 100%;
}

::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	opacity: 1.0;
}

:-moz-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	opacity: 1.0;
}

::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	opacity: 1.0;
}

:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5) !important;
	opacity: 1.0;
}

/* Box */

.box {
	border-radius: 4px;
	border: solid 1px rgba(255, 255, 255, 0.3);
	margin-bottom: 2em;
	padding: 1.5em;
}

.box> :last-child,
.box> :last-child> :last-child,
.box> :last-child> :last-child> :last-child {
	margin-bottom: 0;
}

.box.alt {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Icon */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon>.label {
	display: none;
}

.icon:before {
	line-height: inherit;
}

.icon.solid:before {
	font-weight: 900 !important;
}

.icon.brands:before {
	font-family: 'Font Awesome 5 Brands' !important;
}

.icon.alt {
	text-decoration: none;
}

.icon.alt:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon.alt:before {
	color: #1c1d26 !important;
	text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
}

.erroresModal {
	font-size: 11px !important;
	height: 0px;
	margin-bottom: 12px;
	margin-top: -10px;

}

.tituloNuestro {
	font-size: 40px !important;
	text-align: center;
	font-weight: 600 !important;
}

.tituloQuehacemos {
	color: #000000 !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 40px;
	text-align: center;
	margin-top: 4%;
	margin-bottom: 8%;
}

.iconos {
	font-size: 53px;
	/* Tamaño grande */
	color: #d83232;
	/* Color rojo */
}

.como {
	font-weight: 500 !important;
}

.iconosContacto {
	font-size: 78px;
	/* Tamaño grande */
	color: #d83232;
	/* Color rojo */
}

#carrusel h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 42px;
	color: #000000;
	margin-bottom: 37px;
}

#carrusel p {
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	/* Cambiar color del texto a azul */
	font-size: 18px;
	/* Cambiar tamaño del texto a 18px */
	line-height: 1.3;
	/* Cambiar interlineado a 1.5 */
	font-weight: 400;
	width: 177%;
	padding-right: 60%;

}

.descripcionAlcoholimetro {
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	/* Cambiar color del texto a azul */
	font-size: 18px;
	/* Cambiar tamaño del texto a 18px */
	line-height: 1.3;
	/* Cambiar interlineado a 1.5 */
	font-weight: 400;
	width: 150%;
	padding-right: 60%;
}


.fotoEquipo {
	width: 117px;
	margin-left: 20%;
	border-radius: 50%;
	/* Aplica bordes redondeados para que la imagen sea un círculo */
	border: 3px solid #D91C23;
	/* Borde sólido de color rojo */
	overflow: hidden;
	/* Para recortar la imagen al tamaño del círculo */
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.nombre {
	font-family: 'Montserrat', sans-serif;
	color: #D91C23 !important;
	font-size: 22px !important;
	font-weight: 500 !important;
	text-align: center !important;
}

.cargo {
	font-size: 13px !important;
	font-weight: 400 !important;
	text-align: center !important;
	margin-top: -18% !important;
}

#carrusel.three-columns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #F0F0F0;
	padding: 5%;

}

.columnaTransformando {
	height: 550px;
}

@media only screen and (max-width: 480px) {
	#carrusel.three-columns {
		margin-top: 0%;
	}

	#carrusel h2 {
		font-size: 23px !important;
		text-align: center;
		margin-left: -30%;
		margin-top: 4% !important;
	}

}



#carrusel .column img {
	width: 27%;
	height: 9%;
	border-radius: 15px;
	position: absolute;
	margin-top: -2%;
	margin-left: -3.25%;

}

.name {
	font-size: 25px;
	color: #000000;
	margin-top: 75%;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin-left: -7%;
}

.description {
	font-size: 15px;
	color: #000000;
	margin-top: 3%;
	margin-bottom: 6%;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	text-align: justify;
	font-weight: 300;
	margin-left: -7%;
	margin-right: 5%;
}


.descripcion {
	font-size: 17px;
	color: #000000;
	margin-top: 10px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.5;
	font-weight: 600;
	width: 100%;
	height: 197px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	padding: 11px 16px;
	margin-bottom: 2%;
}

.serviciosSubtitle {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bolder;
	display: contents;
}

#carrusel .column-text {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.5;
}

@media (max-width: 768px) {
	#carrusel .column {
		width: 100%;
	}
}

.card {
	background-color: rgba(63, 62, 62, 0.438);
	padding: 20px;
	border-radius: 15px;
	width: 136%;
}

.card2 {
	padding: 20px;
	width: 163%;
	margin-top: 25%;

	transform: translateY(-10px);
	/* Levantar el elemento en 3D */
}

.card2 h2 {
	font-family: 'Montserrat', sans-serif;
	margin-top: 0;
	color: #F0F0F0;
	font-size: 49px;
	text-align: center;
	width: 113%;
	margin-left: -11%;
	font-weight: 500;
	padding-right: 5%;
}


.card p {
	margin-bottom: 19px;
}

.col-md-12 {
	/* Estilos para el contenedor de la imagen */
	margin-top: 20px;
	/* Margen superior */
	margin-bottom: 20px;
	/* Margen inferior */
	text-align: center;
	/* Centrar el contenido horizontalmente */
	margin-left: 0%;
	padding-left: 3%;
}


.col-md-12 img {
	/* Estilos para la imagen dentro del contenedor */
	max-width: 100%;
	/* Ancho máximo igual al contenedor */
	height: auto;
	/* Altura automática para mantener la proporción */
	border-radius: 25px;
	/* Radio de borde redondeado */
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	/* Sombra suave */
}

.col2Imagen {
	margin: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	margin-left: 0%;
	width: 58%;
	padding: 0;
}

.col2Imagen img {
	max-width: 100%;
	height: auto;
	/* border-radius: 15px; */
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

#carousel-clientes {
	background-color: #F0F0F0;
}

#carousel-clientes h2 {
	color: #000000;
	font-weight: 600;
	text-align: center;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	padding-left: 0px;

}

/* Estilos para el carrusel */
#carousel-clientes .slides {
	display: flex;
	overflow: hidden;
}

#carousel-clientes .slide {
	/*padding-right: 13%;*/
	min-width: 100%;
	display: grid;
	grid-template-columns: 5% 90% 5%;
	grid-template-rows: 1fr;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 0px;
	/*display: flex;*/
	/*padding-left: 13%;*/
}

#carousel-clientes .row {
	display: flex;
	justify-content: center;
	width: 100%;
	grid-column-start: 1;
	grid-row: 1;
	grid-column-end: 4;
	margin-left: 0px;
}


#carousel-clientes .row1 {
	display: flex;
	grid-column: 2;
	grid-row: 2;
	flex-direction: row;
	mix-blend-mode: darken;
	justify-content: space-evenly;

}

#carousel-clientes .col {
	width: 23%;
	/* Ajusta el ancho de las columnas según sea necesario */
	text-align: center;
}

#carousel-clientes .logo {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#carousel-clientes .controls {
	display: flex;
	justify-content: space-between;
	position: absolute;
	margin-top: 11%;
	width: 100%;
	padding: 0 20px;
}

#carousel-clientes .prev {
	font-size: 38px;
	background-color: transparent;
	color: #e44c65;
	padding: 10px;
	cursor: pointer;
	transform: rotate(-45deg);
	grid-column: 1;
	grid-row: 2;
}

#carousel-clientes .next {
	font-size: 38px;
	background-color: transparent;
	color: #e44c65;
	padding: 10px;
	cursor: pointer;
	transform: rotate(47deg);
	grid-column: 3;
	grid-row: 2;
}

#carousel-clientes .prev:hover,
#carousel-clientes .next:hover {
	background-color: rgba(255, 255, 255, 0.8);
	height: 71%;
	width: 91%;
}

.transition-slide {
	transition: transform 0.3s ease;
	/* Transición suave durante 0.3 segundos */
}



.icon.major {
	background: #272833;
	border-radius: 100%;
	cursor: default;
	display: inline-block;
	height: 6em;
	line-height: 5.65em;
	margin: 0 0 2em 0;
	text-align: center;
	width: 6em;
}

.icon.major:before {
	font-size: 2.25em;
}

.icon.major.alt {
	text-decoration: none;
}

.icon.major.alt:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon.major.alt:before {
	color: #272833 !important;
	text-shadow: 1px 0 0 #ffffff, -1px 0 0 #ffffff, 0 1px 0 #ffffff, 0 -1px 0 #ffffff;
}

/* Image */

.image {
	border-radius: 4px;
	border: 0;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.image:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("images/overlay.png");
	width: 100%;
	height: 100%;
	z-index: 1;
}

.image img {
	border-radius: 4px;
	display: block;
}

.image.left {
	float: left;
	margin: 0 1.5em 1em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	margin: 0 0 1em 1.5em;
	top: 0.25em;
}

.image.left,
.image.right {
	max-width: 40%;
}

.image.left img,
.image.right img {
	width: 100%;
}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

.image.fit img {
	width: 100%;
}

/* List */

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
}

ul.alt {
	list-style: none;
	padding-left: 0;
}

ul.alt li {
	border-top: solid 1px rgba(255, 255, 255, 0.3);
	padding: 0.5em 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}

dl {
	margin: 0 0 2em 0;
}

/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	height: 2.5em;
	line-height: 2.5em;
	padding: 0 0.5em;
}

ul.icons li .icon {
	font-size: 0.8em;
}

ul.icons li .icon:before {
	font-size: 2em;
}

/* Actions */

ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
}

ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

ul.actions.special li:first-child {
	padding-left: 0;
}

ul.actions.stacked {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
}

ul.actions.stacked li {
	padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	width: calc(100% + 1em);
}

ul.actions.fit li {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
}

ul.actions.fit li>* {
	width: 100%;
}

ul.actions.fit.stacked {
	width: 100%;
}

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

	ul.actions:not(.fixed) {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		width: 100% !important;
	}

	ul.actions:not(.fixed) li {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		padding: 1em 0 0 0;
		text-align: center;
		width: 100%;
	}

	ul.actions:not(.fixed) li>* {
		width: 100%;
	}

	ul.actions:not(.fixed) li:first-child {
		padding-top: 0;
	}

	ul.actions:not(.fixed) li input[type="submit"],
	ul.actions:not(.fixed) li input[type="reset"],
	ul.actions:not(.fixed) li input[type="button"],
	ul.actions:not(.fixed) li button,
	ul.actions:not(.fixed) li .button {
		width: 100%;
	}

	ul.actions:not(.fixed) li input[type="submit"].icon:before,
	ul.actions:not(.fixed) li input[type="reset"].icon:before,
	ul.actions:not(.fixed) li input[type="button"].icon:before,
	ul.actions:not(.fixed) li button.icon:before,
	ul.actions:not(.fixed) li .button.icon:before {
		margin-left: -0.5em;
	}

}

/* Table */

.table-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	margin: 0 0 2em 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px rgba(255, 255, 255, 0.3);
	border-left: 0;
	border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
	background-color: rgba(255, 255, 255, 0.075);
}

table td {
	padding: 0.75em 0.75em;
}

table th {
	color: #ffffff;
	font-size: 0.9em;
	font-weight: 300;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

table tfoot {
	border-top: solid 1px rgba(255, 255, 255, 0.3);
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px rgba(255, 255, 255, 0.3);
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	background-color: transparent;
	border-radius: 4px;
	border: 0;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
	color: #ffffff !important;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	height: 3em;
	line-height: 3em;
	padding: 0 2.25em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="button"]:hover,
input[type="button"]:active,
.button:hover,
.button:active {
	box-shadow: inset 0 0 0 1px #e44c65;
	color: #e44c65 !important;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
	background-color: rgba(228, 76, 101, 0.15);
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
.button.icon:before {
	margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
	font-size: 0.8em;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
.button.large {
	font-size: 1.35em;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
.button.primary {
	background-color: #e44c65;
	box-shadow: none;
	color: #ffffff !important;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
.button.primary:hover {
	background-color: #e76278;
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
.button.primary:active {
	background-color: #e13652;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
.button.disabled,
.button:disabled {
	background-color: rgba(255, 255, 255, 0.3) !important;
	box-shadow: none !important;
	color: #ffffff !important;
	cursor: default;
	opacity: 0.25;
}

/* Goto Next */

.goto-next {
	border: 0;
	bottom: 0;
	display: block;
	height: 5em;
	left: 50%;
	margin: 0 0 0 -5em;
	overflow: hidden;
	position: absolute;
	text-indent: 10em;
	white-space: nowrap;
	width: 10em;
	z-index: 1;
}

.goto-next:before {
	background-image: url("images/arrow.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 1.5em;
	left: 50%;
	margin: -0.75em 0 0 -1em;
	position: absolute;
	top: 50%;
	width: 2em;
	z-index: 1;
}

/* Spotlight */

.spotlight {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.spotlight:nth-last-of-type(1) {
	z-index: 1;
}

.spotlight:nth-last-of-type(2) {
	z-index: 2;
}

.spotlight:nth-last-of-type(3) {
	z-index: 3;
}

.spotlight:nth-last-of-type(4) {
	z-index: 4;
}

.spotlight:nth-last-of-type(5) {
	z-index: 5;
}

.spotlight:nth-last-of-type(6) {
	z-index: 6;
}

.spotlight:nth-last-of-type(7) {
	z-index: 7;
}

.spotlight:nth-last-of-type(8) {
	z-index: 8;
}

.spotlight:nth-last-of-type(9) {
	z-index: 9;
}

.spotlight:nth-last-of-type(10) {
	z-index: 10;
}

.spotlight:nth-last-of-type(11) {
	z-index: 11;
}

.spotlight:nth-last-of-type(12) {
	z-index: 12;
}

.spotlight:nth-last-of-type(13) {
	z-index: 13;
}

.spotlight:nth-last-of-type(14) {
	z-index: 14;
}

.spotlight:nth-last-of-type(15) {
	z-index: 15;
}

.spotlight:nth-last-of-type(16) {
	z-index: 16;
}

.spotlight:nth-last-of-type(17) {
	z-index: 17;
}

.spotlight:nth-last-of-type(18) {
	z-index: 18;
}

.spotlight:nth-last-of-type(19) {
	z-index: 19;
}

.spotlight:nth-last-of-type(20) {
	z-index: 20;
}

.spotlight:before {
	background-image: url("images/overlay.png");
	content: '';
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
}

.spotlight .image.main {
	display: none;
}

.spotlight .image.main img {
	position: relative;
}

.spotlight .content {
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-moz-transition: -moz-transform 1s ease, opacity 1s ease;
	-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
	-ms-transition: -ms-transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	background: rgba(23, 24, 32, 0.95);
	border-style: solid;
	opacity: 1;
	position: absolute;
}

.headerServicios {
	width: 543px !important;
	height: 68px !important;
	font-size: 18px !important;
}

.headerContactenos {
	width: 635px !important;
	height: 71px !important;
	font-size: 21px !important;

}





.spotlight .goto-next {
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-moz-transition: -moz-transform 0.75s ease, opacity 1s ease-in;
	-webkit-transition: -webkit-transform 0.75s ease, opacity 1s ease-in;
	-ms-transition: -ms-transform 0.75s ease, opacity 1s ease-in;
	transition: transform 0.75s ease, opacity 1s ease-in;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	opacity: 1;
}

.spotlight.top .content,
.spotlight.bottom .content {
	left: 0;
	padding: 3.1em 0 3.1em 0;
	width: 100%;
}

.spotlight.top .content {
	border-bottom-width: 0.35em;
	top: 0;
}

.spotlight.bottom .content {
	border-top-width: 0.35em;
	bottom: 0%;
	top: 0%;
}

.spotlight.left .content,
.spotlight.right .content {
	height: 101%;

	top: 0;
	width: 28em;
}

.spotlight.left .content {
	border-right-width: 0.35em;
	left: 0;
}

.spotlight.right .content {
	border-left-width: 0.35em;
	right: 0;
}

.spotlight.style .content {
	background-color: #e44c655e;
	width: 110%;
}

.spotlight.style1 .content {
	border-top: 13px solid #e44c65;
	height: 113%;
}

.spotlight.style2 .content {
	background-color: #F0F0F0;
	width: 110%;
	height: 57%;
}

.spotlight.style3 .content {
	border-color: #39c088;
	width: 100%;

}

.spotlight.inactive .content {
	opacity: 0;
}

.spotlight.inactive .goto-next {
	-moz-transform: translate(0, 1.5em);
	-webkit-transform: translate(0, 1.5em);
	-ms-transform: translate(0, 1.5em);
	transform: translate(0, 1.5em);
	opacity: 0;
}

.spotlight.inactive.top .content {
	-moz-transform: translate(0, -5em);
	-webkit-transform: translate(0, -5em);
	-ms-transform: translate(0, -5em);
	transform: translate(0, -5em);
}

.spotlight.inactive.bottom .content {
	-moz-transform: translate(0, 5em);
	-webkit-transform: translate(0, 5em);
	-ms-transform: translate(0, 5em);
	transform: translate(0, 5em);
}

.spotlight.inactive.left .content {
	-moz-transform: translate(-5em, 0);
	-webkit-transform: translate(-5em, 0);
	-ms-transform: translate(-5em, 0);
	transform: translate(-5em, 0);
}

.spotlight.inactive.right .content {
	-moz-transform: translate(5em, 0);
	-webkit-transform: translate(5em, 0);
	-ms-transform: translate(5em, 0);
	transform: translate(5em, 0);
}

body.is-touch .spotlight {
	background-attachment: scroll;
}

/* Wrapper */

.wrapper {
	padding: 6em 0 4em 0;
}

.wrapper.style2 {
	background: #e44c65;
	height: 450px;
}

.wrapper.style2 input[type="text"]:focus,
.wrapper.style2 input[type="password"]:focus,
.wrapper.style2 input[type="email"]:focus,
.wrapper.style2 select:focus,
.wrapper.style2 textarea:focus {
	border-color: rgba(255, 255, 255, 0.5);
}

.wrapper.style2 input[type="submit"]:hover,
.wrapper.style2 input[type="submit"]:active,
.wrapper.style2 input[type="reset"]:hover,
.wrapper.style2 input[type="reset"]:active,
.wrapper.style2 input[type="button"]:hover,
.wrapper.style2 input[type="button"]:active,
.wrapper.style2 .button:hover,
.wrapper.style2 .button:active {
	background-color: rgba(255, 255, 255, 0.075) !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
	color: #ffffff !important;
}

.wrapper.style2 input[type="submit"]:active,
.wrapper.style2 input[type="reset"]:active,
.wrapper.style2 input[type="button"]:active,
.wrapper.style2 .button:active {
	background-color: rgba(255, 255, 255, 0.25) !important;
}

.wrapper.style2 input[type="submit"].primary,
.wrapper.style2 input[type="reset"].primary,
.wrapper.style2 input[type="button"].primary,
.wrapper.style2 .button.primary {
	background-color: #ffffff;
	color: #e44c65 !important;
}

.wrapper.style2 input[type="submit"].primary:hover,
.wrapper.style2 input[type="submit"].primary:active,
.wrapper.style2 input[type="reset"].primary:hover,
.wrapper.style2 input[type="reset"].primary:active,
.wrapper.style2 input[type="button"].primary:hover,
.wrapper.style2 input[type="button"].primary:active,
.wrapper.style2 .button.primary:hover,
.wrapper.style2 .button.primary:active {
	background-color: rgba(255, 255, 255, 0.075) !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
	color: #ffffff !important;
}

.wrapper.style2 input[type="submit"].primary:active,
.wrapper.style2 input[type="reset"].primary:active,
.wrapper.style2 input[type="button"].primary:active,
.wrapper.style2 .button.primary:active {
	background-color: rgba(255, 255, 255, 0.25) !important;
}

.wrapper.fade-down>.container {
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-moz-transition: -moz-transform 1s ease, opacity 1s ease;
	-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
	-ms-transition: -ms-transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	opacity: 1;
}

.wrapper.fade-down.inactive>.container {
	-moz-transform: translate(0, -1em);
	-webkit-transform: translate(0, -1em);
	-ms-transform: translate(0, -1em);
	transform: translate(0, -1em);
	opacity: 0;
}

.wrapper.fade-up>.container {
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-moz-transition: -moz-transform 1s ease, opacity 1s ease;
	-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
	-ms-transition: -ms-transform 1s ease, opacity 1s ease;
	transition: transform 1s ease, opacity 1s ease;
	opacity: 1;
}

.wrapper.fade-up.inactive>.container {
	-moz-transform: translate(0, 1em);
	-webkit-transform: translate(0, 1em);
	-ms-transform: translate(0, 1em);
	transform: translate(0, 1em);
	opacity: 0;
}

.wrapper.fade>.container {
	-moz-transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
	-ms-transition: opacity 1s ease;
	transition: opacity 1s ease;
	opacity: 1;
}

.wrapper.fade.inactive>.container {
	opacity: 0;
}

/* Dropotron */

.dropotron {
	background: rgba(39, 40, 51, 0.965);
	border-radius: 4px;
	box-shadow: 0 0.075em 0.35em 0 rgba(0, 0, 0, 0.125);
	list-style: none;
	margin-top: calc(-0.25em + 1px);
	min-width: 12em;
	padding: 0.25em 0;
}

.dropotron>li {
	border-top: solid 1px rgba(255, 255, 255, 0.035);
	padding: 0;
}

.dropotron>li a,
.dropotron>li span {
	border: 0;
	color: rgba(255, 255, 255, 0.75);
	display: block;
	padding: 0.1em 1em;
	text-decoration: none;
}

.dropotron>li:first-child {
	border-top: 0;
}

.dropotron>li.active>a,
.dropotron>li.active>span {
	color: #e44c65;
}

.dropotron.level-0 {
	font-size: 0.8em;
	margin-top: 1em;
}

.dropotron.level-0:before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #272833;
	content: '';
	display: block;
	height: 1em;
	position: absolute;
	right: 1.5em;
	top: -0.5em;
	width: 1em;
}

body.landing .dropotron.level-0 {
	margin-top: 0;
}

/* Header */

#page-wrapper {
	padding-top: 3.5em;
}

#header {
	background: #b9b9b9;
	box-shadow: 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
	cursor: default;
	height: 81px;
	line-height: 3.5em;
	position: fixed;
	top: 0;
	width: 50%;
	z-index: 100;
	right: 0;
}

#header h1 {
	height: inherit;
	left: 1.25em;
	line-height: inherit;
	margin: 0;
	position: absolute;
	top: 0;
}

#header nav {
	position: absolute;
	right: 5em;
	top: 0;
	display: -webkit-inline-box;
}


#header nav ul li {
	display: inline-block;
	margin-left: 1em;

}

#header nav ul li a,
#header nav ul li span {
	border: 0;
	color: inherit;
	display: inline-block;
	height: inherit;
	line-height: inherit;
	outline: 0;
	font-weight: bold;
}

#header nav ul li a.button,
#header nav ul li span.button {
	height: 2em;
	line-height: 2em;
	padding: 0 1.25em;
}

#header nav ul li a:not(.button):before,
#header nav ul li span:not(.button):before {
	margin-right: 0.5em;
}





#header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
	/* z-index inicial */
	transition: z-index 0.3s;
	/* transición suave para el z-index */
}

#header nav ul li>ul {
	display: none;
}

body.landing #page-wrapper {
	padding-top: 0;
}

body.landing #header {
	/*background: white;*/
	background: rgba(255, 255, 255, 0);
	box-shadow: none;
	position: fixed;
	height: 58px;
	z-index: 10;
	transition: z-index 0.3s;
	width: 35%;
	right: 3%;
	color: black;
	margin-top: 16px;
	/*border-radius: 50px;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);*/

}

#barra-inicio {
	background: white;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 10px;

}

/* Boton flotante para modal */
.btn-flotante {
	font-size: 16px;
	/* Cambiar el tamaño de la tipografia */
	text-transform: uppercase;
	/* Texto en mayusculas */
	font-weight: bold;
	/* Fuente en negrita o bold */
	color: #ffffff;
	/* Color del texto */
	border-radius: 5px;
	/* Borde del boton */
	letter-spacing: 2px;
	/* Espacio entre letras */
	/*background-color: #d83232;*/
	/* Color de fondo */
	padding: 18px 30px;
	/* Relleno del boton */
	position: fixed;
	bottom: 40px;
	right: 35px;
	transition: all 300ms ease 0ms;
	/*box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);*/
	z-index: 99;
	width: 0%;
}

.btn-flotante:hover {
	background-color: #c26666;
	/* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
	color: #ffffff !important;
}

/* Modal */

.modal-container {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	/* Cambié 120vh por 100vh */
	top: 0;
	/* Añadí top: 0; */
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	/* Cambié rgb(0,0,0,0.5) por rgba(0, 0, 0, 0.5) */
	display: flex;
	justify-content: center;
	align-items: center;
	overflow-y: auto;
	/* Añadí overflow-y: auto; para mostrar scroll si es necesario */
}

.modal {
	width: 35%;
	height: 100%;
	background-color: #ffffff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	position: relative;
	transition: transform 0.5s;
	transform: translateY(-1%);
	border-radius: 20px;
	color: #000000;
}

.modal-content {
	max-width: 95%;
	position: absolute;
	top: 1%;
}


.error {
	border: 1px solid red;
}

.modal-heander>h1 {
	color: #000000;
	font-size: 21px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	padding: 0% 9%;
}

.modal-heander {
	color: #000000;
	position: absolute;
	top: 10%;
	left: 5%;
	height: 70px;
}

.modal-close {
	transform: translate(-200%);
}

.close {
	position: absolute;
	top: 20px;
	right: 20px;
	/* font-size: 25px; */
	font-weight: bold;
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #d83232;
	color: #ffffff;
	line-height: 30px;
	cursor: pointer;
	border-radius: 50%;

}

.btn-submit-register {
	position: absolute;
	top: 100%;
	left: 35%;
	background-color: #d83232;
	color: #ffffff;
	width: 41%;
	height: 6%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	border: none;
	border-radius: 10px;
	padding-top: 2px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Banner */

#new-banner {
	margin-top: 0;
	background-color: rgb(255, 255, 255);
	min-width: 100vh;
}

#new-bannerProductos {
	margin-top: 0;
	background-color: #F0F0F0;
	min-width: 100vh;
}

#new-bannerPoliticas {
	margin-top: 0;
	background-color: #F0F0F0;
	min-width: 100vh;
}


#new-banner-contac {
	margin-top: 70px;
	background-color: rgb(255, 255, 255);
	min-width: 100vh;
}

#container-banner {
	min-width: 100%
}


#carrusel h1 {
	font-family: 'Teko', sans-serif;
	color: #d83232;
	text-align: center;
	font-size: 70px;
	margin-bottom: 18px;
	font-weight: bold;
	width: 100%;
}

.logoOrus {
	margin-top: -1%;
	width: 183px;
	height: auto;
	font-size: 153%;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.img-banner {
	visibility: hidden;
}

.tituloContactenos {
	font-size: 27px !important;
	color: #000000;
	font-weight: 500 !important;
	font-family: 'Montserrat', sans-serif !important;
}

.hipervinculo {
	color: #d83232;
}

#new-banner-message p {
	position: absolute;
	top: 53%;
	left: 49%;
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	text-align: center;
	color: #ffffff;
	font-weight: 700;
}

.cardPoliticas p::-webkit-scrollbar {
	width: 8px;
	/* Ancho del scrollbar */
	border-radius: 10px;
	/* Radio de borde del scrollbar */
	height: 20px;
}

.cardPoliticas p::-webkit-scrollbar-thumb {
	background-color: #ccc;
	/* Color del thumb */
	border-radius: 10px;
	/* Radio de borde del thumb */
}

/* Media query para pantallas pequeñas */
@media (min-width: 68px) and (max-width: 737px) {


	.containerProductos {
		background-image: url(../../img/pg/Web-Orus-productos.png);
		background-position-y: 60% !important;
		background-size: 71% !important;
		background-repeat: no-repeat;
		height: 302px !important;
		filter: brightness(110%);
		border-radius: 0 0 50% 50% / 0 0 10% 10%;
	}

	.containerNosotros {
		background-image: url(../../img/pg/Nosotros-Orus.jpg);
		background-size: 71% !important;
		background-repeat: no-repeat;
		height: auto;
		filter: brightness(110%);
		/* Aumenta el brillo al 120% (ajusta según sea necesario) */
	}

	#carrusel.three-columns1 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		background-color: #F0F0F0;
		padding: 5%;
		margin-top: 69%;
	}

	.columnaImagenacerca {
		height: 102px;
	}

	.columnaTransformando {
		height: 134px;
	}

	.container1 {
		background-image: url(../../img/pg/Web-Orus-inicio.jpg);
		background-size: 71% !important;
		/* background-position: center center; */
		background-repeat: no-repeat;
		height: auto;

	}

	.tratamiento2 {
		width: 100%;
		margin-top: 5%;
		text-align: justify;
		margin-bottom: 2%;
	}

	.notaTatamientoModal {
		width: 113%;
	}

	.tratamientomodal {
		font-size: 10px !important;
		line-height: 1;
	}

	.icono {
		width: 231%;
	}

	.imagenesQueHacemos {
		width: 82%;
		margin-left: 11%;
		margin-top: -36%;

	}

	.col-3 {
		width: 41% !important;
		/* Cambia el ancho de las columnas a 50% */
		float: left;
		/* Hace que las columnas se muestren en línea */
		margin-left: 2%;
	}

	.imagenesQueHacemos2 {
		width: 67%;
		margin-left: 11%;
		margin-top: -36%;


	}

	.equipo {
		width: 35% !important;
	}

	.textAcerca {
		font-size: 14px !important;
		text-align: justify;
		padding-right: 0% !important;
	}

	.columnaAcerca {
		width: 61% !important;
		padding: 3% 12%;
	}

	.imagen2acerca {
		width: 363px;
		height: 400px;
		border-radius: 10px;
		margin-left: 3%;
		margin-top: 7%;
	}

	#new-banner-message p {
		position: relative;
		left: -51%;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		text-align: center;
		color: #ffffff;
		font-weight: 700;
		width: 56%;
		margin-top: -10%;
		line-height: 0.7;
	}


	#logo {
		visibility: collapse;
	}

	.one {

		width: 72% !important;
		padding: 9% 4% 9% 13%;

	}

	.banner2 p {
		font-family: 'Montserrat', sans-serif;
		font-size: 15px !important;
		margin-left: -2% !important;
		width: 102%;
	}

	.descripcion {
		width: 59%;
		font-size: 8px;
		height: 89px;
		margin-top: 10%;

	}

	.rowQueHacemos {
		padding-left: 2%;
	}

	.iconos {
		font-size: 237%;
		margin-left: 2%;
	}

	.tituloQuehacemos {
		font-size: 24px !important;
	}

	.tituloNuestro {
		font-size: 24px !important;
	}

	.boton3 {
		font-size: 12px !important;
		padding: 6px !important;
		margin-left: -3% !important;
		width: 65% !important;
	}

	.nosotrosContain {
		margin-top: -87%;
	}

	#carousel-clientes .prev {
		font-size: 21px;
		background-color: transparent;
		color: #e44c65;
		padding: 0px;
		cursor: pointer;
		transform: rotate(-45deg);
		grid-column: 1;
		grid-row: 2;
		margin-left: -21px;
	}

	#carousel-clientes .next {
		font-size: 21px;
		background-color: transparent;
		color: #e44c65;
		padding: 10px;
		cursor: pointer;
		transform: rotate(47deg);
		grid-column: 3;
		grid-row: 2;
		margin-top: -16px;
	}

	#carousel-clientes .prev:hover,
	#carousel-clientes .next:hover {
		background-color: #F0F0F0 !important;
		background-position-y: 25px;
	}

	#new-bannerProductos input[type="text"],
	#new-bannerProductos input[type="email"],
	#new-bannerProductos input[type="tel"],
	#new-bannerProductos textarea {
		font-size: 10px !important;
	}

	.notaTatamiento {
		width: 300%;
		line-height: 1;
	}

	.nota {
		font-size: 10px;
	}

	.tratamiento p {
		font-size: 10px;
	}

	.botonEnviar {
		margin-top: 2%;
		margin-left: 29% !important;
		width: 36% !important;
	}

	.mujer {
		width: 457px !important;
		height: 497px !important;
		margin-top: -134% !important;
		margin-bottom: -20%;
	}

	.columnacontactenos {
		width: 127% !important;
	}

	.tarjeta {
		margin-left: 33% !important;
	}

	.botonContactenos {
		font-size: 10px !important;
		width: 74% !important;
		position: absolute !important;
		margin-top: 364%;
		margin-left: 12%;
		height: 44px !important;
	}

	.name {
		font-size: 19px;
		color: #000000;
		margin-top: 100%;
		font-weight: 500;
		font-family: 'Montserrat', sans-serif;
		margin-left: -8%;
	}

	.transformando {
		font-size: 19px !important;
		line-height: 1px;
	}

	.imagentransformando {
		width: 353px !important;
		height: 293px !important;
		margin-left: 44px;
		border-radius: 20px !important;
	}

	.columnadeContacto {
		padding-top: 0% !important;
	}

	.image-nuestroEquipo {
		width: 750px;
		height: 190px !important;
	}

	.card2 h2 {
		font-family: 'Montserrat', sans-serif;
		margin-top: -238px;
		color: #F0F0F0;
		font-size: 12px;
		text-align: center;
		width: 126%;
		margin-left: -13%;
		font-weight: 500;
		padding-right: 5%;
	}

	.nuetroEquiposeccion {
		height: 191px !important;
	}


	.containerProductos h3 {
		margin-left: 8%;
		font-size: 12px;
		width: 55% !important;

	}

	#new-bannerProductos h2 {

		font-size: 16px;
		margin-left: -8%;
		width: 86%;
		margin-top: 0%;
	}

	.contacto {
		width: 20% !important;
		margin-left: 3% !important;
	}

	.tituloContactenos {
		font-size: 20px !important;
		color: #000000;
		font-weight: 500 !important;
		font-family: 'Montserrat', sans-serif !important;
		margin-top: -16%;
	}

	.imegeAlcoholimetro {
		width: 355px;
		height: 471px;
		border-radius: 10px;
		margin-left: 8%;
	}

	.imegeNotificador {
		width: 355px;
		height: 471px;
		border-radius: 10px;
		margin-left: 8%;
	}

	.imegeNotificador2 {
		width: 355px;
		height: 471px;
		border-radius: 10px;
		margin-left: 8%;
	}

	.columnaServicios {
		width: 73% !important;
		padding-left: 12% !important;
		text-align: justify;
	}

	.como {
		font-size: 17px !important;
		margin-left: 19px !important;
	}

	.botonInicio {
		margin-left: 20% !important;
		font-size: 14px !important;
	}

	.giftcontainer {
		height: 185px !important;
	}

	.description {
		font-size: 15px;
		color: #000000;
		margin-top: 10px;
		font-family: 'Montserrat', sans-serif;
		line-height: 1;
		text-align: justify;
		font-weight: 300;
		margin-left: -8%;
	}

	.rowBeneficios {
		margin-left: -5% !important;
	}

	.giftProductos {
		height: 175px !important;
	}

	.alcoholimetria {
		height: 1296px !important;
	}

	.servicios {
		height: 839px !important;
	}

	.contactenospage {
		height: 741px !important;
	}

	.botonAlcoholimetria {
		left: 31% !important;

	}

	#carrusel p {
		font-size: 14px;
	}

	.beneficios {
		width: 36% !important;
	}

	#carrusel h2 {
		width: 100% !important;
		font-size: 22px !important;
		margin-left: -4%;

	}

	.titleProfesiones {
		font-size: 18px;
		margin-left: 2%;
	}

	.botonAdquiere {
		font-size: 10px;
		margin-left: 1%;
	}

	.botonValoracion {
		font-size: 10px;
		margin-left: 8%;
	}

	.descriptionOne {
		margin-left: 30px !important;
	}

	.containerContactenos {
		background-size: 62% !important;
		background-position-y: 53px !important;
	}

	.backgroundInicial {
		width: 94% !important;
		margin-left: 8% !important;
		height: 32% !important;
		margin-bottom: 9%;

	}

	.botonConocenos {
		margin-left: 41% !important;
	}

	#carrusel .column img {
		width: 94%;
		border-radius: 15px;
		position: absolute;
		margin-top: -5%;
		margin-left: -11%;
		height: 10%;


	}

	.botonConocemas {
		width: 61% !important;
		height: 26px !important;
		font-size: 14px !important;
		padding: 17px !important;

	}

	.botonConocemas2 {
		width: 61% !important;
		height: 26px !important;
		font-size: 14px !important;
		padding: 17px !important;

	}

	.boton1 {
		position: relative;
		top: 26%;
		left: -52%;
		border: none;
		background-color: #000000;
		color: white;
		border-radius: 25px;
		width: 42%;
		height: auto;
		font-size: 10px;
		text-align: center;
		font-weight: bold;
		padding: 10px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
		font-family: 'Montserrat', sans-serif;
		font-weight: bolder;
	}

	.boton2 {
		position: absolute;
		top: 32%;
		position: relative;
		margin-top: 163%;
		left: -44%;
		margin-bottom: 1%;
		font-family: 'Montserrat', sans-serif;
		border: none;
		background-color: #d83232;
		color: white;
		border-radius: 25px;
		width: 28%;
		height: auto;
		font-size: 10px;
		text-align: center;
		font-weight: bold;
		padding: 10px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	}

	.btn-whatsapp {
		position: fixed;
		bottom: 4px;
		right: 17px;
		z-index: 1000;
		width: 50px;
		height: 50px;
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: bottom 0.3s;
	}

	#contactanos {
		height: 152px !important;
		padding: 30px 0px 0px 0px !important;

	}

	.columnasiguenos {
		margin-top: 0px !important;
	}

	.rowDeredes {
		margin-top: -25px !important;
	}

	.btn-whatsapp img {
		width: 123px;
		/* Tamaño del icono de WhatsApp */
		height: 100px;

	}

	/* Estilo al hacer hover */
	.btn-whatsapp:hover {
		bottom: 30px;
		/* Distancia cuando se hace hover */
	}

	#contactanos h3,
	#contactanos ul,
	#contactanos a {
		color: black !important;
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
		font-size: 7px;
	}

	#contactanos p {
		color: black !important;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		margin: 0;
		font-size: 5px;
		width: 81px;
		overflow-wrap: break-word;
	}

	#contactanos .copy {
		color: black !important;
		font-family: 'Montserrat', sans-serif;
		font-weight: 300;
		margin: 0;
		font-size: 10px !important;
		width: 366px;
		overflow-wrap: break-word;
		margin-top: -8%;
	}

	.iconosRedes {
		font-size: 200% !important;
	}

	#contactanos a {
		text-decoration: none !important;
	}

	#contactanos a i {
		text-decoration: none;
		font-size: 38px;
		margin-left: -367%;
	}

	/* Cambiar el color del texto al pasar el ratón por encima */
	#contactanos a:hover {
		color: #d83232 !important;
		/* Color azul */
	}

	.containerPoliticas {
		background-image: url(../../img/pg/Background-politicas.jpg);
		background-position-y: 7%;
		background-position-x: -10px;
		background-size: contain;
		background-repeat: no-repeat;
		height: 600px;
	}

	.parrafo-info {
		display: flex;
	}

	.cardPoliticas {
		background-color: white;
		border-radius: 25px;
		padding: 20px;
		width: 500px;
		height: 865px;
		box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
		margin: auto;
	}

	.cardPoliticas h2 {
		font-size: 23px;
		color: #000000;
		margin-bottom: 10px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 500;
		padding: 3% 0%;
	}

	.cardPoliticas p {
		font-size: 17px;
		color: #000000;
		text-align: justify;
		overflow: auto !important;
		font-family: 'Montserrat', sans-serif;
		height: 86%;
		padding: 0% 6%;
		font-weight: 400;
		line-height: 1.2;
		width: auto;
	}
}

/* Media query para pantallas medianas */
@media (min-width: 738px) and (max-width: 849px) {
	.containerContactenos {
		background-size: 105% !important;
		/* background-position-y: 53px !important; */
	}


	.columnanumeros {
		width: 45% !important;
		margin-left: 24%;
		margin-top: -12%;
		margin-bottom: 7%;

	}

	.columnacontactenos {
		padding: 0px 0px !important;
		margin-left: 11%;
		width: 140px !important;
	}

	.rowcontenedores {
		margin-left: -15%;
		margin-top: 11%;
	}

	.botonConocemas2 {
		width: 24% !important;
		height: 28px !important;
		font-size: 14px !important;
		padding: 17px !important;
		margin-left: 9%;
	}

	.tituloNuestrosServicios {
		width: 364% !important;
		font-size: 32px !important;
		margin-left: 0%;
		margin-bottom: 17% !important;

	}

	.serviciosDescipcion {
		width: 193% !important;
	}

	.giftProductos {
		height: 358px !important;
	}

	.beneficios {
		width: 48% !important;
	}

	.rowBeneficios {
		width: 243%;
		margin-left: 0%;
	}

	#carrusel p {
		font-size: 18px;
		padding: 2% 85% 2% 7%;
		text-align: justify;

	}

	.descripcionAlcoholimetro {
		font-size: 18px !important;
		padding: 2% 6% 2% 7% !important;
		text-align: justify !important;
	}



	.imegeNotificador {

		margin-left: 3%;
	}

	.imegeNotificador2 {

		margin-left: 5%;
	}

	.alcoholimetria {
		height: 906px !important;
	}

	.giftcontainer {
		height: 361px !important;
	}

	.containerProductos h3 {
		margin-left: 8%;
		font-size: 19px;
		width: 89% !important;

	}

	.descripcion {
		font-size: 10px !important;
	}

	.nombre {
		margin-left: 41%;
	}

	.cargo {
		margin-left: 44%;
	}

	.rowEquipoOrus {
		margin-left: 5% !important;
	}

	.image-nuestroEquipo {
		width: 750px;
		height: 325px !important;
	}

	.columnaAcerca {
		width: 84% !important;
		padding: 3% 5%;

	}

	#carrusel.three-columns1 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		background-color: #F0F0F0;
		padding: 5%;
		margin-top: 0%;
	}

	.columnaImagenacerca {
		height: 925px;
	}

	.nuetroEquiposeccion {
		height: 324px !important;
	}

	.botonConocenos {
		margin-left: 45% !important;
	}

	.card2 h2 {
		font-family: 'Montserrat', sans-serif;
		margin-top: -440px;
		color: #F0F0F0;
		font-size: 26px;
		text-align: center;
		width: 128%;
		margin-left: -13%;
		font-weight: 500;
		padding-right: 5%;
	}

	.transformando {
		font-size: 33px !important;
		line-height: 1px;
	}

	#carrusel .column {
		width: 100%;
	}

	#carrusel .column img {
		width: 84%;
		border-radius: 15px;
		position: absolute;
		margin-top: -5%;
		margin-left: -4%;
		height: 10%;
	}

	.columnaTransformando {
		height: 350px;
	}

	.container1 {
		background-image: url(../../img/pg/Web-Orus-inicio.jpg);
		background-size: 103% !important;
		/* background-position: center center; */
		background-repeat: no-repeat;
		height: auto;

	}

	.imagenesQueHacemos {
		width: 75%;
		margin-left: 11%;
		margin-top: -36%;

	}

	.imagenesQueHacemos2 {
		width: 64%;
		margin-left: 11%;
		margin-top: -36%;

	}

	.columnaServicios {
		width: 25% !important;
		padding-top: 0%;
	}

	.imegeNotificador {
		width: 406px;
		height: 471px;
		border-radius: 10px;
		margin-left: 31%;
		margin-top: 25%;

	}

	.imegeAlcoholimetro {
		width: 406px;
		height: 471px;
		border-radius: 10px;
		margin-left: 5%;
		margin-top: 14%;
	}

	.imegeNotificador2 {
		width: 541px;
		height: 471px;
		border-radius: 10px;
	}

	.imagen2acerca {
		width: 720px;
		height: 526px !important;
		border-radius: 10px;
	}

	.parrafo-info {
		display: flex;
	}

	body.landing #header {
		/*background: white;*/
		background: rgba(255, 255, 255, 0);
		box-shadow: none;
		position: fixed;
		height: 58px;
		z-index: 10;
		transition: z-index 0.3s;
		width: 45%;
		right: 12%;
		color: black;
		margin-top: 16px;
		border-radius: 50px;
		/*box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);*/
	}


	.botoncotizar {

		background-color: #d83232;
		color: white;
		margin-left: 4%;
		height: 56px;
		width: 197%;
		border-radius: 25px;
		border: none;

	}



	#new-banner-message p {
		top: 3%;
	}

	.one {
		width: 72% !important;
		padding: 5% 6% 2% 6%;
	}

	.description {
		margin-left: 4% !important;
	}

	.name {
		margin-left: 4% !important;
		margin-top: 80% !important;
	}

	.botonConocemas {
		width: 31% !important;
		left: 3% !important;
	}

	.backgroundInicial {
		width: 84% !important;
		height: 706px !important;
		margin-left: 11% !important;
		margin-bottom: 8%;
	}

	.boton1 {
		position: absolute;
		top: 5%;
		left: 56%;
		border: none;
		background-color: #000000;
		color: white;
		border-radius: 25px;
		width: 40%;
		height: auto;
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		padding: 10px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
		font-family: 'Montserrat', sans-serif;
		font-weight: bolder;
	}

	.boton2 {
		position: absolute;
		top: 6.5%;
		left: 75%;
		font-family: 'Montserrat', sans-serif;
		transform: translateX(-50%);
		border: none;
		background-color: #d83232;
		color: white;
		border-radius: 25px;
		width: 27%;
		height: auto;
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		padding: 10px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	}

	.btn-whatsapp {
		position: fixed;
		bottom: 35px;
		right: 35px;
		z-index: 1000;
		width: 50px;
		height: 50px;
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: bottom 0.3s;
	}

	.btn-whatsapp img {
		width: 135px;
		/* Tamaño del icono de WhatsApp */
		height: 119px;
	}

	/* Estilo al hacer hover */
	.btn-whatsapp:hover {
		bottom: 30px;
		/* Distancia cuando se hace hover */
	}

	#contactanos h3,
	#contactanos ul,
	#contactanos a {
		color: black !important;
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
	}

	#contactanos p {
		color: black !important;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		font-size: small;
		margin: 0;
	}

	#contactanos a {
		text-decoration: none !important;
	}

	#contactanos a i {
		text-decoration: none;
		font-size: 38px;
		margin-left: -367%;
	}

	/* Cambiar el color del texto al pasar el ratón por encima */
	#contactanos a:hover {
		color: #d83232 !important;
		/* Color azul */
	}

	.imagentransformando {
		width: 617px !important;
		height: 500px !important;
		margin-left: 111px !important;
		border-radius: 20px !important;
	}

	#carrusel.three-columns1 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		background-color: #F0F0F0;
		padding: 5%;
		margin-top: -72%;
	}

	#carrusel.three-columns {
		margin-top: -2%;
	}

	#carrusel .column {
		flex: 1 0 40%;
		padding: 0 15px;
		box-sizing: border-box;
	}

	#header nav ul {
		margin: 0;
		margin-top: 0%;
		width: 449px;
		font-size: 14px;
		margin-left: 24%;
	}

	.containerPoliticas {
		background-image: url(../../img/pg/Background-politicas.jpg);
		background-position-y: 50%;
		background-position-x: -10px;
		background-size: contain;
		background-repeat: no-repeat;
		height: 600px;


	}


	.cardPoliticas {
		background-color: white;
		border-radius: 25px;
		padding: 20px;
		width: 900px;
		height: 850px;
		box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
		/*margin-left: 5%;*/
		margin: auto;
	}

	.cardPoliticas h2 {
		font-size: 26px;
		color: #000000;
		margin-bottom: 10px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 500;
		padding: 3% 0%;
	}

	.cardPoliticas p {
		font-size: 20px;
		color: #000000;
		text-align: justify;
		overflow: auto !important;
		font-family: 'Montserrat', sans-serif;
		height: 80%;
		padding: 0% 6%;
		font-weight: 400;
		line-height: 1.2;
		width: auto;
	}


}

/* Media query para pantallas grandes */
@media (min-width: 850px) {
	.giftProductos {
		height: 500px !important;
	}

	.giftcontainer {
		height: 450px !important;
	}

	.columnaImagenacerca {
		height: 650px;
	}

	.tratamiento2 {
		width: 100%;
		margin-top: 5%;
		text-align: justify;
		margin-bottom: 2%;
	}

	.notaTatamientoModal {
		width: 113%;
	}

	.tratamientomodal {
		font-size: 10px !important;
		line-height: 1;
	}

	.imagenesQueHacemos {
		width: 75%;
		margin-left: 11%;
		margin-top: -36%;

	}

	.imagenesQueHacemos2 {
		width: 64%;
		margin-left: 11%;
		margin-top: -36%;

	}

	.columnaServicios {
		width: 32% !important;
		padding-top: 0%;
	}

	.imegeNotificador {
		width: 541px;
		height: 471px;
		border-radius: 10px;
	}

	.imegeNotificador2 {
		width: 541px;
		height: 471px;
		border-radius: 10px;
	}

	.scraping {
		margin-left: 10%;
	}

	.descripcionAlcoholimetro {
		width: 150% !important;
	}

	.equipo {
		width: 20% !important;
	}

	.rowBeneficios {
		width: 100%;
		margin-left: 0%;
	}

	.columnaAcerca {
		width: 25%;
		padding-top: 0%;
	}

	.imagen2acerca {
		width: 720px;
		height: 526px !important;
		border-radius: 10px;
	}

	body {
		background-color: #F0F0F0
	}

	#header nav ul {
		margin: 0;
		margin-top: 0%;
		width: 449px;
		font-size: 15px;
		margin-left: 15%;
	}

	.one {
		width: 25%;
		padding-top: 5%;
	}

	.botoncotizar {

		background-color: #d83232;
		color: white;
		margin-left: 20%;
		height: 58px;
		width: 116px;
		border-radius: 25px;
		border: none;
		font-size: 17px;

	}

	.botoncotizar2 {

		background-color: #d83232;
		color: white;
		margin-left: 20%;
		height: 64px;
		width: 123px;
		border-radius: 25px;
		border: none;
		font-size: 17px;

	}

	.botonCotizar3 {
		background-color: #d83232;
		color: white;
		margin-left: 20%;
		height: 71px;
		width: 150px;
		border-radius: 25px;
		border: none;
		font-size: 21px;

	}

	#new-banner-message p {
		top: 8%;
		font-size: 40px;
		left: 58%;
	}

	.boton1 {
		position: absolute;
		top: 12%;
		left: 62%;
		border: none;
		background-color: #000000;
		color: white;
		border-radius: 25px;
		width: 24%;
		height: auto;
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		padding: 10px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
		font-family: 'Montserrat', sans-serif;
		font-weight: bolder;
	}

	.boton2 {
		position: absolute;
		top: 14%;
		left: 74%;
		font-family: 'Montserrat', sans-serif;
		transform: translateX(-50%);
		border: none;
		background-color: #d83232;
		color: white;
		border-radius: 25px;
		width: 17%;
		height: auto;
		font-size: 20px;
		text-align: center;
		font-weight: bold;
		padding: 10px;
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	}

	.imagentransformando {
		width: 600px !important;
		height: 473px !important;
		margin-left: 30px;
		border-radius: 20px !important;
	}

	.btn-whatsapp {
		position: fixed;
		bottom: 35px;
		right: 35px;
		z-index: 1000;
		width: 50px;
		height: 50px;
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: bottom 0.3s;
	}

	.btn-whatsapp img {
		width: 152px;
		/* Tamaño del icono de WhatsApp */
		height: 136px;

	}

	/* Estilo al hacer hover */
	.btn-whatsapp:hover {
		bottom: 30px;
		/* Distancia cuando se hace hover */
	}

	#contactanos h3,
	#contactanos ul,
	#contactanos a {
		color: black !important;
		font-family: 'Montserrat', sans-serif;
		font-weight: 600;
	}

	#contactanos p {
		color: black !important;
		font-family: 'Montserrat', sans-serif;
		font-weight: 400;
		margin: 0;
	}

	#contactanos a {
		text-decoration: none !important;
	}

	#contactanos a i {
		text-decoration: none;
		font-size: 38px;
		margin-left: -367%;
	}

	/* Cambiar el color del texto al pasar el ratón por encima */
	#contactanos a:hover {
		color: #d83232 !important;
		/* Color azul */
	}

	#carrusel.three-columns1 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		background-color: #F0F0F0;
		padding: 5%;
		margin-top: 0%;
	}

	#carrusel.three-columns {
		margin-top: 0%;
	}

	.containerPoliticas {
		background-image: url(../../img/pg/Background-politicas.jpg);
		background-position-y: 50%;
		background-position-x: -10px;
		background-size: contain;
		background-repeat: no-repeat;
		height: 600px;


	}

	.parrafo-info {
		display: flex;
	}


	.cardPoliticas {
		background-color: white;
		border-radius: 25px;
		padding: 20px;
		width: 900px;
		height: 850px;
		box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1);
		/*margin-left: 180px;*/
		margin: auto;
	}

	.cardPoliticas h2 {
		font-size: 26px;
		color: #000000;
		margin-bottom: 10px;
		font-family: 'Montserrat', sans-serif;
		font-weight: 500;
		padding: 3% 0%;
	}

	.cardPoliticas p {
		font-size: 20px;
		color: #000000;
		text-align: justify;
		overflow: auto !important;
		font-family: 'Montserrat', sans-serif;
		height: 80%;
		padding: 0% 6%;
		font-weight: 400;
		line-height: 1.2;
		width: auto;
	}
}

#new-banner-message h6 {
	position: absolute;
	top: 46%;
	left: 31%;
	/* font-family: 'Teko', sans-serif; */
	font-size: 45px;
	text-align: center;
	color: #000000;
}



.botonConocemas {
	position: relative;
	top: 100%;
	left: -7%;
	border: none;
	font-family: 'Montserrat', sans-serif;
	background-color: #d83232;
	color: white;
	border-radius: 25px;
	width: 44%;
	height: auto;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 15px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	cursor: pointer;
}

.botonConocemas2 {
	position: relative;
	top: 100%;
	left: -7%;
	border: none;
	font-family: 'Montserrat', sans-serif;
	background-color: #d83232;
	color: white;
	border-radius: 25px;
	width: 44%;
	height: auto;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 15px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.boton3 {
	position: inherit;
	top: 100%;
	left: 17%;
	border: none;
	font-family: 'Montserrat', sans-serif;
	background-color: #d83232;
	color: white;
	border-radius: 25px;
	width: 27%;
	height: auto;
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	padding: 10px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.botonAlcoholimetria {
    position: relative;
    top: -2%;
    left: 40%;
    border: none;
    font-family: 'Montserrat', sans-serif;
    background-color: #d83232;
    color: white;
    border-radius: 25px;
    width: 20%;
    height: auto;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    padding: 19px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.botonContactenos {
	position: relative;
	top: 13%;
	left: 0%;
	border: none;
	font-family: 'Montserrat', sans-serif;
	background-color: #d83232;
	color: white;
	border-radius: 25px;
	width: 100%;
	height: auto;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	padding: 10px 32px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.backgroundInicial {
	background-color: #f0f0f0;
	/* Color de fondo inicial */
	transition: background-color 0.3s;
	/* Transición suave */
	width: 28%;
	height: 107%;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	/* Efecto de sombra */
	margin-left: 3%;
}



.estacionImg {
	width: 413px;
	height: 479px;
	border-radius: 10px;
	margin-left: 72%;
	margin-top: 10%;
}

.gift {
	width: 135%;
	height: 101%;
	margin-left: -15%;
}

.banner2 {
	background-color: #F0F0F0;
	border-top: 5px solid #D93036;
	padding-top: 2%;
}

.banner2 h2 {
	font-family: 'Montserrat', sans-serif;
	/* Utiliza la fuente Montserrat */
	font-size: 24px;
	/* Tamaño de fuente */
	font-weight: 500;
	/* Fuente en negrita */
	color: #000000;
	/* Color de texto */
	margin-bottom: 30px;
	/* Margen inferior */
	line-height: 1;
	/* Interlineado */
}

.banner2 strong {
	font-family: 'Montserrat', sans-serif;
	/* Utiliza la fuente Montserrat */
	font-size: 23px;
	/* Tamaño de fuente */
	font-weight: 400;
	/* Fuente en negrita */
	color: #000000;
	/* Color de texto */
	margin-bottom: 20px;
	/* Margen inferior */
}

.banner2 p {
	font-family: 'Montserrat', sans-serif;
	/* Utiliza la fuente Montserrat */
	font-size: 19px;
	/* Tamaño de fuente */
	color: #000000;
	/* Color de texto */
	font-weight: 300;
	line-height: 1;
	/* Interlineado */

}

#clientes {
	margin: 0 auto;
	text-align: left;
	color: #000000;
}

#clientes img {
	position: absolute;
	top: 30%;
	right: 60%;
}

#clientes h2 {
	position: absolute;
	top: 20%;
	right: 45%;
	min-width: 50%;
	color: #000000;
	font-weight: bold;
}

#clientes p {
	position: absolute;
	top: 25%;
	right: 45%;
	min-width: 50%;
	color: #1c1d26;
	font-weight: bold;

}

#container-central-vida {
	background-image: linear-gradient(180deg, #d1ffff 0, #b3f4fe 12.5%, #8fe5f8 25%, #63d4f2 37.5%, #0cc1ed 50%, #00aee9 62.5%, #009ce6 75%, #008be3 87.5%, #007bdf 100%);
	min-height: 100vh;
	min-width: 100%;
	padding-top: 3%;
}

#section-black h3 {
	color: #1c1d26;
	font-weight: 570;

}

#section-black {
	/* min-width: 50%; */
	text-align: center;
	margin-top: 50px;
}

.button-black {
	background-color: #1c1d26;
	color: white;
	font-weight: bold;
	padding: 15px;
	border-radius: 20px;

}

#contactanos {
	background-color: white;
	/* Cambiar el color de fondo */
	padding: 50px 0;
	/* Ajustar el espaciado interior */
	height: auto;
	border-radius: 25px;
}


/* Form  */
.img-contact {
	max-width: 95%;
}

.forms form {
	padding-top: 166px;
}

.forms {
	padding-left: 30px;
}

.forms label {
	color: #000000;
	text-align: left;
	width: 100%;
	margin: 0;
}

.forms input {
	color: #000000;
	border-color: #d83232;
	margin-bottom: 0px;
	border-radius: 15px;
	min-width: 100%;
}

.forms textarea {
	color: #000000;
	border-color: #d83232;
	border-radius: 20px;
	min-width: 100%;
}

#forms-contac h1 {
	position: absolute;
	top: 10%;
	left: 17%;
	font-family: 'Teko', sans-serif;
	padding: 0;
	font-size: 150px;
	text-align: center;
	color: #d83232;
	font-weight: 900;
}

#forms-contac p {
	position: absolute;
	top: 23%;
	left: 17.3%;
	/* font-family: 'Teko', sans-serif; */
	font-size: 30px;
	text-align: justify;
	color: #000000;
	font-weight: 600;
	letter-spacing: 2px;
}

.btn-submit {
	position: absolute;
	top: 85%;
	left: 10%;
	background-color: #d83232;
	color: #ffffff;
	width: 35%;
	height: 5%;
	padding-top: 5px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	border-radius: 20px;

}

.btn-submit2 {
	position: absolute;
	top: 98%;

	background-color: #d83232;
	color: #ffffff;
	width: 15%;
	height: 5%;
	padding-top: 5px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
	border: none;
}

.invalid-feedback {
	display: none;
	position: absolute;
	font-size: 0.8em;
	color: red;
	z-index: 1;
}

@media only screen and (min-width: 821px) and (max-width: 1000px) {

	#clientes img {
		/* position: absolute;
		top: 15%;
		right: 8%; */
		position: static;
		max-width: 90%;
		margin-left: 25px;
	}

	#clientes h2 {
		position: static;
		padding-left: 5%;
		padding-bottom: 20px;
		font-size: 30px;
	}

	#clientes p {
		font-size: 18px;
		position: absolute;
		top: 22%;
		left: 32%;
		min-width: 100%;
	}

	#clientes {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

}

@media only screen and (min-width: 600px) and (max-width: 820px) {

	#clientes img {
		/* position: absolute;
		top: 15%;
		right: 8%; */
		position: static;
		max-width: 90%;
		margin-left: 25px;
	}

	#clientes h2 {
		position: static;
		padding-left: 5%;
		padding-bottom: 20px;
		font-size: 30px;
	}

	#clientes p {
		font-size: 18px;
		position: absolute;
		top: 17%;
		left: 28%;
		min-width: 100%;
	}

	#clientes {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}


}

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


	/* Vista clientes central de vida */

	#clientes {
		margin: 0 auto;
		text-align: left;
		color: #000000;
	}

	#clientes img {
		/* position: absolute;
		top: 30%;
		right: 60%; */
		position: static;
		max-width: 100%;

	}

	#clientes h2 {
		position: static;
		padding-left: 5%;
		padding-bottom: 20px;
		font-size: 30px;
	}

	#clientes p {
		font-size: 18px;
		position: absolute;
		top: 17%;
		left: 5%;
		min-width: 100%;
	}

	.btn-flotante {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		right: 20px;
	}

	.modal {
		overflow: scroll;
		height: 82%;
	}

	.img-banner {
		visibility: hidden;
	}

	.img-contact {
		visibility: hidden;
	}


	.forms form {
		padding-top: 43px;
	}

	.forms input {
		max-width: 26%;
		height: 57%;
		margin-bottom: 18px;

	}

	.conten-contac {
		max-width: 52%;
	}

	.btn-submit {
		position: absolute;
		top: 137%;
		left: 20%;
		color: #ffffff;
		width: 60%;
		height: 5%;
		padding-top: 2px;
		text-align: center;
		font-size: 25px;

	}

	.forms textarea {
		max-width: 50%;
	}

	#forms-contac {
		max-height: 100px;
	}


	#forms-contac h1 {
		position: absolute;
		top: 20%;
		left: 12%;
		font-family: 'Teko', sans-serif;
		padding: 0;
		font-size: 90px;
		text-align: center;
		color: #d83232;
		font-weight: 900;
	}

	#forms-contac p {
		position: absolute;
		top: 30%;
		left: 14%;
		/* font-family: 'Teko', sans-serif; */
		font-size: 16px;
		text-align: justify;
		color: #000000;
		font-weight: 600;
		letter-spacing: 2px;
	}


	#new-banner {
		margin-top: 70px;
		background-color: rgb(255, 255, 255);
		min-width: 100vh;
		max-height: 550px;
	}

	#container-banner {
		min-width: 100%;
		background-size: 62%;
		background-position-y: 0px;
		background-position-x: -23px;



	}

	#new-banner-message h1 {
		position: absolute;
		top: 30%;
		left: 8%;
		font-family: 'Teko', sans-serif;
		padding: 0;
		font-size: 90px;
		text-align: center;
		color: #d83232;
		font-weight: 900;
	}



	#new-banner-message h6 {
		position: absolute;
		top: 55%;
		left: 50%;
		/* font-family: 'Teko', sans-serif; */
		font-size: 10px;
		text-align: center;
		color: #000000;
	}

	/* #new-banner-message a {
		position: absolute;
		top: 91%;
		left: 7%;
		border: none;
		background-color: #d83232;
		color: white;
		border-radius: 20px;
		width: 40%;
		height: 4%;
		font-size: 20PX;
		text-align: center;
		font-weight: bold;

	} */

	.modal {
		width: 95%;
		margin-top: 26%;
	}

	.modal-heander {
		position: absolute;
		top: 10%;
		left: 5%;
	}

	.modal-heander>h1 {
		font-size: 12px;
		padding-right: 28px;
	}

	label {


		font-size: 12px !important;
		font-weight: 300;
		margin: 0 0 1em 0;
	}

	.modal-content {
		position: absolute;
		top: 10%;
	}

	.btn-submit-register {
		position: absolute;
		top: 92%;
		left: 15%;
		width: 80%;
		padding-top: 2px;

	}

	.spacingSenf {
		height: 50px;
	}
}








#banner {
	background-attachment: fixed;
	background-color: #272833;
	/* background-image: url("../../images/banner.jpg"); */
	background-image: url("../../img/pg/fondo2.jpg");
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.25);
	min-height: 100vh;
	position: relative;
	text-align: center;
	z-index: 21;
}

#banner:before {
	content: '';
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
	width: 1%;
}

#banner:after {
	background-image: -moz-linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.95)), url("images/overlay.png");
	;
	background-image: -webkit-linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.95)), url("images/overlay.png");
	;
	background-image: -ms-linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.95)), url("images/overlay.png");
	;
	background-image: linear-gradient(top, rgba(23, 24, 32, 0.95), rgba(23, 24, 32, 0.95)), url("images/overlay.png");
	;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#banner .content {
	display: inline-block;
	margin-right: 1%;
	max-width: 95%;
	padding: 6em;
	position: relative;
	text-align: right;
	vertical-align: middle;
	z-index: 1;
}

#banner .content header {
	display: inline-block;
	vertical-align: middle;
}

#banner .content header h2 {
	font-size: 2.5em;
	margin: 0;
}

#banner .content header p {
	margin: 0.5em 0 0 0;
	top: 0;
}

#banner .content .image {
	border-radius: 100%;
	display: inline-block;
	height: 18em;
	margin-left: 3em;
	vertical-align: middle;
	width: 18em;
}

#banner .content .image img {
	border-radius: 100%;
	display: block;
	width: 100%;
}

body.is-touch #banner {
	background-attachment: scroll;
}

/* Footer */

#footer {
	background: #272833;
	padding: 6em 0;
	text-align: center;
}

#footer .icons .icon.alt {
	text-decoration: none;
}

#footer .icons .icon.alt:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

#footer .icons .icon.alt:before {
	color: #272833 !important;
	text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5), -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.5);
}

#footer .copyright {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.8em;
	line-height: 1em;
	margin: 2em 0 0 0;
	padding: 0;
	text-align: center;
}

#footer .copyright li {
	border-left: solid 1px rgba(255, 255, 255, 0.3);
	display: inline-block;
	list-style: none;
	margin-left: 1.5em;
	padding-left: 1.5em;
}

#footer .copyright li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer .copyright li a {
	color: inherit;
}

/* XLarge */

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

	/* Basic */

	body,
	input,
	select,
	textarea {
		font-size: 13pt;
		background-color: #F0F0F0
	}

}

/* Large */

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

	/* Basic */

	body,
	input,
	select,
	textarea {
		font-size: 11.5pt;
		background-color: #F0F0F0
	}

	/* Spotlight */

	.spotlight.top .content {
		padding: 3.825em 0 1.825em 0;
	}

	.spotlight.bottom .content {
		padding: 3.825em 0 2.95em 0;
	}

	.spotlight.left .content,
	.spotlight.right .content {
		padding: 4.5em 2.5em;
		width: 25em;
	}

	/* Wrapper */

	.wrapper {
		padding: 4.5em 0 2.5em 0;
	}

	/* Dropotron */

	.dropotron.level-0 {
		font-size: 1em;
	}

	/* Banner */

	#banner .content {
		padding: 4.5em;
	}

	/* Footer */

	#footer {
		padding: 4.5em 0;
	}

}

/* Medium */

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

	/* Basic */

	body,
	input,
	select,
	textarea {
		font-size: 12pt;
		background-color: #F0F0F0
	}

	/* Spotlight */

	.spotlight {
		background-attachment: scroll;
		height: auto;
	}

	.spotlight .image.main {
		display: block;
		margin: 0;
		max-height: 40vh;
		overflow: hidden;
	}

	.spotlight .content {
		background-color: #1c1d26;
		border-width: 0 !important;
		border-top-width: 0.35em !important;
		bottom: auto !important;
		left: auto !important;
		padding: 4.5em 2.5em 2.5em 2.5em !important;
		position: relative;
		right: auto !important;
		text-align: center;
		top: auto !important;
		width: 100% !important;
	}

	.spotlight .content ul.actions {
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		width: 100%;
		margin-left: 0;
	}

	.spotlight .content ul.actions li:first-child {
		padding-left: 0;
	}

	.spotlight .goto-next {
		display: none;
	}

	/* Wrapper */

	.wrapper {
		padding: 4.5em 2.5em 2.5em 2.5em;
	}

	/* Banner */

	#banner {
		background-attachment: scroll;
	}

	#banner .goto-next {
		height: 7em;
	}

	#banner .content {
		padding: 9em 0;
		text-align: center;
	}

	#banner .content header {
		display: block;
		margin: 0 0 2em 0;
		text-align: center;
	}

	#banner .content .image {
		margin: 0;
	}

	/* Footer */

	#footer {
		padding: 4.5em 0;
	}

}

/* Small */

#navPanel,
#titleBar {
	display: none;
}

#nav ul li#inicio.current a {
	color: red;
	/* Cambia el color del texto solo para el elemento con ID "inicio" */
}

#nav ul li#nosotros.current a {
	color: red;
	/* Cambia el color del texto solo para el elemento con ID "inicio" */
}

#nav ul li#productos.current a {
	color: red;
	/* Cambia el color del texto solo para el elemento con ID "inicio" */
}

#nav ul li#contacto.current a {
	color: red;
	/* Cambia el color del texto solo para el elemento con ID "inicio" */
}

#nav ul li#servicios.current a {
	color: red;
	/* Cambia el color del texto solo para el elemento con ID "inicio" */
}

/* Estilos para el carrusel */
.carouselServicios {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}

.slides {
	display: flex;
	overflow-x: hidden;
	margin-left: 0%;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;

}

#carrusel .slide img {
	border-radius: 10px;
	/* Radio de borde redondeado */
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
	/* Sombra 3D hacia el frente */
	transition: transform 0.3s;
	/* Transición suave al pasar el cursor sobre la imagen */
}

#carrusel .slide img:hover {
	transform: scale(1.03);
	/* Escalar la imagen ligeramente al pasar el cursor sobre ella */
	border-radius: 10px;
	/* Mantener el borde redondeado */
}

.slide {
	flex: 0 0 100%;
	transition: transform 0.5s ease;
	position: relative;
	padding-left: 3%;
	text-align: center;
}

.slide img {
	width: 100%;
	height: auto;
	/*border-radius: 50%;*/
}

.controls {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}


.prev,
.next {
	font-size: 24px;
	cursor: pointer;
}

.red-social-image1 {
	width: 7%;
	z-index: 23;
	position: absolute;

}

.red-social-image2 {
	width: 8%;
	z-index: 23;
	position: absolute;
	margin-left: 2%;
	margin-top: -0.5%;
}

.red-social-image3 {
	width: 8.5%;
	z-index: 23;
	position: absolute;
	margin-left: 4.5%;
	margin-top: -1%;
}

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

	/* Basic */

	html,
	body {
		overflow-x: hidden;
	}

	body,
	input,
	select,
	textarea {
		font-size: 12pt;
	}

	h2 {
		font-size: 1.5em;
	}

	h3 {
		font-size: 1.2em;
	}

	h4 {
		font-size: 1em;
	}

	/* Section/Article */

	header p br {
		display: none;
	}

	header h2+p {
		font-size: 1em;
	}

	header h3+p {
		font-size: 1em;
	}

	header h4+p,
	header h5+p,
	header h6+p {
		font-size: 0.9em;
	}

	header.major {
		margin: 0 0 2em 0;
	}

	/* Goto Next */

	.goto-next:before {
		height: 0.8em;
		margin: -0.4em 0 0 -0.6em;
		width: 1.2em;
	}

	.logoOrus {
		width: 142px;
		height: auto;
		margin-top: -7px;
		margin-left: -76px;
	}

	/* Spotlight */

	.spotlight {
		box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
	}

	.spotlight .image.main {
		max-height: 60vh;
	}

	.spotlight .content {
		border-top-width: 0.2em !important;
		padding: 3.25em 1.5em 1.25em 1.5em !important;
	}

	/* Wrapper */

	.wrapper {
		padding: 3.25em 1.5em 1.25em 1.5em;
	}

	/* Header */

	#header {
		display: none;
	}

	/* Banner */

	#banner {
		box-shadow: 0 0.125em 0.5em 0 rgba(0, 0, 0, 0.25);
		min-height: calc(100vh - 44px);
	}

	#banner:before {
		height: calc(100vh - 44px);
	}

	#banner .content {
		padding: 4.0625em 1.5em 4.875em 1.5em;
	}

	#banner .content header h2 {
		font-size: 1.5em;
	}

	#banner .content .image {
		height: 9em;
		width: 9em;
	}

	/* Nav */

	#page-wrapper {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		padding-bottom: 1px;
		padding-top: 27px !important;
	}

	#titleBar {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 95px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10001;
		background: white;
		box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);

	}

	#titleBar .title {
		color: #ffffff;
		display: block;
		font-weight: 300;
		height: 44px;
		line-height: 44px;
		text-align: center;
	}

	#titleBar .title a {
		color: inherit;
		border: 0;
	}

	#titleBar .toggle {
		text-decoration: none;
		height: 60px;
		left: 0;
		position: absolute;
		top: 0;
		width: 90px;
		outline: 0;
		border: 0;
	}

	#titleBar .toggle:before {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		text-transform: none !important;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
	}

	#titleBar .toggle:before {
		background: #e44c65;
		color: rgba(255, 255, 255, 0.5);
		content: '\f0c9';
		display: block;
		font-size: 18px;
		height: 96px;
		left: 0;
		line-height: 44px;
		position: absolute;
		text-align: center;
		top: 0;
		width: 78px;
	}


	.text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		background: rgba(255, 255, 255, 0.7);
		padding: 20px;
		border-radius: 5px;
		max-width: 80%;
	}

	.text h3 {
		margin-bottom: 10px;
	}

	#navPanel {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translateX(-275px);
		-webkit-transform: translateX(-275px);
		-ms-transform: translateX(-275px);
		transform: translateX(-275px);
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		display: block;
		height: 100%;
		left: 0;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 275px;
		z-index: 10002;
		background: #181920;
		padding: 0.75em 1.25em;
	}

	#navPanel .link {
		border: 0;
		border-top: solid 1px rgba(255, 255, 255, 0.05);
		color: rgba(255, 255, 255, 0.75);
		display: block;
		height: 3em;
		line-height: 3em;
		text-decoration: none;
	}

	#navPanel .link:hover {
		color: inherit !important;
	}

	#navPanel .link:first-child {
		border-top: 0;
	}

	#navPanel .link.depth-0 {
		color: #ffffff;
		font-weight: 300;
	}

	#navPanel .link .indent-1 {
		display: inline-block;
		width: 1.25em;
	}

	#navPanel .link .indent-2 {
		display: inline-block;
		width: 2.5em;
	}

	#navPanel .link .indent-3 {
		display: inline-block;
		width: 3.75em;
	}

	#navPanel .link .indent-4 {
		display: inline-block;
		width: 5em;
	}

	#navPanel .link .indent-5 {
		display: inline-block;
		width: 6.25em;
	}

	body.navPanel-visible #page-wrapper {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}

	body.navPanel-visible #titleBar {
		-moz-transform: translateX(275px);
		-webkit-transform: translateX(275px);
		-ms-transform: translateX(275px);
		transform: translateX(275px);
	}

	body.navPanel-visible #navPanel {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	/* Footer */

	#footer {
		padding: 3.25em 1.5em;
	}

}

/* section  one services */
.service-section {
	padding-top: 100px;
	height: 100vh;
	min-width: 100vh;
}

#service-container {
	height: 100vh;
	min-width: 100%
}

#icon-next-one {
	font-size: 40px;
	position: absolute;
	top: 200%;
	right: 50%;
}

#icon-next-two {
	font-size: 40px;
	position: absolute;
	top: 300%;
	right: 50%;
}

#icon-next-three {
	font-size: 40px;
	position: absolute;
	top: 400%;
	right: 50%;
}

#icon-next-four {
	font-size: 40px;
	position: absolute;
	top: 500%;
	right: 50%;
}

.img-service {
	width: 100%;
	height: 107%;
}

#service-container h1,
#service-container p {
	padding-left: 100px;
	padding-right: 50px;
}

#service-container hr {
	background-color: #d83232;
	height: 2px;
	margin-left: 100px;
	max-width: 85%;
}

/* XSmall */

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

	/* Basic */
	.nuestraHistoria {
		width: 208% !important;
	}


	html,
	body {
		min-width: 320px;
	}

	body,
	input,
	select,
	textarea {
		font-size: 12pt;
	}

	/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		padding: 0;
	}

	/* Spotlight */

	.spotlight .image.main {
		max-height: 50vh;
	}

	.spotlight .content {
		padding: 3em 1.25em 1em 1.25em !important;
	}

	/* Wrapper */

	.wrapper {
		padding: 3em 1.25em 1em 1.25em;
	}

	/* Banner */

	#banner .content {
		padding: 3em 1.5625em 5.25em 1.5625em;
	}

	/* Footer */

	#footer {
		padding: 3em 1.25em;
	}

	#footer .copyright {
		line-height: inherit;
	}

	#footer .copyright li {
		border-left: 0;
		display: block;
		margin: 0;
		padding: 0;
	}

}