@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
/*========================================================
                      Main Styles
=========================================================*/

/*-----------------------------------------------*/
	/* - Content BOX - */
/*-----------------------------------------------*/
	.content-box-blue,
	.content-box-gray,
	.content-box-green,
	.content-box-purple,
	.content-box-red,
	.content-box-yellow {
		text-align: center;
		max-width:337px;
		max-height: 100%;
		margin: 5px auto;
		overflow: auto;
		padding: 5px;
		border-radius: 0px;
		font-weight:normal;
	}
	
	.content-box-blue {
	background-color: #33FFFF;
	border: 1px solid #0099CC;
	color: #0099CC;
	}
	
	.content-box-gray {
	background-color: #cccdcc;
	border: 1px solid #a3a3a3;
	color: #a3a3a3;
	}
	
	.content-box-green {
	background-color: #99ff99;
	border: 1px solid #00a900;
	color: #00a900;
	}
	
	.content-box-purple {
	background-color: #c299ff;
	border: 1px solid #7300cc;
	color: #7300cc;
	}
	
	.content-box-red {
	background-color: #FF9999;
	border: 1px solid #CC0000;
	color: #CC0000;
	}
	
	.content-box-yellow {
	background-color: #FFFFCC;
	border: 1px solid #999900;
	color: #999900;
	}
	
/*-----------------------------------------------*/
	/*Boton Azul*/
