@charset "utf-8";
/*@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);

@import url(https://fonts.googleapis.com/css?family=Nunito);*/


@font-face {
    font-family: "ubuntu";
    src: url("../fonts/Ubuntu-R.ttf");
    src: url("./fonts/Ubuntu-R?#iefix") format("embedded-opentype"),
        font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "matias";
    src: url("../fonts/Mat.otf");
    src: url("./fonts/mat?#iefix") format("embedded-opentype"),
        font-weight: 700;
    font-style: normal;
}

.carru{
    text-align: center;
    transition: all 0.6s ease;
    padding: 8px;
}
.carru img{
    width: initial !important;
    display: inline-block !important;
    border-radius : 5px ;
    transition: all 0.6s ease;
}
.carru:hover img{
    /*border-radius : 20% ;*/
    box-shadow: 0px 1px 16px #FFB74D;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

/*body{
    font-family: "ubuntu";
}*/

/* Reset
---------------------------------*/

.img-cliente{
    width: 160px !important;
    height: 70px !important;
    /*    -webkit-filter: grayscale(1);
        filter: grayscale(1);
        transition: 0.4s ease;*/
}
.img-cliente:hover{
    /*    -webkit-filter: grayscale(0);
        filter: grayscale(0);*/
}

.img-mascara{
    max-width: 100%;
    width: 100%;
    transition: all 0.6s ease;
    height: 285px;

    padding: 10px;
    background: #E8E8E8;

}
img.mfp-img {
    padding: 10px !important;
    background: #fff;
}
/**************** efecto de mascara ***************/
.mascara{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.mascara a{
    color: #fff;
    text-decoration: none;
}
.mascara:hover img{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.mascara a:hover{
    color: #fff !important;
}
.mascara p{
    font-size: 12px;
    position: absolute;
    color: #fff;
    /*padding-top: 50%;*/
    text-align: center;
    transform: translateX(200px);
    opacity: 0;
    transition: all 0.4s linear;
    top: 50%;
    left: 50%;
}
/****************** MODIFICATE *******************/
.mascara:hover .mask{
    background: rgba(0, 84, 144, 0.43);
    -webkit-transform: initial;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;

    transform: initial;
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}
.mask {
    background: rgba(255, 255, 255, 0);

    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
    left: 0;
    /*  padding-top: 195px; moddd ***/
    text-transform: uppercase;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;font-size: 13px;


    transition-timing-function: ease-out;
    transition-duration: 300ms;
}
.mascara:hover p {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 0.1s;
}







/* ----------- menu ------------------*/
#header_wrapper .search{
    display: inline-block;
}

.navbar>.container .navbar-brand{
    margin-left: 0;
}

.top-bar {
    padding: 2px 0;
    background: #d27b3d;
    border-bottom: 0px solid #000;
    line-height: 28px;
}

.top-number{
    color: #fff;
}

.top-number p{
    margin: 0
}

.social{
    text-align: right;
}

.social-share{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

ul.social-share li a {
    display: inline-block;
    color: #F3F3F3;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    text-decoration: none;
}

ul.social-share li a:hover {
    background: rgba(251, 182, 103, 0);
    color: #FFEB3B;
    ext-decoration: none;
}
ul.social-share li a i:before{
    font-size: 13px;
    margin-left: 0;
}


.search i {
    color: #fff;
}

input.search-form{
    background: transparent;
    border: 0 none;
    width: 60px;
    padding: 0 10px;
    color: #FFF;
    font-size: 0.87em;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
    color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
    color: #fff;
}

input.search-form:hover {
    width: 180px;
    background: rgb(184, 149, 148);
}
.social-left{
    text-align: left;
}
.social-left-share{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.social-left-share li {

    display: inline-block;
    list-style: none;
    border-left: 1px solid rgb(219, 135, 76);
    padding: 0 13px;
}
ul.social-left-share li a {
    display: inline-block;
    color: #F3F3F3;
    padding: 0 0px;
    /* width: 25px; */
    /* height: 25px; */
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    font-size: 0.85em;

    transition: all 0.4s ease;
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul.social-left-share li a:hover {
    background: rgba(251, 182, 103, 0);
    color: #FFEB3B;
    text-decoration: none;
}
ul.social-left-share li a em{
    font-style: normal;
}



@media(max-width: 767px){
    ul.social-left-share li {
        padding: 0 6px;
        border-left: 0px solid rgb(196, 110, 112);
    }
}






/*.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
.navbar-right p{
    color: #fff;
    margin-bottom: 2px;
    font-size: 1em;
    line-height: 1;
}


@media (min-width: 768px){
    .navbar-right {
        float: right!important;
        padding-left: 18px;
    }

    .navbar-collapse.collapse {
        padding-left: 15px;
    }
}*/
/*-------------------- fin menu ------------*/
















.margen-abajo{
    margin-bottom:  15px;
}

ul {
    list-style: none;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}

a, a:hover, a:active {
    outline: 0px !important;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}



/*------------------------ Banner---------------------------------------*/
.carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    box-shadow: 0 1px 1px rgba(0, 84, 144, 0.52), inset 0 1px 1px rgba(0, 84, 150, 0.53), 0 0 0 5px rgba(255, 255, 255, 0.16);
}
.carousel-indicators .active{
    width: 14px;
    height: 14px;
    background-color: #005490;
    margin: 1px;
    box-shadow: 0 1px 1px rgba(255,255,255,0.4), inset 0 1px 1px rgba(0,0,0,0.1), 0 0 0 5px rgba(255,255,255,0.5);
}
.img-banner{
    width: 100%;
    height: 400px !important;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    height: 500px;
    width: 100%;
}
.dropdown-menu {
    background-color: #ffffff;
    /* border: 1px solid #ccc; */
    border: 0px solid rgba(0, 84, 144, 0.12);
    border-radius: 4px;
    box-shadow: 0px 5px 10px rgba(210, 123, 61, 0.48);
}
.texto-banner{
    position: absolute;
    left: 0;
    bottom: 3%;  
    z-index: 4;
    width: 50%;
    /*opacity: 0.1;*/
    text-align: center;
    background: rgba(210, 123, 61, 0.69);
    width: 29%;
}

#myCarousel .active .zoomIn{

}
.fondo-banner{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;

}
.texto-banner p{
    font-family: 'Nunito', sans-serif;
    color: #fff;
    text-transform: uppercase;
    /*background: rgba(0, 0, 0, 0.53);*/
    padding: 5% 2%;
    font-size: 1.8em;
    text-shadow: 2px 2px 7px #DEDDDD;
}
/*#myCarousel .active .animated-texto{
    animation: animaciontexto 1s linear  both;
    animation-iteration-count: 1;
    transform-origin: 0% 0%;
    -webkit-animation: animaciontexto 1s linear both;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 0% 0%;
}*/


#myCarousel .active .animated-texto{
    /*      -webkit-animation-name: ee;
      animation-name: ee;*/
    animation: ee 1s linear  both;
    animation-iteration-count: 1;
    transform-origin: 0% 0%;
    -webkit-animation: ee 1s linear both;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 0% 0%;
}

@-webkit-keyframes ee {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes ee {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        opacity: 1;
    }
}


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

/*
@keyframes animaciontexto{
    
0% {
        transform:  translate(-432px,-30px)  rotate(0deg) scaleX(1.00) scaleY(1.00) skewX(0deg) ;
    }
    19% {
        transform:  translate(-215px,-262px)  rotate(-98deg) skewX(13deg) ;
    }
    40% {
        transform:  translate(-148px,220px)  rotate(0deg) scaleX(NaN) skewX(27deg) ;
    }
    60% {
        transform:  translate(-107px,139px)  skewX(41deg) ;
    }
    60% {
        transform:  translate(-107px,139px)  ;
    }
    100% {
        transform:  translate(-27px,-21px)  rotate(0deg) scaleX(NaN) scaleY(NaN) skewX(0deg) ;
    }
}*/














/* Styles
---------------------------------*/
body {
    background: #fff;
    font-family: 'ubuntu';
    font-size: 14px;
    font-weight: normal;
    color: #686868;
    margin: 0;
}

h2 {
    font-size: 30px;
    color: #005490;
    font-family: 'matias';
    font-weight: normal;
    margin: 0px 0 25px 0;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h3 {
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 600;
    color: #005490;
    font-size: 18px;
    margin: 0 0 5px 0;    text-align: center;
}

h6 {
    font-size: 16px;
    color: #888888;
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}

p {
    line-height: 24px;
    margin: 0;
}

/* Header Styles
---------------------------------*/

#header_wrapper {
    background: #010101;
    padding: 0px 0px;
    box-shadow: 0px 3px 5px rgba(98, 98, 98, 0.57);
}

.header_box {
    position: relative;
    padding: 15px 0;
}

.logo {
    float: left;
    padding-top: 0.5%;
    position: relative;
    z-index: 2;
    /* height: 40px; */
    /*width: 280px;*/
   width: 380px;
}

.res-nav_click {
    display: none;
}


/* Nav Styles
---------------------------------*/
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    border: 0px solid #fff;
    min-height: 40px;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #2573c5;
}

.navStyle {
    float: right;
}

.navStyle ul {
    list-style: none;
    padding: 0px;
}

.navStyle ul li {
    display: inline-block;
    margin: 0 5px;
}

.navStyle ul li:first-child {
    /*margin:0px;*/;
}
/** Ultimo hijo **/
.navStyle ul li:last-child {
    /*margin: 0 0 0 23px;*/
}

.navStyle ul li a {
    display: block;
    font-size: 1.1em;
    color: #347cc9;
    font-family: 'matias';
    text-decoration: none;
    text-transform: uppercase;
    /*font-weight: 600;*/
    letter-spacing: 1.1px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.navStyle ul li a:hover {
    color: #ffffff;
    background: #d27b3d;
}

.navStyle > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #005490;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    /*    color: #d27b3d;
        background-color: transparent;*/
    color: #ffffff;
    background-color: #d27b3d;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: #d27b3d;
    background-color: #ffffff;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #d27b3d;
    /*background-color: #444444;*/
    border-radius: 0;
}

.navStyle > li.active > a,
.navStyle > li.active > a:hover {
    text-decoration: none;
    color: #005490;
    background-color: transparent;
}

.borderLeft {
    border-left: 1px solid #DADADA;
}

.borderTop {
    margin-top: 30px;
    border-top: 1px solid #DADADA;
}

.mrgTop {
    margin-top: 30px;
}
/* Top_content
---------------------------------*/

.top_cont_outer {
    background: #005490;
    position: relative;
}

.hero_section {
    position: relative; 
}

.white_pad {
    position: relative;
    right: 0px;
    bottom: 0px;
}

.white_pad img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.top_left_cont {
    padding: 70px 0;
}

.top_left_cont h3 {
    font-size: 16px;
    color: #f56eab;
    margin: 0 0 20px 0;
    text-align: left;
    font-weight: 700;
}

.top_left_cont h2 {
    font-size: 40px;
    color: #FFF;
    line-height: 52px;
    margin: 0 0 26px 0;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}

.top_left_cont h2 strong {
    font-weight: 700;
}

.top_left_cont p {
    font-size: 16px;
    color: #DADADA;
    margin: 0 0 30px 0;
    line-height: 26px;
}
.hero_section{
    position: relative;
}
.bannerImg{
    position: absolute;
    bottom: 0px;
    right: 0px;
    float: right;
}
a.read_more2 {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 16px;
    width: 178px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

a.read_more2:hover {
    background: #fff;
    color: #005490;
    border: 1px solid #fff;
}









/* Services
---------------------------------*/

#service {
    padding: 60px 0px;
    background: #EFEFEF;
}

.service_wrapper {
    padding: 40px 0 40px;
}

.service_section {
}

.service_block {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.service_icon {
    border: 2px solid #005490;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0px auto 25px;
}

.service_icon.icon2 {
    border: 2px solid #005490;
}

.service_icon.icon3 {
    border: 2px solid #005490;
}

.service_icon span {
    background: transparent;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.service_icon i {
    color: #005490;
    font-size: 40px;
    margin-top: 0;
    position: relative;
    top: 20px;
    z-index: 20;
}

.service_block h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #005490;
    margin: 35px 0 18px;
}

.service_block p {
    font-size: 16px;
    color: #888888;
    margin: 0px;
}



/* Latest Work
---------------------------------*/


#work_outer {
    background: #f9f9f9;
    padding: 70px 0px;
    position: relative;
}

.work_pic {
    position: absolute;
    right: 0;
    top: 25%;
    width: 50%;
}

.inner_section {
    padding: 95px 50px 20px;
}
.inner_section p{
    text-align: justify;
    font-size: 1.1em;
}
.inner_section li{
    text-align: justify;
    font-size: 1.1em;
}

.service-list {
    padding: 0 0 0 0;
    font-size: 14px;
    margin-bottom: 40px;
}

.service-list-col1 {
    float: left;
    width: 60px;
    text-align: center;
}

.service-list-col1 i {
    /*display:;*/
    color: #888;
    font-size: 19px;
    font-style: normal;
    line-height: 20px;
}

.service-list-col2 {
    overflow: hidden;
}

.page_section.alabaster {
    background: #fafafa;
}

.work_bottom {
    padding: 20px 0 0 0px;
}

.work_bottom span {
    font-size: 18px;
    color: #333333;
    display: block;
    margin: 0 0 20px 0;
}

a.contact_btn {
    background: #0072a0;
    text-transform: uppercase;
    display: block;
    width: 156px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    /*font-family: 'Raleway', sans-serif;*/
    font-weight: normal;
    border: 0px solid #005490;
    text-decoration: none;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

a.contact_btn:hover {
    background: #d27b3d;
}

.input-text {
    background: #ffffff;
}


/* Portfolio
---------------------------------*/


#Portfolio {
    padding: 60px 0px;
}

.Portfolio-nav {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

.Portfolio-nav li {
    margin: 0 10px;
    display: inline;
}

.Portfolio-nav li a {
    display: inline-block;
    padding: 10px 22px;
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    border-radius: 4px;
    text-transform: uppercase;
    background: #f7f7f7;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-nav li a:hover {
    background: #005490;
    color: #fff;
    text-decoration: none;
}

.portfolioContainer {
    margin: 0 auto;
    padding-left: 15px;
    width: auto !important;
}

.Portfolio-box {
    text-align: center;
    width: 350px;
    overflow: hidden;
    float: left;
    padding: 12px 0px;
}

.Portfolio-box img {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.Portfolio-box img:hover {
    opacity: 0.6;
}

.Portfolio-nav li a.current {
    background: #005490;
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.page_section.paddind {
    padding-bottom: 60px;
}


/* Happy Clients
---------------------------------*/




.client_area {
    width: 960px;
    margin: 0px auto;
}

.client_section {
    padding: 35px 0 0 0;
}

.client_section.btm {
    padding: 20px 0 0 0;
}

.client_profile {
    float: left;
    text-align: center;
}

.client_profile.flt {
    float: right;
}

.client_profile_pic {
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    margin: 0 0 15px 0;
    width: 220px;
    height: 220px;
}

.client_profile_pic img {
    border-radius: 50%;
    border: 3px solid #f5f5f5;
}

.client_profile h3 {
    font-size: 18px;
    color: #49b5e7;
    margin: 0 0 0 0;
}

.client_profile span {
    display: block;
    font-size: 16px;
    color: #888888;
}

/* Clients
---------------------------------*/


.client_logos {
    background: #d38005;
    /*    padding: 60px 0;*/
    padding: 45px 0;
    margin-top: 60px;
}

.client_logos ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.client_logos ul li {
    display: inline;
    margin: 0 25px;
}

.client_logos ul a {
    display: inline-block;
    margin: 5px 5px;
}

.page_section.team {
    padding: 60px 0;
}

.page_section.team h6 {
    margin-bottom: 40px;
}



/* Team
---------------------------------*/
#mantenimiento{
    padding: 60px 0px 10px 0px;
}
#producto{
    padding: 60px 0px 10px 0px;
}
#nosotros{
    padding: 60px 0;
}
#vision{
    padding: 60px 0;
}
#mision{
    padding: 60px 0;
}
#valores{
    padding: 60px 0;
}
#experiencia{
    padding: 60px 0;
}
#objetivo{
    padding: 60px 0;
}
#compromiso{
    padding: 60px 0;
}



