/* ====================================================================================
                                START RESET COMPONENTES BOOTSTRAP
==================================================================================== */

.btn-header {
	font-size: 1.4em;
	padding: 10px 20px;
	border-radius: 10px;

	width: 195px;
	margin-left: 5px;
}

.bg-info {
	background-color: #0580b3 !important;
}

.btn-info {
	background-color: #0580b3;
	border: #0580b3;
}

.btn-info:hover {
	background-color: #123c80;
	border: #123c80;
}

.btn-success {
	background-color: #9fba1b;
	border: #9fba1b;
}

.btn-success:hover {
	background-color: #a9c71a;
	border: #a9c71a;
}

.text-info {
	color: #0580b3 !important;
}

/* ====================================================================================
                                END RESET COMPONENTES BOOTSTRAP
==================================================================================== */

a.logo {
	display: block;

	background-image: url('/img/LogoColor.png');

	width: 200px;
	height: 80px;
}

.header-box {
	height: calc(80vh - 140px);
	display: flex;
	justify-content: center;
	align-items: center;

	position: relative;
}

@media only screen and (max-width: 770px) {
	.header-box {
		height: auto;
	}

	nav {
		text-align: right;
	}

	.btn-header.responsive {
		font-size: 1em;
		width: auto;

		margin-bottom: 10px;
	}
}

.header-parrafo {
	color: #004c70;
	font-size: 3em;
	font-weight: bold;
}

section {
	width: 100%;
	position: relative;
}

section.slider {
	width: 100%;
	height: 100vh;
}


.border-azul {
	border: 5px solid #124596;

	border-radius: 50px 50px 50px 50px;
	-moz-border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
}

.img_ {
	width: 250px;
	height: 250px;
}

.img_.img_Compras {
	background-image: url('/img/inicio/Compras.svg');
}

.img_.img_Gestion {
	background-image: url('/img/inicio/Gestión.svg');
}

.img_.img_Facturacion {
	background-image: url('/img/inicio/Facturación.svg');
}

.img_.img_Seguridad {
	background-image: url('/img/inicio/Seguridad.svg');
}

.img_.img_Web {
	background-image: url('/img/inicio/Web-Service.svg');
}

.img_.img_Optimum {
	background-image: url('/img/inicio/Optimum.svg');
}

.img_.img_register {
	background-image: url('/img/inicio/Registro.svg');
}

.text-card h2 {
	font-size: 3em;
}

.text-card p {
	font-size: 2em;
}

.btn_collapse {
	display: block;

	width: 30px;
	height: 30px;

	background-image: url('/img/inicio/menos.svg');

	margin-left: 10px;
}


.collapsed .btn_collapse {
	display: block;

	width: 30px;
	height: 30px;

	background-image: url('/img/inicio/mas.svg');

	margin-left: 10px;
}


/*Body*/

body {
	background-position: left;
	background-size: 150px;

	background-repeat: repeat;
	background-image: linear-gradient(rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.90)), url('/img/inicio/Patron-PP.svg');
}


.footer {
	background: #fff;
	margin: 0;
	padding: 1.875rem;
}
