@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Lato:400,100italic,100,300,300italic,400italic,700,700italic,900,900italic');

/* =======================================================
*
* 	Hoja de estilos
*	Tema basistemas
*
* ======================================================= */
body {
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #777777;
  color: #7f7f7f;
  background: #fff;
  height: 100%;
  position: relative;
}

a {
  color: #009dff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #393e46;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 1.2em;
}

strong {
    color: #393e46;
}

ul.arrow {
    margin-bottom: 1.2em;
    padding-left: 5px;
    list-style: none;
    text-align: left !important;
}

ul.arrow li {
    padding-left: 7px;
}

ul.arrow li::before {
    content: '\e606';
    font-family: 'simple-line-icons';
    margin-left: -12px;
    margin-top: 7px;
    font-size: 8px;
    font-weight: bold;
    position: absolute;

}

h1, h2, h3, h4, h5, h6 {
  color: #393e46;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

#basistemas-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 245px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #basistemas-header {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #basistemas-header .navbar-brand {
    color: #fff !important;
  }
  .navbar-collapse {
      background: #009dff;
  }
  #basistemas-header #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #basistemas-header #navbar li a:hover {
    color: #009dff !important;
  }
  #basistemas-header #navbar li a span:before {
    background: transparent !important;
  }
  #basistemas-header #navbar li a.active {
    background: transparent;
    background: none;
    color: #b30000 !important;
  }
  #basistemas-header #navbar li a.active span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#basistemas-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
  min-height: 50px;
  height: 55px;
}
#basistemas-header #navbar li a {
  font-family: "Lato", Arial, sans-serif;
  color: #fff;
  position: relative;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding-top: 18px;
  padding-bottom: 0px;
  font-size: 15px;
}
.icon-index {
    font-size: 20px;
    line-height: 20px;
}
.nav > li > a {
    padding: 10px 11px;
}
#basistemas-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#basistemas-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #009dff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#basistemas-header #navbar li a:hover {
  color: #b30000;
}
#basistemas-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#basistemas-header #navbar li a.active {
  background: transparent;
  background: none;
  color: #990000 !important;
}
#basistemas-header #navbar li a.active span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#basistemas-header .navbar-brand {
  float: left;
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  padding-left: 0;
  color: #fff;
  height: 50px;
  padding: 18px 0 0;
}
#basistemas-header.navbar-fixed-top {
  position: fixed !important;
  background: #009dff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #b30000;
  margin-top: 0px;
  top: 0;
}
#basistemas-header.navbar-fixed-top .navbar-brand {
  color: #fff;
}
#basistemas-header.navbar-fixed-top .navbar-default {
  box-shadow: none;
}
#basistemas-header.navbar-fixed-top #navbar li a {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#basistemas-header.navbar-fixed-top #navbar li a:hover {
  color: #b30000;
}
#basistemas-header.navbar-fixed-top #navbar li a.active {
  background: transparent;
  background: none;
  color: #b30000 !important;
}
#basistemas-header.navbar-fixed-top #navbar li a.active span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#basistemas-header .navbar-default {
  border: transparent;
  background: #009dff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 0 25px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #basistemas-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    box-shadow: none;
  }
  #basistemas-header {
      background: #009dff;
  }
}
#basistemas-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#basistemas-header .navbar-default .brand-slogan em {
  color: #009dff;
  font-style: normal;
}
#basistemas-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.logo {
    border-red: 100%;
    width: 150px;
    height: 150px;
    cursor: pointer;
    opacity: .9;
    /*background: linear-gradient(rgba(255, 255, 255, 1), rgba(235, 235, 235, 1));*/
    background: url('../imagenes/logo-basistemas.jpg') right center no-repeat;
    background-size: 100%;
    margin: 20px 0 0 0.8px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
	/*box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);*/
}
.logo:hover {
    opacity: 6;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	position: center;
}
.encabezado {
    height: 200px;
    /*background: #47476b;*/
    background: #fff url('../imagenes/header.jpg') center -100px;
    background-size: cover;
    border-bottom: 7px solid #009dff;
    position: relative;
    z-index: 2;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);*/
}
@media screen and (max-width: 768px) {
    .encabezado {
      background: #fff url('../imagenes/header.jpg') center top no-repeat;
      background-size: 150%;
    }
    .ocultar {
        display: none;
    }
    .top .text-right {
        text-align: center !important;
    }
    #basistemas-header {
      top: 235px;
    }
    #basistemas-header #navbar li a {
        text-align: center;
        font-size: 20px;
    }
    #basistemas-header #navbar {
        padding-bottom: 20px;
        border-top: 2px solid #b30000;
        border-bottom: 2px solid #b30000;
    }
    #slider .basistemas-owl-text-wrap {
        max-height: 200px;
    }
    #slider .basistemas-owl-text-wrap {
        height: 200px !important;
    }
    #slider a.btn {
        display: none;
    }
    .item .basistemas-owl-text .basistemas-sub-lead {
        font-size: 12px !important;
        line-height:  12px !important;
        letter-spacing: 0px !important;
        background: rgba(255, 255, 255, 0.7);
        padding: 8px 5px !important;
        border-radius: 4px !important;
        text-align: center !important;
    }
    .item .basistemas-owl-text .basistemas-lead {
        font-size: 14px !important;
        line-height:  14px !important;
        letter-spacing: 0px !important;
        background: rgba(255, 255, 255, 0.7);
        padding: 7px 5px !important;
        padding: 7px 2% !important;
        border-radius: 4px !important;
        text-align: center !important;
    }
    .pad-top2, .pad-top1 {
        padding-top: 0px !important;
    }
    #slider .slide1, #slider .slide2, #slider .slide3 {
        background-position: center top !important;
    }
    .slider-margen-lf {
        float: none !important;
        margin: 0 5% !important;
        padding-left: 15px !important;
    }
    .slider-margen-rt {
        float: none !important;
        margin: 0 5% !important;
        padding-right: 15px !important;
    }
    .owl-carousel-fullwidth.owl-theme .owl-dots {
        display: none !important;
    }
}
.slider-margen-lf {
    float: left;
    padding-left: 30px;
}
.slider-margen-rt {
    float: right;
    padding-right: 30px;
}
.separador {
    height: 10px;
    background: #009dff;
    position: relative;
    z-index: 3;
    border-bottom: 1px solid transparent;
}
.top {
    height: 40px;
    background: #009dff;
    position: relative;
    z-index: 3;
    border-bottom: 1px solid transparent;
}
.top .texto {
    color: #990000;
    font-weight: bold;
    font-size: 14px;
    padding-top: 10px;
}

