/* Estilos generales */
/* ---Estilos para el header--- */
/* ---Estilos dentro del Slider--- */
/* ---Estilos para el Menu--- */
/* ---Estilos generales para la ZONA DE CONTENIDOS--- */
/* ---Estilos para la ZONA DE CONTENIDOS en INICIO--- */
/* ---Estilos para la ZONA DE CONTENIDOS en SERVICIOS--- */
/* ---Estilos para la ZONA DE CONTENIDOS en NOSOTROS--- */
/* ---Estilos para la ZONA DE CONTENIDOS en CONTACTENOS--- */
/* ---Estilos para el FORMULARIO---*/
/* ---Degradados--- */
/* MEDIA QUERIES PARA TABLET */ 
/* MEDIA QUERIES PARA CELULARES horizontal */
/* MEDIA QUERIES PARA CELULARES vertical */

/* ------ */

/* Reset del html */
*, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, textarea, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
address, article, aside, audio, canvas, command, datalist, 
details, dialog, figure, figcaption, footer, header, hgroup,
keygen, mark, meter, menu, nav, progress,
ruby, section, time, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
body{
    font-size: 16px;
    background:#000 url('../images/fondos/fondo_lineas.png');
    font-family: 'Alegreya Sans', 'Century Gothic';
    zoom:1;
}
div#fondo_cielo{
    background-image: url('../images/fondos/fondo_cielo.gif');
    width: 100%;
    height: 393px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
div#contenedor{
    width: 98%;
    max-width: 1081px;
    margin: 0 auto;
}

/* Estilos generales */

a{color: #01b2fc;text-decoration: none;}

.bold{font-weight: bold;}
.ocultar{display:none;}

.iso_circulos_gray{
    border:4px solid white;
    box-shadow: 0 0 0 4px #999,
                0 0 0 8px #333;
    -moz-box-shadow: 0 0 0 4px #999,
                     0 0 0 8px #333;
    -webkit-box-shadow: 0 0 0 4px #999,
                        0 0 0 8px #333;
}
.iso_circulos{
    border:4px solid white;
    box-shadow: 0 0 0 4px #01b2fc,
                0 0 0 8px #f901fc;
    -moz-box-shadow: 0 0 0 4px #01b2fc,
                     0 0 0 8px #f901fc;
    -webkit-box-shadow: 0 0 0 4px #01b2fc,
                        0 0 0 8px #f901fc;
}
.clear{clear: both;}
.pre{white-space:pre-wrap;}

/* ---Estilos para el header--- */

header{
    width: 100%;
    height: 105px;
    color: #fff;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
    border: 1px solid #666;
    border-top: 0px;
    border-radius: 0 0 10px 10px;
    background-image: url('../images/header.png');
}
header div{float: left;}

div#logo{
    width:33.3%;
    margin-left: 33%;
    text-align: center;
}
#logo img{height:105px;margin-top: 8px;}

div#telefonos{
    width:33.3%;
    height: 105px;
}
div#datos_telefonos{float: right;margin-top: 17px;}

#telefonos span{
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    padding: 3px 0;
    text-shadow: 1px 1px 2px #000, 1px 1px 4px #000;
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
}
#telefonos span:first-line{
    font-weight: bold;
}
#telefonos span:nth-child(2){
    height: 76px;
}
img#garantia{margin: -2px 0 0 -17px;}

/* ---Estilos dentro del Slider--- */

#contenedor_slider{
    color:#fff;
    padding: 4px;
    position: relative;
}
#contenedor_slider #facebook, #informes{
    font-size: .9rem;
    float: right;
    padding: 2px 5px;
    border: 1px solid #01b2fc;
    background-color: #000;
    cursor: pointer;
    border-radius: 3px;
}
#contenedor_slider #facebook{margin: 0 31px 0 9px;}
#contenedor_slider #informes{position: relative;}

#contenedor_slider #datos_informes{
    display: none;
    position: absolute;
    top: 26px;
    left: -64px;
    z-index: 500;
    cursor: text;
    padding: 10px;
    background-color: rgba(0,0,0,0.8);
    font-size: 0.9rem;
    width: 202px;
}
#datos_informes i{color:#01b2fc;}

