body {
     background-color:rgb(255, 255, 255)
}

/** SOBRE CARTA**/
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.bg-\[\#eae3d5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 227 213 / var(--tw-bg-opacity));
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-x-hidden {
  overflow-x: hidden;
}

.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.h-full {
  height: 100%;
}
.z-\[70\] {
  z-index: 70;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.border-0 {
  border-width: 0px;
}
.flex-col {
  flex-direction: column;
}
.w-full {
  width: 100%;
}
.relative {
  position: relative;
}
.z-30 {
  z-index: 30;
}
.relative {
  position: relative;
}
/* CODIGO DEL SELLO*/
.sello.svelte-1313uck {
  position: absolute;
  z-index: 11;
  top: calc(50vh - 70px);
  left: calc(50vw - 80px)
}

.selloAnimation.svelte-1313uck {
  width: 125px;
  height: 125px;
  /* girar el selloi*/
  rotate: 0deg;
  animation: svelte-1313uck-crescendo 1.4s alternate infinite ease-in
}


/* LADO IZQUIERDO DE SOBRE*/
#sobre1.svelte-1313uck {
  position: absolute;
  left: 0%;
}
.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / .15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.h-screen {
  height: 100vh;
}
.z-20 {
  z-index: 20;
}
img, video {
  max-width: 100%;
  height: auto;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}

/* LADO IZQUIERDO DE SOBRE*/
#sobre2.svelte-1313uck {
  float: left;
  position: absolute;
  right: 0%;
}
.w-\[60\%\] {
  width: 60%;
}

/* LADO IZQUIERDO DE SOBRE*/
#sobre3.svelte-1313uck {
  position: absolute;
  left: 0%;
}
.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / .15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* LADO IZQUIERDO DE SOBRE*/
#sobre4.svelte-1313uck {
  float: left;
  position: absolute;
  right: 0%;
}
.w-\[60\%\] {
  width: 60%;
}

.hidden {
  display: none;
}

@keyframes svelte-1313uck-crescendo {
  0% {
      transform: scale(1)
  }

  to {
      transform: scale(1.4)
  }
}

@keyframes svelte-1313uck-move {
  0% {
      transform: translate(10px)
  }

  to {
      transform: translate(-10px)
  }
}

.moved.svelte-1313uck {
  transform: translate(-100vh);
  background-color: transparent;
  transition: all 2s ease-in-out;
  z-index: 100
}

.moved2.svelte-1313uck {
  transform: translate(100vh);
  background-color: transparent;
  transition: all 2s ease-in-out;
  z-index: 100
}

@media (min-width: 640px) {
  .sm\:brightness-\[96\%\] {
      --tw-brightness: brightness(96%);
      filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}
@media (min-width: 640px) {
  .sm\:hidden {
      display: none;
  }
}

@media (min-width: 640px) {
  .sm\:drop-shadow-2xl {
      --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / .15));
      filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}
@media (min-width: 640px) {
  .sm\:w-fit {
      width: -moz-fit-content;
      width: fit-content;
  }
}

@media (min-width: 640px) {
  .sm\:block {
      display: block;
  }
}
/** FIN SOBRE CARTA*/

/** REPRODUCTOR DE MUSICA*/

.opacity-70 {
  opacity: .7;
}
.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
.rounded-full {
  border-radius: 9999px;
}
.w-14 {
  width: 2.5rem;
}
.h-14 {
  height: 2.5rem;
}
.z-\[60\] {
  z-index: 60;
}
.bottom-3 {
  bottom: .75rem;
}
.right-3 {
  right: .75rem;
}
.fixed {
  position: fixed;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.h-full {
  height: 100%;
}
.flex {
  display: flex;
}
.fa, .fas {
  font-weight: 900;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-2xl {
 /* font-size: 1.5rem;*/
  line-height: 2rem;
}
#toglePlayPause {
color: #fff;
}
/** FIN REPRODUCTOR DE MUSICA*/




.encabezado {
     font-size: 1.6rem;
     font-family: 'Lato', sans-serif;
     color: #000000;
     line-height: 2.4rem;
}
.encabezado span {
     font-size: 3.8rem;
     font-family: 'Italianno', cursive;
     color: #386094;
}
/** WhatsApp**/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}