/* banda central */
.banda {
    height: 40px;
    background: #009dff;
    position: absolute;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    bottom: 0;
    width: 100%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}
.banda .texto {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding-top: 4px;
}
span.tels {
    color: #080bd3;
    font-weight: bold;
}
#slider {
    position: relative;
    z-index: 1;
    border-bottom: 3px solid #fff;
}
#slider .slide1 {
    background: url('../imagenes/slide1.jpg') center center;
    background-size: cover;
}
#slider .slide2 {
    background: url('../imagenes/slide2.jpg') center -40px;
    background-size: cover;
}
#slider .slide3 {
    background: url('../imagenes/slide3.jpg') center -70px;
    background-size: cover;
}
#slider .slide4 {
    background: url('../imagenes/slide4.jpg') center -70px;
    background-size: cover;
}
#slider .slide5 {
    background: url('../imagenes/slide5.jpg') center -70px;
    background-size: cover;
}
#slider .slide6 {
    background: url('../imagenes/slide6.jpg') center -70px;
    background-size: cover;
}
.gris {
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#basistemas-header .container {
    max-width: 940px;
}
#basistemas-header.navbar-fixed-top .container {
    max-width: 1170px;
}
.pad-top1 {
  padding-top: 450px;
}
.pad-top2 {
  padding-top: 130px;
}
.fondo-gris {
    background: #f7f7f7 !important;
    padding-top: 50px;
    padding-bottom: 40px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.fondo-gris h3 {
    color: #888 !important;
}
.borde-derecho {
    border-right: 1px solid #ddd;
}
#basistemas-contacto .borde-derecho {
    border-right: 2px solid #ddd;
}
@media screen and (max-width: 768px) {
    #basistemas-contacto .borde-derecho, .borde-derecho {
        border-right: 0;
    }
}
.nav-tabs {
    padding-top: 30px;
}
.nav-tabs > li {
    margin-bottom: 5px;
}
.nav-tabs > li a {
    border: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #ccc;
}
.nav-tabs > li a:hover {
    border: 0;
    color: #777;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #393e46;
    font-weight: normal;
    background-color: #fff;
    border: 0;
    cursor: default;
}
.tab-pane h3 {
    color: #009dff !important;
    font-weight: 400 !important;
}


