
.txt-gloval-naranja 	{ color: #f49200; }
.txt-gloval-azul 		{ color: #003366; }

.bg-gloval-naranja 		{ background: #f49200;
		background: url('/assets/images/fondos/fondo-naranja-01.jpg') no-repeat center center fixed;
		background-size: cover;
}
.bg-gloval-azul 		{ background: #003366; }
.bg-gloval-celeste 		{ background: #EEEEEE; background: linear-gradient(#EEEEEE, #CEDEFE); }
.bg-gloval-gris-img 	{ background: #AAAAFF; background: url("/assets/images/fondos/fondo-03.png"); }
.bg-gloval-transp1 		{ background: transparent; background: rgba(255,255,255,.2); }
.bg-gloval-transp2 		{ background: transparent; background: rgba(255,255,255,.5); }

.requerido-rojo, select.requerido-rojo		{ border-bottom: 1px solid #ff0000!important; background: #fFFAFA; }
.requerido, .requerido-numerico, .requerido-extension, .requerido-email {  }



/* HOME  */

.home_presentacion {
	position: relative;
	background: #002244;
	overflow: hidden;
	padding: 150px 0px;
}
.home_presentacion:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0.3;
	background: url('/assets/images/pages/home_presentacion.jpg') no-repeat center center fixed;
	background-size: cover;
}
.home_presentacion h2, .home_presentacion p		{ text-align: center; position: relative; color: #FFFFFF; text-shadow: 2px 2px 5px #002244; }
.home_presentacion h2		{ font-size: 40px; padding: 20px; z-index: 2; }
.home_presentacion p		{ font-size: 18px; font-weight: bold; z-index: 3; }




/* CLIENTES CAROUSEL */

.clientes_carousel				{
	padding: 80px 20px;
	background: #AAAAFF;
	background: url("/assets/images/fondos/fondo-03.png");
}
.clientes_carousel_slider .clientes_carousel_item img { }
.clientes_carousel h2			{ font-size: 26px; margin: 0px; }





/* DESARROLLOS */

.desarrollos .hacemos			{ text-align: center; padding: 30px 10px; }
.desarrollos .hacemos .h3mas	{ font-size: 36px; }

.desarrollos .columna		{ font-size: 15px; text-align: center; padding: 40px 20px; }
.desarrollos .columna h4	{ color: #003366; font-size: 18px; font-weight: 700; text-shadow: 2px 2px 2px #CCCCCC; margin-bottom: 30px; }
.desarrollos .columna i 	{ color: #003366; font-size: 40px; text-shadow: 2px 2px 2px #CCCCCC; padding:20px; }

.webamedida					{ background: url('/assets/images/pages/home_webamedida.jpg') no-repeat center center fixed;
	background-size: cover;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.webamedida .columna		{ background: rgba(255,255,255,0.7); padding: 40px; border-radius: 20px; color: #000000; text-shadow: 1px 1px 2px #FFFFFF; font-weight: bold; }
.webamedida h3				{ font-size: 24px; color: #FFB442; text-shadow: 1px 1px 2px #333333; margin-bottom: 40px;  }


/* INTRANET */

.intranet 				{ background: #003366; background: linear-gradient(#003366, #002244); font-size: 15px; text-align: center; padding: 50px 0px;
	color: #FFFFFF; text-shadow: 1px 1px 1px #555555;
	}
.intranet h3			{ color: #EEEEFF; font-size: 20px; font-weight: 500; }
.intranet img			{ margin: 8px 0px; border: 1px solid #CCCCCC; }
.intranet h5			{ color: #EEEEEE; font-size: 15px; font-weight: 700; display: block; }






/* CASOS DE EXITO */

.casosdeexito				{ margin: 20px 0px; }
.casosdeexito h3			{ font-size: 20px; font-weight: 700; }
.casosdeexito img.casos 	{ border-radius: 14px; }
.casosdeexito .small 		{ font-size: 15px; }
















/*
*** BARRA
*/

.navbar {
	font-family: 'DM Sans', Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #FFFFFF;
	transition: all 1.8s;
	background: #FFFFFF!important;
	text-transform: uppercase;
}
.bg-top 		{	background: #FFFFFF;	}
.navbar i 		{ font-size: 18px; color: #114477; }

.navbar li.nav-item			{ padding: 5px; margin: 0px; }
.navbar a.nav-link			{ color: #114477!important; border-bottom: #FAFCFF 3px solid; }
.navbar a.nav-link:hover	{ color: #114477!important; border-bottom: #FFB442 3px solid; }

.navbar-brand				{ margin: 0px; padding: 0px; color: #FFFFFF; }
.navbar-brand img			{ margin: 0px 20px; transition: all 0.8s; height: 80px; }

@media (max-width: 700px) {
	.navbar 					{ font-size: 18px; background: #FAFAFA; }
	.navbar-brand img			{ height: 55px; }
	.navbar li.nav-item			{ padding: 0px; text-align: right; border-bottom: 1px dotted #888888; }
	.navbar a.nav-link			{ padding: 4px 20px; margin: 0px; background: rgba(40,80,120,0.3);  }
}

.navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,50,100,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
.navbar-toggler { border-color: rgb(0,50,100); }




/*
*** FORMULARIO DE MAS INFO
*/

.footer-contacto			{ background: linear-gradient(#CCCCFF, #EEEEFF); padding: 80px 0px;
	background: url('/assets/images/fondos/fondo-naranja-01.jpg') no-repeat center center fixed;
	background-size: cover;
}
.footer-contacto .titulo	{ font-family: 'Saira Extra Condensed'; font-size: 28px; color: #FFFFFF; font-weight: 700;
	text-transform: uppercase; }
.footer-contacto .consultar .btn { margin-top: 20px; }
.footer-contacto .consultar i 	{ margin-right: 8px; }





/*
*** FOOTER
*/

#footer {
	background: #DDDDDD;
	background: url('/assets/images/fondos/fondo-gris-02.jpg') no-repeat center fixed;
	background-size: cover;
}
#footer, #footer h3		{ color: #003366; font-size: 16px; text-shadow: 1px 1px 12px #FFFFFF; font-weight: 500; }
#footer h3				{ font-size: 20px; font-weight: 700; padding-bottom: 10px; }

#footer .contenido li		{ display: block; padding: 5px 0px; }
#footer .contenido a		{ color: #003366; }
#footer .contenido .fa 		{ width: 20px; text-align: center; font-size: 12px; }

.gloval			{ font-size: 14px; color: #FFFFFF; background: linear-gradient(#002244, #000000); }
.gloval a		{ color: #EEEEEE; }

@media (max-width: 992px) {
	#footer h1 	{ font-size: 30px; }
	#footer h4	{ font-size: 17px; }
}
@media (max-width: 668px) {
	#footer h1 	{ font-size: 24px; }
	#footer h4	{ font-size: 15px; }
}



