@charset "UTF-8";

/*********************** FUENTES ***********************/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');


/*
font-family: 'Rubik', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
*/

/*********************** GENERAL ***********************/
body { padding: 0; margin: 0; font-family: 'Montserrat', sans-serif; font-size: 16px; padding-top: 115px; }
ul { padding: 0; margin: 0; list-style: none; }
img { display: block; width: 100%; border: none; }
a { text-decoration: none; color: inherit; display: block; }
/*strong { color: #b1b1b1; }*/
.contenedor { width: 1200px; margin: 0px auto; position: relative; }
p { -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; margin: 0 0 10px; font-family: 'Roboto', sans-serif; font-size: 18px; font-weight: 300; }
.bannerPrincipal { background-position: bottom; background-size: cover; width: 100%; height: 550px; position: relative; background-repeat: no-repeat; }
.bannerPrincipal h1 { position: absolute; top: 50%; left: 50%; color: #FFF; font-family: 'Rubik', sans-serif; text-transform: uppercase; font-size: 53px; text-shadow: 0px 0px 9px #000; font-weight: 700; letter-spacing: 2px; line-height: 54px; margin-left: -410px; margin-top: -60px; }
.bannerPrincipal h1 span { display: block; text-transform: initial; font-weight: 300; font-size: 29px; letter-spacing: 1px; line-height: 28px; }
.conteCotiza { position: absolute; bottom: 0; right: 0; background: #1d1e2a; width: 230px; -webkit-transition: all 500ms cubic-bezier(0.680, 0, 0.265, 1); -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); -moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); margin-right: 110px; }
.conteCotiza .botonesPrincipales { color: #FFF; padding: 4px 40px; margin: 0px auto; line-height: 33px; font-weight: bold; cursor: pointer; }
.conteCotiza .botonesPrincipales img { width: 33px; float: left; margin-right: 10px; }
* { box-sizing: border-box; }
*:focus { outline: none; }
.pc { display: block; }
.movil { display: none; }
.preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 9999999999; }
.status { width: 200px; height: 200px;position: absolute; left: 50%; top: 50%; background-image: url('https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif'); background-repeat: no-repeat; background-position: center; margin: -100px 0 0 -100px; }
section { position: relative; }
::selection { background: #008996; color: #FFF; }
::-moz-selection { background: #008996; color: #FFF; }
.clearImac, .clearPc { display: none; }

/*********************** CONTENEDORES ***********************/
.conteRight { width: 50%; float: right; }
.conteLeft { width: 50%; float: left; }

/*
ANIMACIONES HTML5

-webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease;

-webkit-transform:scale(1.15); -moz-transform:scale(1.15); -ms-transform:scale(1.15); -o-transform:scale(1.15); transform:scale(1.15);

-ms-transform: rotate(7deg); -webkit-transform: rotate(7deg); transform: rotate(7deg);

-webkit-transition: all 500ms cubic-bezier(0.680, 0, 0.265, 1); -webkit-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); -moz-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); -o-transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550); transition: all 500ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
*/

/*********************** CLEAR ***********************/
.clear { clear: both; height: 0px; }
.clear5 { clear: both; height: 5px; }
.clear10 { clear: both; height: 10px; }
.clear15 { clear: both; height: 15px; }
.clear20 { clear: both; height: 20px; }
.clear30 { clear: both; height: 30px; }
.clear40 { clear: both; height: 40px; }

/*********************** TEXTOS ***********************/
.textCenter { text-align: center; }
.textRight { text-align: right; }
.textLeft { text-align: left; }

/*********************** FORMULARIOS ERROR ***********************/
label.error { display:none !important; }
input.error { border:1px solid #F00!important; }
select.error { border:1px solid #F00!important; }
textarea.error { border:1px solid #F00!important; }

/*********************** H1 - H6 ***********************/
h1, h2, h3 { padding: 0; margin: 0; }
h1 { font-size: 33px; }

/*********************** COLUMNAS ***********************/
.col2 li { float: left; width: 50%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col3 li { float: left; width: 33.33%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col4 li { float: left; width: 25%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col5 li { float: left; width: 20%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col6 li { float: left; width: 16.66%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col7 li { float: left; width: 14.28%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col8 li { float: left; width: 12.5%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }
.col9 li { float: left; width: 11%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; position: relative; }

/*********************** HEADER ***********************/
header { position: fixed; top: 0; left: 0; width: 100%; z-index: 9999999991; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.headerAnima { box-shadow: 0px 0px 3px 1px #000; }
.logo { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; width: 180px; float: left; }
.logoAnima { width: 110px; }
header .top { font-family: 'Rubik', sans-serif; background: #1d1e2a; color: #FFF; font-weight: 300; padding: 5px 0; }
.conteTelefono { float: right; width: 50%; padding: 0 80px; }
.conteTelefono img { width: 24px; float: left; margin-right: 5px; }
.conteRegistro { color: #1ccfe0; float: left; width: 50%; text-align: center; }
header .bot { padding: 10px 0; background: #FFF; }
.menu { float: left; width: 460px; margin: 20px 105px; }
.menuAnima { margin: 13px 105px; }
.menu li { text-align: center; }
.menu li a { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; color: #1d1e2a; text-transform: uppercase; font-weight: bold; font-size: 16px; display: -webkit-inline-box; }
.menu li a:hover, .menu_activo { color: #008996!important; }
.conteBuscador { position: relative; width: 250px; color: #9b9a9a; float: right; margin: 14px 50px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.conteBuscadorAnima { margin: 5px 50px; }
.formBuscadorHeader { cursor: pointer; }
.conteBuscador input[type="search"] { color: #9b9a9a; font-style: italic; font-size: 16px; border: 2px solid #008996; padding: 3px 40px 3px 5px; width: 100%; font-weight: 100; font-family: 'Rubik', sans-serif; cursor: pointer; }
.conteBuscador input[type="search"]::-webkit-search-cancel-button { display: none; }
.conteBuscador .inputSearch { position: absolute; top: 0; right: 0; width: 40px; height: 100%; background: none; font-size: 18px; cursor: pointer; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; border: none; background: #008996; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.conteBuscador .inputSearch:hover { background: #1d1e2a; }
.conteBuscador i { color: #FFF; }
.conteFormFlotante { position: fixed; top: 0; right: 0; background: rgba(0, 0, 0, 0.9); z-index: 9999999999; border-bottom-left-radius: 100% 100%; }
.conteFormFlotanteAnimate {  }
.formularioSearch { position: absolute; top: 50%; left: 50%; width: 500px; margin-left: -250px; display: none; }
.formularioSearch input[name='searchProducto'] { width: 100%; font-size: 20px; display: block; font-family: 'Rubik', sans-serif; border: 0; padding: 4px 0px 4px 10px; font-weight: 300; background: transparent; color: #FFF; border-bottom: 2px solid #FFF; cursor: pointer; }
.formularioSearch input[name='searchProducto']::placeholder { color: #FFF; }
.formularioSearch input[name='searchProducto']:-ms-input-placeholder { color: #FFF; }
.formularioSearch input[name='searchProducto']::-ms-input-placeholder { color: #FFF; }
.formularioSearch input[type='submit'] { display: block; float: right; font-size: 19px; text-transform: uppercase; background: #008996; color: #FFF; border: 1px solid #008996; font-family: 'Roboto', sans-serif; padding: 3px 50px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; cursor: pointer; }
.formularioSearch input[type='submit']:hover { opacity: .5; }
.cierraFormulario { position: fixed; top: 10px; right: 10px; cursor: pointer; display: none; }
.cierraFormulario i { color: #FFF; font-size: 40px; }

/*********************** HOME ***********************/
.home .seccion1 .bxPrev, .home .seccion1 .bxNext { position: absolute; top: 50%; left: 100px; font-size: 40px; margin-top: -14px; color: #FFF; }
.home .seccion1 .bxNext { left: inherit; right: 100px; }
.home .seccion2 { padding: 60px 0 90px 0; }
.home .seccion2:after { content: ''; display: block; background: url(../img/home/itemS2.png)no-repeat; width: 196px; height: 370px; background-size: cover; background-position: center; position: absolute; top: 50%; right: 0; margin-top: -185px; }
.home .seccion2 .item { width: 330px; position: absolute; top: -40px; left: 20px; }
.home .seccion2 .conteRight { margin-right: 120px; }
.home .seccion2 .conteRight a { color: #008996; font-family: 'Roboto', sans-serif; font-style: italic; font-size: 20px; }
.home .seccion3 { background: #000; padding: 240px 0; }
.home .seccion3 .itemPlay { width: 60px; height: 60px; margin: 0px auto; }
.home .seccion4 { padding: 30px 0; }
.home .seccion4 h1 { text-align: center; }
.home .seccion4 .thumbCategoria { background: #f2f2f2; width: 90%; height: 150px; margin: 10px auto; display: table; cursor: pointer; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease;; }
.home .seccion4 .thumbCategoria:hover { box-shadow: 0px 0px 3px 2px #008996; }
.home .seccion4 .thumbCategoria span { color: #008996; display: table-cell; vertical-align: middle; text-align: center; font-weight: 600; font-size: 18px; text-transform: uppercase; }
.home .seccion4 .btnverMas { background: #1d1e2a; color: #FFF; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: bold; letter-spacing: 2px; padding: 5px 50px; border: 1px solid #1d1e2a; cursor: pointer; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; margin: 0px auto; display: table; }
.home .seccion4 .btnverMas:hover { padding: 5px 70px; opacity: .5; }

/*********************** BLOG ***********************/
.bannerBlog { background-image: url(../img/blog/banner.png); height: 500px; }
.bgHoverBlog { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 99; cursor: pointer; display: none; }
.bannerBlog .itemBanner { background-image: url(../img/general/itemBannerTinto.png); }
.blog .bgBlanco { padding-top: 100px; padding-bottom: 30px; }
.colBlog1 { width: 60%; float: left; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.contePost { -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75); border: 1px solid #FFF; background: #FFF; position: relative; margin-bottom: 50px; }
.contePost .conte { position: relative; width: 92%; margin: 30px auto; }
.conteFecha { color: #FFF; font-size: 17px; text-align: center; background: #364692; font-weight: 500; position: absolute; width: 158px; padding: 8px 0px; top: -21px; left: 30px; font-family: 'chuck_noon_2regular'; }
.triangulo_bottom { width: 0; height: 0; border-bottom: 20px solid #262e55; border-left: 20px solid transparent; position: absolute; top: 0; left: -20px; }
.tituloPost { color: #484747; font-size: 25px; font-weight: 600; font-family: 'chuck_noon_2regular'; }
.imgPost { background-size: cover; background-position: center center; width: 150px; height: 150px; float: left; }
.descPost { float: right; width: 490px; font-size: 16px; }
.btnMore { background: #2c2c30; color: #FFF; font-size: 15px; text-align: center; width: 150px; float: right; padding: 6px 0px; position: absolute; right: 0; bottom: 0; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; cursor: pointer; font-weight: 400; }
.btnMore:hover { width: 180px; opacity: .6; }
.lineabotonBlog { background: #364692; width: 100%; height: 10px; }
.botonBlog { color: #FFF; background: #364692; width: 200px; margin: 0px auto; text-align: center; margin-bottom: 50px; padding: 10px 0px; font-size: 15px; text-transform: uppercase; cursor: pointer; }
.colBlog2 { width: 35%; float: right; position: relative; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.colBlog2 .padding { padding: 30px 15px 1px 25px; }
.btnCerrarBlog { background: #364692; color: #FFF; position: relative; text-align: center; text-transform: uppercase; padding: 10px; margin-bottom: 15px; cursor: pointer; }
.formBuscador { margin-bottom: 30px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.7); box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.7); }
.inputBuscador { float: left; border: 1px solid #FFF; height: 35px; padding-left: 10px; font-size: 15px; width: 80%; -webkit-border-top-left-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-bottomleft: 10px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
.submitBuscador { float: left; background: #364692; border: 1px solid #364692; height: 35px; width: 20%; -webkit-border-top-right-radius: 10px; -webkit-border-bottom-right-radius: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomright: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; cursor: pointer; }
.submitBuscador i { color: #FFF; font-size: 25px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; padding: 0; }
.inputBuscador:focus, .submitBuscador:focus { outline: none; }
.inputBuscador:focus + .submitBuscador i { font-size: 23px; }
.contePopular { margin-bottom: 25px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; cursor: pointer; }
.contePopular:hover, .contePopularActivo { -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.7); -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.7); box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.7); }
.contePopulares{ -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75); }
.contePopulares, .conteCategoria { background: #FFF; position: relative; }
.conteTitulo { color: #FFF; font-size: 17px; text-align: center; background: #364692; font-weight: 500; position: absolute; width: 158px; padding: 8px 0px; top: -20px; left: 30px; }
.conteCategoria { margin-top: 50px; -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.75); }
.imgPopular { width: 90px; height: 60px; background-size: cover; background-position: center center; float: left; }
.infoPopular { float: right; width: 280px; }
.tituloPopular { color: #484747; font-size: 13px; height: 42px; font-weight: 600; }
.fechaPopular { color: #484747; font-size: 13px; font-weight: 100; }
.tituloCategoria { text-align: left; text-transform: uppercase; font-size: 16px; color: #484747; margin-top: 10px; margin-bottom: 10px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; cursor: pointer; }
.tituloCategoria:hover, .categoriaActiva { padding-left: 20px; font-weight: bold; }

/*********************** POST ***********************/
.bgPost { background-size: cover; background-position: center center; width: 100%; height: 450px; }
.colVista { width: 250px; }
.colVista li { height: 31px; }
.fechaPost { color: #484747; font-size: 13px; text-align: center; line-height: 31px; }
.conteVista { background: #008c99; height: 100%; }
.conteVista .padding { padding: 0px 10px; }
.conteVista i { color: #FFF; font-size: 30px; float: left; }
.numVistas { float: left; color: #FFF; font-size: 14px; line-height: 31px; margin-left: 10px; }
.conteDescripcion { padding: 0 10px; }
.conteDescripcion p { font-size: 15px; word-wrap: break-word; }
.conteDescripcion p a { display: -webkit-inline-box; color: #f3bb1b; }
.conteDescripcion table { max-width: 100%; }
.titlePost { font-size: 24px; font-weight: 500; margin-bottom: 20px; }
.colSociales li { float: left; }
.colSociales li .conte { padding: 5px 10px; text-transform: uppercase; cursor: pointer; border-radius: 4px; margin-left: 5px; }
.colSociales li .conte span { position: relative; top: -3px; left: 3px; }
.colSociales li .conte i { font-size: 22px; }
.colSociales li:nth-child(1) .conte { background: #0a88ff; color: #FFF; margin-left: 0; }
.colSociales li:nth-child(2) .conte { background: #306199; }
.colSociales li:nth-child(2) .conte i { color: #FFF; }
.colSociales li:nth-child(3) .conte { background: #26c4f1; }
.colSociales li:nth-child(3) .conte i { color: #FFF; }
.colSociales li:nth-child(4) .conte { background: #679714; }
.colSociales li:nth-child(4) .conte i { color: #FFF; }
.lineaBlog { width: 170px; height: 5px; background: #364692; }
.conteComentarios .titulo { color: #484747; font-weight: 600; }
.conteComentarios .titulo span {  }
.inputComents { width: 30%; padding-left: 5px; font-size: 14px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; font-weight: 100; height: 35px; border: 2px solid #CCC; color: #000!important; width: 400px; }
textarea.inputComents { resize: none; height: 60px; width: 100%; }
.inputComents:focus { outline: none; }
.btnActivo { opacity: .5!important; padding: 3px 40px!important; }
.submitComents { float: right; background: #364692; color: #FFF; text-align: center; border: none; font-size: 16px; padding: 3px 30px; text-transform: uppercase; cursor: pointer; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.submitComents:hover, .submitComents:disabled { opacity: .5!important; padding: 3px 40px!important; outline: none; }
.inputComents.error { border: 2px solid #F00!important; }
.ComentarioPost { margin-top: 10px; }
.no_margin { margin-top: 0; }
.tituloComentario { color: #17a140; font-size: 15px; font-weight: 700; text-transform: capitalize; }
.comentarioUsuario { color: #6d6d6d; font-size: 14px; padding-left: 15px; }
.comentariosajax { margin-bottom: 40px; }
.resPost { padding-left: 30px; padding-top: 5px; position: relative; }
.separadorPost { width: 2px; height: 100%; background: #dddfe2; float: left; position: absolute; top: 5px; left: 20px; }

/*********************** PAGINADOR BLOG ***********************/
.pagination { padding-left: 0; border-radius: 4px; margin: 0px auto; display: table; }
.pagination > li { display: inline; }
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #337ab7; text-decoration: none; background-color: #fff; border: 1px solid #ddd; }
.pagination > li:first-child > a,
.pagination > li:first-child > span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { z-index: 2; color: #23527c; background-color: #eee; border-color: #ddd; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 3; color: #fff; cursor: default; background-color: #364692; border-color: #364692; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd; }
.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; }
.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-top-left-radius: 3px; border-bottom-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; }
.pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none; }
.pager li { display: inline; }
.pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; }
.pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eee; }
.pager .next > a, .pager .next > span { float: right; }
.pager .previous > a, .pager .previous > span { float: left; }
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #777; cursor: not-allowed; background-color: #fff; }

/*********************** CONTACTO ***********************/
.bannerContacto { background-image: url(../img/contacto/banner.jpg); }
.contacto .seccion2 { background: #78c6f2; padding: 70px 0; }
.contacto .seccion2 .conteRight { width: 40%; margin-right: 100px; }
.contacto .seccion2:before { content: ''; display: block; background: url(../img/contacto/item2.png)no-repeat; width: 50%; height: 100%; position: absolute; top: 0; left: 0; background-size: cover; background-position: center; }
.contacto .seccion3 { height: 600px; }
.contacto .seccion3 iframe { width: 100%; height: 100%; }
.conteTarjeta { width: 800px; margin: 0px auto; box-shadow: 0px 0px 7px 0px #000; padding: 20px 60px; margin-top: -15px; background: #FFF; margin-bottom: -10px; position: relative; z-index: 1; }
.conteTarjeta h1 { text-align: center; }
.conteTarjeta img { width: 230px; margin-top: 45px; }
.conteTarjeta p { color: #008996; }
.conteTarjeta p strong { line-height: 17px; display: block; }
.conteTarjeta p strong img { width: 25px; float: left; margin-right: 5px; margin-top: -3px; }

/*********************** CATEGORIA ***********************/
.bannerCategoria { background-image: url(../img/categoria/banner.jpg); height: 400px; }
.bannerCategoria h1 { margin-top: -35px; margin-left: -410px; }
.categoria .seccion2 { padding: 50px 0; }
.categoria .conteLeft { width: 20%; }
.categoria .conteRight { width: 80%; padding-left: 70px; }
.itemCategoria { color: #008996; display: block; cursor: pointer; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; padding: 4px 0; text-transform: uppercase; font-weight: 700; padding-left: 10px; }
.itemCategoria:hover, .menu_categoria_activo { padding-left: 20px!important; background: #f2f2f2!important; }
.categoria .conteRight .itemProducto { float: left; width: 25%; padding: 10px; cursor: pointer; display: block; overflow: hidden; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.categoria .conteRight .itemProducto .bgThumbProducto { width: 100%; height: 202px; background-size: cover; background-position: center; background-repeat: no-repeat; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; margin-bottom: 20px; }
.categoria .conteRight .itemProducto:hover > .bgThumbProducto { -webkit-transform: scale(1.15); -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); transform: scale(1.15); background-color: rgba(29, 30, 42, 0.3); background-blend-mode: multiply; }
.categoria .conteRight h3 { text-align: center; font-size: 18px; font-weight: 700; word-break: break-all; }

/*********************** PRODUCTO ***********************/
.bannerProducto { background-image: url(../img/categoria/banner.jpg); height: 120px; }
.bannerProducto span { position: absolute; top: 50%; left: 50%; color: #FFF; font-family: 'Rubik', sans-serif; text-transform: uppercase; font-size: 28px; text-shadow: 0px 0px 9px #000; font-weight: 700; letter-spacing: 2px; line-height: 54px; margin-left: -200px; margin-top: -24px; }
.producto .seccion2 { padding: 50px 0; }
.producto .conteLeft { width: 20%; }
.producto .conteRight { width: 80%; padding-left: 50px; }
.imgProducto { width: 44%; float: left; padding-right: 20px; position: relative; overflow: hidden; }
.conteDescuento { position: absolute; top: 37px; left: -61px; background: #008996; width: 280px; color: #FFF; font-size: 13px; text-align: center; text-transform: uppercase; font-weight: 500; letter-spacing: 1px; padding: 7px; -ms-transform: rotate(-35deg); -webkit-transform: rotate(-35deg); transform: rotate(-35deg); }
.conteDetalle { float: left; width: 50%; }
.conteDetalle h1 { font-size: 27px; border-bottom: 3px solid #008996; display: inline-block; }
.conteDetalle table { font-family: 'Roboto', sans-serif; font-size: 15px; font-weight: 600; }
.conteDetalle table td { width: 56%; padding: 3px 10px; }
.conteDetalle table tr:nth-child(2n+1) { background: #eaeaea; }
.conteDetalle table td:nth-child(2n+1){ color: #008996; }
.contenedorFormularioCotiza { margin-top: 20px; }
.botonCotizar { position: relative; background: #1d1e2a; width: 230px; float: left; padding: 4px 40px; color: #FFF; line-height: 33px; font-weight: bold; cursor: pointer; }
.botonCotizar img { width: 33px; float: left; margin-right: 10px; }
.formularioCotiza { float: left; width: 400px; padding: 10px; display: none; }
.formularioCotiza label { display: block; font-family: 'Rubik', sans-serif; font-size: 16px; font-weight: 500; color: #1d1e2a; }
.formularioCotiza .inputCotizaP { font-size: 14px; border: 1px solid #008996; height: 30px; padding-left: 10px; font-style: italic; width: 100%; }
.formularioCotiza textarea.inputCotizaP { height: 100px; resize: none; }
.submitCotizaP { background: #008996; color: #FFF; text-transform: uppercase; font-family: 'Montserrat', sans-serif; float: left; font-size: 13px; font-weight: bold; letter-spacing: 2px; width: 100%; padding: 7px 50px; border: 1px solid #008996; cursor: pointer; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.submitCotizaP:hover, .submitCotizaP:disabled { opacity: .5!important; }

/*********************** PRODUCTOS - CATALOGO ***********************/
.productosCatalogo {  }
.banerProductos { background-image: url(../img/categoria/banner.jpg); height: 120px; }
.banerProductos h1 { margin-top: -22px; margin-left: -290px; }
.productosCatalogo .seccion2 { padding: 30px 0; }

/*********************** PRODUCTOS ***********************/
.itemCatalogo { float: left; width: 180px; height: 180px; background: #f2f2f2; display: table; }
.itemCatalogo span { color: #008996; font-weight: 600; font-size: 18px; text-transform: uppercase; display: table-cell; vertical-align: middle; text-align: center; }
.sliderProductos { width: 1020px!important; float: left; }
.itemProductoCatalogo { width: 100%; height: 180px; background-size: cover; background-position: center; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; cursor: pointer; display: table; }
.itemProductoCatalogo:hover { background-color: rgba(0, 0, 0, 0.7); background-blend-mode: multiply; }
.itemProductoCatalogo span { display: table-cell; vertical-align: middle; text-align: center; color: #FFF; font-weight: 600; visibility: hidden; opacity: 0; }
.itemProductoCatalogo:hover > span { visibility: visible; opacity: 1; }
.navcarruselProductos { position: absolute; top: 50%; font-size: 30px; margin-top: -18px; left: 0; }
.navcarruselProductosRight { left: initial; right: 0; }
.btnVerMasProductos { float: right; font-family: 'Roboto', sans-serif; background: #1d1e2a; color: #FFF; text-transform: uppercase; font-size: 15px; font-weight: bold; letter-spacing: 2px; padding: 5px 50px; border: 1px solid #1d1e2a; cursor: pointer; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.btnVerMasProductos:hover { opacity: .5; }

/*********************** SEARCH PRODUCTOS ***********************/
.resultados .bannerPrincipal { height: 100px; }
.resultados .seccion2 { padding: 20px 0; }
.resultados .seccion2 li { padding: 10px; text-align: center; font-weight: 600; font-size: 16px; cursor: pointer; }
.resultados .seccion2 li:hover { background-color: #000; background-blend-mode: multiply; color: #FFF; }
.bgProducto { width: 100%; height: 250px; background-size: contain; background-position: center; background-repeat: no-repeat; }

/*********************** FOOTER ***********************/
footer .seccion1 { background: #d0d7df; padding: 40px 0; }
footer .seccion1 .conteLeft { width: 40%; margin-left: 100px; }
footer .seccion1 .conteLeft p { font-family: 'Rubik', sans-serif; font-weight: 400; }
footer .seccion1 .item { position: absolute; bottom: -40px; right: -20px; width: 390px; }
.formContacto { margin-top: 20px; }
.inputContacto { font-family: 'Rubik', sans-serif; width: 100%; color: #434343; font-style: italic; font-size: 14px; padding: 7px 10px; border: 1px solid #434343; }
textarea.inputContacto { resize: none; height: 100px; }
.submitContacto { background: #008996; color: #FFF; text-transform: uppercase; font-family: 'Montserrat', sans-serif; float: right; font-size: 15px; font-weight: bold; letter-spacing: 2px; padding: 5px 50px; border: 1px solid #008996; cursor: pointer; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.formContacto span { color: #434343; font-family: 'Rubik', sans-serif; font-size: 13px; line-height: 13px; display: block; padding-left: 65px; }
.formContacto span a { text-decoration: underline; text-align: left; padding-left: 22px; }
.submitContacto:hover, .submitContacto:disabled { opacity: .5; }
footer .seccion2 { background: #434343; color: #FFF; padding: 30px 0; }
footer .seccion2 p { font-family: 'Montserrat', sans-serif; font-size: 16px; line-height: 17px; margin: 0; }
.logoFooter { width: 150px; }
footer .seccion2 .contesLogos { margin: 25.5px auto; }
footer .seccion2 .contesLogos img { float: left; width: 50%; padding: 15px; }
.conteTelefonoFoote { font-size: 20px; font-weight: bold; text-align: right; margin: 30px auto; }
.AvisoPrivacidad { text-align: right; font-size: 15px; margin: 11.5px auto; }
.copuright { text-align: center; font-size: 15px; }

/*********************** MEDIAS QUERIES ***********************/
@media screen and (min-width: 320px) and (max-width: 479px) {
    /*********************** GENERAL ***********************/
    .contenedor { width: 90%; }
    .pc { display: none; }
    .movil { display: block; }
    .conteCotiza { display: none; }
    body { padding-top: 127px; font-size: 15px; }
    .conteRight, .conteLeft { width: 100%!important; }
    h1 { font-size: 24px; }
    p { font-size: 15px; }
    .bannerPrincipal h1, .bannerProducto span { font-size: 25px; margin: 0px auto; width: 100%; text-align: center; left: 0; top: 0; margin-top: 25px; }
    .bannerProducto, .bannerCategoria { height: 100px; }

    /*********************** HEADER ***********************/
    header .top li { width: 100%; text-align: center; font-size: 15px; }
    .conteTelefono { width: 300px; margin-top: 5px; margin: 0px auto; float: none; }
    header .bot { padding: 5px 0; }
    .menu { width: 200px; margin: 0px auto; float: right; margin-top: 6px; }
    .logo { width: 100px; }
    .menu li a { font-size: 14px; }
    .conteBuscador { float: none; overflow: hidden; clear: both; margin: 0px auto; }
    .formBuscadorHeader { position: relative; margin-top: 5px; }
    .formularioSearch { width: 300px; margin-left: -150px; }
    .formularioSearch input[type='submit'] { font-size: 17px; float: none; display: block; margin: 0px auto; }

    /*********************** HOME ***********************/
    .home .seccion1 .bxPrev, .home .seccion1 .bxNext { left: 0; font-size: 30px; margin-top: -15px; }
    .home .seccion1 .bxNext { left: inherit; right: 0; }
    .home .seccion2 .item { display: none; }
    .home .seccion2 .conteRight { margin-right: 0; }
    .home .seccion2 { padding: 20px 0; }
    .home .seccion2:after { width: 90px; z-index: -1; height: 170px; margin-top: -85px; }
    .home .seccion2 .conteRight a { font-size: 17px; }
    .home .seccion3 { display: none; }
    .home .seccion4 { padding: 20px 0; }
    .home .seccion4 ul { width: 300px; margin: 0px auto; }
    .home .seccion4 li { width: 50%; }
    .home .seccion4 .thumbCategoria span { font-size: 16px; }
    .home .seccion4 .thumbCategoria { height: 120px; }
    .home .seccion4 .btnverMas { font-size: 14px; }

    /*********************** PRODUCTOS - CATALOGO ***********************/
    .banerProductos { height: 100px; }
    .productosCatalogo .seccion2 { padding: 20px 0; }
    .itemCatalogo { float: none; width: 100%; height: 50px; }
    .sliderProductos { width: 100%!important; }
    .itemProductoCatalogo { height: 150px; }
    .itemProductoCatalogo span { font-size: 14px; }

    /*********************** CATEGORIA ***********************/
    .categoria .seccion2 { padding: 20px 0; }
    .itemCategoria { display: inline; float: left; padding: 5px 10px; outline: 1px solid; font-size: 14px; }
    .categoria .conteRight { padding: 0; }
    .categoria .conteRight .itemProducto { width: 50%; }
    .categoria .conteRight .itemProducto .bgThumbProducto { height: 120px; }
    .categoria .conteRight h3 { font-size: 16px; }

    /*********************** PRODUCTO ***********************/
    .producto .seccion2 { padding: 20px 0; }
    .producto .conteRight { padding: 0; }
    .imgProducto { width: 300px; margin: 0px auto; padding: 0; float: none; }
    .conteDescuento { font-size: 11px; width: 250px; top: 31px; left: -56px; padding: 7px 10px; }
    .conteDetalle { width: 100%; }
    .conteDetalle h1 { font-size: 23px; text-align: center; display: block; }
    .conteDetalle table { font-size: 14px; }
    .botonCotizar { font-size: 14px; padding: 3px 40px; margin: 0px auto; display: block; float:
     none; }
    .formularioCotiza { width: 100%; }

    /*********************** SEARCH PRODUCTOS ***********************/
    .resultados .seccion2 li { width: 50%; font-size: 15px; }
    .bgProducto { height: 150px; }

    /*********************** CONTACTO ***********************/
    .bannerContacto { height: 200px; }
    .bannerPrincipal h1 span { font-size: 20px; line-height: 24px; }
    .contacto .seccion2 { padding: 20px 0; }
    .contacto .seccion2:before { display: none; }
    .contacto .seccion2 .conteRight { margin: 0px auto; }
    .contacto .seccion3 { height: 350px; }
    .conteTarjeta { width: 100%; padding: 10px; }
    .conteTarjeta li { width: 100%; text-align: center; }
    .conteTarjeta img { width: 170px; margin: 0px auto; }

    /*********************** BLOG ***********************/
    .blog .bgBlanco { padding-top: 0; }
    .colBlog1 { width: 400px; margin: 0px auto; float: none; }
    .conteFecha { font-size: 16px; width: 160px; padding: 6px 0; margin-left: -80px; left: 50%; }
    .triangulo_bottom { display: none; }
    .contePost .conte { margin: 10px auto; margin-top: 20px; }
    .contePost .conte .clear20 { height: 10px; }
    .tituloPost { font-size: 18px; text-align: center; }
    .imgPost { width: 100px; height: 80px; }
    .descPost { width: 250px; }
    .descPost, .descPost p { font-size: 14px; font-weight: 300; text-align: left; }
    .btnMore { position: relative; float: none; margin: 0px auto; font-size: 14px; width: 170px; }
    .btnMore:hover { width: 200px; }
    .pull-right { margin: 0px auto!important; float: none!important; }
    .btnBlog { display: inline-block; }
    .colBlog2 { position: fixed; width: 300px; top: 0; right: -300px; background: #FFF; z-index: 9999; height: 100%; border-bottom: 1px solid #af8a5f; }
    .contePopulares, .conteCategoria { box-shadow: none; height: 28%; }
    .contePopular { margin-bottom: 10px; }
    .conteTitulo { font-size: 14px; position: relative; top: 0; left: 0; width: 100%; }
    .conteTitulo { margin-bottom: 2px; }
    .colBlog2 .padding { padding: 5px; height: 83%; overflow-x: hidden; overflow-y: scroll; }
    .imgPopular { width: 25%; height: 55px; }
    .tituloPopular { font-size: 12px; height: 40px; }
    .infoPopular { width: 70%; }
    .fechaPopular { font-size: 12px; }
    .conteCategoria { margin-top: 0px; }
    .conteCategoria .padding { height: 80%; overflow-x: hidden; overflow-y: scroll; }
    .tituloCategoria { font-size: 14px; margin: 8px auto; }
    .inputBuscador { font-size: 12px; }
    .bgPost { height: auto; }
    .colVista { margin: 0px auto; }
    .titlePost { font-size: 22px; }
    .conteDescripcion li, .conteDescripcion p { font-size: 14px; font-weight: 500; }
    .colSociales li .conte i { font-size: 19px; }
    .submitComents { font-size: 15px; }
    .formBuscador { width: 90%; margin: 0px auto; }
    .inputComents, textarea.inputComents { width: 96%; }

    /*********************** FOOTER ***********************/
    footer .seccion1 .conteLeft { margin-left: 0; }
    footer .seccion1 .item { position: relative; width: 160px; margin: 0px auto; }
    .formContacto span { padding-left: 0; }
    .logoFooter { width: 100px; margin: 0px auto;}
    footer .seccion2 { padding: 15px 0; text-align: center; }
    footer .seccion2 li { width: 100%; }
    footer .seccion2 .contesLogos { margin: 20px auto; }
    .conteTelefonoFoote, .AvisoPrivacidad { font-size: 17px; text-align: center; margin: 0px auto; }
    .copuright { font-size: 12px; }
}

@media screen and (min-width: 480px) and (max-width: 599px) {
    /*********************** GENERAL ***********************/
    .contenedor { width: 90%; }
    .pc { display: none; }
    .movil { display: block; }
    .conteCotiza { display: none; }
    body { padding-top: 127px; font-size: 15px; }
    .conteRight, .conteLeft { width: 100%!important; }
    h1 { font-size: 24px; }
    p { font-size: 15px; }
    .bannerPrincipal h1, .bannerProducto span { font-size: 25px; margin: 0px auto; width: 100%; text-align: center; left: 0; top: 0; margin-top: 25px; }
    .bannerProducto, .bannerCategoria { height: 100px; }

    /*********************** HEADER ***********************/
    header .top li { width: 100%; text-align: center; font-size: 15px; }
    .conteTelefono { width: 300px; margin-top: 5px; margin: 0px auto; float: none; }
    header .bot { padding: 5px 0; }
    .menu { width: 200px; margin: 0px auto; float: right; margin-top: 6px; }
    .logo { width: 100px; }
    .menu li a { font-size: 14px; }
    .conteBuscador { float: none; overflow: hidden; clear: both; margin: 0px auto; }
    .formBuscadorHeader { position: relative; margin-top: 5px; }
    .formularioSearch { width: 300px; margin-left: -150px; }
    .formularioSearch input[type='submit'] { font-size: 17px; float: none; display: block; margin: 0px auto; }

    /*********************** HOME ***********************/
    .home .seccion1 .bxPrev, .home .seccion1 .bxNext { left: 0; font-size: 30px; margin-top: -15px; }
    .home .seccion1 .bxNext { left: inherit; right: 0; }
    .home .seccion2 .item { display: none; }
    .home .seccion2 .conteRight { margin-right: 0; }
    .home .seccion2 { padding: 20px 0; }
    .home .seccion2:after { width: 90px; z-index: -1; height: 170px; margin-top: -85px; }
    .home .seccion2 .conteRight a { font-size: 17px; }
    .home .seccion3 { display: none; }
    .home .seccion4 { padding: 20px 0; }
    .home .seccion4 ul { width: 450px; margin: 0px auto; }
    .home .seccion4 li { width: 33.33%; }
    .home .seccion4 .thumbCategoria span { font-size: 15px; }
    .home .seccion4 .thumbCategoria { height: 120px; }
    .home .seccion4 .btnverMas { font-size: 14px; }

    /*********************** PRODUCTOS - CATALOGO ***********************/
    .banerProductos { height: 100px; }
    .productosCatalogo .seccion2 { padding: 20px 0; }
    .itemCatalogo { float: none; width: 100%; height: 50px; }
    .sliderProductos { width: 100%!important; }
    .itemProductoCatalogo { height: 150px; }
    .itemProductoCatalogo span { font-size: 14px; }

    /*********************** CATEGORIA ***********************/
    .categoria .seccion2 { padding: 20px 0; }
    .itemCategoria { display: inline; float: left; padding: 5px 10px; outline: 1px solid; font-size: 14px; }
    .categoria .conteRight { padding: 0; }
    .categoria .conteRight .itemProducto { width: 50%; }
    .categoria .conteRight .itemProducto .bgThumbProducto { height: 120px; }
    .categoria .conteRight h3 { font-size: 16px; }

    /*********************** PRODUCTO ***********************/
    .producto .seccion2 { padding: 20px 0; }
    .producto .conteRight { padding: 0; }
    .imgProducto { width: 300px; margin: 0px auto; padding: 0; float: none; }
    .conteDescuento { font-size: 11px; width: 250px; top: 31px; left: -56px; padding: 7px 10px; }
    .conteDetalle { width: 100%; }
    .conteDetalle h1 { font-size: 23px; text-align: center; display: block; }
    .conteDetalle table { font-size: 14px; }
    .botonCotizar { font-size: 14px; padding: 3px 40px; margin: 0px auto; display: block; float:
     none; }
    .formularioCotiza { width: 100%; }

    /*********************** SEARCH PRODUCTOS ***********************/
    .resultados .seccion2 li { width: 50%; font-size: 15px; }
    .bgProducto { height: 150px; }

    /*********************** CONTACTO ***********************/
    .bannerContacto { height: 200px; }
    .bannerPrincipal h1 span { font-size: 20px; line-height: 24px; }
    .contacto .seccion2 { padding: 20px 0; }
    .contacto .seccion2:before { display: none; }
    .contacto .seccion2 .conteRight { margin: 0px auto; }
    .contacto .seccion3 { height: 350px; }
    .conteTarjeta { width: 100%; padding: 10px; }
    .conteTarjeta li { width: 100%; text-align: center; }
    .conteTarjeta img { width: 170px; margin: 0px auto; }

    /*********************** BLOG ***********************/
    .blog .bgBlanco { padding-top: 0; }
    .colBlog1 { width: 400px; margin: 0px auto; float: none; }
    .conteFecha { font-size: 16px; width: 160px; padding: 6px 0; margin-left: -80px; left: 50%; }
    .triangulo_bottom { display: none; }
    .contePost .conte { margin: 10px auto; margin-top: 20px; }
    .contePost .conte .clear20 { height: 10px; }
    .tituloPost { font-size: 18px; text-align: center; }
    .imgPost { width: 100px; height: 80px; }
    .descPost { width: 250px; }
    .descPost, .descPost p { font-size: 14px; font-weight: 300; text-align: left; }
    .btnMore { position: relative; float: none; margin: 0px auto; font-size: 14px; width: 170px; }
    .btnMore:hover { width: 200px; }
    .pull-right { margin: 0px auto!important; float: none!important; }
    .btnBlog { display: inline-block; }
    .colBlog2 { position: fixed; width: 300px; top: 0; right: -300px; background: #FFF; z-index: 9999; height: 100%; border-bottom: 1px solid #af8a5f; }
    .contePopulares, .conteCategoria { box-shadow: none; height: 28%; }
    .contePopular { margin-bottom: 10px; }
    .conteTitulo { font-size: 14px; position: relative; top: 0; left: 0; width: 100%; }
    .conteTitulo { margin-bottom: 2px; }
    .colBlog2 .padding { padding: 5px; height: 83%; overflow-x: hidden; overflow-y: scroll; }
    .imgPopular { width: 25%; height: 55px; }
    .tituloPopular { font-size: 12px; height: 40px; }
    .infoPopular { width: 70%; }
    .fechaPopular { font-size: 12px; }
    .conteCategoria { margin-top: 0px; }
    .conteCategoria .padding { height: 80%; overflow-x: hidden; overflow-y: scroll; }
    .tituloCategoria { font-size: 14px; margin: 8px auto; }
    .inputBuscador { font-size: 12px; }
    .bgPost { height: auto; }
    .colVista { margin: 0px auto; }
    .titlePost { font-size: 22px; }
    .conteDescripcion li, .conteDescripcion p { font-size: 14px; font-weight: 500; }
    .colSociales li .conte i { font-size: 19px; }
    .submitComents { font-size: 15px; }
    .formBuscador { width: 90%; margin: 0px auto; }
    .inputComents, textarea.inputComents { width: 96%; }

    /*********************** FOOTER ***********************/
    footer .seccion1 .conteLeft { margin-left: 0; }
    footer .seccion1 .item { position: relative; width: 160px; margin: 0px auto; }
    .formContacto span { padding-left: 0; }
    .logoFooter { width: 100px; margin: 0px auto;}
    footer .seccion2 { padding: 15px 0; text-align: center; }
    footer .seccion2 li { width: 100%; }
    footer .seccion2 .contesLogos { margin: 20px auto; }
    .conteTelefonoFoote, .AvisoPrivacidad { font-size: 17px; text-align: center; margin: 0px auto; }
    .copuright { font-size: 12px; }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
    /*********************** GENERAL ***********************/
    .contenedor { width: 90%; }
    .pc { display: none; }
    .movil { display: block; }
    .conteCotiza { display: none; }
    body { padding-top: 127px; font-size: 16px; }
    .conteRight, .conteLeft { width: 100%!important; float: none; }
    h1 { font-size: 24px; }
    p { font-size: 16px; }
    .bannerPrincipal h1, .bannerProducto span { font-size: 25px; margin: 0px auto; width: 100%; text-align: center; left: 0; top: 0; margin-top: 25px; }
    .bannerProducto, .bannerCategoria { height: 100px; }

    /*********************** HEADER ***********************/
    header .top li { width: 100%; text-align: center; font-size: 15px; }
    .conteTelefono { width: 300px; margin-top: 5px; margin: 0px auto; float: none; }
    header .bot { padding: 5px 0; }
    .menu { width: 200px; margin: 0px auto; float: right; margin-top: 6px; }
    .logo { width: 100px; }
    .menu li a { font-size: 14px; }
    .conteBuscador { float: none; overflow: hidden; clear: both; margin: 0px auto; }
    .formBuscadorHeader { position: relative; margin-top: 5px; }
    .formularioSearch { width: 300px; margin-left: -150px; }
    .formularioSearch input[type='submit'] { font-size: 17px; float: none; display: block; margin: 0px auto; }

    /*********************** HOME ***********************/
    .home .seccion1 .bxPrev, .home .seccion1 .bxNext { left: 0; font-size: 30px; margin-top: -15px; }
    .home .seccion1 .bxNext { left: inherit; right: 0; }
    .home .seccion2 .item { display: none; }
    .home .seccion2 .conteRight { margin-right: 0; }
    .home .seccion2 { padding: 20px 0; }
    .home .seccion2:after { width: 90px; z-index: -1; height: 170px; margin-top: -85px; }
    .home .seccion2 .conteRight a { font-size: 17px; }
    .home .seccion3 { display: none; }
    .home .seccion4 { padding: 20px 0; }
    .home .seccion4 ul { width: 550px; margin: 0px auto; }
    .home .seccion4 li { width: 33.33%; }
    .home .seccion4 .thumbCategoria span { font-size: 15px; }
    .home .seccion4 .thumbCategoria { height: 140px; }
    .home .seccion4 .btnverMas { font-size: 14px; }

    /*********************** PRODUCTOS - CATALOGO ***********************/
    .banerProductos { height: 100px; }
    .productosCatalogo .seccion2 { padding: 20px 0; }
    .itemCatalogo { float: none; width: 100%; height: 50px; }
    .sliderProductos { width: 100%!important; }
    .itemProductoCatalogo { height: 150px; }
    .itemProductoCatalogo span { font-size: 14px; }

    /*********************** CATEGORIA ***********************/
    .categoria .seccion2 { padding: 20px 0; }
    .itemCategoria { display: inline; float: left; padding: 5px 10px; outline: 1px solid; font-size: 14px; }
    .categoria .conteRight { padding: 0; }
    .categoria .conteRight .itemProducto { width: 50%; }
    .categoria .conteRight .itemProducto .bgThumbProducto { height: 170px; }
    .categoria .conteRight h3 { font-size: 16px; }

    /*********************** PRODUCTO ***********************/
    .producto .seccion2 { padding: 20px 0; }
    .producto .conteRight { padding: 0; }
    .imgProducto { width: 400px; margin: 0px auto; padding: 0; float: none; }
    .conteDetalle { width: 100%; }
    .conteDetalle h1 { font-size: 23px; text-align: center; display: block; }
    .conteDetalle table { font-size: 16px; }
    .botonCotizar { font-size: 14px; padding: 3px 40px; margin: 0px auto; display: block; float:
     none; }
    .formularioCotiza { width: 500px; margin: 0px auto; float: none; }

    /*********************** SEARCH PRODUCTOS ***********************/
    .resultados .seccion2 li { width: 50%; font-size: 15px; }
    .bgProducto { height: 150px; }

    /*********************** CONTACTO ***********************/
    .bannerContacto { height: 200px; }
    .bannerPrincipal h1 span { font-size: 20px; line-height: 24px; }
    .contacto .seccion2 { padding: 20px 0; }
    .contacto .seccion2:before { display: none; }
    .contacto .seccion2 .conteRight { margin: 0px auto; }
    .contacto .seccion3 { height: 350px; }
    .conteTarjeta { width: 100%; padding: 10px; }
    .conteTarjeta li { width: 100%; text-align: center; }
    .conteTarjeta img { width: 170px; margin: 0px auto; }

    /*********************** BLOG ***********************/
    .blog .bgBlanco { padding-top: 0; }
    .colBlog1 { width: 400px; margin: 0px auto; float: none; }
    .conteFecha { font-size: 16px; width: 160px; padding: 6px 0; margin-left: -80px; left: 50%; }
    .triangulo_bottom { display: none; }
    .contePost .conte { margin: 10px auto; margin-top: 20px; }
    .contePost .conte .clear20 { height: 10px; }
    .tituloPost { font-size: 18px; text-align: center; }
    .imgPost { width: 100px; height: 80px; }
    .descPost { width: 250px; }
    .descPost, .descPost p { font-size: 14px; font-weight: 300; text-align: left; }
    .btnMore { position: relative; float: none; margin: 0px auto; font-size: 14px; width: 170px; }
    .btnMore:hover { width: 200px; }
    .pull-right { margin: 0px auto!important; float: none!important; }
    .btnBlog { display: inline-block; }
    .colBlog2 { position: fixed; width: 300px; top: 0; right: -300px; background: #FFF; z-index: 9999; height: 100%; border-bottom: 1px solid #af8a5f; }
    .contePopulares, .conteCategoria { box-shadow: none; height: 28%; }
    .contePopular { margin-bottom: 10px; }
    .conteTitulo { font-size: 14px; position: relative; top: 0; left: 0; width: 100%; }
    .conteTitulo { margin-bottom: 2px; }
    .colBlog2 .padding { padding: 5px; height: 83%; overflow-x: hidden; overflow-y: scroll; }
    .imgPopular { width: 25%; height: 55px; }
    .tituloPopular { font-size: 12px; height: 40px; }
    .infoPopular { width: 70%; }
    .fechaPopular { font-size: 12px; }
    .conteCategoria { margin-top: 0px; }
    .conteCategoria .padding { height: 80%; overflow-x: hidden; overflow-y: scroll; }
    .tituloCategoria { font-size: 14px; margin: 8px auto; }
    .inputBuscador { font-size: 12px; }
    .bgPost { height: auto; }
    .colVista { margin: 0px auto; }
    .titlePost { font-size: 22px; }
    .conteDescripcion li, .conteDescripcion p { font-size: 14px; font-weight: 500; }
    .colSociales li .conte i { font-size: 19px; }
    .submitComents { font-size: 15px; }
    .formBuscador { width: 90%; margin: 0px auto; }
    .inputComents, textarea.inputComents { width: 96%; }

    /*********************** FOOTER ***********************/
    footer .seccion1 .conteLeft { margin-left: 0; }
    footer .seccion1 .item { position: relative; width: 160px; margin: 0px auto; }
    .formContacto span { padding-left: 0; }
    .logoFooter { width: 100px; margin: 0px auto;}
    footer .seccion2 { padding: 15px 0; text-align: center; }
    footer .seccion2 li { width: 100%; }
    footer .seccion2 .contesLogos { margin: 20px auto; width: 400px; }
    .conteTelefonoFoote, .AvisoPrivacidad { font-size: 17px; text-align: center; margin: 0px auto; }
    .copuright { font-size: 12px; }
    .formContacto { width: 500px; margin: 0px auto; margin-top: 20px; }
    
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    /*********************** GENERAL ***********************/
    .contenedor { width: 960px; }
    body { font-size: 15px; padding-top: 105px; }
    p { font-size: 16px; }
    .bannerPrincipal { height: 500px; }
    .bannerPrincipal h1 { font-size: 45px; }
    .bannerPrincipal h1 span { font-size: 27px; line-height: 26px; }
    .clearPc { display: block; }
	.clearImac { display: none; }

    /*********************** HEADER ***********************/
    header .bot { padding: 8px 0; }
    .logo { width: 160px; }
    .logoAnima { width: 120px; }
    .menu li a { font-size: 15px; }
    .menu { width: 350px; margin: 21px 65px; }
    .menuAnima { margin: 16px 65px; }
    .conteTelefono { padding: 0 50px; }
    .conteBuscador { width: 230px; margin: 16px 45px; }
    .conteBuscadorAnima { margin: 11px 45px; }
    .formularioSearch input[name='searchProducto'] { font-size: 19px; }
    .formularioSearch input[type='submit'] { font-size: 17px; }
    .formularioSearch { width: 450px; margin-left: -225px; }

    h1 { font-size: 28px; }

    /*********************** HOME ***********************/
    .home .seccion2 .item { width: 310px; }
    .home .seccion2 { padding: 50px 0 80px 0; }
    .home .seccion2 .conteRight { margin-right: 100px; }
    .home .seccion2:after { width: 176px; height: 330px; margin-top: -165px; }
    .home .seccion3 { padding: 210px; }
    .home .seccion4 { padding: 20px 0; }
    .home .seccion4 .thumbCategoria { height: 120px; }
    .home .seccion4 .thumbCategoria span { font-size: 16px; }
    .home .seccion4 .btnverMas { font-size: 14px; padding: 4px 40px; }
	.home .seccion4 .btnverMas:hover { padding: 4px 50px; opacity: .5; }

	/*********************** PRODUCTOS ***********************/
	.bannerProducto { height: 100px; }
	.itemCatalogo { width: 170px; height: 170px; }
	.sliderProductos { width: 790px!important; }
	.itemProductoCatalogo { height: 170px; }
	.btnVerMasProductos { font-size: 14px; padding: 4px 40px; }

	/*********************** CONTACTO ***********************/
	.contacto .seccion2 { padding: 50px 0; }
	.contacto .seccion3 { height: 500px; }
	.conteTarjeta img { width: 210px; }
	.conteTarjeta { width: 700px; }

	/*********************** SEARCH PRODUCTOS ***********************/
	.bgProducto { height: 180px; }
	.resultados .seccion2 li { padding: 5px; font-size: 15px; }

	/*********************** CATEGORIA ***********************/
	.bannerCategoria { height: 350px; }
	.categoria .seccion2 { padding: 30px 0; }
	.itemCategoria { padding: 2px 0; font-size: 14px; padding-left: 10px; }
	.conteDetalle h1 { font-size: 23px; }
	.conteDetalle table { font-size: 14px; }
	.botonCotizar { padding: 4px 30px; width: 220px; }
	.botonCotizar img { width: 30px; }
	.categoria .conteRight h3 { font-size: 15px; }
	.categoria .conteRight .itemProducto { padding: 5px; width: 33.33%; }

	/*********************** PRODUCTOS - CATALOGO ***********************/
	.banerProductos h1 { margin-left: -255px; }

	/*********************** FOOTER ***********************/
	footer .seccion1 { padding: 30px 0; }
	footer .seccion1 .conteLeft { margin-left: 90px; }
	.submitContacto { font-size: 14px; padding: 4px 40px; }
	.formContacto span { font-size: 12px; }
	.logoFooter { width: 130px; }
	.conteTelefonoFoote { font-size: 18px; }
	.AvisoPrivacidad { font-size: 14px; }
	footer .seccion2 p { font-size: 14px; line-height: 16px; }
	.copuright { font-size: 13px; }
	footer .seccion2 { padding: 20px 0; }

}


@media (min-width: 1440px){
	.clearPc { display: none; }
	.clearImac { display: block; }
}
/*.lineaBlanca { border: 1px solid #FFF; position: fixed; top: 0; left: 50%; height: 100%; z-index: 10; }*/


