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

body {
	padding-top: 100px;
	font-family:  "Roboto";
}

.textorobotblack{
	font-family: "Roboto Black";
}

.textorobotolight{
	font-family: "Roboto Light";
}

.textorobotomedium{
	font-family: "Roboto Medium";
}

.textorobotothin{
	font-family: "Roboto Thin";
}
.textoverde{
	color:#8CCB90;
}

.txtoverdeclaro{
	color : #8CCB90;
  	color : rgb(140, 203, 144);
}

.texto-blanco{
	color: white;
}

.texto-rojo{
	color: #E30408;
}

.fuente200 {
	font-size: 200%;
	
}
.navbarprincipal {
    padding-top: 25px;
}

.pie_pagina{
	width: 100%;
	min-height: 200px;
	background : #789891;
    background : rgba(120, 152, 145, 1);	
	
}

.contenido{
	min-height: 700px;
}


.TitulosPiePagina{
	font-family:  "Roboto Black";
	font-size: medium;
	font-weight : bold;
    color : #FFFFFF;
    color : rgba(255,255,255,1.00);
	text-align: center;

}

.TitulosPiePagina a {
	font-family: "Roboto Medium";
	font-size: medium;
	font-weight : bold;
    color : #FFFFFF;
    color : rgba(255,255,255,1.00);
	text-align: center;

}

.ligaspie {
	text-align: center;
	font-family: "Roboto";
	font-weight: lighter;
  	font-size : medium;
  	color : #E6E6E6;
  	color : rgb(230, 230, 230);
	list-style-type: none;
	padding:0 0;
}

.derechosres{
	color: white;
	background-color: #454545;
	text-align: center;
	padding-top: 5px;	
}

#containerpie{
	padding-bottom: 20px;
}


.circle {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	font-size: 25px;
	font-weight: bolder;
	color: #4D4D4D;
	line-height: 150px;
	border: thick solid #4D4D4D;
	margin: auto;
	text-align: center;
}

.textohighlights{
	padding-top: 50px;
	padding-bottom: 50px;
	font-weight: bold;
	text-align: center;
	
}

#highlights{
	padding-top: 10px;
}

#prodsservicios{
	padding-top:40px;
	padding-bottom: 40px;
}
.espacio40{
	padding-top:40px;
	padding-bottom: 40px;
}
#highlights{
	/*position: fixed;
	top:700px;
  	right: 0;
	left:0;
  	z-index: -1;*/
}

.fondoblanco{
	background-color: white;
}

.fondoblacoredondeado{
	background-color: white;
	border-radius: 6px;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
}

.fondogrisobscuro{
  background : #4D4D4D;
  background : rgba(77, 77, 77, 1); 
}

