
:root {

  --color-1: #128b12!important;
  --color-2: #15b715!important;
  --color-3: #222222!important;
  --color-4: #444444!important;
  --color-5: #d7d7d7!important;
  --color-6: #ffffff!important;
  --color-7: #666666!important;


  --color-transparent: transparent!important;
  --color-TA: #ff8400!important;
  --color-white: #ffffff!important;
  --color-black: #000000!important;

  --color-sidebar: #000000!important;

  --border-color-1: 1px solid #128b12!important;
  --border-color-2: 1px solid #15b715!important;
  --border-color-3: 1px solid #4e4e4e!important;
  --border-color-4: 1px solid #444444!important;
  --border-color-5: 1px solid #d7d7d7!important;
  --border-color-6: 1px solid #ffffff!important;
  --border-color-7: 1px solid #666666!important;

  --box-border-color-1: 3px solid #128b12!important;

  --color-header: #ffffff!important;

}


#container-hero {   
    width: 100%;
    margin-top: 30px;    
}

section#banner{
	background-image: url(../../img/login/bg-hero.jpg);
	background-blend-mode: soft-light;
    /*background-size: initial;*/
}

#banner {    
    background-color: var(--color-1, black)!important;
}
#banner .block > p {
    margin-bottom: 35px;
}
.text-white{
	color: white!important;
}

#service{
	padding: 0px!important;
	background-color: #ececec;
}


#service .service-wrapper {
    border-top: none;
    border-bottom: none;
    padding: 110px 0;
}

#feature .feature-item h4 {
    color: var(--color-1, black);
    margin-bottom: 0;
    font-weight: 500;
    margin-bottom: 8px;
}

#feature .feature-item .icon i {
    color: var(--color-1, black)!important;
    font-size: 30px;
}

.menu .navbar-default .navbar-nav > li > a {
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    color: var(--color-1, black)!important;
    padding: 5px 15px;
}

header .logo {   
    margin-top: 0px;
}


.logo > img{
	max-width: 150px;
}

.logo-img{
	max-width: 300px;
}

.menu .navbar-nav {
    margin-top: 10px;
}

header .social-info {
    padding-top: 18px;    
}

#banner .block .download-btn li a:hover {
    color: var(--color-1, black)!important;
	border: 2px solid #128b12!important;
	background: white;
    border-radius: 0;
	
    
}

#banner .block .download-btn li a {
    color: white;
    border: 2px solid white;
	border-radius: 0;
	background: transparent;
	margin-right: 3px;
	padding: 15px 15px 15px 15px;
    font-size: 16px;
	width: 200px;
    
}


/****** SERVICES *******/

#service .block i {
    font-size: 30px;
    color: var(--color-1, black)!important;
    
}

#service .block .icon{
	border: var(--border-color-1, black);
}

#service .block:hover .icon {
    border: 1px solid #FFFFFF;
    background: var(--color-1, black)!important;
    color: #fff;
    -webkit-box-shadow: 0 0 0px 2px #128b12;
    -moz-box-shadow: 0 0 0px 2px #128b12;
    box-shadow: 0 0 0px 2px #128b12;
}

#service .block h3 {  
    margin-top: 10px;
}

#service .block:hover h3 {
    color: var(--color-1, black)!important;
}

#ListaIndicadores>li{
	font-size: 16px;
}

.ListaVentajas>li {
    padding: 10px;
	font-size: 1.2em;
}

.ListaVentajas>li>i {
    color: var(--color-1, black)!important;
}

#utility-2 .block {
    padding-top: 0px;
}

#ListaVentajas1>li{
	text-align: right;
}

#ListaVentajas2>li{
	text-align: left;
}

@media(max-width:767px){
	
	#ListaVentajas1>li{
		text-align: center;
	}

	#ListaVentajas2>li{
		text-align: center;
	}
	
	#ListaIndicadores>li{
		font-size: 16px;
		text-align: center;
	}
	
	#toDo h2,p{
		text-align: center;
	}
	
	.footer-logo img {
	    width: 300px;
	}
	
	footer{
		text-align: center!important;
	}
	
	#footer-btns{
		margin-top: 15px;
	}
	.footer-info{
		margin-bottom: 15px;
	}

}

#Aliados {
    background: #ececec;
    padding: 20px 0 30px 0;
}

#toDo {
    background: #fff;
    padding: 20px 0 30px 0;
}
.text-med {
    font-size: 15px;
    margin-bottom: 10px;
}
#toDo a{	
    color: var(--color-1, black);
}

.btn-folleto{	
	font-size: 18px;
	padding: 10px;
	margin: 10px;
    color: white;
	border: 2px solid white;
	background: var(--color-1, black)!important;
    border-radius: 0;
    
}

.btn-folleto:hover{ 
    color: var(--color-1, black)!important;
    border: 2px solid #128b12!important;
    background: transparent!important;
    border-radius: 0;  
}

footer{
	background-color: #2d2d2d;
	color: white;
}

footer a{
	color: #ff8400
}

footer i{
	color: #ff8400;
}

