:root {
	--naranja: #ef2000;

    --naranjaClaro:#d69650;
    --naranjaOscuro: #9b5408;
    --naranjaIcare: rgb(250, 46, 46);
    --naranjaIcareClaro: #f5381b;  
}
.links a{
    padding: 10px;
    border: 1px solid gray;
}

/* ---------------------------------------------
Tabla responsive
--------------------------------------------- */

/* ---------------------------------------------
VALE- Pantalla Inicio
--------------------------------------------- */
#copyright{
    color: white;
    font-size: medium;
    margin-left: 10px;
    
}
.contenido{
    height: 100%;
}
.navbar-dark .navbar-nav .nav-link{
    font-size: x-large;
}
.background {
    position: fixed; /* Fija el fondo para que no se desplace con el contenido */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/FondoRojoNegro1.jpg"); /* Reemplaza con la URL de tu imagen */
    background-size: cover; /* Asegura que la imagen cubra toda la pantalla */
    background-repeat: no-repeat;
    background-position: center center; /* Centra la imagen */
    z-index: -1; /* Envía el fondo detrás del contenido */
}
.img-fluid{
    border-radius: 30px;
}
.imgLutti{
    width: 60%;
    margin-top: 70px;
    height: 300px;
    background-image: url("../img/LuttiFondo3.jpg"); 
    background-repeat: no-repeat;
    background-position: center center; /* Centra la imagen */
}
/* #inicio_finSesion {
    background-color: #212020f7;
} */

a{
    text-decoration: none;
}

.contenido{
    padding: 0%;
}
#inicio_finSesion{
    min-width: 100%;
	margin-top: 22px;
}
#inicio_finSesion h1{
    text-align: center;
    background-color: #ff000080;
    color:  white;
    font-size: xx-large;
    font-weight: bolder;
    padding: 0.5%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.contenidoContainer{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-top: 5px;
    width: 100%;
    bottom: 150px;
}
.contenidoContainer h3{
    text-align: center;
    color: white;
    font-size: x-large;
    padding: 0.5%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  
}
.contenidoContainer p{
    text-align: center;
    color: white;
    font-size: large;
    font-weight: bolder;
    padding: 0.5%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.contenidoContainer .aButton{
    color: white;
    background: rgb(232, 15, 15);
    border-radius: 5px;
    padding: 15px;
    margin-top: 10px;
}

/* #inicio {
    text-align: center;
    padding: 9% 0% 0% 0%;
    width: auto;
    min-height: 100%;
    min-height: 100vw;
} */


/*-----------------------#FOOTER------------------------*/
#footer{
    background-color: #110e0ef7;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    width: 100%;
    bottom: 15px;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

#footer nav ul{
    list-style: none;
    display: flex;
    justify-content: flex-end;
    background-color: rgb(196, 134, 134);
    color: white;
    padding: 10px 0 10px 0;    
}
#footer nav ul li{
    padding: 0 5px 0 5px;    
    font-size: larger;
}
#footer nav ul li:hover{
    color: aqua;    
}
#footer .infoContainer{
    display: flex;
    flex-wrap: wrap;
    /* align-content: center; */
    justify-content: space-around;
}
#footer .accesos {
    color: var(--naranjaIcare);;
    font-size: large;
}
#footer .accesos1 a{
    color: var(--naranjaIcare);
    font-size: large;
}
#footer .accesos1 p{
    color: var(--naranjaIcare);
    font-size: large;
    margin-bottom: 0;
}
#footer .accesos1 .pais{
    display: flex;
}
#footer .accesos2 .social-links a {
    font-size: 18px;
    display: inline-block;
    background: var(--naranjaIcare);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
   