.team_section {
    max-width: 993px;
    margin: 0 auto;
}

#aboutUs {
    padding: 60px 0;
}
.img-circle {
    border-radius: 0%;
    /* padding-bottom: 5%; */
    background: #8C8C8C;
    box-shadow: 1px 4px 10px #656565;
    /* border-radius: 5px; */
    height: 275px;
    /*width: 100%;*/
    border-radius: 4px;
    float: right;
}
.team .member {
    padding-bottom: 100px;
}
.author-avatar {
    float: left;
    max-height: 200px;
    max-width: 200px;
}
.member-details {
    padding-left: 230px;
}
.member-top {
    position: relative;
}
.member-details p {
    margin: 0px;
    padding: 20px 0px;
}
.designation {
    display: inline-block;
    padding-bottom: 5px;
    font-size: .81em;
    color: #b2b2b2;
    letter-spacing: .4px;
}
.member-social-link a {
    border-radius: 4px;
    display: inline-block;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    font-size: .9em;
    margin-right: 6px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
/* Contact
---------------------------------*/
.page_section.contact {
    padding: 90px 0 100px;
}

.contact_section {
    margin: 0 0 60px 0;
}

.contact_section h2 {
    font-size: 40px;
    color: #ffffff;
    margin: 0 0 50px 0;
    text-transform: uppercase;
}

.contact_block {
    text-align: center;
}

.contact_block_icon {
    border-radius: 50%;
    height: 85px;
    width: 85px;
    margin: 0px auto 20px;
}

.contact_block_icon.icon2 {
    border-color: #005490;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon span {
    background: none repeat scroll 0 0 #f56eab;
    border: 5px solid #fff;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.contact_block_icon.icon2 {
    border-color: #005490;
}

.contact_block_icon.icon2 span {
    background: #005490;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon.icon3 span {
    background: #49b5e7;
}

.contact_block_icon i {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
    position: relative;
    top: 26px;
    z-index: 20;
}

.contact_block span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_block span a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_info {
    font-size: 15px;
    margin: 0 0 0 20px;
    padding-left: 0;
}

.contact_info  h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #fff;
}

