@charset "utf-8";
a,
body,
input,
p,
select,
span,
textarea {
    font-family: "Open Sans", sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 400;
}
h2,
h3,
h4,
h5,
h6 {
    color: #f79319;
}
li,
p {
    line-height: 1.6;
}
.btn-mas,
.menu li a {
    text-decoration: none;
    text-transform: uppercase;
}
.btn-mas,
.menu li a,
.solapa a {
    text-transform: uppercase;
}
.menu li,
.solapa,
.titulo {
    list-style: none;
}
body,
html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    height: 100%;
}
body {
    font-size: 1rem;
    color: #000;
}
.input-checkbox,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    border-radius: none;
}
p {
    color: #3f3f3f;
    font-size: 0.9rem;
    margin: 0 0 15px;
    text-align: justify;
}
h2 {
    font-size: 2.5rem;
    font-weight: 700;
}
h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
}
h4 {
    font-size: 2.5rem;
}
h5 {
    font-size: 1.4rem;
    margin-bottom: 15px;
}
.menu li a,
h6,
li {
    font-size: 1rem;
}
h6 {
    font-weight: 600;
    margin-bottom: 5px;
}
.bold {
    font-weight: 700;
}
.semi-bold {
    font-weight: 600;
}
.normal {
    font-weight: 400;
}
.light {
    font-weight: 300;
}
li {
    color: #505761;
    font-weight: 700;
    margin: 0 0 5px;
}
.col {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
}
.col-100 {
    width: 100%;
}
.col-90 {
    width: 90%;
}
.col-80 {
    width: 80%;
}
.col-75 {
    width: 75%;
}
.col-70 {
    width: 70%;
}
.col-60 {
    width: 60%;
}
.col-48 {
    width: 48%;
}
.col-40 {
    width: 40%;
}
.col-35 {
    width: 35%;
}
.col-33 {
    width: 33%;
}
.col-30 {
    width: 30%;
}
.col-25 {
    width: 25%;
}
.col-20 {
    width: 20%;
}
.col-10 {
    width: 10%;
}
.padding-0 {
    padding: 0 !important;
}
.padding-left-30 {
    padding-left: 30px;
}
.padding-left-40 {
    padding-left: 40px;
}
.padding-left-60 {
    padding-left: 60px;
}
.padding-right-30 {
    padding-right: 30px;
}
.padding-right-40 {
    padding-right: 40px;
}
.padding-right-60 {
    padding-right: 60px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}
.top-0 {
    top: 0 !important;
}
.top-20 {
    margin-top: 20px !important;
}
.top-30 {
    margin-top: 30px !important;
}
.top-40 {
    margin-top: 40px !important;
}
.top-50 {
    margin-top: 50px !important;
}
.top-60 {
    margin-top: 60px !important;
}
.bottom-40 {
    margin-bottom: 40px !important;
}
.bottom-none {
    margin-bottom: 0 !important;
}
.center,
.center-header {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.f-left {
    float: left !important;
}
.f-right {
    float: right !important;
}
.f-none {
    float: none !important;
}
.bg-gris {
    background: #e0e8e7;
}
.div-center {
    text-align: center;
}
.div-left {
    text-align: left;
}
.div-right {
    text-align: right;
}
.btn-arriba,
.btn-catalogo,
.slider,
.solapa,
.solapa a {
    text-align: center;
}
.center {
    max-width: 1020px;
}
.center-header {
    display: table;
    z-index: 900;
    max-width: 1500px;
}
.header {
    width: 100%;
    float: left;
    height: auto;
    position: fixed;
    padding-top: 20px;
    background-color: #fff;
    padding-bottom: 35px;
    z-index: 998;
    transition: all 0.4s;
}
.contenido,
.footer,
.menu,
.menu li,
.page,
.pg {
    position: relative;
}
.header.scroll {
    padding: 10px 0 20px;
}
.header.scroll #logo {
    max-width: 160px;
}
#logo img,
img {
    max-width: 100%;
    height: auto;
}
.header.scroll #logo img {
    height: auto;
}
.header.scroll .menu {
    bottom: 10px;
}
.contenido {
    width: 100%;
    float: left;
    background: #fff;
    padding-bottom: 100px;
    z-index: 905;
}
.contenido .center {
    top: -180px;
}
#body-inicio .contenido {
    padding-bottom: 0;
}
.footer,
.pg {
    width: 100%;
    float: left;
}
#logo img,
.menu,
img {
    width: auto;
}
.page {
    background: #fff;
    padding: 30px 60px;
    box-sizing: border-box;
}
#section-1,
#section-2,
#section-3,
#section-4 {
    opacity: 0;
}
#logo {
    display: block;
    float: left;
    max-width: 262px;
}
#logo img {
    transition: all 0.3s;
}
.menu {
    float: right;
    padding: 0;
    margin: 0;
    transition: ease-in 0.2s;
    -webkit-transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -o-transition: ease-in 0.2s;
    -ms-transition: ease-in 0.2s;
    top: 22px;
}
.menu li {
    float: left;
}
.menu li a {
    display: block;
    padding: 0 25px;
    float: left;
    color: #000;
    font-weight: 600;
    transition: ease 0.4s;
}
.menu li a:hover,
.menu li.active a {
    color: #f79319;
}
.caja-slider,
.cont-slider,
.foto,
.slider,
.slider img,
.videoWrapper {
    width: 100%;
}
.foto {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: absolute;
}
.cont-slider {
    float: left;
    position: relative;
}
.slider {
    float: left;
    height: auto;
    position: fixed;
    z-index: -100;
}
.slider h2 {
    color: #fff;
    font-size: 2rem;
    background: #f7941a;
    padding: 15px 35px;
    margin: auto;
    position: absolute;
    top: 40%;
    left: 0;
    font-weight: 100;
    z-index: 902;
}
.btn-catalogo,
.btn-mas {
    font-size: 1rem;
    box-sizing: border-box;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    clear: both;
    z-index: 901;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}
