@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

/*************************
*******Fuentes******
**************************/
/*Slide Banner*/
#slider{
  width: 100%;
  height: 500px;
}

#sidebar 
{ 
  width: 100px;
   height:100px;
   float: left;
    position: absolute;
     z-index: 1;
      opacity:0.7;
     background-color: #67973eff
    }

#sidebar1 
{ 
  width: 100px; 
  height:100px;
   float: right;
    position: absolute;
     z-index: 1; opacity:0.7;
      background-color: #7DB450 /*--mantis*/
    }

#sidebar2 
{ 
  width: 100px; height:120px; 
  float: left; position: absolute; 
  z-index: 1; opacity:0.7; 
  background-color: #0c83c7ff
} 

/* Botón up*/
#upbtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
   background-color: #8ac982; /*VERDER MÁS CLARO*/
  color: #112340;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  }
  #upbtn:hover {
    color: white;
    background-color: #5CB450;
    }  


/*********************
***CARGA FINANCIERA***
**********************/
/*****Encabezado de la Tabla***/
.carga thead {
      padding:1px 1px 1px 1px 1px;
      margin:15px 15px 15px;
      background-color:#0779b3;  
      width:300px;
      height: 150px;
 }

.carga thead th{
  font-family:'Helvetica Neue', 'Open Sans','Helvetica','Arial','sans-serif';
  font-size:36px; 
  color:#fff;       
  text-align:center;
  line-height: 1em; 
  text-shadow:1px 1px 1px #004985;  
}

 .carga tbody th{
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  font-size: 16px;
  font-weight:bold;
  color:#444; 
  background-color: #cde8c9; /*VERDER MÁS CLARO*/
  /*background:#FFE6DF;*/
  /*background-color:#F7F7F7;/*#f0f0f0;*/ 
  padding:5px 5px 5px 5px;
  margin:15px 15px 15px 15px;
}
.carga td{
    font-family: 'Open Sans', sans-serif;
    text-align:center;
    font-size:14px;
    text-align:center;
    color:#666;
    border:1px solid #00557F;
    /*border-top:1px solid #00557F; 
    border-top-left-radius:5px;
    border-bottom:1px solid #00557F;*/
    border-spacing: 10px 0;
    padding: 5px 5px 5px 5px;
    margin:15px 15px 15px 15px;
   border-top-right-radius:5px;
}

/***** END CARGA FINANCIERA ***/

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
} 


.table1 thead-empty{
    background:#fff;
    border:none;
    width:250px;
    border-collapse: collapse;    
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}
h5{
  font-size: 14px;
  color:#ebebeb;
  font-family: verdana;
}

a {
  color: #5CB450;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: rgb(114, 182, 43);
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

/*********************
***btn formularios: Contacto/ Simulador de Crédito****
**********************/

.btn-primary {
  padding: 8px 20px;
  background-color: #8ac982; /*VERDER MÁS CLARO*/
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

.btn-primary:hover, 
.btn-primary:focus{
  outline: none;
  box-shadow: none;
  background-color: #5cb450;/*VERDE MÁS OSCURO*/
  background-position: 0 -15px;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}
/* Div Titulo de Página Historia*/
.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 30px 0;
}
/* calculadora*/
.img-cal{
  text-align: center;
  display: block;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding-right:150px;

}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/**********************************
*****HEADER - MENU -SUBMENU******
**********************************/
#cssmenu {
  position: relative;
  height: 70%;
  background: #2b2f3a;
  width: auto;
  float: right;
}
#cssmenu ul {
  list-style: none;
  padding-top: 35px;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  background: #112340;
  /**este es el color azul:##2b2f3a*/
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px;
  color: #7a8189;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  /*esto define el color de la flechita verde*/
  border-top-color: #dfffdc;
}
#cssmenu > ul > li:hover::after {
  border-top-color:#5CB450;
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}

