* {
  padding: 0;
  margin: 0;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
a {
  color: #5f0099;
}
a:hover {
  color: #5f0099;
}
h1,
h2,
h3 {
  font-weight: 700;
}
h4,
h5 {
  font-weight: 600;
}
h6 {
  font-weight: 500;
}
.white {
  color: #ffffff !important;
}
.black {
  color: #000000;
  text-align: center;
}
.navbar {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  min-height: 30px;
  line-height: 30px;
  background: #daccf7;
  z-index: 1030;
  padding: 0;
}
.navbar .active {
  color: #000000 !important;
}

.navbar .nav-item {
  margin: 0 5px;
  padding: 0;
}
.navbar .nav-item a {
  color: #5f0099;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.navbar .nav-item a:hover {
  color: #000000;
}
.navbar .nav-link {
  position: relative;
  padding: 0;
}
.navbar .navbar-toggler {
  cursor: pointer;
}
.navbar .navbar-toggler span {
  color: #000000;
}
.navbar-style2 .active:after,
.navbar-style2 .nav-link:after {
  display: none;
}
.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav-scroll .navbar-nav > li > a {
  color: #333;
}
.nav-scroll .navbar-brand img {
  -webkit-transform: scale(1.03) !important;
  transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
  cursor: pointer;
}
.nav-scroll .navbar-toggler span {
  color: #333;
}
.nav-scroll .nav-link:hover:after {
  background-color: #2388ed;
}
.nav-scroll .active {
  position: relative;
}

/* Slider */

#gallery {
  width: 80%;
  height: 400px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.gallery-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: calc(100% * 3);
  height: 100%;
}

.gallery-item {
  min-width: 100%;
  height: 100%;
  box-sizing: content-box;
}

.gallery-item img {
  width: 40%;
  /*  height: 100%; */
  object-fit: cover; /* Ajusta las imágenes sin distorsión */
  display: block;
}

/* Navegación del Slider */
.gallery-navigation {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
}

.nav-button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}
/* .banner:hover {
  transform: scale(1.1);
} */

.title {
  /*  background-color: yellow; */
  width: 400px;
  /*  padding: 50px; */
  margin: 0 auto;
  /*  margin-top: 50px; */
  /* font-family: "Bevan", cursive; */
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
}

.title {
  animation-duration: 2s;
  animation-name: bounceIn;
}

@keyframes bounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}

.title-banner {
  position: relative;
  height: auto;
  padding-bottom: 300px;
  background: #e3dae8 url("./img/banner.png") center top no-repeat;

  background-size: cover;
  color: #fff;
  overflow: hidden;
  text-align: center;
  transition: 0.3s;
}

.title-banner:hover {
  transform: scale(1.1);
}

.img {
  /* width: 600px; */
  height: 450px;
}

.banner-text {
  text-align: justify;
}

.row_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*  margin-top: 20px;
  margin-bottom: 20px; */
  padding: 0 40px;
}

.row_img img {
  max-width: 80%;
}

.row_serv p {
  text-align: justify;
}

.row_serv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.servicios {
  border-radius: 30px;
  padding: 20px;
  margin: 45px;
}

.row_serv img {
  border-radius: 150px;
  max-width: 40%;
}

.title_vid {
  /*   background-color: #8fc3f7;
  color: #fff; */
  padding: 15px;
  text-align: center;
}

.row_vid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin: 10px;
}

.btn_video {
  text-align: center;
  margin: 10px;
}

.btn_video button {
  padding: 10px 40px;
  background-color: #daccf7;
  border-radius: 30px;
  border: #5f0099;
  color: white;
  font-size: 20px;
}

.row_form_cont {
  background-color: #8fc3f7;
  border-radius: 30px;
  padding: 80px;
}

.row_contacto {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 20px;
  margin: 10px;
}

.form-contacto {
  text-align: center;
}

.about-me-img {
  border-radius: 20%;
}

.forms-colums {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_form {
  width: 360px;
  height: auto;
  /*   margin: 80px auto; */
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}

input {
  background-color: #fbfbfb;
  width: 300px;
  height: 40px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ab4493;
  /*   margin-top: 10px;

  margin-bottom: 20px; */
  margin-left: 18px;
  padding-left: 10px;
}

textarea {
  background-color: #fbfbfb;
  width: 300px;
  height: 80px;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #ab4493;
  margin-top: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  padding-top: 15px;
}

label {
  display: block;
  float: center;
}

button {
  padding: 10px 40px;
  background-color: #daccf7;
  border-radius: 30px;
  border: #5f0099;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

button p {
  color: #000000;
}

.aviso {
  font-size: 13px;
  color: #0e0e0e;
}

::-webkit-input-placeholder {
  color: #a8a8a8;
}

::-webkit-textarea-placeholder {
  color: #a8a8a8;
}

.formulario input:focus {
  outline: 0;
  border: 1px solid #97d848;
}

.formulario textarea:focus {
  outline: 0;
  border: 1px solid #97d848;
}

/* sobre-mi */

.sobre_mi {
  padding: 40px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.row_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.about-me-img {
  width: 100%;
  height: auto;
  border-radius: 10px; /* Bordes redondeados */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Sombra suave */
  transition: transform 0.3s ease-in-out;
  max-width: 400px; /* Limita el tamaño máximo de la imagen */
}

.about-me-img:hover {
  transform: scale(1.05); /* Efecto de escala al pasar el mouse */
}

.col-md-8 {
  text-align: left;
}

.about-text {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #ffffff; /* Fondo blanco para las descripciones */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Sombra para resaltar el texto */
}

.about-text:last-child {
  margin-bottom: 0;
}

/* Responsive design */
@media (max-width: 768px) {
  .row_img {
    flex-direction: column; /* En pantallas pequeñas, apilar imagen y texto */
    text-align: center;
  }

  .about-me-img {
    margin-bottom: 20px;
    max-width: 80%;
  }

  .col-md-8 {
    text-align: center;
  }
}
