@charset "UTF-8";

/*********************** FUENTES ***********************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/*
font-family: 'Open Sans', sans-serif;
*/

/*********************** GENERAL ***********************/
body { padding: 0; margin: 0; font-size: 16px; padding-top: 85px; font-family: 'Open Sans', sans-serif; color: #010000; }
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-size: 18px; font-weight: 300; }
.bannerPrincipal { background-position: bottom; background-size: cover; width: 100%; height: 600px; position: relative; background-repeat: no-repeat; }
.bannerPrincipal h1 { position: absolute; top: 50%; left: 50%; color: #FFF; font-size: 53px; font-weight: 500; margin-left: -550px; margin-top: -60px; text-align: left; line-height: 48px; }
.bannerPrincipal h1 span { display: block; text-transform: initial; font-weight: 300; font-size: 29px; letter-spacing: 1px; line-height: 28px; }

* { 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: #1b3c70; color: #FFF; }
::-moz-selection { background: #1b3c70; color: #FFF; }

.conteVideo { width: 100%; position: relative; background-color: #000; height: 600px; overflow: hidden; color: #FFF; display: block; }
#bgvid { width: auto !important;height: auto !important;right: 0;bottom: 0;background-size: cover;background-repeat: no-repeat;background-size: cover; background-attachment: fixed;min-width: 100%; min-height: 100%; position: relative; top: -60px; }
.powerBy { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; font-size: 16px; font-weight: 600; margin-top: 10px; }
.powerBy:hover { opacity: .5; }

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

.p-cat{
    font-size:12px;
    font-weight:600;
}
/*
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: 38px; text-align: center; line-height: 35px; font-weight: 600; }
h1 span { display: block; font-size: 18px; font-weight: 400; line-height: 20px; margin-top: 15px; }

.formContacto { margin-top: 20px; }
.inputContacto { width: 100%; font-size: 14px; color: #434343; padding: 8px 10px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; cursor: pointer; border: 1px solid #828282; }
textarea.inputContacto { resize: none; height: 80px; }
.inputContacto:focus { box-shadow: 0px 0px 5px 1px #828282; }
.submitContacto { float: right; background: #ca9d38; color: #0e1012; border: 0; text-transform: uppercase; font-weight: bold; font-size: 15px; padding: 5px 50px; cursor: pointer; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.submitContacto:hover, .submitContacto:disabled { opacity: .5; }
.formContacto span { color: #434343; font-size: 13px; line-height: 13px; display: block; padding-left: 65px; font-weight: 600; }
.formContacto span a { text-decoration: underline; text-align: left; padding-left: 22px; color: #274395; }

/*********************** 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%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; background: #FFF; z-index: 9; }
.btn_movil { width: 35px; border: 1px solid #1b3c70; cursor: pointer; float: right; margin-right: 10px; -webkit-transition: all .7s ease; -moz-transition: all .7s ease; -o-transition: all .7s ease; transition: all .7s ease; position: relative; top: 3px; }
.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: 130px; margin: 5px auto; }
.logoAnima { width: 110px; }
.flex { display:flex; justify-content: center; }
.menu { background: #333333; }
.menu a { display: table; float: left; text-align: center; padding: 10px 23.5px; font-size: 15px; cursor: pointer; color: #FFF; font-weight: 300; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; text-transform: capitalize; }
.menu a:hover, .menu_activo { background: #1b3c70!important; }
.btnWhats { background:#3470ff; position: fixed; bottom: 50px; right: 50px; z-index: 10; width: 70px; height: 70px; border-radius: 50%; cursor: pointer; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1); box-shadow: 0 0 0 0 #5fcd6c; }
.btnWhats:hover { transform: scale(1.1); }
.btn_movil { float: right; margin: 6px 0px; cursor: pointer; border: none; cursor: pointer; position: relative; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; z-index: 999; }
.btn_movil span { width: 34px; height: 5px; background-color: #6d5d78; margin: 6px 0; display: block; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.btn_movil.change span:nth-child(1) { -webkit-transform: rotate(-45deg) translate(-8px, 6px); transform: rotate(-45deg) translate(-8px, 6px); }
.btn_movil.change span:nth-child(3) { -webkit-transform: rotate(45deg) translate(-9px, -8px); transform: rotate(45deg) translate(-9px, -8px); }
.btn_movil.change span:nth-child(2) { opacity: 0; }
.menuActivoHover { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 990; cursor: pointer; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.menuActivoHover.activo { display: block; }
.menu.opened { right: 0!important; }
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0.01);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0.01);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0.01);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0.01);}}
/*********************** HOME ***********************/
.arrowHome { position: absolute; top: 50%; left: 30px; font-size: 50px; color: #FFF; }
.arrowHomeRight { left: inherit; right: 30px; }
.home .seccion2 li { height: 500px; }
.home .seccion2 li:nth-child(1) { background-image: url(../img/home/imgS1.jpg); background-repeat: no-repeat; background-size: cover; background-position: center; }
.home .seccion2 li:nth-child(2) { padding: 15px 250px 15px 50px; }
.home .seccion3 { background: #e8e8e8; }
.home .seccion3:after { content: ''; display: block; background: url(../img/home/imgS3.png)no-repeat; background-size: cover; background-position: center; position: absolute; top: 40%; right: 0; width: 235px; height: 300px; margin-top: -250px; }
.home .seccion3:before { content: ''; display: block; background: url(../img/home/sellos.png)no-repeat; background-size: cover; background-position: center; position: absolute; top: 80%; left: 0; width: 265px; height: 300px; margin-top: -250px; }
.home .seccion3 .contenedor { padding: 40px 150px; }
.home .seccion3 p { text-align: center; }
.home .seccion3 ul { margin: 30px auto; }
.home .seccion3 ul li { color: #333333; font-size: 16px; text-align: center; font-weight: 700; padding: 0 60px; }
.home .seccion3 ul li img { width: 100px; margin: 10px auto; }
.home .seccion4 { background: url(../img/home/bgVideo.jpg)no-repeat; background-size: cover; background-position: center; }
.home .seccion4 img { width: 60px; margin: 0px auto; }
.home .seccion5 { padding: 40px 0; }
.home .seccion5 h1 { margin-bottom: 40px; }
.carruselBlogs {  }
.carruselBlogs .thumb { width: 100%; height: 220px; background-size: cover; background-position: center; }
.carruselBlogs p { padding: 0; margin: 0; font-size: 17px; font-weight: 600; }
.carruselBlogs span { color: #274395; font-size: 13px; font-weight: bold; text-decoration: underline; }
.navcarruselBlog, .navcarruselBlogRight { position: absolute; top: 50%; left: -40px; font-size: 50px; margin-top: -60px; }
.navcarruselBlogRight { left: inherit; right: -40px; }

/*********************** BLOG ***********************/
.bannerBlog { background-image: url(../img/blog/banner.png); height: 500px; }
.bannerBlog h1 { margin-left: -450px; }
.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; }
.btn_movil { float: right; margin: 6px 10px; cursor: pointer; border: none; cursor: pointer; position: relative; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; z-index: 999; }
.btn_movil span { width: 34px; height: 5px; background-color: #6d5d78; margin: 6px 0; display: block; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.btn_movil.change span:nth-child(1) { -webkit-transform: rotate(-45deg) translate(-8px, 6px); transform: rotate(-45deg) translate(-8px, 6px); }
.btn_movil.change span:nth-child(3) { -webkit-transform: rotate(45deg) translate(-9px, -8px); transform: rotate(45deg) translate(-9px, -8px); }
.btn_movil.change span:nth-child(2) { opacity: 0; }
.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; }

/*********************** SOCIOS ***********************/
.bannerSocios { background-image: url(../img/socios/bg.jpg); }
.socios .seccion2 { padding: 40px 0; }
.socios .seccion2 li {  }
.socios .seccion2 ul { width: 95%; margin: 0px auto; }
.socios .seccion2 li img { width: 270px; margin: 0px auto; }
.socios .seccion2 li .imagen {width: 100% !important; margin: 0px auto; cursor:pointer;} 
.socios .seccion2 li a { text-align: center; }
.socios .seccion2 h1 {  }
.socios .seccion2 h1 span { display: block; }
.inputSocio { width: 100%; font-size: 14px; color: #434343; padding: 8px 10px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; border: 1px solid #828282; }
textarea.inputSocio { resize: none; height: 80px; }
.inputSocio:focus { box-shadow: 0px 0px 5px 1px #828282; }
.socios .seccion2 form { width: 80%; margin: 0px auto; margin-top: 40px; }
.inputSubmitMazakusa, .inputSubmitIscar { float: right; background: #ff6600; color: #FFF; border: 0; text-transform: uppercase; font-weight: bold; font-size: 15px; padding: 5px 50px; cursor: pointer; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.inputSubmitIscar { background: #004392; }
.inputSubmitMazakusa:hover, .inputSubmitMazakusa:disabled, .inputSubmitIscar:hover, .inputSubmitIscar:disabled { opacity: .5!important; }

/*********************** CATALOGO ***********************/
.bannerCatalogo { background-image: url(../img/catalogo/bg.jpg); }
.catalogo .seccion2 { background: #a7a7a7; padding: 120px 0; }
.catalogo .seccion2 .icoPdf { width: 60px; margin: 0px auto; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.catalogo .seccion2 .icoPdf:hover { opacity: .4; }
.catalogo .seccion2 .conteRight { padding: 0 70px 0 180px; }
.catalogo .seccion2 .conteRight p { text-align: center; }
.conteLibro { position: absolute; top: -95px; left: -30px; }
.conteLibro .libro1 { width: 800px; -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); }
.conteLibro .libro2 { position: absolute; top: 0; left: 50%; width: 400px; margin-left: -200px; margin-top: 110px; -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); }
.catalogo .seccion2:hover .conteLibro .libro1 { top: 0; transform: -ms-transform: translate(-50px, 10px); -webkit-transform: translate(-50px, 10px); transform: translate(-50px, 10px); }
.catalogo .seccion2:hover .conteLibro .libro2 { transform: -ms-transform: translate(50px, 10px); -webkit-transform: translate(50px, 10px); transform: translate(50px, 10px); }

/*********************** CONTACTO ***********************/
.bannerContacto { background: url(../img/contacto/bg.jpg); }
.contacto .seccion2 { width: 100%; height: 500px; }
.contacto .seccion2 iframe { width: 100%; height: 100%; }

/*********************** CATEGORIA PRODUCTO ***********************/
.bannerCategoria { background: #CCC; background-size: cover; background-position: center; }
.bannerCategoria h1 { margin-left: -500px; }
.bannerCategoriaProducto { height: 100px!important; }

/*********************** ITEM PRODUCTO ***********************/
.conteProducto { background: #004392; width: 95%; margin: 15px auto; padding: 8px; display: table; cursor: pointer; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.conteProducto:hover, .conteProductoActivo { opacity: .5!important; }
.thumbProducto { background-size: cover; background-position: center; width: 240px; height: 220px; float: left; }
.thumbProductoRight { float: right; }
.tituloProducto { color: #FFF; font-size: 22px; font-weight: 600; display: table-cell; vertical-align: middle; width: 300px; }
.tituloProductoRight { text-align: right; }
#bgInfoProducto { background: url(../img/productos/bgVariable.jpg); background-size: cover; background-attachment: fixed; background-position: center; padding: 30px 0; display: none; }
#bgInfoProducto .contenedor { background: #0b0b0c; padding: 20px; }
.tituloProductoDesc { color: #5194e4; text-transform: uppercase; font-size: 39px; font-weight: 500; letter-spacing: 4px; text-align: center; }
.descProductoDesc { text-align: justify; padding: 0 100px; }
.contenedorProducto { color: #FFF; width: 1200px; margin: 0px auto; background: #000; padding: 15px; overflow: hidden; }
.contenedorProducto li { font-weight: 300; }
.contenedorProducto li:last-child:after { display: none; }
.contenedorProducto li:after { content: ''; display: block; background: #0c6587; width: 4px; height: 100%; position: absolute; top: 0; right: -2px; }
.contenedorProducto li label { text-transform: uppercase; font-size: 12.5px; font-weight: 300; text-align: center; display: block; height: 45px; margin-bottom:25px;}
.contenedorProducto li:nth-child(1) label { height: 67px; }
.contenedorProducto li label span { display: block; text-transform: capitalize; font-weight: 600; }
.contenedorProducto li label span.valor1 { float: left; }
.contenedorProducto li label span.valor2 { float: right; }
.subP { text-transform: initial!important; }
.contenedorProducto h2 { color: #5194e4; text-transform: uppercase; font-size: 39px; font-weight: 500; letter-spacing: 4px; }
.conteP { line-height: 27px; }
.conteMedidas { width: 90%; margin: 0px auto; }
.conteMedidas .medida1 { float: left; width: 50%; text-align: center; font-weight: 600; }
.conteMedidas .datos { line-height: 27px; margin-top: 12px; }
.conteMedidas .medida2 { float: right; width: 50%; text-align: center; font-weight: 600; }

.conteVarMovil { width: 95%; margin: 0px auto; }
.numParteMovil { text-align: center; color: #5194e4; font-size: 20px; margin-top: 20px; }
.tituloVarMovil { text-align: center; font-size: 16px; background: #000; color: #FFF; padding: 4px; margin-top: 10px; }
.conteLeftMovil, .conteRightMovil { float: left; width: 50%; text-align: center; font-size: 14px; }
.conteRightMovil { float: right; }
.tituloMedidaMovol { color: #000; background: #5194e4; font-weight: 600; text-transform: uppercase; font-size: 16px; padding: 3px; }


/*********************** FOOTER ***********************/
footer .seccion1 { background: #b5bdca; overflow: hidden; }
footer .seccion1:after { content: ''; display: block; background: url(../img/footer/bgContacto.png)no-repeat; background-size: cover; background-position: center; position: absolute; top: 0; right: 0; width: 850px; height: 530px; }
footer .seccion1 .conteLeft { padding-left: 140px; padding-top: 60px; padding-bottom: 60px; }
footer .seccion2 { background: #333333; color: #FFF; padding: 20px 0; }
.logoFooter { width: 95px; float: left; }
.conteTelefono { font-size: 22px; font-weight: 700; margin-top: 20px; }
.conteTelefono span { font-size: 18px; display: block; font-weight: 400; }
footer .seccion2 .direccion { text-align: right; font-size: 14px; font-weight: 100; line-height: 17px; margin-top: 10px; }
.icoFace { width: 50px; margin: 20px; }
.icoSociales { display: flex; justify-content: center; align-items: center; align-self: center;}
/*********************** MEDIAS QUERIES ***********************/
@media screen and (min-width: 320px) and (max-width: 479px) {
    /*********************** GENERAL ***********************/
    .contenedor { width: 90%; }
    .movil { display: block; }
    .pc { display: none; }
    body { padding-top: 35px; }
    .col2 li { width: 100%!important; }
    p { font-size: 15px; }
    .bannerPrincipal { height: 200px; }
    .bannerPrincipal h1 { margin: 0px auto; font-size: 25px; text-align: center; width: 300px; margin-left: -150px; margin-top: -30px; line-height: 28px; }

    /*********************** HEADER ***********************/
    .logo { width: 100px; float: left; }
    /*.menu { display: block; position: fixed; top: 0; right: -60%; width: 60%; height: 100%; box-shadow: -2px 0px 4px 1px #000; opacity: 0; visibility: hidden; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
   */
       .menu { width: 70%; height: 100%; padding-top: 85px; float: none; position: fixed; background: #f7f7f8; top: 0; right: -100%; -webkit-transition: right 0.4s; transition: right 0.4s; z-index: 2; box-shadow: -20px 0 29px 1px #5a5a5a; }

    .menuActivo { opacity: 1; visibility: visible; right: 0; }
    .menu .contenedor { width: 100%; }
    .menu a { font-size: 14px; width: 100%; float: none; padding: 8px 0; cursor: pointer; color:#000; }
    .menu select { text-align-last:center; }
    .icoCerrar { text-align: center; background: #FFF; padding: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; cursor: pointer; }

    h1 { font-size: 24px; line-height: 26px; }
    h1 span { font-size: 14px; margin-top: 10px; line-height: 16px; }

    /*********************** HOME ***********************/
    .arrowHome { font-size: 30px; margin-top: -25px; }
    .home .seccion2 li { min-height: 250px; height: auto; }
    .home .seccion2 li:nth-child(2) { padding: 20px 0; }
    .formContacto { width: 300px; margin: 0px auto; margin-top: 20px; }
    .submitContacto { float: none; margin: 0px auto; display: block; }
    .formContacto span { font-size: 12px; padding: 0; text-align: center; }
    .formContacto span br { display: none; }
    .formContacto span a { text-align: center; margin-top: 20px; }
    .home .seccion3 .contenedor { padding: 20px 0; }
    .home .seccion3:after, .home .seccion3:before { display: none; }
    .home .seccion3 ul { width: 100%; margin: 0px auto; }
    .home .seccion3 ul li { width: 50%; padding: 10px; font-size: 13px; }
    .home .seccion3 ul li img { width: 70px; }
    .home .seccion4 { padding: 50px 0; }
    .carruselBlogs { width: 300px!important; margin: 0px auto; }
    .carruselBlogs p { font-size: 14px; }
    .carruselBlogs span { font-size: 12px; }

    /*********************** ITEM PRODUCTO ***********************/
    .thumbProducto { width: 150px; height: 150px; float: none; margin: 0px auto; }
    .tituloProducto { font-size: 15px; text-align: center; width: 100%; display: block; }
    .tituloProductoDesc { font-size: 22px; letter-spacing: 1px; }
    .descProductoDesc { padding: 0; font-size: 14px; }
    .seccion2Producto { padding: 20px 0; }
    .contenedorProducto { width: 100%; padding: 10px; }
    .contenedorProducto li { width: 100%; }
    .contenedorProducto li:nth-child(1) label { height: auto; }

    /*********************** SOCIOS ***********************/
    .socios .seccion2 li img { width: 150px; }
    .inputSubmitMazakusa, .inputSubmitIscar { margin: 0px auto; display: block; float: none; margin-bottom: 40px; }

    /*********************** CATALOGO ***********************/
    .catalogo .seccion2 { padding: 20px 0; }
    .conteLibro { position: relative; top: 0; left: 0; }
    .conteLibro .libro1 { width: 100%; margin: 0px auto; }
    .catalogo .seccion2:hover .conteLibro .libro1 { top: 0;
    transform: -ms-transform: translate(-10px, 15px);
    -webkit-transform: translate(-10px, 15px);
    transform: translate(-10px, 15px); }
    .conteLibro .libro2 { margin: 0px auto; left: 0; position: relative; width: 300px; }
    .catalogo .seccion2 .conteRight { padding: 0; float: none; margin: 0px auto; width: 100%; margin-top: 20px; }
    .catalogo .seccion2 .conteRight h1 br { display: none; }

    /*********************** CONTACTO ***********************/
    .contacto .seccion2 { height: 350px; }

    /*********************** 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 { padding: 20px 0; width: 100%; float: none; }
    footer .seccion1:after { display: none; }
    footer .seccion2 li { width: 100%; }
    .logoFooter { width: 55px; margin: 0px auto; float: none; }
    .conteTelefono { font-size: 19px; text-align: center; }
    .conteTelefono span { font-size: 14px; }
	.icoFace { width: 35px; margin: 20px; }
	footer .seccion2 .direccion { font-size: 13px; text-align: center; }
}

@media screen and (min-width: 480px) and (max-width: 599px) {
    /*********************** GENERAL ***********************/
    .contenedor { width: 90%; }
    .movil { display: block; }
    .pc { display: none; }
    body { padding-top: 35px; }
    .col2 li { width: 100%!important; }
    p { font-size: 15px; }
    .bannerPrincipal { height: 200px; }
    .bannerPrincipal h1 { margin: 0px auto; font-size: 25px; text-align: center; width: 300px; margin-left: -150px; margin-top: -30px; line-height: 28px; }

    /*********************** HEADER ***********************/
    .logo { width: 100px; float: left; }
    .menu { width: 70%; height: 100%; padding-top: 85px; float: none; position: fixed; background: #f7f7f8; top: 0; right: -100%; -webkit-transition: right 0.4s; transition: right 0.4s; z-index: 2; box-shadow: -20px 0 29px 1px #5a5a5a; }
	.menu.opened:before { content: ''; display: block; }
	
    /*.menu { display: block; position: fixed; top: 0; right: -60%; width: 60%; height: 100%; box-shadow: -2px 0px 4px 1px #000; opacity: 0; visibility: hidden; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }*/
    .menuActivo { opacity: 1; visibility: visible; right: 0; }
    .menu .contenedor { width: 100%; }
    .menu a { font-size: 14px; width: 100%; float: none; padding: 8px 0; cursor: pointer; color:#000;}
    .menu select { text-align-last:center; }
    .icoCerrar { text-align: center; background: #FFF; padding: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; cursor: pointer; }

    h1 { font-size: 24px; line-height: 26px; }
    h1 span { font-size: 14px; margin-top: 10px; line-height: 16px; }

    /*********************** HOME ***********************/
    .arrowHome { font-size: 30px; margin-top: -25px; }
    .home .seccion2 li { min-height: 250px; height: auto; }
    .home .seccion2 li:nth-child(2) { padding: 20px 0; }
    .formContacto { width: 300px; margin: 0px auto; margin-top: 20px; }
    .submitContacto { float: none; margin: 0px auto; display: block; }
    .formContacto span { font-size: 12px; padding: 0; text-align: center; }
    .formContacto span br { display: none; }
    .formContacto span a { text-align: center; margin-top: 20px; }
    .home .seccion3 .contenedor { padding: 20px 0; }
    .home .seccion3:after { display: none; }
    .home .seccion3 ul { width: 300px; margin: 0px auto; }
    .home .seccion3 ul li { width: 50%; padding: 10px; font-size: 13px; }
    .home .seccion3 ul li img { width: 70px; }
    .home .seccion4 { padding: 50px 0; }
    .carruselBlogs { width: 300px!important; margin: 0px auto; }
    .carruselBlogs p { font-size: 14px; }
    .carruselBlogs span { font-size: 12px; }

    /*********************** ITEM PRODUCTO ***********************/
    .thumbProducto { width: 150px; height: 150px; float: none; margin: 0px auto; }
    .tituloProducto { font-size: 15px; text-align: center; width: 100%; display: block; }
    .tituloProductoDesc { font-size: 22px; letter-spacing: 1px; }
    .descProductoDesc { padding: 0; font-size: 14px; }
    .seccion2Producto { padding: 20px 0; }
    .contenedorProducto { width: 100%; padding: 10px; }
    .contenedorProducto li { width: 100%; }
    .contenedorProducto li:nth-child(1) label { height: auto; }

    /*********************** SOCIOS ***********************/
    .socios .seccion2 li img { width: 150px; }
    .inputSubmitMazakusa, .inputSubmitIscar { margin: 0px auto; display: block; float: none; margin-bottom: 40px; }

    /*********************** CATALOGO ***********************/
    .catalogo .seccion2 { padding: 20px 0; }
    .conteLibro { position: relative; top: 0; left: 0; }
    .conteLibro .libro1 { width: 100%; margin: 0px auto; }
    .catalogo .seccion2:hover .conteLibro .libro1 { top: 0;
    transform: -ms-transform: translate(-10px, 15px);
    -webkit-transform: translate(-10px, 15px);
    transform: translate(-10px, 15px); }
    .conteLibro .libro2 { margin: 0px auto; left: 0; position: relative; width: 300px; }
    .catalogo .seccion2 .conteRight { padding: 0; float: none; margin: 0px auto; width: 100%; margin-top: 20px; }
    .catalogo .seccion2 .conteRight h1 br { display: none; }

    /*********************** CONTACTO ***********************/
    .contacto .seccion2 { height: 350px; }

    /*********************** 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 { padding: 20px 0; width: 100%; float: none; }
    footer .seccion1:after { display: none; }
    footer .seccion2 li { width: 100%; }
    .logoFooter { width: 55px; margin: 0px auto; float: none; }
    .conteTelefono { font-size: 19px; text-align: center; }
    .conteTelefono span { font-size: 14px; }
	.icoFace { width: 35px; margin: 10px auto; }
	footer .seccion2 .direccion { font-size: 13px; text-align: center; }
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
    /*********************** GENERAL ***********************/
    .contenedor { width: 90%; }
    .movil { display: block; }
    .pc { display: none; }
    body { padding-top: 35px; }
    .col2 li { width: 100%!important; }
    p { font-size: 15px; }
    .bannerPrincipal { height: 200px; }
    .bannerPrincipal h1 { margin: 0px auto; font-size: 25px; text-align: center; width: 300px; margin-left: -150px; margin-top: -30px; line-height: 28px; }

    /*********************** HEADER ***********************/
    .logo { width: 100px; float: left; }
    .menu { display: block; position: fixed; top: 0; right: -60%; width: 60%; height: 100%; box-shadow: -2px 0px 4px 1px #000; opacity: 0; visibility: hidden; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
    .menuActivo { opacity: 1; visibility: visible; right: 0; }
    .menu .contenedor { width: 100%; }
    .menu a { font-size: 14px; width: 100%; float: none; padding: 8px 0; cursor: pointer; }
    .menu select { text-align-last:center; }
    .icoCerrar { text-align: center; background: #FFF; padding: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; cursor: pointer; }

    h1 { font-size: 24px; line-height: 26px; }
    h1 span { font-size: 14px; margin-top: 10px; line-height: 16px; }

    /*********************** HOME ***********************/
    .arrowHome { font-size: 30px; margin-top: -25px; }
    .home .seccion2 li { min-height: 250px; height: auto; }
    .home .seccion2 li:nth-child(2) { padding: 20px 0; }
    .formContacto { width: 300px; margin: 0px auto; margin-top: 20px; }
    .submitContacto { float: none; margin: 0px auto; display: block; }
    .formContacto span { font-size: 12px; padding: 0; text-align: center; }
    .formContacto span br { display: none; }
    .formContacto span a { text-align: center; margin-top: 20px; }
    .home .seccion3 .contenedor { padding: 20px 0; }
    .home .seccion3:after { display: none; }
    .home .seccion3 ul { width: 300px; margin: 0px auto; }
    .home .seccion3 ul li { width: 50%; padding: 10px; font-size: 13px; }
    .home .seccion3 ul li img { width: 70px; }
    .home .seccion4 { padding: 50px 0; }
    .carruselBlogs { width: 300px!important; margin: 0px auto; }
    .carruselBlogs p { font-size: 14px; }
    .carruselBlogs span { font-size: 12px; }

    /*********************** ITEM PRODUCTO ***********************/
    .thumbProducto { width: 150px; height: 150px; float: none; margin: 0px auto; }
    .tituloProducto { font-size: 15px; text-align: center; width: 100%; display: block; }
    .tituloProductoDesc { font-size: 22px; letter-spacing: 1px; }
    .descProductoDesc { padding: 0; font-size: 14px; }
    .seccion2Producto { padding: 20px 0; }
    .contenedorProducto { width: 100%; padding: 10px; }
    .contenedorProducto li { width: 100%; }
    .contenedorProducto li:nth-child(1) label { height: auto; }

    /*********************** SOCIOS ***********************/
    .socios .seccion2 li img { width: 150px; }
    .inputSubmitMazakusa, .inputSubmitIscar { margin: 0px auto; display: block; float: none; margin-bottom: 40px; }

    /*********************** CATALOGO ***********************/
    .catalogo .seccion2 { padding: 20px 0; }
    .conteLibro { position: relative; top: 0; left: 0; }
    .conteLibro .libro1 { width: 100%; margin: 0px auto; }
    .catalogo .seccion2:hover .conteLibro .libro1 { top: 0;
    transform: -ms-transform: translate(-10px, 15px);
    -webkit-transform: translate(-10px, 15px);
    transform: translate(-10px, 15px); }
    .conteLibro .libro2 { margin: 0px auto; left: 0; position: relative; width: 300px; }
    .catalogo .seccion2 .conteRight { padding: 0; float: none; margin: 0px auto; width: 100%; margin-top: 20px; }
    .catalogo .seccion2 .conteRight h1 br { display: none; }

    /*********************** CONTACTO ***********************/
    .contacto .seccion2 { height: 350px; }

    /*********************** 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 { padding: 20px 0; width: 100%; float: none; }
    footer .seccion1:after { display: none; }
    footer .seccion2 li { width: 100%; }
    .logoFooter { width: 55px; margin: 0px auto; float: none; }
    .conteTelefono { font-size: 19px; text-align: center; }
    .conteTelefono span { font-size: 14px; }
	.icoFace { width: 35px; margin: 10px auto; }
	footer .seccion2 .direccion { font-size: 13px; text-align: center; }
    
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    /*********************** GENERAL ***********************/
    .contenedor { width: 960px; }
    body { font-size: 15px; padding-top: 85px; }
    p { font-size: 15px; }
    .bannerPrincipal { height: 480px; }
    .bannerPrincipal h1 { font-size: 48px; margin-top: -30px; }

    .menu a { font-size: 14px; padding: 10px 14.5px; }

    h1 { font-size: 33px; line-height: 31px; }
    h1 span { font-size: 16px; }

    .home .seccion2 li { height: 470px; }
    .home .seccion2 li:nth-child(2) { padding: 15px 240px 15px 30px; }
    .inputContacto { font-size: 13px; padding: 7px 10px; }
    .formContacto span { font-size: 12px; line-height: 12px; padding-left: 55px; }

    .home .seccion3 .contenedor { padding: 30px 100px; }
    .home .seccion3 ul li img { width: 90px; }
    .home .seccion3 ul li { font-size: 15px; padding: 0 40px; }
    .home .seccion3 ul { margin: 15px 0; }
    .home .seccion3:after { width: 280px; height: 420px; margin-top: -210px; }
    .home .seccion5 { padding: 20px 0; }
    .carruselBlogs .thumb { height: 190px; }
    .carruselBlogs p { font-size: 15px; }
    .carruselBlogs span { font-size: 12px; }

    .bannerCategoria h1 { margin-left: -410px; }
    .thumbProducto { width: 230px; height: 190px; }

    .bannerSocios {  }
    .bannerSocios h1 { margin-left: -450px; margin-top: -70px; }
    .socios .seccion2 { padding: 20px 0; }
    .socios .seccion2 li img { width: 230px; }
    .inputSocio { font-size: 13px; }

    .bannerCatalogo h1 { margin-left: -440px; }
    .conteLibro { top: -85px; left: -70px; }
    .conteLibro .libro1 { width: 700px; }
    .conteLibro .libro2 { width: 360px; margin-left: -180px; }
    .catalogo .seccion2 .conteRight { padding: 0 30px 0 140px; }
    .catalogo .seccion2 .icoPdf { width: 50px; }

    .bannerContacto h1 { margin-left: -420px; margin-top: -50px; }
    .contacto .seccion2 { height: 400px; }

    .tituloProductoDesc { font-size: 34px; }
    .descProductoDesc { padding: 0 70px; }
    .contenedorProducto { padding: 10px; }
    .contenedorProducto li:nth-child(1) label {  }
    .contenedorProducto li label { font-size: 15px; padding: 0 10px; }
    .conteP, .conteMedidas .datos { font-size: 14px; }

    footer .seccion1 .conteLeft { padding-left: 120px; padding-top: 40px; padding-bottom: 40px; }
    footer .seccion1:after { height: 475px; width: 700px; }
    .logoFooter { width: 80px; }
    .conteTelefono { font-size: 20px; margin-top: 28px; }
    .icoFace { width: 40px; }
    footer .seccion2 .direccion { font-size: 13px; margin-top: 12px; }
    footer .seccion2 { padding: 10px 0; }

    /*********************** BLOG ***********************/
    .conteFecha, .conteTitulo { font-size: 15px; }
    .tituloPost { font-size: 22px; }
    .imgPost { width: 130px; height: 130px; }
    .descPost { width: 380px; font-size: 15px; }
    .colBlog2 .padding { padding: 27px 15px 1px 15px; }
    .imgPost { width: 130px; height: 130px; }
    .descPost { width: 390px; font-size: 14px; }
    .colBlog2 .padding { padding: 25px 15px 1px 15px; }
    .imgPopular { width: 80px; height: 53px; }
    .infoPopular { width: 220px; }
    .tituloPopular { font-size: 12px; height: 37px; }
    .fechaPopular { font-size: 12px; }
    .tituloCategoria { font-size: 15px; }
    .btnMore { font-size: 14px; width: 140px; }
    .bgPost { height: 380px; }
    .titlePost { font-size: 22px; }
	.conteDescripcion li, .conteDescripcion p { font-size: 14px; }
}


@media (min-width: 1440px){

}
/*.lineaBlanca { border: 1px solid #FFF; position: fixed; top: 0; left: 50%; height: 100%; z-index: 10; }*/

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}
