/*
Theme Name: AuraSinenta
Author: Aura Tecnologica
Author URI: http://auratecnologica.com
Description:
Version: 1.0
License: Aura All Rights Reserved
*/

@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Shadows+Into+Light);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

html,
body {
    position: relative;
    overflow-x: hidden;
}
body {
    font-family: 'Open Sans', Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    overflow-x: hidden;
    padding: 0px 80px;
    background: #AAA;
}
section,
footer {
    max-width: 1200px;
    margin: auto;
}
.h3,
h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
select,
input[type='text'] {
    border-radius: 5px;
    border: 1px solid #CCC;
}
.jumbotron {
    margin-bottom: -5px;
    padding-top: 28px;
    padding-bottom: 28px;
}
.header-line {
    border: 0;
    border-top: 4px solid #333333;
    width: 100px;
    margin-top: 0px;
    padding-bottom: 20px;
}
.item-container {
    padding-top: 25px;
}
/* Bootstrap Fix Columns */

.row-height {
    display: table;
    table-layout: fixed;
    /*height: 100%;*/
    width: 100%;
}
.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}
.col-top {
    vertical-align: top;
}
.col-middle {
    vertical-align: middle;
}
.col-bottom {
    vertical-align: bottom;
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-table;
    float: none;
    text-align: center;
    margin-right: -4px;
    padding: 0px !important;
}
/* End Bootstrap Fix Columns */
/*Theme Sections*/
/* Navigation Bar */

#navbar {
    background: url(img/logo-place.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 490px;
    height: 300px !important;
    float: left;
    overflow: hidden;
    font-family: 'Open Sans', Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
#navbar-contact {
    width: 100%;
    min-height: 40px;
    background: #97BA00;
    color: #FFF;
    padding: 10px;
    text-align: right;
}
#navbar-contact a {
    font-weight: 400;
    color: #FFF !important;
    text-decoration: none;
}
#navbar-contact div {
    display: inline;
    margin-right: 10px;
}
nav {
    width: 100vw;
}
.customize-support .navbar {
    /*margin-top: 32px;*/

    position: absolute;
    background-color: transparent;
    border: 0px;
}
#wpadminbar {
    position: fixed;
}
.collapse.in {
    padding: 0px 30px 30px 30px;
}
.navbar {
    height: 80px;
    position: absolute;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 840px;
}
.navbar-toggle {
    margin-top: 32px;
}
.navbar-nav {
    margin-left: 70px;
}
.navbar-brand,
.navbar-nav li a {
    line-height: 30px;
    height: 30px;
    padding-top: 0;
}
.navbar-nav li {
    float: none;
}
.navbar-brand>img {
    display: inline;
}
.navbar-default {
    background: transparent;
    border: none;
}
.navbar-collapse {
    border: none;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
}
.navbar-default .navbar-toggle {
    background: #FFF;
}
.navbar-default .navbar-nav>li>a {
    color: #FFF;
}
.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}
.navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
}
.navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}
/* End Navigation Bar */
/* Search Form */

.search-form {
    background: #EEEEEE;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
}
#swp_category_limiter {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px;
    height: 35px;
    margin-top: 10px;
}
.search-container {
    width: 100%;
    height: 300px;
    background: #EEE;
}
#btn-search {
    cursor: pointer;
}
.form-search {
    margin-top: 50px;
    margin-right: 80px;
    float: right;
    width: 350px;
}
.search-form input,
.search-form select {
    border: 0px;
    margin-top: 15px;
    width: 100%;
    height: 30px;
    border: 1px solid #CCC;
}
.search-category {
    color: #444;
    border-bottom: 1px solid #8DBB00;
    margin-top: 10px;
    font-weight: 300;
    text-transform: uppercase;
}
.search-field {
    width: 100%;
}
.form-search .search-submit {
    border: 1px solid #97BA00!important;
    background: #97BA00!important;
    padding: 5px 20px 5px 20px;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    width: 50%;
    height: 36px;
}
.form-search label {
    height: 25px;
    display: block;
    line-height: 25px;
    margin: 0px 10px;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
.form-search input[type="submit"] {
    display: block;
    margin: 15px 0px 10px;
}
.form-search input[type="text"] {
    height: 30px;
    display: block;
    margin: 10px;
    width: 225px;
}
.search-field {
    padding: 5px;
    border-radius: 5px;
}
textarea {
    width: 100%;
}
#swp_category_limiter {
    width: 200px;
}
/* End Search Form */
/* Post and Page */