.contact_info p {
    line-height: 28px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 30px;
}

.social_links {
    padding:0;
    margin: 0;
    display: block;
    overflow: hidden;
    list-style: none;
}

.social_links li {
    float: left;
    margin-right: 4px;
}

.social_links li a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
}

.social_links li a:hover, .social_links li a:focus {
    text-decoration: none;
    border-radius: 80px;
}

.twitter a:hover {
    color: #55acee;
}

.facebook a:hover {
    color: #3b5998;
}

.pinterest a:hover {
    color: #cb2026;
}

.gplus a:hover {
    color: #dd4b39;
}


.form {
    /*margin: 0 66px 0 30px;*/
}

.input-text {
    padding: 15px 16px;
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 0px;
    font-size: 15px;
    color: #686868;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.input-text:focus {
    border: 1px solid rgb(208, 208, 208);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.16), 0 0 8px rgba(123, 123, 123, 0.37);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.16), 0 0 8px rgba(123, 123, 123, 0.37);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.16), 0 0 8px rgba(123, 123, 123, 0.37);
}

.input-text.text-area {
    height: 230px;
    resize: none;
    overflow: auto;

}

.input-btn {    
    width: 175px;
    height: 50px;
    letter-spacing: 0px;
    background: #d38005;
    border-radius: 0px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    float: right;
}

