/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*Snipet Ajusta Pixelaje*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  /*Reset para REMS -62.5% = 10px de 16px*/
}

*,
*:before,
*:after {
  box-sizing: inherit;
}


html {
  scroll-behavior: smooth;
}

/*********GLOBALES**********/
body {
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  /* = 600px es mejor usar para los diferentes tamaños de pantalla*/
  line-height: 2 rem;

  --col-deepblue: #000080;
  overflow-x: hidden;
}

img {
  /* imagenes responsivas*/
  max-width: 100%;
}

/*Sistem inicial de tamaños para no tener errores*/

h1 {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 3.8 rem;
}

h2 {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 3.4 rem;
}

h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 3 rem;
}

h4 {
  font-size: 2.6 rem;
}



section main {
  scroll-margin-top: 10rem;
  /* ajusta según altura de tu menú */
}

section {
  scroll-margin-top: 10rem;
  /* ajusta según altura de tu menú */
}

/*Utilidades*/
.contenedor {
  width: 95%;
  max-width: 120rem;
  margin: 0 auto;
}

.seccion {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.fw-300 {
  /*Engroza o adelgaza la letra*/
  font-weight: 300;
}

.fz-250 {
  font-size: 150%;
}

.centrar-texto {
  text-align: center;
}

.d-block {
  display: block !important;
  /*block: hace q ocupe todo el ancho important hace que solo se cumpla en este caso ese display si hay otro abajo no lo toma en cuenta*/
}

.contenido-centrado {
  max-width: 800px;
}

.parrafo {
  color: #000;
  text-align: justify;
  text-justify: inter-word;
  line-height: 2;
  padding: 2rem;
  margin-bottom: 1rem;
}

/********** Botones ***********/

.boton {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.8rem;
  padding: 1rem 3rem;
  margin-top: 3rem;
  display: inline-block;
  text-align: center;
  border: none;
  display: block;
  flex: 0 0 100%
}

@media (min-width: 768px) {
  .boton {
    display: inline-block;
    flex: 0 0 auto;
  }
}

.boton:hover {
  cursor: pointer;
}

.boton-amarillo {
  background-color: coral;
}

.boton-verde {
  background-color: forestgreen;
}


/* Header */

.site-header {
  background-color: rgba(0, 147, 208, 255);
  padding: 5rem 0 0 0;
}

.site-header.inicio {
  background: #289CC9;
  background: linear-gradient(0deg, rgba(40, 156, 201, 0) 0%, rgba(40, 156, 201, 1) 90%);
  height: 100vh;
  min-height: 60rem;
  margin-top: 5vh;
}

@media (min-height: 640px) {
  .site-header.inicio {
    margin-top: 3vh;
  }
}
@media (min-height: 968px) {
  .site-header.inicio {
    margin-top: 0vh;
  }
}
@media (min-height: 1080px) {
  .site-header.inicio {
    margin-top: -2vh;
  }
}






.hero-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.content-hader {
  position: relative;
  z-index: 1;
  padding: 2rem;
  max-width: 800px;
  width: 100%;
  box-sizing: border-box;
}

.image-sequence {
  position: relative;
  width: 80vw;
  height: 50vh;
  margin: 0 auto 1rem;
  margin-top: 10rem;
  border-radius: 10%;
  overflow: hidden;
}

@media (min-width: 768px) {
  .image-sequence {
    flex-direction: row-reverse !important;
  }
}
@media (min-width: 968px) {
  .image-sequence {
  height: 70vh;
  /*margin-top: 10%;*/
max-width: 50vw;  }
  .image-sequence img{
    max-width: 30vw;
  }
}

.img {
  position: absolute;
  width: 80%;
  max-width: 100%;
  object-fit: cover;
  opacity: 0;
}

/* Animación 1: desde la izquierda */
.img1 {
  animation: slideInTop 12s ease-in-out infinite;
  animation-delay: 0s;
  height: auto;
  object-fit: contain;
  display: block;
background: #289CC9;
background: radial-gradient(circle,rgba(40, 156, 201, 1) 3%, rgba(40, 201, 233, 0) 50%);
}
@media (max-width: 768px) {
  .img1 {
    width: 100%;
    height: auto;
  }
}


/* Animación 2: desde arriba */
.img2 {
  animation: slideInLeft 12s ease-in-out infinite;
  animation-delay: 4s;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .img2 {
    width: 100%;
    height: auto;
  }
}

/* Animación 3: zoom in */
.img3 {
  animation: zoomIn 12s ease-in-out infinite;
  animation-delay: 8s;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .img3 {
    width: 100%;
    height: auto;
  }
}

/* Animaciones personalizadas */
@keyframes slideInLeft {

  0%,
  100% {
    opacity: 0;
    transform: translateX(-100px);
  }

  10% {
    opacity: 1;
    transform: translateX(-50PX);
  }

  30% {
    opacity: 1;
  }

  40% {
    opacity: 0;
    transform: translateX(0);
  }
}

@keyframes slideInTop {

  0%,
  100% {
    opacity: 0;
    transform: translateY(-100px);
  }

  10% {
    opacity: 1;
    transform: translateY(0);
  }

  30% {
    opacity: 1;
  }

  40% {
    opacity: 0;
    transform: translateY(100px);
  }
}

@keyframes zoomIn {

  0%,
  100% {
    opacity: 0;
    transform: scale(0.5);
  }

  10% {
    opacity: 1;
    transform: scale(1);
  }

  30% {
    opacity: 1;
  }

  40% {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* Título principal */
.hero-box h1 {
  font-size: 3.5rem;
  font-weight: 700;
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  margin: auto;
  animation: textFloat 1s ease-out forwards;
  animation-delay: 0.5s;
  opacity: 0;
}

.typed-text {
  margin: 0 2rem;
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 2.5vw, 2.2rem);
  color: #003366;
  line-height: 1.6;
  word-break: break-word;
  white-space: normal;
  margin: 0 auto;
}

.cursor {
  display: inline-block;
  animation: blink 0.7s infinite;
  color: #00c6ff;
  font-weight: bold;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}


/* Animación de entrada flotante */
@keyframes textFloat {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* Botón */
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: linear-gradient(135deg, #a0e9ff, #d0f4ff);
  color: #004d7a;
  text-decoration: none;
  border-radius: 8px;
  margin-top: 1rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}

/* Burbuja animada al pasar el ratón */
.btn::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.3) 20%, transparent 70%);
  transform: scale(0);
  transition: transform 0.5s ease;
  border-radius: 50%;
  z-index: 0;
}

