body, html {
    font-family: 'Lato', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #777;
}

* {
    transition: all 0.8s;
}

h1 strong {
    font-weight: 900;
}

h2 {
    line-height: 20px;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: #555;
}

h3 {
    font-size: 16px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    color: #666;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

p {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #0dad8d;
}

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

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

ul, ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
    list-style: none;
}

hr {
    height: 3px;
    width: 60px;
    text-align: center;
    position: relative;
    background: #0dad8d;
    border: 0;
    margin: 10px auto 30px;
}

.navbar-right {
    margin-right: 65px;
}

/* Navigation */
#menu {
    padding: 20px;
    transition: all 0.8s;
}

    #menu.navbar-default {
        background-color: #FFFFFF;
    }

    #menu a.navbar-brand {
        text-transform: uppercase;
        font-size: 22px;
        color: #fff;
        font-weight: 900;
    }

    #menu .navbar-brand img {
        max-height: 77px;
        position: absolute;
        top: 7px;
        transition: all 0.8s;
    }

    #menu a.navbar-brand i.fa {
        color: #475a73;
        margin-right: 3px;
    }

    #menu.navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        color: #475a73;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: bold;
        padding-bottom: 5px;
    }

        #menu.navbar-default .navbar-nav > li > a:hover {
            color: #63768e;
            border-bottom: 3px solid #475a73;
            transition: 0s;
        }

        #menu.navbar-default .navbar-nav > li > a.active {
            border-bottom: 3px solid #475a73;
        }

.on {
    padding: 0 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #0c9277 !important;
    background-color: transparent;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #475a73;
    border-color: #475a73;
}

    .navbar-default .navbar-toggle:hover > .icon-bar {
        background-color: #FFF;
    }
/* Home Style */
header#home {
    background: url(../img/header-bg-servicios.jpg) no-repeat bottom right;
    background-size: cover;
    color: #cfcfcf;
    position: relative;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

header#servicios {
    background: url(../img/header-bg-servicios.jpg) no-repeat bottom right;
    background-size: cover;
    color: #cfcfcf;
    position: relative;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
}

header h3 {
    color: #FFFFFF;
    font-size: 28px;
    margin-bottom: 80px;
}

.intro-text {
    position: relative;
    padding-top: 250px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 170px;
}

header#servicios .intro-text {
    padding-top: 100px;
    padding-bottom: 100px;
}

.intro-text H1 {
    font-size: 66px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
}

.intro-text H2 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 30px;
}

.btn-default {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
    border: 2px solid rgba(255,255,255,0.8);
    margin: 0 8px;
    padding: 12px 24px;
    font-size: 16px;
    transition: all 0.5s;
    border-radius: 0px;
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
        background-color: #fff;
        color: #0dad8d;
        border-color: #fff;
    }
/* Services Section */
#services-section {
    padding: 70px 0 0 0;
    background-color: #fff;
}

    #services-section div.row {
        margin-bottom: 72px;
    }

    #services-section h4 {
        font-weight: 700;
        color: #FFFFFF;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 27px;
    }

    #services-section div.text p, #services-section div.text ul li {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        text-align: left;
    }

    #services-section p i.fa-caret-right {
        color: #FFFFFF;
        font-size: 16px;
    }

    #services-section img.home {
        width: 100% !important;
        height: auto;
        bottom: 0;
    }

    #services-section div.web {
        width: 100%;
        position: absolute;
        height: 1050px;
    }

    #services-section img.services {
        height: 230px;
        width: auto !important;
        position: absolute;
        z-index: 5;
        margin-top: 25px;
        right: -50px;
    }

    #services-section div.text {
        background: #6f5a73;
        width: 49%;
        height: 240px;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
        display: inline-block;
    }

        #services-section div.text:hover {
            transform: scale(1.05);
            -webkit-animation-fill-mode: unset;
            animation-fill-mode: unset;
        }

    #services-section div#instalacion {
        height: 380px;
    }

    #services-section div.row div.text:first-child {
        float: left;
    }

    #services-section div.row div.text:last-child {
        float: right;
    }

div#services-section div.servicios {
    margin-bottom: 15px;
}

    div#services-section div.servicios div.col-md-12 {
        padding-right: 0;
        padding-left: 0;
    }

#services-section div#instalacion {
    width: 100%;
}

.space {
    margin-top: 40px;
}

#services-section i.fa {
    font-size: 40px;
    transition: all 0.5s;
    color: #0dbf9b;
}