#page-content {
    padding: 28px 0px 0px 0px;
    display: inline;
}
#page-content>div {
    min-height: 100%;
}
.post-categories {
    padding: 0px;
    display: inline-table;
    list-style: none;
}
.post-categories li:nth-last-child(1):after {
    content: '';
}
.post-categories li:after {
    content: ',';
}
.post-categories li {
    display: inline;
    margin-right: 5px;
}
.post-category {
    font-weight: 300;
}
.post-info {
    padding: 0px 0px 20px 0px;
}
.post-content {
    padding-top: 30px;
    padding-left: 0px;
}
.post-content-container {
    padding: 20px;
}
.post-category a {
    color: #222222;
}
.post-category li {
    list-style: none;
}
.post-navigation {
    text-align: right;
    padding: 20px 0px;
}
/* End Post and Page */
/* Category */

#posts-list {
    background: #FFF;
}
.category-post {
    margin: 40px 40px 80px;
    text-align: center;
    height: 100%;
    border-bottom: 1px solid #DDD;
}
.category-post-item {
    margin: 20px 0px 20px 0px;
}
.category-post-date {
    text-align: left;
    color: #999;
    margin: 6px 20px 5px 0px;
    width: 80px;
    display: inline-block;
}
.category-post-day {
    background: #444;
    color: #FFF;
    padding: 2px;
    font-size: 28px;
    text-align: center;
}
.category-post-month {
    background: #97ca00;
    color: #FFF;
    padding: 5px 0px;
    font-size: 15px;
    text-align: center;
}
.category-post-image {
    width: 100%;
    min-height: 300px;
    background-size: cover !important;
    background-position: 100% 0% !important;
    margin-top: 15px;
}
.meta-info-post {
    font-size: 14px;
    font-weight: 200;
    color: #AAA;
}
.meta-info-post a {
    color: #AAA !important;
}
.meta-info-post a:hover {
    color: #97ca00 !important;
}
.meta-info-post .fa {
    margin-right: 5px;
    color: #97ca00;
}
.search-word {
    background: #FFF;
    padding: 30px;
    color: #444;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #EEE;
}
.search-word a {
    color: #444;
}
.category-post-title {
    display: inline;
    font-size: 26px;
    font-weight: 600;
}
.category-post-title a {
    color: #777;
}
.category-post-title a:hover {
    text-decoration: none;
    color: #97BA00;
}
.category-post-text p {
    margin-bottom: 15px;
    color: #666;
    font-weight: 300;
}
.seemore-post {
    text-align: right;
    padding: 20px 0px;
}
.category-post-text {
    text-align: left;
}
/* End Category */
/* Last Posts Section */