.input-btn:hover {
    background: #fff;
    color: #545454;
    font-weight: 700;
}

/* Footer
---------------------------------*/

.footer_wrapper {
    background: #136c8e;
}

.footer_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.56);
    padding: 25px 0;
    margin-top: 25px;
}

.footer_bottom span {
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}

.footer_bottom span a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.footer_bottom span a:hover {
    color: #FFC107;
}

/* Animation Timers
---------------------------------*/
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}


/*new_profolio*/




/* Portfolio */	

.container.portfolio_title {
    padding-bottom: 0px;
}

#portfolio {
    padding: 60px 0 40px;
}



/* Portfolio Filters */	

#filters {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    float: none;
    z-index: 2;
    position: relative;
}

#filters ul li {
    display: inline-block;
    margin: 0 5px;
}

#filters ul li a {
    display: block;
}

#filters ul li a h5 {
    background: none repeat scroll 0 0 #f7f7f7;
    border-radius: 4px;
    display: inline-block;

    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 10px 22px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    border: #C2C2C2 solid 1px;
    color: #7C7C7C;
}

#filters ul li a:hover h5, #filters ul li a.active h5 {
    background: #fff;
    color: #005490;
    text-decoration: none;
    border: #005490 solid 1px;
}

.section-title h2 {
    color: #005490;
    font-family: 'Raleway', sans-serif;
    font-size: 34px;
    letter-spacing: -1px;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.section-title span {
    display: block;
    color: #888888;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 60px;
    text-align: center;
}



/* Portfolio Items */	

#portfolio_wrapper {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#portfolio_wrapper .one-four {
    margin: 0!important;
    line-height: 0;
    width: 25%;
    padding: 0;
    position: relative;
}

