* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6em;
  min-height: 100vh;
}

/* Estilos Header */
.navbar {
  background-color: #FFCBCB;
}

.navbar li a {
  color: #483635;
}

.navbar li {
  padding-left: 0.3em;
}
.navbar li:hover {
  transition: 0.3s ease-in;
  transform: scale(1.1);
}

.logo {
  width: 180px;
  height: 80px;
}

/* Estilos Main */
main {
  flex-grow: 1;
}

.titulos, .tituloCarousel {
  font-size: 2em;
}

.parrafos, .parrafoCarousel {
  font-size: 1.5rem;
  font-weight: 100;
}

.parrafoInformacion {
  font-size: 1.3rem;
}

.featured div:hover {
  transition: 0.3s ease-in;
  transform: scale(1.1);
}

.preAnimacion {
  opacity: 0;
  transform: translateY(100px);
  transition: transform 1.5s, opacity 2s;
}

.animacionEntrada {
  opacity: 1;
  transform: translateY(0px);
}

.colored-section {
  background-color: #FFCBCB;
}

.purple {
  color: #BAABDA;
}

/* Estilos Carousel */
.carousel-caption {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 4%, rgba(0, 0, 0, 0.5) 42%, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
  padding-top: 5px;
  padding-left: 15%;
  padding-right: 15%;
}

