
@import url('https://fonts.googleapis.com/css?family=Raleway|Roboto:700,900|Slabo+27px&subset=vietnamese');
.navbar-default {
  background-color: #0071C5;
  border-color: #175faa;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  margin-top: 23px;    
  color:#fff;
  font-size: 12px;  
  font-family: 'Roboto', sans-serif;    
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #1dd8bf;
  border-bottom: 2px  solid #28ceb8;    
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color:#123;
    -webkit-box-shadow: -2px 10px 19px -8px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 10px 19px -8px rgba(0,0,0,0.75);
box-shadow: -2px 10px 19px -8px rgba(0,0,0,0.75);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #353739;
  background-color: #123;
  -webkit-box-shadow: -2px 10px 15px -8px rgba(0,0,0,0.75);
-moz-box-shadow: -2px 10px 15px -8px rgba(0,0,0,0.75);
box-shadow: -2px 10px 1px -8px rgba(0,0,0,0.75);  
}
.navbar-default .navbar-toggle {
  border-color: #f1fcf6;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #02aa58;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ecf0f1;
}
.navbar-default .navbar-link {
  color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
  color: #ecdbff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ecdbff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #02aa58;
  }
}

.has-error .form-control:focus {
	border-color:#c4750a;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c4750a;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c4750a
}

.panel{
    background-color:#EEEEEE;
}
.panel > .panel-info{
    background-color: #EEF0F1;
}

.inst{
    color: #fff;
    text-align: center;
    font-size: 60px;
   font-family: 'Raleway', sans-serif;
  
   margin-top: 10%;
}

.servicios{
    margin-top:30%;
}
.icon{
    margin-top: 5px;
    color: #fff;
    font-size: 70px;
    margin-left: 35%;
}

.item{
    color: #fff;
    font-size: 16px;
    margin-left: 25%;
}

.btn-group:hover{
    cursor: pointer;
}

.icon:hover{
    color: #165696;
}
.item:hover{
     color: #165696;
}

.icon-mail4{
    font-size: 22px;
}


/* incio databodal*/
.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 320px;
     
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
           background-color: #252525;
        color: #fff;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

/*Left*/
	.modal.left.fade .modal-dialog{
		left: -320px;
		-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, left 0.3s ease-out;
		        transition: opacity 0.3s linear, left 0.3s ease-out;
	}
	
	.modal.left.fade.in .modal-dialog{
		left: 0;
	}
        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #000;
		background-color: #333333;
        color: #fff;
	}

/* ----- v CAN BE DELETED v ----- */


.demo {
	padding-top: 60px;
	padding-bottom: 110px;
}

.btn-demo {
	margin: 15px;
	padding: 10px 15px;
	border-radius: 0;
	font-size: 16px;
	background-color: #d6d0db;
}

.btn-demo:focus {
	outline: 0;
}

.articulos{
    color: #fff;
}
.articulos >p{
    font-size:18px;
}

hr.style1{
	border-top: 1px solid #cccccc;
}


.bajar{
    margin-top: 15px;
}
.bajar:hover{
    cursor: pointer;
}

.parraf{
    width: 100%;
    height: auto;
    background-color: #1dd8bf;
}
.text-center{
  text-align: center; 
  font-size: 50px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
}
input, textarea {
  border: 0;
  outline: 0;
  font-size: 1rem;
  background: transparent;
  color: white;
  position: relative;
  font-family: 'Raleway', sans-serif;
}

textarea {
  resize: none;
}

.content {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 2em;
}
.content .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.form {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(10, 10, 10, 0.5);
  border-radius: 2px;
}
.form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-item {
  position: relative;
  width: 100%;
  padding: 1em;
}
@media only screen and (min-width: 600px) {
  .form-item.col-5 {
    width: 50%;
  }
}
.form-item .textarea {
  height: 10em;
}
.form-item .input, .form-item .textarea {
  display: block;
  padding: 1em;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: 2px solid #00B7FF;
}
.form-item .input:focus, .form-item .textarea:focus {
  border-bottom: 2px solid #828282;
}
.form-item .input:valid + .label, .form-item .input:focus + .label, .form-item .textarea:valid + .label, .form-item .textarea:focus + .label {
  top: 1em;
  left: 1em;
  font-size: .9em;
}
.form-item .input:valid, .form-item .textarea:valid {
  border-bottom: 2px solid #334dff;
}
.form-item .label {
  position: absolute;
  top: 2em;
  left: 2em;
  text-transform: capitalize;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.form-item .btn-enviar {
  display: block;
  width: 100%;
  padding: 1em 0;
  box-shadow: 0 0 0 2px #00B7FF;
  color: #00B7FF;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.form-item .btn-enviar:hover {
  background: #334dff;
  color: white;
  box-shadow: 0 0 0 0 transparent;
}
.form-item .btn-enviar:active {
  background: #0f2dff;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

/* edes sociales*/

.caja-redes {
    margin: 0 auto;
    position: relative;
    width: 100%;
   
}
.caja-redes a {
	text-align: center;
	font-size: 20px;
}
.icon-button {
	background-color: white;
	border-radius: 3em;
	cursor: pointer;
	display: inline-block;
	height: 3em;
	line-height: 3em;
	margin: 0 8px;
	position: relative;
	width: 3em;
}
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3em;
	height: 3em;
	border-radius: 3em;
	margin: -1.5em;
}
.linkedin span {
	background-color: #4393BB;
}
.pinterest span {
	background-color: #C92228;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}
/* Iconos */
.icon-button i {
	background: none;
	color: white;
	left: 0;
	line-height: 3em;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 3em;
	z-index: 2;
}
.icon-button .icon-linkedin {
	color: #4393BB;
}
.icon-button .icon-pinterest {
	color: #C92228;
}
.icon-button .icon-twitter {
	color: #4099ff;
}
.icon-button .icon-facebook {
	color: #3B5998;
}
.icon-button .icon-google-plus {
	color: #db5a3c;
}
.icon-button:hover .icon-linkedin, .icon-button:hover .icon-pinterest, .icon-button:hover .icon-twitter, .icon-button:hover .icon-facebook, .icon-button:hover .icon-google-plus {
	color: white;
}

/* pie de pagina*/

.referencias li a{
    font-size: 20px;
}
.listas li{
   list-style-type: none; 
}
.listas li a{
    font-size: 14px;
    letter-spacing: 1px;
    color: #2c2b2b;
    font-family: 'Raleway', sans-serif;
    
    text-decoration: none;
}
.listas li a:hover{
    color: #6f7172
}
.top2{
top: 15px;
}

.separar{
    margin-top: 74px;
}
.promo{
    widows: 100%;
    height: 600px;
    border: 0px;
    background-color: #123;
}

.ir-arriba {
	display:none;
	padding:20px;
	background:#0071C5;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:30px;
	right:20px;
    border-radius: 200px 200px 200px 200px;
-moz-border-radius: 200px 200px 200px 200px;
-webkit-border-radius: 200px 200px 200px 200px;
border: 0px solid #000000;
    
  -webkit-box-shadow: -1px 0px 13px -4px rgba(5,5,5,1);
-moz-box-shadow: -1px 0px 13px -4px rgba(5,5,5,1);
box-shadow: -1px 0px 13px -4px rgba(5,5,5,1);
    
}
