@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800');
@import url('http://fonts.googleapis.com/css?family=Nunito:400,300,700');

body {
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  cursor:default;
  color: #30373e;
  font-size: 13px;
  font-weight: 300;
}

/*
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: 0 !important;
}

iframe {
  border: none;
  width:100%;
}
::selection {
  background: #fefac7; /* Safari */
  color: #555555;
}
::-moz-selection {
  background: #fefac7; /* Firefox */
  color: #555555;
}
strong,b{
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
}
span.text-bg{
  padding: 0px 5px;
  background-color: #f99200;
  color:#fff;
  line-height: 10px;
}
span.text-color{
  color:#f99200;
}
label{
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  color:#777;
}
p.dropcap:first-letter{
  display: block;
  float: left;
  font-size: 50px;
  line-height: 51px;
  margin: -1px 8px -2px 0;
  color:#f99200;
  font-family: 'Nunito', sans-serif;
}
input,
button,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
a {
  color: #000;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  font-family: 'Nunito', sans-serif;
}
a:hover,
a:focus {
  color: #1abc9c;
  text-decoration: none;
}
.colored-text{
  color:#f99200;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-weight: 600;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

h1 {
  font-size: 3.2em;
  line-height: 44px;
  margin: 0 0 44px 0;
}

h2 {
  font-size: 2.6em;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 32px 0;
}

h3 {
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 33px;
}
/*use in section headings*/
h3.heading{
  border-bottom: 1px solid #E5E5E5;
  color: #4e4e4e;
  font-size: 16px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
  font-weight: 600;
}
h3.heading:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #1abc9c;
  width: 90px;
  bottom: -1px;
  left: 0px;
}
h4 {
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0;
}

h5 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}

h6 {
  color: #333;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0;
}
/*parahraphs*/
p {
  color: #777777;
  line-height: 24px;
  margin: 0 0 20px;
}

/*forms*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{

  color: #384b4f;
  border: 1px solid #dadada;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #FFF;
  font-size: 12px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
  border: 1px solid #1abc9c;
  background: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/** BUTTON **/
