/*
================================
Construction Plus css stylesheet
================================
*/

/*codigo obras*/
ul.obra-items {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    padding-left: 0px !important;
}
ul.obra-items li.fa {
    color: #195c78;
    margin: 20px 0 10px 0;
}

.accordion-container {
    cursor: pointer;
    transition: 04.s;
}
.obras-description{
    padding-left: 30px;
    font-size: 14px !important;
    line-height: 14px !important;
}
ul.obra-items li.fa i:hover {
    color: rgb(0, 0, 0);
}
.obras-hidden {
    display: none;
    overflow: hidden;
    transition: all 0.3s ease;
}
ul.obra-items li.fa i {
    color: #195c78;
        font-family: 'Roboto', sans-serif;
    line-height: 26px;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    padding-left: 15px;
}
ul.obra-items li.fa p {
    color: #000;
        font-family: 'Roboto', sans-serif;
    line-height: 26px;
    font-size: 16px;
    font-style: normal;
    padding-left: 25px;
}

.obra .swiper-slide {
   
    background: transparent;

}
.display-desktop-obras {
    display: block;
}
.display-mobile-obras {
    display: none;
}

/*codigo de portafolio index*/

.home .portfolio-section .container-fluid {
        padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.home .portfolio-section .container-fluid .col-md-3 {
   
    position: relative;
    min-height: 1px;
   padding-right: 0px; 
   padding-left: 0px; 
}
.obra .portfolio-section .container-fluid {
        padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.obra .portfolio-section .container-fluid .col-md-3 {
   
    position: relative;
    min-height: 1px;
   padding-right: 0px; 
   padding-left: 0px; 
}

.home {
    overflow-x: hidden;
}




/*menu scroll*/


.active-menu-scroll {
    margin-top: 25px !important;
    margin-bottom: 5px;
}
/*Linea gris menu*/

.container-fluid.no-padding.menu-block {
    border-bottom: 1px solid #939090;
}

/*Ocultar contenido cuando se hace click en input*/

/*imput focus transparente*/

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */

input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */

input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */

textarea:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

/* slider swiper para carrosel servicios */

.movile-display {
    display: none;
}

.home-display {
    display: block;
}

.movile-display-about {
    display: none;
}

.home-display-about {
    display: block;
    max-width: 630px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…2L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 2px !important;
    left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    left: 2px !important;
    right: auto;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-bottom: 30px !important;
}

.home .swiper-container {
    width: 70%;
    height: 100%;
    margin-bottom: 30px !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #E8EFF2;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.swiper-wrapper {

    margin-bottom: 50px;
}

.service-section .swiper-slide i {
    font-size: 26px;
    margin-bottom: 25px;
}

.service-section .swiper-slide a span {
    width: 100%;
    text-align: center;
    color: #111F29;
    float: left;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
    right: 10px;
    left: auto;
    font-size: 35px;
    color: #195c78;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: none !important;
    left: 10px;
    right: auto;
    font-size: 35px;
    color: #195c78;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #195c78 !important;
}

.servicios .swiper-slide a.active {
    color: #111F29;
    background-color: transparent;
    border-bottom: 1px solid #195C78;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}

.servicios .swiper-slide a:hover {
    color: #111F29;
    background-color: transparent;
    border-bottom: 1px solid #195C78;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}

.home .swiper-slide a:hover {
    color: #111F29;
    background-color: transparent;
    border-bottom: 1px solid #195C78;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}








.navbar-brand {
    padding: 0px 0px;
}

.fondo-obras {
    background-color: #e9eef2;
}

.ico-position {
    position: absolute;
}

/*botton subir*/

/*botón up*/

.boton-subir {
    display: none;
    background: #195c78;
    border: thin solid #e4e3e3;
    border-radius: 3px;
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 999999999;
}

/*evento hover*/

.boton-subir:hover {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.75);
}

/*estilos para el tag i*/

.boton-subir i {
    color: #fff;
    font-size: 1.5em;
    padding: 15px 15px 15px 15px;
}

/*botton subir fin*/

/* Font Link*/


/* Font Link*/

/*
#About
#Home Template 01
#Home Template 02
#Home Template 03

#Home Template 04
#Blog Left Sidebar
#Blog Left Sidebar
#Blog List
#Blog Three
#Blog Single
#Blog Standard
#Contact Classic
#Contact Map Full Width
#Dark Color Page Header

#Primary Color Page Header
#Secondary Color Page Header
#Dark Color Page Header
#Headers

#Portfolios
#Shop
#Team
#Signup
#Login


*/

/*Iconos*/

.ico-suscribite {
    width: 55px;
    display: inline-block;
    margin-bottom: -20px;
}

.quienes-somos .ico-suscribite {
    width: 50px;
    display: inline-block;
}

.ico-servicios {
    width: 50px !important;
    height: 50px;
    display: block !important;
    margin: 0 auto;
    float: none !important;
}

.riel {
    background-image: url(../images/ico/icon-6.png);
}

.servicios .swiper-slide a .riel:hover,
.servicios a .riel:hover,
.home .swiper-slide a .riel:hover,
.home a .riel:hover {
    background-image: url(../images/ico/icon-6-hover.png);
}
.riel-hover {
       background-image: url(../images/ico/icon-6-hover.png) !important;
}


.herramientas {
    background-image: url(../images/ico/icon-3.png);
}

.servicios .swiper-slide a .herramientas:hover,
.servicios a .herramientas:hover,
.home .swiper-slide a .herramientas:hover,
.home a .herramientas:hover {
    background-image: url(../images/ico/icon-3-hover.png);
}
.herramientas-hover {
     background-image: url(../images/ico/icon-3-hover.png);
}

.obras {
    background-image: url(../images/ico/icon-5.png);
}

.obras-title {

}

.trabaja-title {
    max-width: 322px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

@media (max-width: 767px) {
    .row-trabaja {

    }

    .trabaja-img {
        display: block !important;
    }
    .btn-trabaja {
        margin: 0 !important
    }
}


.btn-trabaja {
    min-height: fit-content !important;
    padding-right: 35px;
    padding-left: 35px;
    min-width: fit-content !important;
    margin-top: 10px !important;
}

.trabaja-title h2 {
    margin-top: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
}

.trabaja-title span {
    color: #195c78;
    padding: 0px;
    font-weight: bold;
}
.divider-line {
    border: 1px solid #333;
    width: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.divider-line-quienes-somos {
    border: 1px solid #333;
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width:480px) {
.obras-title h2{
    text-transform: uppercase;
    padding: 0 0 20px 0;
}
.divider-line {
    display: none;
}
}

.obras-title h2 {
    margin-top: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
}

.obras-title p {
    max-width: 460px;
}

.obras-title span {
    color: #195c78;
    padding: 0px;
    font-weight: bold;
}
.servicios .swiper-slide a .obras:hover,
.servicios a .obras:hover,
.home .swiper-slide a .obras:hover,
.home a .obras:hover {
    background-image: url(../images/ico/icon-5-hover.png);
}
.obras-hover {
     background-image: url(../images/ico/icon-5-hover.png);
}

.alquiler {
    background-image: url(../images/ico/icon-2.png);
}

.servicios .swiper-slide a .alquiler:hover,
.servicios a .alquiler:hover,
.home .swiper-slide a .alquiler:hover,
.home a .alquiler:hover {
    background-image: url(../images/ico/icon-2-hover.png);
}
.alquiler-hover {
     background-image: url(../images/ico/icon-2-hover.png);
}

.ventas {
    background-image: url(../images/ico/icon-9.png);
}

.servicios .swiper-slide a .ventas:hover,
.servicios a .ventas:hover,
.home .swiper-slide a .ventas:hover,
.home a .ventas:hover {
    background-image: url(../images/ico/icon-9-hover.png);
}
.ventas-hover {
    background-image: url(../images/ico/icon-9-hover.png);
}

.material {
    background-image: url(../images/ico/icon-8.png);
}

.servicios .swiper-slide a .material:hover,
.servicios a .material:hover,
.home .swiper-slide a .material:hover,
.home a .material:hover {
    background-image: url(../images/ico/icon-8-hover.png);
}
.material-hover {
    background-image: url(../images/ico/icon-8-hover.png);
}

/* video */

#playbutton-id3612 {
    display: none;
}

/*logo */

.navbar-brand > img {
    display: block;
    margin-top: 0px;
}

/* fin iconos */

.welcome-section .btn-bookNow {
    width: 245px!important;
    height: 50px;
    background: #195c78;
    border: 0px;
    border-radius: 0px;
    line-height: 50px;
    padding: 0px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    transition: .1s all ease-in;
    -webkit-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;

}

.welcome-section .btn-bookNow span {
    width: 200px!important;
    height: 50px;
    float: left;
    transition: .1s all ease-in;
    -webkit-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;
    line-height: 50px;
    padding: 0px;
    border-right: 1px solid #091C2E;
}

.welcome-section .btn-bookNow i {
    height: 50px;
    float: left;
    line-height: 50px;
    transition: .1s all ease-in;
    -webkit-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;
    padding: 0px;
}


.welcome-section .btn-bookNow:hover {
    color: #fff;
    transition: .1s all ease-in;
    -webkit-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;
    background: #003c55;
}

/*Page loader css*/

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
    background: url('../images//Preloader_10.gif') center no-repeat #fff;
}


/*page loader css end*/

body {
    font-family: 'Roboto', sans-serif;
    text-shadow: unset;

}

p {
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    font-size: 16px;
}

a {
    font-family: 'Roboto', sans-serif;
}

.marginPadding-remove {
    padding: 0px;
    margin: 0px;
}

.no-margin {
    margin: 0px;
}

.no-padding {
    padding: 0px;
}


/*Home three header start*/

.home-three-template {
    min-height: 950px;
    position: relative;
}


/* Home three header end*/

/* topbar start*/

.top-horizontal-bar {
    min-height: 10px;
    background: #404040;
    position: absolute;
    z-index: 999;
    padding: 0px;
    margin: 0px;
}

.header-skew .topbar-wrapper-section {
    position: relative;
    padding: 0px
}

.header-skew .topbar-wrapper {
    background: #404040;
    min-height: 50px;
    padding: 0px;
    margin: 0px;
    max-width: 55%;
    float: right;
}

.header-skew .topbar-container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    padding-right: 0px
}

.header-skew .topbar {
    background: #404040;
    height: 50px;
    z-index: 999999;
    padding-right: 36px
}

.header-skew .topbar a {
    line-height: 50px;
}

.link-nav li:nth-child(1) {
    width: 60px;
}

.search-box-home-one-wrapper {
    position: absolute !important;
    right: -56px;
}

.search-box-home-one-wrapper .searchbox {
    background: #fff;
}

.search-box-home-one-wrapper .searchbox-input {
    background: #fff;
    position: relative;
    top: -15px;
}

.search-box-home-one-wrapper .searchbox-open .searchbox-input {
    position: relative;
    top: -15px;
}

.search-box-home-one-wrapper .searchbox-icon,
.searchbox-submit .search-box-home-one-wrapper {
    background: #fff;
    border: none;
}

.search-box-home-one-wrapper .searchbox-icon i {
    color: #111F29;
    font-size: 14px;
}

.searchbox {
    position: relative;
    min-width: 50px;
    width: 0%;
    height: 50px;
    float: right;
    overflow: hidden;
    border-left: 1px solid #162835;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.social-icon .searchbox {
    position: relative;
    min-width: 50px;
    width: 0%;
    height: 50px;
}

.search-box-home-one-wrapper .searchbox {
    overflow: hidden;
    border-left: none;
}

.search-box-home-one-wrapper .searchbox-input {
    color: #000;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #111F29;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 20px;
    color: #fff;
}

.searchbox-input::-webkit-input-placeholder {
    color: #5B6D71;
}

.searchbox-input:-moz-placeholder {
    color: #5B6D71;
}

.searchbox-input::-moz-placeholder {
    color: #5B6D71;
}

.searchbox-input:-ms-input-placeholder {
    color: #5B6D71;
}

.searchbox-icon,
.searchbox-submit {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 22px;
    right: 0;
    padding: 18px;
    margin: 0;
    border-left: 3px solid #0F1B24;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    background: #111F29;
}

.search-box-home-one-wrapper .searchbox-open {
    width: 400px
}

.searchbox-open {
    width: 100%;
}

.byline {
    position: absolute;
    top: 150px;
    left: 30%;
    text-align: center;
    font-size: 18px;
}

.byline a {
    text-decoration: none;
    color: #5B6D71;
}


/*search form css end*/

.topbar i, footer .social-icons i {
    width: 24px;
    height: 24px;
    background: #fff;
    font-size: 14px;
    color: #404040;
    text-align: center;
    line-height: 24px;
    border-radius: 30px;
}

.topbar:before {
    content: 'hello';
    min-height: 50px;
    width: 100%;
    background: #404040;
    float: left;
    transform: skewX(24deg);
    -webkit-transform: skewX(24deg);
    position: absolute;
    left: -25px;
    border: 10px solid #404040;
    border-radius: 0px 0px 0px 7px;
    color: transparent;
}

.top-bar-info {
    list-style: none;
    float: left;
    margin: 0px;
    width: 73%;
    padding: 0px;
}

.top-bar-info .contact-one i,
.top-bar-info .contact-two i,
.top-bar-info .contact-three i {
    color: orange;
    font-size: 18px;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-left: 5px;
}

.topbar-flat-wrapper .search {
    float: right;
    width: 55px;
    text-align: left;
    height: 50px;
    line-height: 50px;
    border-left: 1px solid #0C171E;
    padding-left: 18px;
}

.topbar-flat-wrapper .search i {
    color: #BCCAD3;
    background: #0D1725;
    padding: 5px;
    border-radius: 20px;
}

.top-bar-info .contact-one p,
.top-bar-info .contact-two p,
.top-bar-info .contact-three p {
    color: #BCCAD3;
    line-height: 50px;
    height: 50px
}

.top-bar-info .contact-one {
    text-align: center;
    border-right: 1px solid #172A38;
    float: left;
    height: 50px
}

.top-bar-info .contact-two {
    width: 250px;
    text-align: center;
    border-left: 1px solid #0C171E;
    border-right: 1px solid #172A38;
    float: left;
    padding-left: 13px;
    height: 50px
}

.top-bar-info .contact-three {
    width: 200px;
    text-align: center;
    border-left: 1px solid #0C171E;
    height: 50px
}

.top-bar-info .contact-three i {
    margin-left: 18px;
}

.top-bar-info li {
    display: inline-block;
    height: 50px
}

.topbar-social-icon .search {
    width: 57px;
}

.topbar-social-icon .search .searchbox-open {
    width: 400px;
}

.topbar-social-icon {
    list-style: none;
    height: 50px;
    float: left;
    line-height: 50px;
    width: 252px;
    border-right: 1px solid #172A38;
}

.topbar-social-icon li {
    display: inline-block;
}

.topbar-social-icon li a {
    line-height: 50px;
    height: 50px;
    float: left;
}

.topbar-social-icon li a i {
    background: #0D1725;
    width: 24px;
    height: 24px;
    float: left;
    border-radius: 30px;
    line-height: 24px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #BCCAD3;
    font-size: 14px;
}


/* social icon*/

.social-icon {
    padding: 0px;
}

.social-icons {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    float: left;
    z-index: 9;
    position: relative;
}

.social-icons-items {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    float: left;
    z-index: 9;
    position: relative;
    width: 100%
}

.social-icons li {
    display: inline-block;
    opacity: 1;
    margin-left: 7px;
}

.contact-icon-three {}

.contact-icon-three {
    border-left: 1px solid #0C171E;
}

#top-info .contact-icon-three i {
    float: left;
    line-height: 50px;
    background: transparent;
    font-size: 18px;
    color: #FAB702
}

#top-info .contact-icon-three p {
    float: right;
    line-height: 50px;
    color: #FFF;
}

#top-info .contact-icon-two i {
    line-height: 50px;
    background: transparent;
    font-size: 18px;
    color: #FFF;
}

#top-info .contact-icon-two p {
    float: right;
    line-height: 50px;
    margin-right: 10px;
    color: #FFF;
    font-size: 14px;
}

#top-info .contact-icon-two {
    border-left: 1px solid #404040;
    border-right: 1px solid #404040;
}

#top-info .contact-icon-one i {
    float: left;
    line-height: 50px;
    background: transparent;
    font-size: 18px;
    color: #FFF;
}

#top-info .contact-icon-one p {
    float: left;
    line-height: 50px;
    color: #FFF;
    font-size: 14px;
    padding-left: 5px;
}

#top-info .contact-icon-one {
    width: 170px;
    margin-left: 45px;
    border-right: 1px solid #404040;
}

#top-info .contact-icon-two {
    width: 270px;
    text-align: center;
}

#top-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

#top-info li {
    display: inline-block;
    position: relative;
    z-index: 9999;
    float: right;
    width: 163px;
    height: 50px;
    padding-left: 12px;
}

.contact-icon-three {
    display: inline-block;
    width: 173px;
    position: relative;
    z-index: 9999;
    float: right;
    width: 202px;
    height: 50px;
}


/*

Index Parallax
*/

.parallax-welcome {
    background: url('../images/industry-slide-1.jpg');
    ;
    min-height: 700px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.parallax-welcome .welcome-caption {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.parallax-welcome .welcome-caption h1 {
    font-size: 65px;
    font-family: "Roboto";
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 63px;
}

.parallax-welcome .welcome-caption h1 span {
    color: #FAB702
}


/*Index Template 02 topbar flat CSS start*/

.topbar-flat {
    background: #111F29;
    min-height: 50px;
    height: 50px;
}

.topbar-flat .col-sm-12 {
    height: 50px;
}

.topbar-flat .social-icon a {
    width: 33px;
    text-align: center;
    padding: 0px;
}

.topbar-flat .social-icon .search {
    float: right;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
}

.topbar-flat .social-icon .searchbox-input {
    height: 46px;
}

.home-three-template .topbar-flat {
    z-index: 99999;
    position: relative;
}

.topbar-flat-wrapper {
    padding: 0px;
}

.topbar-flat .contact-icon-one {
    display: flex;
    border-right: 1px solid #172A38
}

.topbar-flat .contact-icon-one i {
    margin: auto;
    color: #F6C002;
    line-height: 50px;
    font-size: 18px;
}

.topbar-flat .contact-icon-two {
    display: flex;
    border-left: 1px solid #0E1A22;
    border-right: 1px solid #162835
}

.topbar-flat .contact-icon-two i {
    margin: auto;
    color: #F6C002;
    font-size: 18px;
}

.topbar-flat .contact-icon-three {
    display: flex;
    border-left: 1px solid #0E1A22
}

.topbar-flat .contact-icon-three i {
    margin: auto;
    color: #F6C002;
    line-height: 50px;
    font-size: 18px;
}

.topbar-flat .social-icon {
    padding: 0px;
    float: right;
    text-align: right;
}

.topbar-flat .social-icon a {
    line-height: 50px;
    position: relative;
    right: 71px;
}

.topbar-flat .social-icon i {
    width: 24px;
    height: 24px;
    background: #0D1725;
    text-align: center;
    line-height: 24px;
    border-radius: 30px;
    color: #8996A0;
    font-size: 14px;
}

.topbar-flat .search-icon {
    height: 50px;
    line-height: 50px;
    float: right;
    border-left: 1px solid #0E1B23;
    width: 37px;
}


/*Index Template 02 topbar flat CSS end */

/* Navigation  start*/

/* Welcome Section CSS start*/

.welcome-section .row {
    margin-left: 0px;
    margin-right: 0px;
}

.welcome-section {
    margin-top: 0px;
    text-align: center;
    padding-bottom: 0px;
    background-image: url(../images/img-bienvenidos.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.welcome-section .bienvenido {
    text-align: left;
    max-width: 800px;
    width: 70%;
    padding-left: 10%;
    text-align: left;
}

.welcome-section .welcome-caption {
    padding-top: 50px;
}

.welcome-section .welcome-caption hr {
    border: 0;
    border-top: 2px solid #195C78;
    border-bottom: 2px solid #195C78;
    height: 0;
    width: 200px;
    float: left;
    display: block;
    margin-right: 100%;
}

.welcome-section .welcome-caption h2 {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
    padding-left: 0px;
    font-size: 42px;
    display: block;
}

.welcome-section p.welcome-section-enunciado {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    display: block;
}

.welcome-section .welcome-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.welcome-section .welcome-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 334px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.welcome-section .welcome-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 6px;
    margin-right: 10px
}

.welcome-content p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #5E6D77;
    text-align: center;
    max-width: 923px;
    margin: 0 auto;
}

.signeture {
    margin-top: 40px;
}

.signeture h4 {
    font-size: 14px;
    color: #2C3841;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
}

.signeture h4 span {
    font-size: 14px;
    color: #FABC16;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

@media screen and (max-width:400px) {
    .newsletter-section .newsletter-caption h2 {
        font-family: 'Oswald', sans-serif;
        text-align: left;
        font-size: 28px !important;
    }
    .about-section .upper-part p {
        color: #5E6D77;
    }
    .consult-section .appContent p {
        display: none;
    }

    .newsletter-section p {
        margin-left: 0px;
        font-size: 14px !important;
        text-align: center;
    }

    .welcome-section .welcome-caption hr {
        border: 0;
        border-top: 2px solid #195C78;
        border-bottom: 2px solid #195C78;
        height: 0;
        width: 100%;
        float: left;
        display: block;
        margin-right: 100%;
    }

    .welcome-section .welcome-caption h4 {
        font-size: 15px;
        text-align: center
    }
    .welcome-section .welcome-caption h2 {
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin-bottom: 0px;
        font-size: 30px;
    }
    .welcome-content p {
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        color: #5E6D77;
        text-align: center;
    }
    .welcome-section {
        margin-top: 67px;
    }
    .signeture h4 {
        font-size: 11px;
    }
    .signeture h4 span {
        font-size: 11px;
    }
    .signeture {
        margin-top: 24px;
    }
    .welcome-section {
        padding-bottom: 60px;
    }
    .quienes-somos .page-header {
        background-image: url('../images/BANNER-QUIENES-SOMOS-MOBILE.jpg');
        background-size: cover;
        min-height: 200px !important;
        text-align: center;
        margin-top: 0px;
        padding: 0px;
        margin-bottom: 0px;
    }

    .servicios .page-header {
        background: url('../images/h-servicios.jpg');
        min-height: 200px !important;
        text-align: center;
        margin-top: 0px;
        padding: 0px;
        margin-bottom: 0px;
    }

    .obra .page-header {
        background-image: url('../images/obras/NUESTRAS-OBRAS-20.jpg') !important;
        background-size: cover;
        min-height: 200px !important;
        text-align: center;
        margin-top: 0px;
        padding: 0px;
        margin-bottom: 0px;
    }

    .clientes .page-header {
        background-image: url('../images/banner-contactanos-mobile.jpg');
        background-size: cover;
        min-height: 200px !important;
        text-align: center;
        margin-top: 0px;
        padding: 0px;
        margin-bottom: 0px;
    }

    .trabaja .page-header {
        /* background-image: url('../images/work-with-us-banner-mobile.jpg') !important; */
        background-size: cover;
        min-height: 200px !important;
        text-align: center;
        margin-top: 0px;
        padding: 0px;
        margin-bottom: 0px;
    }

    .contacto .page-header {
        background: url('../images/h-contacto.jpg');
        min-height: 200px !important;
        text-align: center;
        margin-top: 0px;
        padding: 0px;
        margin-bottom: 0px;
    }
    .page-header .page-header-wrapper {
        position: relative;
        min-height: 200px !important;
    }
}


/* Welcome Section CSS end*/

/*Welcome section Template three css start*/

.welcome-section-temp-three .welcome-caption {
    text-align: center;
    margin-top: 100px;
}

.welcome-section-temp-three .welcome-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 70px;
    font-size: 24px;
}

.welcome-section-temp-three .welcome-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 60px;
}

.welcome-section-temp-three .welcome-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.welcome-section-temp-three .welcome-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 334px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif
}

.welcome-section-temp-three .welcome-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 6px;
    margin-right: 10px
}

.welcome-section-temp-three {
    padding-bottom: 100px;
}

