body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.spacerSecciones{
	height: 60px;
}
.boton-hamburguer{
	width: 20px;
  padding: 10px;
  vertical-align: top;
}
.boton-tipo-1 {
	background-color: #f08d00;
    padding: 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: auto;
	display: inline-block;
    text-align: center;
}
.boton-tipo-1:hover {
	background-color: #f6ab41;
}
.fondoDeColor {
	padding: 40px;
}
.fondoDeColor .destacado{
	font-size: 30px;
	font-weight: 700;
	line-height: 1em;
	align-self: center;
}
.top {
	background-color: #FFF;
	z-index: 10;
	/* [disabled]top: 0px; */
}
.alinearCenter{
	text-align: center;
}
.alinearRight{
	text-align: right;
}
.alinearJustifi{
	text-align: justify;
}
.justifyCentro {
	justify-self: center;
}
.textoNota {
	max-width: 650px;
	margin: 40px auto;
	text-align: center;
}
.banner {
	height: 360px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	/* [disabled]margin-top: 105px; */
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	background-color: #F08D00;
}
.banner .videoZona {
	width: 100%;
}
.banner .marcoVideo {
	height: 360px;
	width: 1230px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

.banner .margen h1 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.callToAction {
	width: 510px;
	text-align: center;
	background-color: #f39323;
	padding: 20px;
	border-radius: 30px;
	color: #fff;
	box-shadow: 0px 0px 8px #000;
	border: 13px solid #fff;
	margin: auto;
	box-sizing: border-box;
}
.contenidoFijoBloque .callToAction h2 {
	color:#fff;
	margin: 0 0 20px;
}
.callToAction p {
	margin: 0;
}
.menuStandar {
	background-color: #999;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	vertical-align:top;
	overflow: auto;
	margin:0;
}
.margen {
	width: 1300px;
	margin: 0 auto;

  z-index: 99;
  box-sizing: border-box;
  padding: 0 30px;
}
.banner .marcoVideo .textoBanner {
	padding-top: 25px;
	padding-left: 25px;
	position:absolute;
	    max-width: 620px;
}
.menuMedio {
	display: flex;
}
.menuStandar .menuMedio a  {
	display: inline-block;
	/*
	width: 281px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	*/
	padding: 16px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color:#FFF;
	text-decoration:none;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	flex-grow: 1;
}

.menuStandar .menuMedio a:hover  {
	background-color:#8a8a8a;
}
.botonActivo {
	background-color: #666;
}

.letraBlanca {
	color: #FFF;
}
header {
	display: flex;
	justify-content: space-between;
	align-items: center
}
header .logoTop {
	padding: 40px 0;
}
header .datosContacto {
	color: #878787;
	font-size: 15px;
}
.columnaProducto .titulo h1   , h1{
	font-size: 50px;
	font-weight: bold;
	color: #999999;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.columnaProducto {
	border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #CCC;
  transition: rotate 5s;
}

.contenidoFijoBloque {
	margin-bottom: 80px;
}
.contenidoFijoBloque h2.destacado{
	margin-bottom: 20px;
    padding: 0;
    text-align: left;
    color: #f08d00;
    border: none;
}
.contenidoFijoBloque .ProductosBloque .titulo {
	grid-column: 1/4;
}
.columnaProducto h2 {
	color: #868789;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.columnaProducto h3 {
	color: #CCC;
	font-size: 35px;
	margin: 0px;
	padding: 0px;
}
.ProductosBloque {
	display: grid;
  grid-template-columns: repeat(3, 386px);
  justify-content: space-between;
  grid-gap: 30px;
	grid-row-gap: 70px;
}
.ProductosBloque .columnaProducto p {
	font-size: 16px;
	text-align: justify;
}
.botonMenuOculto {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 302;
}
.botonMenuOculto div {
	display: inline-block;
	vertical-align:top;
	font-size:14px;
	padding: 10px 0;
	color: #999;
}

.menuLateralOculto {
	position: fixed;
	top: 0px;
	right: -300px;
	background-color: #666;
	bottom: 0px;
	color: #FFF;
	padding-top: 30px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.7);
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.7);
	    z-index: 300;
			transition: all 0.4s;
}
	.menuLateralOcultoAbierto {
		right: 0px;
	}