.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 30px;
  clear: both;
}
.section-heading h2 {
  font-size: 50px;
  font-weight: 300;
  color: #444;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 0px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
.section-heading h3 {
  font-weight: 300;
  line-height: 30px;
  color: #929292;
  padding-top: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 24px !important;
    line-height: 34px;
  }
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.padding-top {
  padding: 2.5em 0 !important;
}

ul.grid {
    width: 100%;
    list-style: none;
    padding: 0;
}

li.imagen {
    float: left;
    width: 20%;
}

.imagen img {
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    position: relative;
    z-index: 0;

	-webkit-transition: all 250ms ease-in-out;
	   	-ms-transition: all 250ms ease-in-out;
	   	 -o-transition: all 250ms ease-in-out;
	   	 	transition: all 250ms ease-in-out;
}

.imagen img:hover {
    z-index: 9;
}

@media screen and (min-width: 768px) {

    .imagen img {
        position: relative;
        z-index: 0;

    	-webkit-transition: all 250ms ease-in-out;
    	   	-ms-transition: all 250ms ease-in-out;
    	   	 -o-transition: all 250ms ease-in-out;
    	   	 	transition: all 250ms ease-in-out;

    	-webkit-transform:scale(1);
    	-moz-transform:scale(1);
    	-ms-transform:scale(1);
    	-o-transform:scale(1);
    	transform:scale(1);

    	filter: grayscale(100%);
    	-webkit-filter: grayscale(100%);
    	-moz-filter: grayscale(100%);
    	-ms-filter: grayscale(100%);
    	-o-filter: grayscale(100%);
    }

    .imagen img:hover {
        z-index: 9;
        -webkit-transform:scale(1.4);
        -moz-transform:scale(1.4);
        -ms-transform:scale(1.4);
        -o-transform:scale(1.4);
        transform:scale(1.4);

        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
    }

}

.owl-carousel-mini {
    border-radius: 6px;
    overflow: hidden;
}

.owl-carousel-logos .owl-dots {
    bottom: -40px !important;
}

#clientes {
    margin-bottom: 40px;
}

.logos {
    margin: 0 5px;
}

#basistemas-our-services,
#basistemas-nosotros,
#basistemas-features,
#basistemas-testimonials,
#basistemas-pricing,
#basistemas-contacto {
  padding: 7em 0 5em;
}
@media screen and (max-width: 480px) {
  #basistemas-our-services,
  #basistemas-nosotros,
  #basistemas-features,
  #basistemas-testimonials,
  #basistemas-pricing,
  #basistemas-contacto {
    padding: 5em 0;
  }

  li.imagen {
      float: left;
      width: 100%;
  }
}

#basistemas-testimonials {
  background: #009dff;
}
#basistemas-testimonials .section-heading h2 {
  color: white;
}
#basistemas-testimonials .section-heading h2:after {
  background: rgba(255, 255, 255, 0.2);
}
#basistemas-testimonials .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.5);
}
#basistemas-testimonials .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#basistemas-testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#basistemas-testimonials .box-testimony a:hover, #basistemas-testimonials .box-testimony a:focus, #basistemas-testimonials .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#basistemas-testimonials .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 40px;
  background: #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#basistemas-testimonials .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 15px solid black;
  border-top-color: #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
basistemas  position: absolute;
  top: 0;
  left: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 0;
  display: table;
  color: #fff;
  width: 56px;
  height: 56px;
  margin-top: -30px;
  background: #009dff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#basistemas-testimonials .box-testimony blockquote .quote > span {
  display: table-cell;
  vertical-align: middle;
}
#basistemas-testimonials .box-testimony blockquote p {
  font-style: italic;
}
#basistemas-testimonials .box-testimony .author {
  line-height: 20px;
  color: white;
  font-size: 20px;
  margin-left: 20px;
}
#basistemas-testimonials .box-testimony .author .subtext {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

#basistemas-pricing .price-box {
  border: 2px solid #ECEEF0;
  text-align: center;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
#basistemas-pricing .price-box.popular {
  border: 2px solid #009dff;
}
#basistemas-pricing .price-box.popular .popular-text {
  top: 0;
  left: 50%;
  margin-left: -54px;
  margin-top: -2em;
  position: absolute;
  padding: 4px 20px;
  background: #009dff;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#basistemas-pricing .price-box.popular .popular-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top: 10px solid black;
  border-top-color: #009dff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#basistemas-pricing .pricing-plan {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
#basistemas-pricing .price {
  font-size: 50px;
  color: #393e46;
}
#basistemas-pricing .price .currency {
  font-size: 20px;
  top: -1.2em;
}
#basistemas-pricing .price small {
  font-size: 16px;
}
#basistemas-pricing .pricing-info {
  padding: 0;
  margin: 0 0 30px 0;
}
#basistemas-pricing .pricing-info li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

#basistemas-our-services,
#basistemas-contacto {
  background: #fff;
}

