:root {
	--fondo-boton-enviar:  #2854a4;  /* gray */
	--color-boton-enviar: white;  /* black */
}

.formulario {
	background: white;
	padding: 30px 30px;
}

.tituloFormulario {
	background: gray;
	color:black;
}

.form-control {
	background-color: rgb(222, 222, 222);
	color:black;
	border-radius: 0;
	height:3.5rem;
}
.form-controlSEARCH {
	background-color: rgb(222, 222, 222);
	color:black;
/*
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
*/
	height:3rem;
/*	width:100%; */
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
/*  border-color:red; */
  box-shadow: none;
  outline: 0 none;
}

.btnENVIAR {

	font-size: 1.3rem;
	background-color: var(--fondo-boton-enviar);
	color: var(--color-boton-enviar);
/*	font-weight: bold; */
	border-radius: 0;
	width:14rem;
	height:4rem;
}

.btnCONTACTANOS {

	font-size: 1rem;
	background-color: black;
	color:white;
	font-weight: bold;
	border-radius: 0;
	border-color: red;
	width:10rem;
	height:3rem;
}

.lnkFAQS {

	font-size: 1rem;
	background-color:white;
	color:black;
	font-weight: bold;
	border-radius: 0;
	height:1.5rem;

}

.lnkFAQS a {

	font-size: 1.2rem;
	background-color:white;
	color:black;
	font-weight: bold;
	border-radius: 0;
	height:2rem;
	text-decoration: none;

}


.btnREDSOCIAL {

	font-size: 1.3rem;
	background-color:  gray;
	padding: 0.5rem;
	color:black;
	font-weight: bold;
	border-radius: 0;
}

.btnREDSOCIAL a {
	background:  red;
}



/* TABS */

.nav-mytabs {

	margin-top: 0rem;
	margin-bottom: 0rem;
	background: black;
	margin:0 !important;
	padding: 0px !important;

}

  .nav-mytabs li:not(:last-child) {
	margin-right: 0px;
  }

  .nav-mytabs a {
	position: relative;
	top: 4px;
	padding: 10px 25px;
	border-radius: 2px 2px 0 0;
	background: white;
	color: black;
	opacity: 0.7;
	transition: all 0.1s ease-in-out;
  }

  .nav-mytabs a.active {
  	opacity: 1;
	top: 0;
	color:black;
	font-weight: bold;
  }

  .nav-mytabs a:hover {
	opacity: 1;
	top: 0;
  }

  .mytab-content {
	position: relative;
	z-index: 2;
	padding: 25px;
	border-radius: 0 4px 4px 4px;
	background: white;
  }

/* ICONOS EN FORMULARIOS */

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }



/*  ORIGINAL

  .nav-mytabs {
	margin-top: 2rem;
  }

  .nav-mytabs li:not(:last-child) {
	margin-right: 7px;
  }

  .nav-mytabs a {
	position: relative;
	top: 4px;
	padding: 10px 25px;
	border-radius: 2px 2px 0 0;
	background: gray;
	color: black;
	opacity: 0.7;
	transition: all 0.1s ease-in-out;
  }

  .nav-mytabs a.active,
  .nav-mytabs a:hover {
	opacity: 1;
	top: 0;
  }

  .mytab-content {
	position: relative;
	z-index: 2;
	padding: 25px;
	border-radius: 0 4px 4px 4px;
	background: white;
  }

  */
