/*===Inicia estilo Videos NOM035===*/
.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16/9 ratio */
  padding-top: 30px; /* IE6 workaround*/
  height: 0;
  overflow: hidden;
}
.video-responsive iframe,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.video-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
/*===Fin Videos NOM035===*/
/*===Boton Descarga PDF NOm035===*/
.boton_descarga {
  box-shadow: inset 1px -1px 0px -1px #f29c93;
  background: linear-gradient(to bottom, #fe1a00 5%, #d40808 100%);
  background-color: #fe1a00;
  border-radius: 27px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  padding: 4px 17px;
  text-decoration: none;
  text-shadow: 0px 0px 0px #ffffff;
}
.boton_descarga:hover {
  background: linear-gradient(to bottom, #d40808 5%, #fe1a00 100%);
  background-color: #fcfcfc;
}
.boton_descarga:active {
  position: relative;
  top: 1px;
}
/*===Fin Boton Descarga PDF NOm035===*/
/*===Ventana Modal===*/
.mascara {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  background-color: rgba(59, 58, 58, 0.336);
}
.contenedor_modal {
  background-color: #ffffff;
  margin: auto;
  padding: 20px;
  border: none;
  width: 90%;
  height: auto;
  overflow: auto;

  /*display: flex;*/
  /*flex-direction: row;*/
  /*flex-wrap: wrap;*/
}
.formulario_modal {
  /*overflow: auto;*/
  background-color: #ffffff;
}
.cerrar {
  color: #ff0000ea;
  float: right;
  font-size: 35px;
  font-weight: bold;
}
.cerrar:hover,
.cerrar:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/*===Fin Ventana Modal===*/
/*===BORDES DE CAJA DE TEXTO EN EL FORM MODAL===*/
.bordesinput {
  border-radius: 10%;
}
.sinborde {
  border: none;
}
h1::after,
h1::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 3px;
  background-color: #ffffff;
  top: 0.6em;
}
.d_costos {
  background-color: #ffffff;
  float: left;
  width: 50%;
  height: 30%;
}
.d_total {
  width: auto;
  height: 30%;
  background-color: #ffffff;
  float: left;
  width: 50%;
}
.d_contacto {
  clear: both;
  background-color: #ffffff;
  width: auto;
  height: auto;
}
/*PARRAFOS*/
.p_cifra {
  font-size: 65px;
  font-family: Arial, Helvetica, sans-serif;
  width: auto;
  height: auto;
  color: #000;
}
.porcentaje_aplicado {
  font-size: 30px;
  width: auto;
  height: 20px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: crimson;
}
.p_num_colab {
  width: max-content;
  height: auto;
}
.costo_unitario {
  width: auto;
  height: 20px;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
}
.costo_total {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}
#btn_cotizador {
  background-color: red;
  color: #ffffff;
  font-size: 23px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
#numColaboradores {
  box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	display: block;
	width: 100%;
	padding: 7px;
	border: none;
	border-bottom: 1px solid red;
	background: transparent;
	margin-bottom: 10px;
	font: 16px Arial, Helvetica, sans-serif;
	height: 45px;
}
/**/