/** Sociales **/
.sociales ul {
     list-style: none;
     margin:0;
     padding:0;
 }
 .sociales ul li {
     position: relative;
     display: inline-block;
 }
 .sociales ul li a::before {
     font-family: 'FontAwesome';
     display: inline-block;
     vertical-align: top;
     padding: 0.4rem;
     content: '\f08e';
     -webkit-font-smoothing: antialiased;
     font-size: 2rem;
     color: #386094;
 }
 .sociales ul li a[href*="facebook.com"]::before{
     content: '\f230';
 }
 .sociales ul li a[href*="twitter.com"]::before{
     content: '\f081';
 }
 .sociales ul li a[href*="instagram.com"]::before{
     content: '\f16d';
 }
 .sociales ul li a[href*="pinterest.com"]::before{
     content: '\f0d2';
 }
 .sociales ul li a[href*="youtube.com"]::before{
     content: '\f16a';
 }

 /** NAVEGACION **/
 .bg-light {
     background-color: #386094!important;
 }
 .navbar-brand {
     display: none;
 } 
 .navbar-expand-lg .navbar-collapse {
   
     margin-left: 60px;
 } 
.navbar-light .navbar-toggler{
     background-color: #ffffff;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
     color: #ffffff;
}

.nav-link {
     color: #ffffff!important;
     font-size: 0.9rem;
     margin-right: 30px;
    transition: all .5s ease-in-out;
    font-family: 'Raleway', sans-serif;
}
.navbar-nav .dropdown-menu {
     position: static;
     float: none;
     background: #212529;
 }
.dropdown-item {
     color: #ffffff;
     font-size: 0.9rem;
     border-bottom: 1px solid rgba(255,255,255,.5);
     padding-top: 12px;
    padding-bottom: 12px;
}
.nav-link:hover {
     background-color: #bde8dd;
     color: #000000;
     border-radius: 5px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -ms-border-radius: 5px;
     -o-border-radius: 5px;
}
 /* CAROUSEL**/

 .carousel-caption h3 {
     font-family: 'Raleway', sans-serif;
     font-size: 2rem;
     font-weight: 900;
     color: #ffffff;

 } 
.carousel-control-prev  {
     margin-left: -30px;
}
.carousel-caption h1 {
margin-left: -90px;
padding-block-end: 160px;
}
.carousel-inner .img-fluid {
   
     width: 100%;
 }
 .hero .img-fluid {
   
     width: 100%;
 }
 .nuevo-sitio p {
     font-family: 'Lato', sans-serif;
     color: #979797;
     font-size: 1.6rem;
 }
 
/* ? ----- PORTADA invitacion web----- */
.portada {
	width: 100%;
	background: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: .5s ease-out all;
}

.portada .header {
	/* margin-bottom: 100px;*/
     font-family: Georgia, Cambria, Times, "Times New Roman";

	letter-spacing: 3px;
}

.portada .header .logotipo {
	font-size: 50px;
	font-size: 900;
     text-transform: uppercase;
	margin-bottom: -0.2em;
}

.portada .header .mensaje {
	font-size: 30px;
	font-weight: 400;
     font-style: italic;
}

    /* QUINCE AÑOS*/

.portada .header .quince {
	font-size: 50px;
	font-size: 900;
     text-transform: uppercase;
     margin-bottom: 20px;
}
.portada .header .mensaje15 {
	font-size: 30px;
	font-weight: 400;
     font-style: italic;
     margin-bottom: -1em;
}
.portada .header .cuenta {
	font-size: 20px;
	font-weight: 400;
     font-style: italic;
    /*  margin-right: 330px;*/
     margin-top: -17px;
     margin-bottom: 3px;
}
/* ? ----- Footer----- */
.footer-web{
     font-size: 20px;
     text-align: center;
     margin-top: 1em;
     margin-bottom: 2em;
}
.footer-web a{
     font-weight: 900;
     /* background: blue; */
     color: #1361a5;
}



