@charset "utf-8";
/* CSS Document By Zacarías Prado zacarias.p@gmail.com */ 

@import url("font-awesome/css/font-awesome.min.css");
/* Icons */

@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700');
@import url("normalize.css");
/* Reset Reloaded + HTML5 baseline */
/****** BODY ****/

body {
    margin: 0px;
    padding: 0px;
    background: #f0f0f0 url(../images/fondo.jpg) repeat-x top;
}
body,
input,
textarea,
select {
    color: #5a5a5a;
    font: 400 16px/22px "Open Sans", sans-serif;
}
/****************************************************/
/***************** SETEOS PRIMARIOS *****************/
/****************************************************/

.---------------------------- {}
/* BODY SETS NORMAL */

#body,
#header,
#footer {
    margin: 0px auto;
}
#body {
    max-width: 1000px;
    padding: 0px 20px;
}
#header {
    max-width: 1000px;
}
#main {
    padding: 0px 0px;
    width: 100%;
}
#footer {
    min-width: 100%;
    background: #FFFFFF;
    margin-top: 30px;
    border-top: 10px solid #dedede;
    padding-bottom: 50px;
}
.---------------------------- {}
/* FORMS SETS - COLORES - FORMAS */

input[type=submit],
input[type=button],
input[type=reset],
a.btn,
a.btn:visited,
.btn {
    padding: 0 15px;
    color: #FFF;
    background: #5a5a5a;
    cursor: pointer;
    border-radius: 30px;
    font: 700 1em/30px "Open Sans Condensed", "Open Sans Cond", sans-serif;
    letter-spacing: normal;
}
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
a.btn:hover,
.btn:hover {
    background: #FF971D;
    color: #FFF;
    text-decoration: none;
}
input[type=text]:focus,
textarea:focus,
input[type=file]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=time]:focus {
    border: 1px solid rgba(0, 0, 0, .4);
    color: #333333;
}
select {
    font-size: 0.85em;
}
.---------------------------- {}
/* TRANSICION */

a,
a:hover,
input[type=submit],
input[type=button],
input[type=reset],
a.btn,
btn,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
a.btn,
a.btn:hover,
btn,
btn:hover,
.productos-mod,
.productos-mod:hover,
#faq h3,
#faq h3:hover,
.busqueda-mod,
.busqueda-mod:hover,
.busqueda-mod img,
.testimonio-mod,
.testimonio-mod:hover,
.mod-prod,
.mod-prod:hover,
.galeria a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.---------------------------- {}
/* SIN TRANSICION */

.slides_container a {
    transition: none;
}
.---------------------------- {}
/* VARIABLE SETS */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    letter-spacing: -0.03em;
    font-weight: 700;
    font-family: "Open Sans Condensed", "Open Sans Cond", sans-serif;
}
a,
a:active,
a:visited {
    text-decoration: none;
    color: #3a3a3a;
}
a:hover {
    text-decoration: underline;
    color: #000000;
}
hr {
    padding: 0px;
    height: 0px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    border-top: 2px solid #f6f6f6;
    clear: both;
    overflow: hidden;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.---------------------------- {}
/* REDONDEADOS DE CAJA */

.rounded3 {
    border-radius: 3px;
}
.rounded5 {
    border-radius: 5px;
}
.shadow {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.mas-hover {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
    position: absolute;
    z-index: 999;
    display: block;
    background: rgba(217, 42, 141, 0.4) url(../images/icon-ver-mas.png) no-repeat center bottom;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding-top: 0%;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}
.---------------------------- {}
/* CAJAS DE CONTENIDOS */

.caja100,
.caja50,
.caja30,
.caja20,
.caja70 {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
.caja100 {
    width: 100%;
}
.caja50 {
    width: 49.8%;
}
.caja30 {
    width: 33%;
}
.caja20 {
    width: 24.8%;
}
.caja70 {
    width: 69.8%;
}
.tablet {
    display: none;
}
.movil {
    display: none;
}
.desktop {
    display: block;
}
.img-responsive {width: 100%; height: auto; display: block;}
/****************************************************/
/********************** WEB *************************/
/****************************************************/

.---HEADER------------------------- {}
/* HEADER */

.header-logo {
    float: left;
    display: inline-block;
    width: 38%;
}
.header-logo img {
    width: 100%;
    height: auto;
    padding: 15px 0;
}
.header-right {
    width: 50%;
    float: right;
    padding: 15px 0;
    text-align: right;
}
.header-right a {
    display: inline-block;
    color: #5A5A5A;
    text-align: right;
    margin-bottom: 5px;
}
.header-right a:hover {
    color:#F7981D;
}
.header-right h3 {
    display: block;
    font-size: 1.6em;
    letter-spacing: -0.04em;
    line-height: 100%;
    text-align: right;
}
.---------------------------- {}
/* MENU PRINCIPAL */

.menu-ppal {
    background: #5a5a5a;
    height: 40px;
    width: 100%;
}
.menu-ppal-redes {
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding: 0 15px;
    float: right;
}
.menu-ppal-redes a {
    color: #FFFFFF;
    font-size: 1.6em;
    line-height: 40px;
}
.---SLIDER-HOME--------------- {}
/* SLIDER PRINCIPAL */

.slider-home {
    background: url(../images/sombra-slider.png) no-repeat center bottom;
    padding-bottom: 20px;
}
.theme-default #slider-home {
    z-index: 100;
    width: 100%;
    height: 300px;
    background: #FFF;
    border-radius: 0 0 4px 4px;
}
.theme-default #slider-home .nivo-caption {
    position: absolute;
    right: 30px;
    bottom: 40px;
    background-color: rgba(255, 255, 255, .9);
    color: #5a5a5a;
    z-index: 8;
    padding: 0px 30px;
    border-radius: 10px;
    overflow: hidden;
    display: none;
    margin-left: 30px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
}
.theme-default #slider-home .nivo-caption h3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.theme-default #slider-home .nivo-caption strong {
    font-weight: 700;
    font-size: 32px;
}
.theme-default #slider-home .nivo-caption a {
    display: inline !important;
}
.----SLIDER-MENSAJES---------- {}
/* SLIDER MENSAJES */