/*AQUI SE CONTROLA LA ALTURA DEL MENU*/
#cssmenu > ul > li:hover > ul {
  left: -20px;
  top: 30px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
/**/
#cssmenu ul ul li:hover > ul {
  left: 165px;
  top: -35px;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  width: 170px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 20px;
  font-size: 12px;
  color: #2d56a3;
  background: #eeeeee;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
/*aqui se define el color del hover*/
#cssmenu ul ul li:hover > a {
  background: #5CB450;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 8px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #fff;
  position: absolute;
  top: 15px;
  left: 50px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
/*aqui se define el color de la flecha del submenu*/
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #1d3455;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #8c9195;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
}
/*************************
*******Inicio******
**************************/
div#slider{
  width: 100%;
  height: 500px;
  
  }

#feature {
  background: #f2f2f2;
  padding-bottom: 40px;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}
/* Estilo Nuestros productos_Página Principal*/
.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
    
 /* color rojo de la fuente*/
  color: #2d56a3;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #5CB450;
  color: #fff;
  box-shadow: inset 0 0 0 5px #CEE8CB;
  -webkit-box-shadow: inset 0 0 0 5px #CEE8CB;
  border: 3px solid #CEE8CB;
}

#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

/* Estilo Que hacemos_Pág Principal*/
.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #CEE8CB;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 10px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}

/* DIV Formulario Página Préstamo */
#prestamo {
  position: relative;  
  background-color:#f5f5f5;  
  /*background: url(../images/loan/bg.jpg) no-repeat right center;*/
  background-size: cover;
  /*width: 1200 px;
  height: 1200 px;*/
}
.prestamo-container {
  width: 1154px;
}
#prestamo {
  text-align: center;
}
#prestamo hr {
 /* border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;*/
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5); 
}
#prestamo h2{
	font-family: 'Open Sans', sans-serif;
	color: #1B1343;
	font-size: 36px;
	text-align:center; 
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.2;
	text-align:center;
 }
#prestamo h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px; 
	color: #23599B;
	text-align:center; 
}
#prestamo h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #gray;
  text-align:center; 
 }
#prestamo p {
 text-align: justify;
 color: #303235;
 padding: 5px 5px ;
 } 
.prestamo-container {
  width: 750px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;  
}
.prestamo-wrap {
  padding: 5px 5px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 5px;
  margin-top: 0px;
}
.prestamo-center {
position: relative;
/*width: 900 px;*/
/*height: 1200 px;*/
border: rgba(0, 0, 0, 3);
box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.2);
    /*background: url("../images/loan/bg-inner.png") repeat;*/
padding: 260 px;
padding-top: 50px;
padding-right: 50px;
padding-left: 50px;
padding-bottom: 700px;*/
}


.prestamo-form {
 position: absolute;
right: 1%;
top: 3%;
padding: 5px 5px;
background-color: rgba(255,255,255,0.5);/*Blanco*/
border-radius: 4px;
margin: 0 0 5px;
  margin-top: 0px;
margin-top: 0px;
width: 704px;
}
.prestamo-row {
  padding-left: 10x;
  padding-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.prestamo-label{
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  color: #303235;
  /*color: #4E4E4E;*/
  /* font-weight: 300;*/
 font-size: 16px;  
  padding: 5px 5px;
  display: inline-block;
  margin-bottom: 5px;
}

/* DIV Formulario Página Depósito */
#deposito {
  position: relative;  
  background-color:#f5f5f5;  
  /*background: url(../images/loan/bg.jpg) no-repeat right center;*/
  background-size: cover;
  /*width: 1200 px;
  height: 1200 px;*/
}
.deposito-container {
  width: 1154px;
}
#deposito {
  text-align: center;
}
#deposito hr {
 /* border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;*/
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5); 
}
#deposito h2{
	font-family: 'Open Sans', sans-serif;
	color: #1B1343;
	font-size: 36px;
	text-align:center; 
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.2;
	text-align:center;
 }