/* ? ----- Cuenta Regresiva ----- */
#cuenta{
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.simply-section{
	width: 100px;
  height: 60px;
	margin: 0 15px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
	.simply-amount {
	  display: block;
		color: white;
	  font-size: 50px;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	    margin-top: 25px;
		font-weight:600;  
}
.simply-word{
	font-weight: 300;
	font-size: 17px;
  margin-bottom: 0;
}
 audio{
margin-bottom: 1em;
width: 70%;
 }


 /** Servicios **/

 .imagen-servicio img {
      
      -webkit-transition: transform .3s ease;
      -ms-transition: transform .3s ease;
      transition: transform .3s ease;
      
 }
.imagen-servicio a.btn.btn-primary {
     border-radius: 12px;
}

 .imagen-servicio img:hover {
      -webkit-transform: scale(1.2) rotate(10deg);
      -ms-transform: scale(1.2) rotate(10deg);
      transform: scale(1.2) rotate(10deg);
 }
 .servicio-info {
      background-color: #ffffff;
      margin-top: -5rem;
 }
 .servicio-info .btn-primary {
      border-radius: 0;
      background-color: #e082a8;
      border: none;
 }

 /* HORARIOS **/

 .horario {
      background-color: #8ed3cc;
      color: #ffffff;
 }
 .horario h2 {
      font-size: 2.2rem;
      font-family: 'Lato', sans-serif;
 }
 .horario .table {
      border: 2px solid #e082a8;
 }
 .horario .table thead {
      background-color: #e082a8;
 }
 .horario .table td,
 .horario .table thead th {
      border: none;
 }
 .horario .table tbody tr td {
      padding: .35rem;
      font-family: 'Lato', sans-serif;
      font-size: 1.2rem;
 }
 .bg-horario {
      background-image: url(../img/bg_horarios.jpg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      min-height: 400px;
 }
 /* BOTON CATALOGO DE MODELOS **/
 .btn {
     /*padding: 10px 20px;
     */background-color: #f14495!important;
     color: white;
     border: none;
     cursor: pointer;
     justify-content: center;
}
.btnpedido{
     display: flex;
     justify-content: center;
}
.btnpedido .btn-primary {
   
     border-radius: 15px;
     width: 80%;
     display: flex;
     justify-content: center;
  
   } 
   .card-text {
     display: flex;
     justify-content: center;
   }
   .btnmostrar {
     background-color: #f14495!important;
     color: white;
     border: none;
     cursor: pointer;
     border-radius: 15px;
     margin-left: 25px;
}
.btnmostrar h4 {
margin-left: 10px;
margin-right: 10px;
margin-top: 8px;
}
.borderb{
     display: flex;
     justify-content: center;
}
.borderb form {
     /* padding:10px; */
     padding: 5px 1em 8px 2em;
     border:4px solid #f1f1f1;
     border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     -ms-border-radius: 10px;
     -o-border-radius: 10px;
     text-transform: uppercase;
     font-size: 95%;
     background-color: #fcf9f9;;
}
form input {
     margin-left: 15px;
     margin-right: 3px;
     
     }

   .btn:hover {
     background-color: #45a049!important;
   }
   .btn:active {
     background-color: #3e8e41!important;
   }
 /* PRODUCTOS **/
 .productos .card {
      border: none;
 }

 .productos .card a {
      color: #000000;
 }
 .productos .card a:hover {
      text-decoration: none;
 }

 .productos .card h3 {
      color: #e082a8;
      font-size: 1.2rem;
      font-family: 'Lato', sans-serif;
 }

 .productos .card p {
      font-size: .8rem;
 }
 .productos .card .precio {
      font-size: 1.6rem;
      color: #979797;
 }

 /** Citas **/
 .citas {
      background-image: url(../img/bg_citas.jpg);
      background-repeat: no-repeat;
      background-position: center center;
      background-attachment: fixed;
      color: #ffffff;
 }

 @media (min-width: 992px) {
      .citas {
          background-size: cover;
      }
 }
 .citas h3 {
      font-size: 3.5rem;
      font-family: 'Lato', sans-serif;
 }
 .citas p {
      font-size: 1.2rem;
      line-height: 2.6rem;
 }
.btn-primary {
      background-color: #8ed3cc;
      border: 0;
      padding: 1rem 5rem;
      border-radius: 0;
      font-family: 'Lato', sans-serif;
      font-size: 1.2rem;
 }
 .btn-primary:hover {
    background-color: #69aca5;
 }
 /* footer */

 .copyright {
      color:#979797;
      font-size: .8rem;
 }

 /** Hero **/
 .hero {
      position: relative;
 }
 .hero h2 {
      position: absolute;
      bottom: 2rem;
      right: 0;
      background-color: #8ed3cc;
      font-family: 'Raleway', sans-serif;
     font-weight: 900;
     color: #ffffff;
     font-size: 2.8rem;
}

.contenido-principal p {
     font-size: 1.2rem;
     line-height: 2.2rem;
     font-family: 'Lato', sans-serif;
}
/** SIDEBAR **/

aside {
     background-color: #8ed3cc;
     color: #ffffff;
}

/** Accordion / Servicios **/

#servicios .card-header {
     background-color: #e082a8;
     padding: 0 1.25rem;
}
#servicios .card-header .btn-link {
     color: #ffffff;
     font-family: 'Lato', sans-serif;
     font-size: 1.6rem;
}
#servicios .card-body {
     font-size: 1.3rem;
}

