
/* CSS para pagina y Navbar*/
.newvar{
  background-color: white !important;
  box-shadow: 0 -5px 10px rgba(18,39,74,1), 0 5px 10px rgba(18,39,74,1);

}
.linknavlaw{
  color: #12274a;
  text-decoration: none;
}
.linknavlaw:hover{
  color: #12274a;
  text-decoration: none;
}
.logohol{
  max-height: 70px;
  width: auto;
}
.bg-law{
  background-color: #12274a;
  color: 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);
}
.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;
}
.titulosblue{
font-weight: bolder;
padding-top: 20px;
color: #12274a;
}
.tituloespecial{
padding-top: 50px;
font-size: 2.7rem;
margin: 50px;
}
.tituloespecialblue{
padding-top: 50px;
font-size: 2.7rem;
margin: 50px;
color: #12274a;
}


/* Textos en Pagina web*/
.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{
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 */
}
.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;
margin: 50px;
color: #12274a;
}
.wow li{
font-size: 1.3rem;
text-align: justify;
margin: 50px;
color: #12274a;
}
.line{
  border-color: #12274a !important;
  border-width: .1rem !important;
}

/* 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: 10px 10px 23px -2px rgba(0,0,0,0.76);
	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;
}

@media only screen and (max-width: 990px) {
	.titulosblue{
		transform: translateX(-50px);
		}
	.imgred{
		width: 70%;
		}
}
@media only screen and (max-width: 800px) {
	.imgred{
		width: 40%;
		padding-top: 50px;
		}
	.titulosblue{
		transform: translateX(0px);
		font-size: 1.7rem !important;
		}
}
@media only screen and (max-width: 767px) {
	.imgred{
		width: 30%;
		padding-top: 50px;
		}
	.titulosblue{
		font-size: 2.2rem !important;
		}
}
@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 */
 }
}

/*Animacion*/
@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 */
  }
}


/*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;
}
