/*CODIGO LOGO*/
.logo {
  width: 48px;
  height: 27px;
}

.logo-final {
  width: 130px;
  height: 130px;
}

@media screen and (max-width:1400px) {
  .logo {
    margin-left: 20px;
  }
}


.cs_sticky_header img {
  margin-left: 30px;
}

.cs_sticky_active img {
  margin-right: 40px;
}



@media screen and (max-width: 768px) {
  .cs_section_heading_style_1 {
    padding-top: 0;
  }
}

.cs_cta_style_2 {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .cs_cta_style_2 {
    padding-top: 0;
  }
}


/*CODIGO PARA PONER TEXTO MAS ABAJO*/

@media screen and (max-width:768) {
  .cs_section_heading_right {
    padding-top: 0;
  }
}




/*CODIGO PARA PONER 70PX MAS ARRIBA UN TEXTO XD*/
.botom-70 {
  margin-bottom: 70px
}




/*CODIGO DE SOMBRAS PARA LOS BLOGS*/
.col-12 {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}





/*CODIGO PARA BOTONES DE REDES*/
ul {
  list-style: none;
}

.no-style {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.example-2 {
  padding-left: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
}

.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}

.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}

.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}

.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 27px;
  height: 27px;
}

.example-2 .icon-content a:hover {
  color: white;
}

.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}

.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="whatsapp"] .filled,
.example-2 .icon-content a[data-social="whatsapp"]~.tooltip {
  background-color: #128c7e;
}

.example-2 .icon-content a[data-social="facebook"] .filled,
.example-2 .icon-content a[data-social="facebook"]~.tooltip {
  background-color: #3b5998;
}

.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"]~.tooltip {
  background: linear-gradient(45deg,
      #405de6,
      #5b51db,
      #b33ab4,
      #c135b4,
      #e1306c,
      #fd1f1f);
}

.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"]~.tooltip {
  background-color: #ff0000;
}



/*BOTON TOP*/
.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: white;
}



/*CODIGO PARA SEPARAR LOS BLOQUES DE LA SECCION BLOGS*/
.separacion {
  gap: 20%;
}





/*CODIGO PARA ANIMACION DE LOGO*/
/* ==========================================================================
   AJUSTE DEL HEADER INICIAL EN DISPOSITIVOS MÓVILES (Menor a 768px)
   ========================================================================== */

/* (El código 1, 2, 3 y 4 permanece igual...) */

@media (max-width: 767px) {
  /* ... [Código 1, 2, 3, y 4 aquí] ... */

  /* 5. AJUSTE DEL CONTENEDOR DERECHO: Mostrar Menú de Teléfono */
  .cs_site_header.cs_style_1.cs_sticky_header:not(.cs_sticky_active) .cs_main_header_right {
    margin: 0;
    order: 2;
    /* Aseguramos que sea el último elemento */
  }

  /* OCULTAR el botón "Contact Us" en móvil antes del scroll */
  .cs_site_header.cs_style_1.cs_sticky_header:not(.cs_sticky_active) .cs_main_header_right .cs_btn_style_1 {
    display: none !important;
  }

  /* MOSTRAR el ícono de Menú de Hamburguesa
       (Asumimos que el ícono tiene la clase 'cs_toggle_btn' o es un elemento 'hamburger' 
       que normalmente está oculto en desktop)
    */
  .cs_site_header.cs_style_1.cs_sticky_header .cs_toggle_btn {
    display: block !important;
    /* Aseguramos que se vea blanco si el fondo del header es transparente/oscuro */
    color: var(--white-color, #fff) !important;
  }

  /* ADICIONAL: Si el ícono de hamburguesa no es visible, 
       ajusta la altura del header para que se centre bien */
  .cs_site_header.cs_style_1.cs_sticky_header .cs_main_header_in {
    min-height: 70px;
    /* Asegura un buen espacio para el logo y el menú */
  }
}



/*CODIGO PARA PONER EL LAS IMAGNEGES MAS GRANDES*/
.blog-conection {
  border-radius: 20px;
  transition: all 0.3s ease;
}

.blog-conection:hover {
  transform: scale(1.05);
}



/*codigo del formulario de contacto*/
.form-container {
  max-width: 800px;
  width: 100%;
  margin: 40px auto;
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Oculta todos los pasos por defecto */
.step-content {
  display: none;
}

/* Muestra el paso actual */
.step-content.active {
  display: block;
}

.title-step {
  text-align: center;
  color: #333;
  font-size: 2em;
  margin-bottom: 10px;
}

.subtitle-step {
  text-align: center;
  color: #555;
  margin-bottom: 30px;
}

/* --- Barra de Progreso --- */
.progress-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  margin: 0 auto 30px;
}

.step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #e0e0e0;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  border: 1px solid #ccc;
  z-index: 1;
}

