/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
  font-family: 'Cairo', sans-serif;
}

body.gradient-bg, .bms2-gradient, .cableado-gradient {
	background-image: linear-gradient(to right, #00aeef, #0064b1);
}

h4{
	margin-top: 30px;
}

.bms-gradient {
	padding-top: 30px;
	padding-bottom: 30px;
}

.bms2-gradient {
	padding-top: 30px;
	padding-bottom: 30px;
}

a:hover{
	text-decoration: none;
	color: #019CDB;
}

.navbar {
	background: #FFFFFF;
}

.empresa h1, .bms-gradient h1, .bms2-gradient h1  {
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
}

.empresa p, .bms-gradient p, .bms2-gradient p {
	font-size: 26px;
	font-weight: regular;
	color: #FFFFFF;
}

#carousellogos {
	margin-bottom: 50px;
	margin-top: 50px;
}

@media (min-width: 992px) { 
	#carousellogos .carousel-inner {
		width: 750px;
		margin-left: auto;
		margin-right: auto;
	}
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

#carouselExampleIndicators2{
	margin-top: 50px;
	margin-bottom: 50px;
}

.carousel-item.footer{
	height: 50px;
	min-height: 50px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat top center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item.logos {
	height: 47px;
	min-height: 47px;
}

.carousel-caption {
	text-align: left;
	left: 20%;
	bottom: 40px;
}

.carousel-caption.extra {
    position: absolute;
    right: 15%;
    bottom: 120px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.carousel-caption h3 {
	font-size: 25px;
	color: #FFFFFF;
}

@media (min-width: 768px) { 
	.carousel-caption h3 {
		font-size: 35px;
	}
}

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

.navbar li a {
	color: #4D4D4D;
}

.navbar li a.active {
	color: #019CDB!important;
}

.navbar li a:hover {
	color: #019CDB;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: #bcecff;
}

.solucion {
	background: #E6E7E8;
	margin-top: 7px;
}

.solucion.cyan {
	background: #019CDB;
}

.auto-center {
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
}

label {
	color: #595A5C;
	font-size: 14px;
}

.featured-txt {
	padding-top: 25px;
}

.featured-img {
	width: 200px;
}

.featured-txt h2 {
	font-size: 12px;
	font-weight: regular;
	color: #595A5C;
}

.featured-txt h1 {
	font-size: 15px;
	font-weight: bold;
	color: #019CDB;
}

.featured-txt.single h1 {
	font-size: 20px;
	font-weight: bold;
	color: #019CDB;
	padding-top: 20px;
}

.cyan .featured-txt h1 {
	color: #FFFFFF;
}

@media (min-width: 992px) { 
	.featured-txt h1 {
		font-size: 40px;
	}
}

@media (min-width: 768px) { 
	.featured-txt h1 {
		font-size: 40px;
	}
}

@media (min-width: 768px) { 
	.featured-txt.single h1 {
		font-size: 40px;
		padding-top: 75px;
	}
}

@media (min-width: 992px) { 
	.featured-txt h2 {
		font-size: 20px;
	}
	
	.featured-txt.single h1 {
		font-size: 40px;
		padding-top: 25px;
	}
}

@media (min-width: 768px) { 
	.featured-txt h2 {
		font-size: 20px;
	}
}

@media (min-width: 992px) { 
	.featured-txt {
		padding-top: 80px;
	}
}

@media (min-width: 992px) { 
	.featured-txt.bbms {
		padding-top: 50px;
	}
}



.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* Boxes Home */

.box {
	height: 175px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 75px;
}

.box1 {
	background-image: url("../img/home_box1.jpg");
	background-size: cover; 
	background-position: center;
}

.box2 {
	background-image: url("../img/home_box2.jpg");
	background-size: cover; 
	background-position: center;
}

.box3 {
	background-image: url("../img/home_box3.jpg");
	background-size: cover;
	background-position: center;
}

.box4 {
	background-image: url("../img/home_box4.jpg");
	background-size: cover; 
	background-position: center;
}

.box5 {
	background-image: url("../img/home_box5.jpg");
	background-size: cover; 
}

.box6 {
	background-image: url("../img/home_box6.jpg");
	background-size: cover; 
}

.box1:hover {
	background-image: url("../img/home_box1_hover.jpg");
	-webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.box2:hover {
	background-image: url("../img/home_box2_hover.jpg");
	-webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.box3:hover {
	background-image: url("../img/home_box3_hover.jpg");
	-webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.box4:hover {
	background-image: url("../img/home_box4_hover.jpg");
	-webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.box5:hover {
	background-image: url("../img/home_box5_hover.jpg");
	-webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.box6:hover {
	background-image: url("../img/home_box6_hover.jpg");
	-webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.box1 .box-span {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.box2 .box-span {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.box3 .box-span {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.box4 .box-span {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.box5 .box-span {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.box6 .box-span {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.container.empresa {
	margin-top: 80px;
	margin-bottom: 80px;
}

ul.bms {
	margin-top: 10px;
	font-size: 15px;
	line-height: 25px;
	color: #595A5C;
	list-style: none;
	text-align: left;
	padding-left: 10px;
}

ul.bms.nopaddingleft {
	padding-left: 0;
}

.logos_cctv {
	margin-top: 50px;
}

.white {
	color: #FFFFFF!important;
}

.eco {
	margin-top: 50px;
}

.top-img {
	margin-top: 20px;
}

.max {
	max-width: 1110px;
}

h6{
	font-weight: regular;
	font-size: 18px;
	color: #019cdb;
	margin-top: 10px;
}

.logos-clientes img {
	margin-top: 40px;
}

.logos-clientes h1{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	margin-top: 40px;
	text-transform: uppercase;
}

.logos-clientes h2{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	margin-top: 20px;
}

.logos-clientes p{
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}

