/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/

:root {
    --site-footer-bg-color: #413e40;
    --site-background-color: #A0B840;
    /* Button whatspp   */
    --wsp-img-width: 52px;
    --wsp-button-width: 68px;
    --wsp-button-height: 68px;
    --wsp-button-bottom: 38px;
    --wsp-button-right: 75px;
    --wsp-line-height: 61px;
}


/* 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;
}


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


/* nav        */


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

.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;
}

.navbar-toggle {
    padding: 0px 27px;
    font-size: 26px;
    color: #fff;
}

.navbar-nav>li>a {
    padding: 5px;
    margin: 10px;
    font-size: 24px;
    line-height: 20px;
}

.navbar-nav>li>a.active.featured {
    border: 2px solid #FFF;
    border-radius: 5px;
    margin-top: 0px;
    padding: 8px;
    background: rgba(0, 127, 0, 0.65);
}

.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: var(--site-footer-bg-color);
    /*color: #000;*/
    border: 2px solid #FFF;
    border-radius: 5px;
    margin-top: 0px;
    padding: 8px;
}


/*.navbar-nav>li>a.hover.featured {
    background: rgba(0, 0, 0, 1);
}*/


/*
.navbar-nav>li>a.featured {
    border: 2px solid #FFF;
    border-radius: 5px;
    margin-top: 0px;
    padding: 8px;
    background: rgba(0, 127, 0, 0.75);
}

.navbar-nav>li>a.featured.hover {
    background: rgba(0, 0, 0, 0.75);
    color: #000;
}
*/


/*
.navbar-nav>li>a.featured.active {
    background: rgba(0, 127, 0, 0.25);
    color: #FFF;
}
*/

.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(0, 127, 0, 1);
}

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

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

.logo-xs {
    max-width: 220px;
    margin: 3px 0 0 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;
}


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

.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: #216d99;
    font-weight: normal;
    font-family: 'robotobold';
    font-size: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'montserratregular';
    color: #202020;
    text-transform: uppercase;
}

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: 18px;
}

.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;
}

a.title-phono {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.title-phono:hover,
a.title-phono: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;
}

.intro {
    display: table;
    width: 100%;
    height: 600px;
    padding: 100px 0;
    text-align: left;
    color: #0f204b;
    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(../content/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(0, 127, 0, 0.45);
}

.intro.intro-sm {
    height: 250px;
    padding: 70px 0 15px 0;
    background: url(../content/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;
}

h1.brand-heading {
    text-transform: initial;
}

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

.intro-text {
    font-size: 20px;
    font-family: 'montserratregular';
    color: #FFF;
}

.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-planes {
    background: #F8F7F5;
    /* background: #F9F9F9;*/
    border-top: 1px solid #DDDAD3;
    border-bottom: 1px solid #DDDAD3;
}

.section-dark {
    background: #243139;
}

.section-cta-home {
    background-image: url(../content/img/contactarnos-800x508.jpg);
    background-size: cover;
    background-position: center bottom;
    position: relative;
    padding: 100px 50PX;
}

.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;
}

.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: 16px;
    color: #4C4C4C;
}

.block-body h2 {
    text-align: center;
    font-size: 24px;
    color: #202020;
}

.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;
    background: #fff;
}

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;
}

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

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

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


/*.btn-primary {
    background-color: var(--site-background-color);
}*/

.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-color: var(--site-footer-bg-color);
    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 30px 0 0;
    width: 13px;
    text-align: center;
    font-size: 34px;
}

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

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

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

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

ul.address {
    list-style: none;
    margin: 0 0 0 32px;
    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: 30px;
    text-align: center;
    font-size: 40px;
    color: #34495E;
}

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

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

ul.link-list li {
    margin: 0 0 10px 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;
}

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

ul.link-social li {
    display: inline;
    margin: 0 0 15px 0;
}

.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: 165px;
    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: var(--site-background-color);
    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;
}

@media (max-width: 991px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: -31px;
        margin-left: -23px;
    }
    .navbar {
        padding: 0 0;
        border-bottom: 0;
        background-color: var(--site-background-color);
    }
    .navbar-nav {
        margin: 7px 0 0 0;
    }
    .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 {
        font-size: 20px;
        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;
    }
    .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;
    }
    footer p {
        color: #BDC3C7;
        font-size: 16px;
        line-height: 18px;
    }
    footer a {
        color: #BDC3C7;
        font-size: 16px;
        line-height: 18px;
    }
    footer address {
        color: #BDC3C7;
        font-size: 16px;
        line-height: 18px;
    }
}

@media (min-width:992px) and (max-width:2700px) {
    .navbar {
        padding: 8px 0;
        border-bottom: 0;
        background-color: var(--site-background-color);
    }
    footer p {
        color: #BDC3C7;
        font-size: 18px;
        line-height: 18px;
    }
    footer a {
        color: #BDC3C7;
        font-size: 18px;
        line-height: 18px;
    }
    footer address {
        color: #BDC3C7;
        font-size: 18px;
        line-height: 18px;
    }
}

.btn-flotante {
    font-size: 16px;
    /* Cambiar el tamaño de la tipografia */
    text-transform: uppercase;
    /* Texto en mayusculas */
    font-weight: bold;
    /* Fuente en negrita o bold */
    color: #ffffff;
    /* Color del texto */
    border-radius: 5px;
    /* Borde del boton */
    letter-spacing: 2px;
    /* Espacio entre letras */
    background-color: #E91E63;
    /* Color de fondo */
    padding: 18px 30px;
    /* Relleno del boton */
    position: fixed;
    bottom: 30px;
    right: 75px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.btn-flotante:hover {
    color: #ffffff;
    /* Color del texto */
    background-color: var(--site-background-color);
    /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
}

@media only screen and (max-width: 991px) {
    .btn-flotante {
        font-size: 14px;
        padding: 12px 20px;
        bottom: 30px;
        right: 75px;
    }
}

.img-wsp {
    width: var(--wsp-img-width);
}

.btn-wsp {
    position: fixed;
    width: var(--wsp-button-width);
    height: var(--wsp-button-height);
    bottom: var(--wsp-button-bottom);
    right: var(--wsp-button-right);
    line-height: var(--wsp-line-height);
    /* background: #25d366;*/
    color: #FFF;
    border-radius: 20px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
    transition: all 300ms ease;
}

.btn-wsp:hover {
    background: #445771;
}

.elementor-icon-box-wrapper {
    text-align: center;
}

.elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto;
}

.elementor-icon {
    fill: var( --e-global-color-primary);
    color: var( --e-global-color-primary);
    border-color: var( --e-global-color-primary);
}

.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: initial;
}