.portfolio-item {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.portfolio-item .portfolio_img {
    overflow: hidden;
    display: block;
    position: relative;
}

.portfolio-item .portfolio_img img {
    width: 100%;
    height: 253px;

    transition: all 0.4s ease;
}
.portfolio-item:hover .portfolio_img img{
    transform: scale(1.4);
}

.portfolio-item:hover .item_overlay {
    opacity: 1;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.item_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    cursor: pointer;
}

.open-project-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}

.item_overlay:hover {
    background: rgba(0, 93, 150, 0.7);
}

.item_info {
    position: absolute;
    height: 100px;
    width: 100%;
    top: 50%;
    margin-top: -50px;
    text-align: center;
}

.project_name {
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;

    opacity: 0;
    font-size: 18px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    position: relative;
    z-index: 10;
}

.portfolio-item:hover .project_name {
    opacity: 1;
    -webkit-transition: opacity .1s .2s;
    -moz-transition: opacity .1s .2s;
    -ms-transition: opacity .1s .2s;
    -o-transition: opacity .1s .2s;
    transition: opacity .1s .2s;
}

.project_catg {
    font-size: 14px;
    color: #fff;
    opacity: 0;
    margin-top: 0px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.portfolio-item:hover .project_catg {
    opacity: 0.8;
    -webkit-transition: opacity .1s .2s;
    -moz-transition: opacity .1s .2s;
    -ms-transition: opacity .1s .2s;
    -o-transition: opacity .1s .2s;
    transition: opacity .1s .2s;
}

.zoom-icon {
    left: 50%;
    margin-left: -20px;
    position: inherit;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    opacity: 0;
    background: url(images/zoom.html);
    background-size: 40px 40px;
    transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.2s;
    -webkit-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
}

.portfolio-item:hover .zoom-icon {
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: opacity .3s .2s, margin-top .3s .2s;
    -moz-transition: opacity .3s .2s, margin-top .3s .2s;
    -ms-transition: opacity .3s .2s, margin-top .3s .2s;
    -o-transition: opacity .3s .2s, margin-top .3s .2s;
    transition: opacity .3s .2s, margin-top .3s .2s;
}




/* Portfolio Isotope Transitions */	

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}



