body
{
    font-family: Ubuntu, "Open Sans" , sans-serif;
    margin: 0 auto;
    padding: 0;
    overflow: auto;
    text-align:center;
}
#contenedor{
margin: 0 auto;
text-align:left;
width:95%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Ubuntu, "Open Sans", sans-serif;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0!important;
}
/*
.navbar-new {
    background-color: #669900;
    -webkit-box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.75);
    border-color: #A6CB3D;
}
.navbar-new .navbar-nav > li > a:hover,
.navbar-new .navbar-nav > li > a:focus {
    background-color: #A6CB3D;
}
.navbar-new .navbar-nav > .active > a,
.navbar-new .navbar-nav > .active > a:hover,
.navbar-new .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #A6CB3D;
}
.navbar-new .navbar-brand {
    font-size: 30px;
    font-weight: 700;
    padding-right: 30px;
}
.navbar-new .navbar-toggle {
    border-color: #A6CB3D;
}
.navbar-new .navbar-toggle:hover,
.navbar-new .navbar-toggle:focus {
    background-color: #00cccc;
}
.navbar-new .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.nav .navbar .navbar-fixed-top {
    margin-bottom: 0;
}
.navbar-new .navbar-nav .open .dropdown-menu>li>a,
.navbar-new .navbar-nav .open .dropdown-menu {
    background-color: #669900;
    color: #ffffff;
    border-color: #A6CB3D;
}*/

#boton {
    background: url(../img/button.png) no-repeat;

}
#boton:hover {
    background: url(../img/button.png) no-repeat;

}
.bg-colorblue
{
    background-color: #495BA5;
}
.btn-default
{
    padding-top: 6px;
    padding-bottom: 6px;
}
.blue {
    color: #495BA5;
}
.green {
    color: #95D500;
}
.yellow {
    color: #EABB00;
}
.common {
    color: #CC0000;
    text-shadow: 1px 1px 3px rgba(111, 111, 111, 0.7);
    font-weight: 700;
    text-transform: uppercase;
}
.padding100 {
    padding: 20px 0;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
}
.btn-download {
    position: relative;
    text-align: center;
    font-size: 14px;
    background: #489740;
    color: #fff;
    padding: 10px 30px 10px 30px;
    border-radius: 100px;
}
.btn-download.app {
    background-color: #495BA5;
}

.btn-download.app:hover {
    background-color: #fff;
    color: #495BA5;
}
.btn-download.window {
    background-color: #56A7B7;
}

.btn-download.window:hover {
    background-color: #fff;
    color: #56A7B7;
}
.btn-download:hover,
.btn-download:focus {
    color: #fff;
    opacity: .85;
}
.btn-download i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
    line-height: 1;
    margin: 6px 0 0 15px;
}
.btn-download strong {
    display: block;
    margin-bottom: 6px;
    font-weight: 800;
}
.btn-download span {
    display: block;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: .5px;
    margin-top: -5px;
    opacity: 0.8;
}
.carousel {
    margin-top: 0!important;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.carousel .item {
    height: 650px;
    background: #E46653;
    width: 100%;
}
.carousel .one {
    background: url(../img/1.jpg) no-repeat;
    background-position: right 0px bottom 0px;
}
.carousel .two {
    background: url(../img/2.jpg) no-repeat;
    background-position: right 0px bottom 0px;
    background-attachment: scroll;
}
.carousel .three {
    background: url(../img/3.jpg) no-repeat;
    background-position: right 0px bottom 0px;
    background-attachment: scroll;
}
.carousel .four {
    background: url(../img/4.jpg) no-repeat;
    background-position: right 0px bottom 0px;
    background-attachment: scroll;
}
.carousel .five {
    background: url(../img/5.jpg) no-repeat;
    background-position: right 0px bottom 0px;
    background-attachment: scroll;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
}
.carousel-indicators li {
    display: inline-block;
    width: 102px;
    height: 52px;
    text-indent: 0;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #fff;
    opacity: 0.6;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    margin: 10px;
}
.carousel-indicators li:hover {
    opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}
.carousel-indicators li.active {
    -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 1);
    opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}
