* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: rgb(238, 238, 238);
	font-family: "Montserrat", sans-serif;
	padding: 80px 0 0; /** OCUPA EL LUGAR QUE DEJA EL HEADER TOP FIXED , le saque 10px al top **/
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-thumb {
	background-color: rgb(8, 122, 228);
	/* "Simula" márgenes laterales */
	border: 2px solid transparent;
	background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
	border-radius: 6px;
}

::-webkit-scrollbar-track {
	background-color: #292b2c;
}

.msgphp {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	font-family: "Montserrat", sans-serif;
	color: rgb(8, 122, 228);
	font-size: 2em;
}

/** HEADER TOP LOGO Y MENU **/
.header {
	background-color: black;
	height: 80px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	border-bottom: 2px solid rgb(8, 122, 228);
	z-index: 100; /** PARA QUE GOOGLE MAPS SE PONGA DEBAJO **/
}

.nav {
	display: flex;
	justify-content: space-between;
	max-width: 992px;
	margin: 0 auto;
}

.nav-link {
	color: #f5f5f5;
	text-decoration: none;
}

.logo {
	padding: 0 60px;
	line-height: 100px;
}

.logo img {
	width: 100px;
	height: 35px;
}

.nav-menu {
	display: flex;
	margin-right: 40px;
	list-style: none;
}

.nav-menu-item {
	font-size: 16px;
	margin: 0 10px;
	line-height: 80px;
}

.nav-menu-link {
	padding: 8px 12px;
	border-radius: 3px;
	transition: 0.5s;
}

.nav-menu-link:hover,
.nav-menu-link_active {
	background-color: rgb(8, 122, 228);
	transition: 0.5s;
	color: white;
}

.nav-toggle {
	color: white;
	background: none;
	border: none;
	font-size: 30px;
	padding: 0 20px;
	/**line-height: 60px;**/
	display: none;
	cursor: pointer;
}

/** FIN DE HEADER TOP LOGO Y MENU **/
.fadeinservicios,
.fadeinproductos,
.fadeinmarcas,
.fadeinpreguntas,
.fadeinsucursales,
.fadeincontacto,
.imagensobrenosotros,
.cards,
.subtituloproductos,
.section__productos__grid,
.fadeinmarcassub,
.section__marcas__grid,
.mtz,
.tigre,
.section__preguntas__accordion,
.fadeincontactop,
.formulario {
	transform: translateY(20px);
	transition: 0.5s ease-in-out all;
	opacity: 0;
}

