body{
	background: #EB8933; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right,#17202A, #CD5C5C); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right,#17202A, #FF7043 ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
body {
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, Geneva, Tahoma, sans-serif, serif;

}


head {
	/*background: #ad5389; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #3c1053, #ad5389); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #3c1053, #ad5389); 
}

body h2, body h3, body h4, body h5, body h6 {
	font-size:2em;
	font-color:#f8f8f8;
	font-family:'Gill Sans', 'Gill Sans MT','Helvetica','Verdana','Monaco',sans-serif;
  }



.li {
	margin: 0 auto 10px;
	
}

.caja {
	margin: auto;

}

card {
	display: flex;
}

/* CSS Document */


footer {
	
	text-align:center;
	margin:auto;
	bottom: 0;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, Geneva, Tahoma, sans-serif, serif;
	font-size: 12px;
}

.social-icons-ql li {
	list-style: none;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 45px;
	background: #000;
	text-align: center;
	margin: 10px 5px;

}




.bg-fazt-white {
	background: #F4F5F9
}

.text-fazt-dark {
	color: #272727
}

.bg-transparent-dark {
	background-color: rgba(183,21,64,0.3)
}

.navbar .navbar-nav .nav-link {
	color: #fff
}

.navbar .navbar-toggler {
	color: #fff
}

.btn {
	border-radius: 0
}

.card {
	border-radius: 0;
	margin: 4px 0
}

.fazt-font-image {
	font-size: 10em
}

.fazt-font-image-red {
	font-size: 10em;
	color: #cd201f
}

.form-control {
	border-radius: 0
}


.chapter h4 {
	margin-left: 1em;
	font-size: 1rem
}

ul li.ql-indent-1 {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 1.5em;
	font-size: .9rem
}

ul li.ql-indent-2 {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 3em;
	font-size: .9rem
}

.crop-text-4 {
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}
/*
.bg-primary-theme {
	//background-color: #181818;
	//background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%23b30e21' fill-opacity='0.37'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}
*/
nav.navbar ul li a {
	position: relative
}

	nav.navbar ul li a:before, nav.navbar ul li a:after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		box-sizing: border-box;
		transform: scale(0);
		transition: 0.5s
	}

	nav.navbar ul li a:before {
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		transform-origin: 0 100%
	}

	nav.navbar ul li a:after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform-origin: 100% 0%
	}

	nav.navbar ul li a:hover:after, nav.navbar ul li a:hover:before {
		transform: scale(1)
	}

@media (max-width: 992px) {
	nav ul li a {
		text-align: center
	}
}

.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.course::before, .course::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: scale3d(0, 0, 1);
	transition: transform .3s ease-out 0s;
	background: rgba(255,255,255,0.1);
	content: '';
	pointer-events: none
}

.course::before {
	transform-origin: left top
}

.course::after {
	transform-origin: right bottom
}

.course:hover::before, .course:hover::after, .course:focus::before, .course:focus::after {
	transform: scale3d(1, 1, 1)
}

.social {
	list-style: none;
	font-size: 40px
}

@media (max-width: 150px) {
	.social {
		font-size: 30px;
		padding: 10px
	}
}

.social .fa {
	padding: 10px;
	
}

.fa-facebook {
	color: #3b5999
}

.fa-twitter {
	color: #55acee
}

.fa-instagram {
	color: #e4405f
}

.fa-github {
	color: #000
}


#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
	font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
	background: #F9F9F9;
	padding: 25px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

	#contact h3 {
		display: block;
		font-size: 30px;
		font-weight: 300;
		margin-bottom: 10px;
	}

	#contact h4 {
		margin: 5px 0 15px;
		display: block;
		font-size: 13px;
		font-weight: 400;
	}
	/*
fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}
		*/
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
	width: 100%;
	border: 1px solid #ccc;
	background: #FFF;
	margin: 0 0 5px;
	padding: 10px;
}

	#contact input[type="text"]:hover,
	#contact input[type="email"]:hover,
	#contact input[type="tel"]:hover,
	#contact input[type="url"]:hover,
	#contact textarea:hover {
		-webkit-transition: border-color 0.3s ease-in-out;
		-moz-transition: border-color 0.3s ease-in-out;
		transition: border-color 0.3s ease-in-out;
		border: 1px solid #aaa;
	}

#contact textarea {
	height: 100px;
	max-width: 100%;
	resize: none;
}

