@charset "UTF-8";
* {
  padding: 0;
  margin: 0; }

body {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  background-color: #beb37e;
  color: #000;
  font-family: "Segoe UI", "Helvetica Neue", "Arial";
  margin: 1.6em auto;
  margin-top: 0;
  margin-bottom: 0; }

main {
  display: grid;
  grid-column: 1/13;
  grid-template-columns: repeat(12, 1fr); }
  main p {
    text-align: justify; }
  main a {
    text-decoration: none; }

header {
  grid-column: 1/13;
  display: grid;
  grid-template-columns: 35% 65%;
  border-bottom: 6px solid #e0a331;
  background-color: #dbdbdb; }

.nom-master a {
  text-decoration: none;
  color: #383D31; }
.nom-master h1 {
  font-size: 70px; }
.nom-master .a-img {
  display: grid;
  place-items: left; }

nav ul {
  display: flex;
  list-style: none; }
  nav ul li {
    margin: 0 18px; }
    nav ul li a {
      color: #000; }
      nav ul li a:hover {
        color: #e0a331;
        text-decoration: none;
        border: 1px solid #000;
        padding: 10px;
        border-radius: 5px;
        transition: 150ms; }

.menu-accion {
  display: grid;
  align-items: center;
  justify-items: center;
  animation: unset; }
  .menu-accion a {
    background-color: #25d366;
    padding: 15px;
    color: #000;
    border-radius: 25px;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 18px; }

.banner {
  grid-column: 1/13;
  display: grid;
  grid-template-columns: 1fr;
  background-image: url(/assets/img/maestro-fabio-bolaños-chaman-mexicano.webp);
  background-size: cover;
  height: auto;
  justify-items: center;
  align-items: center;
  background-position: center bottom;
  color: #fff;
  padding: 0px 0px 75px 0px; }
  .banner h2 {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 7px; }
  .banner p {
    font-size: 22px;
    font-weight: 100;
    text-align: center; }
  .banner a {
    background-color: #25d366;
    border-radius: 35px;
    font-size: 23px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    padding: 8px 4px 8px 15px;
    color: #fff; }
    .banner a svg {
      height: 50px; }

.master-name {
  grid-column: 1/13;
  display: grid;
  grid-template-columns: 50% 50%;
  color: #383D31;
  background-color: #dbdbdb;
  margin: 45px 45px 20px 45px; }
  .master-name img {
    max-width: 100%;
    height: auto; }

.master-descrip {
  grid-column: 2/3;
  display: grid;
  grid-template-columns: 1fr;
  padding: 20px 0;
  justify-items: center;
  align-items: center; }
  .master-descrip h3 {
    font-size: 30px;
    text-align: center; }
  .master-descrip h4 {
    font-size: 30px; }
  .master-descrip p {
    font-size: 20px; }
  .master-descrip a {
    background-color: #e0a331;
    border-radius: 35px;
    font-size: 18px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    padding: 8px 4px 8px 15px;
    color: #000; }
    .master-descrip a svg {
      height: 50px; }

.beneficios {
  grid-column: 1/13;
  display: grid; }
  .beneficios h2 {
    grid-column: 1/13;
    text-align: center;
    background-color: #e0a331;
    font-size: 40px;
    letter-spacing: 4px;
    padding: 35px 0; }

.bene-servi {
  grid-column: 1/13;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #dbdbdb; }
  .bene-servi section {
    background-color: #e0a331;
    margin: 30px 5px;
    padding: 38px;
    text-align: center;
    display: grid;
    place-items: center; }
    .bene-servi section h3 {
      font-size: 25px; }
    .bene-servi section p {
      font-size: 20px;
      margin: 45px 0;
      text-align: center; }
    .bene-servi section a {
      background-color: #25d366;
      border-radius: 35px;
      font-size: 20px;
      letter-spacing: 0px;
      display: flex;
      align-items: center;
      padding: 8px 4px 8px 15px;
      color: #000;
      font-weight: 500; }
      .bene-servi section a svg {
        height: 50px; }

.consulta {
  grid-column: 1/13;
  display: grid;
  grid-template-columns: 40% 60%; }

.consulta-llamado {
  display: grid;
  place-items: center;
  background-color: #e0a331;
  margin: 40px 0 50px 5px;
  padding: 0px;
  text-align: center; }
  .consulta-llamado h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 500; }
  .consulta-llamado h4 {
    font-size: 20px;
    padding: 30px 50px; }
  .consulta-llamado p {
    font-size: 18px;
    text-align: center;
    padding: 20px; }
  .consulta-llamado a {
    background-color: #25d366;
    border-radius: 35px;
    font-size: 23px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    padding: 8px 4px 8px 15px;
    color: #000;
    font-weight: 500; }
    .consulta-llamado a svg {
      height: 50px; }

.consulta-servicio {
  grid-column: 2/3;
  display: grid;
  background-color: #dbdbdb;
  margin: 40px 5px 50px 5px;
  padding: 5px;
  text-align: center;
  color: #383D31; }
  .consulta-servicio h3 {
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: 500; }
  .consulta-servicio p {
    text-align: center;
    font-size: 20px; }
  .consulta-servicio svg {
    height: 150px; }

.elige-servicio {
  grid-column: 1/2;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }
  .elige-servicio p {
    font-size: 35px;
    line-height: 35px;
    margin-top: 15px; }

.border {
  border-right: 2px solid #383D31; }

.testimonios {
  background-color: #383D31;
  grid-column: 1/13;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  place-items: center;
  padding: 30px 0 30px 0; }

.accion-blanca {
  grid-column: 1/13;
  display: grid;
  place-items: center;
  background-color: #fff;
  margin: 15px 15%;
  padding: 30px;
  border: 5px solid #e0a331;
  text-align: center; }
  .accion-blanca p {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px; }
  .accion-blanca a {
    background-color: #e0a331;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 35px;
    font-size: 23px;
    letter-spacing: 2px;
    padding: 0 50px;
    color: #000;
    font-weight: 500; }
    .accion-blanca a svg {
      height: 50px; }

.cuatro-beneficios {
  grid-column: 1/13;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(2, 1fr);
  align-items: normal;
  text-align: center;
  margin-bottom: 20px; }
  .cuatro-beneficios div {
    background-color: #e0a331;
    margin: 5px;
    padding: 40px 80px; }
  .cuatro-beneficios h3 {
    padding: 30px; }
  .cuatro-beneficios p {
    text-align: center;
    padding: 0 30px; }
  .cuatro-beneficios svg {
    height: 60px; }

.deep-end {
  grid-column: 1/13;
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

.deep-end-one {
  grid-column: 1/2;
  display: grid;
  background-color: #383D31;
  place-items: center;
  position: relative; }
  .deep-end-one p {
    text-align: center;
    color: #fff;
    font-size: 30px;
    padding: 0 30px;
    font-style: italic; }

.deep-end-one::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/assets/img/deep-end.webp);
  background-size: cover;
  opacity: 0.1; }

.deep-end-two {
  grid-column: 2/3;
  display: grid;
  place-items: center;
  background-color: #dbdbdb; }
  .deep-end-two h3 {
    text-align: center;
    font-size: 45px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 7px; }
  .deep-end-two p {
    text-align: center;
    font-size: 19px;
    padding: 20px; }
  .deep-end-two a {
    background-color: #e0a331;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 35px;
    font-size: 23px;
    letter-spacing: 2px;
    padding: 0 50px;
    color: #000;
    font-weight: 500; }
    .deep-end-two a svg {
      height: 50px; }

footer {
  background-color: #000;
  grid-column: 1/13;
  display: grid;
  color: #dbdbdb;
  font-size: 10px;
  font-style: italic;
  padding: 20px 100px; }

.bot-whap {
  grid-column: 1/3;
  display: grid;
  place-items: center;
  cursor: pointer;
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  z-index: 999;
  animation: zoomInOut 2s ease-in-out infinite; }
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); } }
  .bot-whap a {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 10px 10px 10px 0px;
    background-color: #25d366;
    color: #fff;
    border-radius: 25px;
    font-weight: 500;
    text-align: center;
    height: 30px;
    text-decoration: none; }
  .bot-whap svg {
    width: 60px; }

/*# sourceMappingURL=1024.css.map */