#deposito h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px; 
	color: #23599B;
	text-align:center; 
}
#deposito h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #gray;
  text-align:center; 
 } 
#deposito p {
 text-align: justify;
 color: #303235;
 padding: 5px 5px ;
 }  
.deposito-container {
  width: 750px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;  
}
.desposito-wrap {
  padding: 5px 5px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 5px;
  margin-top: 0px;
}
.deposito-center {
  position: relative;
 /* width: 900 px;*/
  /*height: 1200 px;*/
  border: rgba(0, 0, 0, 3);
  background: url("../images/loan/bg-inner.png") repeat; 
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.2);
  /*padding: 260 px;*/   
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 50 px;
  padding-bottom: 13px;
  }
.desposito-form {
position: absolute;
right: 1%;
top: 5%;
padding: 5px 5px;
background-color: rgba(255,255,255,0.5);
border-radius: 4px;
margin: 0 0 5px;
  margin-top: 0px;
margin-top: 0px;
width: 733px;
}
.desposito-row {
  padding-left: 10x;
  padding-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.deposito-label{
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  color: #303235;
  /*color: #4E4E4E;*/
  /* font-weight: 300;*/
 font-size: 16px;  
  padding: 5px 5px;
  display: inline-block;
  margin-bottom: 5px;
}

/* DIV Formulario Página Vacante */
#vacante {
  position: relative;  
  background-color:#f5f5f5;  
  /*background: url(../images/loan/bg.jpg) no-repeat right center;*/
  background-size: cover;
  /*width: 1200 px;
  height: 1200 px;*/
}
.vacante-container {
  width: 1154px;
}
#vacante {
  text-align: center;
}
#vacante hr {
 /* border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;*/
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5); 
}
#vacante h2{
	font-family: 'Open Sans', sans-serif;
	color: #1B1343;
	font-size: 36px;
	text-align:center; 
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.2;
	text-align:center;
 }
#vacante h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px; 
	color: #23599B;
	text-align:center; 
}
#vacante h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #gray;
  text-align:center; 
 } 
#vacante p {
 text-align: justify;
 color: #303235;
 padding: 5px 5px ;
 }  
.vacante-container {
  width: 750px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;  
}
.vacante-wrap {
  padding: 5px 5px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 5px;
  margin-top: 0px;
}
.vacante-center {
  position: relative;
 /* width: 900 px;*/
  /*height: 1200 px;*/
  border: rgba(0, 0, 0, 3);
  background: url("../images/loan/bg-inner.png") repeat; 
  box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.2);
  /*padding: 260 px;*/   
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 30 px;
  padding-bottom: 13px;
  }
.vacante-form {
  position: absolute;
  right: 1%;
  top: 4%;
  padding: 5px 5px;
 /* background-color: rgba(255,255,255,0.5); -- En este caso sería color de fondo blanco con 50% de transparencia*/
  border-radius: 4px;
  margin: 0 0 5px;
  margin-top: 0px;
  width: 737px;
}
.vacante-row {
  padding-left: 10x;
  padding-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.vacante-label{
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  color: #303235;
  /*color: #4E4E4E;*/
  /* font-weight: 300;*/
 font-size: 16px;  
  padding: 5px 5px;
  display: inline-block;
  margin-bottom: 5px;
}

h2 {
  font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #4e4e4e;
}
h2, .h2 {
  font-size: 30px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
#prestamo {
  text-align: center;
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #4e4e4e;
  line-height: 22px;
}
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
}
html {
  font-size: 62.5%;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
}

/* Div Testimonio de los clientes en Página Principal*/
#history {
  background: url(../images/history/bg.jpg) 50% 50% no-repeat; 
   /*0.5 corresponde a un elemento semitransparente
   opacity:0.75;*/
  background-size: cover;
}

#history {
  color: #fff;
  text-align: center;
}

#history h2 {
color: #112340;
text-align: center;
  }
#history h3, h4 {
  color: #112340;
  }