.tituloCarousel {
  font-weight: 600;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.parrafoCarousel {
  font-weight: 500;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.carousel-item img {
  max-height: 80vh;
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* Estilos Botones RRSS */
.blue {
  color: #0077b6;
}

.orange {
  color: #e07a5f;
}

.green {
  color: #40916c;
}

.rrss i {
  font-size: 2em;
}
.rrss i:hover {
  text-shadow: 0 0 2.5px;
  transition: 0.2s ease-in;
  transform: scale(1.1);
}

.redesSociales {
  text-align: justify;
  font-weight: bolder;
}
.redesSociales i {
  vertical-align: middle;
  padding-right: 10px;
}

.rrss-1 {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  border-radius: 10px;
  background-color: white;
  background: linear-gradient(to right, white 58%, #0077b6 50%) left;
  background-size: 200%;
  transition: 0.3s ease-out;
}
.rrss-1 a {
  text-decoration: none;
}
.rrss-1 p {
  font-size: 1.3em;
  color: #0077b6;
  padding-right: 10px;
}
.rrss-1 p i {
  font-size: 3em;
  margin: -7px 0 -7px 0;
}
.rrss-1 p:hover {
  color: white;
}
.rrss-1:hover {
  background-position: right;
}

.rrss-2 {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  border-radius: 10px;
  background-color: white;
  background: linear-gradient(to right, white 58%, #e07a5f 50%) left;
  background-size: 200%;
  transition: 0.3s ease-out;
}
.rrss-2 a {
  text-decoration: none;
}
.rrss-2 p {
  font-size: 1.3em;
  color: #e07a5f;
  padding-right: 10px;
}
.rrss-2 p i {
  font-size: 3em;
  margin: -7px 0 -7px 0;
}
.rrss-2 p:hover {
  color: white;
}
.rrss-2:hover {
  background-position: right;
}

.rrss-3 {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  border-radius: 10px;
  background-color: white;
  background: linear-gradient(to right, white 58%, #40916c 50%) left;
  background-size: 200%;
  transition: 0.3s ease-out;
}
.rrss-3 a {
  text-decoration: none;
}
.rrss-3 p {
  font-size: 1.3em;
  color: #40916c;
  padding-right: 10px;
}
.rrss-3 p i {
  font-size: 3em;
  margin: -7px 0 -7px 0;
}
.rrss-3 p:hover {
  color: white;
}
.rrss-3:hover {
  background-position: right;
}

/* Estilos Footer */
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFCBCB;
}

.footer ul {
  gap: 1em;
  list-style: none;
}

.footer li a {
  color: #483635;
  text-decoration: none;
}

.footer li a:hover {
  display: inline-block;
  background-color: #d8a2a1;
}

/* Estilos Secciones */
.galeria {
  position: relative;
}

.galeria img {
  border-radius: 15px;
}

.overlay {
  position: absolute;
  border-radius: 0 0 15px 15px;
  bottom: 0;
  background: #FFCBCB;
  color: #f1f1f1;
  width: calc(100% - 1.5rem);
  transition: 0.5s ease;
  opacity: 0;
  color: #483635;
  font-size: 1.1em;
  padding: 20px;
  font-weight: 900;
  text-align: center;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
}

.galeria:hover .overlay {
  opacity: 0.8;
}

.imagenTarjeta {
  height: 40vh;
  object-fit: cover;
  aspect-ratio: 5/4;
}

.card-title {
  font-size: 1em;
  font-weight: 700;
}

.tarjetaServicios {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  border-radius: 10px;
  margin-bottom: 100px;
  transition: margin-bottom 0s linear;
  background-image: url("../imagenes/fondotarjeta.svg");
  background-size: cover;
  color: white;
}
.tarjetaServicios i {
  animation: updown 1.5s ease infinite;
}
.tarjetaServicios .contenidoTarjeta {
  visibility: hidden;
  font-weight: bolder;
  max-height: 0;
  opacity: 0;
  transition: opacity 1.3s, max-height 1s, visibility 0.1s ease-in;
}
.tarjetaServicios:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.01);
}
.tarjetaServicios:hover .contenidoTarjeta {
  visibility: visible;
  opacity: 1;
  max-height: 300px;
}
.tarjetaServicios:hover i {
  animation: unset;
}

@keyframes updown {
  0% {
    transform: translateY(-25%);
  }
  50% {
    transform: translateY(25%);
  }
  100% {
    transform: translateY(-25%);
  }
}
.contacto {
  max-width: 1200px;
}

.elementosContacto, .botonContacto, .botonContacto:hover {
  border-radius: 5px;
  border: 0;
  box-shadow: 3px 3px 0px 3px #CFC9C9;
  padding: 5px;
  width: 100%;
}

.botonContacto, .botonContacto:hover {
  box-shadow: unset;
  font-size: 1em;
  color: #f1f1f1;
  background-color: #0077b6;
}
.botonContacto:hover {
  transition: ease-in-out 0.4s;
  transform: scale(1.05);
  background-color: #5999D9;
}

/* Media Querys */
@media only screen and (max-width: 1200px) {
  body {
    font-size: 1.5rem;
  }

  .titulos, .tituloCarousel {
    font-size: calc(2em/1.1);
  }

  .parrafos, .parrafoCarousel {
    font-size: calc(1.5rem/1.1);
  }

  .parrafoInformacion {
    font-size: calc(1.3rem/1.1);
  }
}
@media only screen and (max-width: 990px) {
  body {
    font-size: 1.2rem;
  }

  .rrss-1 p,
.rrss-2 p,
.rrss-3 p {
    font-size: 1.25em;
  }
  .rrss-1 p i,
.rrss-2 p i,
.rrss-3 p i {
    margin: -5px 0 -5px 0;
  }

  .imagenTarjeta {
    height: 20vh;
  }

  .titulos, .tituloCarousel {
    font-size: calc(2em/1.3);
  }

  .parrafos, .parrafoCarousel {
    font-size: calc(1.5rem/1.3);
  }

  .parrafoInformacion {
    font-size: calc(1.3rem/1.3);
  }

  .card-title {
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }

  .rrss-1 p,
.rrss-2 p,
.rrss-3 p {
    font-size: 1.3em;
  }
  .rrss-1 p i,
.rrss-2 p i,
.rrss-3 p i {
    margin: -6px 0 -6px 0;
  }

  .imagenTarjeta {
    height: 45vh;
  }

  .titulos, .tituloCarousel {
    font-size: calc(2em/1.1);
  }

  .parrafos, .parrafoCarousel {
    font-size: calc(1.5rem/1.1);
  }

  .parrafoInformacion {
    font-size: calc(1.3rem/1.1);
  }

  .carousel-item img {
    aspect-ratio: 4/3;
    object-fit: cover;
    min-height: 70vh;
  }

  .footer ul {
    display: none;
  }

  .card-title {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 520px) {
  body {
    font-size: 1.2rem;
  }

  .titulos, .tituloCarousel {
    font-size: calc(2em/1.2);
  }

  .parrafos, .parrafoCarousel {
    font-size: calc(1.5rem/1.2);
  }

  .imagenTarjeta {
    height: 40vh;
  }

  .parrafoInformacion {
    font-size: calc(1.3rem/1.2);
  }

  .carousel-item img {
    aspect-ratio: 1/1;
    object-fit: cover;
    min-height: 70vh;
  }

  .footer ul {
    display: none;
  }
}
@media only screen and (max-width: 460px) {
  .logo {
    width: 160px;
    height: 70px;
  }

  .imagenTarjeta {
    height: 35vh;
  }

  .rrss-1 p,
.rrss-2 p,
.rrss-3 p {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 401px) {
  .logo {
    width: 140px;
    height: 60px;
  }

  .rrss i {
    font-size: 1.5em;
  }

  .rrss-1 p,
.rrss-2 p,
.rrss-3 p {
    font-size: 0.9em;
  }
  .rrss-1 p i,
.rrss-2 p i,
.rrss-3 p i {
    margin: -4px 0 -4px 0;
  }
}
@media only screen and (max-width: 350px) {
  .logo {
    width: 120px;
    height: 50px;
  }

  .rrss i {
    font-size: 1.3em;
  }

  .rrss-1 p,
.rrss-2 p,
.rrss-3 p {
    font-size: 0.7em;
  }
  .rrss-1 p i,
.rrss-2 p i,
.rrss-3 p i {
    margin: -3.1px 0 -3.1px 0;
  }
}

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