:root {
  --blak-text: #555555;
  --navbar-height: 5rem;
  --background-menu: #00594788;
  --menu-color: #fff;
  --menu-contrast-color: #c29a62;
  --banner-full-height: 100vh;
  --banner-height: 65vh;
  --banner-width: 90vw;
  --primary-color: #033e30;
  --secondary-color: #bdcec8;
  --contrast-color: #c29a62;
  --atention-color: #ffb727;
  --font-size-btn: 1.5rem;
  --firs-color: #000a54;
  --second-color: #888;
  --principal-margin: 150px;
  --global-x-margin: 2rem;
}

html {
  scroll-behavior: smooth;
}

ul.nav__link {
  list-style: none;
}

.nav__rs {
  display: inline-block !important;
  width: 30px;
  margin: 0 4px;
}

.nav__rs:hover {
  filter: drop-shadow(0px 0px 5px #c29a62);
}

@media screen and (max-width: 1000px) {
  .show-menu,
  .nav__menu {
    top: var(--navbar-height) !important;
    z-index: 1018;
  }
}
/* @media screen and (min-width: 1000px) {
  .nav__list {
    column-gap: 3.8rem!important;
	}
} */

#service_line {
  margin: 2rem 0;
  padding: 2rem 0;
  background-image: url(/medias/image/lspirits/textura_cafe.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
}
#service_line .flex {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  flex-wrap: wrap;
}

#service_line .flex .serv {
  margin: 1.2rem;
}
#service_line .flex .line {
  display: none;
}

#service_line img {
  height: 6rem;
}

#service_line .title {
  margin: 1.2rem;
  font-weight: 600;
  font-size: 125%;
  font-family: serif;
  color: var(--primary-color);
}

#service_line .text {
  color: var(--contrast-color);
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 105%;
}

#tradicion {
  position: relative;
  align-items: center;
  overflow: hidden;
}

#tradicion img {
  position: absolute;
  top: 3rem;
  opacity: 0.5;
  z-index: -1;
  width: 100%;
  height: auto;
}

#tradicion .title {
  background-color: var(--secondary-color);
  text-align: justify;
  color: var(--primary-color);
  padding: 1.2rem var(--global-x-margin);
  font-size: 1.4rem;
}
#tradicion .text {
  text-align: justify;
  color: var(--primary-color);
  font-size: 1.2rem;
  padding: 0.8rem var(--global-x-margin);
}

.btn-green {
  --size-title-min: 0.7rem;
  --face-button: var(--primary-color);
}
#tradicion .button {
  font-weight: 600;
  margin: 0.5rem auto;
}

#services h1,
#equipo h1 {
  position: relative;
  color: var(--primary-color);
  display: block;
  margin: 2.5rem auto;
  font-size: 3rem;
  text-align: center;
}

#services .body {
  background-image: url(/medias/image/lspirits/textura_verde_der.svg);
  background-repeat: no-repeat;
  background-position: left;
}

#services .body > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: row;
}

#services .body img {
  display: none;
}

.pasouno {
  --color-paso: #c29a63;
}

.pasodos {
  --color-paso: #928356;
}

.pasotres {
  --color-paso: #616c49;
}

.pasocuatro {
  --color-paso: #33553d;
}

#services .pasos ul {
  color: var(--color-paso);
  list-style: none;
  padding: 0 1.5rem 1.5rem 1.5rem;
  place-items: center;
  font-size: 1.4rem;
  margin: 0;
}

#services .pasos li {
  margin-bottom: 5px;
}

#services .pasos .title {
  background-color: var(--color-paso);
  border-radius: 30px 30px 0 0;
  padding: 1.3rem;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
}

#services .pasos {
  position: relative;
  box-shadow: 0px 0px 10px 6px lightgrey;
  border-radius: 30px 30px 0 0;
  background-color: #fff;
  margin-top: 8rem;
  width: 235px;
}

#services .pasos::before {
  position: absolute;
  content: attr(title);
  font-size: 7rem;
  transform: translate(-50%, calc(-100% + 1.8rem));
  left: 50%;
  font-style: italic;
  color: var(--color-paso);
}

#services .pasos img {
  display: block;
  margin: 1.5rem auto;
  width: 150px;
}

#services .body .row {
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
  zoom: 0.8;
}

#business {
  margin-top: 5rem;
  background-image: url(/medias/image/lspirits/unete_inicio2.webp);
  background-size: cover;
  padding: 4rem var(--global-x-margin);
}

#business .logo {
  display: none;
}

#business .place {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2rem;
}

#business .place h3 {
  color: white;
  font-size: 2rem;
}

