* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

:root {
	/* Colores */
	--gris: #010101;
	--negro: rgba(0, 0, 0, 0.7);
}

header {
	background: #fff;
}

body {
	font-family: nunito, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	background: #f1f1f1;
	color: #272728;
}

h3 {
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2rem;
	text-transform: uppercase;
}

footer {
	background-color: #fff;

}


/*-------CONOCE MÁS--------*/
/* From Uiverse.io by satyamchaudharydev */ 
/* From Uiverse.io by tomaskriegelstein */ 
button.conoce {
  font-size: 18px;
  color: grey;
  font-family: Poppins;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  border: none;
  background: none;

  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
  display: inline-flex;
  align-items: center;
}

button.conoce:focus,
button.conoce:hover {
  color: #000;
}

button.conoce:focus:after,
button.conoce:hover:after {
  width: 100%;
  right: ;
  left: auto; /* Ensure left is auto to override the initial value */
}

button.conoce:after {
  content: "";
  pointer-events: none;
  bottom: -7px;
  right: auto; /* Start from the right */
  left: 0; /* Ensure left is auto to override the initial value */
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 500ms;
  transition-property: width, right;
}

.svg-icon {
  width: 0.9em;
  height: 0.8em;
  margin-left: 10px;
  fill: grey;
  transform: rotate(-45deg);
  transition: transform 0.5s ease-out;
}

button.conoce:hover .svg-icon {
  transform: rotate(0deg);
  fill: #000;
}

/*-------CONOCE MÁS--------*/

.logo {
	height: 30px;
	margin: 1rem 0rem;
}

.bajada {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.6rem;
}

/*Header*/
.oper {
	background-image: url(../img/toyota-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 17% 0px;
	color: #fff;
	text-shadow: 0px 0px 20px #000;
	text-align: -webkit-center;
	text-transform: uppercase;
}

/*Header*/

/* Sección Uno */
.uno {
	position: relative;
	background-color: #f1f1f1;
	width: 100%;
}

.uno .imagen {
	position: relative;
	width: 100%;
	display: block;
}

.uno .imagen img {
	width: 100%;
	display: block;
}

.uno .texto {
	position: absolute;
	bottom: 5%;
	right: 5%;
	width: 45%;
	max-width: 600px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.85);
	padding: 3rem;
	box-sizing: border-box;
}

.uno .texto h3 {
	margin-bottom: 1rem;
}

.uno .texto p {
	margin-bottom: 1rem;
}

.uno .texto p:last-child {
	margin-bottom: 0;
}

/* Media queries para sección Uno */
@media only screen and (max-width: 1024px) {
	.uno .texto {
		width: 55%;
		padding: 2.5rem;
	}
}

@media only screen and (max-width: 768px) {
	.uno {
		display: flex;
		flex-direction: column;
	}

	.uno .imagen {
		position: static;
	}

	.uno .texto {
		position: static;
		width: 100%;
		max-width: none;
		background-color: #000;
		padding: 2rem 1.5rem;
	}
}

/* Sección Dos */
.dos {
	position: relative;
	background-color: #f1f1f1;
	width: 100%;
	padding: 50px 0;
}

.dos .imagen {
	position: relative;
	width: 80%;
	margin-left: auto;
	display: block;
}

.dos .imagen img {
	width: 100%;
	display: block;
}

.dos .texto {
	position: absolute;
	bottom: 15%;
	width: 40%;
	max-width: 600px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.85);
	padding: 3rem;
	box-sizing: border-box;
}

.dos .texto h3 {
	margin-bottom: 1rem;
}

.dos .texto p {
	margin-bottom: 1rem;
}

.dos .texto p:last-child {
	margin-bottom: 0;
}

/* Media queries para sección Dos */
@media only screen and (max-width: 1024px) {
	.dos .imagen {
		width: 85%;
	}

	.dos .texto {
		width: 55%;
		padding: 2.5rem;
	}
}

@media only screen and (max-width: 768px) {
	.dos {
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	.dos .imagen {
		position: static;
		width: 100%;
		margin: 0;
	}

	.dos .texto {
		position: static;
		width: 100%;
		max-width: none;
		background-color: #000;
		padding: 2rem 1.5rem;
	}
}

/* Sección Tres */
.tres {
	position: relative;
	background-color: #f1f1f1;
	width: 100%;
}

.tres .imagen {
	position: relative;
	width: 100%;
	display: block;
}

.tres .imagen img {
	width: 100%;
	display: block;
}

.tres .texto {
	position: absolute;
	bottom: 0;
	left: 10%;
	right: 10%;
	width: 80%;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.85);
	padding: 3rem;
	box-sizing: border-box;
}

.tres .texto h3 {
	margin-bottom: 1rem;
}

