/* CSS para pagina y Navbar*/
.newvar{
background-color: white !important;
color: #000;
box-shadow: 0 -5px 10px rgba(18,39,74,1), 0 5px 10px rgba(18,39,74,1);

}
.lawbusiness{
background-color: #12274a;
color: white;
}
.linknavlaw{
color: #12274a;
text-decoration: none;
}
.linknavlaw:hover{
color: #12274a;
text-decoration: none;
}
.logohol{
max-height: 70px;
width: auto;
}
.bg-law{
background-color:  #12274a;
-webkit-box-shadow: 13px 11px 20px 0px rgba(0,0,0,0.59);
box-shadow: 13px 11px 20px 0px rgba(0,0,0,0.59);
}
.bg-white{
-webkit-box-shadow: 13px 11px 20px 0px rgba(0,0,0,0.59);
box-shadow: 13px 11px 20px 0px rgba(0,0,0,0.59);
}

/* Textos Especiales de CSS */
.tituloswhite{
color: white;
font-weight: bolder;
padding-top: 30px;
}
.titulosblack{
font-weight: bolder;
padding-top: 30px;
}
.tituloespecial{
padding-top: 50px;
font-size: 2.7rem;
margin: 50px;
}
.tituloespecialgreen{
padding-top: 50px;
font-size: 2.7rem;
margin: 50px;
color:  #12274a;
}


/* Textos en Pagina web*/
.wow {
padding-bottom: 50px;
opacity: 0; /* Inicialmente, el texto estará invisible */
animation: aparecer 3s forwards; /* Utiliza la animación llamada "aparecer" durante 2 segundos y mantiene el último estado */
}
.wowinf p{
font-size: 1.3rem;
margin: 50px;
text-align: justify;
color: white;
}
.wowinf h1{
padding-top: 30px;
font-size: 2.3rem;
margin: 50px;
color: white;
}
.wow p{
padding-top: 20px;
font-size: 1.3rem;
margin: 50px;
text-align: justify;
color:  #12274a;
}
.wow h1{
padding-top: 30px;
font-size: 2.3rem;
color:  #12274a;
margin: 50px;
}
.texto h5{
padding-top: 30px;
font-size: 2rem;
margin: 50px;
text-align: justify;
color: white;
opacity: 0; /* Inicialmente, el texto estará invisible */
animation: aparecer 3s forwards; /* Utiliza la animación llamada "aparecer" durante 2 segundos y mantiene el último estado */
}
.textoimg p{
font-size: 1.3rem;
text-align: center;
color:  #12274a;
}

/*Imagenes*/
.pimg{
padding: 30px;
opacity: 0; /* Inicialmente, el texto estará invisible */
animation: aparecer 3s forwards; /* Utiliza la animación llamada "aparecer" durante 2 segundos y mantiene el último estado */
}
.imgred{
width: 30%; /* Ancho deseado */
height: auto; /* Altura deseada */
margin-left: auto;
margin-right: auto;
}
.imagenidioma{
width: 60%; /* Ancho deseado */
height: auto; /* Altura deseada */
margin-left: 20%;
}
  
/*Prueba Boton*/
.btn-flotante {
border-radius: 10px; /* Borde del boton */
background-color: white; /* Color de fondo */
padding: 18px 30px; /* Relleno del boton */
position: fixed;
width: 100px; /* Ajusta el ancho deseado */
text-align: center; /* Centra el contenido del botón horizontalmente */
line-height: 50px; /* Centra el contenido del botón verticalmente */
bottom: 40px;
right: 150px;
transition: all 300ms ease 0ms;
box-shadow: 10px 10px 23px -2px rgba(0,0,0,0.76);
z-index: 99;
text-decoration: none;
}
.btn-flotante:hover {
color: white;
box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
transform: translateY(-7px);
}
/*Boton flotante Idioma*/
.btn-flotante-idioma {
border-radius: 10px; /* Borde del boton */
background-color: white; /* Color de fondo */
padding: 18px 30px; /* Relleno del boton */
position: fixed;
width: 100px; /* Ajusta el ancho deseado */
text-align: center; /* Centra el contenido del botón horizontalmente */
line-height: 50px; /* Centra el contenido del botón verticalmente */
bottom: 40px;
right: 40px;
box-shadow: 10px 10px 23px -2px rgba(0,0,0,0.76);
z-index: 99;
text-decoration: none;
}

/*Rango Dinamico*/ 
@media (max-width: 992px) {
img.img-fluid {
width: 100%;
margin: 0 auto;
}
.texto h5{
padding-top: 30px;
font-size: 1.3rem;
margin: 50px;
text-align: justify;
color: white;
}
.textoimg p{
font-size: .9rem;
text-align: center;
color:  #12274a;
}
}

@media (max-width: 768px) {
img.img-fluid {
width: 100%;
margin: 0 auto;
display: block;
}
.textoimg p{
font-size: 1.3rem;
text-align: center;
color:  #12274a;
}
.imagenidioma{
width: 38%; /* Ancho deseado */
height: auto; /* Altura deseada */
margin-left: 30%;
}
}
@media only screen and (max-width: 600px) {
.btn-flotante {
font-size: 14px;
padding: 12px 20px;
bottom: 20px;
right: 100px;
width: 70px; /* Ajusta el ancho deseado */
}
.btn-flotante-idioma{
font-size: 14px;
padding: 12px 20px;
bottom: 20px;
right: 20px;
width: 70px; /* Ajusta el ancho deseado */
}
} 
@media (max-width: 576px) {
img.img-fluid {
width: 100%;
margin: 0 auto;
display: block;
}
.tituloswhite {
font-size: 1.1rem;
}
}

@media (max-width: 380px) {
img.img-fluid {
width: 100%;
margin: 0 auto;
display: block;
}
.tituloswhite {
font-size: 0.8rem;
}
}

@keyframes aparecer {
    from {
      opacity: 0; /* Empieza con una opacidad de 0 (invisible) */
      transform: translateY(20px); /* Puedes agregar transformaciones, como desplazar el texto hacia abajo */
    }
    to {
      opacity: 1; /* Termina con una opacidad de 1 (totalmente visible) */
      transform: translateY(0); /* Termina en su posición original */
    }
  }