﻿	||*{
  margin: 0;
  padding: 0;
  
}

p {
  margin: 0;
  padding: 0;
}

.roboto-<uniquifier> {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body{
  min-height: 100vh;
  background-color: #FFFFFF; /* Fallback color in case the image doesn't load */
   font-family: "Roboto", sans-serif;
  font-size:10.4pt;
}


  a{
     font-family: "Roboto", sans-serif;
  font-size:10.4pt;
  text-decoration: none;
  color: #000000;
  
  }
  
    a:hover{
     font-family: "Roboto", sans-serif;
  font-size:10.4pt;
  text-decoration: none;
  color:#B28E5C;
  
  }

  a.active-link{
     font-family: "Roboto", sans-serif;
  font-size:10.4pt;
  text-decoration: none;
  color:#9F1F43;

  }

.footer-jap{
display:flex;
justify-content: center;
align-items: center;
width: 100vw!important;
position: fixed;
left: 0;
bottom:-10px;
min-height:103px;
background-image: url("img/fondo-pie.jpg"); /* Relative or absolute path */
background-color: #9F1F43; /* Fallback color in case the image doesn't load */
min-height:100px!important;
z-index:20;
  margin: 0;
  padding: 0;

}										

  nav{
    position: fixed;
    top: 0;
    height: 100vh;
    width: min(15em, 100%);
    z-index: 30;
    border-left: 1px solid var(--hover-color);
    transition: right 300ms ease-in-out;
    display:block!important;
  position:fixed!important;
  z-index: 10;
  overflow:auto  top: 0; 
  left: 0;
  min-height: 100vh;
  width: 394px;
  background-image: url("img/fondo-menu.jpg"); /* Relative or absolute path */
  background-color: #9F1F43; /* Fallback color in case the image doesn't load */
  background-size: auto;
  background-repeat: none;
  background-position: top right;
  padding-left:25px;
  padding-right:25px;

  }

.espacio-movil{
	 display: none!important;
 opacity: 0;
 height:1px;

}

/* .sidebar{
display:block!important;
  position:fixed!important;
  z-index: 10;
  overflow:auto  top: 0; 
  left: 0;
  min-height: 100vh;
  width: 394px;
  background-image: url("img/fondo-menu.jpg"); /* Relative or absolute path */
/*   background-color: #9F1F43; /* Fallback color in case the image doesn't load */
 /*  background-size: auto;
  background-repeat: none;
  background-position: top right;
  padding-left:25px;
  padding-right:25px;
}*/
/* .sidebar li{
  width: 100%;
}
.sidebar a{
  width: 100%;
}*/

.main{
	 display:block;
	 margin-left:495px;
}

.cuerpo-texto{
margin-left:45px;
margin-right:40px;
 font-size:12pt;
	}


.cuerpo-sinmargen{
 font-size:11.pt;
 margin-left:-70px;
 margin-top:-15px;
	}
	
	.cuerpo{
 font-size:11.pt;
	}

.responsive-img-gnrl a {
display: block;
max-width: 100%!important;
  height: auto!important; /* Maintains the aspect ratio */
  padding-top:30px;
  padding-bottom:30px;
  padding-right:30px!important;
}


.responsive-img {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  max-width: 100%; /* Ensures the image doesn't exceed its container's width */
  height: auto;    /* Maintains the image's aspect ratio */
  padding-right: 20px;
  padding-top:20px;
  padding-bottom:20px;
}


#open-sidebar-button{
  display: none;
  background: none;
  border: none;
  padding: 1em;
  margin-left: auto;
  cursor: pointer;
}

#close-sidebar-button{
  display: none;
  background: none;
  border: none;
  padding: 1em;
  cursor: pointer;
}

#overlay{
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  z-index: 9;
  display: none;
}

.skip-link {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
  background-color: var(--accent-color); 
  color: #ffffff; 
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: opacity 0.3s ease;
}

.skip-link:focus {
  opacity: 1; 
  pointer-events: auto; 
  outline: 3px solid #ffffff; 
}