#basistemas-our-services .box {
  padding: 30px;
  background: #fff;
  text-align: center;
  color: #7f7f7f;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 992px) {
  #basistemas-our-services .box {
    min-height: inherit;
    margin-bottom: 60px;
  }

  li.imagen {
      float: left;
      width: 50%;
  }
}
#basistemas-our-services .box .icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
}
#basistemas-our-services .box .icon > span {
  display: table-cell;
  vertical-align: middle;
}
#basistemas-our-services .box .icon > span i {
  font-size: 40px;
  color: #fff !important;
  margin: 0;
  padding: 0;
}
#basistemas-our-services .box .icon.colored-1 {
  background: #2aaf67;
}
#basistemas-our-services .box .icon.colored-2 {
  background: #00bff3;
}
#basistemas-our-services .box .icon.colored-3 {
  background: #f26522;
}
#basistemas-our-services .box .icon.colored-4 {
  background: #e52b50;
}
#basistemas-our-services .box .icon.colored-5 {
  background: #2fc5cc;
}
#basistemas-our-services .box .icon.colored-6 {
  background: #009dff;
}
#basistemas-our-services .box .step-number {
  font-size: 16px;
  display: block;
  color: #d1d1d1;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
#basistemas-our-services .box h3 {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 400;
  font-size: 20px;
  color: #444;
}

#basistemas-features {
  padding: 3em 0 1em;
}
@media screen and (max-width: 768px) {
  #basistemas-features {
    padding: 4em 0;
  }
div {
    text-align: center !important;
}
  li.imagen {
      float: left;
      width:50%;
  }
}
@media screen and (max-width: 480px) {
  li.imagen {
      float: left;
      width:100% !important;
  }
}
#basistemas-features .basistemas-service {
  margin-bottom: 30px;
  float: left;
}
#basistemas-features .basistemas-service .basistemas-icon {
  float: left;
  width: 50%;
}
#basistemas-features .basistemas-service .basistemas-icon img {
  width: 90%;
  border: 2px solid #ccc;
}
#basistemas-features .basistemas-service .basistemas-icon i {
  font-size: 40px;
  color: #009dff;
}
#basistemas-features .basistemas-service .basistemas-desc {
  width: 50%;
  padding-top: 10px;
  font-size: 80%;
  float: right;
  line-height: 16px;
  text-align: left !important;
}
#basistemas-features .basistemas-service .basistemas-desc h3 {
  margin-top: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
#basistemas-features .basistemas-service .basistemas-desc p {
  margin-bottom: 0 !important;
}

#contacto #basistemas-contacto .basistemas-contacto-item {
  margin-bottom: 40px;
}
#basistemas-contacto .basistemas-contacto-item {

  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  #basistemas-contacto .basistemas-contacto-item {
    display: block !important;
  }
}
#basistemas-contacto .basistemas-contacto-item .basistemas-contacto-text,
#basistemas-contacto .basistemas-contacto-item .basistemas-contacto-img {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #basistemas-contacto .basistemas-contacto-item .basistemas-contacto-text,
  #basistemas-contacto .basistemas-contacto-item .basistemas-contacto-img {
    height: inherit;
    float: none !important;
    width: 100%;
    display: block !important;
  }
}
#basistemas-contacto .basistemas-contacto-item .basistemas-contacto-text {
  float: left;
  padding: 20px 30px;
}
#basistemas-contacto form {
    padding-top: 20px;
    width: 100%;
}
#basistemas-contacto .basistemas-contacto-item .basistemas-contacto-text .basistemas-contacto-title {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-weight: 400;
  font-size: 20px;
  color: #444;
  position: relative;
}
#basistemas-contacto .basistemas-contacto-item .basistemas-contacto-text .basistemas-contacto-title .basistemas-border {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30px;
  background: #009dff;
}
#basistemas-contacto .basistemas-contacto-item .basistemas-contacto-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  #basistemas-contacto .basistemas-contacto-item .basistemas-contacto-img {
    height: 200px;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
  }
}

.form-control {
    border: 1px solid #eee;
    box-shadow: none;
    border-bottom: 2px solid #009dff;
    border-radius: 0;
}

.form-control:focus, .form-control:active {
    outline: 0 !important;
    box-shadow: none;
    border: 1px solid #ddd;
    border-bottom: 2px solid #393e46;
}

.basistemas-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.basistemas-nav-toggle.active i::before, .basistemas-nav-toggle.active i::after {
  background: #fff;
}
.basistemas-nav-toggle:hover, .basistemas-nav-toggle:focus, .basistemas-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.basistemas-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #009dff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.basistemas-nav-toggle i::before, .basistemas-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.basistemas-nav-toggle i::before {
  top: -7px;
}