#last-posts {
    display: table;
}
.work-category {
    color: rgba(255, 255, 255, 0.9);
}
.work-image {
    width: 100%;
}
.work-text-holder:hover {
    opacity: 0.9;
}
.work-text {
    position: absolute;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.work-text-holder {
    position: absolute;
    top: 0;
    color: #FFF;
    width: 100%;
    height: 100%;
    background-color: rgba(240, 97, 62, 0.9);
    text-align: center;
    font-weight: 300;
    opacity: 0;
    transition: opacity 0.2s linear;
}
.work-text-holder span {
    padding: 5px 10px 5px 10px;
    background: #0097ca;
    border-radius: 20px;
    font-weight: 600;
}
.work-see {
    position: absolute;
    margin-top: -40%;
    width: 100%;
    text-align: center;
    display: none;
    text-shadow: 2px 2px 4px #000;
}
.info-button {
    border: 2px solid #FFF;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    position: relative;
}
/* End Last Posts Section */
/* Features Section */

#features {
    background: #FFF;
}
#features h2 {
    margin: 30px 60px;
    text-align: left;
}
.feature-image {
    transition: opacity 0.5s;
}
.feature-image:hover {
    opacity: 0.6;
}
.marketing {
    text-align: center;
    padding: 50px 0px 50px 0px;
}
.marketing .col-centered {
    padding: 0px 30px 0px 30px !important;
}
.img-circle {
    border-radius: 0px;
}
.image-features-title {
    text-align: center;
}
.image-features-text {
    font-size: 12px;
    margin-left: 10px;
}
.image-features-img {
    text-align: center;
}
.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}
/* End Features Section */
/* Image Features Section */

#image-features {
    min-height: 80vh;
    font-size: 22px;
}
.same-height-content {
    width: 100%;
}
.image-features-items {
    text-align: right;
}
.text-muted {
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
/* End Image Features Section */
/* Welcome Section */

#welcome {
    background: #97BA00;
    color: #FFF;
}
.welcome {
    text-align: center;
}
/* End Welcome Section */
/* Multimedia Section */

#multimedia iframe {
    width: 100% !important;
}
/* End Multimedia Section */
/* Popular Section */

#popular {
    background-size: cover !important;
    background-attachment: fixed !important;
    color: #898989;
    text-align: center;
}
.popular-content {
    background: rgba(255, 255, 255, 0.7);
    padding: 120px;
}
.popular-title {
    font-weight: 700;
}
.popular-text {
    font-weight: 300;
    font-size: 25px;
    padding-bottom: 20px;
}
/* End Popular Section */
/* Prefooter Section */

.prefooterhead {
    background: url(img/prefooter.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100%;
    height: 264px;
    color: #FFF;
    background-color: #FFF;
}
#prefooter hr {
    border-color: #FFF;
}
.prefooter {
    text-align: center;
}
/* End Prefooter Section */
/* Maps Section */

#map-holder {
    width: 100%;
    height: 400px;
}
#map {
    background: #3EBBEE;
    color: #FFF;
    text-align: center;
}
.map-content {
    background: rgba(0, 0, 0, 0.4);
}
#map-contact {
    position: absolute;
    width: 100%;
}
#map-contact>div {
    background: rgba(50, 50, 50, 0.9);
    color: #FFF;
    position: absolute;
    z-index: 1;
    padding: 20px;
    right: 20px;
    margin: 20px 0px;
    text-align: left;
}
#map-text-description {
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
}
#contact-success {
    display: none;
    text-align: center;
    font-size: 20px;
    padding: 10px 0px 0px 0px;
}
#contact-send-button {
    margin-top: 10px;
}
.contact-fields {
    width: 100% !important;
    height: 40px !important;
    border: 0px;
    padding: 10px 10px 10px 40px;
    color: #222;
}
.field-container {
    padding: 0px;
}
.contact-icon {
    color: #666;
    top: 30px;
    left: 12px;
}
/* End Maps Section */
/* Custom Carousel */

.carousel {
    height: 300px;
}
.carousel-caption {
    z-index: 10;
}
.carousel .item {
    height: 300px;
    background-color: #FAFAFA;
}
.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 600px;
}
/*
.carousel-text-container{
    padding-left: 50px;
}
*/

