    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
@media (max-width: 768px) {
  .carousel img,
  .carousel video {
    width: 100%; /* Ancho completo en dispositivos pequeños */
    height: auto; /* Altura automática para mantener la proporción */
  }
}
body{

background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}

/*logo*/
.logo {
    display: flex;
    justify-content: center;
}

/* navigator*/
.nav {
    display: flex;
    justify-content: center;
    list-style: none;
    
}

.nav a:hover {
    color: purple;
    text-decoration: underline;
}


.carousel img,
.carousel video {
  width: 100%; 
  height: 600px; 
  object-fit: cover;
}


.carousel-inner {
  width:100%; 
  height: 600px; 
  overflow: hidden; 
}

/* Estilo para los elementos del carrusel (items) */
.carousel-item {
  width: 100%;
  height: 100%;
}
.titulo{
    color: purple;
    font-size: 30px;
    text-align: center;
    margin-bottom: 60px;
}


/*videos*/
.vid1{
   margin-left : 10px;
    width: 500px;
  
    
}
.vid7 {
  width: 100%; 
  max-width: 500px;
  transform: scale(0.4);
  overflow: hidden;
  margin-top: -43%; 
  margin-bottom: -43%;

}
}
#braz_ttan{
    font-family: sans-serif;
    font-size: 20px;
}
#braz_ttan h3{
color: purple;
text-align: center;}


.swedma1{text-align: center;}



/*footer*/
footer {
    background: linear-gradient(135deg, #ee9ca7, #a8c0ff);
    color: #fff;
    padding: 20px 0;
    text-align: center;
    position: absolute;
   
    width: 100%;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-content p {
    margin: 0;
    font-size: 14px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.footer-links li {
    display: inline;
    margin: 0 10px;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.footer-links a:hover {
    text-decoration: underline;
}


/*h3 line*/
h1 {
    position: relative;
    text-align: center;
    font-size: 1.5rem;
    margin: 20px 0;
}



h1 span {
    background-color: #fff; 
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

/*H2 LINES*/


hr{
    color: purple;
}
.serv_div1{
    border: solid 1px black;
}

/*SERVICES*/

.grid-item {
    padding: 20px;
    margin: 10px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    background: linear-gradient(135deg, #ee9ca7, #a8c0ff);
}

.grid-item:hover {
    transform: scale(1.05); 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    background-color: #e9ecef; 
}
.button_lip{
    background-color: #EA4C89;
    border-radius: 8px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-top: auto;
}
.button_lip:hover,
.button_lip:focus{
    background-color: #EA4C89;
}

  /* service styles*/
.contenedor-principal {
    display: flex;
    justify-content: space-between; 
    gap: 20px;
    padding: 20px;
    background-color: #f9f9f9;
  }
  
  
  .servicios-container {
    flex: 1; 
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  

  .servicio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fafafa;
  }
  
  .servicio H3 {
    font-size: 1.1em;
    margin: 0;
    color: #333;
  }
  
  .servicio .precio {
    font-size: 1em;
    font-weight: bold;
    color: peru;
    margin: 0;
  }

  /*footer icons*/
 
footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
  }
  
  .footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .footer-links {
    list-style: none;
    padding: 0;
    margin: 10px 0;
  }
  
  .footer-links li {
    display: inline;
    margin: 0 10px;
  }
  
  .footer-links a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-links a:hover {
    text-decoration: underline;
  }
  
  
  .social-icons {
    margin-top: 15px;
  }
  
  .social-icons a {
    color: #fff;
    font-size: 24px;
    margin: 0 10px;
    text-decoration: none;
  }
  
  .social-icons a:hover {
    color: purple; 
  }
  /*h1 for services*/
.servt{
    color: purple;
}
.servicio h3{color: purple;
}
.servt1{
    color: peru;
}


.expertos-grid {
    padding: 20px;
  }
  
  
  .foto-circular {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
  }
  
 
  .descripcion {
    padding: 20px;
  }
  
  
  .descripcion h3 {
    font-size: 1.75rem;
    margin-bottom: 10px;
  }
  
  .descripcion .text-muted {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
  
  .descripcion p {
    font-size: 1rem;
    line-height: 1.6;
  }

.section {
  padding: 60px 0;
}


.contact-info {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-info h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #333;
}

.contact-info p {
  font-size: 1rem;
  color: #666;
}


.faq-item {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faq-item h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #007bff;
}

.faq-item p {
  font-size: 1rem;
  color: #555;
}


.bg-light {
  background-color: #f8f9fa !important;
}

.social-icons-con {
  margin-top: 15px;
}

.social-icons-con a {
  color: rgba(201, 26, 236, 0.877);
  font-size: 24px;
  margin: 0 10px;
  text-decoration: none;
}

.social-icons-con a:hover {
  color: purple; 
}