@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);

@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic);

body, p{
	font-family: 'Lato', sans-serif;
	font-weight: 400; 
	font-size: 15px;
	line-height: 1.6em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}

.invisible {
  visibility: hidden;
}
.home .carousel-item{
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;

}
.home .carousel-item::before{
 content: '';
 position:absolute;
 left: 0;
 width: 100%;
 height: 100%;
 background-color:rgba(0,0,0,0.5);
 z-index: -1;

}

.home .carousel-item .container{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.home .carousel-item h2{
    font-size: 35px;
    color: #ffffff;
    margin: 0 0 10px;
    opacity: 0;
}

.home .carousel-item p{
 font-size: 25px;
 margin: 0;
 color: #ffffff;
 opacity: 0;
}

.home .carousel-item.active h2{
  animation: fadeInLeft 0.5s ease forwards;  
}

.home .carousel-item.active p{
    animation: fadeInRight 0.5s ease forwards;    
}

@keyframes fadeInLeft{
    0%{
        opacity: 0;
        transform: translateX(-30px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes fadeInRight{
    0%{
        opacity: 0;
        transform: translateX(30px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}
/*circulo indicadores*/
.home .carousel-controls{
    position: absolute;
    left: 50%;
    bottom: 40px;
    z-index: 10;
    transform: translateX(-50%);
}

.home .carousel-indicators{
    position: relative;
    margin: 0;
}

.home .carousel-indicators li{
    height: 70px;
    width: 70px;
    margin: 0 5px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    border: 3px solid transparent;
    transition: all 0.3s ease;
}

.home .carousel-indicators li.active{
  border-color: #ffffff;
  transform: scale(1.2);
}

.home .carousel-control-next,
.home .carousel-control-prev{
 height: 60px;
 width: 60px;
 opacity: 1;
 z-index: 3;
 top: 50%;
 transform: translateY(-50%);
 border-radius: 50%;
 transition: all 0.3s ease;
}

.home .carousel-control-next:hover,
.home .carousel-control-prev:hover{
    box-shadow: 0 0 10px #ffffff;
}


.home .carousel-control-next{
    right: -90px;
}
.home .carousel-control-prev{
    left: -90px;
}

.home .carousel-control-next img,
.home .carousel-control-prev img{
    width: 30px;
}

/*Responsive*/
 @media(max-width: 767px){
    .home .carousel-control-next img, 
    .home .carousel-control-prev img{
    display: none;
    }
    .home .carousel-indicators li{
        height: 60px;
        width: 60px;
    }
    .home .carousel-item h2{
        font-size: 25px;
    }
    .home .carousel-item p{
        font-size: 18px;
    }
 }



.nosotros{
	background: #f5f5f5;
}
.analytics{
	background:  #f5f5f5;
}
.services{
	background: #f5f5f5;
}
.contact{
    background: #f5f5f5;
}
.about{
    background: #ffffff;
}
.frelancer-avaliable{
    background: #49a2e7;
}
.clientes{
  background: #ffffff;
}
.marcas{
  background: #ffffff;
}
.portfolio{
	background: #f5f5f5;
}
.cctv {
  background: #f5f5f5;
}
.nomina {
  background: #333;
}
.axesa{
  background: #f5f5f5;
}
.app{
  background: #ffffff;
}
.precios{
  background: #ffffff;
}
.price{
  background: #f5f5f5;
}
.modulos{
	background:  #f5f5f5;
}
.ca{
	background:  #ffffff;
}
.icon-a {
    color: #888;
} 
.icon-b {
    color:#07235A
}
.icon-c {
    color: yellow;
}
.icon-d {
    color: yellow;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: orange;
}
.titulo{
  color: #B81018;
}
.heading {
  margin-bottom: 0px;
}
.heading:after {
  content: " ";
  display: block;
  width: 100px;
  height: 1px;
  margin: 20px 0 20px;
  background: #ffffff;
}

/*Galeria -------------------*/
*{
    margin: 0;
    box-sizing: border-box;
}
.container{
    max-width: 1170px;
    margin: auto;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
img{
    max-width: 100%;
    vertical-align: middle;
}
.gallery{
    width: 100%;
    display: block;
    min-height: 100vh;
    background-color: #ffffff;
    padding : 100px 0;
}
.gallery .gallery-filter{
    padding: 0 15px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.gallery .gallery-filter .filter-item{
    color: #2a2932;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    line-height: 1.2;
    transition: all 0.3s ease;
}
.gallery .gallery-filter .filter-item:hover{
    color:#49a2e7;

}
.gallery .gallery-filter .filter-item.active{
    color:#49a2e7;
    border-color: #49a2e7;;
}
.gallery .gallery-item{
    width: calc(100% / 3);
    padding: 15px;
}
.gallery .gallery-item:hover{
    box-shadow: 0 0 10px #2a2932;
}

.gallery .gallery-item-inner img{
    width: 100%;
}
.gallery .gallery-item.show{
    animation: fadeIn 0.5s ease;
}
@keyframes fadeIn{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.gallery .gallery-item.hide{
    display: none;
}

/*responsive*/

@media(max-width: 991px){
    .gallery .gallery-item{
        width: 50%;
    }
}
@media(max-width: 767px){
    .gallery .gallery-item{
        width: 100%;
    }
    .gallery .gallery-filter .filter-item{
        margin-bottom: 10px;
    }
}

  /*Footer section */

  @media (min-width: 768px) {
    .navbar-brand.abs
        {
            position: absolute;
            width: 100%;
            left: 0;
            text-align: center;
        }
    }
/*
    .navbar {
        background:#ffffff;
        padding: 2rem 1rem;
        height: 0rem;
        min-height: 12vh;
    }
    */
    .bg-dark .btn-floating{
     height: 60px;
     width: 60px;
     opacity: 1;
     z-index: 3;
     top: 50%;
     transform: translateY(-50%);
     border-radius: 50%;
     transition: all 0.3s ease;
    }
    
   
    .bg-dark .btn-floating:hover{
        box-shadow: 0 0 10px #ffffff;
    }

    /*nav Menu*/

    .navbar-nav .nav-item .nav-link{
      color:#49a2e7;
  
  }
    .navbar-nav .nav-item .nav-link:hover{
        color:#49a2e7;
    
    }
    .navbar-nav .nav-item .active{
        color:#49a2e7;
        
    }
 
/*-------------------------# Portfolio Seguridad-------------------------------------*/


.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 15px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
  }
  
  .portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
  }
  
  .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
    color: #49a2e7;
  }
  
  .portfolio #portfolio-flters li:last-child {
    margin-right: 0;
  }
  
  .portfolio .portfolio-item {
    margin-bottom: 30px;
  }
  
  .portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: #49a2e7;
    padding: 15px;
  }
  /*cambia mouse oveer aqui--------------------------------------*/
  .portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    /* color: #222222;--------------------------------------*/
  }
  
  .portfolio .portfolio-item .portfolio-info p {
    color:#ffffff;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #FFFFFF;
  }
  
  .portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #000;
  }
  
  .portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
  }
  
  .portfolio .portfolio-item .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
  }
  
  .portfolio .portfolio-item .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
  }
  
  .portfolio .portfolio-item .portfolio-links a:hover {
    color: #6ba7f5;
  }
  
  .portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
  }
  
  .portfolio-details {
    padding-top: 40px;
  }
  
  .portfolio-details .portfolio-details-slider img {
    width: 100%;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #106eea;
  }
  
  .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #106eea;
  }
  
  .portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
  }
  
  .portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
  
  .portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  
  .portfolio-details .portfolio-info ul li + li {
    margin-top: 10px;
  }
  
  .portfolio-details .portfolio-description {
    padding-top: 30px;
  }
  
  .portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .portfolio-details .portfolio-description p {
    padding: 0;
  }