.welcome-section-temp-three .welcome-text p {
    font-size: 14px;
    color: #5E6D77;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}

.welcome-section-temp-three .welcome-text a {
    min-width: 185px;
    min-height: 50px;
    padding: 0px;
    background: #FAB702;
    color: #fff;
    border: none;
    border-radius: 0px;
    margin-top: 30px;
}

.welcome-section-temp-three .welcome-text a:hover {
    color: #111F29
}

.welcome-section-temp-three .welcome-text a span {
    min-width: 137px;
    min-height: 50px;
    line-height: 50px;
    margin: 0px;
    padding: 0px;
    float: left;
    font-weight: bold;
    border-right: 1px solid #F2AF03
}

.welcome-section-temp-three .welcome-text a i {
    line-height: 50px;
}

.welcome-section-temp-three .welcome-feature ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.welcome-section-temp-three .welcome-feature ul li {
    text-align: center;
}

.welcome-section-temp-three .welcome-feature ul li:nth-child(1) {
    border-right: 1px solid #EEF2F5;
    border-bottom: 1px solid #EEF2F5;
}

.welcome-section-temp-three .welcome-feature ul li:nth-child(1) h4 {
    margin-bottom: 40px;
}

.welcome-section-temp-three .welcome-feature ul li:nth-child(2) h4 {
    margin-bottom: 40px;
}

.welcome-section-temp-three .welcome-feature ul li:nth-child(3) h4 {
    margin-bottom: 40px;
}

.welcome-section-temp-three .welcome-feature ul li:nth-child(2) {
    border-right: 1px solid #EEF2F5;
    border-bottom: 1px solid #EEF2F5;
}

.welcome-section-temp-three .welcome-feature ul li:nth-child(3) {
    border-bottom: 1px solid #EEF2F5
}

.welcome-section-temp-three .welcome-feature ul li:nth-child(4) {
    border-right: 1px solid #EEF2F5;
    padding-top: 50px;
}

.welcome-section-temp-three .welcome-feature ul li:nth-child(5) {
    border-right: 1px solid #EEF2F5;
    padding-top: 50px;
}

.welcome-section-temp-three .welcome-feature ul li:nth-child(6) {
    padding-top: 50px;
}

.welcome-section-temp-three .welcome-feature ul li i {
    font-size: 26px;
    color: #5E6D77;
}

.welcome-section-temp-three .welcome-feature ul li h4 {
    font-size: 18px;
    color: #111F29;
    font-weight: bold;
}


/*Welcome section themplate three css end*/

/* Service Section CSS start*/

.service-section {
    background: #E8EFF2;
    padding-bottom: 50px;
}

.servicios .service-section p {
    margin-bottom: 40px;
}

.servicios .service-section ul li {
    font-size: 16px;

}


/*
.service-section img {
   min-height: 256px;
   max-height: 256px;
   min-width: 100%;
   max-width: 100%
}
*/

.service-section .service-caption {
    text-align: center;
    margin-top: 100px;
}

.service-section .btn-bookNow {
    width: 217px;
    height: 50px;
    background: #195c78;
    border-radius: 0px;
    padding: 0px;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    float: none;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

.service-section .btn-bookNow:hover {
    color: #fff;
    transition: .1s all ease-in;
    -webkit-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;
    background: #003c55;
}


.service-section .service-caption h2 {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    margin-bottom: 60px;
    font-size: 28px;
}



.service-section .service-caption h2 span {
    color: #195c78;
    padding: 0px;
    font-weight: bold;
}

.service-section .service-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 256px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.service-section .service-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 7px;
    margin-right: 10px
}

.workingSkill {
    margin-top: 21px;
}

.workingSkill .item {
    padding: 0px;
}

.workingSkill .prog-item {
    padding: 0px;
}

.workingSkill h4 {
    max-width: 177px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif
}

.workingSkill .progress {
    max-width: 590px;
    height: 10px;
    border-radius: 0px;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 12px;
    box-shadow: none;
    background: #D3DCE1
}

.workingSkill .progress-bar {
    max-width: 590px;
    height: 10px;
    background: #FAB702;
    box-shadow: none;
}

.more {
    padding: 0px;
}

.ratingStar {
    padding: 0px;
}

.ratingStar .labels {
    padding: 0px;
}

.ratingStar .rating {
    padding: 0px;
}

.ratingStar h4 {
    max-width: 177px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.ratingStar .starrr {
    flex: 1;
    color: #FABC16;
    font-size: 14px;
    line-height: 35px;
}

.ratingStar img {
    min-height: unset;
    max-height: unset;
    min-width: unset;
    max-width: unset;
}

.starrr span {
    margin-left: 5px;
}

.more {
    color: #A5B5BF;
    font-family: 'Roboto', sans-serif;
}

.servicios .more span a {
    color: #195C78;
    font-family: 'Roboto', sans-serif;
    padding-left: 50px;
}

.more span a {
    color: #FABC16;
    font-family: 'Roboto', sans-serif;
}

.service-section ul {
    margin-bottom: 30px;
}

.service-section ul li i {
    width: 100%;
    font-size: 30px;
    float: left;
    text-align: center;
    color: #5E6D77;
    margin-bottom: 40px;
}

.servicios .service-section ul li i {
    width: 25px;
    font-size: 14px;
    float: left;
    text-align: center;
    color: #195C78;
    display: inline-block;
    margin-bottom: 0px;
    padding-top: 7px
}

.servicios .service-section ul li i.servi-ico {
    width: 100%;
    font-size: 30px;
    float: left;
    text-align: center;
    color: #195C78;
    margin-bottom: 40px;
}

.service-section ul li {
    padding: 0px;
    list-style-type: none;
    line-height: 30px;
}


.about-section ul li {
    padding: 0px;
    list-style-type: none;
    line-height: 30px;
    color: #5E6D77;
}

.about-section ul li i {
    width: 25px;
    font-size: 14px;
    float: left;
    text-align: center;
    color: #195C78;
    display: inline-block;
    margin-bottom: 0px;
    padding-top: 7px
}

.about-section ul li a {
    padding: 0px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    float: left;
    border: none;
    color: #5E6D77;
}

.service-section ul li a {
    padding: 0px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    float: left;
    border: none;
}


.service-section ul li a:hover {
    background: transparent;
    border: none;
}


.service-section ul li a span {
    width: 100%;
    text-align: center;
    color: #111F29;
    float: left;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #111F29;
    background-color: transparent;
    border-bottom: 1px solid #195C78;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs .active a span {
    color: #111F29;
    background-color: transparent;
    text-transform: uppercase;
}

.nav-tabs a span {
    color: #111F29;
    background-color: transparent;
    text-transform: uppercase;
}

.nav-tabs > li > a:hover i,
.nav > li > a:focus i,
.nav > li > a:hover i {
    ;
    color: #FAB702;
}

.nav-tabs > li.active > a i,
.nav-tabs > li.active > a:hover i,
.nav-tabs > li.active > a:focus i {
    color: #FAB702;
}

.nav-tabs > li.active > a {
    color: #000;
}

.nav-tabs .active a {
    color: #000 !important;
}

.nav-tabs > li > a:hover span,
.nav > li > a:focus span,
.nav > li > a:hover span {
    color: #10283F;
}

.service-tab p {
    color: #5E6D77;
    font-size: 14px;
    text-align: justify;
}

    .movile-display {
        display: none;
    }
  
 .home-display {
        display: block;
    }
  .h-display {
        display: block;
    }


@media screen and (min-width:1200px) {
  
     .h-display {
        display: none;
    }
    .home-display {
        display: block;
    }
}

@media screen and (max-width:1199px) {
  
    .h-display {
       display: block;
   }
   .home-display {
       display: none;
   }
}


@media (min-width:991px) and (max-width:1200px) {
    .service-section ul li {}
    .service-section ul li a span {
        font-size: 11px;
    }
    .service-section ul li i {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .workingSkill h4 {
        font-size: 13px;
    }
    .ratingStar h4 {
        font-size: 13px;
    }
}

@media (min-width:767px) and (max-width:991px) {


    .service-section ul {
        margin-bottom: 30px;
        width: 100%;
        max-width: 400px;
        float: none;
        margin: 0 auto;
    }

    .service-section ul li a span {
        font-size: 10px;
    }
    .service-section ul li i {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .workingSkill h4 {
        font-size: 13px;
    }
    .ratingStar h4 {
        font-size: 13px;
    }
    .service-section img {
        max-height: auto;
        margin-bottom: 51px;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;


    }
}

@media screen and (max-width:767px) {
    .home .newsletter-section {
        text-align: left;
        background: #fff;
        min-height: 420px !important;
        padding-left: 20px !important;

    }

    .service-section .service-tab ul li {
        height: auto;
        margin-bottom: 0px;
    }

    .welcome-section .bienvenido {
        text-align: left;
        max-width: 800px;
        width: 100%;
        padding-left: 15px;
        text-align: justify
    }

    .service-section ul li {
        height: 98px;
        margin-bottom: 19px;
    }
    .service-section ul li a span {
        font-size: 10px;
    }
    .service-section ul li i {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .workingSkill h4 {
        font-size: 13px;
    }
    .ratingStar h4 {
        font-size: 13px;
    }
    .service-section img {
        max-height: auto;
        margin-bottom: 51px;
    }
}


/* Service Section CSS end*/

/* Service section Template three css start*/

.service-section-template-three .service-caption {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 90px;
}

.service-section-template-three .service-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 70px;
}

.service-section-template-three .service-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 60px;
}

.service-section-template-three .service-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.service-section-template-three .service-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 330px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.service-section-template-three .service-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
    margin-left: 5px;
}

.service-section-template-three {
    background: #F0F5F8;
    padding-bottom: 40px;
}

.service-page {
    background: #fff;
}

.service-section-template-three .service-item i:first-child {
    font-size: 36px;
}

.service-section-template-three .service-item h4 {
    margin-top: 40px;
}

.service-section-template-three .service-item a:hover i {
    color: #FAB702;
}

.service-section-template-three .service-item a i:last-child {
    width: 30px;
    height: 30px;
    float: left;
    color: #111F29;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.service-section-template-three .service-item a:hover i:last-child {
    background: orange;
    width: 30px;
    height: 30px;
    float: left;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.service-item {
    margin-bottom: 59px;
}

.service-item .top-icon {
    font-size: 36px;
    color: #5E6D77;
    margin-bottom: 30px;
}

.service-item h4 {
    font-size: 18px;
    color: #111F29;
    margin-bottom: 30px;
    font-weight: bold
}

.service-item p {
    font-size: 14px;
    color: #5E6D77;
    margin-bottom: 30px;
}

.service-item i {
    font-size: 14px;
    color: #5E6D77;
}

.service-item a {
    float: left;
}

.service-item a:hover {
    text-decoration: none;
}


/* Service section Template three css end*/

/* Consult Section CSS start*/

.consult-section {
    background-color: #195c78;
}

.appContent h2 {
    font-size: 27px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: white;
}

.appContent p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: white;
}

.consult-section .appContent p {
    font-size: 16.3px;
    font-family: 'Roboto', sans-serif;
    color: white;
    text-align: right;
}

.appContent {
    margin: auto;
    height: auto;
    padding-bottom: 42px;
}

.appContentContainer {
    display: flex;
    padding-top: 40px;
}

.btn-bookNow {
    width: 217px;
    height: 50px;
    background: #FFF;
    border-radius: 0px;
    padding: 0px;
    color: #195c78;
    font-weight: bold;
    font-family: 'Roboto', sans-serif
}

.btn-bookNow:hover {
    color: #003c55;
    transition: .1s all ease-in;
    -webkit-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;
}

.btn.focus,
.btn:focus {
    color: #fff;
}

.btn-bookNow span {
    width: 170px;
    height: 50px;
    line-height: 50px;
    float: left;
    padding: 0px;
    border-right: 1px solid #091C2E;
}

.btn-bookNow i {
    height: 57px;
    line-height: 50px;
    width: 43px;
    float: left;
    padding: 0px;
}

.appBtnContainer {
    padding-top: 60px;
}

@media (min-width:776px) and (max-width:985px) {
    .appBtnContainer {
        padding-top: 1px;
        padding-left: 76px;
    }
    .consult-section {
        padding-bottom: 70px;
    }
}

@media screen and (max-width:990px) {
    .text-center {
        text-align: center !important;
    }

    .movile-display-about {
        display: block;
    }
    .margin-left-ico {
        margin-left: 25px !important;
    }
}

@media screen and (max-width:776px) {
    .appBtnContainer {
        padding-top: 1px;
        padding-left: 0px;
    }
    .home .appContentContainer {
        display: block;
        padding-left: 0px;
        padding-top: 0px;
    }
    .home .appContentContainer p {
        display: none;
    }
    .home .consult-section {
        padding-bottom: 20px;
    }
    .home .consult-section .appContent {
        margin: auto;
        height: auto;
        padding-bottom: 20px;
    }
}


/* Consult Section CSS end*/

/* Consult Section Black CSS start*/

.consult-section-black {
    background: #0C253C;
}

.consult-section-black .appContent h2 {
    color: #fff
}

.consult-section-black .appContent h2 span {
    color: #FAB702
}

.consult-section-black .appContentContainer {
    display: block;
    padding-top: 20px;
    padding-bottom: 42px;
}

.consult-section-black .appBtnContainer {
    padding-top: 40px;
}

.consult-section-black .appContent p {
    color: #5E6D77
}

.consult-section-black .btn-bookNow {
    width: 190px;
    height: 50px;
    background: #FAB702;
    border-radius: 0px;
    padding: 0px;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.consult-section-black .btn-bookNow span {
    width: 163px;
    height: 50px;
    line-height: 50px;
}

.consult-section-black .btn-bookNow i {
    height: 50px;
    line-height: 50px;
}


/* Feature section css start */

.feature-section {
    margin-top: 108px;
    padding-bottom: 97px;
}

.feature-section span i {
    font-size: 24px;
    width: 60px;
    height: 60px;
    float: left;
    background: #F0F5F8;
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
}

.feature-section p {
    max-width: 302px;
    float: left;
    position: relative;
    margin-left: 85px;
    font-size: 14px;
    color: #5E6D77;
    font-family: 'Roboto', sans-serif;
}

.feature-section h4 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    left: 26px;
    top: 10px;
}

@media (min-width:400px) and (max-width:991px) {
    .newsletter-section {
        text-align: left;
        background: #fff;
        min-height: 380px;
        padding-left: 80px;

    }

    .quienes-somos .newsletter-section {
        text-align: left;
        background: #e9eef2;
        min-height: 380px;
        padding-left: 80px;


    }
    .feature-section {
        width: 400px;
        margin-top: 80px;
        padding-bottom: 60px;
    }
    .feature-section p {
        margin-bottom: 40px;
    }
}

@media screen and (max-width:350px) {
    .feature-section p {
        font-size: 14px !important;
        margin-left: 0px !important;
        margin-bottom: 30px;
    }
    .feature-section span i {
        font-size: 22px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .feature-section h4 {
        font-size: 16px;
        font-weight: bold;
        position: relative;
        left: 14px;
        top: 17px;
    }
}


/* Feature section css end */

/* Feature section transparent css start */

.feature-section-transparent {
    padding-bottom: 97px;
}

.feature-section-transparent span {
    width: 60px;
    height: 60px;
    float: left;
    background: #F0F5F8;
    border-radius: 50px;
    text-align: center;
    line-height: 60px;
}

.feature-section-transparent span i {
    font-size: 24px;
    text-align: center;
    line-height: 60px;
}

.feature-section-transparent p {
    float: left;
    position: relative;
    margin-left: 85px;
    font-size: 14px;
    color: #5E6D77;
    font-family: 'Roboto', sans-serif;
}

.feature-section-transparent h4 {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    left: 26px;
    top: 10px;
}


/* Feature section transparent css end */

/* video section css start *\


--------------------------------------------------------------------------------------------------------*/

.fancybox-overlay-fixed {
    z-index: 999999999;
}

.fancybox-opened {
    z-index: 99999999999;
}

#video_sec {
    height: 653px;
    background-size: cover;
    position: relative;
}

.video-left .video-des {
    margin: initial !important;
}

#video_sec .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

#video_sec .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video_sec .musicWrapper {
    position: relative;
    height: auto;
    margin-bottom: -6px;
}

#video_sec .musicWrapper iframe {
    width: 100%;
    height: auto;
}

#video_sec .margin-wrapper {
    margin: 0px;
    position: relative;
}

#video_sec .covering-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#video_sec a:hover .covering-image {
    background: rgba(47, 47, 46, 0.4);
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#video_sec .info-box-content {
    height: 100%;
    width: 100%;
}

#video_sec .info-box-content .parent {
    height: 100%;
    width: 100%;
    padding: 0px;
}

#video_sec .covering-image h4,
.covering-image p {
    color: #fff !important;
    background: none !important;
    display: inline-block;
    padding: 0px;
    margin: 0;
    margin-bottom: 3px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    white-space: nowrap;
}

#video_sec .covering-image h4 {
    font-size: 27px;
}

#video_sec .covering-image p {
    display: block;
    margin-bottom: 0;
}

#video_sec .bordered-content.on-map {
    width: 300px;
    display: inline-block;
    margin: 0 auto;
    top: 0;
    text-align: left;
    left: 0;
}

#video_sec .covering-image .bordered-content.on-map p {
    color: #888 !important;
}

#video_sec .covering-image .bordered-content.on-map h5 {
    margin-top: 0;
}

#video_sec .bordered-content.on-map:before {
    background: #fff;
    left: 44px;
    content: "";
    height: 20px;
    top: -9px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 20px;
    left: auto;
    margin-top: -10px;
    right: -9px;
    top: 50%;
}

#video_sec .gm-style-iw > div {
    min-width: 350px;
}

#video_sec .vc_column-inner {
    text-align: center;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0
}


/* End Images
--------------------------------------------------------------------------------------------------------*/

.videos {
    background: url('../images/img-video.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.videos .round-button {
    color: #fff;
    border: none;
    margin-bottom: 20px;
    padding-top: 20px;
    padding: 17px;
}

.videos .vid {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 18px;
}

.video-left .vid {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 18px;
    float: left;
    width: 100%;
    text-align: left;
}

#video_sec .round-button i.fa {
    color: #195c78;
    font-size: 22px;
    padding: 0;
    width: 49px;
    height: 39px;
    background: #FFF;
    margin: 0;
    line-height: 39px;
    font-size: 14px;
}

.video-left .round-button {
    margin-bottom: 20px;
    padding-top: 20px;
    padding: 0px;
    margin-top: 30px;
    float: left;
}

#video_sec .wpb_wrapper h2 {
    color: #fff;
    font-size: 38px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 14px;
    font-weight: normal !important;
}

#video_sec .wpb_wrapper h2 span {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
}

#video_sec .wpb_wrapper h2 em {
    color: #FAB702;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

#bshw_heading_id_5860 {
    color: #fff;
    font-style: italic;
    font-size: 18px;
    text-transform: none;
    margin-bottom: 60px;
}

.videos .video-des {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    margin-top: 50px;
    max-width: 1200px;
    margin: auto;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
}

#video_sec .wpb_wrapper h2 {
    color: #fff;
    font-size: 38px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

/* video section top banner css end */

/*video banner start*/

#video_banner {
    height: 880px;
    background-size: cover !important;
    position: relative;
}

#video_banner .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

#video_banner .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video_banner .musicWrapper {
    position: relative;
    height: auto;
    margin-bottom: -6px;
}

#video_banner .musicWrapper iframe {
    width: 100%;
    height: auto;
}

#video_banner .margin-wrapper {
    margin: 0px;
    position: relative;
}

#video_banner .covering-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

#video_banner a:hover .covering-image {
    background: rgba(47, 47, 46, 0.4);
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

#video_banner.info-box-content {
    height: 100%;
    width: 100%;
}

#video_banner .info-box-content .parent {
    height: 100%;
    width: 100%;
    padding: 0px;
}

#video_banner .covering-image h4,
.covering-image p {
    color: #fff !important;
    background: none !important;
    display: inline-block;
    padding: 0px;
    margin: 0;
    margin-bottom: 3px;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    white-space: nowrap;
}

#video_banner .covering-image h4 {
    font-size: 27px;
}

#video_banner .covering-image p {
    display: block;
    margin-bottom: 0;
}

#video_banner .bordered-content.on-map {
    width: 300px;
    display: inline-block;
    margin: 0 auto;
    top: 0;
    text-align: left;
    left: 0;
}

#video_banner .covering-image .bordered-content.on-map p {
    color: #888 !important;
}

#video_banner .covering-image .bordered-content.on-map h5 {
    margin-top: 0;
}

#video_banner .bordered-content.on-map:before {
    background: #fff;
    left: 44px;
    content: "";
    height: 20px;
    top: -9px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    width: 20px;
    left: auto;
    margin-top: -10px;
    right: -9px;
    top: 50%;
}

#video_banner .gm-style-iw > div {
    min-width: 350px;
}

#video_banner .vc_column-inner {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0
}


/* End Images
--------------------------------------------------------------------------------------------------------*/

#video_banner .round-button {
    color: #fff;
    border: none;
    margin-bottom: 20px;
    padding-top: 20px;
    padding: 17px;
}

#video_banner .vid {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 18px;
}

#video_banner .round-button i.fa {
    color: #fff;
    font-size: 22px;
    padding: 0;
    width: 49px;
    height: 39px;
    background: #D9A719;
    margin: 0;
    line-height: 39px;
    font-size: 14px;
    padding-left: 5px;
}

#video_banner .wpb_wrapper h2 {
    color: #fff;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 14px;
}

#video_banner .wpb_wrapper h2 span {
    color: #FAB702;
    font-size: 56px;
}

#video_banner .wpb_wrapper h2 em {
    color: #FAB702;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

#video_banner #bshw_heading_id_5860 {
    color: #fff;
    font-style: italic;
    font-size: 18px;
    text-transform: none;
    margin-bottom: 60px;
}

#video_banner .video-des {
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-top: 50px;
    max-width: 900px;
    margin: auto;
    margin-bottom: 60px;
}


/*video banner end*/

/* ======= Isotope Section Start ======== */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
    pointer-events: none;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
}

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

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


/*disabling Isotope CSS3 transitions */

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


/* disable CSS transitions for containers with infinite scrolling*/

.isotope.infinite-scrolling {
    -webkit-transition: none;
    transition: none;
}


/* ======= Portfolio Section Start ======== */

.portfolio {
    margin-top: 60px;
    margin-bottom: 0px;
}
  .portfolio-secundario {
        margin-top: 0px !important
    }
.portfolio .portfolio-item {
    float: left;
}

.portfolio-section .portfolio-description i {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 39px;
    padding: 10px;
}

.portfolio-section .portfolio-description a {
    margin-bottom: 10px;
    text-decoration: none;
}

.portfolio-section .portfolio-description h4 {
    margin-top: 21px;
    color: #fff;
}

.portfolio .portfolio-item .thumb {
    position: relative;
}

.portfolio .portfolio-item .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.obra .portfolio-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    background-color: rgba(25, 92, 120, .9);

}

.home .portfolio-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    background-color: rgba(25, 92, 120, .9);

}

.portfolio-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    background-color: rgba(250, 188, 22, .9);
}

.portfolio-item:hover .portfolio-hover,
.portfolio-item:hover .portfolio-hover .portfolio-description,
.portfolio-item:hover .portfolio-hover .action-btn {
    opacity: 1;
}

.portfolio-item:hover .portfolio-hover .portfolio-description {
    bottom: 50%;
    margin-bottom: -53px;
}

.portfolio-item:hover .portfolio-hover .action-btn {
    top: 40%;
    margin-top: -55px;
}

.portfolio-hover .portfolio-description {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%);
    opacity: 0;
}

.work4 .portfolio-hover .portfolio-description {
    -webkit-transform: translateY(28%);
    -ms-transform: translateY(28%);
    transform: translateY(28%);
    text-align: left;
    padding: 30px;
}

.work4 .portfolio-hover .portfolio-description p {
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    font-size: 14px;
    letter-spacing: normal;
    text-transform: none;
    color: #fff;
    margin-bottom: 17px;
}

.home .work4 .portfolio-hover .portfolio-description h4 {
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    display: inline-block;
    margin-left: 15px;
    margin-top: 4px
}

.work4 .portfolio-hover .portfolio-description h4 {
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    display: inline-block;
    margin-left: 0px;
    margin-top: 4px
}

.work4 .portfolio-hover .portfolio-description a {
    color: #fff;
    border-radius: 30px;
    float: left;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
}

.gutter4 .portfolio-hover .portfolio-description p {
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    font-size: 13px;
    letter-spacing: normal;
    text-transform: none;
    color: #fff;
    margin-bottom: 10px;
}