.step.active {
  background-color: #00bcd4;
  /* Color turquesa */
  border-color: #00bcd4;
  color: white;
}

.line {
  flex-grow: 1;
  height: 4px;
  background-color: #00bcd4;
  margin: 0 -10px;
}

/* --- Campos de Formulario y Botones de Navegación --- */
.form-box input[type="text"],
.form-box input[type="email"],
.form-box input[type="tel"],
.form-box input[type="date"],
.form-box select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.next-btn-x,
.prev-btn,
.submit-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 10px;
}

.next-btn-x,
.submit-btn {
  background-color: #0076C1;
  /* Turquesa */
  color: white;
  float: right;
}



.submit-btn {
  background-color: #5cb85c;
  /* Verde para 'BOOK NOW' */
}




/* --- Botones de Selección (Frecuencia, Pago) --- */
.selection-button {
  display: block;
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.2s, border-color 0.2s;
  font-weight: bold;
  color: #5a5a5a;
}

.selection-button.active,
.selection-button:hover {
  background-color: #FFD643;
  /* Naranja (Frecuencia, APPLY, Credit Card) */
  color: black;
}

.apply-btn,
.payment-btn:first-child {
  background-color: #FFD643;
  color: black;
  padding: 7.2px;
}

/* --- Selección de Extras (Grid) --- */
.extras-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .extras-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 425px) {
  .extras-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.extra-item {
  border: 1px solid #ccc;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s;
}

.extra-item:hover {
  border-color: #a5a5a5;
  box-shadow: 0 0 5px rgb(204, 204, 204);
  background-color: #e0e0e0;
  /* Fondo ligero al seleccionar */
}

.extra-item.active {
  border-color: #00bcd4;
  box-shadow: 0 0 5px rgba(0, 188, 212, 0.5);
  background-color: #e0f7fa;
  /* Fondo ligero al seleccionar */
}

.step-content {
  position: relative;
}


/* --- Resumen del Cálculo de Fondos --- */
.summary-box {
  padding: 20px;
  border: 1px solid #eee;
  background-color: #f9f9f9;
  margin-bottom: 20px;
  border-radius: 5px;
}

.summary-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.summary-total {
  font-size: 1.5em;
  font-weight: bold;
  color: #0076C1;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}



.divider {
  width: 100%;
  height: 20px;
}

.divider-small {
  width: 100%;
  height: 10px;
}

.divider-small-cel {
  width: 100%;
  height: 10px;
}

.divider-big {
  width: 100%;
  height: 50px;
}

.divider-5px {
  width: 100%;
  height: 5px;
}

@media screen and (min-width: 768px) {
  .divider-small {
    width: 100%;
    height: 10px;
  }
}

@media screen and (max-width: 768px) {
  .divider-small-cel {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .divider-cel {
    width: 100%;
    height: 10px;
  }
}





/*codigo boton*/
.cssbuttons-io-button {
  float: right;
  background: #0076C1;
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 0.8em;
  font-size: 17.5px;
  border-radius: 50px;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #0076C1;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
}

.cssbuttons-io-button .icon {
  background: #fff;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 20px;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #0076C1;
  right: 0.3em;
  border: none;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #0076C1;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}






/*boton codigo left*/
/* Botón versión izquierda */
.cssbuttons-io-button-left {
  float: left;
  background: #FFD643;
  color: black;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 0.8em;
  font-size: 17.5px;
  border-radius: 50px;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #FFD643;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
  rotate: calc(180deg);
}

.div {
  rotate: calc(180deg);
}

/* Icono dentro del botón */
.cssbuttons-io-button-left .icon-left {
  background: #fff;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 20px;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #FFD643;
  right: 0.3em;
  border: none;
  transition: all 0.3s;
}

/* Hover */
.cssbuttons-io-button-left:hover .icon-left {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button-left .icon-left svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: black;
}

.cssbuttons-io-button-left:hover .icon-left svg {
  transform: translateX(0.1em);
}

/* Active */
.cssbuttons-io-button-left:active .icon-left {
  transform: scale(0.95);
}







/*codigo boton para cel*/
@media screen and (max-width: 768px) {
  .cel-desapa {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .cel-apare {
    display: none;
  }
}

.google-calendar {
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}

.calendar-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;

  padding: 4px 10px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}


/* MODAL */
.calendar-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.calendar-modal-content {
  background: #fff;
  border-radius: 10px;
  width: 90%;
  max-width: 950px;
  height: 85%;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  animation: fadeIn 0.3s ease;

}

.close-modal {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

.close-modal:hover {
  color: #ff0000;
}

.calendar-modal iframe {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}




/* --- Animación flotante para inputs y selects --- */
.float-field {
  position: relative;
  margin-bottom: 22px;
  width: 100%;
}

.float-field input,
.float-field select {
  width: 100%;
  padding: 5px 10px;
  border: 1.5px solid #ccc;
  border-radius: 6px;
  outline: none;
  font-size: 15px;
  background: #fff;
  transition: border 0.25s ease;
}

.float-field label {
  position: absolute;
  left: 12px;
  top: 11px;
  color: #777;
  font-size: 15px;
  pointer-events: none;
  transition: all 0.25s ease;
  background: #fff;
  padding: 0 4px;
}

/* Efecto cuando haces click o ya hay texto */
.float-field input:focus,
.float-field input:valid,
.float-field select:focus,
.float-field select:valid {
  border-color: #1f6ff0;
}

.float-field input:focus+label,
.float-field input:valid+label,
.float-field select:focus+label,
.float-field select:valid+label {
  top: -12px;
  font-size: 12px;
  color: #1f6ff0;
}

/* --- Ajustes visuales opcionales --- */
.float-field input::placeholder,
.float-field select option:first-child {
  color: transparent;
}

.float-field select:invalid {
  color: #777;
}

.float-field select option {
  color: #000;
}

/* --- Responsivo: se ajusta bien en móviles --- */
@media (max-width: 600px) {

  .float-field input,
  .float-field select {
    font-size: 14px;
    padding: 12px 8px;
  }

  .float-field label {
    font-size: 14px;
  }
}





.extra-item {
  position: relative;
  cursor: pointer;
  text-align: center;
  padding: 10px;
  border: 2px solid #ddd;
  border-radius: 12px;
  transition: all 0.3s ease;
  background: white;
}

.extra-item:hover {
  border-color: #0076C1;
  transform: scale(1.05);
}

.extra-item.selected {
  background: #0076C1;
  border-color: #0076C1;
  color: white;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.extra-item img {
  width: 50px;
  height: 50px;
  filter: grayscale(0%);
}

.extra-item.selected img {
  filter: brightness(0) invert(1);
  /* Icono blanco cuando seleccionado */
}

.extra-label {
  display: block;
  margin-top: 8px;
  font-size: 0.9em;
  font-weight: bold;
}



.selection-button,
.payment-btn,
.apply-btn {
  padding: 12px 20px;
  margin: 8px 5px;
  border: 2px solid #0076C1;
  background: white;
  color: #0076C1;
  border-radius: 50px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.payment-btn:hover {
  background: #0076C1;
  color: white;
}

.selection-button.active,
.payment-btn.active {
  background: #0076C1;
  color: white;
}

.frequency-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
  margin: 15px 0;
}

/*codigo para agrandar los pasos del formulario*/


.no-shadow {
  box-shadow: none;
}


/*codigo para el Hover del Nombre Waodesign*/
.btn-shine {
  position: relative;
  top: 50%;
  left: -48px;
  transform: translate(-50%, -50%);
  padding: 12px 48px;
  color: #E3E8EF;
  background: linear-gradient(to right, #cad3e1 0, #fff 10%, #bec9da 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
}

.btn-shine {
  color: #fff;
  line-height: 2;
}

.btn-shine::before {
  content: '';
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 8px;
  left: 0;
  transition: width .4s;
  margin-left: 48px;
}

.btn-shine:hover::before {
  width: 50%;
}

@-moz-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}

@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}

@-o-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}

@keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}

/*codigo para mover el coraon*/
.heart {
  position: relative;
  left: -96px;
}

/*CODIGO PARA EL BOTON "read more"*/
.custom-btn {
  background-color: #450a0a;
  /* bg-red-950 */
  color: #f87171;
  /* text-red-400 */
  border: 1px solid #f87171;
  border-bottom: 4px solid #f87171;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  padding: 8px 16px;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover effects */
.custom-btn:hover {
  filter: brightness(1.5);
  border-top: 4px solid #f87171;
  border-bottom-width: 1px;
}

/* Active */
.custom-btn:active {
  opacity: 0.75;
}

/* Glow bar */
.btn-glow {
  background-color: #f87171;
  position: absolute;
  top: -150%;
  left: 0;
  width: 320px;
  height: 5px;
  border-radius: 6px;
  opacity: 0.5;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
  transition: top 0.5s ease;
}

/* Hover animation */
.custom-btn:hover .btn-glow {
  top: 150%;
}

/*codigo para el boton de "read more"*/
.c-button {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding: 0.6em 1.3em;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.c-button--gooey {
  color: #0076C1;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 4px solid #0076C1;
  border-radius: 0;
  position: relative;
  transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs {
  height: 100%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}

.c-button--gooey .c-button__blobs div {
  background-color: #0076C1;
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.4) translateY(125%) translateZ(0);
  transition: all 400ms ease;
}

.c-button--gooey .c-button__blobs div:nth-child(1) {
  left: -5%;
}

.c-button--gooey .c-button__blobs div:nth-child(2) {
  left: 30%;
  transition-delay: 30ms;
}

.c-button--gooey .c-button__blobs div:nth-child(3) {
  left: 66%;
  transition-delay: 5ms;
}

.c-button--gooey:hover {
  color: #fff;
}

line-height: 2;
}

.btn-shine::before {
  content: '';
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 8px;
  left: 0;
  transition: width .4s;
  margin-left: 48px;
}

.btn-shine:hover::before {
  width: 50%;
}

@-moz-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}

@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}

@-o-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}

@keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}