.carousel-control {
    background: none !important;
}
.carousel-caption {
    top: 20px;
}
.carousel-indicators {
    text-align: right;
}
.carousel-indicators .active {
    background: #777;
}
.carousel-indicators li {
    border: 1px solid #777;
}
.custom-carousel-item {
    background-size: cover !important;
    background-position: 50% 60% !important;
}
.custom-carousel-item a {
    /*margin-top: 20px;*/
}
.custom-carousel-text {
    padding: 20px;
    color: #555;
    font-family: 'Open Sans', Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    text-shadow: none;
    font-size: 16px;
}
.custom-carousel-text p {
    margin-top: 5px;
}
.custom-carousel-text h2,
.custom-carousel-text h3 {
    margin: 0px;
}
.custom-carousel-text h2 {
    font-family: 'Open Sans', Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-size: 24px;
    color: #96BC00;
    font-weight: 600;
    letter-spacing: -2px;
    text-shadow: none;
}
.custom-carousel-text a {
    text-shadow: none;
}
.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    padding: 0px 16px 2px 18px;
    border: 4px solid #FFF;
    border-radius: 30px;
    text-shadow: none;
    font-size: 40px;
    font-weight: 600;
}
.glyphicon-chevron-left:before {
    content: '<';
}
.glyphicon-chevron-right:before {
    content: '>';
}
/* End Custom Carousel */
/* Clients Carousel */

.clients-control {
    color: #444 !important;
}
.clients-badge {
    width: 180px;
    height: 180px;
    border-radius: 100px;
    background-size: cover !important;
    margin: 0 auto;
}
.clients-container {
    padding-top: 100px;
}
.clients-carousel-text {
    color: #444;
    padding: 20px;
    text-align: center;
}
.fa-quote-left {
    float: left;
    font-size: 60px;
    margin-top: -30px;
    margin-right: 10px;
}
.fa-quote-right {
    float: right;
    font-size: 60px;
    margin-top: -30px;
    right: 0;
    margin-left: 10px;
}
.clients-arrows.glyphicon-chevron-left:before,
.clients-arrows.glyphicon-chevron-right:before {
    border-color: #444;
}
.clients-arrows {
    top: 30% !important;
}
/* End Clients Carousel */
/* Pages and Blog Section */

#side-blog-image {
    background-size: cover !important;
    background-position: 100% 0% !important;
    height: 300px;
}
#side-blog-text {
    width: 100%;
    height: 100%;
    padding: 60px 60px 0px 60px;
    display: block;
    margin-top: 0px !important;
    float: inherit;
}
/* End Pages and Blog Section */
/* Footer Section */

footer a {
    color: #EEE;
    text-decoration: underline;
}
#prefooter {
    color: #555555;
    text-align: center;
    font-size: 30px;
    background: #FFFFFF;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    width: 100%;
}
#prefooter p {
    font-size: 14px;
    font-weight: 300;
}
.footer-title {
    border-bottom: 4px solid;
    text-align: right;
    font-size: 24px;
}
.footer-cols {
    margin-right: 0px;
}
.footer-element {
    text-align: left;
}
.footer-element h3 {
    font-weight: 700;
}
.entries-title a {
    color: #ea8101;
    font-size: 16px;
}
.entries-tags {
    font-size: 12px;
}
.entries-body {
    border-bottom: 1px solid #E2E2E2;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open Sans', Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
.entries-body * {
    color: #676767;
    font-size: 12px;
}
#entries-footer {
    height: 310px;
    background: #FAFAFA;
    padding: 0px 20px 20px;
    overflow: auto;
}
#social-sites {
    padding-left: 0px;
    margin-top: 60px;
    margin-left: 80px;
    height: 60px;
    position: relative;
    z-index: 1;
}
#social-sites a {
    display: inline-block;
    font-size: 16px;
    background: #B0590D;
    color: #E78112;
    border-radius: 40px;
    width: 30px;
    text-align: center;
    margin: 0px 0px 10px;
    height: 30px;
    line-height: 30px;
}
#social-sites a:hover {
    color: #E98100;
    background: #FFF;
    border-color: #F0613E;
}
#copyright {
    color: #FFF;
    font-size: 12px;
    padding: 25px;
    background-color: #767676;
    font-weight: 600;
}
#developer {
    margin-top: -8px;
    position: relative;
    float: right;
}
#developer img {
    width: 120px;
    height: 39px;
}
/* End Footer Section */
/* Buttons */