/* Portfolio Expander */	



#project_container {
    display: none;
    background-color: #FFF;
}

#project-page-button-fullscreen {
    height: auto;
    z-index: 100;
    position: absolute;
    right: 30px;
    top: 30px;
}

#project-page-button-fullscreen li {
    display: inline-block;
    font-size: 30px;
}

#project-page-button-fullscreen li a {
    background: url(images/close.html) no-repeat #fff;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    opacity: 0.5;
}

#project-page-button-fullscreen li a:hover {
    opacity: 1;
}

#project-page-button {
    text-align: center;
    margin-bottom: 20px;
    height: auto;
    position: relative;
    z-index: 100;
}

#project-page-button li {
    display: inline-block;
    margin: 60px 10px 0px 10px;
    font-size: 30px;
}

#project_data {
    margin-bottom: 0px;
}

.project-section-title {
    text-align: center;
    margin-bottom: 40px;
}

.project-section-title h1 {
    margin-bottom: 5px!important;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

.project-page {
    background-color: #FFF;
    width: 100%;
    height: auto;
    left: 0;
    padding-bottom: 40px;
}


/* Portfolio*/	


.project-image-slider .bx-wrapper .bx-next {
    background: url("images/project_slider_right.html") no-repeat;
    background-size: 35px 65px;
    opacity: 0.3;
    right: -90px;
}

.project-image-slider .bx-wrapper .bx-prev {
    background: url("images/project_slider_left.html") no-repeat;
    background-size: 35px 65px;
    opacity: 0.3;
    left: -90px;
}

.project-image-slider .bx-wrapper .bx-next:hover, .project-image-slider .bx-wrapper .bx-prev:hover {
    opacity: 1;
    background-position: 0;
}

.project-image-slider .bx-wrapper .bx-controls-direction a {
    height: 65px;
    margin-top: -33px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 35px;
    z-index: 100;
}

/* Portfolio Normal Expander */		

.project-description {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.small-border {
    height: 2px;
    width: 50px;
    background-color: #ddd;
    margin-bottom: 15px;
}

.visit-project {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding: 55px 0 20px 0;
}

.project-description h5 {
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 5px;
}



/* Portfolio FullScreen Expander */			

#cycle-loader {
    height: 32px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 999;
}

#arrow_left {
    top: 50%;
    height: 60px;
    position: absolute;
    left: 30px;
    width: 32px;
    z-index: 1000;
    margin-top: -30px;
}

#arrow_right {
    top: 50%;
    height: 60px;
    position: absolute;
    right: 30px;
    width: 32px;
    z-index: 1000;
    margin-top: -30px;
}

#arrow_left:hover, #arrow_right:hover {
    margin-top: -28px;
}

#arrow_left:active, #arrow_right:active {
    margin-top: -28px;
}

div.mc-image {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.in-slide-content div.info-slide {
    background: #FFF url(images/info.html) no-repeat left bottom;
    background-size: 46px 46px;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 46px;
    height: 46px;
    margin: 0;
    display: block;
    text-indent: 10px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    cursor: pointer;
    z-index: 1000;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=0.5);
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.in-slide-content div.info-slide:hover {
    width: 200px;
    background: #FFF;
    position: absolute;
    bottom: 40px;
    padding: 10px 20px;
    text-indent: 0px;
    moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    z-index: 1000;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    opacity: 1;
}

.in-slide-content h2, .in-slide-content p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 24px;
}

.in-slide-content h2 {
    font-size: 14px;
    color: #444;
    text-shadow: none;
    font-weight: normal;
    text-transform: uppercase;
    z-index: 1001;
    position: relative;
    white-space: nowrap;
}