#contenedor_slider div#mas_datos{
    width: 50%;
    position:absolute;
    top: -9px;
    left: 50%;
    z-index: 502;
}
div#mas_datos a:hover{text-decoration: underline;}

span#registro{
    position: absolute;
    top:0;
    left: 0;
    z-index: 501;
    width: 100%;
    height: 5px;
}
span.foco{
    float: left;
    width: 20%;
    margin: -2px 2.5% 0;
    height: 10px;
    border-radius: 0 0 5px 5px;
}

/* ---Estilos para el Menu--- */

nav#menu{
    position: relative;
    width: 100%;
    height: 60px;
    margin-top: 15px;
}
#menu ul{list-style: none;}

#menu li{
    display: inline-block;
    width: 25%;
    height: 58px;
    text-align: center;
}
#menu li:nth-child(1){border-bottom: 2px solid #01b2fc;}
#menu li:nth-child(2){border-bottom: 2px solid yellow;}
#menu li:nth-child(3){border-bottom: 2px solid #f901fc;}
#menu li:nth-child(4){border-bottom: 2px solid #00ff34;}

#menu a.btn{
    position: relative;
    display: inline-block;
    padding: 21px 30px;
    background-color: #000;
    text-decoration: none;
    text-transform: uppercase;
    color:#999;
}
#menu .btn:hover{
    color: white;
}
a.btn:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: gray;
    width: 80%;
    margin: 0 10%;
    height: 31px;
    opacity: 0.2;
    transition: all 150ms;
}
a.btn:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: gray;
    width: 80%;
    margin: 0 10%;
    height: 30px;
    opacity: 0.1;
    transition: all 150ms;
}

#menu .btn:hover:after{height: 5px;opacity: 1;}
#menu .btn:hover:before{height: 2px;opacity: 1;}

#menu a.current_cyan {color:#01b2fc;} /* estos son los botones activos */
#menu a.current_cyan:hover {color:#01b2fc;} /* esto les quita el :hover blanco */
#menu a.current_yellow {color:yellow;}
#menu a.current_yellow:hover {color:yellow;}
#menu a.current_magenta {color:#f668f8;}
#menu a.current_magenta:hover {color:#f668f8;}
#menu a.current_green {color:#00ff34;}
#menu a.current_green:hover {color:#00ff34;}

#menu a.current_cyan:after{height: 5px;opacity: 1}/* ventanas abiertas de los botones activos */
#menu a.current_cyan:before{height: 2px;opacity: 1}
#menu a.current_yellow:after{height: 5px;opacity: 1}
#menu a.current_yellow:before{height: 2px;opacity: 1}
#menu a.current_magenta:after{height: 5px;opacity: 1}
#menu a.current_magenta:before{height: 2px;opacity: 1}
#menu a.current_green:after{height: 5px;opacity: 1}
#menu a.current_green:before{height: 2px;opacity: 1}

#indicador{position: relative;width: 100%;}
#indicador-cyan{position: absolute;top:2px;left: 0;width: 25%;text-align: center;}
#indicador-yellow{position: absolute;top:2px;left: 25%;width: 25%;text-align: center;}
#indicador-magenta{position: absolute;top:2px;left: 50%;width: 25%;text-align: center;}
#indicador-verde{position: absolute;top:2px;left: 75%;width: 25%;text-align: center;}

/* ---Estilos generales para la ZONA DE CONTENIDOS--- */

section, footer{
    background-color: rgba(0,0,0,0.5);
    border-radius: 3px;
    margin: 15px 0;
    width: 100%;
}
.border_cyan{
    border-top: 2px solid #01b2fc;
    border-bottom: 2px solid #01b2fc;
}
.border_yellow{
    border-top: 2px solid yellow;
    border-bottom: 2px solid yellow;
}
.border_magenta{
    border-top: 2px solid #f901fc;
    border-bottom: 2px solid #f901fc;
}
.border_green{
    border-top: 2px solid #00ff34;
    border-bottom: 2px solid #00ff34;
}
.letra_magenta{color: #f901fc;}
.letra_amarilla{color: yellow;}

article{
    width: 95%;
    height:auto;
    margin: 20px auto;
    color: #fff;
    overflow: hidden;
}
section#zona_redes{
    height: 256px;
}
section#zona_redes h2{display: none;}
div#likebox{margin: 0 auto;text-align: center;}

