	@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
	* {
		border:solid 0px;
	}
	html {
		scroll-behavior: smooth;
	}
	img {
		float:left;
	}
	body {
		margin:0px;
		font-family: 'Encode Sans Condensed', sans-serif;
		color:#313475;
		font-size:1.4em;
		line-height:1.8em;
		background: rgb(255,255,255);
	}
	input,select,textarea {
		float:left;
		width:98%;
		padding:1%;
		font-size:1.4em;
		border:solid 1px #9d99b6;
		border-radius:4px;
		color:#2a14b3;
	}
	.header {
		float:left;
		position:fixed;
		width:94%;
		padding:1%;
		padding-left:3%;
		padding-right:3%;
		height:120px;
		background-repeat:no-repeat;
		background-image: url('../imag/fondo-header.svg');
		color:#FFFFFF;
		line-height:1em;
		
		h1 {
			float:right;
			font-weight:200;
			display:block;
			width:10%;
			margin-left:2%;
			font-size:.7em;
			display:none;
		}
		h2 {
			float:right;
			width:16%;
			font-size:.7em;
			font-weight:100;
			margin-right:2%;
			padding-right:2%;
			border-right:solid 1px;
			margin-top:-0.0%;
			text-align:right;
		}
		@media (max-width:1366px) {
			h2 {
				width:22%;
			}
		}
		@media (max-width: 750px) {
			width:100%;
			padding:0px;
			height:360px;
			margin-top:-2%;
			background-image: url('../imag/fondo-header-m.svg');
			background-size:100% 50%;
			background-position: center top;
			h2 {
				width:50%;
				margin-top:5%;
			}
			.logo-header {
				width:30%;
				margin-top:5%;
				margin-right:3%;
			}
		}
	}
	.telefono {
		float:left;
		width:16%;
		margin-right:2%;
		margin-top:2%;
		cursor:pointer;
	}
	@media (max-width:1366px) {
		.telefono {
			width:22%;
		}
	}
	.logo-header {
		float:right;
		width:10%;
		background-color:#FFFFFF;
		padding:0.6%;
		border-radius:12px;
	}
	.logo-hatr-header {
		float:right;
		width:14%;
		margin-right:6%;
		margin-top:0%;
		background-color:#ffffff;
		padding:0.2%;
		border-radius:5px;
	}
	.bajo-header {
		float:left;
		width:100%;
		height:170px;
	}
	.pizarra {
		float:left;
		width:90%;
		padding:2% 5% 2% 5%;
		background-color:rgba(0,0,0,0);

		.pizarra-seccion,.pizarra-seccion-misvis {
			float:left;
			width:94%;
			padding:5% 3% 5% 3%;
			background-color:rgba(0,0,0,0);
			border-bottom:solid 1px #e0dede;
			margin-bottom:2%;
			@media (max-width: 750px) {
				width:98%;
				padding:1;
			}
		}
		
		.pizarra-seccion:nth-child(1) {
			P:nth-child(-n + 3) {
				float:right;
				width:40%;
			}
			.logo-secc1 {
				float:left;
				width:45%;
				margin-left:7%;
			}
			@media (max-width:1366px) {
				P:nth-child(-n + 3) {
					float:right;
					width:50%;
				}
				.logo-secc1 {
					float:left;
					width:35%;
					margin-left:7%;
				}
			}
			@media (max-width: 750px) {
				P:nth-child(-n + 3) {
					float:right;
					width:100%;
				}
				.logo-secc1 {
					width:90%;
					margin-left:5%;
				}
			}
		}
		.pizarra-seccion:nth-child(2) {
			background-color:#1c529b;
			color:#FFFFFF;
			border-radius:20px;
			border-bottom:solid 0px #e0dede;
			
			background-image:url(../imag/fondo-secc2.jpg);
			background-repeat:no-repeat;
			background-size:100% 100%;
			
			.pizarra-seccion-col-2 {
				float:left;
				width:39%;
				text-align:center;
				padding:5%;
				border:solid 0px;
				P {
					float:left;
					width:35%;
					margin-left:33%;
					margin-top:5%;
					padding:0.5% 2% 0.5% 2%;
					cursor:pointer;
					border:solid 1px;
					border-radius:5px;
				}
				@media (max-width: 750px) {
					P {
						width:95%;
						margin:0px;
						margin-top:8%;
					}
					
				}
			}
			.pizarra-seccion-col-2:nth-child(1) {
				border-right:solid 1px #6f72b0;
			}
			img {
				float:left;
				width:26%;
				margin-left:37%;
				margin-right:37%;
				margin-bottom:5%;
				background-color:#FFFFFF;
				padding:3%;
				border-radius:7%;
			}
			@media (max-width: 750px) {
				.pizarra-seccion-col-2:nth-child(1) {
					width:100%;
					padding:0px;
					margin:0px;
					padding-bottom:16%;
					border:0px;
					border-bottom:solid 1px;
					margin-bottom:8%;
				}
				img {
					width:40%;
					margin-left:30%;
					margin-right:30%;
				}
				
			}
		}
		.clientes {
			float:right;
			width:76%;
			margin-top:3%;
		}
		.chile {
			float:left;
			width:16%;
			margin-left:4%;
			margin-right:3%;
			margin-top:3%;
		}
		.pizarra-seccion:nth-child(4) {
			.P-clientes {
				float:left;
				width:26%;
				line-height:1.3em;
			}
			
			
			@media (max-width: 750px) {
				P {
					width:100%;
					border-left:solid 0px;
					padding:0px;
				}
				img {
					width:100%;
				}
			}
		}
	}
	.pizarra-seccion:nth-child(5) {
		P{
			float:left;
			width:36%;
			margin-right:4%;
			text-align:right;
		}
		
	}
	.mision,.vision {
		float:left;
		width:45%;
		font-size:1.3em;
		text-align:center;
	}
	.misvis-imag {
		float:left;
		width:14%;
		margin-left:43%;
		margin-right:43%;
		margin-bottom:5%;
	}
	.vision {
		float:right;
	}
	.encierra-form {
		float:right;
		width:55%;
	}
	.encierra-campos {
		float:left;
		width:100%;
		margin-bottom:4%;
	}
	textarea {
		height:240px;
	}
	.boton {
		float:left;
		width:auto;
		padding:1%;
		padding-left:3%;
		padding-right:3%;
		margin-top:5%;
		border:solid 1px;
		border-radius:4px;
		font-size:1.2em;
	}
	.fotter {
		float:left;
		width:96%;
		padding:5% 2% 2% 2%;
		background-color:rgba(0,0,0,0);
		font-size:0.6em;
		background-repeat:no-repeat;
		background-image: url('../imag/fondo-fotter.svg');
		background-position: center bottom;
	}
	.logo-fotter {
		float:left;
		width:14%;
	}
	.fotter-col {
		float:right;
		width:12%;
		margin-left:1%;
		padding-left:1%;
		border-left:solid 1px #FFFFFF;
		min-height:100px;
		color:#FFFFFF;
		
		.secc-ft-col {
			float:left;
			width:100%;
			margin-bottom:-7%;
		}
	}
	.ico-whatsapp {
		float:right;
		position:fixed;
		margin-left:94%;
		width:3%;
		margin-top:40%;
		z-index:60;
		cursor:pointer;
	}