#services-section div.service-container {
    height: 1210px;
}
/* Gallery Section 
==============================*/
#works-section {
    padding: 60px 0;
    background-color: #f6f6f6;
}

.categories {
    padding-bottom: 30px;
    text-align: center;
}

ul.cat li {
    display: inline-block;
}

ol.type li {
    display: inline-block;
    margin-left: 20px;
}

    ol.type li a {
        color: #aaa;
        border: 1px solid #ddd;
        padding: 8px 16px;
        border-radius: 0;
    }

        ol.type li a.active {
            color: #0dad8d;
            border: 1px solid #0dad8d;
        }

        ol.type li a:hover {
            color: #0dad8d;
            border: 1px solid #0dad8d;
        }

.isotope-item {
    z-index: 2
}

.isotope-hidden.isotope-item {
    z-index: 1
}

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

.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

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

.portfolio-item .hover-bg {
    height: 242px;
    overflow: hidden;
    position: relative;
}

    .portfolio-item .hover-bg .hover-text p {
        display: inline-block;
        border: 2px solid #FFFFFF;
        color: #FFFFFF;
        padding: 5px 10px;
        font-size: 20px;
    }

img.services {
    width: 100% !important;
    min-height: 100% !important;
}

.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.66);
    padding: 48px 0 0 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

    .hover-bg .hover-text > h4 {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        transition: all 0.3s;
        color: #ffffff;
    }

.hover-bg:hover .hover-text > h4, .hover-bg.hovered .hover-text h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hover-bg .hover-text > i {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
}

.hover-bg:hover .hover-text > i, .hover-bg.hovered .hover-text i {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.hover-bg:hover .hover-text, .hover-bg.hovered .hover-text {
    opacity: 1;
}

#works-section i.fa {
    height: 30px;
    width: 30px;
    border: 1px solid #F5AB35;
    font-size: 20px;
    padding: 5px;
    border-radius: 50%;
    color: #F5AB35;
}
/* About Section */
#about-section {
    padding: 80px 0;
    background-color: #f6f6f6;
}

    #about-section p {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    #about-section div.section-title img.partners {
        max-width: 200px;
        max-height: 96px;
        margin: 21px;
    }
/* Team Section */
.section-title.center {
    padding: 30px 0;
}

.section-title h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 27px;
}

    .section-title h2 span {
        font-size: 33px;
    }

img.img-circle.team-img {
    width: 150px;
    height: 150px;
    border: 4px solid transparent;
    transition: all 0.5s;
}

#team-section .team .thumbnail:hover > img.img-circle.team-img {
    border: 4px solid #fff;
    font-size: medium;
}

#team-section .thumbnail {
    background: transparent;
    border: 0;
}

    #team-section .thumbnail .caption {
        padding: 9px;
        margin-top: 20px;
    }

.wholeTeamBtn {
    padding: 30px 0 30px 0;
    width: 100%;
}

#beneficios-fiscales .wholeTeamBtn {
    margin-bottom: 19px;
    margin-top: 19px;
}

#beneficios-fiscales .nav-tabs > li {
    width: 50%;
    margin-bottom: 35px;
}

    #beneficios-fiscales .nav-tabs > li.active > a, #beneficios-fiscales .nav-tabs > li.active > a:hover, #beneficios-fiscales .nav-tabs > li.active > a:focus {
        border: none !important;
        background-color: #f6f6f6;
    }

#beneficios-fiscales #argentina {
    padding-top: 77px;
    height: 700px;
}

#beneficios-fiscales #uruguay {
    height: 700px;
}

#beneficios-fiscales #argentina ul li {
    list-style: disc;
    text-align: left;
    margin: 30px;
}



a.nuestroEquipo {
    padding: 15px;
    border: 2px solid #0dad8d;
    font-weight: 600;
    font-size: 17px;
}

    a.nuestroEquipo:hover {
        color: #FFFFFF;
        background: #0dad8d;
    }

/* Achivements Section */
#achievements {
    padding: 80px 0;
    background-color: #0dbf9b;
}

.achievement-box {
    text-align: center;
    margin: 20px 0;
}

    .achievement-box h4 {
        font-size: 18px;
        color: rgba(255,255,255,0.8);
        text-transform: uppercase;
    }

    .achievement-box span.count, .achievement-box span.countlbl {
        color: #fff;
        font-size: 70px;
        font-weight: 500;
        /*display:inline;*/
    }

.even {
    background-color: #f6f6f6;
}