.gutter4 .portfolio-hover .portfolio-description h4 {
    margin-top: 3px;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.gutter4 .portfolio-hover .portfolio-description a {
    color: #fff;
    border-radius: 30px;
    float: left;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
}

.portfolio-section .btn-port {
    width: 217px;
    height: 50px;
    background: #195c78;
    border: 0px;
    border-radius: 0px;
    line-height: 50px;
    padding: 0px;
    color: #fff;
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 70px;
    font-family: 'Roboto', sans-serif;
    transition: .1s all ease-in;
    -webkit-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;
}

.portfolio-section .btn-port:hover {
    background: #0C253C;
    transition: .1s all ease-in;
    -webkit-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;
    color: #FFF;
}

.portfolio-section .btn-port:hover span {
    border-color: #0C393F;
    transition: .1s all ease-in;
    -webkit-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;
}

.portfolio-section .btn-port:hover i {
    border-color: #0C493D;
    transition: .1s all ease-in;
    -webkit-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;
}

.portfolio-section .btn-port span {
    width: 170px;
    height: 50px;
    float: left;
    transition: .1s all ease-in;
    -webkit-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;
    line-height: 50px;
    padding: 0px;
    border-right: 1px solid #091C2E;

}

.portfolio-section .btn-port i {

    height: 50px;
    float: left;
    width: 44px;
    line-height: 50px;
    transition: .1s all ease-in;
    -webkit-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;
    padding: 0px;
}

.portfolio-hover .action-btn {
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    text-align: center;
    opacity: 0;
    font-size: 35px;
}

.portfolio-description,
.portfolio-description h4 a,
.portfolio-hover .action-btn a {
    text-align: center;
    color: #222;
}

.portfolio-description h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.portfolio-description p {
    margin-bottom: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #757575;
    font-size: 12px;
    /*font-family: 'Abel', sans-serif;*/
    font-weight: normal;
}

.portfolio-description a,
.portfolio-title a {
    color: #757575;
}


/*gutter*/

.portfolio.gutter .portfolio-item {
    padding: 10px;
}


/*portfolio 2 grid*/

.portfolio.col-2 .portfolio-item {
    width: 49.99%;
}


/*portfolio 3 grid*/

.portfolio.col-3 .portfolio-item {
    width: 33.3333333%;
}


/*portfolio 4 grid*/

.portfolio.col-4 .portfolio-item {
    width: 24.98%;
}


/*portfolio 5 grid*/

.portfolio.col-5 .portfolio-item {
    width: 19.99%;
}


/*portfolio 6 grid*/

.portfolio.col-6 .portfolio-item {
    width: 16.666666667%;
}

.portfolio-filter {
    margin: 0;
    padding: 0;
    list-style: none;
}

.portfolio-filter li {
    display: inline-block;
}

.portfolio-filter li a {
    margin: 0 15px;
    text-transform: uppercase;
    color: #5E6D77;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.portfolio-filter li a:hover,
.portfolio-filter li.active a {
    color: #FAB702;
    text-decoration: none;
}


/* ----------------------------------------------------------------
   portfolio with title
-----------------------------------------------------------------*/

.portfolio-with-title .portfolio-item:hover .portfolio-hover .action-btn {
    top: 50%;
    margin-top: -45px;
}

.portfolio-with-title .portfolio-title {
    padding: 15px 0;
}

.portfolio-with-title .portfolio-title h4,
.portfolio-with-title .portfolio-title h4 a {
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222;
    font-size: 14px;
}

.portfolio-with-title .portfolio-title h3,
.portfolio-with-title .portfolio-title h3 a {
    margin: 0 0 10px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222;
    font-size: 18px;
}

.portfolio-with-title .portfolio-title p {
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #7e7e7e;
    font-size: 12px;
    /*font-family: 'Abel', sans-serif;*/
    font-weight: normal;
}

.portfolio-with-title.portfolio-masonry .portfolio-title {
    padding: 15px;
}

.portfolio-with-title.portfolio-masonry.gutter .portfolio-title {
    padding: 15px 0;
}


/* ----------------------------------------------------------------
   portfolio masonry
-----------------------------------------------------------------*/

/* clear fix */

.portfolio-masonry:after {
    display: block;
    clear: both;
    content: "";
}


/* ---- .grid-item ---- */

.portfolio-masonry .portfolio-item {
    float: left;
}

.portfolio-masonry .portfolio-item-width2 {
    width: 200px;
}

.portfolio-masonry .portfolio-item-height2 {
    height: 200px;
}

.portfolio-nav-row {
    position: relative;
    padding: 40px 0;
}

.portfolio-nav {
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    max-width: 300px;
    margin-top: -12px;
}

.portfolio-nav.left {
    position: absolute;
    top: 50%;
    right: auto;
    left: 0;
    max-width: 300px;
    margin-top: -12px;
}

.portfolio-nav a {
    display: block;
    float: left;
    margin-left: 20px;
    text-align: center;
    color: #aeaeae;
}

.portfolio-nav.left a {
    margin-right: 20px;
    margin-left: 0;
}

.portfolio-nav a:hover,
.portfolio-nav a:hover span {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #323232;
}

.portfolio-nav a span,
.portfolio-nav a span i {
    display: inline-block;
    margin-top: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.portfolio-gap-less .portfolio {
    margin: 0;
}


/*------------------------------
blog-masonry
------------------------------*/

.portfolio-with-title.blog-m .portfolio-title p {
    margin: 5px 0 0 0;
    text-transform: none;
    color: #757575;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
}

.portfolio-with-title.blog-m .portfolio-title p {
    display: block;
    margin-bottom: 20px;
}

.portfolio-with-title.blog-m .portfolio-title .date {
    display: block;
    margin: 5px 0 20px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}

.portfolio-with-title.blog-m .portfolio-title .date,
.portfolio-with-title.blog-m .portfolio-title .date a {
    color: #a8a8a8;
}

@media screen and (max-width: 992px) {
    /*portfolio   grid*/
    .portfolio.col-2 .portfolio-item,
    .portfolio.col-3 .portfolio-item,
    .portfolio.col-4 .portfolio-item,
    .portfolio.col-5 .portfolio-item,
    .portfolio.col-6 .portfolio-item {
        width: 33.3333333%;
        /*width: 50%;*/
    }
}

@media screen and (max-width: 800px) {
    /*portfolio   grid*/
    .portfolio.col-2 .portfolio-item,
    .portfolio.col-3 .portfolio-item,
    .portfolio.col-4 .portfolio-item,
    .portfolio.col-5 .portfolio-item,
    .portfolio.col-6 .portfolio-item {
        /*width: 33.3333333%;*/
        width: 50%;
    }
}


/* -------------------------------
   Tablet Portrait
   ------------------------------- */

@media screen and (max-width: 768px) {
    .portfolio-filter li {
        display: inline-block;
        line-height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .portfolio-filter li {
        display: inline-block;
        line-height: 40px;
    }
}


/* -------------------------------
   Phone
   ------------------------------- */

@media screen and (max-width: 480px) {
    .ico-suscribite {
        width: 55px;
        display: inline-block;
        margin-bottom: -12px;
    }
    .margin-left-ico {
        margin-left: 20px !important;
    }
    /*portfolio   grid*/
    .portfolio.col-2 .portfolio-item,
    .portfolio.col-3 .portfolio-item,
    .portfolio.col-4 .portfolio-item,
    .portfolio.col-5 .portfolio-item,
    .portfolio.col-6 .portfolio-item,
    .testimonial.grid-2 li {
        width: 100%;
        /*width: 50%;*/
    }
}


/* -------------------------------
   Small Phone
   ------------------------------- */

@media screen and (max-width: 479px) {
    #portfolio-carousel.owl-theme .owl-controls,
    #portfolio-carousel-alt.owl-theme .owl-controls {
        position: absolute;
        top: auto;
        right: 0;
        bottom: -48px;
        left: 0;
        margin-top: 10px;
        text-align: center;
    }
}

.portfolio-section .portfolio-caption {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.portfolio-section .portfolio-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 187px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.portfolio-section .portfolio-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 6px;
    margin-right: 10px;
}

.portfolio-section .portfolio-caption h2 {
    font-family: 'Oswald', sans-serif;
    text-align: center;
    margin-bottom: 50px;
    font-size: 28px;
}

.portfolio-section .portfolio-caption h2 span {
    color: #195c78;
    padding: 0px;
    font-weight: bold;
}

.portfolio-section {
    margin-bottom: 0px
}


/* portfolio-single */

.portfolio-single-content h2 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 32px;
}

.portfolio-single-content p {
    font-size: 14px;
    color: #5E6D77;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
}

.portfolio-single-content .btn-live {
    width: 180px;
    height: 50px;
    background: #FAB702;
    line-height: 50px;
    border-radius: 0px;
    border: none;
    color: #fff;
    line-height: 50px;
    padding: 0px;
    font-weight: bold;
    margin-top: 32px;
}


/* ======= Portfolio Section End ======== */

/* Testimonial CSS start */

.testimonial-section {
    background: #F0F5F8;
    padding-bottom: 100px;
}

.testimonial-section .testimonial-caption {
    text-align: center;
    margin-top: 100px;
}

.testimonial-section .testimonial-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 37px;
    font-size: 24px;
}

.testimonial-section .testimonial-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.carousel .item .container {
    padding: 0px;
}

.testimonial-section .testimonial-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 275px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.testimonial-section .testimonial-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
    margin-left: 30px;
}

.demo-section .portfolio-item h3 {
    text-transform: uppercase;
    font-size: 18px;
}

.header-parallax {
    background: url('../images/commercial-video-bg.jpg');
    min-height: 350px;
    background-attachment: fixed;
    display: flex;
    position: relative;
    border-bottom: 30px solid rgb(9, 24, 43)
}

.header-parallax:after {
    width: 100px;
    height: 100px;
    background: rgb(9, 24, 43);
    position: absolute;
    text-align: center;
    display: block;
    left: 50%;
    content: '';
    bottom: -50px;
    margin-left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: -1;
}

.header-parallax .header-caption {
    margin: auto;
    text-align: center;
}

.header-parallax .header-caption i {}

.header-parallax .header-caption p {
    color: #fff;
    max-width: 695px;
    text-align: center;
    font-size: 18px;
}

.header-parallax h2 {
    color: #fff;
    font-size: 60px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

/* zoom imagen del logo
.header-section img:hover {
    transform: scale(1.1);
    transition: .3s all ease;
    -o-transform: scale(1.1);
    -o-transition: .3s all ease;
    -webkit-transform: scale(1.1);
    -webkit-transition: .3s all ease
}
*/

.site-feature {
    background: #BDC9D7;
    padding-top: 100px;
    padding-bottom: 100px;
}

.site-feature-item h3,
.site-feature-item h4 {
    font-family: 'Roboto', sans-serif
}

.site-feature-item {
    text-align: center;
    margin-bottom: 30px;
}

.site-feature h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 100px;
    color: #003366
}

.header-section h3 {
    font-size: 18px;
    text-align: center;
}


/*

===================
   Slider CSS
===================

*/

/* Main Slider CSS Start*/

.carousel-caption {
    text-shadow: unset;
}

.carousel-caption h1 {
    color: #fff;
    font-size: 45px;
    font-family: 'Roboto', sans-serif;
    line-height: 42px;
    text-shadow: unset;
}

.home .carousel-caption h1 {
    color: #fff;
    font-size: 65px;
    font-family: 'Oswald', sans-serif;
    line-height: 70px;
    text-shadow: unset;
}

.carousel-caption h1 span {
    color: #FAB702
}

.carousel-caption h2 {
    color: #FAB702;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
}

.carousel-caption p {
    font-size: 25px;
}

.carousel-caption .btn-slide {
    width: 217px;
    height: 50px;
    background: #195c78;
    color: #fff;
    border-bottom: none;
    border-radius: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
}

.carousel-caption .btn-slide:hover {
    color: #fff;
    background: #003c55;
}

.carousel-caption .btn-slide span {
    width: 170px;
    float: left;
    text-align: center;
    padding: 0px;
    min-height: 58px;
    line-height: 50px;
    border-right: 1px solid #091C2E;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.carousel-caption .btn-slide i {
    padding-left: 15px !important;
    min-height: 57px;
    float: left;
    padding: 0px;
    line-height: 50px;
}

.main-slider .carousel-control.right,
.main-slider .carousel-control.left {
    background-image: none;
    height: 53px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    float: left;
    padding: 0px;
}

.main-slider .carousel-indicators {
    display: none;
}

.main-slider .carousel-inner img {
    width: 100%;
    max-height: 750px;
    filter: brightness(70%);
    min-height: 750px
}

.main-slider .carousel-control span {
    position: relative;
    color: #fFF;
    border: 3px solid #fFF;
    font-weight: bold;
    border-radius: 45px;
    width: 57px;
    height: 57px;
    line-height: 56px;
    text-align: center;
    padding: 6px;
    font-size: 29px;
}

.carousel-caption {
    top: 55%;
    bottom: 0;
    padding: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 10%;
    left: 10%;
    padding-bottom: 30px;
}

.slide-section-align-left .carousel-caption {
    text-align: left;
    height: 279px;
}

@media screen and (max-width: 778px) {
    .slide-section-align-left .carousel-caption {
        text-align: left;
        height: auto;
    }
}

@media (min-width:400px) and (max-width: 778px) {
    .quienes-somos .subscribe-section {
        background: url(../images/nosotros.jpg);
        min-height: 360px;
        background-attachment: fixed;
        padding-top: 70px !important;
    }
    .main-slider .carousel-inner img {
        min-height: 500px;
    }
    .carousel-caption h1 {
        font-size: 34px;
        line-height: 36px;
    }

    .carousel-caption .btn-slide i {
        display: none;
    }
    .carousel-caption .btn-slide {
        width: 189px;
        height: 50px;
        margin-top: 21px;
    }
    .carousel-caption .btn-slide span {
        width: 100%;
        border-right: none;
        min-height: 50px;
        line-height: 50px;
    }
    .main-slider .carousel-control span {
        font-size: 20px;
    }
}

@media screen and (max-width: 400px) {
   
    .quienes-somos .about-section .about-caption h4 {
        font-size: 16px !important;
        color: #195C77;
        font-style: italic;
        max-width: 320px;
        float: none;
        margin: 0 auto;
        text-align: left;
        margin-top: 0px;
    }
    .quienes-somos .subscribe-section {
        background: url(../images/nosotros.jpg);
        min-height: 360px;
        background-attachment: fixed;
        padding-top: 70px !important;
    }

    #footer h4 {
        font-size: 24px;
        font-family: 'Oswald', sans-serif;
        color: #fff;
        margin-bottom: 30px;
        margin-top: 20px;
    }


    .container {
        padding: 15px 30px !important;
    }
    .navbar-brand > img {
        margin-left: 15px;
    }

    #video_sec .wpb_wrapper h2 {
        color: #fff;
        font-size: 32px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
    }
    .videos .video-des {
        color: #fff;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        margin-top: 50px;
        max-width: 900px;
        margin: auto;
        margin-bottom: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #video_sec .vc_column-inner {
        text-align: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
        right: 0;
    }

    .welcome-section .welcome-caption {
        padding-top: 0px;
        margin-top: -30px;
    }
      .home .welcome-section .welcome-caption {
        padding-top: 0px;
        margin-top: 20px;
    }

    .carousel-caption {
        top: 45% !important;
        bottom: 0;
        padding: 0px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 10%;
        left: 10%;
        padding-bottom: 30px;
    }
    .home .carousel-caption h1 {
        color: #fff;
        font-size: 30px !important;
        font-family: 'Oswald', sans-serif;
        line-height: 52px;
        text-shadow: unset;
    }
    .main-slider .carousel-inner img {
        min-height: 350px;
    }
    .carousel-caption h1 {
        font-size: 19px;
        line-height: 20px;
    }
    .carousel-caption p {
        font-size: 10px;
    }
    .carousel-caption .btn-slide i {
        display: none;
    }
    .carousel-caption .btn-slide {
        width: 163px;
        height: 50px;
        margin-top: 7px;
    }
    .carousel-caption .btn-slide span {
        width: 100%;
        border-right: none;
        font-size: 13px;
        min-height: 50px;
        line-height: 50px;
    }
    .main-slider .carousel-control span {
        font-size: 20px;
    }
}


/* Main Slider CSS End*/

/* Corporate slider */

.corporate-slider .carousel-control {
    width: auto
}

.corporate-slider .carousel-control span {
    position: relative;
    font-size: 31px;
    color: #FFF;
    border: 1px solid #FAB702;
    border-radius: 0px;
    width: 57px;
    height: 57px;
    line-height: 56px;
    text-align: center;
    padding: 7px;
    background: rgba(250, 183, 2, .6);
    text-shadow: unset;
}

.corporate-slider .carousel-caption h1 {
    font-size: 54px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
}

.corporate-slider .carousel-caption {
    text-shadow: unset;
}

.corporate-slider .carousel-caption h2 {
    color: #FAB702;
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
}

.corporate-slider .carousel-caption p {
    font-size: 18px;
}

.corporate-slider .carousel-caption .btn-slide {
    width: 243px;
    height: 60px;
    background: #FAB702;
    color: #fff;
    border-bottom: none;
    border-radius: 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
}

.corporate-slider .carousel-caption .btn-slide:hover {
    color: #111F29
}

.corporate-slider .carousel-caption .btn-slide span {
    width: 188px;
    border-right: 1px solid #EEAA04;
    float: left;
    padding: 0px;
    min-height: 58px;
    line-height: 58px;
    font-family: 'Roboto', sans-serif
}

.corporate-slider .carousel-caption .btn-slide i {
    padding-left: 17px !important;
    min-height: 57px;
    float: left;
    padding: 0px;
    border-left: #F9C502 1px solid;
    line-height: 57px;
}

.corporate-slider .main-slider .carousel-control.right,
.main-slider .carousel-control.left {
    background-image: none;
    height: 53px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    float: left;
    padding: 0px;
}

.corporate-slider .main-slider .carousel-indicators {
    display: none;
}

.corporate-slider .main-slider .carousel-inner img {
    width: 100%;
    max-height: 750px;
    filter: brightness(70%);
    min-height: 750px
}

@media (min-width:400px) and (max-width: 778px) {
    .corporate-slider .main-slider .carousel-inner img {
        min-height: 500px;
    }
    .corporate-slider .carousel-caption h1 {
        font-size: 34px;
        line-height: 36px;
    }
    .corporate-slider .carousel-caption p {
        font-size: 13px;
    }
    .corporate-slider .carousel-caption .btn-slide i {
        display: none;
    }
    .corporate-slider .carousel-caption .btn-slide {
        width: 189px;
        height: 50px;
        margin-top: 21px;
    }
    .corporate-slider .carousel-caption .btn-slide span {
        width: 100%;
        border-right: none;
        min-height: 50px;
        line-height: 50px;
    }
    .corporate-slider .main-slider .carousel-control span {
        font-size: 20px;
    }
}

@media screen and (max-width: 400px) {
    .corporate-slider .main-slider .carousel-inner img {
        min-height: 350px;
    }
    .corporate-slider .carousel-caption h1 {
        font-size: 19px;
        line-height: 20px;
    }
    .corporate-slider .carousel-caption p {
        font-size: 10px;
    }
    .corporate-slider .carousel-caption .btn-slide i {
        display: none;
    }
    .corporate-slider .carousel-caption .btn-slide {
        width: 163px;
        height: 50px;
        margin-top: 7px;
    }
    .corporate-slider .carousel-caption .btn-slide span {
        width: 100%;
        border-right: none;
        font-size: 11px;
        min-height: 50px;
        line-height: 50px;
    }
    .corporate-slider .main-slider .carousel-control span {
        font-size: 20px;
    }
}


.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}



/* ----------------End slider--------------------- */

.testimonials .carousel p {
    color: #5E6D77;
    font-size: 14px;
    margin: 0px auto;
    max-width: 783px;
    line-height: 26px;
    padding: 0px;
    font-style: italic;
}

.testimonials .carousel a img {
    width: 60px;
    height: 60px;
    margin-bottom: 13px;
}

.testimonials .carousel a {
    width: 100px;
    padding: 0px;
    border-radius: 0px;
    background: transparent !important;
    float: left;
    text-align: center;
}

.testimonials .carousel a:hover {
    background: transparent
}

.testimonials .carousel a {
    background: transparent
}

.testimonials .carousel .active {
    background: transparent
}

.test-item-desig {
    font-family: 'Roboto', sans-serif;
}

.testimonial-section i {
    color: #5E6D77;
    font-size: 24px;
}

.testimonials .carousel li {
    float: none;
    display: inline-block;
    max-width: 100px;
}

.testimonials .controls {
    display: flex;
}

.testimonials .carousel ul {
    text-align: center;
    width: 100%;
}

.control-container {
    margin-top: 51px;
}

.testimonials .carousel a img {
    border-radius: 30px;
    opacity: .4;
}

.test-item-desig .desigName {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.test-item-desig {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    margin-top: 16px;
    width: 103px;
    float: left;
}

.test-item-desig .desigColor {
    text-align: center;
    color: #5E6D77;
    padding: 0px;
    margin: 0px;
    max-width: 100%;
    font-size: 12.5px
}

.testimonials .carousel .active .test-item-desig {
    opacity: 1;
}

.testimonials .carousel .active img {
    opacity: 1;
}

.testimonials .carousel .test-item-desig {
    opacity: 0;
}

@media screen and (max-width:1400px) {

    .welcome-section {
        margin-top: 0px;
        text-align: center;
        padding-bottom: 0px;
        background-image: url(../images/img-bienvenidos-opacity.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 0px;
        margin: 0px;
        width: 100%;
    }
}

@media screen and (max-width:650px) {
    .btn-email {
        float: none;
        margin: auto;
        min-width: 100% !important;
    }
}

@media screen and (max-width:600px) {
    .testimonials .carousel ul {
        text-align: center;
    }
    .testimonials .carousel ul li {
        float: none;
        display: inline-block
    }
    .testimonial-section .testimonial-caption h4 {
        font-size: 16px;
        text-align: center
    }
    .carousel-caption p {
        font-size: 14px;
    }
    .welcome-section {
        margin-top: 0px;
        text-align: center;
        padding-bottom: 0px;
        background-image: url(../images/img-bienvenidos-opacity.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 0px;
        margin: 0px;
        width: 100%;
    }
    .welcome-section .welcome-caption h2 {

        text-align: left;
    }
    .welcome-section p.welcome-section-enunciado {

        text-align: left;
    }
    .bienvenido p {
        text-align: left;
    }
}


/* Testimonial CSS End */

/*-------Corporate testimonial start------*/

.testimonial-corporate .slick-next::before {
    color: #959595;
    font-size: 26px;
}

.testimonial-corporate .slick-prev::before {
    color: #959595;
    font-size: 26px;
}

.testimonial-corporate .testimonial-caption {
    text-align: center;
    margin-top: 100px;
}

.testimonial-corporate .testimonial-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 56px;
    color: #000;
}

.testimonial-corporate .testimonial-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.testimonial-corporate .testimonial-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 330px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif
}

.testimonial-corporate .testimonial-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
    margin-left: 30px;
}

.testimonial-corporate {
    background: #F0F5F8;
    z-index: 0;
    position: relative;
    top: 0;
    padding-bottom: 100px;
}

.testimonial-corporate .testi-img {
    text-align: center;
}

.testimonial-corporate .testi-wrapper {
    background: #fff;
    margin: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonial-corporate .testi-desc p {
    margin: 20px;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    color: #5E6D77;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.testimonial-corporate .testi-desig:after {
    content: '';
    width: 300px;
    height: 1px;
    background: #FAB702;
    float: none;
    display: inline-block;
}

.testimonial-corporate .testi-img img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: inline-block;
    float: none;
}

.testimonial-corporate .testi-desc p:before {
    font-family: 'FontAwesome';
    content: "\f10d ";
    font-size: 17px;
    color: #5E6D77;
    margin-right: 16px;
}

.testimonial-corporate .testi-desig {
    text-align: center;
    color: #000
}

.testimonial-corporate .testi-desig p span {
    font-weight: bold;
    color: #000;
}


/*-------Corporate testimonial end------*/

/* Testimonial theme three CSS start */

.testimonial-section-template-three {
    background: #F0F5F8;
    padding-bottom: 100px;
}

.testimonial-section-template-three .testimonial-caption {
    text-align: center;
    margin-top: 100px;
}

.testimonial-section-template-three .testimonial-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 56px;
}

.testimonial-section-template-three .testimonial-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.carousel .item .container {
    padding: 0px;
}

.testimonial-section-template-three .testimonial-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 330px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif
}

.testimonial-section-template-three .testimonial-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
    margin-left: 30px;
}

.testimonial-section-template-three .carousel .testi-slide {
    color: #5E6D77;
    font-size: 14px;
    margin: 0px auto;
    max-width: 783px;
    line-height: 26px;
    padding: 0px;
}

.testimonial-section-template-three .carousel a img {
    width: 60px;
    height: 60px
}

.testimonial-section-template-three .carousel a {
    width: 175px;
    padding: 0px;
    border-radius: 76px;
    float: left;
    text-align: center;
}

.testimonial-section-template-three .carousel .testi-img {
    max-width: 100px;
    float: left;
}

.testimonial-section-template-three .carousel a .testi-desig {
    float: right;
    width: 113px;
}

.testimonial-section-template-three .carousel a:hover {
    background: transparent
}

.testimonial-section-template-three .carousel a {
    background: transparent;
}

.testimonial-section-template-three .carousel .active {
    background: transparent
}

.testimonial-section-template-three .test-item-desig {
    font-family: 'Roboto', sans-serif;
    min-width: 200px !important;
    height: 100px !important;
    padding-top: 10px;
}

.testimonial-section-template-three .testimonial-section i {
    color: #5E6D77;
    font-size: 24px;
}

.testimonial-section-template-three h2 i {
    color: #5E6D77;
}

.testimonial-section-template-three .carousel li {
    display: inline-block;
    float: none;
    min-width: 210px;
}

.testimonial-section-template-three .controls {
    display: unset;
}

.testimonial-section-template-three .carousel ul {
    text-align: center;
}

.testimonial-section-template-three .control-container {
    margin-top: 51px;
}

.testimonial-section-template-three .carousel a img {
    border-radius: 30px;
    opacity: .4;
}

.testimonial-section-template-three .test-item-desig .desigName {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.testimonial-section-template-three .test-item-desig {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    float: left;
    margin-top: 16px;
}

.testimonial-section-template-three .test-item-desig .desigColor {
    float: left;
    text-align: left;
    color: #5E6D77;
    padding: 0px;
    margin: 0px;
    max-width: 100%;
    font-size: 13px;
    width: 125px;
}

.testimonial-section-template-three .carousel .active .testimonial-section-template-three .test-item-desig {
    opacity: 1;
    margin: 0px;
    text-align: left;
    float: left;
    background: transparent;
    min-width: 100%;
    margin: auto;
    margin-left: 10px;
}

.testimonial-section-template-three .carousel .active img {
    opacity: 1;
}

.testimonial-section-template-three .carousel .test-item-desig {
    opacity: .4;
    text-align: left;
    float: left;
    background: transparent;
    min-width: 100%;
    margin: auto;
    margin-left: 10px;
}


/* Testimonial theme three CSS End */

/*shop css start*/

.shop-section-upper-part {
    padding-bottom: 100px;
}

.upper-part {
    display: flex;
    justify-content: space-between;
}

.shop-section-upper-part .shop-caption {
    text-align: center;
    margin-top: 100px;
}

.shop-section-upper-part .shop-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 56px;
}

.shop-section-upper-part .shop-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.shop-section-upper-part .shop-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 411px;
    margin: 0 auto;
    text-align: left;
}

.shop-section-upper-part .shop-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 7px;
    margin-right: 10px;
    margin-left: 30px;
}

.shop-section-upper-part h3 {
    color: #111F29;
    font-size: 18px;
    font-family: 'Roboto', sans-serif
}

.shop-section-upper-part h3 a {
    color: #111F29;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.shop-section-upper-part p {
    color: #555E64;
    font-size: 14px;
    font-family: 'Roboto', sans-serif
}

.shop-section-upper-part .price {
    width: 100px;
    height: 42px;
    float: left;
    background: #0C253C;
    padding: 0px;
    color: #fff;
    line-height: 42px;
    text-decoration: none;
    text-align: center;
}

.shop-section-upper-part .cart {
    width: 127px;
    height: 42px;
    float: left;
    background: #FAB702;
    padding: 0px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    margin-left: 10px;
    text-decoration: none;
}

.shop-section-upper-part .cart:hover {
    color: #0C253C
}

.shop-cart table tr td {
    line-height: 50px;
}

.shop-cart table .cross i {
    color: #E2E8ED;
    cursor: pointer;
}

.shop-cart table .empty {
    border: none;
}

.shop-cart table input {
    border: none;
}

.shop-cart table tr {
    border-bottom: 1px solid #DDDDDD
}

@media screen and (max-width: 448px) {
    .shop-cart table tr {
        width: 100%;
        float: left;
    }
    .shop-cart .table > thead > tr > th {
        width: 100%;
        float: left;
    }
}

.shop-cart table .total-section {
    border-bottom: none;
}

.shop-cart table .total-section td {
    border-bottom: 1px solid #DDDDDD;
}

.shop-cart table td {
    color: #5E6D77
}

.shop-cart table .total-section .empty {
    border-bottom: none;
}

