@charset "utf-8";
/* CSS Document */

.background-image {
  background-image: url("/img/Carro/Portada.jpeg");
  background-color: #CCCCCC;
  height: 500px;
  min-height: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.background-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.containerImg{
	background:  rgba(0, 0, 0, 20%);	
	height: 500px;
	  min-height: inherit;
  background-position: center;
  background-size: cover;

}
#container-2{max-width: 500px; align-items: center}
.form-consulta {max-width: 500px; background: #eee; padding: 25px; font-family: 'Source Sans Pro', sans-serif;}
.campo-form {width:100%; height:36px; margin:2px 0 6px; padding-left:6px; box-sizing: border-box; border-radius:3px; border:0; font-family: 'Source Sans Pro', sans-serif; font-size:1em;}
label span {color: #f00}
textarea {min-height: 150px!important;}
.btn-form {display: inline-block; border:0; background: #000; height: 46px; line-height: 46px; padding: 0 20px; border-radius: 6px; color:#fff; text-decoration: none; text-transform: uppercase; letter-spacing: 1px}
.btn-form:hover {background: #444}

footer{
	background-color: rgba(213,142,66, 40%);
	
	
}




.myH2 {
	text-align:center;
	font-size: 4rem;
}
.myP {
	text-align: justify;
	padding-left:15%;
	padding-right:15%;
	font-size: 20px;
}

/* Código que arregla la disposición del menú de hamburguesa de la página en dispositivos móviles */

@media all and (min-width: 992px){
  .navbar-expand-lg .navbar-collapse {
    flex-direction: row-reverse;
  }
}

@media all and (max-width:700px){
	.myP {
		padding:2%;
	}
}
.logo{
	width: 150px;
}

.card{
    z-index: -1;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}