/*-----------------------------------------------*/
		
	.botonpanelmod{
		display: ruby-base;
		padding:5px; 
		font-size: 15px;
		margin: 5px;
	}
	
	.botonr-azul{
		background: #206bcb;
		background-image: linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
		background-image: -o-linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
		background-image: -moz-linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
		background-image: -webkit-linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
		background-image: -ms-linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #206ACB),color-stop(1, #3E9DE5));
		border-top-color:   #2e69a3;
		border-right-color: #2e69a3;
		border-left-color:  #2e69a3;
		border-bottom-color:#20559a;
		box-shadow: inset 0 0 0 0 #72b9eb, 0 1px 5px 0 #fff;
		text-shadow: 0 -1px 1px #3275bc;
	}
	
		.botonr-azul:hover {
			background: #206bcb;
			background-image: linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
			background-image: -o-linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
			background-image: -moz-linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
			background-image: -webkit-linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
			background-image: -ms-linear-gradient(bottom, #206ACB 0%, #3E9DE5 100%);
			background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #206ACB),color-stop(1, #3E9DE5));
		}
		
		.botonr-azul:active {
			background: #3282d3;
			border: 1px solid #154c8c;
			border-bottom: 1px solid #0e408e;
			box-shadow: inset 0 0 6px 3px #1657b5, 0 1px 0 0 #fff;
			text-shadow: 0 -1px 1px #2361a4;
		}	
	
/*-----------------------------------------------*/
	/*Boton verde*/
/*-----------------------------------------------*/
		
	.botonr-verde{
		background: #56c133;
		background-image: linear-gradient(bottom, #56c133 0%, #80d64a 100%);
		background-image: -o-linear-gradient(bottom, #56c133 0%, #80d64a 100%);
		background-image: -moz-linear-gradient(bottom, #56c133 0%, #80d64a 100%);
		background-image: -webkit-linear-gradient(bottom, #56c133 0%, #80d64a 100%);
		background-image: -ms-linear-gradient(bottom, #56c133 0%, #80d64a 100%);
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #56c133),color-stop(1, #80d64a));
		border-top-color:   #6caf40;
		border-right-color: #53a32e;
		border-left-color:  #53a32e;
		border-bottom-color:#3e9a20;
		box-shadow: inset 0 0 0 0 #72b9eb, 0 1px 5px 0 #fff;
		text-shadow: 0 -1px 1px #6acb3c;
	}
	
		.botonr-verde:hover {
			background: #6fcb3a;
			background-image: linear-gradient(bottom, #6fcb3a 0%, #67bb37 100%);
			background-image: -o-linear-gradient(bottom, #6fcb3a 0%, #67bb37 100%);
			background-image: -moz-linear-gradient(bottom, #6fcb3a 0%, #67bb37 100%);
			background-image: -webkit-linear-gradient(bottom, #6fcb3a 0%, #67bb37 100%);
			background-image: -ms-linear-gradient(bottom, #6fcb3a 0%, #67bb37 100%);
			background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #6fcb3a),color-stop(1, #67bb37));
		}
		
		.botonr-verde:active {
			background: #32d335;
			border: 1px solid #0e8e1e;
			border-bottom: 1px solid #0e408e;
			box-shadow: inset 0 0 6px 3px #1ab928, 0 1px 0 0 #fff;
			text-shadow: 0 -1px 1px #26ad2b;
		}
		
/*-----------------------------------------------*/
	/*Boton Rojo*/
/*-----------------------------------------------*/
		
	.botonr-rojo{
		background: #377ad0;
		background-image: linear-gradient(bottom, #d03737 0%, #e85252 100%);
		background-image: -o-linear-gradient(bottom, #d03737 0%, #e85252 100%);
		background-image: -moz-linear-gradient(bottom, #d03737 0%, #e85252 100%);
		background-image: -webkit-linear-gradient(bottom, #d03737 0%, #e85252 100%);
		background-image: -ms-linear-gradient(bottom, #d03737 0%, #e85252 100%);
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d03737),color-stop(1, #e85252));
		border-top-color:   #af4040;
		border-right-color: #a32e2e;
		border-left-color:  #a32e2e;
		border-bottom-color:#9a2020;
		box-shadow: inset 0 0 0 0 #eb7272, 0 1px 5px 0 #fff;
		text-shadow: 0 -1px 1px #bc3232;
	}
	
		.botonr-rojo:hover {
			background: #cb2020;
			background-image: linear-gradient(bottom, #cb2020 0%, #e53e3e 100%);
			background-image: -o-linear-gradient(bottom, #cb2020 0%, #e53e3e 100%);
			background-image: -moz-linear-gradient(bottom, #cb2020 0%, #e53e3e 100%);
			background-image: -webkit-linear-gradient(bottom, #cb2020 0%, #e53e3e 100%);
			background-image: -ms-linear-gradient(bottom, #cb2020 0%, #e53e3e 100%);
			background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #cb2020),color-stop(1, #e53e3e));
		}
		
		.botonr-rojo:active {
			background: #d33232;
			border: 1px solid #8c1515;
			border-bottom: 1px solid #8e0e0e;
			box-shadow: inset 0 0 6px 3px #b51616, 0 1px 0 0 #fff;
			text-shadow: 0 -1px 1px #a42323;
		}	
			
/*-----------------------------------------------*/
	/*Boton Morado*/
/*-----------------------------------------------*/

	.botonr-morado{
		background: #7030A0;
		background-image: linear-gradient(bottom, #8d40c7 0%, #A048E4 100%);
		background-image: -o-linear-gradient(bottom, #8d40c7 0%, #A048E4 100%);
		background-image: -moz-linear-gradient(bottom, #8d40c7 0%, #A048E4 100%);
		background-image: -webkit-linear-gradient(bottom, #8d40c7 0%, #A048E4 100%);
		background-image: -ms-linear-gradient(bottom, #8d40c7 0%, #A048E4 100%);
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #8d40c7),color-stop(1, #A048E4));
		border-top-color:   #803DB3;
		border-right-color: #6F2BA2;
		border-left-color:  #6F2BA2;
		border-bottom-color:#652398;
		box-shadow: inset 0 0 0 0 #B671EB, 0 1px 5px 0 #fff;
	}
	
		.botonr-morado:hover {
			background: #8120CB;
			background-image: linear-gradient(bottom, #8220CD 0%, #9E3EE8 100%);
			background-image: -o-linear-gradient(bottom, #8220CD 0%, #9E3EE8 100%);
			background-image: -moz-linear-gradient(bottom, #8220CD 0%, #9E3EE8 100%);
			background-image: -webkit-linear-gradient(bottom, #8220CD 0%, #9E3EE8 100%);
			background-image: -ms-linear-gradient(bottom, #8220CD 0%, #9E3EE8 100%);
			background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #8220CD),color-stop(1, #9E3EE8));
		}
		
		.botonr-morado:active {
			background: #892ED0;
			border: 1px solid #5B1690;
			border-bottom: 1px solid #560D8E;
			box-shadow: inset 0 0 6px 3px #7116B6, 0 1px 0 0 #fff;
			text-shadow: 0 -1px 1px #6B22A2;
		}
			
/*-----------------------------------------------*/
	/*Boton Naranja*/
/*-----------------------------------------------*/
		
	.botonr-naranja{
		background: #CB8C38;
		background-image: linear-gradient(bottom, #E57E11 0%, #FD9424 100%);
		background-image: -o-linear-gradient(bottom, #E57E11 0%, #FD9424 100%);
		background-image: -moz-linear-gradient(bottom, #E57E11 0%, #FD9424 100%);
		background-image: -webkit-linear-gradient(bottom, #E57E11 0%, #FD9424 100%);
		background-image: -ms-linear-gradient(bottom, #E57E11 0%, #FD9424 100%);
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #E57E11),color-stop(1, #FD9424));
		border-top-color:   #B07840;
		border-right-color: #B07840;
		border-left-color:  #B07840;
		border-bottom-color:#9F662E;
		box-shadow: inset 0 0 0 0 #E4B067, 0 1px 5px 0 #fff;
		text-shadow: 0 -1px 1px #C18436;
	}
	
		.botonr-naranja:hover {
			background: #e4e4e4;
			background-image: linear-gradient(bottom, #BA7123 0%, #EB9131 100%);
			background-image: -o-linear-gradient(bottom, #BA7123 0%, #EB9131 100%);
			background-image: -moz-linear-gradient(bottom, #BA7123 0%, #EB9131 100%);
			background-image: -webkit-linear-gradient(bottom, #BA7123 0%, #EB9131 100%);
			background-image: -ms-linear-gradient(bottom, #BA7123 0%, #EB9131 100%);
			background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #BA7123),color-stop(1, #EB9131));
		}
		
		.botonr-naranja:active {
			background: #E28222;
			border: 1px solid #954F09;
			border-bottom: 1px solid #D98109;
			box-shadow: inset 0 0 6px 3px #DB832C, 0 1px 0 0 #fff;
			text-shadow: 0 -1px 1px #26ad2b;
		}
	
/*-----------------------------------------------*/
	/*Boton Amarillo*/
/*-----------------------------------------------*/
		
	.botonr-amarillo{
		background: #CBCB38;
		background-image: linear-gradient(bottom, #CCCC20 0%, #EDE827 100%);
		background-image: -o-linear-gradient(bottom, #CCCC20 0%, #EDE827 100%);
		background-image: -moz-linear-gradient(bottom, #CCCC20 0%, #EDE827 100%);
		background-image: -webkit-linear-gradient(bottom, #CCCC20 0%, #EDE827 100%);
		background-image: -ms-linear-gradient(bottom, #CCCC20 0%, #EDE827 100%);
		background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #CCCC20),color-stop(1, #EDE827));
		border-top-color:   #B07840;
		border-right-color: #B07840;
		border-left-color:  #B07840;
		border-bottom-color:#9F662E;
		box-shadow: inset 0 0 0 0 #1c1c19, 0 1px 5px 0 #fff;
		text-shadow: 0 -1px 1px #a6b921;
	}
	
		.botonr-amarillo:hover {
			background: #e4e4e4;
			background-image: linear-gradient(bottom, #BABA23 0%, #EBEB32 100%);
			background-image: -o-linear-gradient(bottom, #BABA23 0%, #EBEB32 100%);
			background-image: -moz-linear-gradient(bottom, #BABA23 0%, #EBEB32 100%);
			background-image: -webkit-linear-gradient(bottom, #BABA23 0%, #EBEB32 100%);
			background-image: -ms-linear-gradient(bottom, #BABA23 0%, #EBEB32 100%);
			background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #BABA23),color-stop(1, #EBEB32));
		}
		
		.botonr-amarillo:active {
			background: #E1E122;
			border: 1px solid #959509;
			border-bottom: 1px solid #D9D909;
			box-shadow: inset 0 0 6px 3px #DBDB2D, 0 1px 0 0 #fff;
			text-shadow: 0 -1px 1px #000000;
		}
	
/*-----------------------------------------------*/
	
	 .botonr-azul, .botonr-verde, .botonr-rojo, .botonr-morado, .botonr-naranja, .botonr-amarillo{
		border: 1px solid;
		background-clip: padding-box;
		border-radius: 5px;
		color: #fff;
		font-weight: bold;
		line-height: 1;
		padding: 5px 10px;
		text-align: center;
		vertical-align: middle;
		padding: 5px;
	}
	
		.botonr-azul:hover, .botonr-verde:hover, .botonr-rojo:hover, .botonr-morado:hover, .botonr-naranja:hover, .botonr-amarillo:hover{
			background-clip: padding-box;
			cursor: pointer;
			color: yellow;
			vertical-align: middle;
			border-color: yellow;
			box-shadow: inset 0 0 0 0 #72b9eb, 0 1px 5px 0 yellow;
		}
		
		.botonr-azul:active, .botonr-verde:active, .botonr-rojo:active, .botonr-morado:active, .botonr-naranja:active, .botonr-amarillo:active{
			background-clip: padding-box;
			color: #FFF;  
			vertical-align: middle;
		}
	
	
	
body {
  background: #0066FF;
  color: #ffffff;
  font: 400 15px/25px sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

h1 {
  font-size: 50px;
  line-height: 50px;
}

.titulo {
  font-size: 30px;
  line-height: 50px;
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

h2 {
  font-size: 68px;
  line-height: 74px;
}

h3 {
  font-size: 25px;
  line-height: 34px;
  color: #000000;
}

h4 {
  font-size: 15px;
  line-height: 25px;
}

h5 {
  font-size: 15px;
  line-height: 25px;
}

h6 {
  font-size: 15px;
  line-height: 25px;
}

p {
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}
p .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

em {
  text-transform: uppercase;
  color: #1976D2;
}

.center {
  text-align: center;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 25px;
}

* + .contact {
  margin-top: 16px;
}

* + .inline-list {
  margin-top: 21px;
}

.row + .btn {
  margin-top: 28px;
}

img + * {
  margin-top: 27px;
}

img + h4 {
  margin-top: 12px;
}

p + a[href^="mailto:"] {
  margin-top: 20px;
}

p + p {
  margin-top: 16px;
}

p + img {
  margin-top: 10px;
}

p + .btn {
  margin-top: 16px;
}

p + h4 {
  margin-top: 20px;
}

h2 + p {
  margin-top: 15px;
}

h3 + p {
  margin-top: 16px;
}

h3 + h4 {
  margin-top: 17px;
}

h4 + p {
  margin-top: 10px;
}

* + .mail {
  margin-top: 30px;
}

* + .item-list {
  margin-top: 23px;
}

* + .__offs0 {
  margin-top: 0px;
}

* + .__offs1 {
  margin-top: 8px;
}

* + .__offs2 {
  margin-top: 16px;
}

* + .__offs3 {
  margin-top: 17px;
}

* + .__offs4 {
  margin-top: 25px;
}

* + .__offs5 {
  margin-top: 7px;
}

* + .__offs6 {
  margin-top: 22px;
}

* + .__offs7 {
  margin-top: 6px;
}

* + .__offs8 {
  margin-top: 30px;
}

* + .__offs9 {
  margin-top: 12px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================    Social     ======================*/
.inline-list {
  display: inline-block;
  color: #ffffff;
}
.inline-list:before, .inline-list:after {
  content: '';
  display: inline-block;
}
.inline-list :after {
  clear: both;
}
.inline-list li {
  list-style: none;
  float: left;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.inline-list li .fa {
  color: white;
  font-size: 24px;
  line-height: 24px;
}
.inline-list li + li {
  margin-left: 11px;
}
.inline-list li:hover {
  color: #000000;
  text-decoration: none;
}

/*==================    Contact    ======================*/
.contact dl * {
  display: inline-block;
  color: #ffffff;
}
.contact dl + dl {
  margin-top: 6px;
}
.contact dt {
  font-weight: 700;
  text-transform: uppercase;
}
.contact dt + dd > a {
  padding-left: 3px;
}
.contact a {
  font-weight: 700;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.contact a:hover {
  color: #000000;
}

/*==================    Contact    ======================*/
.contact2 dl * {
  display: inline-block;
  color: #ffffff;
  font-family: sans-serif;
}
.contact2 dl + dl {
  margin-top: 6px;
}
.contact2 dt {
  color: #00FFFF;
  font-weight: 700;
  font-size:14px;
  text-transform: uppercase;
}
.contact2 ul {
  color: #00FFFF;
  padding-left: 10px;
  font-family: sans-serif;
}

.contact2 ul span{
  color: #ffffff;
  font-weight: 700;
  font-size:14px;
  text-transform: uppercase;
}

.contact2 dt + dd > a {
  padding-bottom: 5px;
  padding-left: 10px;
}
.contact2 ul + li > a {
  padding-bottom: 5px;
  padding-left: 10px;
}
.contact2 a {
  font-weight: 700;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.contact2 a:hover {
  color: #000000;
}

/*==================     Copy      ======================*/
.copy {
  color: #ffffff;
  font: 400 12px sans-serif;
}
.copy a {
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.copy a:hover {
  color: #000000;
}

/*==================    Item List   ======================*/
.item-list li {
  position: relative;
  display: block;
}
.item-list li:nth-child(n+5) {
  margin-top: 22px;
}
.item-list li:nth-child(4n+1) {
  clear: left;
}
.item-list li a {
  padding-top: 13px;
  display: block;
  color: #000000;
  font: 700 15px/25px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.item-list li a + p {
  margin-top: 7px;
}
.item-list li:before {
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  font: 400 24px/80px 'FontAwesome';
  color: #ffffff;
  background: #1976D2;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.lt-ie9 .item-list li:before {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEC4B3B', endColorstr='#FFEC4B3B')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEC4B3B', endColorstr='#FFEC4B3B');

  transform:scale(1);
  transform-origin: 0 0;
}
.item-list li:hover a {
  color: #1976D2;
}
.item-list li:hover:before {
  background: #000000;
}
.item-list li p {
  line-height: 25px;
}

/*==================    Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-top: 5px;
}
.index-list li:nth-child(n+5) {
  margin-top: 2px;
}
.index-list li:before {
  position: absolute;
  top: -3px;
  left: 0%;
  width: 65px;
  height: 65px;
  color: #ffffff;
  font: 400 65px/65px "PT Sans Narrow", sans-serif;
}
.index-list li + li {
  margin-top: 15px;
}
.index-list li p {
  padding-right: 20px;
}
.index-list li h3 + p {
  margin-top: 8px;
}

.index-list-mod1 {
  color: #ffffff;
  counter-reset: li;
}
.index-list-mod1 li {
  position: relative;
  background: #1976D2;
  padding-top: 148px;
  padding-bottom: 35px;
}
.index-list-mod1 li:nth-child(n+5) {
  margin-top: 40px;
}
.index-list-mod1 li + li {
  margin-top: 0;
}
.index-list-mod1 li:before {
  position: absolute;
  top: 39px;
  left: 50%;
  margin-left: -40px;
  width: 76px;
  height: 76px;
  text-indent: 6px;
  color: #ffffff;
  border: 2px solid #ffffff;
  font: 400 30px/74px "PT Sans Narrow", sans-serif;
  content: counter(li,decimal) ".";
  counter-increment: li;
}
.index-list-mod1 li p {
  padding: 0 15px;
}


.index-list__offs0 {
  counter-reset: li;
}
.index-list__offs0 li {
  padding-top: 0px;
}
.index-list__offs0 li:before {
  top: -11px;
}
.index-list__offs0 li h3 + p {
  margin-top: 0px;
}
.index-list__offs0 li + li {
  margin-top: 0px;
}


.index-list__offs1 {
  counter-reset: li;
}
.index-list__offs1 li {
  padding-top: 59px;
}
.index-list__offs1 li:before {
  top: -11px;
}
.index-list__offs1 li h3 + p {
  margin-top: 11px;
}
.index-list__offs1 li + li {
  margin-top: 21px;
}

/*==================    Marked List  ======================*/
.marked-list li + li {
  margin-top: 11px;
}
.marked-list li {
  position: relative;
}
.marked-list li:first-child {
  margin-top: 10px;
}
.marked-list li:before {
  content: '\f054';
  font: 400 12px/24px 'FontAwesome';
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.marked-list li:hover:before {
  left: 3px;
}
.marked-list li a {
  padding-left: 18px;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.marked-list li a:hover {
  color: #000000;
  text-decoration: none;
}

/*==================  Terms List  ======================*/
.terms-list {
  padding-top: 18px;
}
.terms-list dt {
  font: 700 15px/25px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  color: #000000;
}
.terms-list dt + dd {
  margin-top: 10px;
}
.terms-list dd {
  font: 400 15px/25px "PT Sans Narrow", sans-serif;
}
.terms-list dd + dt {
  margin-top: 20px;
}

/*==================   Blockquote  ======================*/
blockquote {
  padding-top: 104px;
  color: #ffffff;
}
blockquote p {
  padding: 0 90px;
  text-transform: uppercase;
}
blockquote p + h4 {
  margin-top: 29px;
}
blockquote:before {
  color: #1976D2;
  content: "";
  position: absolute;
  top: 16.7%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 27px;
  height: 23px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #0066FF;
}
.bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary p, .bg-primary li:before {
  color: #000066;
}

.bg-secondary {
  background: #000000;
}
.bg-secondary h3 {
  color: #ffffff;
}

.bg-white {
  background: #ffffff;
}
.bg-white h4, .bg-white h5, .bg-white h6 {
  color: #1976D2;
}

.bg-other {
  position: relative;
  background: #1976D2;
}
.bg-other h2, .bg-other h3, .bg-other h4, .bg-other h5, .bg-other h6, .bg-other p {
  color: #ffffff;
}
.bg-other:before {
  position: absolute;
  content: "";
  width: 3000px;
  height: 100%;
  right: 100%;
  top: 0;
  background: #1976D2;
}
@media (max-width: 767px) {
  .bg-other:before {
    right: inherit;
    margin-left: -1000px;
  }
}

/*==================    Colors    ======================*/
.color-primary {
  color: #1976D2;
}

.color-secondary {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

/*===============  Parallax Content  ====================*/
.parallax_content {
  padding: 51px 100px;
}
.parallax_content h2 {
  color: #1976D2;
}
.parallax_content p {
  text-transform: uppercase;
  color: #ffffff;
}
.parallax_content__offs0 {
  padding: 44px 100px;
}
.parallax_content__offs1 {
  padding: 44px 100px;
}

/*==================    Buttons    ======================*/
.btn {
  cursor: pointer;
  display: inline-block;
  color: #1976D2;
  background: #ffffff;
  border: 2px solid #1976D2;
  padding: 9px 19px 9px 20px;
  font: 700 18px/18px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:hover {
  color: #ffffff;
  background: #1976D2;
}
.btn:active {
  background: #e6e6e6;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (min-width: 768px) {
	.imgcontenido{
		display: inline;
	}
}
/*===========  Responsive Components  ===================*/
@media (max-width: 767px) {
  img {
    width: 100%;
  }

  .parallax_content {
    padding: 30px 0;
  }
  .parallax_content h2 {
    font-size: 40px;
    line-height: 50px;
  }

  blockquote p {
    padding: 0;
  }
}
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font: 700 18px/18px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  text-align: left;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 30px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #ffffff;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #1976D2;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 188px;
  margin-top: 15px;
  padding: 15px 20px;
  background: white;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul {
  font-size: 15px;
  background: #bbbbbb;
}
.sf-menu ul > li > a {
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #ffffff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #1976D2;
}
.sf-menu ul > li + li {
  margin-top: 8px;
}

.sf-menu ul ul {
  width: 168px;
  margin-top: 3px;
  z-index: 4;
  top: 22px;
  left: 192px;
  padding: 5px 15px;
  position: static;
}

.sf-menu ul ul > li {
  background: none;
}
.sf-menu ul ul > li > a {
  color: #ffffff;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #1976D2;
  background: none;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
}

.sf-menu > li > ul > li .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li .sf-with-ul:after {
  position: absolute;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 155px;
  top: -8px;
  margin-left: 0px;
  content: "";
  font: 400 15px/35px "FontAwesome";
  color: #1976D2;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #1976D2;
  color: #FFF;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
.isStuck .brand {
  padding: 0 0 3px;
}
.isStuck .nav {
  padding: 27px 0px 18px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 34px;
  line-height: 36px;
  color: #ffffff;
  background: #1c1c1c;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #ffffff;
  background: #1976D2;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb img + * {
  margin-top: 0;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  
  transform:scale(1);
  transform-origin: 0 0;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*=================       Tabs     ======================*/
.resp-tabs-list {
  margin-top: 23px;
  font: 700 18px/20px "PT Sans Narrow", sans-serif;
  display: block;
  text-transform: uppercase;
}
.resp-tabs-list li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px;
  color: #1976D2;
  background: #ffffff;
  border: 2px solid #1976D2;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.resp-tabs-list li:hover {
  color: #ffffff;
  background: #1976D2;
}
.resp-tabs-list li + li {
  margin-left: 0px;
}
.resp-tabs-list + * {
  margin-top: 21px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 1199px) {
  .resp-tabs-list {
    display: inline-block;
    text-align: center;
  }
  .resp-tabs-list li:first-child {
    margin-top: 15px;
  }
  .resp-tabs-list li + li {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    text-align: center;
    padding: 6px;
    border-bottom: 2px solid #ffffff;
    background: #1976D2;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .resp-accordion:hover {
    cursor: pointer;
    background: #530f08;
  }

  .resp-tab-active {
    background: #1c1c1c;
    color: #ffffff;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
}
header .brand {
  padding: 17px 0 18px 0;
  float: left;
  color: #1976D2;
}
header .brand_name span {
  font-weight: 400;
  display: block;
  font-size: 21px;
  line-height: 21px;
}
@media (max-width: 767px) {
  header .brand {
    width: 100%;
  }
}
header .nav {
  padding: 45px 0 18px 0;
  letter-spacing: 0.3px;
  float: right;
}
header .stuck_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.header__ins1 .stuck_container {
  position: static;
  background-image: url("../images/header-bg.jpg") !important;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}

.mail {
  display: inline-block;
  font: 700 15px/25px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  color: #1976D2;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mail:hover {
  color: #f5a098;
}

/*==================      Well     ======================*/
.well {
  padding-top: 41px;
  padding-bottom: 43px;
}

.well__ins1 {
  padding-bottom: 47px;
}

.well__ins2 {
  padding-bottom: 46px;
}

.well__ins3 {
  padding-bottom: 44px;
}

.well__ins4 {
  padding-bottom: 30px;
}

.well__ins5 {
  padding-bottom: 53px;
}

.well__ins6 {
  padding-bottom: 101px;
}

.well__ins7 {
  padding-bottom: 51px;
}

.well__ins8 {
  padding-bottom: 42px;
}

.well__ins9 {
  padding-bottom: 58px;
}

.well__ins10 {
  padding-bottom: 45px;
}

.well__ins11 {
  padding-bottom: 73px;
}

.well1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.well2 {
  padding-top: 47px;
  padding-bottom: 51px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
@media (max-width: 767px) {
  footer .copy {
    text-align: center;
  }
}