.shop-cart table .total-section .sub-total {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.shop-cart table .total-section .total {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.shop-cart table .total-section .total span {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #C0C7CA;
    margin-left: 20px
}

@media screen and(max-width: 448px) {
    .shop-cart table tr td {
        float: left;
        width: 100%
    }
    .shop-cart table tr {
        float: left;
        width: 100%
    }
}

.shop-cart .btn-cart {
    width: 227px;
    height: 60px;
    background: #FAB702;
    border-radius: 0px;
    border: none;
    border-radius: 0px;
    float: right;
    padding: 0px;
    margin-top: 30px;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 100px
}

.shop-cart .btn-cart span {
    width: 177px;
    height: 60px;
    line-height: 60px;
    float: left;
    border-right: 1px solid #F1AE03;
}

.shop-cart {
    margin-top: 100px
}

.shop-cart .btn-cart i {
    float: left;
    line-height: 60px;
    margin-left: 20px;
}

@media screen and (max-width: 500px) {
    .shop-cart .btn-cart {
        float: left;
    }
}

.shop-section-upper-part .favorite {
    width: 42px;
    height: 42px;
    float: left;
    background: transparent;
    padding: 0px;
    color: #555E64;
    line-height: 42px;
    text-align: center;
    border: 1px solid #D3DCE1;
    margin-left: 10px
}

.shop-section-upper-part img {
    width: 100%;
    height: 335px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .shop-section-upper-part .col-xs-12 {
        margin-bottom: 100px;
    }
    .shop-section-upper-part img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 320px) {
    .shop-section-upper-part .col-xs-12 {
        margin-bottom: 100px;
    }
    .shop-section-upper-part .cart {
        margin-bottom: 50px;
        margin-left: 0px;
        margin-top: 10px;
    }
    .shop-section-upper-part .favorite {
        margin-top: 10px;
    }
    .shop-section-upper-part img {
        width: 100%;
        height: auto;
    }
}

.shop-section-middle {
    background: #F0F5F8;
}

.shop-section-middle img {
    width: 100%;
    min-height: 280px
}

@media screen and (max-width: 320px) {
    .shop-section-middle img {
        width: 100%;
        min-height: auto
    }
}


/*shop middle part*/

.shop-section-middle {
    padding-bottom: 100px;
}

.shop-section-middle .shop-caption {
    text-align: center;
    margin-top: 100px;
}

.shop-section-middle .shop-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 56px;
}

.shop-section-middle .shop-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.shop-section-middle .shop-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 391px;
    margin: 0 auto;
    text-align: left;
}

.shop-section-middle .shop-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 7px;
    margin-right: 10px;
    margin-left: 30px;
}

.shop-section-middle h3 {
    color: #111F29;
    font-size: 18px;
    font-family: 'Roboto', sans-serif
}

.shop-section-middle h3 a {
    color: #111F29;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

.shop-section-middle p {
    color: #555E64;
    font-size: 14px;
    font-family: 'Roboto', sans-serif
}

.shop-section-middle .price {
    width: 100px;
    height: 42px;
    float: left;
    background: #0C253C;
    padding: 0px;
    text-decoration: none;
    color: #fff;
    line-height: 42px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.shop-section-middle .shop-img {
    position: relative;
    height: 100%;
    float: left;
    margin-bottom: 50px;
    width: 100%;
}

.shop-section-lower .shop-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 343px;
}

@media screen and (max-width: 920px) {
    .shop-section-middle .shop-img {
        margin-top: 50px;
        width: 100%;
    }
}

.shop-section-middle .cart {
    width: 127px;
    height: 42px;
    float: left;
    background: #FAB702;
    padding: 0px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
}

.shop-section-middle .cart:hover {
    color: #000;
}

.shop-section-middle .favorite {
    width: 42px;
    height: 42px;
    float: left;
    background: transparent;
    padding: 0px;
    color: #555E64;
    line-height: 42px;
    text-align: center;
    border: 1px solid #D3DCE1;
    margin-left: 10px
}

.shop-section-middle .favorite:hover {
    background: #555E64;
    color: #fff
}

.shop-section-lower {
    background: transparent;
}

.shop-section-lower .col-md-3 {
    margin-bottom: 50px;
}

@media screen and (max-width: 320px) {
    .shop-section-middle .cart {
        width: 91px;
        height: 37px;
        float: left;
        background: #FAB702;
        padding: 0px;
        color: #fff;
        line-height: 37px;
        text-align: center;
        text-decoration: none;
        font-size: 11px;
    }
    .shop-section-middle .favorite {
        width: 38px;
        height: 38px;
        float: left;
        background: transparent;
        padding: 0px;
        color: #555E64;
        line-height: 42px;
        text-align: center;
        border: 1px solid #D3DCE1;
        margin-left: 10px;
        margin-bottom: 11px;
    }
}

#bx-pager a {
    list-style: none;
}

.bx-wrapper {
    max-width: 100%;
    margin-bottom: 11px;
}

.bx-wrapper img {
    max-width: 100%;
    max-height: 300px;
    min-width: 100%
}

.bx-wrapper .bx-viewport {
    box-shadow: unset;
}

#bx-pager a li {
    display: inline;
}

#bx-pager a li img {
    width: 100px;
    margin: 3px;
    min-height: 106px;
}

.bx-controls-direction {
    display: none;
}

@media screen and (max-width: 320px) {
    .bx-wrapper {
        height: 142px;
    }
}

.single-item-desc .price s {
    font-size: 18px;
    color: #111F29
}

.single-item-desc .price span {
    font-size: 30px;
    color: #111F29;
    font-weight: bold;
    margin-left: 14px;
    margin-right: 18px;
}

.single-item-desc .description {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: justify;
}

.single-item-desc h3 {
    font-size: 18px;
    color: #111F29;
    font-weight: bold
}

.single-item-desc h3 a {
    font-size: 18px;
    color: #111F29;
    font-weight: bold;
    text-decoration: none;
}

.single-item-desc .price em {
    font-size: 18px;
    color: #FAB702;
    font-weight: bold;
    font-style: normal;
}

.single-item-desc .price .description {
    font-size: 14px;
    color: #555E64
}

.single-item-desc h4 {
    font-size: 14px;
    color: #111F29;
    font-weight: bold;
    width: 98px;
    float: left;
    line-height: 40px;
    padding: 0px;
    margin: 0px;
}

.single-item-desc input {
    width: 91px;
    height: 42px;
    border: 1px solid #EAEFF1;
    padding-left: 12px;
}

.single-item-desc .quantity {
    width: 100%;
}

.single-item-desc .cart {
    width: 127px;
    height: 42px;
    float: left;
    background: #FAB702;
    padding: 0px;
    color: #fff;
    line-height: 42px;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
}

.single-item-desc .cart:hover {
    color: #000;
}

.single-item-desc .favorite {
    width: 42px;
    height: 42px;
    float: left;
    background: transparent;
    padding: 0px;
    color: #555E64;
    line-height: 42px;
    text-align: center;
    border: 1px solid #D3DCE1;
    margin-left: 10px;
    margin-top: 20px;
}

.single-item-desc .favorite:hover {
    background: #98A0A7;
    color: #fff
}

.product-details ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 50px;
}

.product-details ul li .name {
    color: #111F29;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    width: 147px;
    float: left;
}

.product-details ul li .value {
    color: #555E64;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

.product-details ul li {
    line-height: 30px;
}

.product-details p {
    font-weight: 14px;
    color: #555E64;
    margin-top: 30px;
}

.shop-single-item {
    padding-bottom: 100px;
    margin-top: 100px;
}

.product-details ul li a {
    color: #000;
}

.product-details ul li a:hover {
    background: transparent;
    color: #FAB702
}

.product-details ul .active a {
    background: transparent;
    color: #FAB702
}


/*shop css end*/

/*shop car css start*/

@media screen and (max-width: 700px) {
    .product-caption {
        display: none;
    }
}

.shopping-cart {
    margin-top: 80px
}

.product-caption label:nth-child(1) {
    height: 50px;
    width: 4%;
    line-height: 50px;
    font-size: 14;
    font-family: 'Roboto', sans-serif;
    color: #111F29;
    font-weight: bold;
    text-transform: uppercase;
}

.product-caption label:nth-child(2) {
    height: 50px;
    width: 7%;
    line-height: 50px;
    font-size: 14;
    font-family: 'Roboto', sans-serif;
    color: #111F29;
    font-weight: bold;
    text-transform: uppercase;
}

.product-caption label:nth-child(3) {
    height: 50px;
    width: 38%;
    line-height: 50px;
    font-size: 14;
    font-family: 'Roboto', sans-serif;
    color: #111F29;
    font-weight: bold;
    text-transform: uppercase;
}

.product-caption label:nth-child(4) {
    height: 50px;
    width: 16%;
    line-height: 50px;
    font-size: 14;
    font-family: 'Roboto', sans-serif;
    color: #111F29;
    font-weight: bold;
    text-transform: uppercase;
}

.product-caption label:nth-child(5) {
    height: 50px;
    width: 16%;
    line-height: 50px;
    font-size: 14;
    font-family: 'Roboto', sans-serif;
    color: #111F29;
    font-weight: bold;
    text-transform: uppercase;
}

.product-caption label:nth-child(6) {
    height: 50px;
    line-height: 50px;
    font-size: 14;
    font-family: 'Roboto', sans-serif;
    color: #111F29;
    font-weight: bold;
    text-transform: uppercase;
}

.product-caption {
    border-bottom: 3px solid #E4EAED
}

.product-items {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 3px solid #E4EAED;
    font-size: 14px;
    color: #5E6D77;
    font-family: 'Roboto', sans-serif
}

.product-items .product-remove-icon {
    width: 4%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.product-items .product-image {
    width: 7%;
    height: 50px;
    line-height: 50px
}

.product-items .product-image img {
    min-width: 50px;
    max-height: 50px;
    min-height: 50px;
}

.product-name {
    width: 38%;
}

.product-price {
    width: 16%;
    height: 50px;
    line-height: 50px
}

.product-name {
    height: 50px;
    line-height: 50px
}

.product-quantity {
    width: 16%;
    height: 50px;
    line-height: 50px
}

.product-quantity input {
    width: 82px;
    height: 37px;
    border: 1px solid #ACBBCC;
    color: #5E6D77;
    padding-left: 12px;
}

.shopping-cart .checkout {
    width: 227px;
    height: 60px;
    background: #FAB702;
    border-radius: 0px;
    border: none;
    border-radius: 0px;
    float: right;
    padding: 0px;
    margin-top: 30px;
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 100px;
}

.shopping-cart .checkout:hover {
    color: #111F29
}

.shopping-cart .checkout span {
    width: 177px;
    height: 60px;
    line-height: 60px;
    float: left;
    border-right: 1px solid #F1AE03
}

.shopping-cart .checkout i {
    float: left;
    ;
    line-height: 60px;
    margin-left: 20px;
}

.product-sub-total {
    padding-top: 20px;
}

.product-sub-total .empty {}

.product-sub-total .product-sub-total-right .subtotal {
    padding: 0px;
    width: 43%;
    color: #0D1725;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif
}

.product-sub-total-right {
    border-bottom: 3px solid #E4EAED;
    padding-top: 9px;
    padding-bottom: 20px;
}

.product-sub-total .subtotal span {
    text-transform: none;
    color: #5E6D77;
    font-weight: normal;
    margin-left: 12px;
}


/*shop cart css end*/

/*Testimonial Single CSS start*/

.testimonial-single-slide {
    padding-bottom: 110px;
}

.testimonial-single-slide .testimonial-caption {
    text-align: center;
    margin-top: 100px;
}

.testimonial-single-slide .testimonial-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 56px;
}

.testimonial-single-slide .testimonial-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.carousel .item .container {
    padding: 0px;
}

.testimonial-single-slide .testimonial-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 307px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.testimonial-single-slide .testimonial-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 6px;
    margin-right: 10px;
    margin-left: 30px;
}

.testimonials h3 {
    margin-top: 25px;
}

#testimonials-row {
    max-width: 900px;
    min-height: 314px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding-top: 50px;
    border-image: url('../images/testi-2-bg.png') 1;
}

#testimonials-row img {
    width: 80px;
    height: 80px;
}

.testimonial-single-slide .testimonials i {
    color: #5E6D77;
    font-size: 24px;
}

@media screen and (max-width: 768px) {
    
    .quienes-somos .page-header {
    background-image: url(../images/BANNER-QUIENES-SOMOS-MOBILE.jpg) !important;
    background-size: cover;
    min-height: 250px;
    text-align: center;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 0px;
}
    
    
    
    
    #footer {

    padding: 50px 0 0px !important;

}
    .footer-bottom-section {
    min-height: 60px;
    margin-top: 20px !important;
}

    .welcome-section .btn-bookNow {
        width: 217px;
        height: 50px;
        background: #195c78;
        border: 0px;
        border-radius: 0px;
        line-height: 50px;
        padding: 0px;
        color: #fff;
        font-weight: bold;
        margin-top: 40px;
        margin-bottom: 0;
        font-family: 'Roboto', sans-serif;
        transition: .1s all ease-in;
        -webkit-transition: .1s all ease-in;
        -o-transition: .1s all ease-in;

    }

    .service-section .service-caption {
        text-align: center;
        margin-top: 60px;
    }
    .portfolio-section .portfolio-caption {
        text-align: center;
        margin-top: 60px;
        margin-bottom: 50px;
    }
    #video_sec {
        height: 500px;
        background-size: cover;
        position: relative;
    }
    .portfolio {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .portfolio-secundario {
        margin-top: 0px !important
    }
    .portfolio-section .btn-port {
        width: 217px;
        height: 50px;
        background: #195c78;
        border: 0px;
        border-radius: 0px;
        line-height: 50px;
        padding: 0px;
        color: #fff;
        font-weight: bold;
        margin-top: 40px;
        margin-bottom: 40px;
        font-family: 'Roboto', sans-serif;
        transition: .1s all ease-in;
        -webkit-transition: .1s all ease-in;
        -o-transition: .1s all ease-in;
    }

    .quienes-somos .fun-fact {
        background: url(../images/numeros.jpg);
        background-repeat: no-repeat !important;
        min-height: 400px;
        padding-top: 100px;
    }
    .quienes-somos .fun-fact-items {
        display: none !important;
        min-height: 150px;
    }

    .testimonial-single-slide .testimonials i {
        margin-top: 20px
    }
    .quienes-somos .page-header,.servicios .page-header, .obra .page-header, .clientes .page-header, .contacto .page-header {

    min-height: 150px !important;

    }
    .page-header .page-header-wrapper {
    position: relative;
    min-height: 150px !important;
}
}

.testimonial-single-slide .testimonials h3 {
    font-size: 14.4px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.testimonial-single-slide .testimonials h3 span {
    font-weight: bold;
}

.testimonial-single-slide .item img {
    text-align: center;
}

.testimonial-single-slide .item .col-md-2 {
    padding: 0px;
    max-width: 12%
}

@media screen and (max-width: 400px) {
    .testimonial-single-slide .item .col-md-2 {
        max-width: unset;
    }
}

.testimonial-single-slide .testimonials h4 {
    font-size: 14px;
    color: #5E6D77;
    font-family: 'Roboto', sans-serif;
}

.testimonial-single-slide .testimonials p {
    font-size: 14px;
    color: #5E6D77;
    font-style: italic;
    margin-top: 20px;
}

.testimonial-single-slide .carousel-indicators {
    display: none;
}

.testimonial-single-slide .slide {
    min-height: 257px;
}

.testimonial-single-slide .slide .testimonials {
    padding-right: 0px;
}

.testimonial-single-slide .column {
    padding-right: 0px;
}

.testimonial-single-slide .right {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 95%;
    background: #fff;
    width: 30px;
    text-decoration: none;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #C4CBD0;
    border: 1px solid;
    border-radius: 20px;
}

.testimonial-single-slide .left {
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 95%;
    text-decoration: none;
    background: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #C4CBD0;
    line-height: 30px;
    border: 1px solid;
    border-radius: 20px;
}


/*Testimonial Single CSS end*/

/* Team section css start*/

.team-item {
    display: block;
    position: relative;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    margin-bottom: 80px;
}

.team-section .team-social-icon {
    text-align: center;
    margin-top: 8px;
}

.team-section .team-social-icon a {
    float: none;
    display: inline-block;
}

.team-section img {
    min-width: 100%;
    max-width: 100%;
    height: 362px;
    width: 100%;
}

@media screen and (max-width: 400px) {
    .team-section img {
        height: auto;
    }
}

@media screen and (max-width: 320px) {
    .team-section .team-item-container {
        margin-bottom: 70px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .team-section .team-item-container {
        margin-bottom: 70px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .team-section .team-item-container {
        margin-bottom: 70px;
    }
}

@media (min-width: 480px) and (max-width: 992px) {
    .team-section .team-item-container {
        margin-bottom: 70px;
    }
}

.team-item-container .pic-caption {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 33%;
    left: 0px;
    bottom: 0;
    background: rgba(250, 188, 22, .9);
    text-align: center;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    display: flex;
    top: 100%;
}

.team-item-container .pic:hover .pic-caption {
    opacity: 1;
    top: 67%;
}

.team-item-container .pic .pic-image,
.pic-caption,
.pic:hover .pic-caption,
.pic:hover img,
a,
a:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -o-transition: all .3s ease;
}

.demo-section {
    margin-bottom: 100px;
}

.demo-section .portfolio-item a img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    height: 200px;
    box-shadow: 0px 8px 7px 1px #999999;
}

@media screen and (max-width: 400px) {
    .demo-section .portfolio-item a img {
        height: auto;
    }
}

.team-name-wrapper {
    margin: auto;
}

.team-section .col-md-3:hover .team-name {
    opacity: 1;
}

.team-name h4 {
    color: #111F29;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 4px;
    margin-top: 24px;
}

.team-name h4:hover {
    text-decoration: unset !important;
}

.team-name h4 span {
    color: #111F29;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.team-name .desig {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif
}

.team-social-icon {
    margin: auto;
    width: 100%;
}

.team-social-icon a i {
    color: #111F29;
    font-size: 14px;
    width: 24px;
    height: 24px;
    float: left;
    border-radius: 30px;
    line-height: 24px;
}

.team-social-icon a:hover i {
    color: #FAB702;
    font-size: 14px;
    width: 24px;
    height: 24px;
    float: left;
    background: #fff;
    border-radius: 30px;
    line-height: 24px;
}

@media (min-width:991px) and (max-width:1197px) {
    .team-item-container .pic-caption {
        height: auto;
    }
    .team-section img {
        height: auto;
    }
}

@media screen and (max-width:768px) {
    .team-section img {
        min-width: unset;
        max-width: unset;
        height: 362px;
        width: 100%;
    }
    .pic {
        float: none;
        display: inline-block;
        max-width: unset;
        min-height: 291px;
    }
}


/*Team section css end*/

/*Team section theme three start*/

.team-template-three .team-caption {
    text-align: center;
    margin-top: 100px;
}

.team-template-three .team-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 71px;
}

.team-template-three .team-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.team-template-three .team-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 352px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif
}

.team-template-three .team-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
    margin-left: 30px;
}

.team-template-three {
    padding: 0px;
    background: #F0F5F8;
    padding-bottom: 100px;
}

.team-template-three-wrapper {
    margin: 0px;
    padding: 0px;
}

@media (min-width: 1200px) and (max-width: 1900px) {
    .team-template-three-wrapper {
        width: 85%;
    }
}

@media (min-width: 1900px) and screen {
    .team-template-three-wrapper {
        width: 85%;
    }
}

.team-template-three-wrapper {
    width: 85%
}

@media screen and (max-width: 992px) {



    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        color: #111F29;
        background-color: transparent;
        border-bottom: 1px solid #195C78;
        border-left: 0px;
        border-top: 0px;
        border-right: 0px;
        width: 150px;
        float: none;
        margin: 0 auto;
        padding-bottom: 50px;

    }
    .servicios .service-section ul li i.servi-ico {
        width: 100%;
        font-size: 30px;
        float: left;
        text-align: center;
        color: #5E6D77;
        margin-bottom: 10px;
    }
    .nav-tabs .active a span {
        margin-bottom: 40px;
    }

    .team-template-three-wrapper {
        width: 100%
    }
}

.team-template-three-wrapper .team-container {
    margin: 0px;
    padding: 0px;
}

.team-template-three-wrapper li img {
    max-width: 100% !important;
    height: auto;
    min-width: 100%;
}

.nav-tabs > li > a {
    border: none;
}

.team-template-three-wrapper .nav-tabs li:hover {
    filter: brightness(95%);
    border-bottom: 10px solid #FAB702;
}

.team-template-three-wrapper .nav-tabs li.active {
    filter: brightness(95%);
    border-bottom: 9px solid #FAB702
}

.team-template-three-wrapper .nav-tabs .nav-tabs {
    border-bottom: none;
}

.team-template-three-wrapper .team-container ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.team-template-three-wrapper .team-container ul li {
    margin: 0px;
    padding: 0px;
    display: inline;
}

.team-template-three-wrapper .team-container ul li .col-xs-12 {
    padding: 0px;
}

.team-template-three-wrapper .working-skill-sec li {
    display: flex !important;
}

.team-template-three-wrapper .working-skill-sec li span {
    flex: 1;
    max-width: 170px;
    color: #536577;
    font-size: 14px;
    font-family: 'Roboto', sans-serif
}

.team-template-three-wrapper .working-skill-sec li .prog-bar {
    flex: 1;
}

.team-template-three-wrapper .working-skill-sec .progress {
    max-height: 10px;
    border-radius: 0px;
    box-shadow: unset;
    background: #D3DCE1
}

.team-template-three-wrapper .working-skill-sec .progress-bar {
    background: #FAB702;
    box-shadow: unset;
}

.team-template-three-wrapper .team-container ul li a {
    margin: 0px;
    padding: 0px;
}

.team-template-three-wrapper .team3-des .designation {
    color: #5E6D77;
    font-size: 14px;
    font-family: 'Roboto', sans-serif
}

.team-template-three-wrapper .team3-des p {
    color: #5E6D77;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    margin-top: 25px;
}

#team3-social-links li a {
    color: #0C253C;
    font-size: 14px;
    width: 33px;
    float: left;
}

#team3-social-links li a i {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 20px
}

#team3-social-links li a:hover i {
    background: #FAB702;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 20px
}

.team3-skill h5 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #111F29;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 28px;
    margin-bottom: 19px;
}

.team-item-content {
    padding: 0px;
}

.team-container .nav-tabs {
    height: 357px;
}

.team-container .nav-tabs li {
    height: 357px;
}

.team-container .nav-tabs li img {
    height: 347px;
}

@media screen and (max-width: 992px) {
    .team-container .nav-tabs {
        height: auto;
    }
    .team-container .nav-tabs li {
        height: auto;
    }
    .team-container .nav-tabs li img {
        height: auto;
    }
}


/*Team section theme three end*/

/*Team corporate start*/

.team-section-corporate {
    padding-bottom: 100px
}

.team-section-corporate .team-caption {
    text-align: center;
    margin-top: 100px;
}

.team-section-corporate .team-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 71px;
}

.team-section-corporate .team-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.team-section-corporate .team-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 352px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif
}

.team-section-corporate .team-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
    margin-left: 30px;
}

.team-section-corporate .team-item {
    display: block;
    position: relative;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    margin-bottom: 80px;
}

.team-section-corporate .team-social-icon {
    text-align: center;
    margin-top: 8px;
}

.team-section-corporate .team-social-icon a {
    float: none;
    display: inline-block;
}

.team-section-corporate img {
    min-width: 100%;
    max-width: 100%;
    height: 362px;
    width: 100%;
}

@media screen and (max-width: 400px) {
    .team-section-corporate img {
        height: auto;
    }
}