#business .body span {
  color: var(--secondary-color);
  font-size: 1.6rem;
  display: block;
  text-align: justify;
}

#business .body .button {
  place-self: center;
  margin-top: 2rem;
  --size-title-min: 1.3rem;
  --face-button: white;
  color: var(--primary-color);
}

#business .body .button:hover {
  color: white;
}

#contactus {
  margin-top: 5rem;
  background-image: url(/medias/image/lspirits/textura_cafe.svg);
  background-repeat: no-repeat;
  background-position: right;
  /* padding: 4rem var(--global-x-margin); */
}

#contactus h2 {
  color: #616c49;
  font-size: 2rem;
}

#contactus .body {
  position: relative;
  overflow: hidden;
}

#contactus img {
  position: absolute;
  bottom: 0;
  z-index: -1;
  opacity: 0.3;
  filter: hue-rotate(45deg);
}

#contactus .body .incontact {
  display: flex;
  flex-wrap: wrap;
  /* flex-direction: column; */
  justify-content: space-around;
}

#contactus input {
  border: none;
  border-bottom: 2px solid #616c49;
  margin-bottom: 8px;
  padding: 6px;
  font-size: 150%;
  background-color: transparent;
}

#contactus input.subject {
  width: 100%;
}

#contactus .btn-green2 {
  margin: 1.5rem 0;
  --face-button: #616c49;
  justify-self: center;
}

#pre-end {
  margin-top: 5rem;
  background-image: url(/medias/image/lspirits/impulsa_tu_marca.webp);
  background-size: cover;
  padding: 2rem var(--global-x-margin);
  text-align: center;
}

#pre-end div {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 800;
}

#footer {
  padding-top: 3rem;
  padding-bottom: 2rem;
  font-size: 120%;
  background-color: #616c49;
  color: #fff;
}

#footer img {
  opacity: 0.6;
}
#footer img.logo {
  width: 300px;
  margin-bottom: 20px;
}

#footer .container {
  margin: 3rem auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#footer .redes {
  margin-top: 3rem;
}
#footer .redes .rsoc-logo {
  width: 40px;
  margin: auto 6px;
}
#footer a {
  color: white;
}
#footer .column {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: center;
  width: 300px;
}

#footer ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 0;
  padding: 0;
}

#footer ul li {
  margin-top: 15px;
}

#footer .end {
  margin-bottom: 15px;
}

.bodywebpage-servicios {
  background-image: url(/medias/image/lspirits/fondogris.png);
  background-repeat: repeat-y;
}

#p_servicios {
  background-image: url(/medias/image/lspirits/servicios.webp);
}

.banner_page {
  background-position: center;
  background-size: cover;
}

.banner_page h1 {
  color: white;
  margin-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

.separador {
  display: flex;
  justify-content: space-evenly;
  position: relative;
  margin: 4rem var(--global-x-margin);
}

.separador::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 80%;
  background-color: var(--secondary-color);
  left: 10%;
  border-radius: 50%;
  z-index: -1;
  top: 48%;
}

.circulopasos {
  width: 30px;
  height: 30px;
  background-color: var(--color-paso);
  border-radius: 50%;
}

.servicios_mision {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin: 3rem 0;
  text-align: center;
}

#servicios_info {
  position: relative;
  padding-top: 0.1vw;
  padding-bottom: 4vw;
}

#servicios_info .identificador {
  display: none;
}

#servicios_info .pasos {
  background-color: var(--color-paso);
  margin-top: 5vw;
  height: 15.5vw;
  border-radius: 0 0 2vw 0;
  width: 81vw;
}

#servicios_info .pasos img {
  height: 12vw;
  filter: brightness(10);
  margin-top: 1.5vw;
}

#servicios_info .pasos .title {
  color: #fff;
  position: absolute;
  left: 19vw;
  font-size: 3.7vw;
  text-align: center;
  padding-top: 2.6vw;
}

#servicios_info .pasos ul {
  position: absolute;
  color: var(--color-paso);
  list-style: none;
  background: white;
  box-shadow: 5px 5px 20px 5px rgba(200, 200, 200, 0.5);
  padding: 1vw 1.5vw;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 17.5vw;
  transform: translateY(-4vw);
  font-size: 2.8vw;
  left: 43vw;
  width: 33vw;
}

#servicios_info .pasos img {
  margin-left: 4vw;
}

#servicios_info .pasocuatro img {
  margin-left: 2.8vw;
  width: 9vw;
}

#servicios_info .pasos::after {
  position: absolute;
  content: attr(title);
  font-size: 8.5vw;
  color: #c29a63;
  left: 82vw;
  font-style: italic;
  font-weight: 100;
}