.btn {
    border: 0;
    text-transform: uppercase;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-weight: 700;
}
.btn,
input[type="submit"],
.comment-reply-link {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    border-color: #97BA00;
    color: #fff;
    background-color: #97BA00;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.btn a {
    color: #FFFFFF;
    text-decoration: none;
}
/* End Buttons */
/* Comments */

.avatar {
    border-radius: 30px;
}
.comment-list,
.children {
    list-style: none;
}
.comment-body,
.comment {
    margin: 20px 0px 20px 0px;
}
.comments-title {
    font-weight: 600;
    font-size: 24px;
}
.comment-form label {
    display: block;
}
.form-submit {
    padding-bottom: 15px;
}
.comment-list {
    padding: 0px;
}
/* End Comments */
/* Error Page */

.error-body {
    text-align: center;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    min-height: 100vh;
    background: #FFF;
}
#error-container {
    display: inline-block;
}
#error-num {
    width: 300px;
    height: 300px;
    border-radius: 150px;
    border: 1px solid #E78112;
    color: #E78112;
    text-align: center;
    font-size: 100px;
    font-weight: 100;
    padding-top: 80px;
}
#error-msg {
    color: #E78112;
    font-size: 50px;
}
#error-msg p {
    font-size: 24px;
}
#imgLogo {
    height: 60px;
    padding: 10px;
    border-radius: 10px;
}
/* End Error Page */
/* Animations */
/* Main Bar Animations */

#navbar-menu {
    height: 80px;
    line-height: 80px;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