.carousel-indicators .active {
    width: 102px;
    height: 52px;
    margin: 10px;
}
#caja{
    background-color: rgba(0, 0, 0, 0.8);
    padding-top:10px;
    padding-bottom:20px;
}
.main-text {
    position: absolute;
    color: #FFF;
    width: 100%;
    height: 0%;
    padding-top: 530px;
    padding-bottom: 30px;
}
.main-text h1 {
    font-weight: lighter;
    font-size: 35px;
    line-height: 55px;
    margin: 0px;
    
}
.main-text h1 .span {
    letter-spacing: 3px;
    word-spacing: 2px;
    
}
.main-text h3 {
    font-weight: lighter;
    padding-top: 20px;
    padding-bottom: 30px;
}
.btn-min-block {
    min-width: 170px;
    line-height: 26px;
     }
.btn-clear {
    color: #FFF;
    background-color: transparent;
    margin-right: 15px;
    border-color: #FFF;
    border-radius:50px;
}
.btn-clear:hover {
    color: #000;
    background-color: #FFF;
}
#banner {
    display: table;
    position: relative;
    width:100%;
    height:250px;
    background: url(../img/contacto.jpg) no-repeat scroll center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    vertical-align: middle;
    padding: 90px 0 50px;
}
#banner h1 {
    color: #EBEBEB;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 33px;
    word-spacing: 5px;
    line-height: 50px;
}
#banner h3 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    line-height: 30px;
    font-weight: 400;
    margin: 20px 0 25px;
}
#banner h3 .span {
    color: #FF66FF;
    font-weight: 600;
}
.faq-content .panel-title a {
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    background: #fff;
    display: table;
    width: 100%;
    color: #418639;
    margin: 0;
    padding: 15px;
}
.faq-content .panel-title a i {
    padding-right: 5px;
}
.faq-content .panel-default {
    background: #fff;
    border-color: #fff;
    padding: 9px 0;
}
.faq-content .panel-heading {
    border: 1px solid #e1e1e1;
    border-radius: 0;
    background: #fff;
    color: #000;
    padding: 0;
}
.faq-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 1px solid #e1e1e1;
    border-top: none;
}
.faq-content .panel-body {
    background: #fff;
    color: #000;
    padding: 20px 25px;
}
.faq-wrap h3 {
    font-weight: 700;
    text-transform: none;
    margin: 0 0 5px;
}
.faq-wrap p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 30px;
}
.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
#faq-info {
    background: #6dbd63;
    color: #FFFFFF;
}
#faq-info h2 {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    margin: 0 0 20px;
}
#services .sc-inner {
    margin-left: 110px;
}
#services .sc-inner h4 {
    font-weight: 600;
    font-size: 21px;
    margin: 5px 0 10px;
}
#services .sc-inner p {
    font-size: 13px;
    margin: 0;
}
#services azul i {
    background: #495BA5;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    color: #FFF;
    font-size: 25px;
    float: left;
    border-radius: 50%;
}
#services i {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    color: #FFF;
    font-size: 25px;
    float: left;
    border-radius: 50%;
}

.sazul {
    background: #495BA5;
}
.sverde {
    background: #56A7B7;
}
#blog {
    background-color: #ededed;   
}
#blog p {
    letter-spacing: 1px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