@media screen and (max-width: 320px) {
    .team-section-corporate .team-item-container {
        margin-bottom: 70px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .team-section-corporate .team-item-container {
        margin-bottom: 70px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .team-section-corporate .team-item-container {
        margin-bottom: 70px;
    }
}

@media (min-width: 480px) and (max-width: 992px) {
    .team-section-corporate .team-item-container {
        margin-bottom: 70px;
    }
}

.team-section-corporate .team-item-container .pic-caption {
    cursor: pointer;
    position: absolute;
    width: 91%;
    height: 99%;
    left: 0px;
    bottom: 0;
    background: rgba(250, 188, 22, .9);
    text-align: center;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    display: flex;
    top: -11px;
    transition: .3s all ease-in;
    -webkit-transition: .5s all ease-in;
    -o-transition: .5s all ease-in;
}
.trabaja-description {
    display: flex;
    justify-content: center;
    align-items: center;
}

.trabaja-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    .quienes-somos .about-section .about-caption h4 {
        font-size: 18px;
        color: #195C77;
        font-style: italic;
        max-width: 320px;
        float: none;
        margin: 0 auto;
        text-align: left;
        margin-top: 0px;
    }
    .quienes-somos .about-section .about-caption h2 {
        font-family: 'Oswald', sans-serif;
        margin-top: 0px;
        color: #195C77;
    }
    .clientes .about-img {
        display: none;
    }

    .quienes-somos .about-section .about-description {
        margin-top: 0px;
    }


    .quienes-somos .about-section {
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .about-img {
        display: none;
    }

    .page-header-wrapper .page-header-content h2 {
        font-size: 30px !important;
        font-family: 'Oswald', sans-serif;
        color: #fff;
        text-transform: uppercase;
    }



    .display {
        display: none;
    }

    .service-section img {
        max-height: auto;
        margin-bottom: 51px;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;

    }
    .service-section ul {
        margin-bottom: 30px;
        width: 100%;
        max-width: 400px;
        float: none;
        margin: 0 auto;
        margin-left: -20px;
    }
    .team-section-corporate img {
        width: 100%;
        height: auto;
    }
    .team-section-corporate .pics {
        display: block !important;
    }
}


.team-section-corporate .team-item-container .pics {
    display: visible;
}

.team-section-corporate .team-item-container .pics:hover .pic-caption {
    opacity: 1;
    top: -11px;
    left: 28px;
    transition: .3s all ease-in;
    -webkit-transition: .5s all ease-in;
    -o-transition: .5s all ease-in;
}

.team-section-corporate .team-item-container .pics .pic-image,
.pic-caption,
.pics:hover .pic-caption,
.pics:hover img,
a,
a:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -o-transition: all .3s ease;
}

.team-section-corporate .demo-section {
    margin-bottom: 100px;
}

.team-section-corporate .demo-section .portfolio-item a img {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    height: 200px;
    box-shadow: 0px 8px 7px 1px #999999;
}

.team-section-corporate .team-name-wrapper {
    margin: auto;
}

.team-section-corporate .col-md-3:hover .team-name {
    opacity: 1;
}

.team-section-corporate .team-name h4 {
    color: #111F29;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 4px;
    margin-top: 24px;
}

.team-section-corporate .team-name h4:hover {
    text-decoration: unset !important;
}

.team-section-corporate .team-name h4 span {
    color: #111F29;
    text-align: center;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.team-section-corporate .team-name .desig {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif
}

.team-section-corporate .team-social-icon {
    margin: auto;
    width: 100%;
}

.team-section-corporate .team-social-icon a i {
    color: #111F29;
    font-size: 14px;
    width: 24px;
    height: 24px;
    float: left;
    border-radius: 30px;
    line-height: 24px;
}

.team-section-corporate .team-social-icon a:hover i {
    color: #FAB702;
    font-size: 14px;
    width: 24px;
    height: 24px;
    float: left;
    background: #fff;
    border-radius: 30px;
    line-height: 24px;
}

@media (min-width:991px) and (max-width:1197px) {
    .team-section-corporate .team-item-container .pic-caption {
        height: auto;
    }
    .team-section-corporate .team-section img {
        height: auto;
    }
}

@media screen and (max-width:768px) {
    .team-section-corporate .team-section img {
        min-width: unset;
        max-width: unset;
        height: 362px;
        width: 100%;
    }
    .team-section-corporate .pics {
        float: none;
        display: inline-block;
        max-width: unset;
        min-height: 291px;
    }
}


/*team corporate end*/

/*project content css start*/

.project-content {
    background-color: #195c77;
    min-height: 380px;
    color: #fff;
    padding: 100px;
}

.project-content-abs {
    min-height: 380px;
    color: #fff;
    transform: translateY(60px);
    -webkit-transform: translateY(60px);

}

.project-section {
    position: relative;
    overflow: hidden;
}

.project-section h2 {
    font-family: 'Oswald', sans-serif;
    text-align: left;
    margin-bottom: 15px;
    color: #5E6D77;
    margin-top: 70px;
}

.project-section h2 span {
    color: #195C78;
    padding: 0px;
}

.quienes-somos .project-section p {
    text-align: left;
    margin-top: 0px;
    margin-left: 0px;
    color: #5E6D77;
    line-height: 30px;
}

.quienes-somos .project-section p span {
    font-weight: bold;
}

.project-items {
    min-height: 110px;
    line-height: 0px;
}

@media screen and (max-width: 320px) {
    .project-items {
        text-align: center;
    }
}


@media (min-width: 320px) and (max-width: 480px) {
    .project-items {
        text-align: center;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .project-items {
        text-align: center;
    }
}

@media (min-width: 480px) and (max-width: 992px) {
    .project-items {
        text-align: center;
    }
}

.project-abs {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    padding-right: 0px;
}

/*
.project-item i {
   font-size: 24px;
   width: 50px;
   height: 50px;
   border: 1px solid #fff;
   text-align: center;
   line-height: 50px;
   border-radius: 50px;
}
*/

.project-item .project-number {
    font-size: 32px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-left: 5px;
}

.project-item em {
    font-size: 24px;
    color: #F8B502;
    font-style: normal;
}

.project-item .project-name {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-left: 5px;
}

@media screen and (max-width: 320px) {
    .project-item i {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .project-item .project-number {
        font-size: 14px;
    }
    .project-item .project-name {
        font-size: 11px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .project-item i {
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .project-item .project-number {
        font-size: 16px;
    }
    .project-item .project-name {
        font-size: 12px;
    }
    .home .newsletter-section {
        min-height: 550px;
    }
    .footer-list li span {
        font-size: 14px;
        font-family: 'Roboto',
        sans-serif;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        width: 80% !important;
        float: right;
        margin-top: 0px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {}

@media (min-width: 480px) and (max-width: 992px) {}


/*project content css end*/

/* Newsletter Section css start*/

.home .newsletter-section {
    text-align: left;
    background: #fff;
    min-height: 380px;
    padding-left: 80px;

}

.quienes-somos .newsletter-section {
    text-align: left;
    background: #e9eef2;
    min-height: 380px;
    padding-left: 30px;
}

@media screen and (max-width: 320px) {
    .newsletter-section {
        padding-left: 0px;
    }

}

@media screen and (max-width: 360px) {
    .project-items {
        text-align: left;
    }
    .margin-left-ico {
        margin-left: 0px !important;
    }
    .quienes-somos .ico-suscribite {
        width: 40px;
        display: inline-block;
        margin-bottom: -20px;
    }
}

@media screen and (max-width: 340px) {
    .project-item .project-name {
        font-size: 12px;
    }
    .project-item .project-number {
        font-size: 14px;
    }
    .home .newsletter-section .email {
        margin-top: 10px;

    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .newsletter-section {
        padding-left: 0px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .newsletter-section {
        padding-left: 0px;
    }
}

@media (min-width: 480px) and (max-width: 992px) {
    .newsletter-section {
        padding-left: 0px;
    }
}

.newsletter-section .newsletter-caption {
    float: left;
}

.newsletter-section .newsletter-caption h2 {
    font-family: 'Oswald', sans-serif;
    text-align: left;
    font-size: 36px;
}

.newsletter-section p {
    margin-left: 30px;
    font-size: 16px;
}

.home .newsletter-section p {
    margin-left: 0px;
    font-size: 18px;
}

.newsletter-section .newsletter-caption h2 span {
    color: #195c78;
    padding: 0px;
    font-weight: bold;
}

.newsletter-section .newsletter-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 367px;
    text-align: left;
    font-family: 'Roboto', sans-serif
}

.newsletter-section .newsletter-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 6px;
    margin-right: 10px;
    margin-left: 0px;
}

@media screen and (max-width: 320px) {
    .newsletter-section .newsletter-caption {
        float: none;
        max-width: 555px;
    }
    .newsletter-section .newsletter-caption h2 {
        text-align: center;
    }
    .newsletter-section .newsletter-caption h4 {
        max-width: 555px;
        text-align: center;
        font-size: 11px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .newsletter-section .newsletter-caption {
        float: none;
        max-width: 555px;
    }
    .newsletter-section .newsletter-caption h2 {
        text-align: center;
    }
    .newsletter-section .newsletter-caption h4 {
        max-width: 555px;
        text-align: center;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .newsletter-section .newsletter-caption {
        float: left;
        max-width: 555px;
    }
    .newsletter-section .newsletter-caption h2 {
        text-align: center;
    }
    .newsletter-section .newsletter-caption h4 {
        max-width: 555px;
        text-align: center;
    }
}

@media (min-width: 480px) and (max-width: 992px) {
    .newsletter-section .newsletter-caption {
        float: left;
        min-width: 100%;
        margin-bottom: 50px
    }
    .newsletter-section .newsletter-caption h2 {
        text-align: center;
    }
    .newsletter-section .newsletter-caption h4 {
        max-width: 100%;
        text-align: center;
        font-size: 15px;
    }
    .newsletter-section {
        min-height: 495px;
    }
}

.newsletter-section .email {
    margin-top: 10px;
    padding: 0px;
    max-width: 555px;
    min-height: 60px;
    float: right;
    border-radius: 0px;
    border: 1px solid #DAE2E7;
    background: transparent;
    box-shadow: none;
    text-align: center;
}

.btn-email {
    min-height: 60px;
    background: #195c78;
    min-width: 100%;
    border-radius: 0px;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    float: right;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.btn-email:hover {
    transition: .1s all ease-in;
    -webkit-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;
    color: white;
    background: #003c55;
}

@media screen and (max-width: 320px) {
    .newsletter-section .email {
        float: left;
    }

}

@media (min-width: 320px) and (max-width: 480px) {
    .newsletter-section .email {
        float: left;
    }

}

@media (min-width: 480px) and (max-width: 768px) {
    .newsletter-section .email {
        float: left;
    }

}

@media (min-width: 480px) and (max-width: 992px) {
    .newsletter-section .email {
        float: none;
        margin: auto;
    }
    .email-section form {
        text-align: center;
    }

}

.newsletter-section .email-section {
    padding: 0px;
    margin: 0px;
}


/* Newsletter section css end*/

/* Blog list style start*/

.blog-list-style .blog-img img {
    min-height: 250px !important;
}

@media screen and (max-width: 500px) {
    .blog-list-style .blog-img img {
        min-height: auto !important;
    }
}

.blog-list-style .blog-contents h3 {
    margin-top: 16px;
}

.blog-list-style .blog-content-item {
    margin-bottom: 100px
}

.blog-list-style .blog-content-item {
    position: relative;
    margin-top: 50px;
    border: 1px solid #DBE2E6;
    background: #eee;
    padding-bottom: 0px !important;
}

.blog-list-style .blog-contents .read {
    color: #FAB702;
    text-decoration: none;
    font-weight: bold;
}

.blog-list-style .blog-contents .read:hover {
    color: #111;
}

.blog-list-style .blog-contents .read i {
    margin-left: 3px;
}

.blog-pagination {
    border-bottom: 1px solid #eee;
    width: 100%;
    border-radius: 0px;
}


/*Blog grid sidebar*/

.blog-grid-sidebar .blog-content-item img {
    min-height: 220px
}

.blog-grid-sidebar .blog-content-item {
    border: none !important;
}


/*Blog grid three*/

.blog-grid-three .blog-content-item img {
    min-height: 220px
}

@media screen and (max-width: 900px) {
    .blog-grid-three .blog-content-item img {
        min-height: auto;
    }
}

@media screen and (max-width: 400px) {
    .blog-content-item .date {
        width: 39px !important;
        height: 59px !important;
        line-height: 51px !important;
    }
    .blog-section .blog-content-item .date h2 {
        font-size: 12px !important;
    }
    .blog-section .blog-content-item .date h4 {
        font-size: 12px !important;
    }
}

.blog-grid-three .blog-content-item {
    border: none !important;
}


/* blog section css start*/

.blog-section {
    padding-bottom: 100px;
    margin-top: 70px;
}

@media screen and (max-width: 500px) {
    .blog-section {
        padding: 0px !important;
        overflow: hidden;
    }
}

.blog-section .blog-caption {
    text-align: center;
    margin-top: 50px;
}

.blog-section .blog-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 71px;
    font-size: 24px;
}

.blog-section .blog-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.blog-section .blog-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 273px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.blog-section .blog-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 6px;
    margin-right: 10px;
    margin-left: 30px;
}

.blog-text {
    background: #F0F5F8
}

.blog-col-6-1 {
    padding: 10px;
}

.blog-col-6-2 {
    padding: 10px;
}

.blog-img {
    padding: 0px;
}

.blog-section .blog-img img {
    min-width: 100%;
    min-height: 383px;
    width: 100%;
}

.blog-text {
    padding: 25px;
}

.blog-text .date {
    color: #5E6D77;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 27px;
}

.blog-text h2 a {
    font-size: 18px;
    color: #111F29;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    font-weight: bold;
}

.blog-text .blog-content {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #5E6D77;
    margin-top: 26px;
}

.blog-text .btn-blog {
    color: #5E6D77;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 12px;
}

.blog-text .btn-blog:hover {
    color: #111F29;
}

.blog-text .btn-blog:hover i {
    color: #111F29;
}

.blog-text .btn-blog i {
    margin-left: 10px;
}


/*blog themplate three start*/

.blog-template-three {
    padding-bottom: 100px;
    margin-top: 70px;
}

.blog-template-three .blog-caption {
    text-align: center;
    margin-top: 50px;
}

.blog-template-three .blog-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 71px;
    font-size: 24px;
}

.blog-template-three .blog-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.blog-template-three .blog-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 273px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.blog-template-three .blog-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
    margin-left: 30px;
}

.blog-template-three {
    padding: 0px;
    padding-bottom: 100px;
}

.blog-template-three .blog-wrapper {
    float: right;
    margin: 0px;
}


/*.blog-template-three .blog-wrapper .blog-item{

   background: url('../images/blog-bg.jpg');
}

*/

.blog-template-three .blog-wrapper .blog-item h3 a {
    font-size: 18px;
    color: #111F29;
    font-weight: bold;
}

.blog-template-three .blog-wrapper .blog-item h3 a {
    text-decoration: none;
}

.blog-template-three .blog-wrapper .blog-item h5 {
    font-size: 14px;
    color: #5E6D77;
    margin-top: 20px;
    margin-bottom: 30px;
}

.blog-template-three .blog-wrapper .blog-item span {
    font-size: 14px;
    color: #111F29;
    text-transform: uppercase;
    font-weight: 500;
}

.blog-template-three .blog-wrapper .blog-item p {
    font-size: 14px;
    color: #5E6D77;
    max-width: 900px;
    margin-bottom: 38px;
}

.blog-template-three .blog-wrapper .blog-item .blog-btn {
    text-decoration: none;
    color: #5E6D77;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 24px;
    float: left;
}

.blog-template-three .blog-wrapper .blog-item .blog-btn:hover {
    color: #111F29;
}

.blog-template-three .blog-wrapper .blog-content {
    padding-right: 0px;
    border-bottom: 1px solid #D3DCE1;
    padding-left: 8px;
}

.blog-template-three .blog-wrapper .blog-content:last-child {
    padding-right: 0px;
    border-bottom: 0px solid #D3DCE1;
    padding-left: 8px;
}

.blog-template-three .blog-wrapper .blog-item:hover {
    background: url('../images/blog-bg.jpg');
    min-height: 100%;
    float: left;
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-standard .blog-content-items img {
    width: 100%;
    max-height: 350px;
}

.blog-standard .blog-content-item .btn {
    float: right;
}

.blog-template-three .blog-wrapper .blog-item:hover h3 {
    color: #fff;
}

.blog-template-three .blog-wrapper .blog-item:hover h5 {
    color: #fff;
}

.blog-template-three .blog-wrapper .blog-item:hover h5 span {
    color: #fff;
}

.blog-template-three .blog-wrapper .blog-item:hover p {
    color: #fff;
}

.blog-template-three .blog-wrapper .blog-item:hover a {
    color: #fff;
}

.blog-template-three .blog-wrapper .blog-item {
    min-height: 100%;
    float: left;
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 37px;
    padding-top: 14px;
}

@media screen and (max-width: 400px) {
    .blog-template-three .blog-wrapper .blog-item {
        padding-left: 15px;
    }
}

.pagination-section nav {
    margin: 0px;
}

.pagination-section nav .pagination {
    border-bottom: 1px solid #eee;
    width: 100%;
}

.pagination-section nav .pagi {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #D7DFE4
}

.pagination-section nav .page-numbers {
    display: inline-block;
    float: none;
    height: 34px;
    width: 39px;
}

.pagination-section nav a {
    min-height: 34px;
    border-radius: 0px;
    border: none;
    color: #6E757B;
}

.pagination > a:last-child,
.pagination > a:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination-section nav a:hover {
    border-bottom: 1px solid #FABD19;
    background: transparent;
}


/* blog section css end*/

/* 5 columns grid for 'md' and 'lg' screens
   @tatygrassini start
*/

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        padding: 10px
    }
    .col-md-2-5 {
        width: 40%;
        padding: 10px
    }
    .col-md-3-5 {
        width: 60%;
        padding: 10px
    }
    .col-md-4-5 {
        width: 80%;
        padding: 10px
    }
    .col-md-5-5 {
        width: 100%;
        padding: 10px
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        padding: 10px
    }
    .col-lg-2-5 {
        width: 40%;
        padding: 10px
    }
    .col-lg-3-5 {
        width: 60%;
        padding: 10px
    }
    .col-lg-4-5 {
        width: 80%;
        padding: 10px
    }
    .col-lg-5-5 {
        width: 100%;
        padding: 10px
    }
}


/* Demo only, no need for this */

.show-grid [class^=col-] span,
.container-fluid .show-grid [class^=col-] {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    background-color: rgba(86, 61, 124, .15);
    text-align: center;
    border: 1px solid #ddd;
    border: 1px solid rgba(86, 61, 124, .2);
}


/* 5 columns grid for 'md' and 'lg' screens
   @tatygrassini end
*/

/*Fun fact css start*/

.quienes-somos .fun-fact {
    background: url('../images/numeros.jpg');
    min-height: 400px;
    padding-top: 100px;
}

.quienes-somos .container-fluid.fun-fact h2 {
    color: white;
    text-align: center;
}

.quienes-somos .fun-fact-item h3 {
    font-size: 24px;
    color: #FAB702;
    float: none;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin: 0 auto;
    margin-top: 20px
}

.quienes-somos .fun-fact-item h3.trayectoria {
    width: 280px;
}

.quienes-somos .fun-fact-item h3.obra {
    width: 240px !important;
    margin-left: 20px
}

.quienes-somos .fun-fact-item h3.empleo {
    width: 260px;
}

.container-about {
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 770px) and (max-width: 1199px) {
    .container-about {
        max-width: 1010px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .about-section .upper-part {
        gap: 20px;
    }
    .about-section .upper-part p {
        line-height: 22px !important; 
    }
   
    
}

@media (min-width: 770px) {
    .container-about-mobile {
        display: none;
    }
}

@media (max-width: 770px) {
    .container-about {
        display: none;
    }
    .divider-line-quienes-somos {
        width: 96px;
        margin: 10px 0 10px 0;
    }
}

.quienes-somos .container-fluid.fun-fact p {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 16px;
    color: white;
}

.quienes-somos .fun-fact-items {
    display: flex;
    min-height: 150px;
}

.quienes-somos .fun-fact-item i {
    font-size: 24px;
    color: #fff;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    float: none;
    text-align: center;
    line-height: 50px;
    border: none;

}

.quienes-somos .fun-fact-item {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.quienes-somos .fun-fact-item .timer {
    font-size: 32px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 0px;
}

.quienes-somos .fun-fact-item span {
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-left: 5px;
}

.fun-fact {
    background: url('../images/fun-fact.png');
    min-height: 400px;
}

.fun-fact-items {
    display: flex;
    min-height: 400px;
}

.fun-fact-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.fun-fact-item i {
    font-size: 24px;
    color: #fff;
    width: 50px;
    height: 50px;
    float: left;
    border: 1px solid;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
}

.fun-fact-item .timer {
    font-size: 24px;
    color: #FAB702;
    font-family: 'Roboto', sans-serif;
    margin: 0px;
}

.fun-fact-item h3 {
    font-size: 24px;
    color: #FAB702;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    padding: 0px;
}

.fun-fact-item h3 em {
    font-style: normal;
    font-family: 'Roboto';
    font-weight: bold;
}

.fun-fact-item span {
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-left: 20px;
}


/*Fun fact css end*/

/*Corporate fun section start*/

.fun-fact-corporate {
    background: url('../images/fun-fact.png');
    min-height: 250px;
}

.fun-fact-corporate .fun-fact-items {
    display: flex;
    min-height: 250px;
}

.fun-fact-corporate .fun-fact-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
}

.fun-fact-corporate .fun-fact-item i {
    font-size: 24px;
    color: #eee;
    width: 50px;
    height: 50px;
    float: none;
    font-size: 36px;
    border: none;
    text-align: center;
    line-height: 50px;
}

.fun-fact-corporate .fun-fact-item .timer {
    font-size: 24px;
    color: #FAB702;
    font-family: 'Roboto', sans-serif;
    margin: 0px;
}

.fun-fact-corporate .fun-fact-item h3 {
    font-size: 24px;
    color: #FAB702;
    float: left;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    padding: 0px;
}

.fun-fact-item h3 em {
    font-style: normal;
    font-family: 'Roboto';
    font-weight: bold;
}

.fun-fact-corporate .fun-fact-item span {
    font-size: 18px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-left: 20px;
}


/* corporate fun section end*/

/* Plan item section css start*/

.plan-section {
    padding-bottom: 100px;
}

.plan-section .plan-caption {
    text-align: center;
    margin-top: 100px;
}

.plan-section .plan-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 71px;
    font-size: 24px;
}

.plan-section .plan-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.plan-section .plan-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 249px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.plan-section .plan-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
    margin-left: 30px;
}

.plan-section .plan-item {
    background: #fff;
    border: 1px solid #CCD2D7;
    max-width: 360px;
    margin: 15px;
    padding: 0px
}

@media screen and (max-width: 480px) {
    .plan-section .plan-item {
        margin: 0px;
    }
    .contact-section-abs .section-contact-items .section-contact-item li {
        color: #5E6D77;
        font-size: 14px;
        width: 184px;
        margin-left: 0px !important;
    }
    .section-contact-items {
        background: #F0F5F8;
        margin-bottom: 50px;
        padding-bottom: 40px;
    }
    .contacto .contact-section-abs .section-contact-items .section-contact-item {
        margin-top: 40px;
        min-height: 117px;
    }
}

.plan-section .plan-item .plan-item-content {
    padding: 0px
}

.plan-section .plan-item .upper {
    border-bottom: 1px solid #D3DCE1;
    margin: auto;
    margin: auto;
    min-width: 87%;
    text-align: center;
}

.plan-section .plan-item .upper h2 {
    font-size: 18px;
    color: #5E6D77;
    font-family: 'Roboto', sans-serif;
}

.plan-section .plan-item .upper h1 {
    font-size: 48px;
    color: #111F29;
    font-family: 'Roboto', sans-serif;
}

.plan-section .plan-item .upper p {
    font-size: 14px;
    color: #5E6D77;
    font-family: 'Roboto', sans-serif;
    margin-top: 13px;
    margin-bottom: 37px;
}

.plan-section .plan-item .middle {
    margin: auto;
    margin-top: 27px;
    text-align: center;
}

.plan-section .plan-item .middle ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.plan-section .plan-item .middle ul li {
    line-height: 50px;
    color: #5E6D77;
    font-size: 14px;
    font-size: 'Roboto', sans-serif;
}

.plan-section .plan-item .middle ul li strike {
    color: #9CA7B0;
}

.plan-section .plan-item-content .lower {
    text-align: center;
}

.row-mobile {
    gap: 20px;
    margin-bottom: 30px !important;
}

@media screen and (max-width: 320px) {
    .plan-section {
        text-align: center;
    }
    .plan-section .plan-item {
        float: none;
        display: inline-block;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .plan-section {
        text-align: center;
    }
    .plan-section .plan-item {
        float: none;
        display: inline-block;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .plan-section {
        text-align: center;
    }
    .plan-section .plan-item {
        float: none;
        display: inline-block;
    }
}

@media (min-width: 480px) and (max-width: 992px) {
    .plan-section {
        text-align: center;
    }
    .plan-section .plan-item {
        float: none;
        display: inline-block;
    }
}

.btn-plan {
    min-width: 257px;
    height: 60px;
    float: left;
    background: #0C253C;
    color: #fff;
    padding: 0px;
    border-radius: 0px;
    margin-top: 40px;
    margin-bottom: 53px;
    font-weight: bold;
    float: none;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .5px;
}

.btn-plan span {
    min-width: 202px;
    height: 58px;
    float: left;
    border-right: 1px solid #0E2C46;
    line-height: 60px;
}

.btn-plan i {
    width: 50px;
    height: 58px;
    float: left;
    border-left: 1px solid #091C2E;
    line-height: 60px;
}


/*plan hover*/

.plan-item:hover .upper {
    border-bottom: 1px solid #FAB702;
    min-width: 100%;
    color: #fff;
    background: #FAB702;
    padding-top: 22px
}

.plan-item:hover .upper h2 {
    color: #fff;
    margin: 0px;
    margin-top: 11px;
}

.plan-item:hover .upper h1 {
    color: #fff;
}

.plan-item:hover .upper p {
    color: #fff;
}

.plan-item:hover .btn-plan {
    color: #fff;
    background: #FAB702;
}

.plan-item:hover .btn-plan span {
    border-color: transparent;
}

.plan-item:hover .btn-plan i {
    border-color: transparent;
}

.plan-item.active {
    border: none;
    box-shadow: 0px 0px 13px 1px #C5CCD1;
}

.plan-item.active .upper {
    border-bottom: 1px solid #FAB702;
    min-width: 100%;
    color: #fff;
    background: #FAB702;
    padding-top: 23px;
}

.plan-item.active .upper h2 {
    color: #fff;
    padding: 0px;
    margin: 0px;
    margin-top: 11px;
}

.plan-item .upper h2 {
    margin-top: 33px;
}

.plan-item.active .upper h1 {
    color: #fff;
}

.plan-item.active .upper p {
    color: #fff;
}

.plan-item.active .btn-plan {
    color: #fff;
    background: #FAB702;
    float: none;
    display: inline-block;
}

.plan-item.active .btn-plan span {
    border-color: #ECA804
}

.plan-item.active .btn-plan i {
    border-color: #FAC802
}


/* Plan item section css end*/

/*Subscribe section css start*/

.subscribe-section {
    background: url('../images/sub-bg.png');
    min-height: 360px;
    background-attachment: fixed;
}

.quienes-somos .subscribe-section {
    background: url('../images/nosotros.jpg');
    min-height: 360px;
    background-attachment: fixed;
}

.sub-caption-sec {
    position: relative;
    min-height: 360px;
}

.sub-caption-sec .subs-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
}

.sub-form-sec {
    min-height: 360px;
    display: flex;
}

.sub-form-sec form {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 100%;
}

@media screen and (max-width: 320px) {
    .sub-form-sec form {
        margin: inherit;
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .sub-form-sec form {
        margin: auto;
        width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .sub-form-sec form {
        margin: auto;
        width: 80%;
    }
}

@media (min-width: 480px) and (max-width: 992px) {
    .sub-form-sec form {
        margin: auto;
        width: 80%;
    }
}

.sub-form-sec input {
    max-width: 355px;
    min-height: 60px;
    border: 1px solid #F0D076;
    border-radius: 0px;
    color: #fff;
    background: transparent;
}

.sub-form-sec input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}

.sub-form-sec input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

.sub-form-sec input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.sub-form-sec input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.sub-form-sec input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #F0D076;
}

.sub-form-sec button {
    min-width: 197px;
    min-height: 60px;
    margin: auto;
    border: 0px;
    background: #FFFFFF;
    color: #EBB116;
    font-weight: bold;
    border-radius: 0px;
    text-transform: uppercase;
}

.sub-form-sec button:hover {
    background: #111f29;
    color: #fab702;
}

@media screen and (max-width: 320px) {
    .sub-form-sec button {
        min-width: 100%;
        min-height: 44px;
    }
}

.sub-caption-sec .subs-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.sub-caption-sec .subs-caption p {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 16px;
    color: white;
}

.sub-caption-sec .subs-caption h2 span {
    color: #FFF;
    padding: 0px;
}

.sub-caption-sec .subs-caption h4 {
    font-size: 18px;
    color: #fff;
    font-style: italic;
    max-width: 100%;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.sub-caption-sec .subs-caption h4:before {
    content: '___';
    position: relative;
    bottom: 8px;
    letter-spacing: 5px;
    color: #fff;
    margin-right: 3px;
}

@media screen and (max-width: 320px) {
    .sub-form-sec {
        display: block;
    }
    .sub-form-sec button {
        margin-top: 20px;
        font-size: 12px;
    }
    .sub-caption-sec .subs-caption h4 {
        font-size: 12px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .sub-caption-sec .subs-caption h4 {
        font-size: 12px;
        text-align: center;
    }
    .sub-form-sec {
        display: block;
        min-height: 200px
    }
    .sub-form-sec button {
        margin-top: 20px;
        font-size: 12px;
        min-width: 100%
    }
    .sub-caption-sec {
        min-height: 250px
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .sub-form-sec {
        display: block;
    }
    .sub-form-sec button {
        margin-top: 20px
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .sub-form-sec {
        display: block;
        min-height: 163px
    }
    .sub-form-sec input {
        max-width: 358px;
        min-height: 60px;
        border: 1px solid #F0D076;
        border-radius: 0px;
        color: #fff;
        background: transparent;
        margin: auto;
        float: left;
    }
    .sub-form-sec button {
        min-width: 197px;
        min-height: 60px;
        margin: auto;
        border: 0px;
        background: #FFFFFF;
        color: #EBB116;
        font-weight: bold;
        border-radius: 0px;
        text-transform: uppercase;
        float: left;
        margin-top: 0px;
    }
    .sub-caption-sec {
        min-height: 200px
    }
}

@media screen and (max-width: 768px) {
    .sub-form-sec {
        display: block;
        min-height: 200px
    }
    .sub-form-sec input {
        max-width: 100%;
        min-height: 60px;
        border: 1px solid #F0D076;
        border-radius: 0px;
        color: #fff;
        background: transparent;
        margin: auto;
        float: left;
        margin-bottom: 30px;
    }
    .sub-form-sec button {
        min-width: 100%;
        min-height: 60px;
        margin: auto;
        border: 0px;
        background: #FFFFFF;
        color: #EBB116;
        font-weight: bold;
        border-radius: 0px;
        text-transform: uppercase;
        float: left;
        margin-top: 0px;
    }
    .sub-caption-sec {
        min-height: 200px
    }
}


/*subscribe section css end*/

/*blog-section-corporate start*/

.blog-section-corporate {
    padding-bottom: 100px;
}

.blog-section-corporate .blog-caption {
    text-align: center;
    margin-top: 100px;
}

.blog-section-corporate .blog-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 71px;
    font-size: 24px;
}

.blog-section-corporate .blog-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.blog-section-corporate .blog-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 249px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.blog-section-corporate .blog-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
    margin-left: 30px;
}

.blog-section-corporate .blog {
    margin-bottom: 20px
}

.blog-section-corporate .blog-wrapper {
    border: 1px solid #eee;
    float: left;
    padding: 0px;
    margin: 0px;
    background: #F0F5F8;
}

.blog-section-corporate .blog-text-item {
    padding: 0px;
}

.blog-section-corporate .blog-text-item h2 {
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 0px;
    padding: 20px;
    padding-bottom: 0px;
}

.blog-section-corporate .blog-text-item p {
    padding: 20px;
    padding-bottom: 10px;
    color: #5E6D77
}

.blog-section-corporate .meta {
    padding: 0px;
    border-top: 1px solid #b6cedc;
    padding-left: 21px;
    padding-top: 14px;
    padding-bottom: 10px;
}

.blog-section-corporate .meta span:first-child {
    width: 114px;
    float: left;
}

.blog-section-corporate .meta .cat {
    margin-left: 10px;
    margin-right: 10px
}

.blog-section-corporate .meta a {
    color: #959595;
    text-transform: uppercase;
    margin-left: 10px
}

.blog-section-corporate .blog-img-item {
    padding: 0px;
    min-height: 215px
}

.blog-section-corporate .blog-img-item img {
    min-height: 215px;
    width: 100%;
}

.about-img-responsive {
    max-width: 400px;
    max-height: 554px;
}

/*blog-section-corporate end*/

/*Blog home three css start*/

.blog-home-three-col {
    padding-bottom: 100px;
}

.blog-home-three-item img {
    min-width: 100%;
    min-height: 240px;
    height: 240px
}

@media screen and (max-width: 992px) {
    .consult-section .appContent p {
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        color: white;
        text-align: left;
    }
    .clientes .service-tab ul {
        padding-left: 10px;
    }



    .blog-home-three-item img {
        min-width: 100%;
        min-height: auto;
        max-height: auto
    }
    .blog-home-three-item {
        margin-bottom: 80px
    }
}

.blog-home-three-item h4 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-top: 45px;
    margin-bottom: 20px;
}

.blog-home-three-item h4 a {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-top: 45px;
    margin-bottom: 20px;
    color: #111111
}

.blog-home-three-item h5 {
    margin-bottom: 26px;
}

.blog-home-three-item p {
    color: #5E6D77;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    margin-bottom: 40px
}

.blog-home-three-item h5 span {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.blog-home-three-item a {
    color: #5E6D77;
    text-decoration: none;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.blog-home-three-item a:hover {
    color: #111F29;
    text-decoration: none;
}

.blog-home-three-item a i {
    margin-left: 10px;
}

.blog-home-three-col .blog-caption {
    text-align: center;
    margin-top: 100px;
}

.blog-home-three-col .blog-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 71px;
    font-size: 24px;
}

.blog-home-three-col .blog-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.blog-home-three-col .blog-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 268px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif
}

.blog-home-three-col .blog-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 7px;
    margin-right: 10px;
    margin-left: 30px;
}


/*Blog home three css end*/

/* Page header css start */

.quienes-somos .page-header {
    background-image: url('../images/BANNER-QUIENES-SOMOS-DESKTOP.jpg');
    background-size: cover;
    min-height: 250px;
    text-align: center;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

.servicios .page-header {
    background-image: url('../images/PORTADA\ DESKTOP\ NUESTROS\ SERVICIOS.jpg');
    background-size: cover;
    min-height: 250px;
    text-align: center;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

.obra .page-header {
    background-image: url('../images/banner-obras.jpg');
    background-size: cover;
    min-height: 250px;
    text-align: center;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

.clientes .page-header {
    background-image: url('../images/banner-clientes.jpg');
    background-size: cover ;
    min-height: 250px;
    text-align: center;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

.trabaja .page-header {
    background-image: url('../images/TRABAJA-CON-NOSOTROS-03.jpg');
    background-size: cover;
    min-height: 250px;
    text-align: center;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

.contacto .page-header {
    background: url('../images/h-contacto.jpg');
    min-height: 250px;
    text-align: center;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 480px) {
    .contacto .page-header {
        background: url('../images/banner-contactanos-mobile.jpg');
        min-height: 250px;
        text-align: center;
        margin-top: 0px;
        padding: 0px;
        margin-bottom: 0px;
        background-size: cover;
    }
}


.page-header .page-header-wrapper {
    position: relative;
    min-height: 250px;
}

.page-header-wrapper h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}

.page-header-wrapper p {
    color: #fff;
    font-size: 24px;
}

.page-header-wrapper .page-header-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
}

.page-header-wrapper .page-header-content h2 {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.page-header-wrapper .page-header-content h4 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}


/* Page header css end */

.page {
    margin-top: 100px;
    margin-bottom: 100px;
}

.page h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px
}

.page p {
    text-align: justify;
}


/*page header primary color*/

.page-header-primary {
    background: #F49800;
    min-height: 250px;
    text-align: center;
    margin-top: 0px;
    padding: 0px;
}

.page-header-primary .page-header-wrapper {
    position: relative;
    min-height: 250px;
}

.page-header-primary .page-header-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0
}

.page-header-primary .page-header-wrapper .page-header-content h2 {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
}

.page-header-primary .page-header-wrapper .page-header-content h4 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}


/*page header secondary color*/

.page-header-secondary {
    background: #314451;
    min-height: 250px;
    text-align: center;
    margin-top: 0px;
    padding: 0px;
}

.page-header-secondary .page-header-wrapper {
    position: relative;
    min-height: 250px;
}

.page-header-secondary .page-header-wrapper .page-header-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0
}

.page-header-secondary .page-header-wrapper .page-header-content h2 {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
}

.page-header-secondary .page-header-wrapper .page-header-content h4 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}


/*page header light color*/

.page-header-light {
    background: #DFE2FF;
    min-height: 250px;
    text-align: center;
    margin-top: 0px;
    padding: 0px;
}

.page-header-light .page-header-wrapper {
    position: relative;
    min-height: 250px;
}

.page-header-light .page-header-wrapper .page-header-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
}

.page-header-light .page-header-wrapper .page-header-content h2 {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    color: #0C253C;
}

.page-header-light .page-header-wrapper .page-header-content h4 {
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    color: #0C253C;
}


/*page header dark color*/

.page-header-dark {
    background: #11181C;
    min-height: 250px;
    text-align: center;
    margin-top: 0px;
    padding: 0px;
}

.page-header-dark .page-header-wrapper {
    position: relative;
    min-height: 250px;
}

.page-header-dark .page-header-wrapper .page-header-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
}

.page-header-dark .page-header-wrapper .page-header-content h2 {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

.page-header-dark .page-header-wrapper .page-header-content h4 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}


/*Blog CSS start*/

.blog-section .blog-content-item h2 a {
    color: #111F29;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 20px;
    text-decoration: none;
}

.blog-section .blog-content-item h3 a {
    color: #111F29;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 20px;
    text-decoration: none;
}

.blog-section .blog-content-item h4 {
    color: #6E767C;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
}

.blog-section .blog-content-item h4 span {
    color: #111F29;
    font-family: 'Roboto';
    font-size: 14px;
    text-transform: uppercase;
}

.blog-section .blog-content-item h4 span a {
    color: #111F29;
}

.blog-section .blog-content-item p {
    color: #6E767C;
    font-family: 'Roboto';
    font-size: 14px;
    margin-top: 31px;
    text-align: justify;
    margin-bottom: 29px;
}

.blog-section .blog-content-item .btn {
    width: 146px;
    height: 42px;
    padding: 0px;
    border: none;
    border-radius: 0px;
    background: #111F29;
    font-weight: bold;
    color: #fff;
    line-height: 42px;
}

.blog-section .blog-content-item .btn:hover {
    background: #FAB702;
    color: #000;
}

.blog-section .blog-content-item .btn i {
    margin-left: 10px;
}

@media screen and (max-width: 320px) {
    .blog-section .blog-content-item h3 a {
        font-size: 14px;
    }
    .blog-section .blog-content-item h4 {
        font-size: 12px;
    }
    .blog-section .blog-content-item h4 span {
        font-size: 12px;
    }
    .blog-section .blog-content-item p {
        font-size: 12px;
    }
    .blog-section .blog-content-item .btn {
        font-size: 12px;
    }
}

.blog-section .blog-content-item {
    padding-bottom: 50px;
    position: relative;
    margin-top: 50px;
    border-bottom: 1px solid #DBE2E6
}

.blog-section .blog-content-item img {
    width: 100%;
    max-height: auto;
}

@media screen and (max-width: 550px) {
    
     .quienes-somos .about-section .about-caption h2 {
        font-family: 'Oswald', sans-serif;
        margin-top: 0px;
        color: #195C77;
        font-size: 28px;
    }
        .project-section h2 {
    font-family: 'Oswald', sans-serif;
    text-align: left;
    margin-bottom: 15px;
    color: #5E6D77;
    margin-top: 30px;
    font-size: 35px !important;
}
    
    .blog-section .blog-content-item img {
        min-height: auto;
        height: auto;
    }
}

.blog-section .blog-content-item:last-child {
    border-bottom: 0px solid
}

.blog-section .blog-content-item .date {
    width: 57px;
    height: 77px;
    background: #FAB702;
    line-height: 77px;
    text-align: center;
    position: absolute;
    color: #fff;
    top: 0;
}

.blog-section .blog-content-item .date h2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin: 0px;
    line-height: 40px;
}

.blog-section .blog-content-item .date h4 {
    font-size: 18px;
    color: #fff;
    margin: 0px;
}

@media screen and (max-width: 320px) {
    .blog-section .blog-content-item .date {
        width: 47px;
        height: 59px;
        line-height: 59px;
    }
    .blog-section .blog-content-item .date h2 {
        font-size: 18px;
    }
    .blog-section .blog-content-item .date h4 {
        font-size: 14px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .blog-section .blog-content-item .date {
        width: 47px;
        height: 59px;
        line-height: 59px;
    }
    .blog-section .blog-content-item .date h2 {
        font-size: 18px;
    }
    .blog-section .blog-content-item .date h4 {
        font-size: 14px;
    }
}


/*Blog sidebar*/

.blog-section .blog-sidebar {
    margin-top: 50px;
}

.blog-section .blog-sidebar form {
    border-bottom: 1px solid #DDE4E8;
    float: left;
    width: 100%;
    height: 30px;
    padding-left: 10px
}

.blog-section .blog-sidebar form input {
    border: 0px solid;
    min-width: 90%;
}

.blog-section .blog-sidebar form button {
    float: right;
    background: transparent;
    border: none;
}

.blog-section .blog-sidebar .latest-post-section {
    margin-top: 106px;
}

.blog-section .blog-sidebar .latest-post-section h4 {
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: bold;
}

.latest-item-left img {
    width: 80px;
    height: 80px;
}

@media screen and (max-width: 320px) {
    .blog-section .blog-sidebar .latest-post-section h4 {
        font-size: 13px;
    }
}

.blog-section .blog-sidebar .latest-post-item {
    display: flex;
    margin-bottom: 30px;
}

.blog-section .blog-sidebar .latest-post-item .latest-item-right h4 {
    margin: 0px;
    margin-top: 10px;
}

.blog-section .blog-sidebar .latest-post-item .latest-item-right h4 a {
    color: #111F29;
    text-decoration: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

.blog-section .blog-sidebar .latest-post-item .latest-item-right p {
    color: #6E767C
}

@media screen and (max-width: 320px) {
    .blog-section .blog-sidebar .latest-post-item .latest-item-right h4 a {
        font-size: 13px;
    }
}

.blog-section .blog-sidebar .latest-post-item .latest-item-left {
    width: 25%;
    padding: 0px;
}

.blog-section .blog-sidebar .latest-post-item .latest-item-right {
    width: 75%;
    padding-left: 12px
}

.blog-section .blog-sidebar .archive-section {
    margin-top: 60px;
}

.blog-section .blog-sidebar .archive-section h4 {
    margin-bottom: 45px;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 320px) {
    .blog-section .blog-sidebar .archive-section h4,
    .blog-section .blog-sidebar .tag-section h4 {
        font-size: 13px !important;
    }
}

.blog-section .blog-sidebar .archive-items ul {
    list-style: none;
    padding-left: 25px;
    margin: 0px;
}

.blog-section .blog-sidebar .archive-items ul li {
    line-height: 30px;
}

.blog-section .blog-sidebar .archive-items ul li a {
    color: #5E6D77;
    font-size: 14px;
    margin-left: 15px;
}

.blog-section .blog-sidebar .archive-items ul li a:hover {
    color: #000;
    text-decoration: none;
}

@media screen and (max-width: 320px) {
    .blog-section .blog-sidebar .archive-items ul li a {
        font-size: 11px;
    }
}

.blog-section .blog-sidebar .tag-section {
    margin-top: 70px;
}

.blog-section .blog-sidebar .tag-section h4 {
    margin-bottom: 45px;
    font-size: 18px;
    font-weight: bold;
}

.blog-section .blog-sidebar .tag-section .tag-item a {
    border: 1px solid #D3DCE1;
    color: #5E6D77;
    border-radius: 0px;
    padding: 14px;
    margin: 3px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif
}

.blog-section .blog-sidebar .tag-section .tag-item a:hover {
    background: #5E6D77;
    color: #fff;
}

.blog-single blockquote {
    padding-left: 32px;
    display: flex;
    font-size: 16px;
    font-style: italic;
    color: #5E6D77;
    border: none;
}

.blog-single blockquote i {
    width: 46px;
    font-size: 24px;
}

.blog-single blockquote span h4 {
    float: right;
    font-size: 18px;
    color: #000 !important;
    font-weight: bold;
    margin-top: 34px;
}

.blog-single blockquote span h4 span {
    color: #ABB3B8 !important;
    font-weight: normal;
}

.blog-section .social-items span {
    float: left;
    font-weight: bold;
    color: #27343D;
    font-family: 'Roboto', sans-serif;
}

.blog-section .social-items ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
    margin-left: 17px;
}

@media screen and (max-width: 320px) {
    .blog-section .social-items ul {
        margin-left: 0px;
        margin-top: 10px;
    }
    .blog-section .blog-content-item blockquote h4 span {
        font-size: 12px;
        width: 100%;
        float: left;
    }
    .blog-section .blog-content-item h2 a {
        font-size: 13px;
    }
}

.blog-section .social-items ul li {
    display: inline;
}

.blog-section .social-items ul li a i {
    color: #5E6D77;
    font-size: 14px;
}

.blog-section .social-items ul li a {
    width: 25px;
    text-align: center;
    float: left;
}

.social-items {
    padding: 0px;
}

.commenter-img {
    padding: 0px
}

.commenter-comment {
    padding: 0px;
}

@media screen and (max-width: 992px) {
    .commenter-comment {
        margin-top: 30px
    }
}

.commenter-comment h4 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #111F29
}

.commenter-comment p {
    margin-top: 22px;
    font-size: 14px;
    color: #5E6D77
}

.commenter-comment p a {
    color: #5E6D77;
    font-size: 14px;
    margin-left: 22px;
    text-decoration: none;
}

.commenter-comment p a:hover {
    color: #FAB702
}

.commenter-comment .date a span {
    color: #5E6D77;
    font-size: 14px;
    margin-right: 15px;
}

.comment-section {
    margin-top: 90px;
}

.comment-section h4 {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif
}

.comment-section .comment-item img {
    width: 60px;
    height: 60px;
    border-radius: 40px;
}

.comment-section .comment-item {
    padding-bottom: 25px;
    margin-top: 25px;
    margin-bottom: 21px;
    border-bottom: 1px solid #D3DCE1;
    float: left;
}

.comment-item:last-child {
    border-bottom: none;
}

@media screen and (max-width: 320px) {
    .comment-section h4 {
        font-size: 12px;
        font-weight: bold;
        font-family: 'Roboto', sans-serif;
        margin-top: 21px;
    }
    .commenter-comment p {
        margin-top: 22px;
        font-size: 11px;
        color: #5E6D77;
        line-height: 20px;
    }
}

.form-left-part {
    padding: 0px
}

.form-left-part input {
    width: 100%;
    min-height: 39px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    margin-top: 30px;
    border-bottom: 1px solid #D3DCE1;
}

.form-right-part {
    min-height: 180px;
}

.form-right-part textarea {
    width: 100%;
    min-height: 180px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid #D3DCE1;
    margin-top: 27px;
}

.comment-form-section form .btn-submit {
    min-width: 217px;
    min-height: 50px;
    padding: 0px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #0C253C;
    font-weight: bold;
    float: left;
    border: none;
    border-radius: 0px;
    margin-top: 30px;
}

.comment-form-section form .btn-submit:hover {
    color: #FAB702
}

.comment-form-section form .btn-submit i {
    margin-left: 20px
}

@media screen and (max-width: 320px) {
    .comment-form-section form .btn-submit i {
        display: none;
    }
    .comment-form-section form .btn-submit {
        min-width: 150px;
        min-height: 40px;
        padding: 0px;
        line-height: 40px;
        margin-top: 30px;
        font-size: 11px;
    }
    .blog-section .blog-sidebar .latest-post-item .latest-item-right {
        margin-left: 12px;
    }
    .blog-single blockquote {
        padding-left: 0px;
        font-size: 13px;
    }
}

@media (min-width: 448px) and (max-width: 992px) {
    .blog-section .blog-sidebar .latest-post-section {
        margin-top: 60px;
    }
    .blog-section .blog-sidebar .tag-section {
        margin-top: 9px;
    }
}

@media screen and (max-width: 320px) {
    .blog-section .blog-sidebar .latest-post-item .latest-item-left {
        width: 58%;
    }
    .blog-section .blog-sidebar .latest-post-item .latest-item-right h4 a {
        font-size: 14px;
    }
    .blog-section .blog-sidebar .latest-post-item .latest-item-right p {
        color: #6E767C;
        font-size: 10px;
    }
}

@media screen and (max-width: 400px) {
        .quienes-somos .about-section .about-caption h2 {
        font-family: 'Oswald', sans-serif;
        margin-top: 0px;
        font-size: 25px !important;
    }
               .project-section h2 {
    font-family: 'Oswald', sans-serif;
    text-align: left;
    margin-bottom: 15px;
    color: #5E6D77;
    margin-top: 30px;
    font-size: 25px !important;
}
    .navbar-brand > img {
        display: block;
        margin-top: 0px;
    }

    .blog-list-style .blog-content-item {
        margin: 12px;
    }
}


/*Blog CSS end*/

/*Contact css start*/

.contact-section {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
}

.contacto .contact-section {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}

.contact-section-left {
    background: #F0F5F8;
    min-height: 545px
}

.contact-section-abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

@media screen and (max-width: 500px) {
    .contact-section-abs {
        padding: 0px !important;
    }
}

.contact-section-abs .section-contact-items .section-contact-item {
    margin-top: 60px;
    min-height: 117px;
}

.contact-section-abs .section-contact-items .section-contact-item i {
    height: 95px;
    float: left;
    width: 30px;
    font-size: 24px;
    color: #111F29
}

.contact-section-abs .section-contact-items .section-contact-item h4 {
    font-size: 14px;
    color: #111F29;
    font-weight: bold;
    margin: 0px;
    height: 20px;
    width: 120px;
    float: left;
    margin-left: 12px;
}

.contact-section-abs .section-contact-items .section-contact-item li {
    color: #5E6D77;
    font-size: 14px;
    width: 184px;
    margin-left: -104px;
}

.contact-section-abs .section-contact-items .section-contact-item ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    margin-top: 32px;
    position: relative;
    right: 15px;
}