.history-empty{
    padding: 5px 5px;
    border-radius: 4px;
    margin: 0 0 5px;
    margin-top: 0px;
    /*style="filter:alpha(opacity=90); opacity:0.5;"*/
}

.history ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.history ul li{
  display: inline-block;
  /*float: left;*/
  width: 20%;
}

/* div Testimonio en cada página*/
.clients-area {
  padding: 60px;
}

.clients-comments {
    background-image: url("../images/testimonial/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.clients-comments img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px;
}

.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
}


.clients-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
}

/* Div Nuestros productos página  Principal*/
#services {
  background: #000 url(../images/services/bg2.jpg);
  background-size: cover;
}

#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 5px 5px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 5px;
}

.services-wrap h3 {
  font-size: 20px;
  margin: 5px 0;
}

.services-wrap .pull-left {
  margin-right: 5px;
}


#partner {
  background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
  background-size: cover;
}

#partner {
  color: #fff;
  text-align: center;
}

#partner h2, 
#partner h3 {
  color: #fff;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  /*float: left;*/
  width: 20%;
}

/*************************
********* CONTACTO ******
**************************/
#conatcat-info{
  background: #fff url(../images/contact/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i{
    width: 60px;
    height: 60px;
    /* font-family: "Font Awesome 5 Free";
    content: "\f007"; cód icono*/
    font-size: 40px;
    color: #fff;
    line-height: 60px;
    background: #2d56a3;
    text-align: center;
    border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}

/*--recaptcha--*/
input[type=text] {
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  }

  button{
     background-color: #5CB450;
     border: none;
     color: white;
     padding: 12px 30px;
     text-decoration: none;
     margin: 4px 2px;
     cursor: pointer;
  }
  canvas{
     /*prevent interaction with the canvas*/
     pointer-events:none;
  }

.about-us {
  top: 0px;
}

.about-us h2, 
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}


/***************************************************
********* NUESTROR PRODUCTOS - TABLA CSS ***********
****************************************************/

.pricing_heading {
  margin-top: 120px;

  
}

.pricing_heading h2, 
.pricing_heading p {

  color:#4e4e4e;

}

.pricing-area h1 {
  font-weight: 200;
  margin-top: 0;
}

.pricing-area span {
  font-weight: 700;
  font-size: 18px;
}

.pricing-area h3, 
.pricing-area span  {
  color: #fff;  
}

.plan {
  position: relative;
  margin-bottom: 70px;
}

.pricing-area ul {
  background:#FAFAFA;
  padding: 0;
  margin: 0;
}

.pricing-area ul li {
  list-style: none;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 200;
}

.pricing-area ul li:nth-child(even){
  background:#f5f5f5
}

/*.pricing-area .price-three img, 
.pricing-area .price-six img {
  position: absolute;
  right: 15px;
  top: 0;
}*/

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three {
  padding:4px 0;
  border-radius:1px 1px 1px 1px;
  } 

.pricing-area .heading-one, 
.pricing-area .heading-two, 
.pricing-area .heading-three, 
.pricing-area .heading-four, 
.pricing-area .heading-five, 
.pricing-area .heading-six, 
.pricing-area .heading-seven {
  margin-left: -10px
}

/* Costado Izq-> Grupo Comunal*/
.pricing-area .heading-one, 
.pricing-area .price-one .plan-action .btn-primary {
  background: #151930;
}

/* Centro->  Grupo Solidario*/
.pricing-area .heading-two, 
.pricing-area .price-two .plan-action .btn-primary {
  background:#004985;
}
/* Costado Derch-> Prestamo Individual*/
.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
  background: #5CB450;
}

.pricing-area .bg{
   background-color:red;
}

.pricing-area .heading-one h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
  border-color: #d4880f transparent transparent;
}


.pricing-area h3:before {
  border-color: #D4880F transparent transparent;
  border-radius: 5px 0 0 0px;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  left: 4px;
  position: absolute;
  top: 78px;
  width: 0;
  z-index: -999;
}

