*{
	margin: 0;
	padding: 0;

}



/* html, body {
	overflow: hidden;
	height: 100%;
	padding: 0;
	margin: 0;
  } */

body
{
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	position: relative;
}

.featuresMovil
{
	background: #fff;
	border-bottom: 1px solid #fff;
}

.featuresMovil .fa
{
	background: #222282;
	border-radius: 50%;
	color: #FFF;
	font-size: 100px;
	width: 200px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;

}
.featuresMovil .fa:hover
{
	background: #00c0ef;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

/* start page container */
@media (max-width:640px){
	.hidden_phone{ display: none}
}
@media (min-width:641px){
	.hidden_solo_phone{ display: none}
}
@media (min-width: 768px) {
	.container { width: 700px;}
}
@media (min-width: 992px) {
	.container { width: 900px;}
	.hiddenweb { display: none}
}

@media (min-width: 1200px) {
	.container { width: 1000px; /*margin-bottom: 20px; padding-top: 10px;*/}
}
@media (min-width: 1200px) {
	.hiddenNavegation{display: none}
}
@media( max-width:1200px){
	.hiddenmovil { display: none}
}
@media (max-width:991px){
	.hiddentablet{ display: none}
}
/* end page container */

.blue {
	color: #06C;
}

.green {
	color: #090;
}

.down {
	margin-top: 20px;
}

.space-button {
	position: absolute;
	top: 35px;
}

/* start navigation */
.navbar-default
{
	background: #FFF;
	border: none;
	box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
	margin: 0;
}
.navbar-default .navbar-brand
{
	font-weight: 600;
	font-size: 30px;
	padding: 10px 0 0 0;
	height: 0px;
	line-height: 40px;
}
.navbar-default .navbar-brand:hover { color: #222282; }
.navbar-default .nav li a
{
	color: #333;
	font-size: 14px;
	font-weight: 700;
	height: 65px;
	line-height: 38px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navbar-default .nav li a:hover
{
	background-color: #222282;
	color: #FFF;
}
.navbar-default .nav li a:focus { color: #222282;
background-color: #FFF; }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #FFF;
	background-color: #222282;
}
.navbar-default .navbar-toggle
{
	border: none;
	padding-top: 0;
}
.navbar-default .navbar-toggle .icon-bar
{
	background: #222282;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
.navbar-header img {
	width: 30%;
	padding-bottom: 0;
}

.navbar-nav li a i{
	padding-right: 5px;
}
.solicita{ 
	max-width: 10000px;
	margin: auto;
}



/* end navigation */
/* start header background slideshow */
#home { padding-top: -50px; padding-bottom: 15px; height: 100%; overflow: auto; }
.request-form{
	margin: 0;
	padding: 0;
	position: relative;
	top: 5px;
  	left: 0;
	right: 0;
}
.boxes {
	padding: 10px;
}
.bg-active{
	color: #FFF !important;
	background-color: #222282 !important;
}
.bg-aqua{
	color: #FFF !important;
	background-color: #009fed !important;
}
.badge-slider{
	border-radius: 30em;display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #777;
	border-radius: 15px;
}
.flexslider {
	top: 30px;
	background: #fff;
	padding: 0;
	position: relative;
	overflow: hidden;
	margin-top: 3%;
	margin-bottom: 1.5%;
	height: 350px;
}
.flexslider .slides {
	padding: 0;
	
}
.flexslider .slides img {
	width: 100%;
	min-width: 100px;
	padding-top: 11px;
	display: block;
}
.flexslider .slides > li {
	display: none;
	padding: 0;
	position: relative;
	-webkit-backface-visibility: hidden;
}
ol {
	display: none;
}
.flexslider img {
	position: relative;
	width: 100%;
}
.slider-caption {
	margin-top: -50px;
	color:white;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	z-index: 7;
	width: 100%;
	height: 80%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.templatemo-slider-btn
{
	background: #222282;
	border-radius: 0;
	border: 2px solid transparent;
	color: #FFFFFF;
	font-weight: bold;
	margin: 40px 0 0 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	height: 50px;
	width: 250px;
	padding: 12px 10px 10px 10px;
}
.templatemo-slider-btn:hover,
.templatemo-slider-btn:focus {
	background: #fff;
	color: #222282;
	border: 2px solid transparent;
}
@media (max-width:375px){

	.flexslider {
		width: 100%;
		height: auto;
	}

}

/* start features */
.features
{
	background: #F9F9F9;
	border-bottom: 1px solid #f0f0f0;
	padding: 60px 0 60px 0;
}
.features h2
{
	color: #222282;
	font-weight: 400;
	padding-bottom: 20px;
}
.features h3
{
	font-weight: 400;
	padding-bottom: 6px;
}

.features p
{
	padding-top: 6px;
}
.features .fa
{
	background: #222282;
	border-radius: 50%;
	color: #FFF;
	font-size: 28px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;

}
.features .fa:hover
{
	background: #00c0ef;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.request-form-inputs {
	margin-bottom: 0.5em;
}
/* .request-promotion {
	position: relative;
	top: -140px;
} */
.bubble-slider-wrap{
	height: 0 !important;
	margin: 20px auto !important;
}
/* end features */

/* start about */
#about
{
	color: #333;
	padding: 60px 0 60px 0;
	height: 100%;
  	overflow: auto;
}
#about .col-md-12 {	padding: 20px 0 0 0; }
#about h2
{
	color: #222282;
	font-weight: 400;
	padding: 0 0 20px 0;
}
#about h3{
	color: #222282;
}
#about h4
{
	font-weight: 600;
	padding-top: 6px;
	padding-bottom: 10px;
}
#about .skills { padding-top: 30px; }
#about .progress
{
	background: #999;
	height: 6px;
	margin: 10px 0 16px 0;
}
#about .progress .progress-bar-success { background: #222282; }
/* end about */

/* start team */
#team
{
	background: #F9F9F9;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	padding: 60px 0 60px 0;
	height: 100%;
  	overflow: auto;
}

#team .col-md-3 { margin-bottom: 20px;}
#team h2
{
	color: #222282;
	font-weight: 400;
	padding: 0 0 20px 0;
}
#team h3
{
	background: #f9f9f9;
	color: #222282;
	font-weight: 600;
	padding: 5px;
}
#team img
{
	cursor: pointer;
	display: inline-block;
	width: 75%;
	margin-top: 60px;
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#team img:hover
{
	border-radius: 40%;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0.7;
}
/* end team */

/* start portfolio */
#portfolio,
#work-with-us
{
	text-align: center;
	padding: 60px 0 100px 0;
	height: 100%;
  	overflow: auto;
}
#portfolio h2,
#work-with-us h2
{
	color: #222282;
	font-weight: 400;
	padding: 0 0 20px 0;
}
#portfolio p,
#work-with-us p { margin-bottom: 60px; }
#portfolio i {font-size: 2em;}
#portfolio .col-md-3 { padding: 4px; }
#portfolio .image_thumb
{
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
#portfolio .image_thumb .image_overlay
{
	background: #222282;
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	top: 0;
	left: 0;
	bottom: 0;
	/*padding-top: 46px;*/
	text-align: center;
}
#portfolio .image_thumb:hover .image_overlay { opacity: 0.9; }
#portfolio .image_thumb .image_overlay .fa
{
	background: #EEE;
	border-radius: 50%;
	color: #444;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	opacity: 1;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#portfolio .image_thumb a:hover { text-decoration: none; }
/* end portfolio */

/* start contact */
#contact
{
	background: #303030;
	color: #EEE;
	padding: 80px 0 80px 0;
	height: 100%;
  	overflow: auto;
}
#contact h2 { font-weight: 400; }
#contact .text-center p { padding: 0 0 60px 0; }
#contact h2, #contact h3 { padding: 0 0 20px 0; }
#contact .form-control
{
	background: transparent;
	border: 1px solid #444;
	border-radius: 0px;
	color: #FFF;
	margin: 10px 0 10px 0;
}
#contact input { height: 60px; }
#contact .form-control:focus
{
	background: #444444;
	border-color: transparent;
	box-shadow: none;
}
#contact input[type="submit"]
{
	color: #FFF;
	font-weight: 600;
	letter-spacing: 1px;
	width: 220px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#contact input[type="submit"]:hover
{
	background: #222282;
	border-color: transparent;
	color: #FFF;
}
#contact .address
{
	padding: 20px;
	padding-top: 0;
	margin: 0;
}
#contact .fa
{
	color: #009fed;
	font-size: 20px;
	padding: 6px 10px 6px 0;
}

a {	color: #009fed; }
a:hover, a:active
{
	color: #fff	;
	text-decoration: none;
}
/* end contact */

/* start footer */
footer
{
	border-top: 1px solid #404040;
	background: #202020;
	color: #FFF;
	padding: 80px 0 40px 0;
}
footer .social_icon a
{
	border: 1px solid #FFF;
	border-radius: 50%;
	color: #FFF;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	margin: 0 4px 24px 6px;
}
footer .social_icon a:hover
{
	border-color: transparent;
	background: #222282;
}
/* end footer */

/* star  go top */
.go-top
{
	background-color: #222282;
	border-radius: 50%;
	bottom: 2em;
	right: 2em;
	color: #FFF;
	display: none;
	position: fixed;
	text-decoration: none;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.go-top:hover {	color: #F9F9F9; }
/* end go top */
/* SweetAlert */
.swal2-popup {
  font-size: 1.6rem !important;
}

@media only screen and (max-width: 1199px) {

	#home {padding-top: 210px;}
	.flexslider { height: 320px;}
	.flexslider h1 { font-size: 30px; }
	.flexslider h2 { font-size: 24px; }
	.navbar-default .navbar-brand {	margin-left: 20px; /*margin-bottom: 25px;*/ height: 80px; padding: 10px 0 0 0;}
}

/* start 768 media quires */
@media only screen and ( max-width: 768px ) {
	/* .navbar-default .navbar-brand
	{
		padding: 10px 0 0 0;
		height: 60px;
	} */
	#home {padding-top: 100px;}
	.navbar-default .navbar-brand {	margin-left: 20px; /*margin-bottom: 25px;*/ height: 80px; padding: 10px 0 0 0;}
	.navbar-default .navbar-nav	{ margin: 0; }
	.navbar-default .navbar-collapse
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.flexslider h1 { font-size: 26px; }
	.flexslider h2 { font-size: 18px; }
	.templatemo-slider-btn {
		margin-top: 10px;
		width: 180px;
		height: 40px;
		padding-top: 8px;
	}
	#team img {
		width: 35%;
	}
}
/* end 768 media quires */

/* start 680 media quires */
@media only screen and ( max-width: 680px ) {
	#home {padding-top: 100px;}
	.navbar-default .navbar-nav li a { border-bottom: 1px solid #f6f6f6; line-height: normal; height: 40px; }
	.navbar-header{
		padding-bottom: -50px;
	}
	.navbar-header img{
		width: 25%;
	}

	#team img {
		width: 60%;
	}

	.navbar-default .navbar-brand
	{
		padding: 10px 0 0 0;
		height: 60px;
	}
}
/* end 680 media quires */

/* start 600 media quires */
@media only screen and ( max-width: 640px ) {
	#home {padding-top: 60px;}

	.form-box{
		padding-top: 10px;
	}

	.flexslider {
		height: 270px;
	}

	.request-form{
		position: relative;
		left: 2%;
	}

	.request-promotion {
		position: relative;
		top: 5px;
	}

	.flexslider h1 { font-size: 20px; }
	.flexslider h2 { font-size: 14px; }
	.templatemo-slider-btn {
		width: auto;
		height: auto;
		padding: 10px 20px;
		margin-top: 10px;
	}
	.space-button { position: relative; top: -10px; }
	/* .navbar-brand { position: relative; top: -20px; } */
	.navbar-default .navbar-brand
	{
		margin-bottom: 20px;
		height: 40px;
	}

	.navbar-toggle { position: relative; top: 30px; }

}
/* end 600 media quires */

/* End Form Apply */
.range-slider span {
	margin-top: 10px;
}

.btn-select {
    position: relative;
    padding: 0;
    min-width: 236px;
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
}

.btn-select .btn-select-value {
    padding: 6px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 6px 10px;
    top: 0;
}

.btn-select ul {
    display: none;
    background-color: white;
    color: black;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 3px 6px;
    text-align: left;
}

.btn-select ul li:hover {
    background-color: #f4f4f4;
}

.btn-select ul li.selected {
    color: white;
}

/* Default Start */
.btn-select.btn-default:hover, .btn-select.btn-default:active, .btn-select.btn-default.active {
    border-color: #ccc;
}

.btn-select.btn-default ul li.selected {
    background-color: #222282;
}

.btn-select.btn-default ul, .btn-select.btn-default .btn-select-value {
    background-color: white;
    border: #ccc 1px solid;
}

.btn-select.btn-default:hover, .btn-select.btn-default.active {
    background-color: #222282;
}
/* Default End */

/* Primary Start */
.btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
    border-color: #222282;
}

.btn-select.btn-primary ul li.selected {
    background-color: #222282;
    color: white;
}

.btn-select.btn-primary ul {
    border: #222282 1px solid;
}

.btn-select.btn-primary .btn-select-value {
    background-color: #222282;
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary:hover, .btn-select.btn-primary.active {
    background-color: #222282;
}
/* Primary End */

/* Success Start */
.btn-select.btn-success:hover, .btn-select.btn-success:active, .btn-select.btn-success.active {
    border-color: #222282;
}

.btn-select.btn-success ul li.selected {
    background-color: #222282;
    color: white;
}

.btn-select.btn-success ul {
    border: #222282 1px solid;
}

.btn-select.btn-success .btn-select-value {
    background-color: #222282;
    border: #4cae4c 1px solid;
}

.btn-select.btn-success:hover, .btn-select.btn-success.active {
    background-color: #449d44;
}
/* Success End */

/* info Start */
.btn-select.btn-info:hover, .btn-select.btn-info:active, .btn-select.btn-info.active {
    border-color: #46b8da;
}

.btn-select.btn-info ul li.selected {
    background-color: #46b8da;
    color: white;
}

.btn-select.btn-info ul {
    border: #46b8da 1px solid;
}

.btn-select.btn-info .btn-select-value {
    background-color: #5bc0de;
    border: #46b8da 1px solid;
}

.btn-select.btn-info:hover, .btn-select.btn-info.active {
    background-color: #269abc;
}
/* info End */

/* warning Start */
.btn-select.btn-warning:hover, .btn-select.btn-warning:active, .btn-select.btn-warning.active {
    border-color: #eea236;
}

.btn-select.btn-warning ul li.selected {
    background-color: #eea236;
    color: white;
}

.btn-select.btn-warning ul {
    border: #eea236 1px solid;
}

.btn-select.btn-warning .btn-select-value {
    background-color: #f0ad4e;
    border: #eea236 1px solid;
}

.btn-select.btn-warning:hover, .btn-select.btn-warning.active {
    background-color: #d58512;
}
/* warning End */

/* danger Start */
.btn-select.btn-danger:hover, .btn-select.btn-danger:active, .btn-select.btn-danger.active {
    border-color: #d43f3a;
}

.btn-select.btn-danger ul li.selected {
    background-color: #222282;
    color: white;
}

.btn-select.btn-danger ul {
    border: #d43f3a 1px solid;
}

.btn-select.btn-danger .btn-select-value {
    background-color: #222282;
    border: #d43f3a 1px solid;
}

.btn-select.btn-danger:hover, .btn-select.btn-danger.active {
    background-color: #c9302c;
}
/* danger End */

.btn-select.btn-select-light .btn-select-value {
    background-color: white;
    color: black;
}

#page-documents button.btn {
    min-width: 90px;
    height: 30px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 30px;
}

#page-documents .btn-default {
    background-color: #f4f4f4 !important;
    color: #444;
    border: 1px solid #ddd;
}

#page-documents .btn-default:hover {
    background-color: #e7e7e7;
}

#page-documents h2 {
	color: #222282;
    font-weight: 400;
    padding: 0 0 20px 0;
}

#page-documents .panel-body {
    height: 148px;
}

#page-documents .panel-doc-cargados {
	overflow-y: scroll;
	padding: 0;
}

#page-documents .panel-doc-cargados .table { margin-bottom: 0; }
#page-documents p.text-danger {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 0;
}

.unete-form input { height: 40px !important;}
.unete-form .row { margin: 10px 0; }
.unete-form label { font-weight: 600; }

.request-form .nav-tabs { border-bottom: unset; }
.request-form .nav-tabs li i.fa {
	background: #00c0ef;
    border-radius: 50%;
    color: #FFF;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    
}

.request-form .nav-tabs li.active i.fa  {
	background: #222282;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.request-form .nav>li>a:focus,
.request-form .nav>li>a:hover {
    text-decoration: none;
	background-color: unset;
	border-color: unset;
}

.request-form .nav-tabs>li.active>a,
.request-form .nav-tabs>li.active>a:focus,
.request-form .nav-tabs>li.active>a:hover {
    cursor: default;
    border: none;
    border-bottom-color: unset;
}

.typeahead__container button,
.typeahead__container input, 
.typeahead__container optgroup, 
.typeahead__container select, 
.typeahead__container textarea {
    font-size: 14px;
}

.typeahead__container { font-size: 14px; }