@media screen and (max-width: 320px) {
    .contact-section-left {
        min-height: auto;
    }
    .contact-section-abs {
        position: initial;
        padding: 0px;
    }
    .contact-section-abs .section-contact-items .section-contact-item li {
        font-size: 10px
    }
    .section-contact-items {
        background: #F0F5F8;
        margin-bottom: 100px
    }
    .contact-section-abs .section-contact-items .section-contact-item i {
        height: 20px;
        width: 100%;
        text-align: center;
    }
    .contact-section-abs .section-contact-items .section-contact-item h4 {
        height: 22px;
        width: 100%;
        text-align: center;
        margin-top: 22px;
        margin-left: 0px;
    }
    .contact-section-abs .section-contact-items .section-contact-item ul {
        width: 100%;
        text-align: center;
        right: 0;
        margin-top: 10px
    }
    .contact-section-abs .section-contact-items .section-contact-item li {
        width: 100%;
        text-align: center;
    }
    .section-contact-form {
        padding: 0px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .contact-section-left {
        min-height: auto;
    }
    .contact-section-abs {
        position: initial;
    }
    .section-contact-items {
        background: #F0F5F8;
        margin-bottom: 100px
    }
    .contact-section-abs .section-contact-items .section-contact-item i {
        height: 20px;
        width: 100%;
        text-align: center;
    }
    .contact-section-abs .section-contact-items .section-contact-item h4 {
        height: 20px;
        height: 22px;
        width: 100%;
        text-align: center;
        margin-top: 22px;
        margin-left: 0px;
    }
    .contact-section-abs .section-contact-items .section-contact-item ul {
        width: 100%;
        text-align: center;
        right: 0;
        margin-top: 10px
    }
    .contact-section-abs .section-contact-items .section-contact-item li {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .contact-section-left {
        min-height: auto;
    }
    .contact-section-abs {
        position: initial;
    }
    .section-contact-items {
        background: #F0F5F8;
        margin-bottom: 100px
    }
    .contact-section-abs .section-contact-items .section-contact-item i {
        height: 20px;
        width: 100%;
        text-align: center;
    }
    .contact-section-abs .section-contact-items .section-contact-item h4 {
        height: 22px;
        width: 100%;
        text-align: center;
        margin-top: 22px;
        margin-left: 0px;
    }
    .contact-section-abs .section-contact-items .section-contact-item ul {
        width: 100%;
        text-align: center;
        right: 0;
        margin-top: 10px
    }
    .contact-section-abs .section-contact-items .section-contact-item li {
        width: 100%;
        text-align: center;
    }
}

@media (min-width: 480px) and (max-width: 992px) {

    .contact-section-abs .section-contact-items .section-contact-item li {
        margin-left: 0px;
    }
    .contact-section-left {
        min-height: auto;
    }
    .contact-section-abs {
        position: initial;
    }
    .section-contact-items {
        background: #F0F5F8;
        margin-bottom: 100px
    }
    .contact-section-abs .section-contact-items .section-contact-item i {
        height: 20px;
        width: 100%;
        text-align: center;
    }
    .contact-section-abs .section-contact-items .section-contact-item h4 {
        height: 22px;
        width: 100%;
        text-align: center;
        margin-top: 22px;
        margin-left: 0px;
    }
    .contact-section-abs .section-contact-items .section-contact-item ul {
        width: 100%;
        text-align: center;
        right: 0;
        margin-top: 10px
    }
    .contact-section-abs .section-contact-items .section-contact-item li {
        width: 100%;
        text-align: center;
    }
}

.section-contact-form h4 {
    font-size: 18px;
    font-weight: bold;
    color: #091C2E;
    margin: 0px;
}

@media screen and (max-width: 320px) {
    .section-contact-form h4 {
        margin-left: 15px
    }
}

.section-contact-form form input {
    min-width: 100%;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #F3F6F7;
    padding: 16px;
    padding-top: 14px;
    margin-top: 17px;
}

.section-contact-form form textarea {
    min-width: 100%;
    min-height: 150px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 1px solid #F3F6F7;
    padding-left: 18px;
    padding-top: 21px;
}

.section-contact-form a {
    width: 217px;
    height: 50px;
    padding: 0px;
    float: left;
    background: #0C253C;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 0px;
    margin-top: 47px;
}

.section-contact-form button {
    width: 217px;
    height: 50px;
    padding: 0px;
    float: left;
    background: #0C253C;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 0px;
    margin-top: 47px;
}

.section-contact-form a:hover {
    background: #003c55;
    color: white;
}

.section-contact-form button:hover {
    background: #003c55;
    color: white;
}

.section-contact-form a span {
    width: 170px;
    height: 50px;
    padding: 0px;
    float: left;
    border-right: 1px solid #091C2E;
    text-align: center;
    line-height: 50px;
}

.section-contact-form button span {
    width: 170px;
    height: 50px;
    padding: 0px;
    float: left;
    border-right: 1px solid #091C2E;
    text-align: center;
    line-height: 50px;
}

.section-contact-form a i {
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    width: 44px;
}

.section-contact-form button i {
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    width: 44px;
}

@media screen and (max-width: 320px) {
    .section-contact-form a i {
        display: none;
    }
    .section-contact-form a span {
        width: 170px;
        height: 50px;
        padding: 0px;
        float: left;
        border-right: 1px solid #091C2E;
        text-align: center;
        line-height: 50px;
    }
    .section-contact-form a {
        width: 170px;
        height: 50px;
    }
}


/*Contact css end*/

/*Contact classic css*/

.contact-classic-section {
    margin-top: 89px;
    margin-bottom: 70px;
}

.contact-classic-section h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    margin-bottom: 25px;
}

.contact-classic-section p {
    text-align: justify;
    color: #6E767C
}

.contact-classic-map {
    margin-bottom: 100px;
}

.contact-classic-section .contact-items .contact-item i {
    float: left;
    font-size: 24px;
    color: #111F29;
    height: 39px;
    line-height: 39px;
}

.contact-classic-section .contact-items .contact-item h4 {
    font-size: 14px;
    color: #111F29;
    font-weight: bold;
    margin: 0px;
    line-height: 39px;
    height: 39px;
    float: left;
    margin-left: 12px;
}

.contact-classic-section .contact-items .contact-item p {
    float: left;
    font-size: 12px;
    margin: 0px;
    padding: 14px;
}


/* section map css*/

.section-map {
    padding: 0px;
}

.section-map iframe {
    position: relative;
    top: 7px;
}

.contact-classic-section .contact-items .contact-item {
    padding: 0px;
}

.contact-classic-section .contact-items .contact-item:nth-child(1) p {
    padding-left: 0px
}

.contact-classic-section .contact-items .contact-item:nth-child(2) p {
    padding-left: 0px
}

@media screen and (max-width: 768px) {
    .contact-classic-section .contact-items .contact-item:nth-child(2) p {
        padding-left: 0px;
        margin-left: 0px !important;
        padding: 0px;
        margin-left: 30px;
        width: 100%;
        text-align: left;
        height: auto;
        line-height: 36px;
    }
    .contact-classic-section .contact-items .contact-item:nth-child(1) p {
        padding-left: 0px;
        margin-left: 0px !important;
        padding: 0px;
        margin-left: 30px;
        height: auto;
        width: 100%;
        text-align: left;
        line-height: 36px;
    }
    .contact-classic-section .contact-items .contact-item:nth-child(3) p {
        padding-left: 0px;
        margin-left: 0px !important;
        padding: 0px;
        margin-left: 30px;
        height: auto;
        width: 100%;
        text-align: left;
        line-height: 36px;
    }
}


/*About section css*/

.about-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.clientes .about-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.about-section .about-caption {
    text-align: left;
}

.about-section .about-caption h2 {
    font-family: 'Oswald', sans-serif;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0px;
    color: #195C77;
}

.about-section .about-caption h2 span {
    color: #195C78;
    padding: 0px;
}

.about-section .about-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 416px;
    text-align: left;
    margin-top: 0px;
}