/* ---Estilos para la ZONA DE CONTENIDOS en INICIO--- */

div#contenedor-slider-dos{margin: 20px auto;}

#slider_dos{
    margin: 0 auto;
}
article#bienvenidos, 
#publicidad_exterior,
#publicidad_impresa,
#publicidad_online,
#contactenos{
    width: 100%;
    background: url('../images/fondos/fondo_ciudad.png') no-repeat;
}
.info_article{
    width: 70%;
    margin: 0 auto;
}
div#intro{
    width: 100%;
    overflow: hidden;
    display: block;
}
.cuadro{
    width: 96px;
    height: 96px;
    border:1px solid #fff;
    float: left;
    margin-right: 15px;
}
div#beneficios{
    width: 100%;
    display: inline-block;
}
article#bienvenidos p.tuPublicidad{
    width: 46%;
    float: left;
    margin-top: 36px;
    text-align: center;
    font-size: 1.3rem;
}
article#bienvenidos p.tuPublicidad:first-line{
    font: bold 1.9rem 'Century Gothic';
    color: #01b2fc;
}
.beneficios{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    float: left;
    width: 18%;
    text-align: center;
}
.beneficios img{cursor: pointer;margin: 0 auto;}

.beneficios:hover{
    -ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2,1.2);
}
#lista_productos{
    text-align: center;
    margin: 15px auto;
    width: 70%;
}
/*#lista_productos~*/a.btn_celeste{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
    margin: 15px auto 15px;
    font-weight: bold;
    opacity: 0.7;
}
a.btn_celeste:hover{
    opacity: 1;
    box-shadow: 0 0 15px rgba(1,178,252,0.5);
}

#publicidad_exterior .info_article,
#publicidad_impresa .info_article,
#publicidad_online .info_article{
    width: 100%;
}
#publicidad_exterior .concepto,
#publicidad_impresa .concepto,
#publicidad_online .concepto{
    width: 38%;
    float: left;
}
.black h2, .black p~p, .concepto li{
    text-align: center;
    color: #01b2fc;
}
.black{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background-color: rgba(0,0,0,0.5);
    padding: 2rem 2rem 0.5rem;
}
.black h2{
    font: bold 1.4rem 'Century Gothic';
    text-transform: uppercase;
    text-shadow: 0 0 15px rgba(1,178,252,1);
    margin-bottom: 0.5rem;
}
.black p~p{
    font-size: 0.9rem;
    margin-top: 1rem;
}
.concepto ul{list-style: none;}
 
.concepto li{
    width: 100%;
    margin: 0.2rem 0;
    padding: 0.5rem 0;
    font: bold 1.4rem 'Century Gothic';
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
    opacity: 0.5;
}
.concepto li:hover{
    opacity: 1;
    text-shadow: 0 0 15px rgba(1,178,252,1);
}
#publicidad_exterior .imagen,
#publicidad_impresa .imagen,
#publicidad_online .imagen{
    box-sizing:border-box;
    width: 61%;
    float: right;
    display: none;
}
.zona_interactiva{
    float: right;
}
#publicidad_exterior p.tuPublicidad,
#publicidad_impresa p.tuPublicidad,
#publicidad_online p.tuPublicidad{
    margin-top: 9px;
    float: left;
    text-align: center;
    font-size: 0.8rem;
}
#publicidad_exterior p.tuPublicidad:first-line,
#publicidad_impresa p.tuPublicidad:first-line,
#publicidad_online p.tuPublicidad:first-line{
    font: bold 1.1rem 'Century Gothic';
    color: #01b2fc;
}
.zona_interactiva .btn_celeste{
    margin-left: 1rem;
    margin-right: 1rem;
}

/* ---Estilos para la ZONA DE CONTENIDOS en SERVICIOS--- */

article#catalogo{background-image: url('../images/fondo_ciudad.png');}

.catalogo{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    width: 25%;
    height: auto;
    float: left;
    /*border:1px dotted #999;*/
    padding: 20px;
}
.catalogo>span{
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.catalogo .descripcion{margin: 0 auto;}

.descripcion h2, .descripcion p:first-of-type{
    border-left: 0.2rem solid yellow;
    padding-left: 0.5rem;
    text-transform: uppercase;
}
.descripcion h2 {
    font: bold 1.4rem 'Century Gothic';
    color: #fff;
    margin-top: 15px; 
} 
.descripcion p:first-of-type{
    color: yellow;
    margin-bottom: 1rem;
}
#impresos, #pub_exterior, #disenoweb, #merchan{
    cursor: pointer;
}
img#merchan{margin-top: -2px; margin-left: 0px}
img#pub_exterior{margin-top: -0.5rem; margin-left: -1rem}
img#disenoweb{margin-top:0; margin-left: 0;}