#footer .accesos2 .social-links a:hover {
    background: #0067d5;
    color: #fff;
  }

 /*-----------------------@MEDIA Responsive height------------------------*/
 /* @media (max-height: 700px) {
    #inicio_finSesion h3 {
        padding-top: 300px;
    }
  }
 @media (max-height: 600px) {
    #inicio_finSesion h3 {
        padding-top: 200px;
    }
  }
  @media (max-height: 430px) {
    #inicio_finSesion h3 {
        padding-top: 88px;
    }
  } */
  /*-----------------------@MEDIA Responsive widht------------------------*/
 @media (max-width: 993px) { 
    /* .navbar-collapse {

    } */
    .navbar-toggler-icon {
        width: 1.7em;
        height: 1.7em;
        margin-top: 2px;
        border: solid grey;
 }
 .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: absolute;
    background-color: #4a4848;;
    width: 28%;
    padding: 2%;
    border: solid var(--naranjaSuperClaro) 6px;
    border-radius: 8px;
    margin-top: 147px;
    margin-left: 10%;
    z-index: 999;
}

}
 @media (max-width: 900px) {
    .background {
        position: fixed; /* Fija el fondo para que no se desplace con el contenido */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/FondoCeluRojoNegro1.jpg"); /* Reemplaza con la URL de tu imagen */
        background-size: cover; /* Asegura que la imagen cubra toda la pantalla */
        background-repeat: no-repeat;
        background-position: center center; /* Centra la imagen */
        z-index: -1; /* Envía el fondo detrás del contenido */
    }
    .contenidoContainer h3{
        font-size: x-large;
       
 }

}
 @media (max-width: 730px) {
    .background {
        position: fixed; /* Fija el fondo para que no se desplace con el contenido */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/FondoCeluRojoNegro1.jpg"); /* Reemplaza con la URL de tu imagen */
        background-size: cover; /* Asegura que la imagen cubra toda la pantalla */
        background-repeat: no-repeat;
        background-position: center center; /* Centra la imagen */
        z-index: -1; /* Envía el fondo detrás del contenido */
    }
  }
  @media (max-width: 576px) {
    .navbar-collapse {
        width: 35%;
    }
    .imgLutti{
        width: 60%;
        margin-top: 70px;
        height: 300px;
        background-image: url("../img/LuttiFondo4.jpg"); 
        background-repeat: no-repeat;
        background-position: center center; /* Centra la imagen */
    }
   
}
  @media (max-width: 560px) {
    #inicio_finSesion h1 {
        font-size: xx-large;
    }
    .contenidoContainer h3 {
        font-size: large;
     
    }
    /* .imgLutti {
        width: 40%;
        height: 450px;
    } */
 }
   @media (max-width: 500px) {
    /* .imgLutti {
        width: 50%;
        height: 500px;
    } */
    .background {
        position: fixed; /* Fija el fondo para que no se desplace con el contenido */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/FondoCeluRojoNegro2.jpg"); /* Reemplaza con la URL de tu imagen */
        background-size: cover; /* Asegura que la imagen cubra toda la pantalla */
        background-repeat: no-repeat;
        background-position: center center; /* Centra la imagen */
        z-index: -1; /* Envía el fondo detrás del contenido */
    }
    .navbar-collapse {
        width: 44%;
    }
  }

  @media (max-width: 398px) {
    .contenidoContainer{
        bottom: 190px;
    }
    #inicio_finSesion h1 {
        font-size: xx-large;
        margin-top: 30px;
    }
    .navbar-toggler{
        position: absolute;
        margin-left: 2%;
        margin-top: 25px;
        }
   
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.7em;
        height: 1.7em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        margin-top: 12px;
        border: solid grey;
    }
    .navbar-collapse {
		width: 44%;
        margin-top: 175px;
        margin-left: 14%;
	}
    .navbar-collapse .navbar-nav li a{
        line-height: 20px;
	}
} 



 @media (max-width: 380px) {  
  
 }

 @media (max-width: 360px) {
    .contenidoContainer h3 {
        font-size: large;
      
    }
    .contenidoContainer p {
        font-size: medium;
        padding: 0;
    }
}  @media (max-width: 300px) {
    .background {
        position: fixed; /* Fija el fondo para que no se desplace con el contenido */
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../img/FondoCeluRojoNegro2.jpg"); /* Reemplaza con la URL de tu imagen */
        background-size: cover; /* Asegura que la imagen cubra toda la pantalla */
        background-repeat: no-repeat;
        background-position: center center; /* Centra la imagen */
        z-index: -1; /* Envía el fondo detrás del contenido */
    }
  }
 @media (max-width: 240px) {
   
}

 