/* Fonts */
@font-face {
    font-family: 'robotobold';
    src: url('fonts/roboto/roboto-bold-webfont.eot');
    src: url('fonts/roboto/roboto-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/roboto-bold-webfont.woff') format('woff'),
         url('fonts/roboto/roboto-bold-webfont.ttf') format('truetype'),
         url('fonts/roboto/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto/roboto-light-webfont.eot');
    src: url('fonts/roboto/roboto-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/roboto-light-webfont.woff') format('woff'),
         url('fonts/roboto/roboto-light-webfont.ttf') format('truetype'),
         url('fonts/roboto/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto/roboto-regular-webfont.eot');
    src: url('fonts/roboto/roboto-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotomedium';
    src: url('fonts/roboto/roboto-medium-webfont.eot');
    src: url('fonts/roboto/roboto-medium-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/roboto-medium-webfont.woff') format('woff'),
         url('fonts/roboto/roboto-medium-webfont.ttf') format('truetype'),
         url('fonts/roboto/roboto-medium-webfont.svg#robotomedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayextralight';
    src: url('fonts/raleway/raleway-extralight-webfont.html');
    src: url('fonts/raleway/raleway-extralight-webfontd41d.html?#iefix') format('embedded-opentype'),
         url('fonts/raleway/raleway-extralight-webfont-2.html') format('woff2'),
         url('fonts/raleway/raleway-extralight-webfont-3.html') format('woff'),
         url('fonts/raleway/raleway-extralight-webfont-4.html') format('truetype'),
         url('fonts/raleway/raleway-extralight-webfont-5.html#ralewayextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat/montserrat-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat/montserrat-bold-webfont.woff') format('woff'),
         url('fonts/montserrat/montserrat-bold-webfont.ttf') format('truetype'),
         url('fonts/montserrat/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat/montserrat-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/************/

.container.container-sm {
  max-width: 970px;
}

*{
  outline: 0!important;
}

html, body {
  height:100%;
  font-family: 'robotoregular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4C4C4C;
}

strong{
  color: #48A3D8;
  font-weight: normal;
  font-family: 'robotobold';
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'montserratregular';
  color: #000;
}

h3, .h3 {
  font-size: 17px;
  line-height: 24px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 28px;
}

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

.tall-margin-bottom{
  margin-bottom: 40px!important;
}

h2.section-title {
  font-family: 'montserratregular';
  margin: 0px 0 20px 0;
  font-size: 20px;
}

h2.underline-title{
  font-size: 23px;
  margin: 0 0 40px 0;
}

.underline-block{
  width: 15%;
  height: 2px;
  background: #48A3D8;
  margin: 15px auto;
}

h3.section-title {
  font-family: 'montserratregular';
  margin: 0px 0 40px 0;
  font-size: 20px;
}

.section{
  background: #FFF;
}

.section p{
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 14px;
}

.section-colored h2.section-title, .section-colored h3.section-title{
  color: #4C4C4C;
}

a {
    color: #48A3D8;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #445771;
}

.section.section-colored a h2, .section.section-colored a .block-icon{
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.section.section-colored a, .section.section-colored a h2 {
  color: #445771;
}

.section.section-colored a:hover,
.section.section-colored a:focus,
.section.section-colored a:hover h2,
.section.section-colored a:focus h2 {
    text-decoration: none;
    color: #48A3D8;
}

.section.section-colored a:hover .block-icon{
  background: #243139;
}

.navbar {
    padding: 15px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-right .dropdown-menu {
  left: 0;
  right: auto;
}

.dropdown-menu{
  min-width: 250px;
  background: #DEDEDE;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 2px;
  font-size: 12px;
}

.navbar-nav>li>.dropdown-menu {
  border-radius: 2px;
}

.dropdown-menu li a {
  color: #191919;
  padding: 6px 10px;
  white-space: normal;
}

.navbar-custom .nav li ul.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #636363;
}

.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #DEDEDE;
  border-left: 7px solid transparent;
  border-bottom-color: #DEDEDE;
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #DEDEDE;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-top {
  border-bottom: none;
}

.top-nav-collapse {
  padding: 7px 0;
  background-color: rgba(72,163,216, 1)

  /*background-color: rgba(246, 247, 248, 0.95);
  background-color: rgba(36,49,57,0.95);*/
}

h1.h1-navbar-brand{
  margin: 0;
  float: none;
}

.navbar-brand{
    padding: 0 20px 0 10px;
    margin-top: 5px;
    width: 297px;
}

.logo-xs{
  max-width: 180px;
  margin: 3px 0 30px 0;
}


.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
    font-family: 'montserratregular';
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active,
.nav .open>a, .nav .open>a:hover,
.nav .open>a:focus {
    outline: 0;
    color: #DEDEDE;
    background: none;
}

.navbar-custom .nav li a.active{
  border-bottom: 2px solid;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-nav{
    margin: 7px 0 0 0;
}

.navbar-nav>li>a {
    padding: 0;
    margin: 10px;
}

.navbar-nav>li>a.featured{
    border: 2px solid #FFF;
    border-radius: 5px;
    margin-top: 0px;
    padding: 8px;
}

.navbar-nav>li>a.featured:hover, .navbar-nav>li>a.featured.active{
  background: rgba(255, 255, 255, 0.15);
  color: #FFF;
}

.intro {
    display: table;
    width: 100%;
    height: 600px;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/header.jpg) no-repeat bottom center scroll;
    background-color: #3A7091;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

.intro{
  background: url(../img/cabecera.jpg) no-repeat bottom center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.overlay-header {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    /*background: rgba(25, 31, 37, 0.5);
    background: rgba(27, 37, 47, 0.6);
    background: rgba(13, 45, 68, 0.65);*/
    background: rgba(52, 73, 94, 0.65);
}

.intro.intro-sm{
  height: 250px;
  padding: 70px 0 15px 0;
  background: url(../img/cabecera.jpg) no-repeat center 0 scroll;
  background-color: #161617;
  background-size: cover;
  background-position: center center;
}

.intro.intro-sm.intro-nosotros{
  background-image: url(../img/header-nosotros.jpg);
}

.intro.intro-sm.intro-diseno-web{
  background-image: url(../img/header-diseno-web.jpg);
}

.intro.intro-sm.intro-apps-moviles{
  background-image: url(../img/header-apps-moviles.jpg);
}

.intro.intro-sm.intro-diseno-grafico{
  background-image: url(../img/header-diseno-grafico.jpg);
}

.intro.intro-sm.intro-hosting-web{
  background-image: url(../img/header-hosting-web.jpg);
}

.intro.intro-sm.intro-portafolio{
  background-image: url(../img/header-portafolio.jpg);
}

.intro.intro-sm.intro-contacto{
  background-image: url(../img/header-contacto.jpg);
}

.intro.intro-sm.intro-blog{
  background-image: url(../img/header-blog.jpg);
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro-sm .brand-heading {
  font-size: 40px;
}

.brand-heading {
    font-size: 65px;
    font-family: 'montserratbold';
    color: #FFF;
}

.intro-text {
    font-size: 18px;
    font-family: 'montserratregular';
}

.breadcrumb{
  font-size: 12px;
  border-bottom: 1px solid #DDDAD3;
  background-color: #F9F9F9;
}

.breadcrumb i.fa.fa-angle-right {
  margin: 0 5px;
}

.quienes-somos{
  font-size: 13px;
  line-height: 20px;
}

.section, .section-colored {
  padding: 50px 0;
  overflow: hidden;
}

.section.section-img-proyecto {
  padding: 0;
}

.section.section-timeline{
  padding: 0 0 50px 0;
  margin: -20px 0 0 0;
}

.section-colored {
  background: #F8F7F5;
  background: #F9F9F9;
  border-top: 1px solid #DDDAD3;
  border-bottom: 1px solid #DDDAD3;
}

.section-dark{
  background: #243139;
}

.section-cta-home{
  background-image: url(../img/cta-home.jpg);
  background-size: cover;
  background-position: center bottom;
  padding: 100px 0;
  position: relative;
}

.section-cta-home h2{
  color: #FFF;
  margin: 0 0 30px 0;
  font-size: 26px;
  line-height: 35px;
}

.section-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(52, 73, 94, 0.65);
}

.div-separador{
  background: #F9F9F9;
  height: 30px;
}

.block-icon {
  width: 80px;
  height: 80px;
  text-align: center;
  font-size: 28px;
  background: #FFF;
  color: #48A3D8;
  line-height: 71px;
  margin: 0 auto;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

.block-icon.block-icon-heart{
  font-size: 24px;
}

.section.section-colored .block-icon {
  background: #DCDCDC;
  color: #F9F9F9;
  font-size: 40px;
  padding: 30px 0;
  width: 101px;
  height: auto;
  border: none;
  line-height: 40px;
}

.block-body h2 {
  font-family: 'montserratregular';
  font-size: 14px;
  text-align: center;
  height: 25px;
  line-height: 19px;
}

.line-subtitle {
  height: 1px;
  width: 70px;
  margin: 17px auto;
  background: #DBDBDB;
}

.block-body p {
  text-align: center;
  font-size: 13px;
  color: #4C4C4C;
}

.link-portfolio {
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  -webit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 15px 35px rgba(50,50,93,.1),0px 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 15px 35px rgba(50,50,93,.1),0px 10px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 35px rgba(50,50,93,.1),0px 10px 15px rgba(0, 0, 0, 0.1);
}

.link-portfolio .overlay-portfolio {
  background: rgba(36, 49, 57, 0.9);
  padding: 25px;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #E9E9E9;
  opacity: 0;
  filter: alpha(opacity=0);
}

.link-portfolio img {
  display: block;
  position: relative;
}

.link-portfolio .overlay-portfolio h3 {
  font-size: 14px;
  font-family: 'robotobold';
  margin: 0 0 20px 0;
  color: #FFF;
}

.link-portfolio .overlay-portfolio p {
  font-size: 14px;
  line-height: 24px;
}

.link-portfolio .overlay-portfolio small{
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
}

.clients a img{
  opacity: 0.8;
}

.clients a:hover img{
  opacity: 1;
}

.flat-devices{
  position: relative;
  margin: 65px 0;
}

.flat-imac{
  width: 410px;
  float: right;
}

.flat-ipad{
  position: absolute;
  width: 200px;
  top: 95px;
}

.flat-iphone{
  position: absolute;
  width: 80px;
  top: 200px;
  left: 165px;
}

.article{
  margin-bottom: 60px;
}

.article-content{
  border: 1px solid #DDDAD3;
  padding: 60px;
}

h2.entry-title, h1.entry-title {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 20px 0;
  color: #34495E;
}

.entry-title a{
  color: #34495E;
}

.entry-title a:hover{
  color: #48A3D8;
}

a.moretag {
  display: block;
  margin: 20px 0 0 0;
  font-size: 16px;
}

.entry-meta{
  color: #B7B8B8;
  margin: 10px 0;
}

.share-links{
  float: right;
  margin-top: -5px;
}

.share-links.portafolio{
  float: none;
  margin: -10px 0 30px 0;
}

.share-links li a {
  border: 2px solid #EAEAEA;
  width: 28px;
  text-align: center;
  border-radius: 3px;
  padding: 2px 0px;
  display: block;
  color: #B7B8B8;
}

.share-links li a:hover{
  color: #000;
  border-color: #000;
}

.share-links li.facebook a:hover{
  color: #4862A3;
  border-color: #4862A3;
}

.share-links li.twitter a:hover{
  color: #00ACEE;
  border-color: #00ACEE;
}

.share-links li.google a:hover{
  color: #DB4A38;
  border-color: #DB4A38;
}

.share-links li.pinterest a:hover{
  color: #CB2027;
  border-color: #CB2027;
}

.thumbnail-link {
  position: relative;
  display: block;
}

.thumbnail-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #FFF;
}

.thumbnail-overlay span {
  display: block;
  width: 36px;
  font-size: 50px;
  top: 40%;
  position: absolute;
  right: 50%;
  left: 50%;
  color: #FFF;
  font-family: 'robotolight';
}

.alert {
  border-radius: 0;
  border: none;
  border-left: 3px solid;
}

.sidebar h2.section-title {
  background: #243139;
  color: #FFF;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sidebar {
  background: #F9F9F9;
  padding: 120px 30px 30px 30px;
  position: relative;
  margin-bottom: 50px;
}

.link-list a, .link-list a:focus{
  color: #243139;
}

.link-list a:hover{
  color: #48A3D8;
}

.widget-sidebar{
  margin-bottom: 50px;
}

/* buttons */

.btn{
  border: none;
  border-radius: 50px;
}

.btn-lg{
  padding: 15px 40px;
}

.btn-primary{
  background-color: #48A3D8;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-color: #216d99;
}

.btn-danger {
  background-color: #FA7D7D;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-color: #f95c5c;
}

.btn-outline{
  background: none;
  border: 2px solid #FFF;
  padding: 4px 15px;
  margin: 0 10px;
  color: #FFF;
}

.btn-outline:hover{
  background: #FFF;
}

.btn-lg, .btn-group-lg>.btn {
  font-family: 'robotobold';
}

.section.section-colored a.btn-presupuesto-g{
  background: #DBDBD9;
  padding: 12px 22px;
  border-radius: 2px;
  font-family: 'robotobold';
  color: #838382;
  margin: 50px 0 0 0;
  display: inline-block;
}

.section.section-colored a.btn-presupuesto-g:hover, .section.section-colored a.btn-presupuesto-g:active{
  background: #CDCDCB;
}

.section.section-colored a.btn-primary{
  color: #FFF;
}

.transparent-text{
  color: transparent!important;
}

/***********/

/* Footer Styles */
footer {
  background: #243139;
  padding: 50px 0;
  color: #BDC3C7;
  font-size: 13px;
  line-height: 22px;
}

.footer-brand{
  font-family: 'pacificoregular';
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  color: #FFF;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-brand:hover{
  color: #fff;
  text-decoration: none;
}

footer p{
  color: #BDC3C7;
  font-size: 13px;
  line-height: 18px;
}

footer a{
  color: #BDC3C7;
}

footer a:hover{
  color: #FFF;
}

footer a.presupuesto-footer{
  margin: -5px 0 15px 0;
  display: inline-block;
  border: 2px solid;
  padding: 7px 10px;
  border-radius: 3px;
  font-family: 'robotobold';
}

footer h3{
  font-family: 'robotobold';
  margin: 20px 0 15px 0;
  color: #FFF;
  font-size: 14px;
}

footer .form-control{
  background: #2C3E50;
  border: none;
  color: #ecf0f1;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

footer .form-control:focus{
  background: #ECF0F1;
  color: #4C4C4C;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

footer .input-group-btn .btn{
  height: 34px;
}

.footer-after{
  background: #2c3e50;
  padding: 20px 0;
  font-size: 12px;
}

.footer-after p{
  color: #fff;
  margin: 0;
}

.footer-after a{
  color: #FFF;
}

.footer-after a:hover{
  color: #4C4C4C;
  text-decoration: none;
}

address i.fa {
  margin: 0 5px 0 0;
  width: 13px;
  text-align: center;
}

ul.address{
  list-style: none;
  margin: 0 0 0 22px;
  padding: 0;
}

ul.address li {
  position: relative;
  margin: 0 0 15px 0;
}

ul.address i.fa {
  position: absolute;
  left: -22px;
  top: 3px;
  display: block;
  width: 15px;
  text-align: center;
  font-size: 14px;
  color: #34495E;
}

ul.address strong{
  color: #34495E;
}

ul.link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

ul.link-list li{
  margin: 0 0 15px 0;
}

ul.filtros-portafolio{
  margin: 0 auto 30px auto;
  padding-bottom: 8px;
}

ul.filtros-portafolio li{
  padding: 0;
}

ul.filtros-portafolio li a {
  color: #000;
  font-family: 'robotobold';
  padding: 8px 15px;
  margin: 0 10px 0 0;
  border-radius: 2px;
  background: #F9F9F9;
  font-size: 13px;
}

ul.filtros-portafolio li a:hover, ul.filtros-portafolio li a:active{
  color: #48A3D8;
}

ul.filtros-portafolio a.activo, ul.filtros-portafolio a.activo:hover, ul.filtros-portafolio a.activo:active {
  background: #48A3D8;
  color: #FFF;
}

.latest-news {
  margin: 0;
  padding: 0;
  list-style: none;
}

.latest-news li {
  margin-bottom: 5px;
}

.social-networks li a {
  width: 30px;
  height: 31px;
  display: inline-block;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.list-inline.social-networks>li {
  display: inline-block;
  padding-left: 2px;
  padding-right: 2px;
}

.social-networks div.icon-social{
  width: 30px;
  text-align: center;
  color: #FFF;
  padding: 8px 0;
  font-size: 14px;
  line-height: 15px;
}

.social-networks div.icon-social.icon-social-facebook.normal{
  background: #3B5998;
}

.social-networks div.icon-social.icon-social-twitter.normal{
  background: #00CEFD;
}

.social-networks div.icon-social.icon-social-google-plus.normal{
  background: #D64136;
}

.social-networks div.icon-social.icon-social-pinterest.normal{
  background: #C32021;
}

.social-networks div.icon-social.icon-social-linkedin.normal{
  background: #0077B5;
}

.social-networks div.icon-social.icon-social-youtube.normal{
  background: #CF3427;
}

.social-networks div.icon-social.hover{
  background: #2c3e50;
}

.logo-footer{
  max-width: 120px;
  margin: 3px 0 30px 0;
}

.lista-servicios{
  margin: 10px 15px;
}

.lista-servicios i.fa{
  font-size: 12px;
  margin: 0 5px 0 0;
  color: #344657;
}

#topcontrol{
  background-color: #48A3D8;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 28px;
  line-height: 20px;
  color: #FFF;

  -webkit-transform: translateZ(0);
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

#topcontrol:hover{
  background: #445771;
}

#cookiesdirective {
  -webkit-transform: translateZ(0);
}

.proceso-trabajo{
  margin: 0px 0 30px 0;
}

.proceso-trabajo i.fa{
  font-size: 60px;
  background: #DCDCDC;
  padding: 20px 0;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  color: #F9F9F9;
}

.proceso-trabajo i.fa.fa-magic, .proceso-trabajo i.fa.fa-shield{
  font-size: 50px;
  line-height: 50px;
  padding: 30px 0 20px 0;
}

.proceso-trabajo p{
  width: 320px;
}

.proceso-trabajo .pt-left{
  float: left;
}

.proceso-trabajo p.pt-left{
  margin: 10px 30px 0 0px;
}

.proceso-trabajo .pt-right{
  float: right;
}

.proceso-trabajo p.pt-right{
  margin: 10px 0 0 30px;
}

.form-control{
  border-radius: 2px;
  box-shadow: none;
  border: 1px solid #DDDAD3;
  -webkit-transition: border-color ease-in-out 0s,box-shadow ease-in-out 0s;
  transition: border-color ease-in-out 0s,box-shadow ease-in-out 0s;
}

.form-control:focus{
  border: 1px solid #DDDAD3;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

textarea.form-control{
  height: 170px;
  resize: none;
}

.mapa-contacto{
  width: 100%;
  height: 400px;
}

.gm-style .gm-style-iw{
  height: auto!important;
  width: auto!important;
}

.contact-info{
  background: #F9F9F9;
  color: #34495E;
  margin: -21px 0 0 0;
  padding: 40px 0;
  text-align: center;
  border-bottom: 1px solid #DDDAD3;
}

.contact-info i.fa{
  display: block;
  font-size: 40px;
  margin-bottom: 20px;
}

.text-center input[type="checkbox"]{
  float: none;
}

#msgError, #msgOK{
  display: none;
}

p.error-text{
  font-family: 'robotobold';
  font-size: 300px;
  line-height: 300px;
  color: #E0E0E0;
}

.owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  background: #888787;
}

.noticias-relacionadas ul li img {
    width: 70px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 10px 0 0;
    border: 1px solid #dddad3;
    position: absolute;
    left: 0;
}

.noticias-relacionadas ul li {
    position: relative;
    margin: 10px 0;
    min-height: 40px;
    padding: 0 0 0 80px;
}

.noticias-relacionadas ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.noticias-relacionadas {
    border: 1px solid #dddad3;
    padding: 50px 50px 40px 50px;
    margin-top: -61px;
    background: #f8f7f5;
    margin-bottom: 60px;
}

.noticias-relacionadas h3 {
    margin: 0 0 20px 0;
}

.noticias-relacionadas a {
    color: #243139;
}

.noticias-relacionadas a:hover {
    color: #48A3D8;
}


/* pagination */
.pagination {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
  border: none;
  margin: 0 1px;
  background: transparent;
}

.pagination > li > span.current{
  background: #48A3D8;
  color: #FFF;
}

.pagination a.actual {
    background: #48A3D8;
    color: #FFF;
}
/**************/

code {
    background: #F9F9F9;
    display: block;
    padding: 30px;
    border: 1px solid #DDDAD3;
    border-radius: 0;
}


::selection{
  background:#48A3D8;
  color:#fff;
}

::-moz-selection{
  background:#48A3D8;
  color:#fff;
}


/* Medium devices (desktops, 992px and up) */
@media (max-width: 1199px) {

  .link-portfolio .overlay-portfolio p {
    font-size: 12px;
    line-height: 20px;
  }

  .link-portfolio .overlay-portfolio small{
    font-size: 12px;
    line-height: 20px;
  }
  
}

/* Small devices Tablets  */
@media (max-width: 991px) {
  .flat-imac {
    width: 310px;
  }

  .flat-ipad {
    width: 150px;
    top: 73px;
  }

  .flat-iphone {
    width: 60px;
    top: 154px;
    left: 134px;
  }

  .intro-body .container{
    max-width: 630px;
  }

  .timeline > li.timeline-inverted > .timeline-badge{
    left: 28px;
  }

  .timeline > li > .timeline-badge {
    right: -51px;
  }

  .timeline > li > .timeline-panel {
    width: 89%;
  }

  .timeline > li.timeline-inverted > .timeline-badge {
    left: -49px;
  }
}

/* Extra small devices Phones */
@media (max-width: 767px) {
  .navbar {
      padding: 5px 0;
      border-bottom: 0;
      background-color: rgba(36,49,57,0.95);
  }

  .navbar-brand{
    width: 125px;
    height: auto;
  }

  .brand-heading {
    font-size: 40px;
  }

  .intro {
    height: 400px;
  }

  .block-body {
    margin-bottom: 30px;
  }

  .navbar-nav>li>a.featured {
    border: none;
    margin: 10px;
    padding: 0;
  }

  .navbar-nav>li>a.featured:hover{
    background: none;
    color: #DEDEDE;
  }

  .navbar-custom .nav li a.active{
    border: none;
    color: #DEDEDE;
  }

  .flat-imac{
    float: none;
    margin: 0 0 0 30px;
  }

  .proceso-trabajo p{
    width: auto;
  }

  .proceso-trabajo .pt-left{
    float: none;
  }

  .proceso-trabajo p.pt-left{
    margin: 20px auto;
    text-align: center;
  }

  .proceso-trabajo .pt-right{
    float: none;
  }

  .proceso-trabajo p.pt-right{
    margin: 20px auto;
    text-align: center;
  }

  .proceso-trabajo i.fa{
    margin: 0 auto;
    display: block;
  }

  .sidebar{
    margin-top: 30px;
  }

  .contact-info-item{
    margin-bottom: 20px;
  }

  .article-content {
    padding: 30px;
  }

  .dropdown-menu:after, .dropdown-menu:before{
    display: none;
  }

  .dropdown-menu li a {
      color: #FFF;
  }
}