.slider-mensaje {
    clear: both;
}
.theme-default #slider-mensaje {
    z-index: 100;
    width: 100%;
    height: 330px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    overflow: hidden;
}
.theme-default #slider-mensaje .nivo-caption {
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 8;
    padding: 0px;
    overflow: hidden;
    display: none;
    margin-left: 260px;
    padding-right: 10px;
    text-shadow: 1px 1px rgba(255, 255, 255, .9);
}
.theme-default #slider-mensaje .nivo-caption h3 {
    font-weight: 300;
    display: block;
    font-size: 32px;
    line-height: 36px;
    margin: 0px;
    padding: 0px;
    font-style: italic;
    text-align: right;
    letter-spacing: -0.02em;
}
.theme-default #slider-mensaje .nivo-caption h4 {
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin-top: 10px;
    font-style: italic;
    text-align: right;
    letter-spacing: normal;
}
.theme-default #slider-mensaje .nivo-caption a {
    display: inline !important;
}
.---------------------------- {}
/* MODULOS PRODUCTOS */

.titulo-horizontal {
    clear: both;
    width: 100%;
    padding-bottom: 10px;
    background: url(../images/linea-hr.png) repeat-x center;
    text-align: center;
}
.titulo-horizontal h3 {
    padding-right: 15px;
    padding-left: 15px;
    background: #F0F0F0;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    font-size: 1.25em;
    line-height: 100%;
}
.mod-prod {
    display: block;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    background: #FFF;
    height: 180px;
    margin: 0px 0px 10px;
    padding: 0px;
    overflow: hidden;
}
.mod-prod-mod {
    text-align: center;
    display: table-cell;
    height: 160px;
    width: 20%;
    margin: 0px;
    float: left;
    padding: 0px;
    overflow: hidden;
}
.mod-prod-mod a {
    display: block;
    background: #FFF;
    padding: 40px 0px 20px;
    margin: 0px;
    height: 100px;
}
.mod-prod-mod:hover a {
    text-decoration: none;
    background-color: #f6f6f6;
    padding: 20px 0px 40px;
}
.mod-prod-mod img {
    height: 47px;
    width: auto;
}
.mod-prod-mod h3 {
    display: block;
    font-size: 1.4em;
}
.azul {
    color: #1372a9;
}
.morado {
    color: #831a4e;
}
.esmeralda {
    color: #00b19a;
}
.rojo {
    color: #a40c0c;
}
.naranjo {
    color: #f4921a;
}
.verde {
    color: #4d8301;
}
.mod-prod:hover {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}
.---------------------------- {}
/* BOTONES HOME */

.mod-botones {
    margin: 20px 0;
}
.mod-botones a.btn,
.mod-botones img {
    vertical-align: top;
}
.mod-botones a.btn {
    float: left;
    margin-right: 10px;
}
.mod-botones img {
    float: right;
}
.---------------------------- {}
/* CLIENTES */

.clientes {
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
}
.clientes-titulo {
    background: #f6f6f6;
    font-size: 1.3em;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 15px;
}
.---------------------------- {}
/* FOOTER */

