html {
	scroll-behavior: smooth;
}
/* GENERALES */
body {
	color: #404041;
	background: #FFF;
	font-family: 'Montserrat', sans-serif !important;
}
a, a:hover, a:focus, a:target {
	color: inherit !important;
	text-decoration: none !important;
}
.anchor {
    position: relative;
    top: -150px !important;
    display: block;
}
iframe {
	margin: 0 auto;
	max-width: 100% !important;
}
.touch:hover {
	-webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}
.omega {
	display: none;
}
.whats {
	position: fixed;
	right: 8px;
	bottom: 8px;
	z-index: 5000;
	-webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}
.whats:hover {
	cursor: pointer;
}
.restrain {
	max-width: 1000px !important;
}
.begin {
	margin-top: 120px;
}
/* MENU */
.navbar-custom {
	background-color: #ff821d;
}
.navbar-brand img {
	height: auto;
	max-width: 120px;
}
.navbar li a {
	margin: 5px 20px 0 20px;
	font-size: 1em;
	font-weight: bold;
	color: #FFF !important;
	-webkit-transition-property: opacity, color !important;
  	-webkit-transition-duration: 1s;
  	-webkit-transition-timing-function: ease;
  	-moz-transition-property: opacity, color !important;
  	-moz-transition-duration: 1s;
  	-moz-transition-timing-function: ease;
}
.navbar li a:hover, .navbar li a:focus, .navbar li a:target, .navbar li a.act {
	color: #404041 !important;
	opacity: 0.7;
	-webkit-transition-property: opacity, color !important;
  	-webkit-transition-duration: 1s;
  	-webkit-transition-timing-function: ease;
  	-moz-transition-property: opacity, color !important;
  	-moz-transition-duration: 1s;
  	-moz-transition-timing-function: ease;
}
.navbar li a.redes {
	margin: 5px 5px 0 5px;
}
.navbar-toggler {
	margin: 5px !important;
	border: 2px solid #FFF !important;
	color: #ffffff !important;
}
.navbar-toggler i {
	color: #FFF !important;
	z-index: 1000;
}
.navbar-toggler:hover, .navbar-toggler:focus {
	border: 1px solid #f4f4f4 !important;
}
/*CONTENIDO*/
.bg-gris {
	padding: 20px;
	color: #000;
	background-color: #f4f4f4;
}
.empresa .bg-gris {
	height: 350px;
}
.bg-orange {
	padding: 20px 20px 8px 20px;
	color: #000;
	background-color: #ff821d;
}
.titulo {
	border-bottom: 2px solid #ff821d;
	display: inline-block;
	font-weight: bold;
    padding-bottom: 5px;
    color: #404041;
}
.color {
	color: #ff821d;
}
.submit {
	font-size: 0.9em;
	padding: 5px 20px;
	font-weight: bold !important;
	background-color: #ff821d !important;
	border-radius: 5px;
	color: #FFF !important;
	border: none;
	cursor: pointer;
	-webkit-transition-property: opacity !important;
  	-webkit-transition-duration: 1s;
  	-webkit-transition-timing-function: ease;
  	-moz-transition-property: opacity !important;
  	-moz-transition-duration: 1s;
  	-moz-transition-timing-function: ease;
}
.submit:hover {
	opacity: 0.7;
}
.form-control {
	color: #3c3c3b !important;
	background-color: #f4f4f4 !important;
	border-color: #ff821d !important;
}
/*FOOTER*/
footer {
	text-align: right;
	color: #000;
	background-color: #ff821d;
	padding: 15px 0;
}
@media screen and (max-width:1025px){
}
@media screen and (max-width:769px){
	body {
		overflow-x: hidden;
	}
	.navbar-brand {
		height: auto;
		max-width: 100px;
	}
	.navbar li a.redes {
		margin: 20px 5px 0 20px;
	}
	.alpha {
		display: none;
	}
	.omega {
		display: inherit;
	}
	footer {
		text-align: center;
	}
}
@media screen and (max-width:700px){
}
@media screen and (max-width:415px){
}