.menuLateralOculto ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menuLateralOculto ul li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
}

.menuLateralOculto ul li:last-of-type {
	border-bottom: solid #CCC 1px;
}

.menuLateralOculto ul li a {
	display:block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
	text-decoration:none;
	color:#FFF;
}

.menuLateralOculto ul li a:hover{
	background-color:#333;
}

.menuLateralOculto h3 {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 30px;
}

#contenidosDesplegables > div{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: none;
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 14px;
	padding: 20px 0 50px;
	    margin-bottom: 40px;
}
#contenidosDesplegables > div h2 {
	color: #f89c19;
  font-size: 30px;
}
#contenidosDesplegables > div h3 {
	margin-top: 40px;
	    margin-bottom: 10px;
	    font-size: 20px;
	    border-bottom: 1px solid;
}
#contenidosDesplegables > div h4 {
	margin: 15px 0 5px;
	    font-size: 18px;
	    color: #a9a7a4;
}
#contenidosDesplegables > div .destacado {
	margin: 5px 0 20px;
	    font-size: 20px;
	    color: #de9329;
}
#acercaDeBoton, #clientesBoton, #portafolioBoton, #contactenosBoton , #contactoBoton, #botonServicios{
	cursor:pointer;

}
.footer {
	padding: 10px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 3px rgba(0,0,0,0.2);
	font-size: 14px;
	font-weight: bold;
	color: #666;
	z-index: 300;
}
.columnaProducto .tarjetaBoton {
	text-decoration: none;
	margin-top: 20px;
    display: block;

}
.columnaProducto .verMas {
	background-color: #f08d00;
    padding: 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 19px;
    border-radius: 0 0 27px 0;
		background-image: url(../imagenes/fondo-vermas-btn.jpg);
		background-position: center right;
		transition: all 1s;
}
.columnaProducto .tarjetaBoton:hover .verMas {
	background-position: center left;
}
.columnaProducto .tarjetaBoton img {
	transition: all 0.3s;
}
.columnaProducto .tarjetaBoton:hover img {
	filter: grayscale(0.7);
	box-shadow: 1px 1px 12px 0px #0000008f;
}

.ContenidosBloque4col {
	display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between;
  grid-gap: 20px;
	grid-row-gap: 70px;
}

.ContenidosBloque3col {
	display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  grid-gap: 20px;
	grid-row-gap: 70px;
}
.ContenidosBloque2col {
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  grid-gap: 20px;
	grid-row-gap: 70px;
}

.contenidoFijoBloque h1.tituloSeccion {
    margin: 40px 0;
}
.contenidoFijoBloque h2 {
	color: #999999;
    text-align: center;
    font-size: 29px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.contactenosAdOne p strong {
    color: #f08d00;
}
.contacto {
	display: grid;
	grid-template-columns: 90px 166px 124px;
    grid-row-gap: 12px;
	margin-top: 59px;
}
.contacto > label {
    grid-column: 1/2;
}
.contacto > input, .contacto > textarea {
    grid-column: 2/4;
}
input#verificacion {
    grid-column: 2/3;
}
.contacto img {
    padding: 15px;
    width: 90%;
}
.contactenosAdOne > p {
    margin: 5px 0;
}
.contacto > textarea{
	height: 56px;
}
.enviar {
    background-color: #f08d00;
    padding: 14px;
    border-radius: 11px;
    color: #fff;
    text-decoration: auto;
    display: inline-block;
    text-align: center;
    border: none;
    font-size: 23px;
	transition: all 0.2s;
}
.enviar:hover {
    background-color: #999999;
    font-weight: 900;
    box-shadow: 1px 2px 7px #f08d00;
}