#navbar-menu a {
    color: #FFF;
    background: transparent;
}
#navbar-menu a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #F5C628;
}
#navbar-menu img {
    margin-left: 50px;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 840px;
}
.blog-button {
    margin-left: 30px !important;
}
.blog-button:hover {
    background: transparent !important;
}
.dropdown.open {
    background: #57575A !important;
}
.dropdown.open a {
    color: #E78112 !important;
}
.navbar-toggle {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.shrink .navbar-toggle {
    margin-top: 22px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#navbar-menu.shrink a {
    height: 80px;
    line-height: 80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#navbar-menu.shrink img {
    height: 50px;
    width: 150px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
/* End Main Bar Animations */
/* Slide From Sides Animations */

.slide-animate {
    transition: 1s;
}
.animated-left {
    position: relative !important;
    left: -3000px;
}
.animated-right {
    position: relative !important;
    right: -3000px;
}
.animated-right.slide-animated-in,
.animated-left.slide-animated-in {
    position: relative !important;
    transition: 2s;
}
.animated-right.slide-animated-in {
    right: 0;
}
.animated-left.slide-animated-in {
    left: 0;
}
/* End Slide From Sides Animations */
/* End Animations */

.carac1{
    color: #888d93;
    font-weight: 400;
    margin-left: 15%;
}

.carac2{
    color: #888d93;
    font-weight: 400;
    margin-left: 68%;
    margin-top: -30px;
}

.carac3{
    color: #888d93;
    font-weight: 400;
    margin-left: 8%;
}

.carac4{
    color: #888d93;
    font-weight: 400;
    margin-left: 70%;
    margin-top: -20px;
}

.carac5{
    text-align: left;
    color: #888d93;
    font-weight: 400;
    margin-left: 18%;
}

.carac6{
    color: #888d93;
    font-weight: 400;
    margin-left: 65%;
    margin-top: -10px;
}


/* RESPONSIVE CSS */

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-xs-top {
        vertical-align: top;
    }
    .col-xs-middle {
        vertical-align: middle;
    }
    .col-xs-bottom {
        vertical-align: bottom;
    }
}
@media (min-width: 768px) {
    .navbar-wrapper {
        margin-top: 20px;
    }
    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-sm-top {
        vertical-align: top;
    }
    .col-sm-middle {
        vertical-align: middle;
    }
    .col-sm-bottom {
        vertical-align: bottom;
    }
}
@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-md-top {
        vertical-align: top;
    }
    .col-md-middle {
        vertical-align: middle;
    }
    .col-md-bottom {
        vertical-align: bottom;
    }
    .arbol{
        margin-top: 90px !important;
    }
}
@media (min-width: 1200px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
    .col-lg-top {
        vertical-align: top;
    }
    .col-lg-middle {
        vertical-align: middle;
    }
    .col-lg-bottom {
        vertical-align: bottom;
    }
}
@media (max-width: 480px) {
    #developer {
        position: inherit;
        margin-top: 0px;
    }
    .popular-content {
        padding: 50px 20px 50px 20px;
    }
}
@media (max-width: 767px) {
    .collapse {
        background: #f8f8f8;
    }
    .carousel {
        height: 400px !important;
    }
    .item-container {
        padding-top: 0px !important;
    }
    .carousel .item {
        height: 350px !important;
        margin-top: 100px;
    }

    .carac1{
        margin-left: 0%;
    }

    .carac2{
        margin-left: 50%;
        margin-top: 0%;
        text-align: right;
    }

    .carac3{
        margin-left: 0%;
    }

    .carac4{
        margin-left: 50%;
        margin-top: 0%;
        text-align: right;
    }

    .carac5{
        margin-left: 0%;
    }

    .carac6{
        margin-left: 50%;
        margin-top: 0%;
        text-align: right;
    }

    .frase{
        text-align: center;
    }

}
@media (max-width: 992px) {
    #navbar-menu {
        margin-left: 0 !important;
    }
    .form-search {
        width: 200px;
        margin-right: 40px !important;
    }
    .search-form {
        float: right;
    }
    #map-contact>div {
        margin: 0px !important;
        right: 0px !important;
        height: 400px;
    }
    .same-height-content [class*="col-"] {
        display: block !important;
    }
    .feature-item [class*="col-"] {
        display: table-cell !important;
    }
    .image-features-items {
        text-align: center;
    }
    .carousel-indicators {
        text-align: center !important;
    }
    .carousel {
        height: 600px;
    }
    .carousel-caption {
        z-index: 10;
    }
    .carousel .item {
        height: 600px;
        background-color: #FAFAFA;
        background-position: 100% !important;
    }
    .item-container {
        padding-top: 300px;
    }
    body {
        padding: 0px;
    }
    .carousel-text-container {
        padding-bottom: 175px;
        text-align: center;
    }
    .custom-carousel-item {
        background-position: 80% 50% !important;
    }
    .item-container {
        padding-top: 300px;
        background: rgba(255, 255, 255, 0.8);
        margin: 0px;
        width: 100%;
    }
    .custom-carousel-text p {
        color: #555 !important;
    }
}
@media (max-width: 768px) {
    .container-animacion {
        background: url(img/innovacion2.png) !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: 50% 100% !important;
    }
}
@media (max-width: 767px) {
    #btn-search {
        display: none !important;
    }
    .form-search input[type="submit"] {
        margin: 30px 0px 20px 0px;
    }
    .search-form {
        float: none;
    }
    input[type=search] {
        height: 30px;
        line-height: 30px;
        display: block;
    }
    .form-search {
        float: none;
        width: 100%;
        margin-top: 100px;
        padding-top: 30px;
    }
    .search-container {
        background: #EEE;
    }
    .search-form {
        background: transparent !important;
    }
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        background: #E78112;
        height: 100px;
    }
    .navbar-brand img {
        width: 220px;
        height: 70px;
        margin-top: 10px;
        margin-left: 0px !important;
    }
    #navbar {
        background: #E78112;
        background-repeat: no-repeat;
        width: 100%;
        min-height: 160px;
        height: inherit !important;
        float: left;
        overflow: scroll;
        border-bottom: 4px solid #FFF;
        top: 100px !important;
        position: absolute;
    }
    #social-sites {
        padding-left: 0px;
        margin-top: 0px !important;
        margin-left: 0px !important;
        height: 60px;
    }
    .navbar-nav {
        margin-left: 0px !important;
    }
    #side-blog-image {
        margin-top: 100px;
    }
    .direccion {
        width: 100% !important;
        text-align: center;
    }
}