.btn-theme-bg{
    background-color: #1abc9c;
    color:#fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.btn-theme-bg:hover,.btn-theme-bg:active{
    background-color: #384b4f;
    color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/

.divide30 {
  width: 100%;
  height: 30px;
}

.divide40 {
  width: 100%;
  height: 40px;
}

.divide50 {
  width: 100%;
  height: 50px;
}

.divide60 {
  width: 100%;
  height: 60px;
}

.divide70 {
  width: 100%;
  height: 70px;
}

.divide80 {
  width: 100%;
  height: 80px;
}

/*margins*/
.margin10{
  margin-bottom: 10px;
}
.margin20{
  margin-bottom: 20px;
}
.margin30{
  margin-bottom: 30px;
}
.margin40{
  margin-bottom: 40px;
}

/* paddings */
.padding-80{
  padding: 80px 0;
}
.padding-70{
  padding: 70px 0;
}
.padding-60{
  padding: 60px 0;
}
.padding-50{
  padding: 50px 0;
}
.padding-65-55{
  padding-bottom: 65px;
  padding-top: 55px;
}
.padding-100{
  padding-bottom: 65px;
  padding-top: 65px;
}
.pQuienesSomos{
  padding-top:65px;
  padding-bottom:55px;
}
.pNuestraMetodologia{
  padding-top:25px;
  padding-bottom:60px;
}
.pServicios{
  padding-top:80px;
  padding-bottom:55px;
}
.pHosting{
  padding-top: 80px;
  padding-bottom: 80px;
}
.pPortafolio{
  padding-top:45px;
  padding-bottom:60px;
}
.pContacto{
  padding-top:80px;
  padding-bottom:60px;
}


/***********bootstrap navigation overrides--*/
.navbar-default {
  font-family: 'Nunito', sans-serif;
  border:none;
  border-radius: 0;
  margin-bottom: 0;
  width:100%;
  min-height: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: -1px 1px 1px rgba(0,0,0,0.1);
  background:#fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #1abc9c !important;
  background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: #f99200 !important;
  background-color: transparent;
}
.navbar-brand{
  font-weight: 800;
  color:#fff !important;
  font-size: 30px;
  line-height: 14px;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
}
.navbar-default .navbar-nav>li>a:hover {
  color: #1abc9c;

}
/*transparent header*/
.navbar-default.trans-before{
  background-color:#3c454d;
  box-shadow: none;
  width:100%;
}
.navbar-default.trans-after{
  background: #3c454d;
  border: 0;
  width: 100%;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
@media(max-width:767px){
  .navbar-default.trans-before{
    background-color: #333 !important;
    border: 0 !important;
    text-align: center;
    width:100%;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }
}
.navbar-default.trans-before li a{
  color:#fff;
}
.navbar-default.trans-before .navbar-brand{
  color:#fff !important;
}

/******* CSS SLIDER ***********/
.home-screen{
  background-color:#1abc9c;
  text-align:center;
  position:relative;
  padding:1px;
  overflow:hidden;
  height:100%;
  background-image:url(../Imagenes/static/bg-1.jpg);
  -moz-background-size:cover;
  -o-background-size:cover;
  -webkit-background-size:cover;
  background-size:cover;
}
.iconoServicio{
  position: relative;
  margin-top: 14%;
}

.iconoServicio i{
  color: #fff;
  font-size: 140px;
}
.iconoServicio i{
  -webkit-animation-name: animacionIcono; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 10s; /* Chrome, Safari, Opera */
  animation-name: animacionIcono;
  animation-duration: 10s;
  position: absolute;

}

/* Chrome, Safari, Opera */
@-webkit-keyframes animacionIcono{
  0%   {left:0%;-webkit-transform:rotate(360deg);transform:rotate(360deg)}
  45% {-webkit-transform:rotate(0deg);transform:rotate(0deg)}
  100% {left: 47%;-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes animacionIcono{
  0%   {left:0%;-moz-transform:rotate(360deg);transform:rotate(360deg)}
  45% {-moz-transform:rotate(0deg);transform:rotate(0deg)}
  100% {left: 47%;-moz-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes animacionIcono{
  0%   {left:0%;transform:rotate(360deg)}
  45% {transform:rotate(0deg)}
  100% {left: 47%;-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}

.tituloServicio{
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-top: 350px;
  text-transform: uppercase;
}

/**** CSS SECCIONES **/
.center-header {
  text-align: center;
  margin-bottom: 40px;
}
.center-heading {
  font-weight: 300;
  font-size: 44px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #444;
}

span.center-line {
  display: inline-block;
  width: 120px;
  height: 2px;
  background-color: #1abc9c;
  text-align: center;
}
.facts-in{
  text-align: center;
  margin-bottom: 35px;
}
.facts-in h3{
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 400;
  color:#000;
}
.facts-in h3 i{
  font-size: 40px;
  margin-right: 20px;
  color:#1abc9c;
}
.facts-in h4{
  margin-bottom: 0px;
}
.quienes-p{
  font-size: 14px;
}

/** CSS SERVICIOS **/
#servicios .icon {
  position:relative;
  width:110px;
  height:110px;
  margin:0 auto;
  text-align:center;
  background:#1abc9c;
  line-height:110px;
  font-size:48px;
  color:#fff;
  border-radius:50%;
  box-shadow:0 0 0 0 rgba(0,0,0,0.0);
  margin-bottom:40px;
  -webkit-transition:all .3s ease-out;
  transition:all .3s ease-out;
}

#servicios .item:hover .icon {
  font-size:38px;
  box-shadow:0 0 0 10px rgba(0,0,0,0.05);
}

#servicios .icon:after{
  display:block;
  content:"";
  position:absolute;
  width:110px;
  height:110px;
  top:0;
  left:0;
  border-radius:50%;
  box-shadow:inset 0 0 0 0 rgba(0,0,0,0.08);
  background:transparent;
  -webkit-transition:box-shadow .3s ease-out;
  transition:box-shadow .3s ease-out;
}

#servicios .item:hover .icon:after {
  box-shadow:inset 0 0 0 10px rgba(0,0,0,0.08);
}

#servicios h4 {
  font-size:21px;
  font-weight:400;
  text-transform:uppercase;
  -webkit-transition:color .3s ease-out;
  transition:color .3s ease-out;
}

#servicios .item:hover h4{
  color:#1abc9c;
}

/*********************CSS HOSTING ****************/
.naran-pricing{
    border: 1px solid #e9e9e9;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
.narani-price-title{
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 0;
    background: #30373e;
    position: relative;
}
.narani-price-title h3{
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    color:#fff;
}
.narani-price-title h2{
    font-size: 38px;
    color: #fff;
}
.narani-price-title sup{
    color:#b1b5b8;
    font-size: 16px;
    top: -20px;
}
.narani-price-title sub{
    color:#b1b5b8;
    font-size: 16px;
}


.narani-price-title sup.recomendado{
    color:#d0edd4;
}
.narani-price-title sub.recomendado{
    color:#d0edd4;
}

.narani-price-content{
    padding: 20px 0;
}
.narani-price-content p{
    margin: 0px;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
}
.naran-pricing-btn{
    padding-bottom: 20px;
}
span.popular-tag{
    position: absolute;
    right: 0;
    top: 0;
    padding: 1px 6px;
    color:#fff;
    background-color: #30373e;
    font-size: 10px;
}
.narani-price-title.popular-title{
    background-color: #1abc9c;
}
.narani-price-title.popular-title h2{
    color: #fff;
}
.narani-price-title.popular-title h3{
    color: #fff;
}


/*** CSS METODOLOGIA **/
.process-box {
  position:relative;
  z-index:1;
}
.process-line {
  position:absolute;
  width:80%;
  margin:0 10%;
  height:0;
  top:80px;
  border-top:3px dotted #24292e;
  z-index:-1;
}

.process-list{
  margin:0;
  padding:0;
  background:transparent;
  list-style:none;
  text-align:center;
  width:100%;
}

.process-list li{
  display:inline-block;
  background:transparent;
  margin:20px 0;
  width:15%;
  vertical-align:top;
}

.process-list .icon{
  position:relative;
  display:block;
  text-align:center;
  width:120px;
  height:120px;
  margin:0 auto 30px;
  background:#1abc9c;
  border-radius:50%;
  font-size:48px;
  line-height:120px;
  color:#fff;
  -webkit-transition:all 0.2s ease-out;
  transition:all 0.2s ease-out;
}

.process-list .icon:hover{
  font-size:36px;
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}

.process-list li.colored .icon{
  background:#1abc9c;
}
.listaRMetodologia{
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
}
.listaRMetodologia li{
  list-style: none;
  padding-bottom: 10px;
}
.listaRMetodologia li p{
  margin: 0;
  padding: 0;
}
.listaRMetodologia li p i{
  width: 90px;
  height: 90px;
  background: #1abc9c;
  border-radius: 50%;
  font-size: 40px;
  line-height: 90px;
  color: #fff;
}
.listaRMetodologia li p.textoRMetodo{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}


/** CSS PORTAFOLIO **/

.portafolioHeader .imagen{
  position: relative;
}
.portafolioHeader .imagen img{
  width: 100%;
  height: 220px;
  overflow:hidden;
}
.portafolioHeader .imagen a{
  display: none;
}
.portafolioHeader .imagen:hover a{
  display: inline;
  background: rgba(0,0,0,0.4);
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding-top: 40%;
}

.portafolioFooter{
  border-bottom: 1px solid #ddd;
}
.portafolioFooter h5{
  margin-top: 15px;
  text-align: center;
  color: #444;
  font-size: 16px;
  text-transform: uppercase;
}
.portafolioFooter h5 a{
  padding-top: 3px;
}
.portafolioFooter h5 i{
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: rgb(255, 255, 255);
  background: #1abc9c;
  border-radius: 3px;
  font-size: 14px;
}
.btnVerPortafolio{
  margin: 0;
  font-size: 18px;
  line-height: 1.3333333;
  font-weight: 400;
  text-align: center;
  margin-left: 35%;
  margin-right: 35%;
  margin-top: 30px;
}
.btnVerPortafolio a{
  color: #fff;
  background-color: #1abc9c;
  border-radius: 3px;
  padding: 10px 16px;
}
.btnVerPortafolio:hover a:hover{
  background-color: #384b4f;
}
/******************** CSS FOOTER ***************************/


/*************soical icons**********/
.social-1{
    margin: 0;
    padding: 0;
}
.social-1 li{
    padding-left: 1px;
    padding-right: 1px;
}
.social-1 li a i{
    width:32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color:#fff;
    font-size: 16px;

    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.social-1 li a i:hover{
    opacity: 0.8;
}
.social-1 li a i.fa-facebook{
    background-color: #3b5998;
}
.social-1 li a i.fa-twitter{
    background-color: #0084b4;
}
.social-1 li a i.fa-google-plus{
    background-color: #C63D2D;
}
.social-1 li a i.fa-pinterest{
    background-color: #cb2027;
}
.social-1 li a i.fa-youtube{
    background-color: #cb2027;
}
.social-1 li a i.fa-dribbble{
    background-color: #ea4c89;
}
#footer{
    background-color: #30373e;
    padding: 35px 0 3px;
    color: #969696;
    border-top: 4px solid #1abc9c;
}
.footer-col h3.heading{
    color:#fff;
    font-size: 16px;
    text-transform: capitalize;
    color:#fff;
    border-bottom-color: #666;
    margin-bottom: 20px;
}

.address-info{
}
.address-info li{
  padding: 3px 0;
  color:#4e4e4e;
}
.address-info li i{
  color:#1abc9c;
  margin-right: 5px;
}
.address-info li a{
  color:#4e4e4e;
}
.address-info li a:hover{
  color:#1abc9c;
}

.address-info-footer li{
  padding:3px 0;
  color: #b1b5b8;
}
.address-info-footer li i{
  color:#1abc9c;
  margin-right: 5px;
}
.address-info-footer li a{
  color: #b1b5b8;
}
.address-info-footer li a:hover{
  color:#1abc9c;
}

.slogan{
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
}
.footer-work a img{
    opacity: 0.6;
    width:60px;
    height: 50px;
    display: inline-block;
    margin: 3px;
}
.footer-work a img:hover{
    opacity: 1;
}
.footer-btm{
    padding: 30px 20px;
    border-top: 1px solid #4f555a;
    text-align: center;
}