a.btn_yellow{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    color: #000;
    margin: 15px auto 15px;
    font-weight: bold;
    opacity: 0.7;
}
a.btn_yellow:hover{
    opacity: 1;
    box-shadow: 0 0 15px rgba(255,255,0,0.5);
}

/* ---Estilos para la ZONA DE CONTENIDOS en NOSOTROS--- */

article#objetivos{background-image: url('../images/fondo_ciudad.png');}

div#texto{width: 75%;margin: 0 auto;}

div#texto img:first-of-type{
    float: left;
    border: 1px solid #f901fc;
    margin-right: 1rem;
}
#slide_clientes h2{
    text-align: center;
    color: white;
    margin-bottom: 1rem;
}
#slide_clientes li{
    box-sizing: border-box;
    background-color: black;
    border: 1px solid #f901fc;
    height: 150px;
    padding: 3px;
}
#slide_clientes a{
    cursor: progress;
}
#slide_clientes a[href^="http"]{
    cursor: pointer;
}

/* ---Estilos para la ZONA DE CONTENIDOS en CONTACTENOS--- */

div#google_map{
    width: 90%;
    margin: 0 auto;
    opacity: 0.8;
    overflow: hidden;
    border:1px solid green;
}
div#google_map:hover{opacity: 1;}

div#visitanos{
    width: 85%;
    height: auto;
    margin: 0 auto;
    position: relative;
}
div#visitanos img{
    position: absolute;
    top: 0;
    margin-top: -45px;
    padding: 0.2rem;
    background-color: #57BE36;
    border: 1px solid green;
}
div#mega_sac{
    width: 60%;
    margin-left: 113px;
}
div#mega_sac h3{font-weight: bold;}
div#mega_sac p{font-size: 0.9rem;}

/* ---Estilos para el FORMULARIO---*/

section#formulario{
    width: 60%;
    margin: 0 auto;
    background-color: transparent;
    color:#00ff34;
}
h2#solicite{
    width: 65%;
    margin: 0 auto;
    margin-top: 3rem;
    font-size: 1rem;
    text-align: center;
    color: #00ff34;
}
label{cursor: pointer;}
div.label{width: 70px;display: inline-block;}
div.label.mensaje{vertical-align: top;padding-top: 21px}

form input[type=text], form select, form textarea{
    box-sizing:border-box;
    border: 0;
    padding: 0.5rem;
    font-size: 1rem;
    border-radius: 8px;
    background-color: #282828;
    color: #999;
    width: 85%;
    box-shadow: inset 0 2px 5px rgba(0,0,0,0.5);
    margin-top: 11px;
}
form textarea{
    height: 15rem;
    font-size: 1rem;
}
form input:focus, form select:focus, form textarea:focus{
    box-shadow: 
        inset 0 2px 5px rgba(0,255,0,.05),
        inset 0 1px 0 rgba(255,255,255,0.1),
        0 0 2px 2px #00ff34;
    color:#00ff34;
}

.botones{
    padding: 30px 0;
    text-align: center;
}
form .btn_green{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    color: #000;
    margin: 15px auto 15px;
    font-weight: bold;
    opacity: 0.7;
    font-size: 1rem;
}
form .btn_green:hover{
    opacity: 1;
    box-shadow: 0 0 15px rgba(0,255,0,0.5);
}

form .btn_celeste{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    color: #000;
    margin: 15px 0 15px 20px;
    font-weight: bold;
    opacity: 0.7;
    font-size: 1rem;
}
form .btn_celeste:hover{
    opacity: 1;
    box-shadow: 0 0 15px rgba(1,178,252,0.5);
}

