/* [Elementos Globales] */

/* *{
  background: #000 !important;
  color: #0f0 !important;
  outline: solid #f00 1px !important;
} */

body {
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden!important; 
}

hr {
	border: 1.1px solid #b4e0f1;
	width: 100px;
}

ul li{
	list-style: none;
}

div.row{
   margin-right: 0px;
}

div.container-fluid{
   padding-right: 0px;
}

.borde {
	border: 1px solid green;
}

.titulo {
	font-weight: 700;
	text-transform: uppercase;
}

.subtitulo {
	font-weight: 400;
	text-transform: uppercase;
}

.parrafo {
	font-style: italic;
}

.fas {
	font-size: 30px;
}

.far {
	font-size: 30px;
}

.fab {
	font-size: 30px;
}

.effectBoxShadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* [Elementos Particulares] */

/* Carrousel */


/* Servicios */

#servicios {
	background-color: #068d9d;
	color: #f8f1ff;
}

.sinPadding {
	padding: 0;
}

/* Nosotros */

#nosotros {
	background-color: #f8f9fa;
}

.fa-check {
	color: #85cc99;
	font-size: 50px;
}

.fa-globe-asia {
	font-size: 50px;
	color: #85cc99;
}

/* Clientes */

#clientes {
	background-color: #068d9d;
}

.marcoClientes {
	background-color: white;
	border-radius: 2px solid red;
}

.imgClientes {
	opacity: 1.0;
	transition: 1s all;
}

.imgClientes:hover {
	opacity: 0.4;
	transition: 1s all;
}

/* Contacto */

#contacto {
	background-color: #f8f9fa;
}

/* Footer */

#footer {
	background-color: #343a40;
	color: white;
}

/* Firma */

#firma {
	background-color: #000000;
	color: white;
}

#firma span a{
	font-style: italic;
	color: #c52233;
}

/* Boton flotante */
.float{
		position:fixed;
	width:50px;
	height:50px;
	bottom:20px;
	right:20px;
	background-color: #c52233;
	color: transparent;
	border-radius:5px;
	text-align:center;

}


.fa-arrow-up {
	font-size: 40px;
	color: white;
	margin-top: 5px;
}