.small-pricing h3:after {
  height:94px;
}

.small-pricing h3:before {
  top: 74px;
}

.plan-action {
  height: 40px;
}

.pricing-area .plan-action .btn-primary {
  position: relative;
  padding:5px 20px;
  color: #fff;
  margin-top: 5px;

}


/*************************
********* Contacto ******
**************************/

.gmap-area {
  background-image: url("../images/us/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 280px;
  width: 300px;
}

.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  /*font-weight: 300;*/
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}


/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid rgb(114, 182, 43);
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: rgb(114, 182, 43);
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #151930;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #c52d2f;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

.centrado{
  display: block;
  margin: auto;
  margin-top: 5px;
  margin-left: 5px;
}

.slidercentrado {
  margin: auto;
  
}

/**********************************
********* Página Beneficios ******
**********************************/
/*#ALFA{
  background-color: #252525;
  color:#fff;
  padding-bottom: 20px;
  padding-top: 20px;
}
#MUNKEL{
 padding-bottom: 20px;
  padding-top: 20px;
}
#capacitaciones{
  background-color: #e45c27;
  padding-top: 20px;
  padding-bottom: 20px;
}*/
/* div center - Pagina Beneficios*//*este es el parrafo de introduccion*/
.center {
  text-align: justify;
  padding-bottom: 15px;
}

/* div center - Pagina Beneficios*/
.center h1{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  color:#130b36; 
  margin-left: 20px;
  margin-right: 20px;
}

/* div center - Pagina Beneficios*/
.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  color:#4e4e4e; 
  margin-left: 20px;
  margin-right: 20px;
}

.center p{
  margin-top: 20px; 
  margin-left: 10px; 
  margin-right: 10px; 
  text-align:justify;
}

/*Requisitos para ser socio de un Grupo Comunal:*/
ol{
  margin-left: 20px;
  margin-right: 20px;   
}



/* div beneficios- Página Beneficios*/
.benf {
  text-align: justify;
  padding-bottom: 55px;
}

.benf h2{
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left:600px;
}

.benf ol{
  margin-top: 20px; margin-left: 200px; margin-right: 200px; text-align:justify;
}

.benf strong {
 color:#252525;
 font-size: 14px;
}
.benf p{
  font-size: 14px;
  margin-top: 20px; 
  margin-left: 200px; 
  margin-right: 200px;
}

/*Estilos de la galeria*/
.galeria {
  width: 70%;
  margin: auto;
  list-style: none;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.galeria li {
  margin: 5px;
}
.galeria img {
width: 300px;
height: 300px;
}

/* Encabezado Página Contacto*/
.cmatriz{
  margin: auto;
   width: 100%;
  height: 375px;
  background-image: url("../images/contact/contacto.jpg");
  list-style: none;  
}
/*Página DEvocional*/
.devocional  {
  background-image: url("../images/blue-background.jpg"); 
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;

}

.devocional ul{
  list-style: none;
}

.chart{

  margin: auto;
  width:100%;
  height: 680px;
  background-color: #252525;
}

.construct{
  margin: auto;
  width: 100%;
  height: 680px;
  background-color: #c5ddeb;
  
}

header{
  width: 100%;
  height: 100px;
  margin:0;
  background-color: #112340;


}

#logo{
  float: left;
  margin-left: 50px;
  width: 30%; 
}

.Textwrap{
      float: right;
      margin-left: 10px;
      margin-top: 10px;
      margin-bottom: 20px;
     
}
.TextWrapLeft{
      float:left;
      margin-right: 25px;
    }


/* Página contrato*/
  .contrato{
    /*background-image: url("../images/papelsellado.png"); */
    background-color: rgb(236, 243, 246);
    /*background-repeat: no-repeat;*/
  }  .btn-contrato {
    border: 3px solid #fff;
    background: #fcfcfc;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
    line-height: 22px;
  }