@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: '';
	src: url('fonts/.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Ubuntu", sans-serif;
	width: 100%;
	height: 100%;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	padding-top: 100px;
	text-align: center;
	box-sizing: border-box;
}

.btn-whatsapp {
	position: fixed;
	width: 70px;
	height: 70px;
	right: 5pX;
	bottom: 5px;
	z-index: 150;
}

.background {
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	z-index: -500;
}

.bg-header {
	position: fixed;
	background-color: #FFF;
	width: 100%;
	float: left;
	left: 0px;
	top: 0px;
	box-shadow: 0px 0px 25px #000;
	z-index: 250;
}

.header-pleca {
	background: linear-gradient(-145deg, #25408f 0%, #005E91 45%,#005E91 55%,#003592 100%);
	width: 100%;
	height: 5px;
	float: left;
}

.header {
	width: 100%;
	float: left;
}

.logo {
	width: 120px;
	height: 80px;
	float: left;
	margin: 5px 0px;
}

.menu {
	width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	width: -o-calc(100% - 250px);
	width: calc(100% - 250px);
	height: 40px;
	float: right;
	line-height: 40px;
	text-align: right;
}

.bg-slider {
	width: 100%;
	height: 100%;
	float: left;
}

.slider {
	width: 100%;
	height: 100%;
	float: left;
}

.bg-contenido {
	width: 100%;
	float: left;
}

.contenido {
	width: 100%;
	float: left;
	padding: 15px 0px;
	text-align: justify;
	line-height: 1.5em;
}

.info {
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -o-calc(100% - 20px);
	width: calc(100% - 20px);
	float: left;
	margin: 0px 10px;
	text-align: justify;
}

.bg-footer {
	background: linear-gradient(-145deg, #25408f 0%, #005E91 45%,#005E91 55%,#003592 100%);
	width: 100%;
	float: left;
}

.footer {
	width: 100%;
	padding: 25px 0px;
	float: left;
	text-align: center;
	font-size: 11px;
}

.redes-sociales {
	width: 300px;
	height: 40px;
	float: right;
	display: flex;
	justify-content: space-between;
}

.redes-sociales-ico {
	border: #FFF 5px solid;
	width: 25px;
	height: 25px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.ico-facebook {
	/*fill: #1877F2;			/*		Azul Facebook	*/
	fill: #FFF;
}

.ico-twitter {
	/*fill: #1877F2;			/*		Azul Facebook	*/
	fill: #FFF;
}

.ico-instagram {
	/*fill: #1877F2;			/*		Azul Facebook	*/
	fill: #FFF;
}

.ico-youtube {
	/*fill: #1877F2;			/*		Azul Facebook	*/
	fill: #FFF;
}

.ico-tiktok {
	/*fill: #1877F2;			/*		Azul Facebook	*/
	fill: #FFF;
}

.ico-linkedin {
	/*fill: #1877F2;			/*		Azul Facebook	*/
	fill: #FFF;
}

.bg-copyright {
	background-color: #333;
	width: 100%;
	float: left;
}

.copyright {
	width: 100%;
	padding: 10px 0px;
	float: left;
	text-align: center;
	font-size: 11px;
	color: #FFF;
}

#desarrollador-web {
	font-size: 11px;
	color: #FF0;
}