@media (max-width: 480px){
    .innovaWeb{
        display: none;
    }

    .innovaMovil{
        display: inline !important;
    }

    .carac1{
        margin-left: 0%;
    }

    .carac2{
        margin-left: 0%;
        margin-top: 0%;
    }

    .carac3{
        margin-left: 0%;
    }

    .carac4{
        margin-left: 0%;
        margin-top: 0%;
    }

    .carac5{
        margin-left: 0%;
    }

    .carac6{
        margin-left: 0%;
        margin-top: 0%;
    }

    .arbol {
        background-position: 50% 0% !important;
    }

    .lista-innovacion li {
        padding-bottom: 20px !important;
    }
}

@media (min-width: 768px) and (max-width: 1090px){
    .contenedor-frase{
        padding-top: 80px !important;
    }
}

.cabecera-empleados {
    width: 100%;
}
.container-empleados {
    margin-top: -10px;
    background: #F2F2F2;
    padding-left: 60px;
    padding-right: 60px;
}
.empleados {
    margin-left: -60px;
    margin-right: -60px;
}
.nombre-empleado {
    color: #000;
    font-size: 0.9em;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-weight: bold;
    text-align: center;
}
.contacto-empleado div {
    margin-right: 20px;
}
.quote-empleado {
    color: #ea8101;
    font-size: 1.4em;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-weight: 500;
    position: relative;
    height: auto;
}
.texto-empleado {
    color: #676767;
    font-size: 14px;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-weight: normal;
    position: relative;
    height: auto;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #9b9b9b;
    height: 130px;
}
.contacto-empleado {
    font-size: 10px;
}
.contacto-empleado div {
    float: left;
}
.empleado {
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
#side-blog-text {
    background-repeat: no-repeat;
    min-height: 400px;
    background: #FFF;
}
.container-animacion {
    font-family: 'Shadows Into Light';
    background: url(img/innovar.png);
    background-size: contain;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    margin: 0px;
    background-color: #F2F2F2 !important;
    font-size: 30px;
}
.container-animacion a {
    color: #000;
}
.sinenta-text {
    position: relative;
    height: 100%;
    width: 100%;
    color: #000;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.sinenta-text div {
    font-size: inherit;
    font-weight: 800;
}
#anim1 {
    -webkit-transform: rotate(-10deg);
    background: url(img/linea.png);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
#anim2 {
    -webkit-transform: rotate(9deg);
    background: url(img/linea2.png);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
#anim3 {
    -webkit-transform: rotate(12deg);
    background: url(img/linea3.png);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
#anim4 {
    -webkit-transform: rotate(-22deg);
    background: url(img/linea4.png);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
.secc-animacion {
    padding: 0px;
}
.secc-animacion a {
    text-decoration: none;
}
.sinenta-thumb {
    position: relative;
    width: 100%;
    height: 200px;
    display: table;
    background-size: cover !important;
    cursor: pointer;
}
.sinenta-thumbtext {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 25px;
}
.arbol {
    background: url('img/arbol.png');
    height: 600px;
    width: 100%;
    background-position: 48% 0%;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: -590px;
}
.innovaMovil {
    display: none;
}
.pie-innovacion {
    background: url(img/footer.png);
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    margin-left: -25px;
    margin-right: -25px;
}
.lista-innovacion ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: 200;
}
.lista-innovacion li {
    padding-bottom: 10px;
}
.lista-innovacion li:before {
    /*color: #FFD035;
    font-family: 'FontAwesome';
    content: "\f111";
    padding-right: 5px;*/
}
.lista-innovacion {
    padding: 50px 0px 100px 0px;
    z-index: 99;
}
.lista-innovacion p {}
/*Conocenos*/