footer p{
	color:white;
}

.logo-footer{
	max-width: 200px;
}

.margin-top{
	margin-top: 40px;
}

.btn-footer>i{
	background: white;	
	color: #2d2d2d;
	padding-top: 12px;
	width: 40px;
	height: 40px;
	font-size: 1.2em;
}

.btn-footer>i:hover{
	background: var(--color-TA, black);
	color: white;
	padding-top: 12px;
	width: 40px;
	height: 40px;
	font-size: 1.2em;
}

.btn-sign-in{
	margin-top: 5px;
	font-size: 14px;
	padding: 8px;	
    color: white;
	border: 2px solid #128b12;
	background: var(--color-1, black)!important;
    border-radius: 0;
    
}

.btn-sign-in:hover {
    color: var(--color-1, black)!important;
	border: 2px solid #128b12!important;
	background: transparent!important;
    border-radius: 0;
    
}

.btn-inverse{
	margin-top: 5px;
	font-size: 14px;
	padding: 8px; 
	color: var(--color-1, black)!important;
	border: 2px solid #128b12;
	background: transparent;
    border-radius: 0;
    
}

.btn-inverse:hover {
	color: white;
	border: 2px solid white;
	background: var(--color-1, black)!important;
    border-radius: 0;   
    
}

.btn-sign-in>i{
	margin-right: 7px;
}

.modal-header {  
    background-color: var(--color-1, black)!important;
}

#btnAceptar {
    margin-bottom: 15px; 
    margin-top: 15px;
}

.input-group-addon {    
    min-width: 40px;   
    color: white;   
    background-color: var(--color-1, black)!important;
}

img .img-iconos{
	max-width: 200px!important;
	border: 2px solid #128b12;
}

/* ======= PRICING ======= */

.bs-pricing {
    background: #fff;    
    box-shadow: rgba(158, 158, 158, 0.55) 1px 1px 3px 1px;
    color: #666666;
	min-height: 520px;
	margin-bottom: 20px;
}

.bs-caption>small{
	color: white;
}

.bg-orange{
	background: var(--color-TA, black);
}

.bg-darkblue{
	background-color: #0d2088!important;
}

.img-pricing {   
    width: 100%;
    color: var(--color-1, black)!important;
    /*border-bottom: 1px solid white;
	border-top: 1px solid white;*/
}

.category {
	width: 100%;
    background-color: var(--color-1, black)!important;
	color: white;
	padding: 8px;
	padding-right: 14px;
	font-size: 1.4em;
	margin-bottom: 15px;
	
}

.btn-pricing:hover {       
    color: var(--color-1, black)!important;
    border: 2px solid #128b12!important;
    background: transparent!important;
    border-radius: 0;
}

.btn-pricing {
    margin: 15px 0;
	min-width: 280px;
    background-color: var(--color-1, black)!important;
	color: #ffffff!important;
    border-radius: 0;
    font-weight: 600;
    font-size: 1.1em;
	border: 2px solid white;
}

.divCircle{
	border-radius: 100;
	background-color: white;
	color: var(--color-1, black)!important;
	height: 30px;
	width: 30px;
	text-align: center;
	padding: 5px;
}

.pricing-text{
	font-size: 1.1em;
}

.modal-footer .btn {
    border-radius: 0;
}

.text-orange{
	color: var(--color-TA, black);
}

.text-gray{
	color: #444444!important;
}

#map{
  display: block;
  width: 95%;
  height: 350px;
  margin: 0 auto;
  -moz-box-shadow: 0px 5px 20px #ccc;
  -webkit-box-shadow: 0px 5px 20px #ccc;
  box-shadow: 0px 5px 20px #ccc;
}
#map.large{
  height:500px;
}

.overlay{
  display:block;
  text-align:center;
  color:#fff;
  font-size:60px;
  line-height:80px;
  opacity:0.8;
  background:#4477aa;
  border:solid 3px #336699;
  border-radius:4px;
  box-shadow:2px 2px 10px #333;
  text-shadow:1px 1px 1px #666;
  padding:0 4px;
}

.overlay_arrow{
  left:50%;
  margin-left:-16px;
  width:0;
  height:0;
  position:absolute;
}
.overlay_arrow.above{
  bottom:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-top:16px solid #336699;
}
.overlay_arrow.below{
  top:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-bottom:16px solid #336699;
}





/* SOBRE ESCRIBIR */

a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #cccccc;
}


label, h3, h4, strong {
    color: var(--color-1, black)!important;
    /*display: inline-block!important;*/
    margin-top: 0px;
}

footer>label, footer>h3, footer>h4, footer>strong {
    color: var(--color-TA, black);
    /*display: inline-block !important;*/
    margin-top: 0px;
}

.footer-title{
	color: var(--color-TA, black)!important;
}

.pricing-text>strong {    
    display: inline-block !important;
    
}

.btn-footer{
	background-color: transparent!important;
}


.menu .navbar-default .navbar-nav > li > a:hover {
    color: var(--color-1, black)!important;
}
