@charset "utf-8";
/* CSS Document */

.wp{
	position: fixed;
	right: 0;
	bottom: 5px;
}


* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.input-group-addon {
    border-radius: 0;
    background: #23bf08;
    padding: 10px;
    color: #ffffff;
}

.mobilewhite{
	
}
 
.menu_bar {
	display:none;
}

.servicios li ul li{
	margin-left: 40px;
}

header {
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
	background-color: #ffffff;
}
.header {
	border-bottom: #FF8F43 2px solid;
}
.header nav {
	background:#194486;
	z-index:1000;
	font-size: 100%;
}
 
.header nav ul {
	list-style:none;
}
 
.header nav ul li {
	display:inline-block;
	position: relative;
}
 
.header nav ul li:hover {
	background:#4775BC;
}
 
.header nav ul li a {
	color:#ffffff;
	display:block;
	text-decoration:none;
	/*padding: 17px;*/
	padding: 13px;
}
 
.header nav ul li a span {
	margin-right:10px;
}
 
.header nav ul li:hover .children {
	display:block;
}
 
.header nav ul li .children {
	display: none;
	background:#FF8E00;
	position: absolute;
	width: 150%;
	z-index:1000;
}
 
.header nav ul li .children li {
	display:block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
 
.header nav ul li .children li a {
	display: block;
}
 
.header nav ul li .children li a span {
	float: right;
	position: relative;
	top:3px;
	margin-right:0;
	margin-left:10px;
}

.mobilecenter{
	text-align: center;
}
 
.header nav ul li .caret {
	position: relative;
	top:3px;
	margin-left:10px;
	margin-right:0px;
}
 
@media screen and (max-width: 800px) {
	body {
		/*padding-top:80px;*/
	}
	
	.header {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	
	.mobilewhite{
		background-color: #ffffff;
	}
	
	.header nav ul li {
		/* background:#FF8E00; */
		color: #FF8E00;
	}
	.header nav ul li a {
		color: #636363;
	}
 
	.menu_bar {
		display:block;
		width:100%;
		/*position: fixed;
		top:0;
		background:#E6344A;*/
	}
 
	.menu_bar .bt-menu {
		/*display: block;
		padding: 20px;*/
		color: #636363;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
 
	.menu_bar span {
		float: right;
		font-size: 16px;
	}
 
	.header nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}
 
	.header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}
 
	.header nav ul li a {
		display: block;
	}
 
	.header nav ul li:hover .children {
		display: none;
	}
 
	.header nav ul li .children {
		width: 100%;
		position: relative;
	}
 
	.header nav ul li .children li a {
		margin-left:20px;
	}
 
	.header nav ul li .caret {
		float: right;
	}
}
.sinfondo{
	background-color: transparent;
}
.navmenu a{
	color: #03273B;
	text-decoration: none;
}
.navmenu a:active, .navmenu a:hover{
	color: #ffffff;
}
.confondo{
	background-color: #0e1622;
}

.children li a, .children li a:hover, .children li a:active, .children li a:visited{
	color: #FFFFFF;
	font-size: 14px;
	padding: 5px;
}
body{
	color: #272727;
}
.top1{
	background-color: #333333;
	padding: 20px;
}
.top1 i{
	color: #40A7D8;
}
.comentarios{
	background-color: #5CA4FC;
	color: #FFFFFF;
}
.contacto{
	background-color: #F5F5F5;
	color: #323232;
}
.footerone{
	background-color: #333333;
	color: #C8C8C8;
}
.lado1{
	background: rgba(252,252,252,1);
	background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(199,199,199,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,252,252,1)), color-stop(100%, rgba(199,199,199,1)));
	background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(199,199,199,1) 100%);
	background: -o-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(199,199,199,1) 100%);
	background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(199,199,199,1) 100%);
	background: linear-gradient(to bottom, rgba(252,252,252,1) 0%, rgba(199,199,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#c7c7c7', GradientType=0 );
}
.lado2{
	background: rgba(222,222,222,1);
	background: -moz-linear-gradient(top, rgba(222,222,222,1) 0%, rgba(199,199,199,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,222,222,1)), color-stop(100%, rgba(199,199,199,1)));
	background: -webkit-linear-gradient(top, rgba(222,222,222,1) 0%, rgba(199,199,199,1) 100%);
	background: -o-linear-gradient(top, rgba(222,222,222,1) 0%, rgba(199,199,199,1) 100%);
	background: -ms-linear-gradient(top, rgba(222,222,222,1) 0%, rgba(199,199,199,1) 100%);
	background: linear-gradient(to bottom, rgba(222,222,222,1) 0%, rgba(199,199,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#c7c7c7', GradientType=0 );
}
.top-darkyellow{
	background-color: #FED104;
	color: #000000;
}
.top-darkblue{
	background-color:#194486;
	color: #000000;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.bg-servicios{
	background: url("../images/bgServicios.jpg");
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    /*width: 40px;  */
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.label-success{
	background-color: rgba(7,200,35,1.00)
}