@charset "utf-8";
/* CSS Document */
body {
	padding-bottom: 0px;
}
#street-view {
    height: 90%;
    width: 100%;
    display: contents;
}
.banner.lateral {
	margin-top: 40px;
	display: block;
}
/* css pie */
.piedepagina {
    font-weight: 100;
    padding: 40px 0px;
    background: #3c4042;
    color: white;
 /*   position: absolute;
    right: 0;
    bottom: 0;
    left: 0; */
    -webkit-box-shadow: inset 0px 10px 22px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 10px 22px -8px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 10px 22px -8px rgba(0, 0, 0, 0.75);
}
.listamarcas a.btn {
	display: block;
}
.piedepagina a {
    color: white;
    text-decoration: none;
}
.piedepagina ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.piedepagina ul li {
	display: block;
	margin: 0.5em;
}
.pie-der ul {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.pie-der h3 {
    margin-top: 0px;
	text-align: left!important;
}
.pie-der {
    font-size: 0.8em;
}
.copyright {
    margin: 1em;
    display: inline-block;
	text-align: center;
}
.piedepagina .pie-izq li {
    display: block;
    margin-left: 0px;
    font-size: 1em;
}
.pie-fijo {
    background: white;
    border-top: solid thin #c92020;
    border-bottom: solid thin #c92020;
}
@media (max-width: 991px) {
    body {
        padding-bottom: initial!important;
        margin-bottom: 0px!important;
		position: initial!important;
    }
	.piedepagina {
		position: initial!important;
		
	}
}
.fichaempresa {
    display: block;
    padding: 5%;
    margin: 15px 0px;
    box-shadow: 0px 10px 22px -8px rgba(0, 0, 0, 0.75);
}
.fichaempresa h2 {
    font-size: 2em;
    margin-bottom: 1em;
    padding: 0px;
}
.fichaempresa .titulo {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
    min-width: 25%;
    display: block;
    line-height: 2em;
    margin: 2em 0em 0.2em 0em;
}
.bloquepromo {
	margin-top: 50px;
}
.bloquebusqueda {
    margin: 0px 15px;
    padding: 5px 25px;
    border-radius: 3px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    background-color: #f5f5f5;
    border: solid thin #e8e8e8;
}
.bloquebusqueda a {
    margin-left: 25px;
}
.espaciosup {
    margin-top: 25px;
}
.jumbotron.espaciosup.lateral p {
    font-size: 12px;
    text-align: left;
}
.heroheader.autoescuelas {
    background: url(/autoescuelas/img/encabezado-autoescuelas.jpg) no-repeat center;
    background-size: cover;
    height: 40vh;
	margin-bottom: 50px;
}
/* publicidad nativa */

a.btn.nativo.carfy1 {
    background: url('/autoescuelas/img/pub-bg-carfy-nativo.jpg');
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    text-align: right;
    color: #FFF!important;
	white-space: normal;
	padding-left: 40%;
}
a.btn.nativo.carfy1 p {
	margin: 25px;
	
}
a.btn.nativo.carfy1:hover {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}
.textoentrada {
    margin: 40px;
    font-size: 1.1em;
    line-height: 1.6em;
}
.form-control, .form-group .form-control {
    background-size: auto;
    background-image: none;
    background-color: #f1f1f1;
    border: solid thin #b1b1b1;
    border-radius: 3px;
    padding: .5em;
    -webkit-box-shadow: inset 0px 2px 5px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 2px 5px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0px 2px 5px 1px rgba(0,0,0,0.1);
    will-change: auto;
    transition: all;
}
.carousel-herotext h1, .carousel-herotext h2 {
    font-size: 2em;
}