html,
body {
	font-family: "proxima-nova";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
	margin: 0;
}

.texto-invisible {
	font-size: 0px;
    margin: 0;
}

nav.navbar {
	/*background-image: url("https://www.transparenttextures.com/patterns/arches.png");*/
}

#menu-navbar .nav-link {
	cursor: pointer;
}

nav.navbar .navbar-brand {
	cursor: pointer;
}

@media (max-width: 991px) {
	nav.navbar .navbar-brand img {
		height: 40px;
		width: auto;
	}
}

/* Imagen estadística */
#img-estadistica {
	height: 650px;
	margin-top: 80px;
	background-image: url('../img/estadisticas-estudios-mercado.jpg');
	background-size: cover;
	background-position: center;
	padding: 100px;

	margin-top: 15px;
}

@media (max-width: 991px) {
	#img-estadistica {
		/*margin-top: 60px;*/
		height: 400px;
	}
}

/* Proyecto - Sobre nosotros */
#proyecto {
	padding-top: 15px;
}

#proyecto h2 {
	font-size: 34px;
    font-weight: 100;
	line-height: 1.5em;
    font-style: normal;
    color: #222;
    overflow: hidden;
    letter-spacing: 0px;
    text-transform: uppercase;
}

#proyecto h3,
#software h4 {
	font-size: 19px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #222;
}

#proyecto p,
#proyecto li,
#software p,
#software li {
    color: #444;
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: .02em;
    font-weight: 300;
}

#proyecto .paquetes b {
	font-weight: bold;
}

/* Imagen taller */
#img-taller {
	height: 500px;

	background-image: url('../img/software-taller-mecanico-carroceria.jpg');
	background-size: cover;
	background-position: center;

	/*margin-top: 15px;*/
	margin-top: 80px;
}

@media (max-width: 991px) {
	#img-taller {
		/*margin-top: 0px;*/
		margin-top: 60px;
		height: 350px;
	}
}

/* Software */
#software {
	padding-top: 15px;
}

#software h2 {
	font-size: 34px;
    font-weight: 100;
    line-height: 1.5em;
    font-style: normal;
    color: #222;
    overflow: hidden;
    letter-spacing: 0px;
    text-transform: uppercase;
}

#software .paquetes .card {
	display: block;
	margin: auto;
}

/* Banner Logo */

#banner-logo {
	padding-top: 50px;
	padding-bottom: 25px;
}

#banner-logo img {
	display: block;
	margin: auto;
}

/* Contacto */
#contacto {
	padding-top: 15px;
	padding-bottom: 50px;
    font-size: 14px;
    overflow: hidden;
    background-color: #efefef;
	background-image: url("../img/arches.png");
}

#contacto h2 {
	text-transform: uppercase;
}

#contacto .subtitulo {
	font-weight: bold;
	font-size: 16px;

	margin-bottom: 10px;
}

#contacto iframe {
	border: 0;
}

/* Pie */

footer {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #333333;
	color: #FFFFFF;
	background-image: url("../img/arches.png");
}

footer a,
footer a:hover {
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

footer .copyright {
	padding-top: 15px;
	font-size: 12px;
}

@media (max-width: 767px) {
	footer a {
		font-size: 12px;
		padding-left: 5px;
		padding-right: 5px;
	}

	footer .copyright {
		font-size: 11px;
	}	
}

/* ================= Barra Cookies =====================*/

.cookies {
	display: none;
    background-color: #222;
    color: #FFF;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 17.5px;
    font-size: 17px;
    z-index: 999999999;
}

.cookies .info {
    color: #31a8f0;
    text-decoration: none;
}

.cookies .btn {
    float: right;
    width: 100%;
    background-color: #f1d600;
    color: black;
    font-size: 15px;
}

.cookies .btn:hover {
    background-color: white;
}

.cookies .aceptar {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .cookies {
        font-size: 10px;
        padding: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cookies {
        font-size: 15px;
        padding: 10px;
    }
}

.cookies p {
    margin: 0px;
}

/* Modales */

.modal .icono {
	font-size: 100px;
}

.modal .icono .fa-check {
	color: #0B5B21;
}

.modal .icono .fa-times {
	color: #EF4333;
}