*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  margin-bottom: 40px;
  background-color: #FFFDF5;
}
footer {
  background-color: black;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  color: white;
}


h4{
	color:blue;
}

.cuadrodetitulonaranja
{
height:50px;
width: 100%;
background-color: #9F2241;
color:#fff;
padding-left:10px;
padding-top:9px;
justify-content: left;	
}
.cuadrodetextoparrafo
{
margin-top:3%;
width: 100%;
background-color: #FFFDF5;
padding-left:10px;
padding-top:9px;
font-size:17;
}

.agaleria
{
	margin-top:1%;
	background-color:#FFFDF5;
	color:#297bbd;
	width:100%;
	height:400px;
}
.imagengaleria
{
	margin-top:3%;

	

	color:#297bbd;
	width:50%;
	border: 2px solid #fff;
	float:left;
}
.lineasepara
{
	background:#550b51;
	height:5px;
	width:100%;
	display:block;
}
.modal{
	display:none;
	
}
.modal:target {
	display:block;
	position:fixed;
	background:rgba( 52, 65, 71 ,0.9);
	top:0;
	left:0;
	width:100%;
	height:100%;
	
}
.modal h3
{
	color:#fff;
	font-size:30px;
	text-align:center;
	margin:15px 0;
	
}
.aimagen{
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	
}
.aimagen a {
	color:#fff;
	font-size:40px;
	text-decoration:none;
	margin:0 10px;
	
}

.aimagen a:nth-child(2){
	margin:0;
	height:100%;
	flex-shrink:2;
	
}
.aimagen img {
	margin-top:25px;
	width:520px;
	height:100%;
	max-width:100%;	
	box-sizing:border-box;
}
.cerrar{
	display:block;
	background:#FFF;
	width:25px;
	height:25px;
	margin:15px auto;
	text-align:center;
	text-decoration:none;
	font-family:arial;
	font-size:25px;
	color:#000;
	padding:0px;
	border-radius:50%;
	line-height:25px;
	
}
.arcw
{
position: absolute; 
left: 10%; 
top: 400px; 
background-color:#d33d28;
width:200px;
height:50px;
color:#fff;
padding:10px;
font-family:Arial;
font-size:25;
border-radius:30;
}

.arcex
{
position: absolute; 
left: 10%; 
top: 500px; 
background-color:#d33d28;
width:200px;
height:50px;
color:#fff;
padding:10px;
font-family:Arial;
font-size:25;
border-radius:30;
}


.frameexcel
{
margin-top: 230px;
height:50px;
margin-left:auto;
margin-right:auto;
width: 90%;
background-color: #fff;
display: flex;
align-items:center;
justify-content: center;	
}

.botonlinea{
	
    text-decoration: none;
	padding: 10px; 
	border: 10px;
	width:600px;
	font-family: Arial;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    background-color: #ACDA27;
    border-radius: 10px;

 }

 .ventana_flotante {
	height: 300px;
	width: 200px;
    border-radius: 6px 6px 6px 6px;
    bottom: -18px;
    right: 55px;
    margin-left: 0px;
    padding: 10px 0 0;
    position: fixed;
    text-align: center;
    z-index: 15;
	
 }

 .card{
	position: relative;
    display: flex;
    flex-direction: row;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
	
 }


.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
	background-color:lightskyblue;
    border-bottom: 1px solid rgba(0,0,0,.125);
	font-weight: bold;
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.wrapper {
	float:left;
	padding-top: 20px;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    grid-auto-rows: 100px;
    width: auto;
	margin-left: 25%;
  }

.card-header p{
	margin-top: 35px;
}

.card-header2{
	padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color:lightskyblue;
    border-bottom: 1px solid rgba(0,0,0,.125);
	text-align:center;
	font-weight: bold;
}

.card{
	position: relative;
    display: block;
    flex-direction: row;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
	text-align:center;
	font-weight: bold;
}

.card2{
	position: relative;
    display: block;
    flex-direction: row;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
	text-align:center;
	font-weight: bold;
}

.card-header2 p{
	margin-top: 5px;
}

.card2 a{
	text-decoration:none;
}

.card a{
	text-decoration:none;
}

.whatsapp-float {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #25d366;
	color: white;
	border-radius: 50px;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	text-decoration: none;
	z-index: 9999;
}

/* Icono de WhatsApp */
.whatsapp-icon {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

#articulo {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 80%;
	margin: 20px;
  }
  
  #articulo td, #articulo th {
	border: 1px solid #ddd;
	padding: 8px;
  }
  
  #articulo tr:nth-child(even){background-color: #f2f2f2;}
  
  #articulo tr:hover {background-color: #ddd;}
  
  #articulo th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #04AA6D;
	color: white;
  }

  h1 {
    text-align: center;
}

.card2 {
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	width: 300px;
	height: fit-content;
	transition: transform 0.3s, box-shadow 0.3s;
}

.card2:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.card2 img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.card2-content {
	padding: 20px;
}

.card2-title {
	font-size: 1.5rem;
	color: #333;
	margin: 0 0 10px;
}

.card2-text {
	font-size: 14px;
	color: #555;
	margin: 0 0 20px;
}

.card2-button {
	display: inline-block;
	text-decoration: none;
	background: #007bff;
	color: #ffffff;
	padding: 10px 15px;
	border-radius: 4px;
	font-size: 1rem;
	transition: background 0.3s;
}

.card2-button:hover {
	background: #0056b3;
}