/* Contact Section */
#contact-section {
    padding: 60px 0 60px 0;
}

    #contact-section h3 {
        font-size: 20px;
        font-weight: 400;
    }

    #contact-section form {
        padding: 30px 0;
    }

    #contact-section i.fa {
        color: #0dad8d;
        font-size: 16px;
        margin-bottom: 10px;
    }

    #contact-section div.contact-info {
        margin-top: 5px;
        margin-bottom: 10px;
    }

label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}

#beneficios-fiscales img.bfimg {
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#contact-section .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

#contact-section .btn {
    background: transparent;
    border: 2px solid #12dbb2;
    border-radius: 0px;
    padding: 10px 20px;
    margin-top: 20px;
    color: #0dbf9b;
}

    #contact-section .btn:hover, #contact-section .btn:focus {
        background: #0dbf9b;
        border: 2px solid #0dbf9b;
        color: #fff;
    }

#contact-section .text-danger {
    color: #cc3300;
    text-align: left;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: none;
        outline-offset: none;
    }
/* Social Section */
#social-section {
    padding: 30px 0;
    background-color: #0dbf9b;
    text-align: center;
}

    #social-section .social ul li {
        display: inline-block;
        margin: 0 20px;
    }

    #social-section .social i.fa {
        font-size: 24px;
        padding: 4px 5px;
        color: #fff;
        transition: all 0.5s;
    }

        #social-section .social i.fa:hover {
            color: #666;
        }
/* Footer */
#footer {
    background-color: #222222;
    color: #777;
    padding: 15px 0 10px 0;
    text-align: center;
}

    #footer p {
        font-size: 13px;
        margin-top: 10px;
    }

    #footer a {
        color: #999;
    }

        #footer a:hover, a:focus {
            text-decoration: none;
            color: #0dad8d;
        }

#map {
    width: 100%;
    height: 400px;
}

section#beneficios-fiscales div.item {
    background-color: #f6f6f6;
    height: 390px;
    padding: 15px;
    margin-bottom: 50px;
}

section#beneficios-fiscales {
    padding-bottom: 50px;
    padding-top: 90px;
}

    section#beneficios-fiscales div.item h3 {
        margin-top: 10px;
        font-size: 20px;
    }

    section#beneficios-fiscales div.item p {
        text-align: left;
    }

    section#beneficios-fiscales a.more {
        padding: 6px;
        border: 2px solid #0dad8d;
        font-weight: 600;
        font-size: 17px;
        position: absolute;
        bottom: 54px;
        right: 20px;
    }

        section#beneficios-fiscales a.more:hover {
            color: #FFFFFF;
            background: #0dad8d;
        }

    section#beneficios-fiscales #argentina a.more {
        padding: 6px;
        border: 2px solid #0dad8d;
        font-weight: 600;
        float: right;
        font-size: 17px;
        position: unset;
    }

section#energia-renovable {
    background-color: #f6f6f6;
}

    section#energia-renovable h2 {
        margin-top: 30px;
        text-align: center;
    }


    section#energia-renovable div.bfinfo div p.header {
        text-align: left;
        font-size: 20px;
    }

    section#energia-renovable div.bfinfo ol {
        list-style-type: decimal;
        padding: 25px;
    }

    section#energia-renovable div.bfinfo li {
        margin-bottom: 20px;
        font-size: 18px;
    }

.bfimg {
    width: 100%;
}

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

.input-text {
    padding: 15px 16px;
    border: 1px solid #ccc;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    color: #aaa;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

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

section#novedades div.item {
    background-color: #f6f6f6;
    height: 390px;
    padding: 15px;
    margin-bottom: 50px;
}

section#novedades {
    padding-bottom: 50px;
}

    section#novedades div.item h3 {
        margin-top: 10px;
        font-size: 20px;
    }

    section#novedades div.item p {
        text-align: left;
    }

    section#novedades a.more {
        padding: 6px;
        border: 2px solid #0dad8d;
        font-weight: 600;
        font-size: 17px;
        position: absolute;
        bottom: 54px;
        right: 20px;
    }

        section#novedades a.more:hover {
            color: #FFFFFF;
            background: #0dad8d;
        }

#lang {
    position: fixed;
    top: 8px;
    z-index: 9999;
    right: 15px;
}

    #lang img {
        width: 35px;
        height: 35px;
    }

#langMobile {
    position: relative;
    top: 0;
    right: -14px;
}

    #langMobile img {
        width: 35px;
        height: 35px;
        margin: 5px;
    }

.alertsTop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 2132132;
}