/* cupon*/
.cupon {
     border: 3px dashed #ffffff;
     font-family: 'Lato', sans-serif;
}
.cupon .display-4 {
     font-size: 2rem;
}
.cupon p {
     font-size: 1.2rem;
}

/* PRODUCTOS **/

@media (min-width: 576px) {
     .card-columns {
          -webkit-column-count: 2;
          -moz-column-count: 2;
          column-count: 2;
          -webkit-column-gap: 1.25rem;
          -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
      }
     
}
@media (max-width: 576px) {
    
         .simply-section {
       	width: 70px;
        height: 40px;
          margin: 0 5px;
          border-radius: 5px;
          display: flex;
          align-items: center;
          justify-content: center;
      }
      	.simply-amount {
	  font-size: 33px;
    margin-top: 19px;
}
.simply-word{
	font-weight: 300;
	font-size: 11px;
  margin-bottom: 0;
}
}
@media (min-width: 992px) {
     .card-columns {
          -webkit-column-count: 4;
          -moz-column-count: 4;
          column-count: 4;
      }
}

/** Contacto **/
.formulario-contacto {
    border: 2px solid #9a9a9a;
    background-color: #ffffff;
}


/**Menu dispositivos moviles**/
@media screen and (max-width: 800px) {
    .navbar-brand {
          display: block;
      }
      .navbar-nav {
          text-align: center;
      }
      .navbar-nav li {
          color: #ffffff;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding-top: 12px;
    padding-bottom: 12px;
      }

      .borderb form {
    padding: 12px 1em 8px 8em;
    border: 4px solid #f1f1f1;
    text-transform: uppercase;
    font-size: 75%;
    background-color: #fcf9f9;
    display: grid;
    grid-template-columns: 50px 100px 70px 100px;
    justify-items: center;
   padding: 10px 30px 10px 0px;
    align-items: center;
      }
      .borderb button {
          margin-top: 10px;
          margin-left: 295px;
          
      }
      .btnmostrar h4 {
          margin-left: 10px;
          margin-right: 10px;
          margin-top: 6px;
          font-size: 95%;
      }
      }
   
    #nosotros .contenido-principal h2{
     bottom: 2rem;
     right: 0;
     background-color: #8ed3cc;
     font-family: 'Raleway', sans-serif;
     font-weight: 900;
     color: #ffffff;
     font-size: 2.8rem;
      }
}