.about-section .about-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 6px;
    margin-right: 10px
}

.about-section .social-item a i {
    font-size: 14px;
    color: #091C2E
}

.about-section .social-item a {
    width: 24px;
    float: left;
    text-align: left;
    height: 24px;
    text-align: xe;
    text-align: center;
    line-height: 24px;
    border-radius: 20px;
    margin-right: 14px;
}

.about-description .social-item {
    margin-top: 26px;
}

@media screen and (max-width:450px) {
    .btn-email {
        float: none;
        margin: auto;
        min-width: 555px;
        margin-top: 15px !important;
    }
    .quienes-somos .newsletter-section {
        text-align: left;
        background: #e9eef2;
        min-height: 450px;
        height: auto;
        padding-left: 30px;
    }
    .about-section .about-caption h4 {
        font-size: 14px;
        max-width: 84%;
        text-align: center;
    }
    .about-section .about-caption h2 {
        font-size: 25px;
    }
}

.about-section .social-item a:hover {
    background: #FAB702;
    width: 24px;
    float: left;
    text-align: left;
    height: 24px;
    text-align: xe;
    text-align: center;
    line-height: 24px;
    border-radius: 20px;
    margin-right: 14px;
}

.about-section .social-item a:hover i {
    color: #fff;
}

.about-section .working-skill .col-md-2 {
    padding: 0px;
}

.about-section .working-skill h4 {
    font-size: 14px;
    color: #5E6D77;
    margin: 0px;
}

.about-section .upper-part {
    margin-bottom: 0px;
}

.about-section .upper-part p {
    text-align: justify;
    line-height: 27px;
    color: #5E6D77
}

.about-section b {
    color: #195C77;
} 

.about-section h3 {
    font-size: 18px;
    color: #0C253C;
    font-weight: bold;
    padding-left: 12px;
    margin-bottom: 53px;
}

.about-section .working-skill .progress {
    max-width: 76%;
    background: #D3DCE1;
    height: 10px;
    border-radius: 0px;
    box-shadow: unset;
}

.about-section .working-skill .progress-bar {
    background: #FAB702;
    box-shadow: unset;
}

@media screen and (max-width: 430px) {
        .quienes-somos .about-section .about-caption h2 {
        font-family: 'Oswald', sans-serif;
        margin-top: 0px;
        font-size: 28px;
    }
           .project-section h2 {
    font-family: 'Oswald', sans-serif;
    text-align: left;
    margin-bottom: 15px;
    color: #5E6D77;
    margin-top: 30px;
    font-size: 28px !important;
}
    .about-section .upper-part p {
        font-size: 12px;
        line-height: 25px;
    }
    .about-section .upper-part {
        margin-bottom: 21px;
    }
    .about-section h3 {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.about-feature-section .about-caption {
    margin-bottom: 0px;
}

.about-feature-section {
    padding-bottom: 100px;
}

.about-feature-section .about-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 44px;
    margin-top: 0px;
}

.about-feature-section .about-caption h2 span {
    color: #FAB702;
}

.about-feature-section .about-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 332px;
    margin: 0px auto;
    font-weight: normal;
    position: relative;
    top: 0px;
    bottom: 14px;
    margin-bottom: 12px;
}

.about-feature-section .about-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 6px;
    margin-right: 10px
}

@media screen and (max-width: 320px) {
    .about-feature-section .about-caption {
        width: 100%;
        float: left;
        height: 100px;
    }
    .about-feature-section .about-caption h4 {
        min-width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
    }
    .about-feature-section .about-caption h2 {
        width: 100%;
        float: left;
        font-size: 18px;
    }
    .about-img img {
        width: 100%;
    }
    .working-skill-bar {
        padding: 0px;
        margin-top: 20px
    }
    .feature-section p {
        max-width: 302px;
        float: left;
        position: relative;
        margin-left: 20px;
        font-size: 11px;
        color: #5E6D77;
        font-family: 'Roboto', sans-serif;
        text-align: justify;
        line-height: 20px;
        margin-top: 17px;
    }
    .feature-section h4 {
        margin-top: 0px;
        margin-left: 20px;
    }
    .fun-fact-item .timer {
        float: left;
        width: 100%;
        font-size: 18px;
    }
    .fun-fact-item span {
        float: left;
        width: 100%;
        margin-left: 0px;
        margin-top: 18px;
        font-size: 11px;
    }
    .about-section .about-description {
        margin-top: 20px
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .about-feature-section .about-caption {
        width: 100%;
        float: left;
        height: 100px;
    }
    .about-feature-section .about-caption h2 {
        width: 100%;
        float: left;
    }
    .about-feature-section .about-caption h4 {
        min-width: 100%;
        float: left;
        text-align: center;
    }
    .about-img img {
        width: 100%;
    }
    .about-img img {
        width: 95%;
    }
    .about-img-mobile {
        width: 95%;
    }
    .working-skill-bar {
        padding: 0px;
        margin-top: 20px
    }
    .feature-section p {
        max-width: 302px;
        float: left;
        position: relative;
        margin-left: 85px;
        font-size: 14px;
        color: #5E6D77;
        font-family: 'Roboto', sans-serif;
        text-align: justify;
    }
    .feature-section h4 {
        margin-top: 0px;
        margin-left: 20px;
    }
    .fun-fact-item .timer {
        float: left;
        width: 100%;
        font-size: 18px;
    }
    .fun-fact-item span {
        float: left;
        width: 100%;
        margin-left: 0px;
        margin-top: 18px;
        font-size: 11px;
    }
    .about-section .about-description {
        margin-top: 10px
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .about-feature-section .about-caption {
        width: 100%;
        float: left;
        height: 100px;
    }
    .about-feature-section .about-caption h2 {
        width: 100%;
        float: left;
    }
    .about-feature-section .about-caption h4 {
        min-width: 100%;
        float: left;
        text-align: center;
    }
    .about-img img {
        width: 100%;
    }
    .working-skill-bar {
        padding: 0px;
        margin-top: 20px
    }
    .feature-section p {
        max-width: 302px;
        float: left;
        position: relative;
        margin-left: 85px;
        font-size: 14px;
        color: #5E6D77;
        font-family: 'Roboto', sans-serif;
        text-align: justify;
    }
    .feature-section h4 {
        margin-top: 0px;
        margin-left: 20px;
    }
    .fun-fact-item .timer {
        float: left;
        width: 100%;
        font-size: 18px;
    }
    .fun-fact-item span {
        float: left;
        width: 100%;
        margin-left: 0px;
        margin-top: 18px;
        font-size: 11px;
    }
}

@media (min-width: 480px) and (max-width: 992px) {
    .about-feature-section .about-caption {
        width: 100%;
        float: left;
        height: 100px;
    }
    .about-feature-section .about-caption h4 {
        min-width: 100%;
        float: left;
        text-align: center;
    }
    .about-feature-section .about-caption h2 {
        width: 100%;
        float: left;
    }
    .about-img img {
        width: 100%;
    }
    .working-skill-bar {
        padding: 0px;
        margin-top: 20px
    }
    .feature-section p {
        max-width: 302px;
        float: left;
        position: relative;
        margin-left: 85px;
        font-size: 14px;
        color: #5E6D77;
        font-family: 'Roboto', sans-serif;
        text-align: justify;
    }
    .feature-section h4 {
        margin-top: 0px;
        margin-left: 20px;
    }
    .fun-fact-item i {
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 30px;
    }
    .fun-fact-item .timer {
        float: left;
        width: 100%;
        font-size: 18px;
    }
    .fun-fact-item span {
        float: left;
        width: 100%;
        margin-left: 0px;
        margin-top: 18px;
        font-size: 11px;
    }
    .about-section .about-description {
        margin-top: 10px
    }
}


/*Team section css*/

.team-section {
    padding-bottom: 100px;
}

.team-section .team-caption {
    text-align: center;
    margin-top: 100px;
}

.team-section .team-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 70px;
    font-size: 24px;
}

.team-section .team-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.team-section .team-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 282px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif
}

.team-section .team-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 7px;
    margin-right: 10px;
    margin-left: 30px;
}

.team-section h3 {
    color: #0C253C;
    font-size: 18px;
}

.team-section {
    text-align: center;
}

.team-section [class*=" imghvr-"],
.team-section [class^="imghvr-"] {
    background-color: transparent;
}

.team-section [class*=" imghvr-reveal-"]::before,
.team-section [class^="imghvr-reveal-"]::before {
    background-color: transparent;
}

.team-section [class*=" imghvr-"] figcaption,
.team-section [class^="imghvr-"] figcaption {
    top: 64%;
    padding: 9px;
}

.team-section figure:hover img {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.team-section [class*=" imghvr-"] a,
.team-section [class^="imghvr-"] a {
    position: relative;
}

.team-section h3 span {
    font-weight: bold
}

.team-section .team-item .social-icons-items a i {
    font-size: 14px;
    color: #0C253C;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 18px;
}

.team-section .team-item img {
    border-bottom: 10px solid #FAB702
}

.team-section .team-item .social-icons-items a:hover i {
    background: #FAB702;
    color: #fff;
}


/* Client logo css start*/

.clientLogo-section {
    background: #111F29
}

.clientLogo-section ul {
    list-style: none;
    margin: 0px;
    padding: 0px
}

.clientLogo-section ul li {
    position: relative;
    float: left;
    min-height: 200px;
}

@media screen and (max-width: 991px) {
    .btn-email {
        float: none;
        margin: auto;
        min-width: 555px;
    }

    .clientLogo-section ul {
        text-align: center;
    }
    .clientLogo-section ul li {
        min-height: 141px;
        float: none;
        display: inline-flex;
        width: 173px
    }
}

.clientLogo-section ul li img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
}

.clientLogo-section ul li img:hover {
    filter: brightness(3);
    -webkit-filter: brightness(3);
    cursor: pointer;
    transition: .2s all ease;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease
}

@media screen and (max-width: 320px) {
    .clientLogo-section ul li {
        min-height: 141px;
        width: 100%;
    }
    .clientLogo-section ul li img {
        width: 92px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .clientLogo-section ul li {
        min-height: 141px;
    }
    .clientLogo-section ul li img {
        width: 92px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .clientLogo-section ul li {
        min-height: 141px;
    }
    .clientLogo-section ul li img {
        width: 92px;
    }
}

@media (min-width: 480px) and (max-width: 992px) {
    .clientLogo-section ul li {
        min-height: 141px;
        width: 173px
    }
    .clientLogo-section ul li img {
        width: 92px;
    }
}


/* Client logo css end*/

/*Sign up section css*/

.signup-container .signup-overlay {
    height: 900px
}

.signup-container {
    height: 900px
}

.signup-overlay {
    background: url('../images/login-bg.jpg');
    height: 600px;
    z-index: 0;
    position: relative;
    top: 0;
    background-size: cover;
    background-position: center;
}

.signup-section-wrapper {
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-position: center;
    background-size: cover;
    background: transparent;
    position: relative;
}

.signup-section {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin: auto;
    left: 0;
    right: 0;
}

.signup-section fieldset {
    color: #5E6D77
}

.signup-item h3 {
    font-size: 18px;
    color: #131E24;
    font-weight: bold;
    margin-bottom: 45px;
    margin-top: 33px;
}

.signup-section fieldset label {
    color: #5E6D77
}

.signup-section form .month,
.signup-section form .date,
.signup-section form .year {
    color: #5E6D77;
}

.signup-section fieldset legend {
    width: 97%;
    margin: 8px;
    margin-bottom: 15px;
    color: #5E6D77
}

.signup-item {
    max-width: 43%;
    padding: 50px;
    margin: auto;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    border-radius: 4px;
    padding-bottom: 80px;
    box-shadow: 0px 0px 20px 0px #5E6D77;
}

@media screen and (max-width: 448px) {
    .signup-item {
        padding: 10px !important;
        height: 400px;
    }
    .signup-section {
        padding: 0px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .signup-item {
        max-width: 52%
    }
    .newsletter-section .email {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1200px) {
    
  .home .project-section h2 {

       
    margin-top: 20px;
}
    .navbar-brand > img {
        display: block;
        margin-top: 5px !important;
        height: 66px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .signup-item {
        max-width: 65%
    }
}

@media (min-width: 600px) and (max-width: 768px) {
    .signup-item {
        max-width: 82%
    }
}
@media (min-width: 401px) and (max-width: 480px) { 
    .carousel-caption {
        top:45% !important;
    }
}

@media screen and (max-width: 600px) {

    .carousel-caption {
        top: 55%;
        bottom: 0;
        padding: 0px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 10%;
        left: 10%;
        padding-bottom: 30px;
    }
    .home .carousel-caption h1 {
        color: #fff;
        font-size: 45px;
        font-family: 'Oswald', sans-serif;
        line-height: 52px;
        text-shadow: unset;
    }


    .signup-item {
        max-width: 100% !important;
        width: 100%;
    }
    .signup-item .signup {
        float: left !important;
    }
    .signup-section {
        padding: 0px !important;
    }
    .signup-item button {
        width: 100px !important;
        float: right;
    }
    .signup-item-wrapper {
        height: 800px !important;
    }
}

@media screen and (max-width: 420px) {
    .signup-item {
        padding: 28px;
    }
}

.login-section label {
    color: #5E6D77;
    font-size: 14px;
    text-transform: uppercase;
}

.login-section .signup-item {
    max-width: 62%;
    padding: 21px;
    margin: auto;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    min-width: 33%;
}

.signup-item input {
    min-height: 54px;
    border-radius: 4px;
    font-family: 'fontAwesome';
    font-size: 18px;
}

.form-control:focus {
    box-shadow: unset;
}

.signup-item .form-check-input {
    min-height: 13px;
}

.form-check-input[type="checkbox"] {
    width: 11px;
    height: 11px;
    border: 1px solid #808080;
    background: #FFF;
}

.checkboxFive {
    width: auto;
    margin: 0px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.checkboxFive span {
    margin-left: 10px;
    height: 20px;
    position: relative;
    top: -6px;
}

.checkboxFive label {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
}

.checkboxFive label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 6px;
    left: 7px;
    border: 3px solid #FAB702;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


/**
 * Create the hover event of the tick
 */

.checkboxFive label:hover::after {
    opacity: 0.5;
}


/**
 * Create the checkbox state for the tick
 */

.checkboxFive input[type=checkbox]:checked + label:after {
    opacity: 1;
}

#checkboxFiveInput {
    min-height: 17px;
    margin-right: 14px
}

.form-check-label {
    font-size: 14px;
}

.signup-item button {
    width: 200px;
    min-height: 50px;
    border-radius: 0px;
    border: none;
    background: #F9C502;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 37px;
}

.signup-item .signup {
    color: #000;
    text-decoration: none;
    float: right;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
}

.signup-item button:hover {
    background: #131E24
}

.signup-item .signup:hover {
    color: #959595;
}


/* Footer */

#footer ul {
    padding-left: 0px;
    position: relative;
}

#footer ul.menu-footer {
    width: 40%;
    float: left;
}

#footer p {
    font-size: 14px;
}

#footer ul li {
    list-style-type: none !important;
}

#footer ul li a {
    line-height: 30px !important;
    font-size: 14px !important;
    font-family: 'Oswald', sans-serif !important;
    color: #fff !important;
}

#footer ul li a:hover {
    text-decoration: none !important;
}

#footer {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 100px;
    padding: 100px 0 0px;
    background-image: url('../images/FOOTER-DESKTOP.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

@media screen and (max-width: 908px) {
    #footer .col-md-3 {
        margin-top: 50px;
    }
}

#footer h4 {
    text-transform: uppercase;
}

#footer .col-md-3:nth-child(3) {
    padding-left: 47px;
}

@media screen and (max-width: 1000px) {

    .sub-caption-sec .subs-caption {
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
        right: 0;
    }


    .fun-fact-item.counters {
        display: none !important;
    }


    #footer .col-md-3:nth-child(3) {
        padding-left: 0px;
    }
}

#footer h4 {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0px;
}

.footer-about a img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.footer-list {
    padding: 0;
    list-style: none;
}

.footer-list li {
    padding: 6px 2px;
}

.footer-list li .popular-post {
    padding: 6px 2px;
}

.footer-list li a {
    color: #8fa1b3;
}

.footer-list li a:hover {
    color: #eee;
    text-decoration: none;
}

.footer-list li i {
    color: #fff;
    font-size: 14px;
    margin-right: 20px
}

.footer-list li span {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 90%;
    float: right;
}

.crandi {
    width: 64px;
    height: 12px;
    background: url(http://www.crandi.com/commonweb/crandi-footer.png) no-repeat 0 0;
    display: inline-block;
    margin-top: 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.crandi:hover,
.crandi:active,
.crandi:focus {
    background-position: bottom;
    opacity: 1;
}

/*
.container-fluid.footer-bottom-section.text-center strong {
    color: white;
}
*/

.popular-post li i {
    color: #8EA1AE;
    font-size: 14px;
}


/* footer info */

.footer-info {
    position: absolute;
    top: -110px;
    left: 15px;
    z-index: 10;
    padding: 10px 20px;
    background: #4ca6ff;
    border-radius: 0px;
}

.footer-info:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -10px;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000000;
    border-left: 5px solid #000000;
    display: block;
    pointer-events: none;
}

.footer-info span {
    color: #ffffff;
}


/* ----------------------------------------------------------------------
   6. Social Icons
---------------------------------------------------------------------- */

#footer .social-icons {
    float: left;
    list-style: none;
    font-size: 13px;
    line-height: 13px;
    padding: 0;
    margin: 0;
}

#footer .social-icons > li {
    display: inline-block;
    vertical-align: middle;
}

#footer .social-icons > li a {
    display: table;
    text-decoration: none;
    margin-left: 2px;
}

#footer .social-icons > li a i {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    line-height: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid transparent;
    width: 25px;
    height: 25px;
    color: #ffffff;
    background: transparent;
    text-shadow: none;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#footer .social-icons > li a i:hover {
    border: 1px solid transparent;
    color: #ffffff;
    background: #4ca6ff;
}


/* content social */

#footer .social-icons > li a i {
    border: 1px solid #748da6;
    color: #748da6;
    background: #ffffff;
}

#footer .social-icons > li a i:hover {
    border: 1px solid #748da6;
    color: #ffffff;
    background: #4ca6ff;
}


/* footer social */

#footer .social-icons {
    margin-top: 20px;
}

#footer .social-icons > li a {
    margin-left: 0px;
    margin-right: 2px;
}

#footer .social-icons > li a i {
    color: #404040!important;
    background: #fff!important;
    font-size: 18px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    border-radius: 30px;
}

#footer .social-icons > li a i.fa-twitter {
    background: #79dbff;
}

#footer .social-icons > li a i.fa-twitter-square {
    background: #79dbff;
}

#footer .social-icons > li a i.fa-facebook {
    background: #6795ed;
}

#footer .social-icons > li a i.fa-facebook-square {
    background: #6795ed;
}

#footer .social-icons > li a i.fa-flickr {
    background: #f56ab2;
}

#footer .social-icons > li a i.fa-rss {
    background: #ffaf44;
}

#footer .social-icons > li a i.fa-pinterest {
    background: #9b191e;
}

#footer .social-icons > li a i.fa-pinterest-square {
    background: #9b191e;
}

#footer .social-icons > li a i.fa-skype {
    background: #ffaf44;
}

#footer .social-icons > li a i.fa-dribbble {
    background: #f665a6;
}

#footer .social-icons > li a i.fa-instagram {
    background: #9c7255;
}

#footer .social-icons > li a i.fa-vimeo-square {
    background: #45bcff;
}

#footer .social-icons > li a i.fa-dropbox {
    background: #7dbce4;
}

#footer .social-icons > li a i.fa-linkedin {
    background: #017fb1;
}

#footer .social-icons > li a i.fa-linkedin-square {
    background: #017fb1;
}

#footer .social-icons > li a i.fa-youtube {
    background: #db3b3a;
}

#footer .social-icons > li a i.fa-youtube-play {
    background: #db3b3a;
}

#footer .social-icons > li a i.fa-youtube-square {
    background: #db3b3a;
}

#footer .social-icons > li a i:hover {
    border: 1px solid transparent;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}

.footer-bottom-section {
    min-height: 60px;
    margin-top: 40px;
}

.footer-bottom-section p {
    color: #fff;
    line-height: 60px;
}

.footer-bottom-section p span {
    color: #FAB702;
}


/* ----------------------------------------------------------------------
   7. Flickr Feed
---------------------------------------------------------------------- */

/* Flickr */

.flickr-thumbs {
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding-top: 6px;
}

.flickr-thumbs img {
    width: 77px;
    height: 77px;
}

.flickr-thumbs li {
    width: auto;
    height: 70px;
    list-style: none;
    float: left;
    margin: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    overflow: hidden;
}

.flickr-thumbs li a i {
    text-align: center;
    float: none;
    display: inherit;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 28%;
    right: 0;
    border: 1px solid;
    display: inline-block;
    width: 31px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    color: #fff;
}


/* Footer Center */

.footer-center {
    padding: 30px 0 30px;
}

@media (max-width: 767px) {
    .clientes .about-section {
    margin-top: 20px;
    margin-bottom: 20px;
}
    .container {
        padding: 15px 30px;
    }

    .home .sub-caption-sec .subs-caption {
        position: absolute;
        top: 58%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0;
        right: 0;
    }


    .footer-center {
        padding: 30px 0 10px;
    }
    .project-section h2 {
    font-family: 'Oswald', sans-serif;
    text-align: left;
    margin-bottom: 15px;
    color: #5E6D77;
    margin-top: 30px;
    font-size: 40px;
}
}

[class*=" imghvr-"] figcaption,
[class^="imghvr-"] figcaption {
    background-color: rgba(250, 188, 22, .7);
}

.work-3col [class*=" imghvr-"] figcaption,
.work-3col [class^="imghvr-"] figcaption {
    background-color: transparent;
}


/*preview page css*/

.index-page-banner {
    background: url('../images/preview-banner.jpg');
    min-height: 600px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    position: relative;
    background-position: center;
}

.demo-header {
    margin-top: 8%;
}

.index-page-banner:after {
    content: '';
    width: 100%;
    height: 206px;
    position: absolute;
    bottom: 0;
    background: rgb(250, 183, 27);
    bottom: -100px;
    left: 0px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    z-index: -1;
    display: block;
    border-bottom: 10px solid #FF9900
}

.index-page-banner .banner-text {
    position: absolute;
    top: 30%;
    color: #d1cdcd;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
}

.index-page-banner .banner-text h1 {
    font-size: 57px;
}

.index-page-banner .banner-text h3 {
    font-size: 30px;
}

@media screen and (max-width: 500px) {
    .index-page-banner .banner-text h1 {
        font-size: 26px;
    }
    .index-page-banner .banner-text h3 {
        font-size: 18px;
    }
}

.site-item {
    position: absolute;
    bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, .4);
}

.site-item .counters {
    text-align: center;
}

.site-item .project-number {
    width: 100%;
    float: left;
    color: rgb(234, 105, 66);
    font-size: 36px;
}

.site-item .project-name {
    font-size: 23px;
    color: rgb(234, 105, 66)
}

