/* Global Styles */

html,
body {
    height: 100%;
	color: #666; /*color de los textos en general*/

}

body {
    padding-top: 0px; /* Required padding 50px. for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}


a{color:#2F7B42;text-decoration:none}
a:active,a:hover{color:#398F64;text-decoration:none}


.botones-compartir{
	font-size:20px;
	color: #999;
	}
.botones-compartir:hover{
	font-size:20px;
	color:#2F7B42;
	}	
	

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%; /* originalmente 50% */
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position:center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}


nav {
	background-color:#060;
}


/*********estilo del buscador principal*******/
.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 4px 15px;
}
.btn-group .btn {
	border-top-left-radius:0;
	border-bottom-left-radius:0;
    /*border-radius: 0;*/
    margin-left: -1px;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
/*************************************************/

/*********estilo para ocultar parrafo productos en mas infonegocios*******/
.minHeight.collapse {
    clear: both;
    height: 0;
    display: block;
    /* Alto minimo */
    min-height: 300px;
    overflow: hidden;
}
.minHeight.collapsing {
    clear: both;
    min-height: 300px;
}
.minHeight.collapse.in {
  height: auto;
}
/*************************************************/
/*********estilo para ocultar listado categorias*******/
.minHeightC.collapse {
    clear: both;
    height: 0;
    display: block;
    /* Alto minimo */
    min-height: 500px;
    overflow: hidden;
}
.minHeightC.collapsing {
    clear: both;
    min-height: 500px;
}
.minHeightC.collapse.in {
  height: auto;
}
/*************************************************/
/*********estilo para las opiniones*******/

/* CSS Test begin */
.comment-box {
    margin-top: 30px !important;
}
/* CSS Test end */

.comment-box img {
    width: 50px;
    height: 50px;
}
.comment-box .media-left {
    padding-right: 10px;
    /*width: 65px;*/
	min-width: 60px;
}
.comment-box .media-body p {
    border: 1px solid #ddd;
    padding: 10px;
	margin-left: 7px; /*agregado*/
}
.comment-box .media-body .media p {
    margin-bottom: 0;
}
.comment-box .media-heading {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 7px 10px;
    position: relative;
    margin-bottom: -1px;
	margin-left: 7px;/*agregado*/
}
.comment-box .media-heading:before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-width: 1px 0 0 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: -6px;
}

.publicidad{
	margin-bottom:10px;
	}
	
.icons-redes{font-size:35px;color:#FFF;margin:5px;}
.icons-redes:hover,.icons-redes:active,.icons-redes:visited{color:#FDFBB3;text-decoration:none;}


/*************************************************/


@media screen and (min-width: 768px) {
    #boot-search-box {
       /* width: 500px;*/
        margin: 0 auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
      min-width: 500px;
	   
    }
}

/*********  /.estilo del buscador principal*******/



/* ***************************** */
.info-resultado{
	border:solid thin #E6E6E6;
	background-color:#FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:5px;
	border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;

}
.info-resultado:hover{
	background-color: #EFEFEF;
}
.info-resultado:active{
	background-color:#C9E0D5;
}

.info-resultado-gratis{
	border:solid thin #E6E6E6;
	background-color:#FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:5px;
	border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;

}




.text-pie{
	color:#C9E0D5;
text-decoration: none;
}
.text-pie:hover{
	color:#fff;
	text-decoration: none;
}


footer {
    margin: 0px 0;
	padding-top:30px;
	padding-bottom:30px;
	border-top:solid #2F7B42 medium;
	background-color:#398F64;
}



/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	
	    .row.alinearvertical {
        display: block; /* Turn off the flexible box layout */
    }
}


/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
    .row.alinearvertical {
        display: flex;
        align-items: center;
    }
	

}



/*****************************************
Bootstrap responsive pricing tables v.1.0. 
http://www.sitediscount.ru
ArtLabs
2013
*****************************************/


/*********************** GLOBAL STYLES **********************/


* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/**************************** PRICE BOX BODY **************************/
.pricing-table {

text-align:center;
font-weight:400;
border:6px solid #1ABC9C;
margin-bottom:30px;
background:#fff;

-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.pricing-table:hover{
-moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,.5);
-webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.5);
box-shadow: 0 2px 8px 0 rgba(0,0,0,.5);
}



/******************************** ROUND CORENERS ************************/