.direccion {
    padding-top: 100px;
}
.direccion a {
    color: #333;
    font-size: 15px;
    font-weight: 600;
}
.direccion .mail {
    color: #E78112;
}
#prefooter select,
#prefooter input[type='text'] {
    font-size: 14px;
    padding: 5px;
    height: 30px;
    width: 100%;
    border: 1px solid #E2E2E2;
    margin-bottom: 5px;
}
#prefooter textarea {
    height: 80px;
    font-size: 14px;
    padding: 5px;
    border-radius: 5px;
    resize: none;
    border: 1px solid #E2E2E2;
}
/*Estilos página Landing Anexa*/

.common-page-title {
    background: #E78112;
    padding: 20px;
    color: #FFF;
    width: 100%;
}
.common-page-title h1 {
    padding-top: 0px;
    margin: 0px 20px;
}
.extra-info {
    padding: 20px;
    padding-left: 0px;
    background: #919191;
    color: #FFFFFF;
    font-weight: 600;
    margin: 20px 0px 20px 0px;
}
.post-content table {
    width: 100%;
}
.common-page-container {
    margin: 0px;
}
.extraform {
    padding: 30px;
}
.extraform {
    padding: 30px 0px;
}
.extraform h2 {
    color: rgb(236, 145, 22);
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: bold;
}
.texto-final {
    margin-bottom: 40px;
}
.extraform input,
textarea {
    border: 1px solid #CCCCCC;
    padding: 5px;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    resize: none;
}
.extraform table {
    width: 100% !important;
    display: block;
    padding: 0px 20px 20px 0px !important;
    background: #EAEAEA;
    border: 0px !important;
}
.extraform tbody {
    width: 100%;
    display: inline-table;
}
.extraform td {
    padding-left: 20px;
}
.textonaranja {
    color: #f29a00;
    font-size: 14px;
    font-family: arial;
}
.texto {
    color: #808080;
    font-size: 14px;
    font-family: arial;
}
.textonegrita {
    color: #1b1b1b;
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
}
/*
- - - Responsivise at breakpoint - - - - */

@media (max-width: 600px) {
    /* make tds into single column full width rows */

    tr,
    td {
        display: block;
        width: 100%;
        padding: 5px;
    }
    /* hide table head */

    thead {
        display: none;
    }
    /* place data attribute before td as a label */

    td[data-header-title]:before {
        display: block;
        color: #666;
        /* labels will stack by default but optionally float to left */

        float: left;
        width: 100px;
    }
    tbody {
        border-collapse: collapse;
        display: block;
    }
    tbody tr {
        display: block;
    }
}

/*Cookies*/
.cdp-cookies-alerta{
    left: 0px;
}


#scroll-container {
  overflow: hidden;
  position: relative;
}

.wrap-container {
  position: relative;
  max-height: 300px;
  width: 100%;
  max-width: 100%;
  margin: auto;
  background: #FAFAFA;
  overflow: auto;
  padding: 20px;
  mask: url(#masking);
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, black), color-stop(1, transparent));
}
.wrap-container ul {
  list-style: none;
  position: relative;
  transition: transform .3s;
  top: 50px;
}
.wrap-container ul, .wrap-container ul li {
  margin: 0;
  padding: 0;
}
.wrap-container ul li {
  transition: transform .3s;
  overflow: hidden;
}
.wrap-container ul li:last-of-type {
  padding-bottom: 50px;
}
.wrap-container ul li.active .item {
  transform: scale(1.9);
}
.wrap-container ul li .item {
  position: relative;
  transition: transform 200ms;
  display: inline-block;
  width: 100%;
}



.contenedor-frase{
    padding-top: 100px;
}

.frase{
    color: #FFF;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
}

.frase-autor{
    color: #FFF;
    font-weight: 600;
    font-size: 15px;
    text-align: right;
    margin-right: 100px;
    margin-top: 10px;
}
