@font-face {
	font-family: 'IberPangeaVAR';
	src: url('../fonts/IberPangeaVAR.ttf') format('truetype');
	font-display: swap;
}

html, body {
	height: 100%;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	margin: 0;
	color: #000033;
	font-weight: 400;
	font-size: 1em;
	font-family: 'IberPangeaVAR', Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-position: bottom;
	background-origin:content-box;
	background-repeat: no-repeat;
}
a {
	text-decoration: none;
	outline: none;
}

.cabecera {
	width: 100%;
	height: 167px;
	margin-bottom: 20px;
	padding-top: 0px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	padding: 20px;
}
.box-logo {
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff5ec;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}
.img1{
	height: 130px !important;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.logo-images {
	display: flex;
	gap: 10px;
	align-items: center;
}

.logo-image {
	height: 100px;
	object-fit: contain;
}

.logo-text {
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.logo-text h1 {
	color: #00a343;
	font-size: 2.5em;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.logo-text p {
	color: #00402a;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#logo {
	height: 130px;
	width: 990px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo h1 {
	font-family: "Times New Roman", Times, serif;
	color: #696969;
	margin-top: 50px;
	font-size: 3.5em;
	float: right;
	text-shadow: 2px 2px #e1e1e2;
	font-weight: lighter;
}

#logo  img {
	float: left;
}	

	
#logo p {
	/*letter-spacing: 1px;*/
	font-size: 39px;
	font-family: 'Times New Roman';
	color: #696969;
    margin-left: 127px;
	margin-top: -80px;
	float: right;
	text-shadow: 2px 2px #e1e1e2;
	font-weight: lighter;
}

.secciones {
	width: 100%;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

.fondo0 {
	background-color: rgba(0,0,0,0);
}

button {
	border: none;
	letter-spacing: 1px;
	cursor: pointer;	
	padding: 0em;
	margin: 0px;
	color: #FFF;
	background-color: transparent;
}
.footer{
	width: 100%;
	padding: 20px;
}
.content{
	flex: 1 0 auto;
}
.pie {
	width: 100%;
	height: 142px;
	text-align: center;
	font-size: 15px;
	font-family: Open Sans, "Arial", serif;
}
#pie {
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgb(0, 137, 67);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#pie > .footer-text {
	flex: 1 1 0;
	margin: 0 18px;
	font-size: 12px;
}
#pie > .footer-text:first-child {
	text-align: left;
}
#pie > .footer-text:last-child {
	text-align: right;
}
#pie > div:not(.footer-text) {
	flex: 1 1 0;
	display: flex;
	justify-content: center;
}
.svisual_logo {
	height: 50px;
	object-fit: contain;
}
.txt {
	text-align: center;
	font-family: 'Arial';
	font-size: 1em;
	padding-top: 22px;
	color: #717171;
}


section {
	padding: 1em;
	text-align: center;
}


@media screen and (max-width: 1180px) {




}

@media screen and (max-width: 800px) {



}

@media screen and (max-width: 700px) {

.secciones h1 {
	font-size: 2em;
	line-height: 30px;
	text-align: center;
}


}

@media screen and (max-width: 630px) {

.secciones h1 {
	font-size: 2em;
	line-height: 30px;
	text-align: center;
}

.pie {
	width: 100%;
	height: auto;
	margin-top: -70px;
}
}
@media screen and (max-width: 320px) {


}
#chat_off {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0px 4px 0 4px;
}
.chat_off_image {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (max-width: 950px) {
#chat_off {
	margin-left: 7px;
}
}