.rounded{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

/******************************** COLORS BODY *************************/
.pricing-table.green {

text-align:center;
font-weight:400;
border:6px solid #2ECC71;
}

.pricing-table.red {

text-align:center;
font-weight:400;
border:6px solid #E74C3C;
}

.pricing-table.orange {

text-align:center;
font-weight:400;
border:6px solid #F39C12;
}

.pricing-table.dark-blue {

text-align:center;
font-weight:400;
border:6px solid #34495E;
}

.pricing-table.blue {

text-align:center;
font-weight:400;
border:6px solid #3498DB;
}

/********************************** BOX CONTENT ************************/
.pricing-table-sign-up {
	border-top:1px solid #BDC3C7;
	padding:10px 20px;
	text-align:center;
	background:#ECF0F1;
}

.pricing-table-features p {
	
	padding:5px 20px;
	text-align:center;
}
.pricing-table-features p:nth-child(2n){
	background:#ECF0F1;
}

.pricing-table-features, .pricing-table-space{
	background:#fff;
}

.pricing-table p{
		padding:5px;
		margin-top:5px;
		font-size:110%;
		font-weight:400;
		background:#fff;
	}
	.pricing-table p strong{
		font-weight:600;
	}
	
	
/********************************* BOX HEADER ********************************/
	.pricing-table .pricing-table-header {
	color:#fff;
	background: #1ABC9C;
	padding:0px;
}

	.pricing-table-header .heading{
	display:inline-block;
	width:100%;
	padding:15px 0px;
	text-transform:uppercase;
	
}

/**************************** COLOR BOX HEDER ***************************/
	
	.pricing-table.orange .heading{
		background: #F39C12;
	}
	
	.pricing-table.green .heading{
		background: #2ECC71;
	}
	
	.pricing-table.red .heading{
	background: #E74C3C;
	}
	
	.pricing-table.dark-blue .heading{
	background: #34495E;
	}
	
	.pricing-table.blue .heading{
	background: #3498DB;
	}


.pricing-table .pricing-table-header .price-value{
	background: #16A085;

}

.pricing-table.red .pricing-table-header .price-value{
	background: #C0392B;

}

.pricing-table.orange .pricing-table-header .price-value{
	background: #D35400;

}
.pricing-table.green .pricing-table-header .price-value{
	background: #27AE60;

}

.pricing-table.dark-blue .pricing-table-header .price-value{
	background: #2C3E50;

}

.pricing-table.blue .pricing-table-header .price-value{
	background: #2980B9;

}

.pricing-table-header .price-value {
	display:inline-block;
	width:100%;
	padding:20px 0px;
	background: #1ABC9C;
}

.pricing-table-header .price-value span{
	font-size:300%;
}
.pricing-table-header .price-value span.mo{
	font-size:200%;
}

/****************************** HEADINGS AND BUTTONS STYLES**********************
body{
	color:#34495E;
}
h1 {
  font-size: 32px;
  font-weight: 900; 
  text-transform:uppercase;
  }

h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 2px; }

h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 2px; }

h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 4px; }

h5 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase; }

h6 {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase; }
  
 
/******************************* ALTERNATIVE BOOTSTRAP FLAT BUTTON STYLES **************************/

	.btnC {
	  border: none;
	  background: #34495e;
	  color: white;
	  font-size: 16.5px;
	  text-decoration: none;
	  text-shadow: none;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	  -webkit-transition: 0.25s;
	  -moz-transition: 0.25s;
	  -o-transition: 0.25s;
	  transition: 0.25s;
	  -webkit-backface-visibility: hidden; 
	  
	  }
	  
  .btnC:hover, .btnC:focus {
    background-color: #4e6d8d;
    color: white;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    -webkit-backface-visibility: hidden; 
	}
	
  .btnC:active, .btnC.active {
    background-color: #2c3e50;
    color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
	}
	
 
  .btnC.btn-largeC {
    padding-bottom: 12px;
    padding-top: 13px; 
	
	}
  .btnC.btn-primaryC {
    background-color: #1abc9c; 
	}
    .btnC.btn-primaryC:hover, .btnC.btn-primaryC:focus {
      background-color: #2fe2bf; 
	  }
    .btnC.btn-primaryC:active, .btnC.btn-primaryC.active {
      background-color: #16a085; 
	  }
	  
  .btnC.btn-infoC {
    background-color: #3498db; 
	}
    .btnC.btn-infoC:hover, .btnC.btn-infoC:focus {
      background-color: #5dade2; 
	  }
    .btnC.btn-infoC:active, .btnC.btn-infoC.active {
      background-color: #2383c4; 
	  }
	  
  .btnC.btn-dangerC {
    background-color: #e74c3c; 
	}
    .btnC.btn-dangerC:hover, .btnC.btn-dangerC:focus {
      background-color: #ec7063; 
	  }
    .btnC.btn-dangerC:active, .btnC.btn-dangerC.active {
      background-color: #dc2d1b; 
	  }
	  
  .btnC.btn-successC {
    background-color: #2ecc71; 
	}
    .btnC.btn-successC:hover, .btnC.btn-successC:focus {
      background-color: #55d98d; 
	  }
    .btnC.btn-successC:active, .btnC.btn-successC.active {
      background-color: #27ad60; 
	  }
	  
  .btnC.btn-warningC {
    background-color: #f1c40f; 
	}
    .btnC.btn-warningC:hover, .btnC.btn-warningC:focus {
      background-color: #f4d03f; 
	  }
    .btnC.btn-warningC:active, .btnC.btn-warningC.active {
      background-color: #cea70c; 
	  }
	  
/*****************boton whats app*******************************************/


.whatsapp-boton {
	background-image:url(../imagenes_formato/whatsapp.png);
	background-repeat:no-repeat;
	background-position:center;
	position: fixed;
	left:5px;
	bottom:5px;
	background-color:#4DC247;
	width:50px;
	height:50px;
	border-radius: 25px;
    box-shadow: 2px 2px 5px grey;
	cursor:pointer;
}

.whatsapp-boton .iconWhatssap {
	background-repeat:no-repeat;
	background-position:center;
	position: fixed;
	left:5px;
	bottom:5px;
	width:50px;
	height:50px;
	border-radius: 25px;
    box-shadow: 2px 2px 5px grey;
	cursor:pointer;
}

.whatsapp-boton:hover {
	left:6px;
	bottom:6px;
    box-shadow: 3px 3px 5px grey;
}
.whatsapp-boton-msg {
	position: absolute;
	left:55px;
	bottom:25px;
	background-color: #F8F8F8;
	padding:6px;
	width:270px;
	height:auto;
	/*overflow:hidden;*/
	border-radius: 3px;
    box-shadow: 1px 1px 3px grey;
}
.whatsapp-boton-msg:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #F8F8F8; /*#EEE*/
    border-width: 1px 0 0 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    bottom: 30px;
    left: -5px;
	
}
.whatsapp-boton-thumbnail {
	position: absolute;
	left:55px;
	bottom:25px;
	background-color: #F8F8F8;
	padding:5px;
	width:200px;
	height:50px;
	border-radius: 3px;
    box-shadow: 1px 1px 3px grey;
}