#blog img {
    border: 3px solid #999999;
    padding: 3px;
}
.products-list .owl-item {
    margin: 3px;
}
.products-list .owl-theme .owl-controls {
    margin-top: 40px;
}
.products-list .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    box-shadow: 0 0 0 2px #6dbd63 inset;
    opacity: 1;
    background: transparent;
}
.products-list .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #6dbd63;
}
#download {
    background-attachment: fixed;
    background-color: rgba(75, 124, 125, 0.3);
    background-repeat: repeat;
    background-image: url(../img/triangular_@2X.png);
}
.download-wrap a {
    margin: 10px;
}
.fh5co-social li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.fh5co-social li a {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
.fh5co-social li a:hover,
.fh5co-social li a:active,
.fh5co-social li a:focus {
    outline: none;
    text-decoration: none;
}
.fh5co-social li a i {
    font-size: 15px;
}
#fh5co-footer {
    background: #e8e8e8;
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 300;
    padding: 3em 0;
}
#fh5co-footer .fh5co-footer-content {
    position: relative;
    z-index: 9;
}
#fh5co-footer p {
    display: block;
}
#fh5co-footer .fh5co-copyright small {
    font-size: 12px;
}
#fh5co-footer .fh5co-lead {
    font-size: 13px;
    font-family: Montserrat, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #2f3ab0;
    margin-bottom: 20px;
}
#fh5co-footer a {
    color: #000;
}
#fh5co-footer .fh5co-footer-logo {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
#fh5co-footer .fh5co-footer-logo a {
    font-family: Montserrat, arial, sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
    color: #ccc;
    border: none;
    float: left;
    text-transform: uppercase;
    padding: 7px 10px 7px 12px;
}
#fh5co-footer .fh5co-footer-logo a:hover,
#fh5co-footer .fh5co-footer-logo a:active,
#fh5co-footer .fh5co-footer-logo a:focus {
    color: #fff;
    text-decoration: none;
    border-color: #fff;
}
#fh5co-footer ul li {
    list-style: none;
    line-height: 16px;
    margin: 0 0 14px;
    padding: 0;
}
.fh5co-list-check {
    position: relative;
    clear: both;
    margin: 0;
    padding: 0;
}
.fh5co-list-check li {
    padding-left: 25px!important;
    position: relative;
    display: block;
    margin-bottom: 10px!important;
    line-height: 20px;
}
.fh5co-list-check li:before {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e042";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #ccc;
}
.fh5co-spacer {
    clear: both;
    position: relative;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
}
.fh5co-spacer-xlg {
    height: 150px;
}
.fh5co-spacer-lg {
    height: 100px;
}
.fh5co-spacer-md {
    height: 80px;
}
.fh5co-spacer-sm {
    height: 50px;
}
.fh5co-spacer-xs {
    height: 30px;
}
.fh5co-spacer-xxs {
    height: 20px;
}
.fh5co-colored {
    color: #4fd2c2;
}
.fh5co-social-icons > a {
    margin-right: 10px;
    color: #4fd2c2;
}
.fh5co-social-icons > a:hover,
.fh5co-social-icons > a:focus,
.fh5co-social-icons > a:active {
    text-decoration: none;
}
.fh5co-nav-toggle {
    cursor: pointer;
    text-decoration: none;
    float: right;
    position: relative;
    top: 12px;
    right: 0;
    margin-right: -20px;
    z-index: 21;
    display: block;
    height: 44px;
    width: 44px;
    border-bottom: none!important;
    padding: 6px 0 0;
}
.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none!important;
}
.fh5co-nav-toggle i {
    position: relative;
    zoom: 1;
    display: inline;
    width: 25px;
    height: 3px;
    color: #fff;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
h2 {
    font-size: 35px;
    text-align: center;
    font-weight: lighter;
    font-family: Ubuntu, "Open Sans", sans-serif;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0;
    color: #000;
}
h2.background {
    position: relative;
    z-index: 1;
}
h2.background:before {
    border-top: 2px dashed #dfdfdf;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
    margin: 0 auto;
}
h2.background span {
    background: #ededed;
    padding: 5px 15px 10px;
}
h2.double:before {
    border-top: none;
}
h2.double:after {
    border-bottom: 5px solid black;
    height: 6px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 25%;
    z-index: -1;
    margin: 0 auto;
}
h2.no-background {
    position: relative;
    overflow: hidden;
}
h2.no-background span {
    zoom: 1;
    display: inline;
    vertical-align: auto;
    position: relative;
    padding: 0 20px;
}
h2.no-background span:before,
h2.no-background span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: .73em;
    border-top: 1px solid red;
}
h2.no-background span:before {
    right: 100%;
}
h2.no-background span:after {
    left: 100%;
}
h2.no-span {
    display: table;
    white-space: nowrap;
}
h2.no-span:before,
h2.no-span:after {
    border-top: 1px solid green;
    content: '';
    display: table-cell;
    position: relative;
    top: .5em;
    width: 45%;
}
h2.no-span:before {
    right: 1.5%;
}
h2.no-span:after {
    left: 1.5%;
}
.navbar-inverse {
    background-color: #ffffff;
    background-image: none;
    border-color: #ffffff;
}
.navbar-inverse .navbar-brand {
    font-size: 30px!important;
    font-weight: 700;
    padding-right: 30px;
    margin-top: -10px;
    color: #FFFFFF;
}
.navbar-inverse .navbar-brand i {
    margin-right: 5px;
}
.dropdown-menu {
    background-color: #336600;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #669900;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-image: none;
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
}
.dropdown-menu > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #fff;
    border-bottom-color: #000000;
}
.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}
.fh5co-nav-toggle i::before {
    top: -7px;
}
.fh5co-nav-toggle i::after {
    bottom: -7px;
}
.fh5co-nav-toggle:hover i::before {
    top: -10px;
}
.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}
.fh5co-nav-toggle.active i {
    background: transparent;
}
.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.fh5co-nav-toggle > span {
    zoom: 1;
    display: inline;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100px;
    margin-top: 12px;
    color: #fff;
    margin-left: -70px;
    font-family: Montserrat, arial, sans-serif;
    letter-spacing: 2px;
    font-size: 15px;
    text-transform: uppercase;
}
.bg-light-gray {
    background-color: #f7f7f7;
}
.img-centered {
    margin: 0 auto;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #fed136;
}
#portfolio {
    background: #E9E9E9;
    padding: 50px 0;
}
#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(55, 145, 215, .5);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
    max-width: 400px;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
    text-transform: none;
    margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: italic;
    margin: 0;
}
#portfolio * {
    z-index: 2;
}
.portfolio-modal .modal-content {
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #CCCCCC;
    margin: 0;
    padding: 30px 0;
}
.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}
.portfolio-modal .modal-content p.item-intro {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: italic;
    margin: 20px 0 30px;
}
.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}
.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}
.portfolio-modal .close-modal:hover {
    opacity: .3;
}
.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
.navbar-new .navbar-brand,
.navbar-new .navbar-brand:hover,
.navbar-new .navbar-brand:focus,
.navbar-new .navbar-nav > li > a,
.navbar-new .navbar-text {
    color:#495BA5;
}
.white,
#fh5co-footer a:hover,
#fh5co-footer a:active,
#fh5co-footer a:focus,
.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #495BA5;
}
.padding50,
.fh5co-row-padded {
    padding: 125px 0 10px 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right,
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}
.faq-content,
.portfolio,
#products {
    background-color: #FFFFFF;
}
.faq-content .panel-title:hover a,
.navbar-inverse .navbar-brand:hover {
    color: #000000;
}
#services,
.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
    background: #fff;
}
#services .col-md-4,
#portfolio p {
    margin-bottom: 50px;
}
.fh5co-social,
#fh5co-footer ul {
    margin: 0;
    padding: 0;
}
#fh5co-footer .container .row > div,
.fh5co-mb30,
.portfolio-modal .modal-content p,
.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}
.scrolled .fh5co-nav-toggle.active i::before,
.scrolled .fh5co-nav-toggle.active i::after,
.scrolled .fh5co-nav-toggle i,
.scrolled .fh5co-nav-toggle i::before,
.scrolled .fh5co-nav-toggle i::after {
    background: #000;
}
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #495BA5;
}
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.scrolled .fh5co-nav-toggle > span {
    color: #fff;
}


#contact
{
    background-color: #FFFFFF;
}
#contact .page-header
{
    border-width: 1px;
    border-color: #EFEFEF;
    border-style: none none solid none;
    margin-bottom: 20px;
}
#contact .page-header h2
{
    font-size: 30px;
    font-weight: 400;
}
#contact i
{
    padding-right: 4px;
}
.contact-form form .input-error
{
    border-color: #FF0000;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
    -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(255, 100, 255, 0.5);
}
.contact-form form textarea
{
    height: 150px;
}






@media all and transform-3d,
-webkit-transform-3d {
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right,
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@media screen and max-width 992px {
    #fh5co-footer {
        position: relative;
        padding: 5em 0;
    }
}
@media screen and max-width 768px {
    #fh5co-footer {
        padding: 5em 0;
    }
    .fh5co-spacer-xlg {
        height: 70px;
    }
    .fh5co-spacer-lg {
        height: 50px;
    }
    .fh5co-spacer-md {
        height: 30px;
    }
    .fh5co-spacer-sm,
    .fh5co-spacer-xs {
        height: 20px;
    }
    
}
@mediamin-width768px {
    section {
        padding: 150px 0;
    }
}
@mediamin-width767px {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.redondo {
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
}
 