.info-slide p {
    color: #aaa;
    font-size: 13px;
    text-shadow: none;
    z-index: 1001;
    position: relative;
    margin: 0;
    font-weight: normal;
    white-space: nowrap;
}

.in-slide-content div.info-slide h2 {
    display: none;
    padding: 10px 10px 0 10px;
}

.in-slide-content div.info-slide p {
    display: none;
    padding: 0px 10px 10px 10px;
}

.in-slide-content div.info-slide:hover h2, .in-slide-content div.info-slide:hover p {
    display: inherit;
    padding: 0;
}








.text-prod{
    text-align: center;
}

/*--------------------------------------------------------------------------
+	Contact Us Style
--------------------------------------------------------------------------*/
.section-map{
    padding:0;
    height:400px;
    margin-bottom: 50px;
    box-shadow: inset 0 0px #000000, 0 13px 50px #BDBDBD;
}

#contact-us-map {
    height: 410px;
    margin:0;
    /*margin-top: -10px;*/
        margin-top: 0px;
}
.contact-us-details {
    margin: 20px 0;
    font-size: 0.9em;
}


.contactos-det {
    margin: 20px 0;
    font-size: 0.9em;
}
p.contactos-det a {
    color: #535B60;
}

p.contactos-det a:hover {
    color: #020202;
}


.acercatexto{
    text-align: center;
}


.div-cont{
    width: 100%;
    display: table;
}
.datos-cont{
    width: 70%;
    display: table-cell;
}
.img-cont{
    width: 30%;
    display: table-cell;
    vertical-align: middle;
}



.datos-cont li{  
    display: block;
}
.datos-cont span:before {
    padding-right: 8px;
    font-size: 25px;
}
.datos-cont span{
    display: table-cell;
    vertical-align: middle;
}
.datos-cont p{
    display: table-cell;
    vertical-align: middle;
}
.form-cont .input-text{
    height: 40px;
    font-size: 15px;
    color: #686868;
    margin: 0 0 10px 0;
    border: 1px solid #eaeaea;
    background: #eeeeee;
}
.form-cont .input-text.text-area {
    height: 150px;
}

.texto-pie li{
    margin-bottom: 15px;
}

















/*
   Media Queries
--------------------------- */
@media (min-width: 768px) {


}
@media (max-width: 768px) {
    .bannerImg{
        display:none;
    }
    p{
        font-size:14px;
    }
    .hero_section {
        position: relative;
        padding-top: 10px;
    }
    .top_left_cont {
        padding: 38px 0;
    }
    .top_left_cont h2 {
        font-size: 25px;
        color: #FFF;
        line-height: 39px;
        margin: 0 0 9px 0;
    }
    .inner_section {
        padding: 20px 0 20px;
    }
    #aboutUs img{
        margin-bottom:20px;
    }
    #aboutUs h3{
        font-size:16px;
        line-height:22px;
    }
    .service_block{
        margin-bottom:20px;
    }
    .service_block h3 { 
        font-size: 16px;
    }
    service_block p {
        font-size: 14px; 
        margin: 0px;
        margin-bottom: 20px;
    }
    #filters ul{
        padding-left:0px;
    }
    .form {
        /*margin: 0 18px;*/
    }
    .page_section.team{
        padding: 40px 0;
    }

    #clients {
        /*padding: 40px 0;*/
    }
    .client_logos ul li {
        display: inline;
        margin: 0 25px;
        padding: 11px 0;
        display: inline-block;
    }





    .social_links li {
        float: left; 
    }
    .contact_section{
        margin:0;
    }
    h2, .contact_section h2 {
        /*font-size: 30px;*/
        font-size: 23px;
        margin-bottom: 10px;
    }
    .page_section.contact {
        padding: 60px 0 50px;
    } 
    .navbar-inverse .navbar-toggle .icon-bar{
        background:#FFFFFF;
    }
    .navbar-inverse .navbar-toggle {
        border-color: white;
        background-color: #208db6;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
        background: #208db6;
        outline: none;
    }
    .navStyle ul li {
        display: block;
    }
    .navStyle {
        float: initial;
        width: auto;
        text-align:center;
    }
    .navStyle ul li {
        display: block;
        margin: 0px;
    }
    .navStyle ul li a {
        font-size: 12px;
        padding: 15px 12px;
    }
    .navStyle ul li:last-child {
        margin: 0px;
    } 
    .navbar-toggle {
        margin-right: 0;
    }

} 
@media (max-width: 480px){
    .navStyle {
        float: right;
        width: 100%;
        text-align:center;
    } 
    .team_area {
        width: 99%;
    }
    .member-details {
        padding-left: 0;
        clear: left;
        display: block;
        padding-top: 18px;
    }
}