.btn:hover::before {
  transform: scale(1);
}

.btn:hover {
  box-shadow: 0 6px 14px rgba(0, 123, 255, 0.3);
}

/* Efecto de clic */
.btn:active {
  transform: scale(0.97);
  box-shadow: 0 2px 6px rgba(0, 123, 255, 0.2);
}

/* Burbujas SVG detrás del contenido */
.bubbles {
  position: absolute;
  top: 0;
  left: 20%;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* detrás del contenido */
  pointer-events: none;
  overflow: hidden;
}

/* SVG ocupa toda la sección */
.bubble-svg {
  width: 100%;
  height: 100%;
  display: block;
}






.bubbles-up {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  /* detrás del contenido */
  pointer-events: none;
  overflow: hidden;
}

/* SVG ocupa toda la sección */
.bubble-up-svg {
  width: 100%;
  height: 100%;
  display: block;
}








.barra a {
  color: #ffffff;
  text-decoration: none;
}

.background-barra {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #289CC9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003366', endColorstr='#ff0000', GradientType=0);
  z-index: 2000;
  padding: 1rem;
}

/*
.barra {
  padding: 1rem;
}

@media (min-width: 768px) {*/
.barra {
  /*display: flex;
      /*flex: posiciona el elemento en el mismo renglon*/
  justify-content: space-between;
  /*Alinea el contenedor uno a la dereche y otro a la izq*/
  align-items: center;
  /*Alinea los elementos al centro*/
  padding: 1rem;
  /*Elimina el espacio entre el div y header*/
}

.barra-mobile a {
  text-align: left;
}