.footer-cont {
    max-width: 1000px;
    margin: 0px auto;
    font-size: .9em;
}
.footer-menu {
    margin-bottom: 20px;
    text-align: center;
    display: block;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.footer-menu a {
    padding: 0 10px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    font-size: 1em;
}
.footer-menu a:last-child {
    border-right: none;
}
.footer-info,
.footer-logo,
.footer-redes {
    height: 90px;
    padding: 0px 1.9%;
    display: inline-block;
    vertical-align: top;
}
.footer-info,
.footer-logo {
    border-left: 1px solid rgba(0, 0, 0, .1);
}
.footer-logo {
    width: 21%;
    float: right;
}
.footer-logo img {
    max-height: 90%;
    max-width: 95%;
    height: auto;
    width: auto;
}
.footer-info {
    width: 46%;
    float: right;
}
.footer-info h3 {
    font-size: 1.1em;
    margin-bottom: 10px;
    display: block;
    padding: 0px;
    line-height: 1.1em;
}
.footer-redes {
    width: 21%;
}
.footer-redes-social {
    margin-bottom: 15px;
}
.footer-c {
    display: block;
    font-size: .9em;
}
.---------------------------- {}
/* PAGINAS INTERIORES */

.contenido {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 15px 15px 40px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.pag-interiores {
    padding: 0 15px;
    line-height: 24px;
    font-size: 1em;
}
.pag-interiores-titulo {
    font-size: 2em;
    font-weight: 300;
    margin: 0px 0px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 0px 15px 10px;
    line-height: 100%;
}
.pag-interiores-titulo b {
    font-weight: 700;
}
.pag-interiores h1 {
    font-size: 2em;
    margin: 0px 0px 10px;
    padding: 0px;
    display: block;
    line-height: normal;
}
.pag-interiores h2 {
    font-size: 1.8em;
    line-height: normal;
}
.pag-interiores h3 {
    font-size: 1.4em;
    line-height: normal;
}
.pag-interiores h4 {
    font-size: 1.1em;
    line-height: normal;
}
.pag-interiores h5 {
    font-size: .8em;
    line-height: normal;
}
.pag-interiores h6 {
    display: block;
    background: #f8f8f8;
    padding: 20px 30px;
    margin: 0px 0px 10px;
    letter-spacing: normal;
    font-size: 1em;
    text-shadow: 1px 1px #fff;
    border-left: 3px solid rgba(0, 0, 0, .2);
    font-style: italic;
}
.pag-interiores p {
    margin: 0 0 15px 0;
    padding: 0px;
}
.pag-interiores b,
.pag-interiores strong {
    font-weight: 700;
}
.pag-interiores ul,
.pag-interiores ol {
    margin: 0px 0px 20px 40px;
    padding: 0px;
}
.pag-interiores ul {
    list-style-type: none;
    margin-left: 20px;
}
.pag-interiores ul li {
    display: block;
    padding-left: 20px;
    background: url(../images/arrow.png) no-repeat left 10px;
}
.---------------------------- {}.pag-interiores img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}
.pag-interiores img.left {
    padding: 0px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.pag-interiores img.right {
    margin: 0px 0px 10px 30px;
    padding: 0px;
}
.pag-interiores img.center {
    display: block;
    margin: 10px auto;
}
.caja1 img,
.caja2 img,
.caja3 img,
.caja4 img,
.caja6 img {
    padding: 0px;
    max-width: 100%;
    height: auto;
}
.pag-interiores table,
.pag-interiores tr,
.pag-interiores td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1);
    text-align: left;
    vertical-align: baseline;
}
.pag-interiores td {
    padding: 10px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.pag-interiores tr {
    background: #F9F9F9;
}
.pag-interiores tr:hover {
    background: #FEF7C2;
    color: #100F14;
}

.quienes-somos img {max-width: 33%;}
.alianzas {margin: 20px 0;}
.alianzas img {max-width: 33%;}

.---------------------------- {}
/* NAVEGADOR */

.navegador {
    display: block;
    font-size: 0.8em;
    padding-left: 10px;
    margin: 0px auto 10px;
    background: #f6f6f6;
    border-radius: 3px;
}
.navegador a {
    padding-right: 5px;
    padding-left: 5px;
    line-height: 30px;
    color: #5A5A5A;
}
.navegador a:hover {
    text-decoration: underline;
}
.---------------------------- {}
/* CONTENIDOS INTERNOS / PRODUCTOS */

.productos-img-portada {
    margin-bottom: 10px;
}
.productos-img-portada img {
    border-radius: 0 0 5px 5px;
}
.contenido .caja30,
.contenido .caja70 {
    display: table-cell;
}
.contenido .caja30 {
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.contenido .caja30 h3 {
    padding: 30px 30px 0 0;
}
.contenido .caja70 .pag-interiores {
    padding: 0 0 30px 30px;
}
/* TITULOS */

.pag-prod-titulo {
    font-size: 2.2em;
    font-weight: 700;
    padding: 10px 0;
    line-height: 140%;
    margin: 0px 0px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
}
.pag-prod-titulo img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.pag-prod-bajada {
    font-size: 1.9em;
    font-weight: 300;
    line-height: 140%;
    text-align: right;
}
.---------------------------- {}
/* TESTIMONIOS */

.testimonio {
    margin-bottom: 15px;
}
.testimonio-mod {
    padding: 15px;
    margin-bottom: 10px;
    background: #FFF;
    border-radius: 5px;
    display: block;
}
.testimonio-mod img {
    float: left;
    margin: 0 20px 10px 0;
    border-radius: 50%;
    width: 120px;
    height: auto;
    border: 5px solid rgba(0, 0, 0, .05);
}
.testimonio-mod h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 700;
}
.testimonio-mod p {
    font-size: 1em;
    margin: 0px;
}
.testimonio-mod span {
    margin: 7px 0px 0px;
    font-size: 0.8em;
    font-weight: 700;
}
.testimonio-mod:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}
.---------------------------- {}
/* VIDEOS */

