/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
  height:100%;
}

body {
 /* padding-top: 50px;  body padding for fixed top nav */
 font-size: 18px !important;
 font-weight: 500;
 font-family: 'Montserrat', sans-serif;
}

.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-image:url(../imgs/bg-verde.jpg);
}

.section,
.section-noticias {
  padding: 50px 0;
}

.section-noticias {
  background-color:#f1f1f1;
}

.sidebar {
  margin-top: 0;
  
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
  background-color:#f1f1f1;
}

.sidebar li {
  padding: 5px;
}

.sidebar li span {
	display:block;
}

  

.sidebar h3 {
	color: #ffffff;
	background-color: #005a24;
	border-radius: 4px;
	padding:5px;
	margin:0;
}

.sidebar em {
	font-size:14px;	
}


.sidebar checkbox {
	padding-left:10px;
	
	
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 50%;
}

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

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

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

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

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/* Footer Styles */
footer {
  margin: 50px 0;
}

/* Responsive Styles */
@media (max-width: 767px) {

.carousel {
  height: 70%; /* increases the carousel height so it looks good on phones */
}

.xtralarge {
  font-size: 50px !important;
  color:#FFF;
}

.claim-1 {
	text-align:center !important;
}

.claim-2 {
	text-align:center !important;
}

.contenedor-multidioma {
	display:none !important;
	
}

.navbar-brand {
  padding: 8px 8px !important;
}
.main-bg{
  height: 300px !important;
}
}

.main-bg {
	background-image: url(../imgs/fondo-landing.jpg);
background-repeat: no-repeat;
background-size: 100%;
width: 100%;
min-height: 668px;
	
	
	}
  .texto{
    margin-top: -380px;
  }

/*-------------------------------------*/

footer{
  background-color: black;
  min-height: 50px;
  position: relative;
  margin-bottom: 0px;
}
h1{
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: white;
}
.cajah1{
  background: black;
  padding: 10px;
}
.rojo{
  color: #CC0000;
  font-weight: 100;
  font-weight: 600;
}
.caja2{
  clear: both;
  margin-top: 23px;
}
.caja2 img{
  margin-right: 5px;
}
/*Celular*/
@media (max-width: 768px) {
  h1{
    font-size: 19px;
  }
}


@media (min-width: 769px) and (max-width: 992px) {
  .bloque-texto{
    margin-top: -32%;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .bloque-texto{
    margin-top: -20%;
  }
}
@media (min-width: 1200px) {
  .bloque-texto{
    margin-top: -13%;
  }
}