.barra-mobile a img {
  height: 6rem;
  
}

/*
}*/

@media (min-width: 768px) {
  .barra {
    display: flex;
  }
}

@media (max-width: 768px) {
  .barra-mobile {
    display: flex;
    justify-content: space-between;
    /*Alinea el contenedor uno a la dereche y otro a la izq*/
    align-items: center;
    /*Alinea los elementos al centro*/
    padding: .2rem;
    /*Elimina el espacio entre el div y header*/
  }
}


/*Navegacion*/

.navegacion a {
  /* accede a los hijos <a> de .<nav>*/
  color: #ffffff;
  text-decoration: none;
  /*elimina la linea del enlace*/
  font-size: 2.2rem;
  /* = 18px*/
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  display: block;
}

@media (min-width: 768px) {
  .navegacion a {
    display: inline-block;
    font-size: 2.5rem;
    margin-right: 2rem;
    /*Separa entre elementos*/
  }

  .navegacion a:last-of-type {
    /*Selecciona el ultimo hijo*/
    margin: 0;
  }
}

.navegacion a:hover {
  /*Cambia el color cuando pasa el raton por un enlace*/
  color: #00c3ff;
}

.navegacion a:last-of-type {
  /*Selecciona el ultimo hijo*/
  margin: 0;
}


/*Mobile menu*/

.mobile-menu img {
  width: 3rem;
}

@media (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}

.navegacion:target {
  /*Se ejecuta cuando se da clic al selector #navegacion*/
  display: block;
}

.navegacion {
  display: none;
}

@media (min-width: 768px) {
  .navegacion {
    display: block;
  }
}

/*Titulo*/
.titulo {
  margin-top: 30vh;
  color: var(--col-deepblue);
}

@media (min-width: 768px) {
  .titulo {
    margin-top: 60vh;
  }
}




/*Iconos nosotros*/


@media (min-width: 680px) {
  .iconos-nosotros {
    display: flex;
    /*posiciona el elemeto en el mismo renglon*/
    justify-content: space-between;
  }
}


@media (min-width: 768px) {
  .iconos-nosotros {
    display: flex;
    /*posiciona el elemeto en el mismo renglon*/
    justify-content: space-between;
  }
}

.icono {
  /****Primero aplica mobile first y luego media query empezando con una resolucion de tablet****/
  text-align: center;
}


.icono img {
  height: 20vh;
}


@media (min-width: 680px) {
  .icono {
    flex-basis: calc(40% - 1rem);
    max-height: 40vw;
    max-width: 40vh;
  }
  .icono img {
  height: 40vh;
}

}

@media (min-width: 768px) {
  .icono {
    flex-basis: calc(40% - 1rem);
  }

  .icono:nth-child(2) img {
    padding: 0 3rem;
  }

}

.icono h3 {
  text-transform: uppercase;
}







.info-eco {
  text-align: center;
  margin-top: 10rem;
}

@media (min-width: 768px) {
  .info-eco {
    display: flex;
    /*posiciona el elemeto en el mismo renglon*/
    justify-content: space-between;
  }
}

.img-eco {
  max-width: 25rem;
}

@media (min-width: 768px) {
  .img-eco {
    flex-basis: calc(33.3% - 1rem);
    /* se utiliza flex basis por que se usa flex y por porcentaje para tamaño de pantalla*/
    max-height: 350px;
  }
}

@media (min-width: 768px) {
  .texto-eco {
    flex-basis: calc(66.6% - 1rem);
    /* se utiliza flex basis por que se usa flex y por porcentaje para tamaño de pantalla*/
    max-height: 350px;
  }
}





@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");

a {
  color: #fff;
  text-decoration: none;
}

footer {
  width: 100%;
  position: relative;
  bottom: 0px;
}

svg {
  width: 100%;
  overflow: visible;
  position: absolute;
  z-index: -1;
  margin-top: -14%;
}

.wave {
  animation: wave 3s linear;
  animation-iteration-count: infinite;
  fill: rgba(0, 147, 208, 255);
}