@media screen and (max-width: 600px) {
    .site-item .project-number {
        font-size: 24px;
    }
    .site-item .project-name {
        font-size: 18px;
    }
}

.demo-section .portfolio-item {
    border-bottom: 1px solid rgba(250, 183, 2, .7);
}

.demo-section .portfolio-item img {
    border: 5px solid #09182B
}

.demo-section .portfolio-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 50px;
    font-size: 46px;
}

.nav-docs li a {
    color: #111F29;
    font-size: 18px;
}

.nav-docs li a:hover {
    color: #FAB702;
    font-size: 18px;
    background: transparent;
}

.document-sec {
    margin-top: 100px;
    margin-bottom: 100px;
}


/*Responsive design*/

@media screen and (max-width: 320px) {
    .portfolio-four-column-section .portfolio-caption h4,
    .service-section .service-caption h4,
    .testimonial-single-slide .testimonial-caption h4,
    .plan-section .plan-caption h4,
    .welcome-section-temp-three .welcome-caption h4,
    .testimonial-section-template-three .testimonial-caption h4,
    .portfolio-two-column .portfolio-caption h4,
    .portfolio-one-column .portfolio-caption h4,
    .portfolio-single-section .portfolio-caption h4,
    .shop-section-middle .shop-caption h4,
    .shop-section-upper-part .shop-caption h4,
    .team-section .team-caption h4 {
        font-size: 13px;
        text-align: center;
    }
    .portfolio-four-column-section .portfolio-caption h2,
    .service-section .service-caption h2,
    .testimonial-single-slide .testimonial-caption h2,
    .plan-section .plan-caption h2,
    .welcome-section-temp-three .welcome-caption h2,
    .testimonial-section-template-three .testimonial-caption h2,
    .portfolio-two-column .portfolio-caption h2,
    .portfolio-one-column .portfolio-caption h2,
    .portfolio-single-section .portfolio-caption h2,
    .shop-section-middle .shop-caption h2,
    .shop-section-upper-part .shop-caption h2,
    .team-section .team-caption h2 {
        font-size: 18px;
    }
    .btn-plan i {
        display: none;
    }
    .btn-plan {
        min-width: 190px;
    }
    .welcome-feature {
        margin-top: 100px;
    }
    .portfolio-two-column .btn-port i,
    .portfolio-masonry-section button i,
    .portfolio-masonry-section-gap button i {
        display: none;
    }
    .portfolio-two-column .btn-port,
    .portfolio-masonry-section button,
    .portfolio-masonry-section-gap button,
    .portfolio-one-column .portfolio-items .btn-portfolio,
    .portfolio-one-column .btn-port {
        width: 166px;
    }
    .portfolio-hover .hover-content i,
    .portfolio-one-column .btn-port i {
        border: 1px solid;
        width: 36px;
        height: 36px;
        line-height: 36px;
        border-radius: 30px;
    }
    .portfolio-hover {
        padding: 0px;
    }
    .portfolio-hover .hover-content h2 {
        font-size: 14px;
    }
    .portfolio-one-column .portfolio-item {
        padding: 0px
    }
    .portfolio-three-column-section {
        padding: 0px
    }
}

.portfolio-three-column-section img {
    width: 100%;
    max-height: 298px;
}

.portfolio-three-column-section .bottom-to-top {
    height: 100%;
}

@media (min-width: 320px) and (max-width: 480px) {
    .portfolio-one-column .portfolio-item {
        padding: 0px;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .portfolio-one-column .portfolio-item {
        padding: 0px;
    }
}


/*portfolio masonry start */

.portfolio-masonry .portfolio-caption {
    text-align: center;
    margin-top: 100px;
}

.portfolio-masonry .portfolio-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 70px;
    font-size: 24px;
}

.portfolio-masonry .portfolio-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 60px;
}

.portfolio-masonry .portfolio-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.portfolio-masonry .portfolio-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 177px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.portfolio-masonry .portfolio-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 7px;
    margin-right: 10px
}

.portfolio-masonry {
    text-align: center;
}

.block-image-gallery {
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #000000;
}

.block-image-gallery:before {
    display: block;
    padding-top: 67%;
    content: '';
}

.block-image-gallery:after {
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    content: '';
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.block-image-gallery .img-full {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: .3s all ease-out
}

.block-image-gallery:hover .img-full {
    transition: .3s all ease-out;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.block-image-gallery .bg-hover {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    background-color: rgba(0, 0, 0, .65);
}

.block-image-gallery .bg-hover-1:before {
    position: absolute;
    z-index: 2;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    transform: scale(0);
    background-color: rgba(248, 183, 2, .8);
}

.block-image-gallery:hover .bg-hover-1:before {
    transform: scale(1.1);
    opacity: 1
}

.block-image-gallery .overlay-1:before {
    position: absolute;
    z-index: 2;
    top: -100%;
    left: 0;
    width: 60%;
    height: 50%;
    content: '';
    -webkit-transition: all .3s ease-in .1s;
    -moz-transition: all .3s ease-in .1s;
    -o-transition: all .3s ease-in .1s;
    transition: all .3s ease-in .1s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .65);
}

.block-image-gallery .overlay-1:after {
    position: absolute;
    z-index: 2;
    top: -100%;
    right: 0;
    width: 40%;
    height: 50%;
    content: '';
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
    transition: all .3s ease-in 0s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .65);
}

.block-image-gallery .overlay-2:before {
    position: absolute;
    z-index: 2;
    top: -50%;
    left: 0;
    width: 40%;
    height: 50%;
    content: '';
    -webkit-transition: all .3s ease-in .3s;
    -moz-transition: all .3s ease-in .3s;
    -o-transition: all .3s ease-in .3s;
    transition: all .3s ease-in .3s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .65);
}

.block-image-gallery .overlay-2:after {
    position: absolute;
    z-index: 2;
    top: -50%;
    right: 0;
    width: 60%;
    height: 50%;
    content: '';
    -webkit-transition: all .3s ease-in .2s;
    -moz-transition: all .3s ease-in .2s;
    -o-transition: all .3s ease-in .2s;
    transition: all .3s ease-in .2s;
    opacity: 0;
    background-color: rgba(0, 0, 0, .65);
}

.block-image-gallery .line-1:before {
    position: absolute;
    z-index: 2;
    top: -50%;
    left: 50%;
    width: 10%;
    height: 50%;
    content: '';
    opacity: 0;
    background-color: rgba(0, 0, 0, .65);
}

.block-image-gallery .line-1:after {
    position: absolute;
    z-index: 2;
    right: 50%;
    bottom: -50%;
    width: 10%;
    height: 50%;
    content: '';
    opacity: 0;
    background-color: rgba(0, 0, 0, .65);
}

.block-image-gallery .line-2:before {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: -50%;
    width: 50%;
    height: 14%;
    content: '';
    opacity: 0;
    background-color: rgba(0, 0, 0, .65);
}

.block-image-gallery .line-2:after {
    position: absolute;
    z-index: 2;
    bottom: 50%;
    left: -50%;
    width: 50%;
    height: 14%;
    content: '';
    opacity: 0;
    background-color: rgba(0, 0, 0, .65);
}

.block-image-gallery .content {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 50%;
    left: 0;
    padding: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
}

.block-image-gallery .content .link {
    font-size: 14px;
    font-style: italic;
    margin: 0;
    width: 100%;
    float: left;
    text-align: center;
    height: 42px;
    cursor: pointer;
    text-transform: capitalize;
    color: #c1cad9;
}

.block-image-gallery .content .link i {
    border: 1px solid #fff;
    width: 30px;
    padding: 8px;
    color: #fff;
    margin-bottom: 18px;
    border-radius: 60px;
}

.block-image-gallery .content .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0;
    padding-right: 40px;
    padding-left: 10px;
    text-transform: uppercase;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 0px;
}

.block-image-gallery .content .title:before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 3px;
    height: 15px;
    content: '';
}

.block-image-gallery .readmore-icons {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: -40px;
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    color: #ffffff;
}

.block-image-gallery .readmore-icons .icons {
    font-size: 18px;
    line-height: 36px;
}

.block-image-gallery:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .2);
}

.block-image-gallery:hover:after {
    width: 100%;
    transition-delay: .5s;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
}

.block-image-gallery:hover .bg-hover {
    visibility: visible;
    opacity: 1;
}

.block-image-gallery:hover .bg-hover-1:before {
    top: 0;
    left: 0;
}

.block-image-gallery:hover .bg-hover-1:after {
    right: 0;
    bottom: 0;
}

.block-image-gallery:hover .bg-hover-2:before {
    bottom: 0;
    left: 0;
}

.block-image-gallery:hover .bg-hover-2:after {
    top: 0;
    right: 0;
}

.block-image-gallery:hover .overlay-1:before {
    top: 0;
    left: 0;
    -webkit-transition: all .3s cubic-bezier(0, .55, 0, .55) .2s;
    -moz-transition: all .3s cubic-bezier(0, .55, 0, .55) .2s;
    -o-transition: all .3s cubic-bezier(0, .55, 0, .55) .2s;
    transition: all .3s cubic-bezier(0, .55, 0, .55) .2s;
    opacity: 1;
}

.block-image-gallery:hover .overlay-1:after {
    top: 0;
    right: 0;
    -webkit-transition: all .3s cubic-bezier(0, .44, 0, .44) .3s;
    -moz-transition: all .3s cubic-bezier(0, .44, 0, .44) .3s;
    -o-transition: all .3s cubic-bezier(0, .44, 0, .44) .3s;
    transition: all .3s cubic-bezier(0, .44, 0, .44) .3s;
    opacity: 1;
}

.block-image-gallery:hover .overlay-2:before {
    top: 50%;
    left: 0;
    -webkit-transition: all .3s cubic-bezier(0, .99, 0, .99) 0s;
    -moz-transition: all .3s cubic-bezier(0, .99, 0, .99) 0s;
    -o-transition: all .3s cubic-bezier(0, .99, 0, .99) 0s;
    transition: all .3s cubic-bezier(0, .99, 0, .99) 0s;
    opacity: 1;
}

.block-image-gallery:hover .overlay-2:after {
    top: 50%;
    right: 0;
    -webkit-transition: all .3s cubic-bezier(0, .66, 0, .66) .1s;
    -moz-transition: all .3s cubic-bezier(0, .66, 0, .66) .1s;
    -o-transition: all .3s cubic-bezier(0, .66, 0, .66) .1s;
    transition: all .3s cubic-bezier(0, .66, 0, .66) .1s;
    opacity: 1;
}

.block-image-gallery:hover .line-1:before {
    -webkit-animation: plus-in-1 .8s forwards linear;
    animation: plus-in-1 .8s forwards linear;
    -o-animation: plus-in-1 .8s forwards linear;
}

.block-image-gallery:hover .line-1:after {
    -webkit-animation: plus-in-2 .8s forwards linear;
    animation: plus-in-2 .8s forwards linear;
    -o-animation: plus-in-2 .8s forwards linear;
}

.block-image-gallery:hover .line-2:before {
    -webkit-animation: plus-in-3 .8s forwards linear;
    animation: plus-in-3 .8s forwards linear;
    -o-animation: plus-in-3 .8s forwards linear;
}

.block-image-gallery:hover .line-2:after {
    -webkit-animation: plus-in-4 .8s forwards linear;
    animation: plus-in-4 .8s forwards linear;
    -o-animation: plus-in-4 .8s forwards linear;
}

.block-image-gallery:hover .content {
    bottom: 0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
}

.block-image-gallery:hover .readmore-icons {
    bottom: 0;
    transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
}

.list-image-gallery {
    font-size: 0;
    display: block;
}

.list-image-gallery .item {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.gallery-image-grid {
    font-size: 0;
    margin: 30px -15px -15px -15px;
}

.gallery-image-grid .grid-item {
    display: inline-block;
    overflow: hidden;
    width: 33.3333%;
    padding: 15px;
    vertical-align: top;
}

.gallery-image-grid .grid-item .block-image-gallery:hover {
    box-shadow: none;
}

.gallery-image-grid .grid-item-height-2 .block-image-gallery:before {
    padding-top: calc(134%+ 30px);
}

.gallery-image-grid.style-2 .grid-item {
    width: 50%;
}

.gallery-image-grid.style-2 .grid-item .block-image-gallery:before {
    padding-top: 55%;
}

.gallery-image-grid.style-2 .grid-item-height-2 .block-image-gallery:before {
    padding-top: calc(110%+ 30px);
}

.gallery-image-grid.style-3 .grid-item {
    width: 25%;
}

.gallery-image-grid.style-3 .grid-item .block-image-gallery:before {
    padding-top: 70%;
}

.gallery-image-grid.style-3 .grid-item-width-2 {
    width: 50%;
}

.gallery-image-grid.style-3 .grid-item-width-2 .block-image-gallery:before {
    padding-top: calc(70%+ 10px);
}


/*responsive*/

/*=======================================
    =            Gallery Masonry            =
    =======================================*/

.gallery-image-grid .grid-item .block-image-gallery {
    box-shadow: none;
}

.gallery-masonry .block-image-gallery .readmore-icons,
.gallery-3col .block-image-gallery .readmore-icons,
.gallery-variation .block-image-gallery .readmore-icons {
    bottom: 0;
}

.gallery-masonry .block-image-gallery:after,
.gallery-3col .block-image-gallery:after,
.gallery-variation .block-image-gallery:after {
    width: 100%;
}

.gallery-masonry .block-image-gallery:hover .bg-hover,
.gallery-3col .block-image-gallery:hover .bg-hover,
.gallery-variation .block-image-gallery:hover .bg-hover {
    visibility: hidden;
    opacity: 0;
}

.block-image-gallery .content {
    opacity: 0;
    padding: 0px;
}

.gallery-masonry .block-image-gallery:hover .content,
.gallery-3col .block-image-gallery:hover .content,
.gallery-variation .block-image-gallery:hover .content {
    bottom: unset;
    opacity: 1
}


/*=====  End of Gallery Masonry  ======*/

/*=========================================
    =            Gallery Variation            =
    =========================================*/

.gallery-image-grid.style-2 .grid-item .block-image-gallery:before {
    padding-top: 67%;
}

.gallery-image-grid.style-2 .grid-item-height-2 .block-image-gallery:before {
    padding-top: calc(134%+ 20px);
}


}

/*----------  1.3. Media screen max width 767px  ----------*/

@media screen and (max-width: 767px) {
    .gallery-image-grid {
        margin: 20px -10px -10px -10px;
    }

    .gallery-image-grid .grid-item {
        padding: 10px;
    }

    .gallery-image-grid .grid-item-height-2 .block-image-gallery:before {
        padding-top: calc(134%+ 20px);
    }

    .gallery-image-grid.style-3 .grid-item-width-2 .block-image-gallery:before {
        padding-top: calc(70%+ 7px);
    }
}

/*----------  1.4. Media screen max width 600px  ----------*/

@media screen and (max-width: 600px) {
    .gallery-image-grid.style-3 .grid-item {
        width: 100%;
    }

    .gallery-image-grid.style-3 .grid-item-width-2 {
        width: 100%;
    }

    .gallery-image-grid .grid-item {
        width: 50%;
    }
}

/*----------  1.6. Media screen max width 414px  ----------*/

@media screen and (max-width: 414px) {
    .gallery-image-grid.style-2 .grid-item {
        width: 100%;
    }

    .gallery-image-grid .grid-item {
        width: 100%;
    }

    .block-image-gallery:before {
        padding-top: 68%;
    }
    /*=====  End of Projects  ======*/
    .service-detail .slider-syncing-wrapper {
        margin-bottom: 35px;
    }
}

.port-image-nav ul {
    list-style: none;
    text-align: center;
    padding: 0px
}

.port-image-nav ul li {
    display: inline-block;
    float: none;
    width: 88px;
    text-transform: uppercase;
    cursor: pointer;
    color: #5E6D77;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.port-image-nav ul li.active {
    color: #F5B50D;
}

.portfolio-masonry .btn {
    width: 214px;
    height: 50px;
    background: #FABC16;
    border: 0px;
    border-radius: 0px;
    line-height: 50px;
    padding: 0px;
    color: #fff;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 100px;
    font-family: 'Roboto', sans-serif;
}

.portfolio-masonry .btn span {
    width: 166px;
    height: 50px;
    float: left;
    border-right: 1px solid #EEAA04;
    line-height: 50px;
    padding: 0px;
}

.portfolio-masonry .btn i {
    width: 46px;
    height: 50px;
    float: left;
    border-left: 1px solid #FAC002;
    line-height: 50px;
    padding: 0px;
}

.portfolio-masonry .btn:hover span {
    color: #000;
    transition: .3s all;
    -webkit-transition: .3s all;
    -o-transition: .3s all
}

.portfolio-masonry .btn:hover i {
    color: #000;
    -webkit-transition: .3s all;
    transition: .3s all;
    -o-transition: .3s all
}

/*portfolio masonry end */

/* corporate template */

/* service three section */

.service-three-section {
    background: #F0F5F8;
    padding-bottom: 100px;
}

.service-three-section .service-caption {
    text-align: center;
    margin-top: 100px;
}

.service-three-section .service-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 70px;
    font-size: 24px;
}

.service-three-section .service-caption h2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-bottom: 60px;
}

.service-three-section .service-caption h2 span {
    color: #FAB702;
    padding: 0px;
}

.service-three-section .service-caption h4 {
    font-size: 18px;
    color: #5E6D77;
    font-style: italic;
    max-width: 256px;
    margin: 0 auto;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}

.service-three-section .service-caption h4:before {
    content: '___';
    letter-spacing: 5px;
    position: relative;
    bottom: 7px;
    margin-right: 10px
}

.service-three-section img {
    width: 100%;
    max-height: 450px;
}

.service-three-section .service-item {
    margin-bottom: 40px;
    margin-top: 20px
}

.service-three-section .service-item a {
    float: unset;
    text-transform: uppercase;
    color: #959595
}

.service-three-section .service-item i {
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
    color: #FAB702
}

.service-three-section .service-item h3 {
    font-size: 15px;
    margin-bottom: 13px;
    font-weight: bold;
    margin-top: 17px;
}

.service-section-template-three .service-item {
    text-align: center;
}

/* priority section */

.priority-section {
    padding-top: 80px;
    padding-bottom: 100px;
}

.priority-section .priority-item {
    padding: 0px;
    display: flex;
    margin-bottom: 20px
}

.priority-section .priority-item .icon {
    float: left;
    height: 100%;
    margin: auto
}

.priority-section .priority-item .icon i {
    background: #F0F5F8;
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.priority-item-wrapper h2 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    margin-top: 0px;
}

.priority-item-wrapper h2:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #FAB702;
    float: left;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.priority-item-wrapper p {
    font-size: 14px;
    color: #5E6D77;
    margin-bottom: 30px;
}

.priority-section .priority-content h3 {
    margin: 0px;
    font-size: 14px;
    width: 100%;
    float: left;
    text-indent: 21px;
    margin-top: 14px;
}

.priority-section .priority-content span {
    margin: 0px;
    font-size: 14px;
    width: 100%;
    float: left;
    text-indent: 21px;
}

.priority-section .panel-group .panel {
    border-radius: 0px;
}

.priority-section .panel-default > .panel-heading {
    background: #F0F5F8;
}

.priority-section .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-color: #F0F5F8
}

.priority-section .panel-default .panel-title i {
    color: #FAB702;
    margin-right: 10px;
    font-size: 20px;
}

.priority-section .panel-default .panel-title a {
    text-decoration: none;
}

.priority-section .panel-default .panel-title span {
    text-transform: uppercase;
    font-weight: 600
}

.priority-section .about-us-wrapper {
    background: url('../images/choose.jpg');
    min-height: 408px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.priority-section .about-us-wrapper .border {
    border: 11px solid #FAB702;
    min-height: 400px;
    margin: 10px;
    margin-top: 27px;
    margin-bottom: 24px;
}

/*
about us

*/

.about-us-wrapper img {
    width: 100%;
    max-height: 400px;
}

.about-us-content img {
    width: 100%;
    height: 168px;
}

.about-us-content h2 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
}

.about-us-content h2:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #FAB702;
    float: left;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.surface-template {
    background: #eee;
    padding-top: 79px;
    padding-bottom: 50px;
}

.surface-template .surface-header h2 {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
}

.surface-template .surface-header h2 span {
    font-size: 36px;
    color: #FAB702;
}

.surface-template img {
    box-shadow: 0px 0px 3px 0px #959595;
}

.surface-template .portfolio-title h4 a {
    font-size: 15px;
    text-decoration: none;
    color: #959595;
    font-weight: bold;
}

.surface-template .portfolio-title h4 a:hover {
    color: #000;
}

.surface-template .portfolio-title .btn {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 172px;
    height: 37px;
    background: #FABC16;
    border: 0px;
    border-radius: 0px;
    line-height: 37px;
}

.surface-template .portfolio-title .btn:hover {
    color: #fabc16;
    background: #0c243b
}

.surface-template-demos {
    background: #fff;
    padding-top: 79px;
    padding-bottom: 50px;
}

.surface-template-demos .portfolio-filter {
    margin-top: 30px;
}

.surface-template-demos .surface-header h2 {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
}

.surface-template-demos .surface-header h2 span {
    font-size: 36px;
    color: #FAB702;
}

.surface-template-demos .portfolio.col-3 .portfolio-item {
    height: 228px;
}

.surface-template-demos .portfolio-item {
    height: 205px;
}

.surface-template-demos img {
    box-shadow: 0px 0px 3px 0px #959595;
}

.surface-template-demos .portfolio-title h4 a {
    font-size: 15px;
    text-decoration: none;
    color: #959595;
    font-weight: bold;
}

.surface-template-demos .portfolio-title h4 a:hover {
    color: #000;
}

.surface-template-demos .portfolio-title .btn {
    margin-top: 10px;
    margin-bottom: 0px;
    width: 172px;
    height: 37px;
    background: #FABC16;
    border: 0px;
    border-radius: 0px;
    line-height: 37px;
}

.surface-template-demos .portfolio-title .btn:hover {
    color: #000
}

@media(max-width: 991px){
    .btn-trabaja {
        margin: 0 !important;
        min-width: fit-content !important;
        margin-top: 20px !important;

} 
 .trabaja .page-header {
        background-size: cover;
        min-height: 150px !important;
        text-align: center;
        margin-top: 0px;
        padding: 0px;
        margin-bottom: 0px;
    }

}
.trabaja-mobile {
    display: none;
}

.trabaja-line {
    width: 125px !important;
}

@media (max-width: 480px) {
    .trabaja-description {
        justify-content: flex-start;
    }
    .trabaja .page-header {
        background-image: url(../images/TRABAJA-CON-NOSOTROS-03.jpg);
        background-size: cover;
        min-height: 150px;
        text-align: center;
        margin-top: 0px;
        padding: 0px;
        margin-bottom: 0px;
    }
  
    .row-trabaja {
        display: flex;
        flex-direction: column;
    }
    .trabaja-line {
        display: block !important;
    }

    .trabaja-img {
        display: block !important;
    }
    .btn-trabaja {
        margin: 0 !important;
        min-width: fit-content !important;
        margin-bottom: 50px !important;
        margin-top: 20px !important;
    }
    .trabaja-desktop {
        display: none;
    }
    .trabaja-mobile {
        display: block;
    }
}

.btn-trabaja a{
    color: white;
    outline: none;
}

@media (max-width:480px) {
    .obras-title-mobile h2{
        text-transform: uppercase;
    }
    .divider-line {
        display: none;
    }
}

.obras-title-mobile {
    display: flex;
    text-align: center;
    margin-top: 50px;
    justify-content: center;
}
    
    .obras-title-mobile h2 {
        margin-top: 0px;
        margin-bottom: 50px;
        font-family: 'Oswald', sans-serif;
        font-size: 28px;
    }
    
    .obras-title-mobile p {
        max-width: 460px;
    }
    
    .obras-title-mobile span {
        color: #195c78;
        padding: 0px;
        font-weight: bold;
    }

@media (min-width: 769px) {
    .obras-title-mobile {
        display: none;
    }
}

@media (max-width: 769px) {
    .obras-title {
        display: none;
    }
}

.obras-mobile-foto {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px){
    .ow-navigation.navbar-default .navbar-nav> li {
    margin-left: 10px;
}
}

@media (min-width: 992px) and (max-width:1199px){
    .ow-navigation.navbar-default .navbar-nav> li {
    margin: 0px !important
}
}

@media (min-width: 781px) {
    .home-mobile-img {
        display: none !important;
    }
}

@media (max-width: 780px) {
    .home-desktop-img {
        display: none !important;
    }


}


@media (max-width: 480px) {
    .home-desktop-img {
        display: none !important;
    }
    .home-mobile-img {
        height: 434px !important;
    }
    
    .carousel-inner {
        height: 434px !important;
    }
    .home-title-slider{
        font-size: 30px !important;
        line-height: 40px;
        padding-bottom: 13px !important;
    }
    .home-p-slider {
        font-size: 14.5px !important;
        line-height: 17px;
        padding-bottom: 13px !important;
    }
}

@media (min-width:769px) {
    .obra-container {
        margin-top: 100px;
    }

}

.obras-slider-img {
    width: 609px;
    height: 1116px;
}


.welcome-section-integridad {
    margin-top: 0px;
    text-align: center;
    padding-bottom: 0px;
    background-image: url(../images/img-bienvenidos.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
    margin: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.welcome-section-integridad .btn-bookNow {
    width: 245px!important;
    height: 50px;
    background: #195c78;
    border: 0px;
    border-radius: 0px;
    line-height: 50px;
    padding: 0px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    transition: .1s all ease-in;
    -webkit-transition: .1s all ease-in;
    -o-transition: .1s all ease-in;

}

@media (max-width: 480px) {
    .integridad-upper {
        flex-direction: column;
    }
    #footer {
        background-image: url('/images/FOOTER-MOBILE.jpg');
    }
}
@media (max-width: 1200px) {
    .navbar-brand {
        margin-bottom: 10px;
    }
}

.accordion-container {
    transition: all .4s ease;
}

/* .swiper-slide {
    width: 100% !important
} */


.swiper-button-next,
.swiper-button-prev {
    position: absolute !important;
    top: 12% !important;
    width: 27px;
    height: 44px;
    margin-top: 10px !important;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 481px) and (max-width: 1199px) {
    .movile-display-home {
        display: block !important;
    }
}

@media (min-width: 480px) {
    .swiper-home-mobile {
        display: none !important;
    }
}