@media screen and (max-width: 700px) {
  /* CSS styles applied when the viewport width is 600px or less */
.responsive-img {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  max-width: 90%; /* Ensures the image doesn't exceed its container's width */
  height: auto;    /* Maintains the image's aspect ratio */
   padding-left: 20px;
}

  #open-sidebar-button, #close-sidebar-button{
    display: block;
  }
  
    .footer-jap{
display:flex;
justify-content: center;
align-items: center;
width: 100vw!important;
position: fixed;
left: 0;
bottom:-20px;
min-height:103px;
background-image: url("img/fondo-pie.jpg"); /* Relative or absolute path */
background-color: #9F1F43; /* Fallback color in case the image doesn't load */
min-height:100px!important;
z-index:20;
  margin: 0;
  padding: 0;

}


  nav{
    position: fixed;
    top: 0;
    left: -420px!important;
    height: 100vh;
    width: min(15em, 100%);
    z-index: 30;
    border-left: 1px solid var(--hover-color);
    transition: left 300ms ease-in-out;
    display:block!important;
  z-index: 99;
  overflow:auto  top: 0!important; 
  min-height: 100vh;
  width: 375px;
  background-image: url("img/fondo-menu.jpg"); /* Relative or absolute path */
  background-color: #9F1F43; /* Fallback color in case the image doesn't load */
  background-size: auto;
  background-repeat: none;
  background-position: top right;
  padding-left:7px!important;
  padding-right:25px!important;
  padding-top:-30px!important;
  font-family: "Roboto", sans-serif;
  font-size:6pt!important;

  }
  
  /*.sidebar{
    position: fixed;
    top: 0;
    right: -100%!important;
    height: 100vh;
    width: min(15em, 100%);
    border-left: 1px solid var(--hover-color);
    transition: right 300ms ease-in-out;
}*/

nav a{
     font-family: "Roboto", sans-serif;
  font-size:9pt!important;
  text-decoration: none;
  color: #000000;
}

a{
     font-family: "Roboto", sans-serif;
  font-size:9pt!important;
  text-decoration: none;
  color: #000000;
}



  nav.show{
    left: 1px!important;
  }
    
  nav.show ~ #overlay{
    display: block;
  }
    
  nav ul{
    width: 100%;
    flex-direction: column;
  }
  
.main {
display:block;
margin-left:15px!important;
margin-right:15px!important;
}

.responsive-img2 {
 display: none!important;
 opacity: 0;
 height:1px;
}

}

.responsive-img3 {
 display: flex;
  justify-content: flex-end; /* Aligns items to the start (left) of the container */
  margin-left: auto; 
  align-items: normal; /* Aligns items to the top vertically */  max-width: 100%; /* Ensures the image doesn't exceed its container's width */
  height: auto;    /* Maintains the image's aspect ratio */
  padding-right: 25px;
  padding-top:25px;
}


.titulos {
color:#B28E5C;
font-weight:bold;
font-size:11pt;
}

.titulos-anexos {
color:#025D4E;
font-weight:bold;
font-size:11pt;
}


.numeros {
color:#9F1F43;
font-weight:bold;
}

.pie-nota {
 position: relative;
  bottom: 0; /* Aligns to the bottom of the viewport */
  padding-right: 25px!important;
  margin-bottom:25px!important;
font-size:11pt!important;
font-style:normal!important;
 font-family: "Roboto", sans-serif!important;
}

.responsive-img2 {
  display: block;
  flex-wrap: wrap;
  max-width: 100%; /* Ensures the image doesn't exceed its container's width */
  height: auto;    /* Maintains the image's aspect ratio */
  padding-top:15px!important;
  margin:auto;
}

.espacio-movil{
	 display: block!important;
 opacity: 0;
 height:105px;

}


@media screen and (max-width: 550px) {
  /* CSS styles applied when the viewport width is 600px or less */
.responsive-img {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  max-width: 90%; /* Ensures the image doesn't exceed its container's width */
  height: auto;    /* Maintains the image's aspect ratio */
   padding-left: 20px;
}

  #open-sidebar-button, #close-sidebar-button{
    display: block;
  }
  
  nav{
    position: fixed;
    top: 0;
    left: -430px!important;
    height: 100vh;
    width: min(15em, 100%);
    z-index: 30;
    border-left: 1px solid var(--hover-color);
    transition: left 300ms ease-in-out;
    display:block!important;
  z-index: 99;
  overflow:auto  top: 0!important; 
  min-height: 100vh;
  width: 370px;
  background-image: url("img/fondo-menu.jpg"); /* Relative or absolute path */
  background-color: #9F1F43; /* Fallback color in case the image doesn't load */
  background-size: auto;
  background-repeat: none;
  background-position: top right;
  padding-left:7px!important;
  padding-right:25px!important;
  padding-top:-40px!important;
  font-family: "Roboto", sans-serif;
  font-size:8pt!important;

  }
  
  /*.sidebar{
    position: fixed;
    top: 0;
    right: -100%!important;
    height: 100vh;
    width: min(15em, 100%);
    border-left: 1px solid var(--hover-color);
    transition: right 300ms ease-in-out;
}*/


  nav.show{
    left: 1px!important;
  }
    
  nav.show ~ #overlay{
    display: block;
  }
    
  nav ul{
    width: 100%;
    flex-direction: column;
  }
    
  nav a{
    width: 100%;
     font-family: "Roboto", sans-serif;
  font-size:8pt!important;
  text-decoration: none;
  color: #000000;

  }
  