.drop {
  fill: rgba(0, 147, 208, 255);
  /*xfill: #99000055;*/
  animation: drop 3.2s linear infinite normal;
  stroke: rgba(0, 147, 208, 255);
  stroke-width: 0.5;
  transform: translateY(25px);
  transform-box: fill-box;
  transform-origin: 50% 100%;
}

.drop1 {}

.drop2 {
  animation-delay: 3s;
  animation-duration: 3s;
}

.drop3 {
  animation-delay: -2s;
  animation-duration: 3.4s;
}

.drop4 {
  animation-delay: 1.7s;
}

.drop5 {
  animation-delay: 2.7s;
  animation-duration: 3.1s;
}

.drop6 {
  animation-delay: -2.1s;
  animation-duration: 3.2s;
}

.gooeff {
  filter: url(#goo);
}

#wave2 {
  animation-duration: 5s;
  animation-direction: reverse;
  opacity: .6
}

#wave3 {
  animation-duration: 7s;
  opacity: .3;
}

@keyframes drop {
  0% {
    transform: translateY(25px);
  }

  30% {
    transform: translateY(-10px) scale(.1);
  }

  30.001% {
    transform: translateY(25px) scale(1);
  }

  70% {
    transform: translateY(25px);
  }

  100% {
    transform: translateY(-10px) scale(.1);
  }
}

@keyframes wave {
  to {
    transform: translateX(-100%);
  }
}


.info-footer {
  background-color: #2599c7;
  width: 100%;
  margin-top: 10%;
  padding: 2rem;
  color: #fff;
  text-align: justify;
}

.info-footer div h4 {
  margin: 1rem 0;
}

.info-footer div p {
  margin: 0 0 0 1rem;
}


@media (min-width: 768px) {
  .info-footer {
    display: flex;
    justify-content: space-around;
  }

  .info-footer div {
    flex-basis: calc(35% - 1rem);
    max-height: 400px;
    /* se utiliza flex basis por que se usa flex y por porcentaje para tamaño de pantalla*/
  }
}



@media (min-width: 768px) {
  .logo-footer {
    display: flex;
  }

  .logo-footer img:nth-child(1) {
    max-width: 50rem;
    max-height: 50rem;
  }

  .logo-footer img:nth-child(2) {
    max-width: 30rem;
    max-height: 15rem;
  }
}

.copyright {
  background-color: #358eb1;
  text-align: center;
  height: 30px;
  position: relative;
  height: 4rem;
}

.copyright p {
  margin: 0;
  padding: 1rem;
  color: #ffffff;
}

/************************** PAGINA DE NOSOTROS*********************************/

/*News Letter*/

div.newsletter {
  position: relative;
  z-index: -1;
  height: auto;
  background-image: url(/img/conocenos.jpg);
  background-size: 120%;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  animation: movimiento 10s infinite linear alternate;
}

@media (max-width: 390px) {
  div.newsletter {
    background-size: 180%;
  }
}

@keyframes movimiento {
  from {
    background-position: bottom left;
  }

  to {
    background-position: top right;
  }
}

div.newsletter::before {
  /* background-image: url(/img/fondo_conocenos.jpg);
  width: 100%;
  height: 50vh;*/
  content: '';
}

div.newsletter .contenido {
  padding: 100px 0 0 0;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.contenido h3 {
  margin: 2rem;
}

.contenido p {
  padding: 2rem;
}

div.newsletter .contenido p {
  font-size: 3rem;
  text-transform: lowercase;
}

div.newsletter .contenido h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 7vw;
  font-family: 'PT Sans', sans-serif;
}

.contenedor-informacion {
  width: 80% !important;
}

@media (min-width: 768px) {
  .contenedor-informacion {
    width: 60% !important;
  }
}

.contenedor-informacion h2 {
  color: var(--col-deepblue);
}


.contenedor-informacion p {
  text-align: justify;
  color: #000;
}

.container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.avatar {
  box-sizing: border-box;
  overflow: hidden;
}


.avatar img {
  width: 40rem;
  height: auto;
}

@media (min-width: 680px) {
.avatar img {
  margin-top: 55%;
}
}