.tres .texto p {
	margin-bottom: 1rem;
}

.tres .texto p:last-child {
	margin-bottom: 0;
}

/* Media queries para sección Tres */
@media only screen and (max-width: 1024px) {
	.tres .texto {
		left: 8%;
		right: 8%;
		width: 84%;
		padding: 2.5rem;
	}
}

@media only screen and (max-width: 768px) {
	.tres {
		display: flex;
		flex-direction: column;
	}

	.tres .imagen {
		position: static;
	}

	.tres .texto {
		position: static;
		left: auto;
		right: auto;
		width: 100%;
		background-color: #000;
		padding: 2rem 1.5rem;
	}
}

/* Carrusel */
.carousel {
	width: 70%;
	margin: 0 auto;
}

/* Media queries para Carrusel */
@media only screen and (max-width: 1024px) {
	.carousel {
		width: 80%;
	}
}

@media only screen and (max-width: 768px) {
	.carousel {
		width: 100%;
	}
}

/* Sección Cuatro */
.cuatro {
	position: relative;
	background-color: #f1f1f1;
	width: 100%;
	padding: 50px 0;
}

.cuatro .imagen {
	position: relative;
	width: 80%;
	margin-left: auto;
	display: block;
}

.cuatro .imagen img {
	width: 100%;
	display: block;
}

.cuatro .texto {
	position: absolute;
	bottom: 18%;
	left: 0%;
	width: 40%;
	max-width: 600px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.85);
	padding: 3rem;
	box-sizing: border-box;
}

.cuatro .texto h3 {
	margin-bottom: 1rem;
}

.cuatro .texto p {
	margin-bottom: 1rem;
}

.cuatro .texto p:last-child {
	margin-bottom: 0;
}

/* Media queries para sección Cuatro */
@media only screen and (max-width: 1024px) {
	.cuatro .imagen {
		width: 85%;
	}

	.cuatro .texto {
		width: 55%;
		padding: 2.5rem;
	}
}

@media only screen and (max-width: 768px) {
	.cuatro {
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	.cuatro .imagen {
		position: static;
		width: 100%;
		margin: 0;
	}

	.cuatro .texto {
		position: static;
		width: 100%;
		max-width: none;
		background-color: #000;
		padding: 2rem 1.5rem;
	}
}

/* Sección Cinco */
.cinco {
	position: relative;
	background-color: #f1f1f1;
	width: 100%;
	padding: 50px 0;
}

.cinco .imagen {
	position: relative;
	width: 70%;
	margin-right: auto;
	display: block;
}

.cinco .imagen img {
	width: 100%;
	display: block;
}

.cinco .texto {
	position: absolute;
	bottom: 10%;
	right: 0%;
	width: 40%;
	max-width: 600px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.85);
	padding: 3rem;
	box-sizing: border-box;
}

.cinco .texto h3 {
	margin-bottom: 1rem;
}

.cinco .texto p {
	margin-bottom: 1rem;
}

.cinco .texto p:last-child {
	margin-bottom: 0;
}

/* Media queries para sección Cinco */
@media only screen and (max-width: 1024px) {
	.cinco .imagen {
		width: 85%;
	}

	.cinco .texto {
		width: 55%;
		padding: 2.5rem;
	}
}

@media only screen and (max-width: 768px) {
	.cinco {
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	.cinco .imagen {
		position: static;
		width: 100%;
		margin: 0;
	}

	.cinco .texto {
		position: static;
		width: 100%;
		max-width: none;
		background-color: #000;
		padding: 2rem 1.5rem;
	}
}

/* Sección Seis */
.seis {
	position: relative;
	background-color: #f1f1f1;
	width: 100%;
}

.seis .imagen {
	position: relative;
	width: 100%;
	display: block;
}

.seis .imagen img {
	width: 100%;
	display: block;
}

.seis .texto {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30%;
	max-width: 500px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.85);
	padding: 3rem;
	box-sizing: border-box;
}

.seis .texto h3 {
	margin-bottom: 1rem;
}

.seis .texto p {
	margin-bottom: 1rem;
}

.seis .texto p:last-child {
	margin-bottom: 0;
}

/* Media queries para sección Seis */
@media only screen and (max-width: 1024px) {
	.seis .texto {
		width: 40%;
		padding: 2.5rem;
	}
}

@media only screen and (max-width: 768px) {
	.seis {
		display: flex;
		flex-direction: column;
	}

	.seis .imagen {
		position: static;
	}

	.seis .texto {
		position: static;
		width: 100%;
		max-width: none;
		background-color: #000;
		padding: 2rem 1.5rem;
	}

	.oper {
	background-image: url(../img/toyota-portada-m.jpg);

}

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

}