/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	background-color: #001522;
}


a{
	color:#000;
}

a:hover{
	color:#353535;
}

.iconosCabecera{
	background-color: #077600;
	padding: 5px;
}


.listaIconosCabecera{
	list-style-type: none;
    margin: 0;
}

.listaIconosCabecera li{
	display: inline;
	margin-right: calc(15px/2);
    margin-left: calc(15px/2);
}

.listaIconosCabecera li i{
	color:#FFFFFF;
	font-size: 18px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #077600;
    --bs-btn-border-color: #077600;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #046526;
    --bs-btn-hover-border-color: #046526;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #046526;
    --bs-btn-active-border-color: #046526;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #077600;
    --bs-btn-disabled-border-color: #077600;
}

.logo-login{
	max-width: 60%;
	margin-top: 15px;
	margin-bottom: 5px;
}

#loginSec{

}

#footer{
	background-color: #077600;;
	color: #FFFFFF;
	padding-top: 25px;
	padding-bottom: 5px;
}

.listaFooter{
	list-style: none;
	margin: 0;
}

.listaFooter li{
	display: inline;
	margin-right: calc(25px/2);
    margin-left: calc(25px/2);
}

.listaFooter li a{
	color:#FFF;
	text-decoration: none;
}

.listaFooter li a:hover{
	color:#FFFFFF;
	text-decoration: underline;
	
}

.olvido{
	vertical-align: bottom;
}

.error{
	color:#CC0000;
	display: none;
}

#logoMenu{
	width: 150px;
	height: auto;
	margin-right: 15px;
}

#contenidos{
	background-color: #FFF;
}

.imageNoticia{
	width:100%;
	height: 100%;
	background-repeat: no-repeat;
    background-size: cover;
	background-position: top center;
}

.bordeRojo {
    border: 1px solid #CC0000;
}

.error {
    color: #CC0000;
    display: none;
    font-size: 0.9rem;
	padding-top: 3px;
}


#resultado{
	font-size: 1.5rem;
	padding-top: 15px;
	display: none;
}

.verde{
	color: #077600;
}

.rojo{
	color:#CC0000;
}

.botones {
  list-style-type: none;
  padding: 0;
  margin: 0;
display:flex;
}

/* Style the list items */
.botones li {
 margin-right: 10px;
	margin-top:15px;
	margin-bottom: 10px;
	text-align: center;
}

.botones li:last-child {
  margin-right: 0; /* Remove margin from the last button */
}

/* Style the links to look like buttons */
.botones li a {
  display: inline-block; /* Display links as blocks */
  padding: 10px 10px; /* Add padding for better appearance */
  background-color: #077600; /* Button background color */
  color: #fff; /* Text color */
  text-decoration: none; /* Remove underline */
  border-radius: 5px; /* Rounded corners */
  margin-right: 5px; /* Add spacing between buttons */
}

/* Hover effect */
.botones li a:hover {
  background-color: #046526; /* Darken the background color on hover */
}