/*---Estilos para el FOOTER---*/
footer{
    padding: 8px 0;
    font-size: 0.9em;
    color:white;
    overflow: hidden;
}
footer section{
    width: 32%;
    display: inline-block;
    background-color: transparent;
    float: left;
}
footer section h3{
    background-color: #333;
    border: 1px solid #666;
    border-radius: 4px;
    padding: 3px;
    width: 172px;
    text-align: center;
}
section#empresa{
    padding-left: 1rem;
}
section#empresa img{
    width: 50%;
}
section#nube-productos a.b{font-size: 0.9rem;}
section#nube-productos a.c{font-size: 1.2rem;}
section#nube-productos a.a{font-size: 1.5rem;}

a.b, .c, .a{color: #999;}
a.b:hover, .c:hover, .a:hover{
    color: white;
    text-decoration: underline;
}

div#sid{
    width: 100%;
    color: #888;
    text-align: center;
    padding: 8px 0;
    font-size: 0.8rem;
}

/* ---Degradados--- */ 

.base{ /* degradado de franjas en nav */
background: rgb(174,188,191); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(174,188,191,1) 0%, rgba(110,119,116,1) 10%, rgba(10,14,10,1) 11%, rgba(110,119,116,1) 30%, rgba(10,14,10,1) 31%, rgba(174,188,191,1) 49%, rgba(10,14,10,1) 51%, rgba(174,188,191,1) 67%, rgba(10,14,10,1) 69%, rgba(174,188,191,1) 87%, rgba(10,14,10,1) 89%, rgba(112,112,112,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,1)), color-stop(10%,rgba(110,119,116,1)), color-stop(11%,rgba(10,14,10,1)), color-stop(30%,rgba(110,119,116,1)), color-stop(31%,rgba(10,14,10,1)), color-stop(49%,rgba(174,188,191,1)), color-stop(51%,rgba(10,14,10,1)), color-stop(67%,rgba(174,188,191,1)), color-stop(69%,rgba(10,14,10,1)), color-stop(87%,rgba(174,188,191,1)), color-stop(89%,rgba(10,14,10,1)), color-stop(100%,rgba(112,112,112,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 10%,rgba(10,14,10,1) 11%,rgba(110,119,116,1) 30%,rgba(10,14,10,1) 31%,rgba(174,188,191,1) 49%,rgba(10,14,10,1) 51%,rgba(174,188,191,1) 67%,rgba(10,14,10,1) 69%,rgba(174,188,191,1) 87%,rgba(10,14,10,1) 89%,rgba(112,112,112,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 10%,rgba(10,14,10,1) 11%,rgba(110,119,116,1) 30%,rgba(10,14,10,1) 31%,rgba(174,188,191,1) 49%,rgba(10,14,10,1) 51%,rgba(174,188,191,1) 67%,rgba(10,14,10,1) 69%,rgba(174,188,191,1) 87%,rgba(10,14,10,1) 89%,rgba(112,112,112,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 10%,rgba(10,14,10,1) 11%,rgba(110,119,116,1) 30%,rgba(10,14,10,1) 31%,rgba(174,188,191,1) 49%,rgba(10,14,10,1) 51%,rgba(174,188,191,1) 67%,rgba(10,14,10,1) 69%,rgba(174,188,191,1) 87%,rgba(10,14,10,1) 89%,rgba(112,112,112,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(174,188,191,1) 0%,rgba(110,119,116,1) 10%,rgba(10,14,10,1) 11%,rgba(110,119,116,1) 30%,rgba(10,14,10,1) 31%,rgba(174,188,191,1) 49%,rgba(10,14,10,1) 51%,rgba(174,188,191,1) 67%,rgba(10,14,10,1) 69%,rgba(174,188,191,1) 87%,rgba(10,14,10,1) 89%,rgba(112,112,112,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aebcbf', endColorstr='#707070',GradientType=0 ); /* IE6-9 */
}

.banderola{ /* degradado en los botones */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 14%, rgba(43,43,43,1) 54%, rgba(14,14,14,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(14%,rgba(14,14,14,1)), color-stop(54%,rgba(43,43,43,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 14%,rgba(43,43,43,1) 54%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 14%,rgba(43,43,43,1) 54%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 14%,rgba(43,43,43,1) 54%,rgba(14,14,14,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 14%,rgba(43,43,43,1) 54%,rgba(14,14,14,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

.plateado{
background: #8e8e8e; /* Old browsers */
background: -moz-linear-gradient(left,  #8e8e8e 0%, #f1f1f1 20%, #666666 49%, #e1e1e1 83%, #878787 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8e8e8e), color-stop(20%,#f1f1f1), color-stop(49%,#666666), color-stop(83%,#e1e1e1), color-stop(100%,#878787)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #8e8e8e 0%,#f1f1f1 20%,#666666 49%,#e1e1e1 83%,#878787 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #8e8e8e 0%,#f1f1f1 20%,#666666 49%,#e1e1e1 83%,#878787 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #8e8e8e 0%,#f1f1f1 20%,#666666 49%,#e1e1e1 83%,#878787 100%); /* IE10+ */
background: linear-gradient(to right,  #8e8e8e 0%,#f1f1f1 20%,#666666 49%,#e1e1e1 83%,#878787 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e8e8e', endColorstr='#878787',GradientType=1 ); /* IE6-9 */
}

.btn_celeste{
background: rgb(184,208,237); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(184,208,237,1) 0%, rgba(89,171,234,1) 49%, rgba(4,98,229,1) 51%, rgba(22,152,252,1) 76%, rgba(0,67,201,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(184,208,237,1)), color-stop(49%,rgba(89,171,234,1)), color-stop(51%,rgba(4,98,229,1)), color-stop(76%,rgba(22,152,252,1)), color-stop(100%,rgba(0,67,201,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(184,208,237,1) 0%,rgba(89,171,234,1) 49%,rgba(4,98,229,1) 51%,rgba(22,152,252,1) 76%,rgba(0,67,201,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(184,208,237,1) 0%,rgba(89,171,234,1) 49%,rgba(4,98,229,1) 51%,rgba(22,152,252,1) 76%,rgba(0,67,201,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(184,208,237,1) 0%,rgba(89,171,234,1) 49%,rgba(4,98,229,1) 51%,rgba(22,152,252,1) 76%,rgba(0,67,201,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(184,208,237,1) 0%,rgba(89,171,234,1) 49%,rgba(4,98,229,1) 51%,rgba(22,152,252,1) 76%,rgba(0,67,201,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8d0ed', endColorstr='#0043c9',GradientType=0 ); /* IE6-9 */
}

.btn_green{
background: rgb(192,239,186); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(192,239,186,1) 1%, rgba(91,234,91,1) 49%, rgba(4,224,19,1) 52%, rgba(22,249,33,1) 77%, rgba(13,201,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(192,239,186,1)), color-stop(49%,rgba(91,234,91,1)), color-stop(52%,rgba(4,224,19,1)), color-stop(77%,rgba(22,249,33,1)), color-stop(100%,rgba(13,201,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(192,239,186,1) 1%,rgba(91,234,91,1) 49%,rgba(4,224,19,1) 52%,rgba(22,249,33,1) 77%,rgba(13,201,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(192,239,186,1) 1%,rgba(91,234,91,1) 49%,rgba(4,224,19,1) 52%,rgba(22,249,33,1) 77%,rgba(13,201,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(192,239,186,1) 1%,rgba(91,234,91,1) 49%,rgba(4,224,19,1) 52%,rgba(22,249,33,1) 77%,rgba(13,201,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(192,239,186,1) 1%,rgba(91,234,91,1) 49%,rgba(4,224,19,1) 52%,rgba(22,249,33,1) 77%,rgba(13,201,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0efba', endColorstr='#0dc900',GradientType=0 ); /* IE6-9 */
}

.btn_yellow{
background: #ecefba; /* Old browsers */
background: -moz-linear-gradient(top,  #ecefba 1%, #e8e85a 48%, #dce004 52%, #efff16 77%, #c9bf00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ecefba), color-stop(48%,#e8e85a), color-stop(52%,#dce004), color-stop(77%,#efff16), color-stop(100%,#c9bf00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ecefba 1%,#e8e85a 48%,#dce004 52%,#efff16 77%,#c9bf00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ecefba 1%,#e8e85a 48%,#dce004 52%,#efff16 77%,#c9bf00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ecefba 1%,#e8e85a 48%,#dce004 52%,#efff16 77%,#c9bf00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ecefba 1%,#e8e85a 48%,#dce004 52%,#efff16 77%,#c9bf00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecefba', endColorstr='#c9bf00',GradientType=0 ); /* IE6-9 */
}

.offset{display: none;}

/* MEDIA QUERIES PARA TABLET */
@media only screen and (min-width: 481px) and (max-width: 770px){
    header div#logo{
        width:38%;
        margin-left: 0;
    }
    div#logo img{height:100px;}

    header div#telefonos{
        width:60%;
    }
    #menu a.btn{
        text-align: center;
        font-size: 0.8rem;
        padding: 29px 15px 13px;
    }
    #menu i.fa{
        font-size: 1rem;
        position: absolute;
        top: 11px;
        left: 40%;
    }
    article#bienvenidos p.tuPublicidad{
        width: 100%;
        margin: 36px 0;
    }
    article#bienvenidos .beneficios{
        width: 32%;
    }
    article#publicidad_exterior .concepto,
    article#publicidad_impresa .concepto,
    article#publicidad_online .concepto{
        width: 100%;
    }
    article#publicidad_exterior div.imagen,
    article#publicidad_impresa div.imagen,
    article#publicidad_online div.imagen{
        display: block;
        height: 230px;
    }
    #publicidad_exterior .imagen,
    #publicidad_impresa .imagen,
    #publicidad_online .imagen{
        width: 100%;
    }
    article#catalogo .catalogo{
        width: 100%;
        height: auto;
        float: left;
        padding: 20px;
    }
    article#catalogo .catalogo>span{
        float: left;
    }
    img#impresos{margin-top: -0.5rem;margin-left: -1.5rem;}
    img#pub_exterior{margin-top: -0.5rem}
    img#disenoweb{margin-left: -5rem}

    article#catalogo .descripcion{
        width: 56%;
        float: right;
    }
    footer section{
        box-sizing: border-box;
        width: 100%;
        display: block;
        padding: 0 1rem;
    }
    section#empresa img{
        width: 25%;
    }
}

/* MEDIA QUERIES PARA CELULARES horizontal */
@media only screen and (max-width: 480px){
    header div#logo{
        width:50%;
        margin-left: 0;
    }
    header div#telefonos{
        width:50%;
    }
    header img#garantia{
        height: 55px;
        margin: 20px 0 0 -23px;
    }
    div#logo img{width: 100%;height: auto;}

    #contenedor_slider div#mas_datos{
        width: 100%;
        top: 0;
        left: 0;
    }
    nav#menu{
        height: auto;
        margin-top: 15px;
    }
    #menu li{
        display: block;
        width: 100%;
        height: 58px;
        text-align: center;
    }
    #menu a.btn{
        display: block;
        padding: 21px 0;
        width: 100%;
    }
    div.info_article{
        width: 95%;
    }
    article#bienvenidos p.tuPublicidad{
        width: 100%;
        margin: 36px 0;
    }
    article#bienvenidos .beneficios{
        width: 32%;
    }
    article#publicidad_exterior .concepto,
    article#publicidad_impresa .concepto,
    article#publicidad_online .concepto{
        width: 100%;
    }
    article#publicidad_exterior div.imagen,
    article#publicidad_impresa div.imagen,
    article#publicidad_online div.imagen{
        display: block;
        height: 230px;
    }
    #publicidad_exterior .imagen,
    #publicidad_impresa .imagen,
    #publicidad_online .imagen{
        width: 100%;
    }

    section#zona_redes{display: none;}
    div#likebox{display: none;}

    article#catalogo .catalogo{
        width: 100%;
        height: auto;
        float: left;
        padding: 20px;
    }
    article#catalogo .descripcion{
        width: 100%;
        float: right;
    }
    section#formulario{
        width: 95%;
    }
    footer section{
        box-sizing: border-box;
        width: 100%;
        display: block;
        padding: 0 1rem;
    }

    
}
/* MEDIA QUERIES PARA CELULARES vertical */
    @media only screen and (max-width: 370px){
        header{
            height: auto;
        }
        header div#logo{
            width:100%;
            margin-left: 0;
            margin-bottom: 1rem;
        }
        header div#telefonos{
            width: 100%;
            text-align: center;
            height: auto;
        }
        header div#datos_telefonos{
            float: none;
            margin: 0 auto;
        }
        header img#garantia{
            height: 79px;
            margin: 0;
        }
        div#mega_sac{
            width: 100%;
            padding-top: 71px;
            margin: 0;
        }
    }

