/* ----------------------------------------------------------------

	Custom CSS



	Add all your Custom Styled CSS here for New Styles or

	Overwriting Default Theme Styles for Better Handling Updates

-----------------------------------------------------------------*/

.standard-logo{
	margin-top: 15px;
	margin-bottom: 15px;
}

.top-links-container{
	float: right !important;
	text-align: right !important;
}

.top-links-container{
	color: white;
}

.top-links-container p i{
	margin-right: 5px;
}

#top-bar{
	margin-top: -1px;
}

.fbox-content h4 i{
	margin-right: 5px;
	margin-left: 5px;
}

.submenu-title{
	margin-top:15px;
	margin-bottom:15px;
}

.forma-group {
	margin-bottom: 1rem;
}

.forma-widget{
	box-sizing: border-box;
}

.forma-control{
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

label.formError{
	color:#943fb2;
	text-transform: none !important;
	font-size: 12px !important;
	font-weight: 400 !important;
}

.contactanos h4{
	color: white !important;
}

.contactanos ::selection {
	background-color: #249ae1 !important;
  	color: white !important;
}

.contactanos ::-moz-selection{
	background-color: #249ae1 !important;
  	color: white !important;
}
 
.btn-flotante {
	image-orientation:"images/portfolio/4/ISO9001-2015.png";
	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: #000000; /* Color del texto */
	border-radius: 5px; /* Borde del boton */
	letter-spacing: 2px; /* Espacio entre letras */
	background-COLOR:#00000; /* Color de fondo */
	padding: 18px 30px; /* Relleno del boton */
	position: fixed;
	bottom: 40px;
	left: 40px;
	transition: all 300ms ease 0ms;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	z-index: 99;
}
.btn-flotante:hover {
	background-color: #00000; /* Color de fondo al pasar el cursor */
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(-7px);
}
@media only screen and (max-width: 600px) {
 	.btn-flotante {
		font-size: 14px;
		padding: 12px 20px;
		bottom: 20px;
		left: 20px;
	}
}

