.bg{
    background: linear-gradient(45deg, #606060, #000000);

}

.white{
    color: white;
    
}
.shadows-into-light-regular {
    font-family: "Shadows Into Light", cursive;
    font-weight: 800;
    font-style: normal;
  }
  .audiowide-regular {
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .merriweather-bold {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-style: normal;
  }
  .oranienbaum-regular {
    font-family: "Oranienbaum", serif;
    font-weight: 400;
    font-style: normal;
  }
  
.roboto-slab{
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: weigth;
  font-style: normal;
}
  .container{
    text-align: center;
    margin: 1em;
  }
  .containerimg{
    width: 100%;
    height:auto;
    background-image:url(/img/backg.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
  }
  .container3{
    padding:3em ;
    color: white;


  }
  .containerwhite{
    padding:3em ;
    background: whitesmoke;
    color: black;
  }
  .containerblck{
    background-color:gainsboro ;
  }
  .fa-solid{
    margin: 1em;
  }
  .container2{
    background-image:url(/img/backg.png) ;
    font-family: "Merriweather", serif;
    font-weight: 700;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    align-items: left;
    text-decoration: none;
    font-size: large;
    height: auto;
     
}
  .container4{
    
    color: silver;
    padding: .5em;
    font-size: 16px;
    display: flex;
    background: linear-gradient(45deg, #041632, #000000);

    
    
}
.containerprincipal{
    text-align: center;
    background-image:url(/img/Galeria/negrobg2.jpg) ;;
}
.container5{
padding-left: 1em;
}
.container6{
    text-align: center;
    color: white;
  
    background-image:url(/img/backg.png) ;;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.carrusel{
    text-align: center;
    background-image:url(/img/backg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 1em;
    padding-left: 15em;
    padding-right: 15em;
    padding-bottom: 1em;
   
}
.iconc{
    color: silver;
    
    position: relative;
    padding-top: 6px;
    
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;

    color: #fff;
    opacity: 0.75;
  
}

.iconw{
    color: rgb(5, 191, 5);
    position: relative;
    padding-top: 6px;
    
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    

}
.formmorado{
    background-color: blueviolet;
    color: black;
    text-decoration: none;
    padding: 1em;
    border-radius: 75%;
}
.formmapa{
    
    text-align: center;
}
a{
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: black;
    font-size: medium;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
a:hover{
    color: white;
}
.link{
    color:black;
    text-decoration: none;
}
.link:hover{
    color:grey;
}
h4,h5,h6{
    font-family: "Oranienbaum", serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
h1,h2,h3{
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: weigth;
    font-style: normal;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    
}
.black{
color: black;

}
.Roboto{
    font-family: "Roboto Slab", serif;
    font-optical-sizing: auto;
    font-weight: weigth;
    font-style: normal;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
p{
    font-family: "Oranienbaum", serif;
    size: 60px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

/* .navbar {
    background-color:black;
    background-image:url(/img/b&gbkg.jpg) ;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    
}
.navbar-toggler-icon{
    transition: background-color 0.3s ease;
    border-radius: 10px;
}*/
/* Barra de Navegacion*/
.navegacion{
    padding-left: .5em;
}
.navegacion2{
    padding-left: .5em;

}
.navbar1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
    background: linear-gradient(45deg, #000000, #666666);

    
    color: white;
    padding: 10px 20px;
    text-shadow: 2px 2px 5pxw rgb(255, 255, 255);
}

.navbar1 .brand {
    font-size: 1.5em;
    font-weight: bold;
}
.navbar1 .brand img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.navbar1 .menu-toggle {
    font-size: 1.5em;
    cursor: pointer;
    display: none;
    transition: 1s;
    
}

.navbar1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar1 ul li {
    margin: 0 10px;
}

.navbar1 ul li a {
    text-decoration: none;
    color: white;
    font-size: 1em;
    transition: color 0.3s;
}

.navbar1 ul li a:hover {
    color: silver;
}
.titulo{
    text-decoration: none;
    color: white;
    font-size: 1em;
}
.titulo:hover{
    transition-behavior: 2s;
    transition: color 2s;
    color: rgb(99, 99, 99);
}
/* Estilos de Video */

.video{
    padding-left: 12em;
    padding-right: 12em;

    opacity: 0; /* Comienza invisible */
    animation: aparecer 2s ease-in-out forwards; /* Animación */

    }
.tamañovid{
width: 100%;
height: 420px;

}

.tabla{
    padding-left: 1em;
    padding-right: 1em;
}


/* Estilos de Servicios */

.catalogo {
    max-width: 600px;
    margin: 0 auto;

}
.catalogo2 {
    max-width: 800px;
    margin: 0 auto;
    color: white;

}
h1 {
    text-align: center;
    color: black;
}

.seccion {
    margin-bottom: 20px;
    color: white;
}
.seccion h2 {
    color: white;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}
.otros-servicios {
    margin-top: 10px;
    cursor: pointer;
    
    text-decoration: underline;
}
.otros-servicios-lista {
    display: none;
    margin-top: 10px;
}
.otros-servicios-lista ul {
    padding-left: 20px;
}
.otros-servicios {
    color:black;
    text-decoration:none;
 
}
.otros-servicios:hover{
    color: gray;
    transition: background-color 0.3s ease;
    text-decoration: none;
 
}

/*Formulario */
.fondoimg{
    background-image: url(/img/servicios-juridicos.png);
    background-repeat: no-repeat;
    background-size: cover;
    
}
.formulario {
    max-width: 600px;
    margin: 0 auto;
    color: white;
    font-size: 15px;
    background-color: #555;
    opacity: 85%;
    padding-left: 3em;
    padding-right: 3em;
    padding-bottom: 2em;
}
form {
    display: flex;
    flex-direction: column;
}
label {
    margin-top: 10px;
    font-weight: bold;
}
input, textarea {
    margin-top: 5px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
textarea {
    resize: vertical;
}
button {
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background-color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
button:hover {
    background-color:silver;
}

/*Estilo boton de cookies */
.cookies-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}
.cookies-banner p {
    margin: 0;
    font-size: 14px;
}
.cookies-banner button {
    margin-left: 10px;
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.accept {
    background-color: #28a745;
    color: #fff;
}
.decline {
    background-color: #dc3545;
    color: #fff;
}

.whatsapp-button {
    text-decoration: none;
    position: fixed;
    bottom: 20px; 
    right: 20px; 
    background-color: #25D366; 
    color: white; 
    border: none; 
    border-radius: 50%; 
    width: 60px; 
    height: 60px;
    display: flex;
    justify-content: center; 
    align-items: center; 
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); 
    cursor: pointer;
    z-index: 1000; 
    transition: background-color 0.3s; 
}

.whatsapp-button:hover {
    background-color: #128C7E; /* Color de fondo al pasar el mouse */
}

/* Estilo para el icono de WhatsApp */
.whatsapp-icon {
    font-size: 24px; /* Tamaño del icono */
}

/* Estilos de la barra de navegación */


.white-f{
    color: white;
    padding-right: 2em;
    text-decoration: none;
}
.white-t{
    color: white;
    text-decoration: none;
    padding-right: 2em;
}
.white-f:hover{
    color: gray;
    transition: background-color 0.3s ease;
    text-decoration: none;
    
}
.white-b{
    color:black;
    text-decoration: none;
}
.white-b:hover{
    color: gray;
    transition: background-color 0.3s ease;
    text-decoration: none;
    
}
.white-g{
    color: rgb(5, 191, 5);  
    text-decoration: none;
}
.white-g:hover{
    color: green;
    transition: background-color 0.3s ease;
    text-decoration: none;
    
}
.white-CE{
    color:red;  
    text-decoration: none;
}
.white-CE:hover{
    color:grey;
    transition: background-color 0.3s ease;
    text-decoration: none;
}
.disabled{
    display: none
}

.imgdemo{
    width:100%;
    height: auto;
    position: relative;
    padding-top: 3em;
    padding-left: 10em;
    padding-right: 10em;
    
    
    
}
.imgdemo2{
    width: 100%;
    display: flex;
    position: relative;
    padding-top: 3em;
    padding-left: 6em;
    padding-right: 6em;
    
}

/*Efectos de Txt */

.texto-efecto {

    opacity: 0; /* Comienza invisible */
    animation: aparecer 2s ease-in-out forwards; /* Animación */
}

@keyframes aparecer {
    0% {
        opacity: 0;
        transform: translateY(20px); /* Se mueve desde abajo */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* Posición final */
    }
}

.texto-efecto2 {
    
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 2s, transform 2s; /* Efecto progresivo */
}

.texto-efecto2.visible {
    opacity: 1;
    transform: translateY(0);
}


@media (max-width: 768px) {
    .disabled{
        display: none
    }
    .container3{
        padding: 1.5em;
      }
    .carrusel{
        text-align: center;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 1em;
        padding-left: 1em;
        padding-right: 1em;
        padding-bottom: 1em;
    }
    .video{
    padding-left: 1em;
    padding-right: 1em;
  
    height:350px;
    opacity: 0; /* Comienza invisible */
    animation: aparecer 2s ease-in-out forwards; /* Animación */

    }
    .tamañovid{
        width: 100%;
        height: auto;
        
        }
    .imgdemo{
        width: 100%;
        height: 400px;
        position: relative;
        padding-top: 3em;
        padding-left: 6em;
        padding-right: 6em;
        
    }
    .navbar1 ul {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        background: linear-gradient(45deg, #000000, #666666);

        width: 100%;
        padding: 10px 0;
        z-index: 1000; 
    }

    .navbar1 ul.active {
        display: flex;
    }

    .navbar1 .menu-toggle {
        display: block;
        transition: 1s;
        
    }

}