@media (min-width: 840px) {
.avatar img {
  margin-top: 45%;
}
}

@media (min-width: 980px) {
.avatar img {
  margin-top: 33%;
}
}

@media (min-width: 1080px) {
.avatar img {
  margin-top: 15%;
}
}

.mision-vision {
  background-color: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
}

.mision-vision .contenedor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.mision-vision .bloque {
  flex: 1 1 45%;
  max-width: 500px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.mision-vision .bloque:hover {
  transform: translateY(-5px);
}

.mision-vision .icono {
  font-size: 10rem;
  color: #28C9A3;
}

.mision-vision h3 {
  color: #289CC9;
  font-size: 3rem;
  margin-bottom: 10px;
}

.mision-vision p {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 400px;
}

/* ✅ RESPONSIVE ajustes para pantallas pequeñas */
@media (max-width: 768px) {
  .mision-vision .bloque {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .mision-vision h3 {
    font-size: 1.4rem;
  }

  .mision-vision p {
    font-size: 0.95rem;
  }

  .mision-vision .icono {
    font-size: 36px;
  }
}

.contenido-informacion {
  padding: 2rem 3rem;
  /* top, right, bottom, left*/
  color: #ffffff;
}

@media (max-width: 390px) {
  .contenido-informacion {
    padding: 0;
    margin-left: 1px;
  }
}


.cuadro-prendas {
  background-color: #ffffff;
  border: 2px solid #289CC9;
  border-radius: 10px;
  padding: 20px;
  max-width: 900px;
  margin: auto;
  margin-top: 3rem;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cuadro-prendas h2 {
  color: #289CC9;
  margin-bottom: 25px;
  font-size: 2em;
  margin: auto;
}

.categoria {
  margin-bottom: 20px;
}

.categoria h3 {
  color: #289CC9;
  font-size: 1.3em;
  margin: 0;
  text-align: center;
  /* 👈 Esta línea centra el texto */
}

.categoria h3 i {
  font-size: 3rem;
  margin: 2rem;
}

.categoria ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}

.categoria ul li {
  background-color: #f9f9f9;
  padding: 10px 15px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1em;
  border-left: 4px solid #28C9A3;
  color: #000;
}

.categoria ul li i {
  color: #289CC9;
  font-size: 5rem;
}




/**/
.mapa-ubic{
  width: 100%;
}

/*************************PAGINA DE CONTACTO***********************/
.contacto {
  position: relative;
  width: 100%;
  text-align: center;
}

.contacto h2 {
  font-size: 30px;
  padding-top: 5rem;
}

.img-fondo {
  z-index: -1;
  position: absolute;
  right: 0;
  width: 50vh;
}

.contacto-div {
  border-radius: 32px 32px 32px 32px;
  -moz-border-radius: 32px 32px 32px 32px;
  -webkit-border-radius: 32px 32px 32px 32px;
  border: 0px none #000000;
  background-color: rgba(184, 184, 184, 0.288);
  margin: 0 10% 10% 10%;
  min-height: 350px;
  text-align: center;
}

.contacto-form {
  text-align: left;
  padding: 0 5% 5% 5%;
  margin: 5% 5%;
  display: grid;
}

.contacto-div h3 {
  margin: 0;
  padding-top: 4rem;
  font-size: 2rem;
}

.contacto-form label {
  padding: 1rem 0;
  width: 100%;
}
.altcha {
    display: block !important;
  margin: 15px 0;
  min-height: 40px;
}
input {
  padding: 6px;
  font-size: 17px;
  border-width: 2px;
  border-color: #CCCCCC;
  background-color: #FFFFFF;
  color: #000000;
  border-style: solid;
  border-radius: 8px;
  box-shadow: 2px 2px 7px rgba(56, 56, 56, .76);
  text-shadow: -50px 0px 0px rgba(255, 255, 255, .0);
}

input:focus {
  outline: none;
  border-color: #33ff00;
}

@media (max-width: 320px) {
  .contacto-div {
    margin: 0 3%;
  }
}

@media (min-width: 768px) {
  .contacto-div {
    margin: 0 20%;
  }
}

@media (min-width: 1080px) {
  .contacto-div {
    margin: 0 30%;
  }

  .img-fondo {
    right: 3%;
  }
}

@media (min-width: 1500px) {
  .contacto-div {
    margin: 0 35%;
  }

  .img-fondo {
    right: 5%;
  }
}


/********************SERVICIOS************************/

.info-servicios {
  margin-bottom: 10rem;
  padding-top: 5rem;
}

.titulo-con-imagen {
  display: flex;
  align-items: center;
  gap: 10px;
  /* Espacio entre texto e imagen */
  justify-content: center;
  /* Centrado opcional */
  margin-top: 5rem;
}

.titulo-con-imagen h2 {
  font-size: 3rem;
  color: #28C9A3;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}


.titulo-con-imagen img:first-child {
  width: 5rem;
  /* Ajusta según necesidad */
  height: auto;
}

.titulo-con-imagen img:last-child {
  width: 4rem;
  /* Ajusta según necesidad */
  padding-left: 2rem;
  height: auto;
}

@media (min-width: 768px) {
  .titulo-con-imagen h2 {
    font-size: 5rem;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  }

  .titulo-con-imagen img:first-child {
    width: 10rem;
    /* Ajusta según necesidad */
    height: auto;
  }

  .titulo-con-imagen img:last-child {
    width: 8rem;
    /* Ajusta según necesidad */
    padding-left: 2rem;
    height: auto;

  }
}

  /*@media (min-width: 960px) {
  .content{
    display: flex;
    margin: 0;
    
    }
  .info-content{
      flex-basis: calc(66.6%-1rem);
      text-align: center;
  }
  
}
@media (min-width: 1080px) {
  .content{
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media (min-width: 1380px) {
  .content{
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media (min-width: 1680px) {
  .content{
    margin-left: 22%;
    margin-right: 12%;
  }
}*/

  :root {
    --width: 100vw;
    --full-width: 100vw;
    --angle: -5deg;
    /*----------------- Magic Number Alert: the 0.09719 is calculated by this formula: tan(11°) / 2 11° is the current skewY value. ------------------*/
    --magic-number: 0.09719;
    --skew-padding: calc(var(--width) * var(--magic-number));
    --clip-padding: calc(var(--full-width) * var(--magic-number));
  }

  .diagonal-box {
    position: relative;
    padding: 3rem 0;
    margin-top: -1px;
  }

  .diagonal-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: skewy(var(--angle));
    transform-origin: 50% 0;
    outline: 1px solid transparent;
    backface-visibility: hidden;
  }

  /*.bg-one:before {
  background: rgba(0,64,255,1);
  background: -moz-linear-gradient(45deg, rgba(0,64,255,1) 0%, rgba(0,32,137,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,64,255,1)), color-stop(100%, rgba(0,32,137,1)));
  background: -webkit-linear-gradient(45deg, rgba(0,64,255,1) 0%, rgba(0,32,137,1) 100%);
  background: -o-linear-gradient(45deg, rgba(0,64,255,1) 0%, rgba(0,32,137,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(0,64,255,1) 0%, rgba(0,32,137,1) 100%);
  background: linear-gradient(45deg, rgba(0,64,255,1) 0%, rgba(0,32,137,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0040ff', endColorstr='#002089', GradientType=1 );
}*/
  .bg-one:before {
    background: #289CC9;
    background: linear-gradient(0deg, rgba(40, 156, 201, 1) 0%, rgba(40, 201, 163, 0.6) 51%, rgba(40, 156, 201, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ff0000', GradientType=0);
  }

  .bg-two:before {
    background: rgba(255, 0, 0, 1);
    background: -moz-linear-gradient(45deg, rgba(255, 0, 0, 1) 0%, rgba(183, 11, 11, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 0, 0, 1)), color-stop(100%, rgba(183, 11, 11, 1)));
    background: -webkit-linear-gradient(45deg, rgba(255, 0, 0, 1) 0%, rgba(183, 11, 11, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(255, 0, 0, 1) 0%, rgba(183, 11, 11, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255, 0, 0, 1) 0%, rgba(183, 11, 11, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 0, 0, 1) 0%, rgba(183, 11, 11, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#b70b0b', GradientType=1);
  }

  .bg-three:before {
    background-image: linear-gradient(-135deg, #007, #003);
  }




  .content {
    max-width: 1080px;
    margin: 0 auto;
    padding: 1.5em;
    position: relative;
    /* ----------- enable the border to see, that the content perfectly fits into the section withou bleeding into the adjecting areas: ------------ */
  }

  .info-content {
    text-align: left;
    padding: 0 2rem;
  }

  .info-content h3 {
    color: #F2F2F2;
    font-size: 5rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
  }

  .info-content p {
    text-align: justify;
    color: #F2F2F2;
    font-size: 2rem;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  }


  @media (min-width: 768px) {
    .reverse {
      flex-direction: row-reverse !important;
    }
  }

  @media (min-width: 960px) {
    .content {
      display: flex;
      margin: 0;

    }

    .info-content {
      flex-basis: calc(66.6%-1rem);
      text-align: center;
    }

  }

  @media (min-width: 1080px) {
    .content {
      margin-left: 10%;
      margin-right: 10%;
    }
  }

  @media (min-width: 1380px) {
    .content {
      margin-left: 15%;
      margin-right: 15%;
    }
  }

  @media (min-width: 1680px) {
    .content {
      margin-left: 22%;
      margin-right: 12%;
    }
  }
    @media (min-width: 2380px) {
    .content {
      margin-left: 22%;
      margin-right: 12%;
    }
  }

  /*@media (min-width: 1080px) {
  .content .reverse{
    margin-right: 10%;
  }
}
@media (min-width: 1380px) {
  .content.reverse{
    margin-right: 15%;
  }
}
@media (min-width: 1680px) {
  .content.reverse{
    margin-right: 22%;
  }
}*/

  .img-content {
    padding: 1rem 2rem;
    max-width: 30rem;
    margin-top: -2rem;
    text-align: center;
  }
  

  @media (min-width: 630px) {
    .img-content {
      margin: 0 15%;
    }
  }

  @media (min-width: 768px) {
    .img-content {
      margin: 0 25%;
    }
  }

  @media (min-width: 960px) {
    .img-content {
      margin: 0;
    }
  }

  .img-content img {
    border-radius: 149px 149px 149px 149px;
  }



.floating-buttons {
  position: fixed;
  bottom: 20vh;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
}

.floating-buttons .btn-float {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #25D366; /* WhatsApp verde */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.2s ease;
  text-decoration: none;
}

.floating-buttons .btn-float.email {
  background-color: #0072C6; /* Azul para email */
}

.floating-buttons .btn-float.call {
  background-color: #db2754; /* Azul para email */
}

.floating-buttons .btn-float:hover {
  transform: scale(1.1);
}



















  /* ==========================================================================
   Helper classes
   ========================================================================== */

  /*
 * Hide visually and from screen readers
 */

  .hidden,
  [hidden] {
    display: none !important;
  }

  /*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
  }

  /*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

  .sr-only.focusable:active,
  .sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
  }

  /*
 * Hide visually and from screen readers, but maintain layout
 */

  .invisible {
    visibility: hidden;
  }

  /*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

  .clearfix::before,
  .clearfix::after {
    content: " ";
    display: table;
  }

  .clearfix::after {
    clear: both;
  }

  /* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

  @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
  }

  @media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
  }

  /* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

  @media print {

    *,
    *::before,
    *::after {
      background: #fff !important;
      color: #000 !important;
      /* Black prints faster */
      box-shadow: none !important;
      text-shadow: none !important;
    }

    a,
    a:visited {
      text-decoration: underline;
    }

    a[href]::after {
      content: " (" attr(href) ")";
    }

    abbr[title]::after {
      content: " (" attr(title) ")";
    }

    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
      content: "";
    }

    pre {
      white-space: pre-wrap !important;
    }

    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }

    /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    thead {
      display: table-header-group;
    }

    tr,
    img {
      page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }

    h2,
    h3 {
      page-break-after: avoid;
    }
  }