*{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
  :root{
  /* Colores */
  --gris:#010101;
  --negro:rgba(0,0,0,0.7);
  }
header{
	background: #000;
}
body{
	font-family: nunito, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	background: #f1f1f1;
}
h3{
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2rem;
	text-transform: uppercase;
}
footer{
	background-color: #000;
}
.conoce{
	height: 40px;
}
.logo{
  height: 40px;
  margin: 1rem 0rem;
}

.bajada{
	background: var(--gris);
	color: #fff;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.6rem;
}

/*Header*/
.oper{
    background-image: url(../img/lexus-portada.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    max-height: 800px;
}

.tit1{
    text-align: center;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5vw;
    padding: 18% 0px 18% 0px;
    color: #fff;
    text-shadow: 0px 0px 20px #000;
    text-align: -webkit-center;
    text-transform: uppercase;
}
/*Header*/

.grid-uno{
	display: grid;
	/*Grid de 3f*?c*/
	grid-template-columns: repeat(10, 1fr);
	grid-template-rows: repeat(4, 1fr);
	/*padding-right: 0px;
    padding-left: 0px;*/
    background-color: #000;
}

.grid-uno .auto:nth-child(1){
	grid-column: 1 / 11;
	grid-row: 1 / 5;
}

.grid-uno .color:nth-child(2){
	background-color: rgba(0, 0, 0, 0.6);
	grid-column: 1 / 2;
	grid-row: 1 / 5;
}

.grid-uno .texto:nth-child(3){
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	grid-column: 6/ 11;
	grid-row: 1 / 3;
}
.grid-uno .amarillo_1:nth-child(4){
	background-color: red;
	grid-column: 1 / 3;
	grid-row: 1 / 2;
}

.texto{
	padding: 10%;
}

/*Grid 2*/
.grid-dos{
	background-color: #000;
	display: grid;
	/*Grid de 3f*?c*/
	grid-template-columns:  repeat(10, 1fr);
	grid-template-rows: 100px repeat(3, 1fr) 50px;
}
.grid-dos .auto1:nth-child(1){
	grid-column: 4 / 11;
	grid-row: 1 / 6;
}
.grid-dos .item:nth-child(2){
	grid-column: 1 / 6;
	grid-row: 2 / 4;
}
.grid-dos .item:nth-child(3){
	background-color: red;
	color: #fff;
	grid-column: 3 / 9;
	grid-row: 3 / 5;
}
.texto1{
	background-color: rgba(0, 0, 0, 0.6);
	padding: 10%;
	color: #fff;
}

/*Grid 3*/

.grid-tres{
	display: grid;
	/*Grid de 3f*?c*/
	grid-template-columns: repeat(10, 1fr);
	grid-template-rows: repeat(2, 1fr) ;
	/*padding-right: 0px;
    padding-left: 0px;*/
    background-color: #000;
}
.grid-tres .auto2:nth-child(1){
	grid-column: 1 / 11;
	grid-row: 1 / 5;
}

.grid-tres .texto2:nth-child(2){
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	grid-column: 5/ 11;
	grid-row: 4 / 5;
}
.grid-tres .item:nth-child(3){
	background-color: rgba(0, 0, 0, 0.6);
	grid-column: 1 / 2;
	grid-row: 1 / 5;
}
.texto2{
	padding: 10%;
}

/*Grid 4*/
.grid-cuatro{
	background-color: #000;
	display: grid;
	/*Grid de 3f*?c*/
	grid-template-columns:  repeat(10, 1fr);
	grid-template-rows: 100px repeat(3, 1fr) 50px;
}

.grid-cuatro .auto1:nth-child(1){
	grid-column: 4 / 11;
	grid-row: 1 / 6;
}
.grid-cuatro .item:nth-child(2){
	grid-column: 1 / 6;
	grid-row: 2 / 4;
}
.grid-cuatro .item:nth-child(3){
	background-color: red;
	color: #fff;
	grid-column: 3 / 9;
	grid-row: 3 / 5;
}
.texto1{
	background-color: rgba(0, 0, 0, 0.6);
	padding: 10%;
	color: #fff;
}

footer{
	background: #000;
	text-align: center;
	padding: 3% 0%;
}
.conoce{
	height: 40px;
}

.carousel-control-next, .carousel-control-prev{
	top: 50%;
}



@media only screen and (max-width: 940px) {
  

.grid-uno .texto:nth-child(3){
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	grid-column: 8/ 11;
	grid-row: 1 / 5;
}
.grid-dos .item:nth-child(2){
	grid-column: 1 / 6;
	grid-row: 1 / 6;
}

.grid-cuatro .item:nth-child(2){
	grid-column: 1 / 6;
	grid-row: 1 / 6;
}

}

@media only screen and (max-width: 767px) {

.grid-uno .texto:nth-child(3){
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	grid-column: 1/ 11;
	grid-row: 3 / 5;
}

.grid-dos{
	background-color: #000;
	display: grid;
	/*Grid de 3f*?c*/
	grid-template-columns:  repeat(10, 1fr);
	grid-template-rows: repeat(4, 1fr);
}

.grid-dos .auto1:nth-child(1){
	grid-column: 1 / 11;
	grid-row: 1 / 6;
}
.grid-dos .item:nth-child(2){
	grid-column: 1 / 11;
	grid-row: 3 / 6;
}

.grid-tres{
	grid-template-columns:  repeat(10, 1fr);
	grid-template-rows: repeat(4, 1fr);
}
.grid-tres .texto2:nth-child(2){
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	grid-column: 1/ 11;
	grid-row: 3 / 5;
}
.grid-cuatro .auto1:nth-child(1) {
    grid-column: 1 / 11;
    grid-row: 1 / 6;
}
.grid-cuatro .item:nth-child(2) {
    grid-column: 1 / 11;
    grid-row: 3 / 6;
}

}