.img-responsive,
.thumbnail1 > img,
.thumbnail1 a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-thumbnail1 {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail1 {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  /*border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;*/
}
.thumbnail1> img,
.thumbnail1 a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail1:hover,
a.thumbnail1:focus,
a.thumbnail1.active {
  border-color: #337ab7;
}
.thumbnail1 .caption {
	padding-top: 9px;
	padding-right: 60px;
	padding-left: 60px;
	padding-bottom: 9px;
	color: #333;
	text-align: center;
}

.media-object.img-thumbnail1 {
  max-width: none;
}

.index-ventajastitulo{
	text-align: center;
	border-bottom: 2px solid #8CCB90;
	padding-bottom: 5px;
	line-height: 40px;
	
}

.listaventajas{
	margin-top: 17px;
	margin-bottom: 17px;
}

.noticias{
 padding-top:40px;
 padding-bottom: 40px;
	
	
  background : -moz-linear-gradient(50% 0% -90deg,rgba(77, 77, 77, 0.8) 0%,rgba(77, 77, 77, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(77, 77, 77, 0.8) 0%, rgba(77, 77, 77, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(77, 77, 77, 0.8) ),color-stop(1,rgba(77, 77, 77, 1) ));
  background : -o-linear-gradient(-90deg, rgba(77, 77, 77, 0.8) 0%, rgba(77, 77, 77, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(77, 77, 77, 0.8) 0%, rgba(77, 77, 77, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D4D4D', endColorstr='#4D4D4D' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(77, 77, 77, 0.8) 0%, rgba(77, 77, 77, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D4D4D',endColorstr='#4D4D4D' , GradientType=0);
}

.alianzas{
	padding-top:40px;
	padding-bottom: 40px;
}

.carousel-texto{
	padding-left:5%;
	
}

.carousel-caption-linea{
	/*border-left: medium solid #3BE711;*/
	border-left: medium solid #8CCB90;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}


.carousel-caption-linea h1{
	color: #8CCB90;
}

.btn-primary1 {
  color: #fff;
  background-color: #8CCB90;
  border-color: #8CCB90;
}

.btn-primary1:focus,
.btn-primary1.focus {
  color: #fff;
  background-color: #8CCB90;
  border-color: #8CCB90;
}
.btn-primary1:hover {
  color: #fff;
  background-color: #789891;
  border-color: #789891;
}
.btn-primary1:active,
.btn-primary1.active,
.open > .dropdown-toggle.btn-primary1 {
  color: #fff;
  background-color: #8CCB90;
  border-color: #8CCB90;
}
.btn-primary1:active:hover,
.btn-primary1.active:hover,
.open > .dropdown-toggle.btn-primary1:hover,
.btn-primary1:active:focus,
.btn-primary1.active:focus,
.open > .dropdown-toggle.btn-primary1:focus,
.btn-primary1:active.focus,
.btn-primary1.active.focus,
.open > .dropdown-toggle.btn-primary1.focus {
  color: #fff;
  background-color: #789891;
  border-color: #789891;
}
.btn-primary1:active,
.btn-primary1.active,
.open > .dropdown-toggle.btn-primary1 {
  background-image: none;
}
.btn-primary1.disabled:hover,
.btn-primary1[disabled]:hover,
fieldset[disabled] .btn-primary1:hover,
.btn-primary1.disabled:focus,
.btn-primary1[disabled]:focus,
fieldset[disabled] .btn-primary1:focus,
.btn-primary1.disabled.focus,
.btn-primary1[disabled].focus,
fieldset[disabled] .btn-primary1.focus {
  background-color: #8CCB90;
  border-color: #8CCB90;
}
.btn-primary1 .badge {
  color: #8CCB90;
  background-color: #fff;
}

.mvv{
	min-height: 200px;
	
}

.titulosmvv, .titulomvv {
	font-family: "Anton", sans-serif;
	font-size: 300%;
	display:block;
	text-align: center;
	color:#8CCB90;

}

.textomvv{
	font-family: "Roboto";
	font-weight: lighter;
	font-size: 120%;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 35px;
	padding-right: 35px;	
}

.bordederechoverde{
	border-right-color:#8CCB90;
	border-right-style: solid;
	border-right-width: 2px;
}

.bordeizquierdoverde{
	border-left-color:#8CCB90;
	border-left-style: solid;
	border-left-width: 2px;
}

.bordeinferiorverde{
	border-bottom-color:#8CCB90;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.bordesuperiorverde{
	border-top-color:#8CCB90;
	border-top-style: solid;
	border-top-width: 2px;
}

#direccion{
	padding-top:30px;
	padding-bottom: 30px;
}

.tarjetaPresentacion{
	border-radius: 4px;
	height: 400px;
	box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	
}

.tp-encabezado{
	height: 30%;
	background: #A0D08F;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	
}

.tp-imagen{
	margin-top: -20%;
	
}

.tp-nombre, .tp-datos{
	padding: 10px;
	text-align: center;
}

.tp-datos a {
	color:#8CCB90;
}

.tp-datos a:hover {
	color: #337036;
}

.img-tarjeta{
	border: thick solid #FFFFFF;
}

.bordes{
	border:medium solid #8CCB90;
	border-radius: 4px;
	
}

.fa-bookmark-o, .fa-flag-checkered, .fa-cogs, .fa-usd, .fa-check-square-o: {
  display: inline-block;
	width: 100%;
}

.contenidopanels{
	padding-top: 30px;
	padding-bottom: 30px;
	
}

.list-group {
	/*max-width: 300px;*/
	margin-left: auto;
	margin-right: auto;
}

.modal-title {
 color: #E30408;
}

.lista-none{
	list-style: none;
}

.centro-vertical{
	vertical-align: middle;
}

.listanube{
	list-style-image: url(../images/nubesita.png)
}

.listaweb{
	list-style-image: url(../images/nubesita.png)
}


#divhover:hover + #muestrame{
	display:block !important;
}

#muestrame{
	display: none;
}

.cliente {
	display:block;
	padding: 30px;
	background-color: white;
	box-shadow: 5px 5px 10px black;
	margin-bottom: 20px;
	
}

.imgcentrada {
	margin: 0 auto;
}

.imgthumbnail1{
	min-height: 150px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.imgthumbnail1 > img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;	
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}