/* Banner*/

#banner-area{
	position: relative;
}

.banner-title-content{
	position: absolute;
	top: 50%;
	width: 100%;
	height: 100%;
}

.banner-title-content h2{
	color: #fff;
	font-weight: 700;
	font-size: 36px;
}

.banner-title-content .breadcrumb{
	background: none;
	color: #fff;
	font-family: 'Lora', serif;
	font-weight: 700;
	font-style: italic;
	font-size: 16px;
}



 /* Sub pages
================================================== */

/*Breadcrumbs*/
.breadcrumbs {
  padding: 18px 0;
  background: #f5f5f5;
  min-height: 40px;
  margin-top: 68px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6b7b8d;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs h2 {
    margin-bottom: 10px;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}


.testimonials {
  padding: 40px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(14, 16, 17, 0.7);
}

/*Parallax-------------------------------
.parallax-header{
  background: #000;
  background: linear-gradient(
      rgba(0,0,0,0.3),
      rgba(0,0,0,0.8)
  ),
    url(../images/Analisis.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.parallax-content{
  padding: 80px 0 130px 0;
}
*/

#fondo{
  padding:8rem 0;

}
#fondo1{
  padding:8rem 0;
  background-size: cover;
  position: relative;

}
.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}

.parallax {
	position: fixed;
	top: 0;
	transform: translate3d(0, 0, 0);
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax1 {
	position: fixed;
	top: 0;
	transform: translate3d(0, 0, 0);
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.mb_parallax_overlay {
  height: 100%;
  width: 100%;
  margin: auto;
  background-color: black;
  opacity: .6;
}

.mb_parallax_container {
  height: 100vh;
  width: 100vw;
  border-bottom: 10px solid black;
  padding-top: 20vh;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}



#mb_parallax_one {
  background-image: url(https://picsum.photos/900/300/);
}

#mb_parallax_two {
  background-image: url(https://picsum.photos/800/300/);
}

#mb_parallax_three {
  background-image: url(https://picsum.photos/700/300/);
}
/*________________________Form Control_______________*/
.form-control {
  display: block;
  width: 100%;
  padding: 0.7rem 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #555;
  background-color: #fff;
  border-color: #737373;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
}

.form-control::placeholder {
  color: #6c757d;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eee;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #555;
  background-color: #fff;
}

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0rem;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}



.video-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  background:#098024;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  position: relative;
  z-index: 2;
  border: none;
  outline: none !important;
}

