@charset "utf-8";

/*BOX 1===================================================================================================================================*/
.box1_Index{
	background-color: #FFF;
	margin: 0px;
	padding: 23px;
	width: 100%;
	border: thin none #FFB85E;
	box-sizing: border-box;
	display: inline-block;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease-in-out; /* Añade una transición para suavizar el efecto */
	border-radius: 20px;
}

.box1_Index:hover {
    transform: scale(1.05); /* Escala el elemento al 105% de su tamaño original */
	border: thin solid #FFB85E;
}

.box1_Index h3{
	color: #000000;
	font-family: RobotoCondensed-Regular;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
}

.box1_Index h2{
	color: #000000;
	font-family: OpenSans-Regular;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
}

/*BOX 2===================================================================================================================================*/
.box2_Index{
	background-color: #0D0F33;
	margin: 0px;
	padding: 20px;
	width: 100%;
	border: thin solid #313351;
	box-sizing: border-box;
	display: inline-block;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.0);
	transition: transform 0.3s ease-in-out; /* Añade una transición para suavizar el efecto */
	border-radius: 20px;
}

.box2_Index:hover {
    /*transform: scale(1.05); /* Escala el elemento al 105% de su tamaño original */
	border: thin solid #313351;
}

.box2_Index h3{
	color: #FFFFFF;
	font-family: RobotoCondensed-Regular;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

.box2_Index h2{
	color: #CED1C9;
	font-family: OpenSans-Regular;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

.box2_Index h1{
	color: #F5992E;
	font-family: RobotoCondensed-Regular;
	font-style: normal;
	font-variant: normal;
	font-weight:bold;
	font-size: 14px;
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
/*BOX 2===================================================================================================================================*/
/*BOX 3===================================================================================================================================*/
.box3_Index {
	background-color: #FFF;
	padding: 23px;
	box-sizing: border-box;
	display: inline-block;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease-in-out;
	border-radius: 20px;
	border: thin solid #CCCCCC;
}

.box3_Index:hover {
    transform: scale(1.05); /* Escala el elemento al 105% de su tamaño original */
	border: thin solid #FFB85E;
}

.box3_Index h3{
	color: #000000;
	font-family: RobotoCondensed-Regular;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
}

.box3_Index h2{
	color: #000000;
	font-family: OpenSans-Regular;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
}
/*BOX 3===================================================================================================================================*/
/*BOX 4===================================================================================================================================*/
.box4_Index {
	background: linear-gradient(to right, #FFFFFF, #FCDCB8, #F69C34);
	padding: 23px;
	box-sizing: border-box;
	display: inline-block;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease-in-out;
	border-radius: 20px;
	border: thin solid #CCCCCC;
}

.box4_Index:hover {
    transform: scale(1.05); /* Escala el elemento al 105% de su tamaño original */
	border: thin solid #FFB85E;
}

.box4_Index h3{
	color: #000000;
	font-family: RobotoCondensed-Regular;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
}

.box4_Index h2{
	color: #000000;
	font-family: OpenSans-Regular;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: normal;
}
/*BOX 4===================================================================================================================================*/