﻿	||*{
  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-image: url("img/fondo-marca-agua.jpg"); /* Relative or absolute path */
  background-color: #FFFFFF; /* Fallback color in case the image doesn't load */
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top right;
  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 {
  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: -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: 365px;
  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 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;
  margin-bottom:25px;
font-size:11pt;
}

.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: 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:-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: 22pt;
font-style:normal;
text-align:left;

}

.articulo {
 font-family: "Crimson Text", serif;
color:#000000;
font-size: 15pt;
}

.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: 15pt;
font-style:italic;
}