a{
     font-family: "Roboto", sans-serif;
  font-size:9pt!important;
  text-decoration: none;
  color: #000000;
}

    
  nav a.active-link{
    border-bottom: none;
  }
    
  nav .home-li{
    margin-right: unset;
  }

.main {
display:block;
margin-left:15px!important;
margin-right:15px!important;
}

.responsive-img2 {
 display: none!important;
 opacity: 0;
 height:1px;
}

}

.texto-icono {
color:#9F1F43;
font-weight:bold;
}

.texto-icono a {
color:#9F1F43;
font-weight:bold;
}

.texto-icono a:hover {
color:#000000;
font-weight:bold;
}


.cita{
 font-family: "Crimson Text", serif;
font-size: 22pt;
font-style:normal;
text-align:left;

}

.pie-cita{
 font-family: "Crimson Text", serif;
font-size: 13pt;
font-style:italic;
text-align:right!important;
}

.tabla-cita td {
display:block;
width: 390px;
margin-right:50px!important;
	}

.comillas-cita{
 font-family: "Crimson Text", serif;
font-size: 240pt;
font-weight:bold;
color:#9F1F43;
text-align:left!important;
}

.titulo-texto{
 font-family: "Crimson Text", serif;
font-size: 32pt;
font-style:normal;
text-align:left;

}

.titulo-texto2{
 font-family: "Crimson Text", serif;
font-size: 32pt;
font-style:normal;
text-align:left;
color:#9F1F43;
}

.articulo {
 font-family: "Crimson Text", serif;
color:#000000;
font-size: 15pt;
  padding-right: 40px;
}

.subarticulo {
display:block;
 font-family: "Crimson Text", serif;
color:#000000;
font-size: 15pt;
  padding-right: 40px;
  padding-left: 40px!important;
}


.firstcharacter {
  color:#9F1F43;
  float: left;
  font-family: "Crimson Text", serif;
  font-size: 100px;
  line-height: 85px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

.articulo-italica {
 font-family: "Crimson Text", serif;
color:#000000;
font-size: 16pt;
font-style:italic;
}

.subtitulos {
 font-family: "Crimson Text", serif;
color:#9F1F43;
font-size: 15pt;
font-weight:bold;
}

.subtitulos-italicas {
 font-family: "Crimson Text", serif;
color:#9F1F43;
font-size: 18pt;
font-weight:bold;
font-style:italic;
}


.titulo-dorado{
 font-family: "Roboto", sans-serif;
font-size: 36pt;
font-weight:800;
text-align:left;
color:#B28E5C;
}

.titulo-guinda{
font-family: "Roboto", sans-serif;
font-size: 36pt;
font-weight: 800;
text-align:left;
color:#9F1F43;
}

li::marker {
  color: #9F1F43; /* Bullet point color */
}

li{
  margin-left: -20px;
}

.subindice {
vertical-align: super;
 font-family: "Crimson Text", serif;
color:#000000;
font-size: 13pt;
}

.my-button {
font-family: "Roboto", sans-serif;
  background-color: #9F1F43; /* Green background */
  border: none;              /* Remove default border */
  color: white;              /* White text */
  padding: 10px 15px;        /* Some padding */
  text-align: center;        /* Center the text */
  text-decoration: none;     /* Remove underline from links */
  display: inline-block;     /* Get it to behave like a button */
  font-size: 15px;           /* Increase font size */
  margin: 4px 2px;           /* Add some margin */
  cursor: pointer;           /* Change cursor to a pointer on hover */
  border-radius: 12px;        /* Rounded corners */
}

.my-button:hover {
  background-color: #B28E5C; /* Darker green on hover */
}

.container {
    display: flex;
    justify-content: flex-end;
    padding-right:40px;
    }