.banner_text {
  margin-top: 4rem;
  padding: 7rem var(--global-x-margin);
  background-size: cover;
  text-align: center;
}

.banner_text.servicios {
  background-image: url(/medias/image/lspirits/unete_servicios.webp);
}

.banner_text section {
  color: #fff;
  font-size: 200%;
}

#contactus.center .body {
  grid-template-columns: 5% 90%;
  margin-bottom: 4rem;
}

#p_nosotros {
  background-image: url(/medias/image/lspirits/nosotros.webp);
}

#motivacion {
  display: none;
  justify-content: space-evenly;
  color: var(--primary-color);
  margin-top: 5rem;
}

#motivacion div {
  padding: 1.5rem 0;
}

#motivacion .espacio {
  width: 3px;
  height: 100%;
  background-color: var(--secondary-color);
}

#jalisco {
  margin-top: 5rem;
  font-size: 120%;
  color: var(--primary-color);
}

#jalisco img {
  display: block;
  margin: auto;
  width: 75%;
}

/* #jalisco section */
/* #jalisco h1 */
#jalisco p {
  margin-bottom: 1rem;
  text-align: justify;
}

#filosofia {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  column-gap: 100px;
  color: #616c49;
  margin-top: 5rem;
}

#filosofia > div {
  max-width: 500px;
  border-radius: 20px;
  box-shadow: 9px 9px 10px 2px rgba(200, 200, 200, 0.6);
  margin-bottom: 3rem;
}

#filosofia h2 {
  color: #fff;
  background-color: #616c49;
  font-weight: 100;
  padding: 0.7rem;
  text-align: center;
  border-radius: 15px 15px 0 0;
  margin: 0;
}

#filosofia section {
  padding: 1rem;
  text-align: justify;
}

.cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.cards .card {
  margin: 1.5rem;
}

.cards .card img {
  width: 300px;
  border-radius: 15px;
  margin-bottom: 1rem;
}

.cards .card .nombre {
  color: #616c49;
  font-size: 150%;
  margin-bottom: 1rem;
}

.cards .card .cargo {
  color: var(--contrast-color);
  font-size: 130%;
}

#p_contacto {
	background-image: url(/medias/image/lspirits/contactanos.webp);
}

#contact {
	color: #616c49;
	font-size: 150%;
	margin-top: 5rem;
}

#contact .columnas {
	margin: 3rem 0;
}


#contact .incontact {
	display: flex;
	flex-direction: column;
}

#contact .incontact input {
	margin-bottom: 1rem;
	padding: 0.8rem;
	border: 1px solid var(--contrast-color);
	border-radius: 10px 10px 10px 20px;
}

#contact .button {
	--size-title-min: 120%;
	--face-button: #616c49;
	margin-bottom: 1.8rem;
}

#contact .telmailmap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 3rem 0;
}

#contact .telmailmap img {
	width: 60px;
	margin-left: 15px;
}

#contact .telmailmap a {
	display: flex;
	align-items: center;
	color: #fff;
	place-self: center;
}

#contact .telmailmap>div {
	background-color: var(--primary-color);
	padding: 1rem;
	margin-bottom: 1.8rem;
}

#contact .telmailmap iframe {
	width: 100%;
	margin-bottom: 1.8rem;
}

#contact .telmailmap > div {
	border-radius: 20px 0;	
}

@media (min-width: 500px) {
  #tradicion img {
    top: 0;
  }
  #tradicion .title {
    padding: 1.2rem var(--global-x-margin);
    font-size: 1.8rem;
  }
  #tradicion .text {
    padding: 1rem var(--global-x-margin);
    font-size: 1.5rem;
  }
  .btn-green {
    --size-title-min: 1.4rem;
  }
  #services .body .row {
    zoom: 0.9;
  }
  #motivacion {
    display: flex;
    font-size: 130%;
  }

  #jalisco {
    margin-top: 5rem;
    font-size: 130%;
  }

  #filosofia {
    font-size: 130%;
  }
}