.basistemas-nav-toggle i::after {
  bottom: -7px;
}

.basistemas-nav-toggle:hover i::before {
  top: -10px;
}

.basistemas-nav-toggle:hover i::after {
  bottom: -10px;
}

.basistemas-nav-toggle.active i {
  background: transparent;
}

.basistemas-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.basistemas-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.basistemas-nav-toggle {
  position: absolute;
  top: 4px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .basistemas-nav-toggle {
    display: block;
  }
}

.person {
  text-align: center;
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
.person img {
  display: block;
  margin: 0 auto;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.person .name {
  font-size: 24px;
}
.person .position {
  text-transform: uppercase;
  color: #c3c3c3;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

#footer {
  padding: 50px 0;
  color: #7f7f7f;
}
#footer .copyright {
  margin-bottom: 0px;
  padding-bottom: 0;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #009dff;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #009dff;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #009dff;
  color: #fff;
}
.social li a.social-circle {
  background: #009dff;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #009dff;
  color: #fff;
}
.social.social-circle a {
  background: #009dff;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.owl-carousel .owl-controls .owl-nav {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-carousel:focus .owl-controls .owl-nav, .owl-carousel:hover .owl-controls .owl-nav, .owl-carousel:active .owl-controls .owl-nav {
  opacity: 1;
}
.owl-carousel .btn-primary:hover, .owl-carousel .btn-primary:focus, .owl-carousel .btn-primary:active {
  background: transparent !important;
  border: 2px solid #fff !important;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .owl-carousel .owl-controls .owl-nav {
    display: none;
  }
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.owl-carousel .owl-controls .owl-nav .owl-next i:before,
.owl-carousel .owl-controls .owl-nav .owl-prev i:before {
  color: #009dff;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
  right: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover i:before {
  color: #009dff;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  left: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover i:before {
  color: #009dff;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i {
  color: #444;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i {
  color: #393e46;
}

.owl-carousel-fullwidth.basistemas-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.basistemas-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #fff;
}
.owl-carousel-fullwidth.basistemas-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.basistemas-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: -38px;
  margin-bottom: 2.5em;
}
.owl-theme .owl-dot {
  background: #009dff;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  background: white;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: white;
  background: transparent;
  border: 2px solid #fff;
}

.owl-carousel-fullwidth .item, .owl-carousel-fullwidth .basistemas-owl-text-wrap {
  height: 750px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item, .owl-carousel-fullwidth .basistemas-owl-text-wrap {
    height: inherit;
    padding: 5em 0;
  }
}
.owl-carousel-fullwidth .basistemas-owl-text-wrap {
  position: relative;
}
.owl-carousel-fullwidth .item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
}
.owl-carousel-fullwidth .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.owl-carousel-fullwidth .item img {
  max-width: 100%;
}
.owl-carousel-fullwidth .item .iphone-image {
  position: relative;
  z-index: 99;
}
.owl-carousel-fullwidth .item .iphone-image .iphone {
  float: right;
  text-align: right;
  position: relative;
  bottom: -12em;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .iphone-image .iphone {
    bottom: 0em;
    text-align: center;
    float: none !important;
    margin: 0 auto;
    display: block;
  }
}
.owl-carousel-fullwidth .item .iphone-image .iphone img {
  max-width: 100%;
}
.owl-carousel-fullwidth .item .basistemas-owl-text {
  display: table-cell;
  vertical-align: middle;
  z-index: 10;
  position: relative;
}
.owl-carousel-fullwidth .item .basistemas-owl-text a {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.owl-carousel-fullwidth .item .basistemas-owl-text a:hover {
  text-decoration: none;
  color: #009dff;
  border: 2px solid #009dff !important;
}
.owl-carousel-fullwidth .item .basistemas-owl-text .basistemas-lead, .owl-carousel-fullwidth .item .basistemas-owl-text .basistemas-lead-2, .owl-carousel-fullwidth .item .basistemas-owl-text .basistemas-sub-lead {
  color: #fff;
  margin: 0;
  padding: 0;
}
.owl-carousel-fullwidth .item .basistemas-owl-text .basistemas-lead {
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
  color: #242020;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .basistemas-owl-text .basistemas-lead {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }
}
.owl-carousel-fullwidth .item .basistemas-owl-text .basistemas-sub-lead {
  font-size: 22px;
  line-height: 22px;
  letter-spacing: -1px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #242020;
}
@media screen and (max-width: 768px) {
  .owl-carousel-fullwidth .item .basistemas-owl-text .basistemas-sub-lead {
    font-size: 24px;
    line-height: 34px;
  }
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.basistemas-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*# sourceMappingURL=style.css.map */