.section__portada {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background-color: rgb(10, 10, 10);
	background-image: url("../img/localtigre.jpg");
	background-attachment: fixed;
	background-blend-mode: soft-light;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.section__portada img {
	margin-top: 120px;
	width: 100%;
	padding: 10px;
}

.iconoportada {
	padding-bottom: 100px;
	color: rgb(8, 122, 228);
	font-size: 50px;
}

.iconoportada a {
	color: rgb(8, 122, 228);
	transition: 0.3s ease all;
}

.iconoportada a:hover {
	color: #f5f5f5;
}

.titulo__banner {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 20vh;
	background-color: rgb(10, 10, 10);
	background-image: url("../img/banner.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.section__sobre-nosotros {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px;
	min-width: 830px; /** se puede retocar **/
	min-height: 100vh;
}

.textosobrenosotros {
	width: 90%;
	font-size: 14px;
	font-weight: 400;
	opacity: 0;
	transform: translateY(20px);
	transition: 0.5s ease-in-out all;
}

.textosobrenosotros H2 {
	font-size: 35px;
	font-weight: 300;
	letter-spacing: -2px;
	padding-top: 10px;
}

.textosobrenosotros hr {
	margin-top: 10px;
	height: 3px;
	border: none;
	width: 400px;
	background-color: rgb(8, 122, 228);
}

.textosobrenosotros img {
	max-width: 130px;
}

.ml {
	display: flex;
	justify-content: center;
	align-items: center;
}

.siempreclientes {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	padding: 5px;
	background-color: rgb(8, 122, 228);
}

.siempreclientes h3 {
	font-size: 25px;
	font-weight: 300;
}

.imagensobrenosotros img {
	width: 100%;
	padding: 20px;
	border-radius: 50px;
	min-width: 420px;
}

.section__servicios {
	/*background-color:rgb(8, 122, 228);*/
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	background-color: #f5f5f5;
}

.section__servicios h4 {
	font-size: 5em;
	font-weight: 600;
	color: rgb(8, 122, 228);
	padding: 0 10px;
}

.cards {
	display: flex;
	color: rgb(8, 122, 228);
}

.cards i {
	font-size: 5em;
	padding: 5px;
}

.cards h3 {
	font-size: 1.5em;
	padding: 5px;
}

.cards p {
	padding: 20px;
	color: #001733;
}

.envios,
.atcliente,
.stock {
	width: 100%;
	max-width: 400px;
	padding: 10px;
	text-align: center;
}

/* MARCAS */
.section__marcas {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	min-height: 100vh;
	background-color: #f5f5f5;
}

.section__marcas h4 {
	font-size: 5em;
	font-weight: 600;
	color: rgb(8, 122, 228);
	padding: 60px 10px 0px 10px;
}

.section__marcas__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 100px;
	grid-row-gap: 50px;
	max-width: 1200px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

.section__marcas__grid__item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.section__marcas__grid__item img {
	max-width: 200px;
}

/** PRINCIPIO DE SUCURSALES **/
.section__sucursales {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
	background-color: rgb(10, 10, 10);
	background-image: url("../img/local.jpg");
	background-attachment: fixed;
	background-blend-mode: soft-light;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.section__sucursales h4 {
	font-size: 5em;
	font-weight: 600;
	color: rgb(8, 122, 228);
	padding: 0px 10px 0 10px;
}

.hr {
	height: 1px;
	border: none;
	width: 95%;
	background-color: rgb(8, 122, 228);
	margin-top: 30px;
}

.googlemaps {
	width: 600px;
	height: 300px;
	border: 2px solid rgb(8, 122, 228);
	margin: 5px;
}

.googlemaps iframe {
	width: 100%;
	height: 100%;
}

.datos span {
	font-weight: 200;
}

.datos i {
	color: rgb(8, 122, 228);
	font-size: 1.4em;
}

.whatsapp i {
	color: black;
	background-color: rgb(8, 122, 228);
	border-radius: 25px;
	padding: 2px;
	font-size: 1.2em;
}

.tel,
.whatsapp,
.direccion,
.email {
	display: flex;
	align-items: center;
}

.datos h2 {
	font-size: 35px;
	color: rgb(8, 122, 228);
}

.datos p {
	color: rgb(8, 122, 228);
	padding: 10px;
	font-size: 20px;
}

.mtz,
.tigre {
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 10px 40px 10px;
}

/** FIN DE SUCURSALES **/
/**PRINCIPIO PRODUCTOS**/
.section__productos {
	padding-bottom: 40px;
	text-align: center;
	min-height: 90vh;
}

.tituloproductos {
	font-size: 5em;
	font-weight: 600;
	color: rgb(8, 122, 228);
	padding: 80px 10px 0 10px;
}

.subtituloproductos {
	padding: 10px 10px 80px 10px;
}

.section__productos__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	max-width: 1200px;
	margin: auto;
	padding-bottom: 60px;
}

.section__productos__grid__item {
	display: flex;
	justify-content: space-between;
	max-width: 400px;
	align-items: center;
	border-radius: 25px;
	padding: 0 5px;
	background: linear-gradient(110deg, white 60%, rgb(20, 139, 250) 60%);
	box-shadow: 1px 1px 12px -2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 1px 12px -2px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 12px -2px rgba(0, 0, 0, 0.25);
}

.section__productos__grid__item h3 {
	padding: 5px 10px;
	text-align: left;
}

.section__productos__grid__item img {
	max-width: 120px;
	width: 100%;
	padding: 5px 10px 5px 3px;
}

.section__preguntas {
	min-height: 100vh;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.section__preguntas h4 {
	font-size: 5em;
	font-weight: 600;
	color: rgb(8, 122, 228);
	padding: 0 10px;
}

.section__preguntas__accordion {
	padding: 20px 10px 40px 10px;
}

.accordion {
	width: 100%;
	padding: 0 5px;
	border: 2px solid #6db5ff;
	cursor: pointer;
	display: flex;
	margin: 10px 0;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	border-radius: 30px;
	transition: all 0.3s ease-in;
}

.accordion i {
	color: rgb(8, 122, 228);
	transition: all 0.3s ease-in;
}

.accordion .fa-minus {
	display: none;
}

.active,
.accordion:hover {
	background-color: rgb(8, 122, 228);
	color: white;
	transition: all 0.3s ease-in;
	border: 2px solid #dddddd;
}

.active .fa-minus {
	display: block;
}

.active .fa-plus {
	display: none;
}

.accordion h5 {
	font-size: 20px;
	margin: 0;
	color: #001733;
	padding-left: 5px;
	font-weight: 500;
}

.active i,
.active h5,
.accordion:hover i,
.accordion:hover h5 {
	color: white;
}

.panal {
	padding: 0 15px;
	border-left: 1px solid rgb(8, 122, 228);
	margin-left: 25px;
	font-size: 14px;
	text-align: justify;
	overflow: hidden;
	transition: all 0.2s ease-in;
	max-height: 0;
}

.section__contacto {
	background-color: rgb(10, 10, 10);
	background-image: url("../img/localtigre.jpg");
	background-attachment: fixed;
	background-blend-mode: soft-light;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	align-items: center;
	color: rgb(8, 122, 228);
	min-height: 100vh;
}

.contactanos h2 {
	font-size: 5em;
	font-weight: 600;
}

.contactanos {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.contactanos p {
	font-size: 1.4em;
	font-weight: 300;
}

#formulario {
	padding: 30px 20px;
	width: 300px;
}

.form-controll {
	color: #c8c8c8;
	position: relative;
	margin-bottom: 10px;
	font-size: 13px;
	width: 100%;
}

.form-controll input,
.form-controll textarea {
	border: none;
	width: 100%;
	background-color: #f0f0f0;
	padding: 5px;
	display: block;
}

input:focus,
.form-controll {
	outline: none;
}

.form-controll textarea {
	width: 100%;
	height: 100px;
	resize: none;
	display: block;
	outline: none;
}

.form-controll button {
	border: none;
	padding: 5px;
	background-color: rgb(8, 122, 228);
	width: 100%;
}

.form-controll p {
	visibility: hidden;
	position: absolute;
	font-size: small;
	font-weight: 500;
	text-align: right;
}

.form-controll.falla p {
	visibility: visible;
	color: #fe5f55;
}

.form-controll.ok input {
	border: 0.1px solid;
	border-color: green;
}

.form-controll.falla input {
	border: 0.1px solid;
	border-color: #fe5f55;
}

/** BOTON ARRIBA **/
.button-up {
	width: 60px;
	height: 60px;
	font-size: 20px;
	color: #c8c8c8;
	background-color: rgb(8, 122, 228);
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 25px;
	right: 25px;
	cursor: pointer;
	border: 3px solid transparent;
	transition: all 300ms ease;
	transform: scale(0);
}

.button-up:hover {
	transform: scale(1.1);
	background-color: rgb(4, 88, 167);
}

/** BOTON WHATSAPP **/
.btn-wsp {
	position: fixed;
	width: 60px;
	height: 60px;
	line-height: 63px;
	bottom: 25px;
	left: 25px;
	background: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 35px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
	z-index: 100;
	transition: all 300ms ease;
}

.btn-wsp:hover {
	background: #20ba5a;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
	.btn-wsp {
		width: 63px;
		height: 63px;
		line-height: 66px;
	}
}
.footer {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 20px 0;
	background-color: black;
	color: #f5f5f5;
	font-size: 14px;
}

.footer h4 {
	color: rgb(8, 122, 228);
	padding: 5px;
}

.footer a {
	padding: 5px;
	color: rgb(8, 122, 228);
	font-size: 30px;
	transition: 0.3s ease all;
}

.footer a:hover {
	color: rgb(4, 88, 167);
}

.footer .web {
	color: rgb(8, 122, 228);
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
}

/* FORMULARIO */
.datoscontacto {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: auto;
}

.datoscontacto-caja {
	text-align: center;
	width: 100%;
}

body.dark .datoscontacto-caja {
	color: #888c8f;
}

.datoscontacto-caja i {
	font-size: 180px;
	color: #ffa22e;
}

.datoscontacto-caja p {
	font-size: 50px;
}

.datoscontacto-caja .mail {
	font-size: 17px;
}

.formulario {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 30px 0 60px 0;
	position: relative;
	margin: 30px 0;
}

.formulario__label {
	display: block;
	padding: 5px 0;
	cursor: pointer;
	color: rgb(8, 122, 228);
	transition: 0.3 ease all;
}

.formulario__label:hover {
	transition: 0.3 ease all;
	color: rgb(8, 88, 167);
}

.formulario__grupo-input {
	position: relative;
}

.formulario__grupo-input .textarea {
	height: 150px;
	line-height: 30px;
	resize: none;
}

.formulario__grupo {
	padding: 10px 0;
}

.formulario__input,
.formulario__msg {
	font-family: "Poppins", sans-serif;
	width: 300px;
	/*background: transparent;*/
	background-color: #000000;
	border: none;
	border-bottom: 2px solid rgb(8, 122, 228);
	height: 35px;
	line-height: 35px;
	padding: 0px 30px 0 0;
	transition: 0.2s ease all;
	font-size: 1em;
	color: #888c8f;
}

.formulario__input::-moz-placeholder,
.formulario__msg::-moz-placeholder {
	color: #292b2c;
}

.formulario__input::placeholder,
.formulario__msg::placeholder {
	color: #292b2c;
}

.formulario__input:focus,
.formulario__msg:focus {
	border: none;
	border-bottom: 2px solid rgb(8, 88, 167);
	outline: none;
	box-shadow: 3px 0px 30px rgba(0, 0, 0, 0.1);
}

.formulario__input-error {
	font-size: 12px;
	margin-bottom: 0;
	display: none;
	position: absolute;
	color: #bb2929;
	/** para que no se muevan los divs para abajo **/
	width: 250px;
	/**errores mas largo **/
}

.formulario__input-error-activo {
	display: block;
}

.formulario__validacion-estado {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 100;
	font-size: 16px;
	opacity: 0;
}

.formulario__validacion-estadoo {
	position: absolute;
	right: 10px;
	top: 8px;
	z-index: 100;
	font-size: 16px;
	opacity: 0;
}

.formulario__checkbox {
	margin-right: 10px;
}

.formulario__mensaje {
	font-size: 1em;
	height: 40px;
	line-height: 40px;
	background: #bb2929;
	padding: 0 5px;
	border-radius: 3px;
	display: none;
	position: absolute;
	bottom: -5px;
	width: 300px;
	text-align: center;
	color: #132027;
}

.formulario__mensaje-activo {
	display: block;
}

.formulario__mensaje p {
	margin: 0;
}

.formulario__grupo-btn-enviar {
	width: 300px;
}

.formulario__btn {
	height: 45px;
	line-height: 45px;
	width: 100%;
	background-color: rgb(8, 122, 228);
	color: white;
	font-weight: bold;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: 0.1s ease all;
}

.formulario__btn:hover {
	background-color: rgb(8, 88, 167);
	color: white;
}

.formulario__mensaje-exito {
	font-size: 14px;
	color: rgb(8, 88, 167);
	display: none;
	text-align: center;
}

.formulario__mensaje-exito-activo {
	display: block;
}

/* ----- -----  Estilos para Validacion ----- ----- */
.formulario__grupo-correcto .formulario__validacion-estado,
.formulario__grupo-correcto .formulario__validacion-estadoo {
	color: rgb(8, 122, 228);
	opacity: 1;
}

/*.formulario__grupo-incorrecto .formulario__label {
  color: #bb2929;
}*/
.formulario__grupo-incorrecto .formulario__validacion-estado,
.formulario__grupo-incorrecto .formulario__validacion-estadoo {
	color: #bb2929;
	opacity: 1;
}

.formulario__grupo-incorrecto .formulario__input {
	border-bottom: 2px solid #bb2929;
}

.aparece {
	opacity: 1;
	transform: translateY(0px);
}

@media screen and (max-width: 1240px) {
	.section__productos__grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(6, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		max-width: 850px;
		margin: 0 auto;
	}
	.section__preguntas {
		padding: 20px 0;
		flex-direction: column;
	}
	.section__preguntas h4 {
		padding: 40px 0 0 0;
	}
}
@media screen and (max-width: 922px) {
	body {
		padding-top: 70px; /** OCUPAR EL LUGAR QUE DEJA EL TOP FIXED **/
	}
	.header {
		height: 70px;
	}
	.logo {
		font-size: 25px;
		font-weight: bold;
		padding: 0 20px;
		line-height: 80px;
	}
	.nav-menu {
		flex-direction: column;
		align-items: center;
		margin-right: 20px; /** 0 **/
		background-color: black;
		position: fixed;
		left: 0;
		top: 70px;
		width: 100%;
		padding: 20px 0;
		height: 60%;
		overflow-y: auto;
		left: 100%;
		transition: left 0.3s;
	}
	.nav-menu-item {
		line-height: 70px;
	}
	.nav-menu-link:hover,
	.nav-menu-link_active {
		background: none;
		color: rgb(8, 122, 228);
	}
	.nav-toggle {
		display: block;
	}
	.nav-menu_visible {
		left: 0;
	}
	.button-up {
		width: 45px;
		height: 45px;
	}
	/**FIN DE MENU MEDIA QUERY**/
	/** PRINCIPIO DE SOBRE NOSOTROS**/
	.section__sobre-nosotros {
		width: 100%;
		margin: 0 auto;
		min-width: auto;
		display: flex;
		flex-direction: column;
		padding: 20px;
	}
	.section__sobre-nosotros img {
		padding: 20px 0px;
	}
	.textosobrenosotros {
		width: 100%;
		text-align: justify;
		padding-right: 0px;
	}
	.siempreclientes h3 {
		font-size: 16px;
	}
	.textosobrenosotros H2 {
		font-size: 25px;
		padding-top: 5px;
	}
	.textosobrenosotros hr {
		width: 90%;
	}
	/** FIN DE SOBRE NOSOTROS **/
	.section__servicios h4 {
		padding: 70px 10px 0 10px;
	}
	.section__marcas__grid {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(9, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 30px;
	}
	.section__marcas__grid__item img {
		max-width: 300px;
	}
	.section__sucursales h4 {
		padding: 70px 0 0 0;
	}
	.cards {
		display: flex;
		flex-direction: column;
	}
	.mtz,
	.tigre {
		flex-direction: column;
	}
	.section__productos__grid {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(18, 1fr);
		max-width: 400px;
	}
	.section__preguntas h4 {
		text-align: center;
	}
	.section__contacto {
		background-color: rgb(10, 10, 10);
		background-image: url("../img/localtigre.jpg");
		background-attachment: fixed;
		background-blend-mode: soft-light;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		display: flex;
		width: 100%;
		justify-content: space-evenly;
		align-items: center;
		flex-direction: column;
		color: rgb(8, 122, 228);
	}
}
@media screen and (max-width: 650px) {
	.section__preguntas h4,
	.section__sucursales h4,
	.tituloproductos,
	.section__servicios h4,
	.contactanos h2,
	.section__marcas h4 {
		font-size: 3em;
	}
	.googlemaps {
		width: 400px;
		height: 400px;
	}
}
@media screen and (max-width: 450px) {
	.section__marcas__grid {
		grid-row-gap: 20px;
	}
	.section__marcas__grid__item img {
		max-width: 200px;
	}
	.googlemaps {
		width: 300px;
		height: 300px;
	}
	.section__preguntas h4,
	.section__sucursales h4,
	.tituloproductos,
	.section__servicios h4,
	.contactanos h2 {
		font-size: 2.5em;
	}
	.section__sucursales p {
		font-size: 1em;
	}
	.contactanos p {
		font-size: 1em;
		text-align: center;
	}
	.imagensobrenosotros img {
		min-width: 1px;
	}
}
@media screen and (max-width: 350px) {
	.iconoportada {
		padding: 200px 0;
		color: rgb(8, 122, 228);
		font-size: 30px;
	}
	.button-up {
		width: 35px;
		height: 35px;
	}
	.googlemaps {
		width: 270px;
		height: 270px;
	}
	.formulario__input,
	.formulario__msg {
		width: 260px;
	}
	.formulario__btn {
		width: 260px;
	}
} /*# sourceMappingURL=scss.css.map */