@media (min-width: 990px) {
  /* #service_line { background-color: red; } */
  #service_line .flex .line {
    width: 3px;
    background-color: var(--contrast-color);
    border-radius: 50px;
    opacity: 0.5;
    display: block;
    margin: 12px 0;
  }
  #tradicion {
    overflow: unset;
    display: grid;
    grid-template-columns: 40% 60%;
  }
  #tradicion img {
    position: initial;
    opacity: 1;
    grid-column: 1;
  }
  #tradicion > div {
    grid-column: 2;
  }
  #tradicion .title {
    padding: 2vw var(--global-x-margin) 2vw 3vw;
    font-size: 3vw;
  }
  #tradicion .text {
    padding: 2vw var(--global-x-margin) 2vw 3vw;
    font-size: 2vw;
  }
  .btn-green {
    --size-title-min: 1.8vw;
  }
  #tradicion .button {
    margin: 1rem auto;
  }
  #services h1::before,
  #services h1::after,
  #equipo h1::before,
  #equipo h1::after {
    height: 2px;
    content: "";
    width: 230px;
    position: absolute;
    background: var(--secondary-color);
    transform: translate(28px, 1.58rem);
    border-radius: 10px;
  }
  #services h1::before,
  #equipo h1::before {
    transform: translate(calc(-100% - 28px), 1.58rem);
  }
  #services .body {
    display: grid;
    grid-template-columns: 60% 40%;
  }
  #services .body > div {
    grid-column: 1;
  }
  #services .body > img {
    grid-column: 2;
    display: block;
    margin: auto;
  }
  #services .body .row {
    zoom: 1;
  }
  #business {
    padding: 5rem var(--global-x-margin);
    display: grid;
    grid-template-columns: 40% 60%;
  }
  #business .logo {
    grid-column: 1;
    display: block;
    margin: auto;
    padding: 6vw;
  }
  #business .place {
    grid-column: 2;
    padding: 4.5vw;
  }

  #business .place h3 {
    font-size: 3.5vw;
    text-align: right;
  }

  #business .body span {
    font-size: 2.7vw;
    text-align: right;
  }

  #business .body .button {
    margin-top: 3vw;
    --size-title-min: 2vw;
  }

  #contactus h2 {
    color: #616c49;
    font-size: 3rem;
  }

  #contactus .body {
    position: relative;
    overflow: unset;
    display: grid;
    grid-template-columns: 30% 70%;
  }

  #contactus img {
    grid-column: 1;
    position: unset;
    opacity: 1;
    filter: unset;
    border-radius: 0 60px 60px 0;
  }

  #contactus .container {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  #contactus .body .incontact {
    justify-content: space-between;
  }

  #contactus input {
    width: 45%;
    margin-bottom: 2rem;
  }

  #contactus .btn-green2 {
    --size-title-min: 1.5rem;
    margin-left: 100%;
    transform: translateX(-100%);
  }

  #pre-end {
    padding: 4rem var(--global-x-margin);
  }

  #pre-end div {
    font-size: 3vw;
  }

  .banner_page h1 {
    margin-top: 9rem;
    padding-bottom: 9rem;
    font-size: 4rem;
  }

  .circulopasos {
    width: 50px;
    height: 50px;
  }

  .servicios_mision {
    font-size: 2.5rem;
    margin: 6rem;
  }

  #servicios_info .identificador {
    display: block;
    position: absolute;
    width: 40vw;
    top: 0;
  }

  #servicios_info .pasos {
    height: 10.5vw;
  }

  #servicios_info .pasos img {
    height: 7vw;
    filter: brightness(10);
    margin-top: 1.5vw;
  }

  #servicios_info .pasos .title {
    left: 50.5vw;
    font-size: 2.2vw;
  }

  #servicios_info .pasos ul {
    height: 11.5vw;
    transform: translateY(-2vw);
    font-size: 1.4vw;
    left: 63vw;
    width: 16vw;
  }

  #servicios_info .pasouno img {
    margin-left: 37vw;
  }

  #servicios_info .pasotres img,
  #servicios_info .pasodos img {
    margin-left: 42vw;
  }

  #servicios_info .pasocuatro img {
    margin-left: 37vw;
    width: 9vw;
  }

  #contactus.center .body {
    grid-template-columns: 25% 50%;
    margin-bottom: 5rem;
  }

  #motivacion {
    display: flex;
    font-size: 300%;
  }

  #jalisco {
    margin-top: 5rem;
    font-size: 140%;
    display: grid;
    grid-template-columns: 50% 50%;
  }

  #jalisco #nosotros {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #jalisco img {
    grid-column: 2;
  }

  #filosofia {
    font-size: 140%;
  }

	#contact {
		font-size: 200%;
	}

	#contact .columnas {
		display: flex;
		justify-content: space-between;
	}

	#contact .columnas > div {
		width: 48%;
	}

	#contact .incontact input.subject {
		padding-bottom: 250px;
	}

	#contact .telmailmap {
		margin-top: 0;
	}

	#contact .telmailmap > div {
		/* border-radius: 20px 0 0 20px; */
	}


}
@media (min-width: 1300px) {
  #jalisco img {
    width: 60%;
  }
}

@media (min-width: 1500px) {
  #jalisco {
    font-size: 160%;
  }

  #filosofia {
    font-size: 160%;
  }
}