/*codigo para mover el coraon*/
.heart {
  position: relative;
  left: -96px;
}

/*CODIGO PARA EL BOTON "read more"*/
.custom-btn {
  background-color: #450a0a;
  /* bg-red-950 */
  color: #f87171;
  /* text-red-400 */
  border: 1px solid #f87171;
  border-bottom: 4px solid #f87171;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  padding: 8px 16px;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover effects */
.custom-btn:hover {
  filter: brightness(1.5);
  border-top: 4px solid #f87171;
  border-bottom-width: 1px;
}

/* Active */
.custom-btn:active {
  opacity: 0.75;
}

/* Glow bar */
.btn-glow {
  background-color: #f87171;
  position: absolute;
  top: -150%;
  left: 0;
  width: 320px;
  height: 5px;
  border-radius: 6px;
  opacity: 0.5;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
  transition: top 0.5s ease;
}

/* Hover animation */
.custom-btn:hover .btn-glow {
  top: 150%;
}

/*codigo para el boton de "read more"*/
.c-button {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  padding: 0.6em 1.3em;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.c-button--gooey {
  color: #0076C1;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 4px solid #0076C1;
  border-radius: 0;
  position: relative;
  transition: all 700ms ease;
}

.c-button--gooey .c-button__blobs {
  height: 100%;
  filter: url(#goo);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: -3px;
  right: -1px;
  z-index: -1;
}

.c-button--gooey .c-button__blobs div {
  background-color: #0076C1;
  width: 34%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  transform: scale(1.4) translateY(125%) translateZ(0);
  transition: all 400ms ease;
}

.c-button--gooey .c-button__blobs div:nth-child(1) {
  left: -5%;
}

.c-button--gooey .c-button__blobs div:nth-child(2) {
  left: 30%;
  transition-delay: 30ms;
}

.c-button--gooey .c-button__blobs div:nth-child(3) {
  left: 66%;
  transition-delay: 5ms;
}

.c-button--gooey:hover {
  color: #fff;
}

.c-button--gooey:hover .c-button__blobs div {
  transform: scale(1.4) translateY(0) translateZ(0);
}


.microwave {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  grid-column: 2;
}

@media screen and (max-width: 768px) {
  .microwave {
    grid-column: 1;
  }
}