.video-btn::before {
  content: '';
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  background:#28a745;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
  transition: all 0.35s;
}

.video-btn::after {
  content: '';
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: block;
  background: #59c773;
  position: absolute;
  top: -15px;
  left: -15px;
  z-index: -1;
  transition: all 0.35s;
}

.video-btn:hover, .video-btn:focus {
  color: #fff;
  text-decoration: none;
}

.video-btn:hover::before, .video-btn:hover::after, .video-btn:focus::before, .video-btn:focus::after {
  -webkit-animation: bouncing 2s infinite;
  animation: bouncing 2s infinite;
}

@-webkit-keyframes bouncing {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

@keyframes bouncing {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

/*________________________Pricing Table_______________*/
.pricing-header {
  max-width: 700px;
}

.heading-title
{
	margin-bottom: 50px;
}
.pricingTable{
  border: 2px solid #e3e3e3;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  transform: translateZ(0px);
}

.pricingTable:before,
.pricingTable:after{
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  z-index: -1;
  transition: all 0.5s ease 0s;
}

.pricingTable:before{
  border-right: 2px solid #49a2e7;
  border-left: 2px solid #49a2e7;
  transform: scaleY(0);
  transform-origin: 100% 0 0;
}

.pricingTable:after{
  border-bottom: 2px solid #49a2e7;
  border-top: 2px solid #49a2e7;
  transform: scaleX(0);
  transform-origin: 0 100% 0;
}

.pricingTable:hover:before{
  transform: scaleY(1);
}

.pricingTable:hover:after{
  transform: scaleX(1);
}

.pricingTable .pricingTable-header{
  background: #49a2e7;
  color: #fff;
  margin: -2px -2px 35px;
  padding: 40px 0;
}

.pricingTable .heading{
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.pricingTable .subtitle{
  font-size: 14px;
  display: block;
}

.pricingTable .price-value{
  font-size: 72px;
  font-weight: 600;
  margin-top: 10px;
  position: relative;
  display: inline-block;
}

.pricingTable .currency{
  font-size: 45px;
  font-weight: normal;
  position: absolute;
  top: 2px;
  left: -30px;
}

.pricingTable .month{
  font-size: 20px;
  position: absolute;
  bottom: 17px;
  right: -40px;
}

.pricingTable .pricing-content{
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.pricingTable .pricing-content li{
  font-size: 16px;
  color: #7a7e82;
  line-height: 40px;
}

.pricingTable .read{
  display: inline-block;
  border: 2px solid #7a7e82;
  border-right: none;
  font-size: 14px;
  font-weight: 700;
  color: #7a7e82;
  padding: 9px 30px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.pricingTable .read:hover{
  border-color:#49a2e7;
  color: #49a2e7;
}

.pricingTable .read i{
  font-size: 19px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transition: all 0.3s ease 0s;
}

.pricingTable .read:hover i{
  right: 5px;
}

.pricingTable .read:before,
.pricingTable .read:after{
  content: "";
  display: block;
  height: 30px;
  border-left: 2px solid #7a7e82;
  position: absolute;
  right: -11px;
  transition: all 0.3s ease 0s;
}

.pricingTable .read:before{
  bottom: -6px;
  transform: rotate(45deg);
}

.pricingTable .read:after{
  top: -6px;
  transform: rotate(-45deg);
}

.pricingTable .read:hover:before,
.pricingTable .read:hover:after{
  border-left-color: #49a2e7;
}

@media screen and (max-width: 990px){
  .pricingTable{ margin-bottom: 25px; }
}


.btn {
  color: #B81018;
  border-color: #B81018;
}
.btn:hover {
  background-color: #B81018;
}