/****************** estilos *******************/






.carousel-control{
    z-index: 3;
}




.dropdown li a{
    font-size: 12px !important;
}
.carousel-control.left .flechas-prev{
    position: absolute;
    top: 50%;
    left: 20px;
    /*z-index: 3;*/
}
.carousel-control.right .flechas-next{
    position: absolute;
    top: 50%;
    right: 20px;
    /*z-index: 3;*/
}

.borde-abajo{
    border-bottom: 30px solid rgba(255, 152, 0, 0.62);
}

.texto-pie{
    font-size: 1.3em;
    color: #ffffff;
    list-style-type: none;
}
.texto-pie b{
    color: #FFC107;
}
.texto-pie h4{
    font-size: 1.3em;
    /*text-align: center;*/
    text-transform: uppercase;
    /*border-bottom: 5px solid #828282;*/
    /* display: table; */
    margin-bottom: 23px;
}
.texto-pie a{
    color: #fff;
    transition: all 0.4s ease;
}
.texto-pie a:hover{  
    color: #ffc107;
}


.fondo-pie{
    background: rgba(90, 90, 90, 0.05) url('../img/fondop1.png');
    background-size: 100% 100%;
}
.texto-pie2{
    font-size: 1.3em;
    color: #5F5F5F;
    list-style-type: none;
}
.texto-pie2 b{
    color: #565656;
}
.texto-pie2 h4{
    font-size: 1.3em;
    /*text-align: center;*/
}
.texto-pie2 a{
    color: #565656;
    transition: all 0.4s ease;
}
.texto-pie2 a:hover{  
    color: #868686;
}
.dropdown-menu li{
    width: 100%;
    margin: 0 !important;
}


/*Contacto*/
#response{
    color: #dfdfdf;
    font-weight: 700;
    background: #1c76a0;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 4px;
}









@media(max-width: 1200px) and (min-width:991px){
    .inner_section {
        padding: 60px 0px 20px;
    }
    .logo{
        width: 335px;
    }
}
@media (min-width: 768px){
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
        visibility: visible!important;
        padding: 20px 0;


        /*float: left;*/

    }

}

@media(max-width:991px) and (min-width:767px){
    .navbar-collapse.collapse {
        padding: 10px 0;
    }
}
@media(max-width: 991px){
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        height: 250px ;
        width: 100%;
    }
    .inner_section {
        padding: 0px 0px 20px;
    }
    .navStyle ul li a {
        font-size: 12px;
    }
    .texto-pie{
        font-size: 1em;
        margin-bottom: 15px;
    }

    .texto-pie2{
        font-size: 1em;
    }

    .logo{
        /*width: 150px;*/
            width: 225px;
    padding-top: 1.5%;
    }
    .texto-banner p{
        /*background: rgba(0, 0, 0, 0.53);*/
        font-size: 1em;
    }
    .fondo-banner{
        opacity: 0;
    }
    .texto-banner{
        width: 50%;
    }

}

@media(max-width:997px) and (min-width: 767px){
    .navStyle ul li {
        display: inline-block;
        margin: 0 0px;
    }
    .nav>li>a {
        padding: 16px 10px;
    }

}


@media(max-width: 767px){
    .padding-cel{
        padding:  0px
    }
    .img-circle{
        margin-bottom: 18px;
    }
    .navStyle ul li a {
        text-align: left;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #2573cf;
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
        color: #fff;
        background-color: #297191;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #d27b3d;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #1da4e1;
    }
    .img-circle{
        float: initial;
    }
    .pull-right {
        text-align: center !important;
    }
    .inner_wrapper{
        text-align: center;
    }
    .text-prod{
        text-align: justify;
    }
    .texto-pie h4 {
        font-size: 1.1em;
    }
    .texto-pie li {
        margin-bottom: 5px;
    }
    .input-text {
        padding: 8px 8px;
        height: 35px;
        font-size: 13px;
    }
    .section-title h2 {
        font-size: 23px;
    }
    .input-text.text-area {
        height: 130px;
    }
    .input-btn {
        width: 116px;
        height: 35px;
        font-size: 15px;

    }
    .texto-banner p{
        padding: 3% 2%;
    }
}
@media(max-width: 340px){
    .logo{
        width: 200px;
}
}


@media(min-width: 991px){
    /* SOMBRA DEL BANNER */
    .sombra-banner{
        z-index:1090;
        margin-top: -17px;
        width: 100%;
    }
}