.caja-slider {
    float: left;
    position: relative;
}
.caja-slider .next,
.caja-slider .prev {
    width: 50px;
    z-index: 900;
    height: 100%;
    cursor: pointer;
}
.caja-slider .prev {
    background: url(../img/flecha-prev.png) center no-repeat;
    position: absolute;
    left: 0;
}
.caja-slider .next {
    background: url(../img/flecha-next.png) center no-repeat;
    position: absolute;
    right: 0;
}
.portfolio-gr .caja-slider .prev {
    left: -50px;
}
.portfolio-gr .caja-slider .next {
    right: -50px;
}
.slider-port {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.owl-carousel,
.owl-carousel .item,
.owl-carousel .owl-item,
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer {
    height: 100%;
}
.slider-port .item {
    background: #fcfcfc;
    text-align: center;
}
.fondo-slide,
.slider-port .item .foto {
    right: 0;
    margin: auto;
    background-position: center center;
    top: 0;
}
.slider-port .item .foto {
    background-size: contain;
    left: 0;
    bottom: 0;
}
.slider .owl-controls {
    position: absolute;
    z-index: 901;
    width: 100%;
    bottom: 190px;
    height: 20px;
}
.galeria-empresa .item .foto {
    width: 100%;
    float: left;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
}
.fondo-slide {
    position: absolute;
    width: 90%;
    height: 90%;
    background-color: rgba(247, 148, 26, 0.8);
    z-index: 900;
    bottom: 0;
    background-image: url(../img/lupa.png);
    background-repeat: no-repeat;
    opacity: 0;
    left: -50px;
    transition: all 0.5s;
}
.fondo-slide:hover {
    opacity: 1;
    left: 0;
}
.owl-dot {
    width: 10px;
    height: 10px;
    background: #666;
    display: inline-block;
    margin: 0 5px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 2px solid #666;
}
.btn-arriba,
.mapa {
    width: 100%;
    float: left;
}
.owl-dot.active {
    background: 0 0;
}
.ludico .owl-dot.active {
    background: #c6d30c;
    border: 2px solid #c6d30c;
}
.mod-slide-ludico {
    position: absolute;
    bottom: 20px;
}
.caja-tabs,
.cont-px,
.mapa,
.parallax {
    position: relative;
}
.mapa {
    height: 500px;
    margin-bottom: 40px;
}
.btn-mas {
    color: #000;
    background: url(../img/flecja-right.png) 95% no-repeat #fff;
    padding: 10px 40px 10px 0;
    transition: ease 0.3s;
    margin-top: 10px;
    float: left;
    cursor: pointer;
}
.btn-mas:hover {
    background-color: #f79319;
    padding: 10px 55px 10px 20px;
    color: #fff;
    background-image: url(../img/flecha-right_blanca.png);
    background-position: 92%;
}
.btn-mas.blanco {
    color: #fff;
    background: url(../img/flecha-right_blanca.png) right no-repeat;
    margin-left: 60px;
}
.btn-arriba {
    background-color: #000;
    padding: 30px 0;
    background-image: url(../img/btn-arriba.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: ease-in 0.3s;
}
.btn-catalogo,
.btn-ludico {
    width: auto;
    text-decoration: none;
}
.btn-arriba:hover {
    background-color: #f79319;
}
.btn-ludico {
    background: #c6d30c;
    border-radius: 5px;
    color: #666;
    float: left;
    display: block;
    padding: 10px 30px;
    font-weight: 600;
}
.btn-ludico:hover {
    background: #666;
    color: #c6d30c;
}
.btn-catalogo {
    padding: 10px 25px;
    background: #f79319;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #f79319;
    transition: all 0.4s;
}
.ico-fb,
.ico-flik,
.ico-ins,
.ico-tw,
.ico-yt {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
.solapa a,
.titulo {
    font-size: 0.875rem;
    font-weight: 600;
}
.btn-catalogo:hover {
    background: #fff;
    color: #f79319;
}
.ico-fb {
    background: url(../img/ico-fb.png) center no-repeat;
    float: left;
}
.ico-tw {
    background: url(../img/ico-tw.png) center no-repeat;
    float: left;
}
.ico-yt {
    background: url(../img/ico-yt.png) center no-repeat;
    float: left;
}
.ico-flik {
    background: url(../img/ico-flik.png) center no-repeat;
    float: left;
}
.ico-ins {
    background: url(../img/ico-ins.png) center no-repeat;
    float: left;
}
.caja-tabs,
.cont-px,
.cont_tabs,
.parallax,
.tabs {
    width: 100%;
    float: left;
}
.ico-dir {
    background-image: url(../img/ico-dir.png);
}
.ico-tel {
    background-image: url(../img/ico-tel.png);
}
.ico-correo {
    background-image: url(../img/ico-correo.png);
}
.ico-correo:hover {
    text-decoration: underline !important;
}
.cont-px {
    height: 600px;
    background-position: top, bottom;
    background-repeat: repeat-x;
    overflow: hidden;
}
.parallax {
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    left: 0;
    top: 0;
    z-index: -10;
    margin-bottom: 100px;
}
.cont_tabs {
    position: absolute;
    top: 305px;
}
.caja-portfolio,
.caja-redes-clima,
.portfolio,
.portfolio-gr,
form,
span.fecha {
    position: relative;
}
.tabs {
    padding-left: 0;
}
.solapa {
    float: left;
    width: 30%;
    margin-right: 0.5%;
    background: #007fb8;
    height: 58px;
}
.acordion,
.caja-redes-clima,
.caja-tab,
.info,
.msj,
.solapa a,
.titulo,
form {
    width: 100%;
}
.solapa:hover {
    background: #0070bb;
}
.solapa a {
    display: block;
    color: #fff;
    float: left;
    text-decoration: none;
    padding: 20px 7px 7px;
    box-sizing: border-box;
    line-height: 1;
}
.solapa.select {
    background: #fff;
}
.solapa.select a {
    color: #007fb8;
}
.caja-tab {
    float: left;
}
.acordion {
    float: left;
    padding-left: 0;
}
.titulo {
    padding: 8px 0;
    border-top: 1px solid #eee;
    float: left;
    background-image: url(../img/aco-in.png);
    background-repeat: no-repeat;
    background-position: right;
    cursor: pointer;
    color: #666;
}
.titulo:hover {
    opacity: 0.8;
}
.acordion .activo {
    background-image: url(../img/aco-act.png);
    color: #007fb8;
}
.info {
    float: left;
    padding: 5px 0;
    display: none;
}
form {
    display: inline-block;
}
form input,
form select,
form textarea {
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    height: 38px;
    background: #fcfcfc;
    border: 1px solid #eee;
}
form textarea {
    height: 190px;
}
form input[type="submit"] {
    height: auto;
    padding: 15px 0;
    color: #fff;
    background: #f79319;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: ease-out 0.3s;
}
form input[type="submit"]:hover {
    background: #000;
}
form input::-webkit-input-placeholder {
    color: #333;
}
form input::-moz-placeholder {
    color: #333;
}
form input:-ms-input-placeholder {
    color: #333;
}
form input:-moz-placeholder {
    color: #333;
}
form textarea::-webkit-input-placeholder {
    color: #333;
}
form textarea::-moz-placeholder {
    color: #333;
}
form textarea:-ms-input-placeholder {
    color: #333;
}
form textarea:-moz-placeholder {
    color: #333;
}
.msj {
    color: #3f3f3f;
    font-size: 0.9rem;
    float: left;
    font-weight: 600;
}
.caja-redes-clima {
    float: left;
    background: #fff;
    padding: 15px 60px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.clima,
span.fecha {
    float: right;
}
span.fecha {
    margin-right: 30px;
    top: 3px;
    font-weight: 600;
}
.clima #TT_yAnALhtxtnlcQaQKKAVjDDDDD9aKMpp2Ld1tkZioq1D {
    width: 185px !important;
    float: right;
    text-align: right;
}
.caja-info {
    float: left;
    margin: 0;
    padding: 40px;
    box-sizing: border-box;
}
.caja-info:nth-child(3n + 3) {
    margin-right: 0;
}
.caja-info:nth-child(odd) {
    background: #333;
}
.caja-info span {
    color: #f79319;
    text-transform: capitalize;
}
.caja-info:nth-child(odd) a,
.caja-info:nth-child(odd) p {
    color: #fff;
}
.caja-info p {
    text-align: left;
    margin-bottom: 0;
    color: #727271;
}
.cerrar,
.mostrar.portfolio-gr {
    margin-bottom: 30px;
}
.caja-info a {
    color: #727271;
    text-decoration: none;
}
.caja-info a:hover {
    text-decoration: underline;
}
.caja-portfolio {
    width: 100%;
    min-height: 60px;
    float: left;
}
.portfolio-gr {
    visibility: collapse;
    height: 0;
    width: 100%;
    margin-top: 30px;
    float: left;
}
.portfolio-gr h3 {
    display: none;
    width: 100%;
    float: left;
}
.portfolio-gr .col-48 {
    display: none;
    float: left;
}
.mostrar {
    visibility: visible;
    height: auto;
}
.mostrar .cerrar,
.mostrar .col-48,
.mostrar h3 {
    display: block;
}
.cerrar {
    display: none;
    width: 100%;
    float: left;
    background-image: url(../img/cerrar.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 31px;
}
.cont-portfolio {
    width: 32%;
    float: left;
    margin-right: 1.8%;
}
.cont-portfolio.soluciones {
    width: 48%;
    float: left;
    margin-right: 0;
    margin-bottom: 40px;
}
.cont-portfolio.sistema:nth-child(3n + 3) {
    margin-right: 0;
}
.cont-portfolio p {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}
.cont-portfolio h6 {
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600;
}
.cont-portfolio .portfolio {
    width: 100%;
}
.portfolio {
    width: 32%;
    margin-right: 1.8%;
    height: auto;
    float: left;
    margin-bottom: 15px;
}
.portfolio.mini {
    width: 48%;
    margin-right: 2.5%;
    border: 1px solid #000;
    margin-bottom: 7px;
}
.portfolio.mini:nth-child(2n + 2),
.portfolio:nth-child(3n + 3) {
    margin-right: 0;
}
.portfolio.mini:nth-child(3n + 3) {
    margin-right: 2.5%;
}
.fondo,
.fondo span.lupa {
    position: absolute;
    margin: auto;
    bottom: 0;
    right: 0;
    top: 0;
}
.fondo {
    width: 90%;
    height: 90%;
    background: rgba(247, 148, 26, 0.8);
    left: -20px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.5s;
    opacity: 0;
    text-decoration: none;
}
.fondo span {
    color: #fff;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    line-height: 2;
    text-transform: uppercase;
}
.fondo span.lupa {
    width: 30px;
    height: 30px;
    left: 0;
    z-index: 900;
    background: url(../img/lupa.png) center center no-repeat;
}
.ant,
.sig {
    height: 25px;
    line-height: 2;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
}
.fondo small {
    font-style: italic;
    font-size: 0.8rem;
    border-top: 1px solid #fff;
    width: 70%;
    display: inline-block;
    padding: 4px 0;
    text-transform: lowercase;
}
.cont,
.nav {
    width: 100%;
    float: left;
}
.portfolio:hover .fondo {
    opacity: 1;
    left: 0;
}
.cont {
    position: relative;
}
.cont .tx-pie {
    position: absolute;
    left: 0;
    bottom: 0;
}
.cabezal,
.cabezal h2,
.caja-datos,
.nav {
    position: relative;
}
.cont p:last-child {
    margin-bottom: 0;
}
.nav {
    margin: 20px 0 0;
}
.nav a {
    color: #000;
    font-size: 0.8rem;
}
.ant {
    background: url(../img/flecha-prev.png) left no-repeat;
    background-size: contain;
    padding-left: 25px;
    float: left;
}
.sig {
    background: url(../img/flecha-next.png) right no-repeat;
    background-size: contain;
    padding-right: 25px;
    float: right;
}
.cabezal,
.marcas {
    width: 100%;
    float: left;
}
.ant:hover,
.sig:hover {
    text-decoration: underline;
}
.marcas {
    background: #ed8f33;
    padding: 20px 0;
}
.footer h6 {
    color: #fff;
    margin: 22% 0 20px;
    padding-left: 60px;
    box-sizing: border-box;
}
.caja-datos {
    width: 100%;
    max-width: 1100px;
    height: 100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.5);
    padding: 40px 60px;
    box-sizing: border-box;
}
.caja-datos a {
    color: #000;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: left;
    box-sizing: border-box;
    padding: 6px 0 6px 35px;
    margin-right: 3%;
    font-size: 0.84rem;
}
.caja-datos a:last-child {
    margin-right: 0;
}
.cabezal {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 115px;
}
.cabezal h2 {
    color: #f79319;
    background: #fff;
    padding: 15px 30px 15px 300px;
    z-index: 400;
    font-weight: 300;
}
.cabezal .foto {
    top: 0;
}
.ajax {
    background: url(../img/loading.gif) center center no-repeat;
}