#contact button[type="submit"] {
	cursor: pointer;
	width: 100%;
	border: none;
	background: #1565C0;
	color: #FFF;
	margin: 0 0 5px;
	padding: 10px;
	font-size: 15px;
}

	#contact button[type="submit"]:hover {
		background: #f64f59;
		-webkit-transition: background 0.3s ease-in-out;
		-moz-transition: background 0.3s ease-in-out;
		transition: background-color 0.3s ease-in-out;
	}

	#contact button[type="submit"]:active {
		box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
	}


#contact input:focus,
#contact textarea:focus {
	outline: 0;
	border: 1px solid #aaa;
}

::-webkit-input-placeholder {
	color: #888;
}

:-moz-placeholder {
	color: #888;
}

::-moz-placeholder {
	color: #888;
}

:-ms-input-placeholder {
	color: #888;
}

/*
body {
	background-color:#1d1d1d !important;
	font-family: "Asap", sans-serif;
	color:#989898;
	margin:10px;
	font-size:16px;
  }
  */
 
	//////////////////////////////////////////////////////////////////

	body{ min-height:1500px;
		/*background:url(https://img4.goodfon.com/original/1920x1080/3/bb/iron-man-art-vector-art-marvel-minimal-avengers-superheroes.jpg) fixed;
		*/
		background-size:cover;}
		img {
			max-width: 100%;
			height: auto;
		}
		ul li {
			list-style: none
		}
		a, a:hover {
			text-decoration: none;
			box-shadow: none;
			outline: none;
			-moz-transition: all 0.2s ease-in;
			-o-transition: all 0.2s ease-in;
			-webkit-transition: all 0.2s ease-in;
			transition: all 0.2s ease-in;
		}
		h3{ text-align:center; margin:30px 0; color:#fff;}
		.hls_sol li {
			width: 25%;
			max-width: 100%;
			display: inline-block;
			float: left;
			text-align: center;
			overflow: hidden;
			position: relative;
			height: 350px
		}
		.hls_sol li img {
			height: 100%;
		}
		.hls_sol ul {
			padding: 0;
			display: flow-root;
		}
		.hls_sol li:hover img {
			-moz-transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
			-o-transform: scale(1.1);
			transform: scale(1.1);
		}
		.hls_sol li img {
			-webkit-transition: transform 0.5s ease;
			-o-transition: transform 0.5s ease;
			transition: transform 0.5s ease;
		}
		.hls_sol .hls_sol_data {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			top: 0;
			transition: 0.3s ease-in-out;
			background: rgba(0,0,0,0.28);
			visibility: hidden
		}
		.hls_sol ul li:hover .hls_sol_data {
			background: rgba(255,0,4,0.46);
			transition: 0.3s ease-in-out;
			visibility: visible
		}
		.hls_data {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 60px 20px;
		}
		.hls_data a {
			display: block;
		}
		.hls_title {
			text-align: right;
			font-size: 22px;
			border-bottom: 2px solid blue;
			padding: 10px 0;
			margin: 10px 0;
			color: #fff;
		}
		.hls_title:hover {
			color: #fff;
		}
		.hls_sol_data h3 {
			color: #fff;
			transition: 0.5s
		}
		.hls_sol_data:hover h3 {
			transition: 0.5s ease;
			margin-top: 100px;
		}
		.btn-pro {
			border-radius: 0;
			color: #222;
			background: #fff;
			display: inline-block !important;
			float: right;
		}
		.btn-pro:hover {
			color: #fff;
			background: #222;
		}
		.sec_title {
			text-align: center;
			margin: 30px 0 30px;
		}
		.hls_data {
			left: unset;
			right: -310px;
			transition: 1s ease
		}
		.hls_sol_data:hover .hls_data {
			left: 0;
			right: 0;
			transition: 1s ease
		}

		//////////////////////////////////////////////////////////////////
	
		.map-container-2{
			overflow:hidden;
			padding-bottom:56.25%;
			position:relative;
			height:0;
			}
			.map-container-2 iframe{
			left:0;
			top:0;
			height:100%;
			width:100%;
			position:absolute;
			}
		
		/* Contacto */

		.header {
			color: #FF7043;
			font-size: 27px;
			padding: 10px;
		}
		
		.bigicon {
			font-size: 35px;
			color: #FF7043;
		}
	