.videos {
    background: #FFF;
    height: 393px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.videos .caja70,
.videos .caja30 {
    display: table-cell;
    vertical-align: top;
}
.videos .caja70 {
    float: right;
}
.videos .caja70 iframe {
    width: 100%;
}
.videos .caja30 article {
    float: left;
    padding: 30px 20px;
}
.videos .caja30 article h3 {
    font-size: 24px;
    line-height: 22px;
}
.videos .caja30 article p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
}
.videos .caja30 article ul,
.videos .caja30 article ol {
    margin: 10px 0px 20px 10px;
    padding: 0px;
    list-style: none;
    font-size: 16px;
    font-weight: 400;
}
.---------------------------- {}
/* FORMULARIOS CONTACTO -REGISTROS */

.contacto,
.contacto-info {
    display: inline-block;
    vertical-align: top;
}
.contacto {
    width: 56%;
    padding: 0 3% 0 0;
    border-right: 1px solid rgba(0, 0, 0, .1);
}
.contacto-info {
    width: 38%;
    float: right;
}
.---------------------------- {}
/* FORMULARIOS FIXES */

.forms-titulos {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;
}
.forms-titulos hr {
    margin: 0px;
    border-top: 3px solid rgba(0, 0, 0, .05);
    border-right: 0px none rgba(0, 0, 0, .05);
    border-bottom: 0px none rgba(0, 0, 0, .05);
    border-left: 0px none rgba(0, 0, 0, .05);
    padding: 0px;
    height: 0px;
    width: 100%;
}
.forms-titulos h3 {
    background: #FFF;
    padding: 0px 10px;
    margin: 0px;
    position: absolute;
    text-align: center;
    left: 25%;
    bottom: 20px;
}
.contacto-info .forms-titulos h3 {
    left: 5%;
}
.contacto input[type=email],
.contacto input[type=text],
.contacto textarea,
.registro input[type=text],
.registro textarea,
.registro input[type=email],
.registro input[type=date],
.registro input[type=password],
.contacto input[type=password] {
    width: 65%;
    margin-bottom: 10px;
}
.contacto span,
.registro span {
    width: 25%;
    float: left;
    font-size: 0.8em;
    text-align: right;
    display: inline-block;
    padding-right: 1%;
    min-height: 30px;
}
.contacto span.info,
.registro span.info {
    text-align: left;
    font-size: .9em;
    display: block;
    margin-left: 27%;
    width: auto;
    top: -5px;
    position: relative;
}
.form-capcha input[type=text] {
    background: #F4F5F7;
    width: 50px;
    float: none;
    padding-left: 5px;
    text-align: left;
}
.contacto textarea {
    height: 130px;
    padding: 10px;
}
.contacto-btn {
    margin-left: 135px;
    margin-top: 20px;
}

/* GALERÍA FOTOS */
.galeria {text-align: center;}
.galeria a {display: inline-block; width:280px; height: 260px; border-radius: 4px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; margin: 0 10px;}
.galeria a:hover {opacity: .6;}

.------------------- {}
/** VALIDADOR FORMULARIO **/

.contacto .msg-enviado,
.contacto .msg-error {
    color: #390;
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    text-align: center;
    background: #f3f8e7;
    border-radius: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    font-size: 1.1em;
    font-weight: 700;
}
.contacto .msg-error {
    color: #FF6600;
    background: #fbf9d5;
}
.contacto div.error,
.contacto .form-capcha div.error {
    color: #666666;
    font-size: 11px;
    width: 135px;
    display: block;
    margin-top: -7px;
    margin-left: 143px;
    background: #F1f1f1;
    padding: 3px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
}
.contacto .form-capcha div.error {
    margin-left: 140px;
    width: 143px;
}


/* POPUP */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:450px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}

#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1; padding:5px;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}