/*
  V3 - 23/01/2025
  CIPCA - 2021
  Design: Logos Comunicaciones
  www.logoscomunicaciones.com
*/
/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/*
body{
line-height: 1;
}
*/
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* RESET */
@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather-Regular.eot');
  src: url('../fonts/Merriweather-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Merriweather-Regular.woff2') format('woff2'), url('../fonts/Merriweather-Regular.woff') format('woff'), url('../fonts/Merriweather-Regular.ttf') format('truetype'), url('../fonts/Merriweather-Regular.svg#Merriweather-Regular') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather-Light';
  src: url('../fonts/Merriweather-Light.eot');
  src: url('../fonts/Merriweather-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Merriweather-Light.woff2') format('woff2'), url('../fonts/Merriweather-Light.woff') format('woff'), url('../fonts/Merriweather-Light.ttf') format('truetype'), url('../fonts/Merriweather-Light.svg#Merriweather-Light') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather-Bold';
  src: url('../fonts/Merriweather-Bold.eot');
  src: url('../fonts/Merriweather-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Merriweather-Bold.woff2') format('woff2'), url('../fonts/Merriweather-Bold.woff') format('woff'), url('../fonts/Merriweather-Bold.ttf') format('truetype'), url('../fonts/Merriweather-Bold.svg#Merriweather-Bold') format('svg');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* ---------------------------- SETTINGS ---------------------------- */
/* --------------------- FUENTES ---------------------*/
/* --------------------- FUENTES ---------------------*/
/* --------------------- ANCHOS ---------------------*/
/* --------------------- ANCHOS ---------------------*/
/* --------------------- COLORES ---------------------*/
/*                   */
/*                   */
/*                   */
/*                   */
/* --------------------- COLORES ---------------------*/
/* --------------------- COLORES GAMAS ---------------------*/
/* --------------------- COLORES GAMAS ---------------------*/
/* ---------------------------- SETTINGS ---------------------------- */
body {
  color: #666666;
  font-size: 14px;
  font-family: 'Merriweather-Light', Arial, Tahoma, Verdana;
  line-height: 21px;
  text-align: center;
  background: #ffffff;
}
body.dsp-mob {
  overflow: hidden;
  width: 100wh;
  height: 100vh;
}
.dsp-mod {
  overflow: hidden;
  overflow-x: hidden;
  width: 100wh;
  height: 100vh;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
h1 {
  font-size: 36px;
  line-height: 42px;
}
h2 {
  font-size: 36px;
  line-height: 38px;
}
h3 {
  font-size: 32px;
  line-height: 34px;
}
/*
.contentMod{
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.80);
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.modal_cont .cntMod{
  top: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  background: #ffffff; 
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.modal_cont header{
  position: relative;
  border-bottom: 1px solid #e1e0e1;
}



.contentMod .cntDoc{
  height: ~"calc(100% - 100px)";
}
*/
.modal_cont .bx_desc {
  float: left;
  display: block;
  width: 50%;
  height: auto;
  margin: 14px 0 0 4%;
}
.modal_cont .tit_pub {
  display: block;
  float: left;
  color: #e78616;
  font-size: 18px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 24px;
  text-align: left;
}
.modal_cont .num_pub {
  display: block;
  float: left;
  color: #77ac28;
  font-size: 11px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 20px;
  text-align: left;
  margin-bottom: 0;
}
.modal_cont {
  bottom: -50%;
  left: -50%;
  display: none;
  z-index: 2000 !important;
  overflow-y: none;
  position: fixed;
  text-align: center;
  background: rgba(119, 172, 40, 0.95);
  border-radius: 50%;
  width: 200%;
  height: 300%;
  transition: all 0.3s;
}
.modal_cont {
  animation-name: mod_anim;
  animation-duration: 700ms;
  animation-timing-function: linear;
  animation-iteration-count: stop;
  transform-origin: center;
}
@keyframes mod_anim {
  from {
    transform: translateY(30%);
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 0%;
    opacity: 0;
  }
  30% {
    transform: translateY(10%);
    bottom: -10%;
    left: 40%;
    width: 20%;
    height: 30%;
    opacity: 1;
  }
  60% {
    transform: translateY(10%);
    bottom: -10%;
    left: 40%;
    width: 20%;
    height: 30%;
    opacity: 1;
  }
  to {
    transform: translateY(0%);
    bottom: -50%;
    left: -50%;
    width: 200%;
    height: 300%;
    opacity: 1;
  }
}
a.cls_modal {
  top: -8%;
  right: -18%;
  z-index: 1000;
  position: absolute;
  display: block;
  text-indent: -999999px;
  text-decoration: none;
  background: url(../lib/ico-cls.svg) no-repeat center;
  background-size: auto 20px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
a.cls_modalb:link,
a.cls_modalb:visited {
  float: right !important;
  display: block !important;
  overflow: hidden;
  position: relative;
  text-indent: -9000px;
  text-decoration: none;
  background: #f32727 url(../lib/ico-cls.svg) no-repeat center;
  background-size: auto 20px;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
a.cls_modalb:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.modal_cont .content_modal {
  top: 10%;
  left: 15%;
  z-index: 100;
  position: fixed;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  background: transparent;
  width: 70%;
  height: 80%;
  padding: 0;
  transition: all 0.3s;
}
.modal_cont .content_modal.cnt_bk {
  top: 0;
  left: 0;
  background: #ffffff !important;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.modal_cont .content_modal.cnt_bk header {
  position: relative;
  border-bottom: 1px solid #e1e0e1;
}
.modal_cont .content_modal {
  animation-name: mod_el_anim;
  animation-duration: 1300ms;
  animation-timing-function: linear;
  animation-iteration-count: stop;
  transform-origin: center;
}
@keyframes mod_el_anim {
  from {
    transform: translateY(-30%);
    opacity: 0;
  }
  40% {
    transform: translateY(-20%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
.modal_cont .content_modal .cont-srch {
  top: 10vh;
  left: 50%;
  z-index: 100;
  box-sizing: border-box;
  position: absolute;
  color: #666666;
  text-align: center;
  background-color: #ffffff;
  width: 670px;
  height: 65px;
  margin-left: -300px;
}
.modal_cont .content_modal .cont-srch .formA fieldset {
  width: 100%;
  margin: 0;
  padding: 0;
}
.modal_cont .content_modal .cont-srch .formA input {
  float: left;
  color: #333333;
  font-size: 14px !important;
  font-size: 100%;
  line-height: 16px;
  font-family: 'Merriweather', Arial, Tahoma, Verdana;
  border: 0;
  width: 70%;
  height: 53px;
  margin: 6px 0 0 2%;
  padding: 0 1%;
}
.modal_cont .content_modal .cont-srch .formA .button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 16px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  text-align: center;
  text-transform: none;
  background-color: #e78616;
  border-radius: 30px;
  width: 140px;
  height: 44px;
  margin: 11px 1% 0 1%;
}
.cont_video {
  overflow: hidden;
  position: relative;
  height: 0;
  margin: 0;
  padding-bottom: 56.25%;
}
.cont_video iframe,
.cont_video object,
.cont_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
a.logo {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #77ac28;
  font-size: 30px;
  font-family: 'Merriweather', Arial, Tahoma, Verdana;
  text-decoration: none;
  background: url(../lib/cipca.png) no-repeat left top;
  background-size: auto 71px;
  width: 355px;
  height: 71px;
  margin: 10px 0 0 30px;
  padding: 30px 0 0 205px;
  transition: all 0.3s;
}
a.logo:hover {
  color: #e78616;
  padding: 25px 0 0 190px;
}
a.logo:after {
  top: 10px;
  left: 180px;
  z-index: 10;
  content: "";
  position: absolute;
  background-color: #e78616;
  width: 1px;
  height: 57px;
  transition: all 0.3s;
}
a.logo:hover:after {
  background-color: #77ac28;
}
.menu-mb {
  display: none;
  position: absolute;
  top: 4px;
  right: 10px;
  cursor: pointer;
  outline: none;
  text-indent: -999999px;
  background: url(../lib/ico-menu.svg) no-repeat center;
  background-size: 34px auto;
  width: 50px;
  height: 50px;
}
.menu-mb-cls {
  display: none;
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  text-indent: -999999px;
  background: #e78616 url(../lib/ico-cls.svg) no-repeat center;
  background-size: 18px auto;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
header {
  top: 0;
  left: 0;
  z-index: 1000;
  box-sizing: border-box;
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  height: 100px;
  padding: 0;
  transition: all 0.3s;
}
.hd_in {
  border-bottom: 1px solid #d6d6d6;
}
header nav {
  float: right;
  font-size: 16px;
  width: auto;
  height: 53px;
  margin-top: 24px;
}
header nav ul {
  float: right;
  width: auto;
  margin: 0;
  padding: 0;
}
header nav ul li {
  float: left;
  display: block;
  font-family: 'Merriweather', Arial, Tahoma, Verdana;
  margin: 0 40px;
}
header nav ul li a {
  float: left;
  display: block;
  position: relative;
  color: #77ac28;
  font-weight: 100;
  line-height: 30px;
  text-decoration: none;
  padding: 10px 0;
  transition: all 0.3s;
}
header nav ul li a:after {
  left: 50%;
  bottom: 0;
  z-index: 300;
  content: "";
  position: absolute;
  background-color: #77ac28;
  width: 0;
  height: 3px;
  transition: all 0.3s;
}
header nav ul li a:hover:after {
  left: 0;
  width: 100%;
}
header nav ul .active {
  color: #e78616 !important;
}
header nav ul li a.active:after {
  left: 0;
  bottom: 0;
  z-index: 300;
  content: "";
  position: absolute;
  background-color: #e78616;
  width: 100%;
  height: 3px;
}
header nav ul a.lnk_srch {
  display: block;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: #e78616 url(../lib/ico-srch.svg) no-repeat center;
  background-size: auto 27px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
}
header nav ul a.lnk_srch:hover {
  background: #77ac28 url(../lib/ico-srch.svg) no-repeat center;
  background-size: auto 27px;
}
header nav ul li a.lnk_srch:after {
  display: none;
}
header nav ul a.lnk_web {
  font-size: 14px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  border: 1px solid #77ac28;
  border-radius: 20px;
  line-height: 40px;
  margin-top: 5px;
  padding: 0 20px;
}
header nav ul a.lnk_web:hover {
  color: #ffffff;
  background: #77ac28;
}
header nav ul li a.lnk_web:after {
  display: none;
}
.img-principal {
  box-sizing: border-box;
  position: relative;
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin-top: 100px;
}
.img-principal img {
  display: block;
  width: 100%;
  height: auto;
}
.img-principal .cont-srch {
  top: 5vh;
  left: 50%;
  z-index: 100;
  box-sizing: border-box;
  position: absolute;
  color: #666666;
  text-align: center;
  background-color: #ffffff;
  width: 670px;
  height: 65px;
  margin-left: -300px;
}
.img-principal .cont-srch .formA fieldset {
  width: 100%;
  margin: 0;
  padding: 0;
}
.img-principal .cont-srch .formA input {
  float: left;
  color: #333333;
  font-size: 14px !important;
  font-size: 100%;
  line-height: 16px;
  font-family: 'Merriweather', Arial, Tahoma, Verdana;
  border: 0;
  width: 70%;
  height: 53px;
  margin: 6px 0 0 2%;
  padding: 0 1%;
}
.img-principal .cont-srch .formA .button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 16px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  text-align: center;
  text-transform: none;
  background-color: #e78616;
  border-radius: 30px;
  width: 140px;
  height: 44px;
  margin: 11px 1% 0 1%;
}
.img-principal .cont-srch .formA .button:hover {
  background: #77ac28;
}
.slide {
  position: relative;
  margin: 0;
  padding: 0;
}
.slide .item {
  position: relative;
  height: 100%;
}
.slide .item a {
  display: block;
}
.slide .item::before {
  display: block;
  padding-top: 39%;
  content: "";
}
.slide .item .image {
  position: relative;
  overflow: hidden;
}
.slide .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.slide > .slick-list,
.slide > .slick-list > .slick-track,
.slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
.prin_itm {
  position: relative;
  color: #666666;
  text-align: center;
  width: 1340px;
}
.prin_itm h1 {
  top: -115px !important;
  left: 0;
  z-index: 300;
  display: block;
  position: absolute;
  color: #ffffff !important;
  text-align: center !important;
  width: 100%;
}
.prin_itm ul {
  top: -25px !important;
  left: 0;
  z-index: 300;
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
.prin_itm ul:after {
  left: 3%;
  bottom: 0;
  z-index: 300;
  content: "";
  position: absolute;
  background-color: #e0e0e0;
  width: 94%;
  height: 1px;
}
.prin_itm ul li {
  float: left;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  width: 27%;
  margin: 0 3% 0 3%;
}
.prin_itm ul li a.tit_img {
  float: left;
  display: block;
  width: 42%;
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
  transition: all 0.3s;
}
.prin_itm ul li a.tit_img:hover {
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.4);
}
.prin_itm ul li a.tit_img img {
  display: block;
  width: 100%;
  height: auto;
}
.prin_itm ul li .tit_dat {
  float: right;
  display: block;
  color: #77ac28;
  font-size: 11px;
  width: 48%;
  margin-top: 60px;
}
.prin_itm ul li .itm_desc {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 20px auto 10px auto;
}
.prin_itm ul li a.lnk_tit_p {
  display: block;
  color: #e78616;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  text-decoration: none;
  margin: 10px auto;
  transition: all 0.3s;
}
.prin_itm ul li a.lnk_tit_p:hover {
  color: #77ac28;
}
.prin_itm ul li a.lnk_vm_p {
  float: left;
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  background: #77ac28;
  border-radius: 20px;
  width: 130px;
  height: 38px;
  margin: 10px auto;
  transition: all 0.3s;
}
.prin_itm ul li a.lnk_vm_p:hover {
  background: #e78616;
}
.slide_b {
  box-sizing: border-box;
  position: relative;
  padding: 0 3% 0 2%;
}
.slide_b .item {
  box-sizing: border-box;
  position: relative;
  padding: 0 8% 0 8%;
}
.slide_b > .slick-list,
.slide_b > .slick-list > .slick-track,
.slide_b > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}
.slide_b .slick-prev,
.slide_b .slick-next {
  top: 30%;
  z-index: 100;
  display: block;
  width: 40px;
  height: 40px;
}
.slide_b .slick-prev {
  left: 10px;
}
.slide_b .slick-next {
  right: 3px;
}
.slide_b .slick-prev:before {
  display: block;
  content: "";
  background: url(../lib/ar-lft.svg) no-repeat center !important;
  background-size: auto 28px !important;
  width: 30px !important;
  height: 28px;
}
.slide_b .slick-next:before {
  display: block;
  content: '';
  background: url(../lib/ar-rgt.svg) no-repeat center !important;
  background-size: auto 28px !important;
  width: 36px !important;
  height: 28px !important;
}
.content {
  display: block;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  background-color: #77ac28;
  width: 100%;
  height: auto;
}
.content_info {
  display: block;
  box-sizing: border-box;
  z-index: 200;
  position: relative;
  color: #666666;
  text-align: center;
  background: #ffffff;
  width: 1340px;
  margin: -445px auto 0 auto;
}
.content_info h1 {
  float: left;
  display: block;
  color: #e78616;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  margin: 20px 0 40px 0;
}
.content_info h2 {
  color: #77ac28;
  font-size: 28px;
  line-height: 34px;
}
.content_info ul.li_prod {
  overflow: visible;
  width: 100%;
  margin: 50px 0 0 0;
}
.content_vid {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #666666;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #e0e0e0;
  width: 100%;
  margin: 50px auto 0 auto;
  padding: 75px 70px;
}
.content_vid .vid_dsc {
  float: left;
  position: relative;
  text-align: left;
  width: 36%;
  margin-top: 110px;
}
.content_vid h4 {
  color: #e78616;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}
.content_vid .cnt_vid {
  float: right;
  overflow: hidden;
  position: relative;
  width: 55%;
  height: 0;
  margin: 10px 0 40px 0;
  padding-bottom: 28.4%;
  padding-top: 30px;
}
.content_vid .cnt_vid iframe,
.content_vid .cnt_vid object,
.content_vid .cnt_vid embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content_opt {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #666666;
  text-align: center;
  background: #f5f5f5;
  width: 100%;
  margin: 0 auto;
  padding: 75px 70px;
}
.content_opt.opt_in {
  width: 1340px;
  margin: 40px auto -45px -40px;
  padding: 60px 70px;
}
.content_in.esp_cont .content_opt.opt_in {
  margin: 40px auto -45px -60px;
}
.cnt_opt {
  float: left;
  position: relative;
  width: 30%;
}
.cnt_opt img {
  display: block;
}
.content_opt.opt_in .cnt_opt {
  width: 20%;
}
.cnt_opt_txt {
  float: left;
  position: relative;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  width: 80%;
  margin-left: 10%;
}
.content_opt.opt_in .cnt_opt_txt {
  font-size: 14px;
  line-height: 24px;
  width: 74%;
}
.cnt_opt_txt h3 {
  float: left;
  box-sizing: border-box;
  position: relative;
  color: #e78616;
  font-size: 30px;
  line-height: 36px;
  text-align: left;
  background: url(../lib/cipca-50-aniversario.png) no-repeat left center;
  width: 400px;
  min-height: 110px;
  margin: 20px 0 30px 0;
  padding: 30px 0 0 120px;
}
.content_opt.opt_in .cnt_opt_txt h3 {
  color: #e78616;
  font-size: 28px;
  line-height: 34px;
  background: url(../lib/cipca-50-aniversario.png) no-repeat left center;
  background-size: auto 74px;
  width: 345px;
  min-height: 75px;
  margin: 20px 0 30px 0;
  padding: 7px 0 0 98px;
}
.content_in {
  display: block;
  box-sizing: border-box;
  z-index: 200;
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  background: #ffffff;
  width: 1340px;
  margin: -70vh auto 0 auto;
  padding: 40px;
}
.content_in.pub {
  margin: -60vh auto 0 auto;
}
.content_in.esp_cont {
  padding: 40px 60px;
}
.content_in h1 {
  float: left;
  display: block;
  color: #e78616;
  text-align: left;
  margin: 0 0 20px 0;
}
.content_in h2 {
  color: #77ac28;
  font-size: 24px;
  line-height: 42px;
}
.content_in h3 {
  color: #77ac28;
  font-size: 24px;
  line-height: 42px;
}
.content_in img {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px auto 40px auto;
}
.content_in p {
  text-align: left;
  margin: 20px 0;
}
.content_in a {
  color: #77ac28;
  text-decoration: underline;
}
.content_in a:hover {
  text-decoration: none;
}
.content_in ul {
  overflow: hidden;
  width: 100%;
  margin: 20px 0 30px 0;
}
.content_in ul li {
  float: left;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 10px 0;
  padding-left: 22px;
}
.content_in ul li:after {
  top: 7px;
  left: 0;
  content: "";
  position: absolute;
  display: block;
  background: #77ac28;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.content_in ol {
  clear: both;
  display: block;
  overflow: hidden;
  list-style-type: decimal !ie;
  counter-reset: li-counter;
  margin: 30px 0;
}
.content_in ol li {
  overflow: hidden;
  position: relative;
  text-align: left;
  margin: 20px 0;
  padding-left: 24px;
}
.content_in ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: #77ac28;
  font-size: 18px;
  font-family: 'Merriweather-Light', Arial, Tahoma, Verdana;
  font-weight: 100;
  width: auto;
  text-align: right;
  content: counter(li-counter) ".";
  counter-increment: li-counter;
}
.content_in iframe {
  float: none;
  display: block;
  width: 100%;
  height: 560px;
  margin: 20px auto;
}
.cont_img_itm {
  float: left;
  width: 30%;
  margin-top: -15vh;
}
.cont_img_itm img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.2);
}
.cont_desc_itm {
  float: right;
  text-align: left;
  width: 58%;
  margin: 0 60px 50px 0;
}
.cont_desc_itm h1 {
  text-align: left;
  margin: 0 0 40px 0;
}
.cont_desc_itm h2 {
  font-family: 'Merriweather', Arial, Tahoma, Verdana;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 10px;
}
.cont_desc_itm h3 {
  color: #77ac28;
  font-size: 24px;
  line-height: 42px;
}
.bx_itm_cr {
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  margin: 0 0 20px 0;
  padding-bottom: 30px;
}
.content_disp {
  clear: both;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #666666;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  width: 96%;
  min-height: 600px;
  margin: 20px 2%;
}
footer {
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #ffffff;
  font-size: 11px;
  font-family: 'Merriweather-Light', Arial, Tahoma, Verdana;
  line-height: 18px;
  text-align: center;
  background: #77ac28;
  width: 100%;
  padding: 35px 40px 20px 40px;
}
footer .content_footer {
  position: relative;
  width: 1340px;
  margin: 0 auto;
}
footer p {
  float: left;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.7px;
  text-align: left;
  width: 400px;
}
.bx_404 {
  overflow: hidden;
  width: 80%;
  margin: 30px auto 120px auto;
}
.bx_404 .desc_txt_404 {
  position: relative;
  line-height: 28px;
  text-align: center;
  width: 50%;
  margin: 50px auto 0 auto;
}
.bx_404 .desc_txt_404 h1 {
  float: left;
  color: #666666;
  font-size: 140px;
  line-height: 80px;
  text-align: center;
  width: 100%;
  margin: 0;
}
.bx_404 .desc_txt_404 h2 {
  float: left;
  color: #e78616;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  width: 100%;
  margin: 70px 0 40px 0;
  padding: 0;
}
/*
.bx_404 img{
  float: right;
  display: block;
  width: 50%;
  height: auto;
  margin: 0;
}
*/
.bx_compra {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  background: #e78616;
  border-radius: 8px;
  width: 47%;
  height: 115px;
  margin: 30px 5% 30px auto;
  padding: 0;
  transition: all 0.3s;
}
.bx_compra .bk_precio {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  font-size: 26px;
  line-height: 113px;
  text-align: right;
  width: 34%;
  height: 100%;
}
.bx_compra .bk_dsc {
  float: right;
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 56%;
  padding: 24px 20px 20px 0;
}
.bx_compra .bk_dsc a {
  color: #ffffff;
  text-decoration: underline;
}
.bx_compra .bk_dsc a:hover {
  text-decoration: none;
}
.bx_comprab {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  width: 60%;
  height: 115px;
  margin: 30px 0;
  padding: 0;
  transition: all 0.3s;
}
.bx_comprab .bk_precio {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #e78616;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  font-size: 30px;
  line-height: 40px;
  width: 50%;
}
.bx_comprab .bk_dsc {
  float: right;
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0;
}
.bx_comprab .bk_dsc a {
  color: #77ac28;
  text-decoration: underline;
}
.bx_comprab .bk_dsc a:hover {
  text-decoration: none;
}
.bx_obras_sel {
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  margin: 50px 0 70px 0;
  padding-bottom: 20px;
}
.bx_obras_sel h5 {
  color: #008661;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 20px;
}
.desc_ob_sel {
  overflow: hidden;
  width: 100%;
  margin: 20px 0 50px 0;
}
.desc_ob_sel img {
  float: left;
  display: block;
  width: 45%;
  height: auto;
  margin: 0;
}
.desc_ob_sel .txt_ob_sel {
  float: right;
  width: 50%;
}
.bx_filtro {
  overflow: hidden;
  width: 500px;
  margin: 20px 0 50px 0;
}
.bx_filtro .formA label {
  float: left;
  font-size: 16px;
  width: auto;
  margin: 8px 4% 0 0;
}
.bx_filtro .formA select {
  float: left;
  width: 70%;
}
.img-left {
  float: left;
  display: block;
  width: auto;
  margin-right: 4% !important;
}
.img-right {
  float: right;
  display: block;
  margin-left: 4% !important;
}
.spL {
  clear: both;
  display: block;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
}
.subtitulo {
  color: #e78616 !important;
  font-size: 24px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
.subtitulo1 {
  color: #77ac28 !important;
  font-size: 24px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
.subtitulo2u {
  color: #77ac28 !important;
  font-size: 20px;
  font-family: 'Merriweather-Light', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-transform: uppercase;
}
.subtitulo3u {
  color: #77ac28 !important;
  font-size: 20px;
  font-family: 'Merriweather-Light', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-transform: uppercase;
}
.left {
  float: left;
  display: block;
}
.right {
  float: right;
  display: block;
}
.clear {
  clear: both;
  display: block;
}
.txt-al {
  text-align: left !important;
}
.txt-ar {
  text-align: right !important;
}
.txt-ac {
  text-align: center !important;
}
.color1 {
  color: #e78616 !important;
}
.color2 {
  color: #77ac28 !important;
}
.italic2,
.italic3 {
  font-style: italic;
}
.italic1 {
  color: #e78616 !important;
}
.italic1 {
  color: #77ac28 !important;
}
.small,
.small1,
.small2 {
  font-size: 12px;
  line-height: 14px !important;
}
.small1 {
  color: #77ac28 !important;
}
.small2 {
  color: #77ac28 !important;
}
b,
.bold,
.bold1,
.bold2 {
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
}
.bold1 {
  color: #77ac28 !important;
}
.bold2 {
  color: #77ac28 !important;
}
/* ---------------------------- LINKS ---------------------------- */
a.lnk-01u {
  color: #77ac28;
  text-decoration: underline;
}
a.lnk-01u:hover {
  text-decoration: none;
}
a.lnk-02u {
  color: #77ac28;
  text-decoration: underline;
}
a.lnk-02u:hover {
  text-decoration: none;
}
a.btn_01:link,
a.btn_01:visited {
  display: inline-block;
  color: #77ac28;
  font-size: 14px;
  font-family: 'Merriweather-Light', Arial, Tahoma, Verdana;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #77ac28;
  border-radius: 5px;
  width: 145px;
  height: 50px;
  margin: 10px -30px 10px 60px;
}
a.btn_01:hover {
  color: #ffffff;
  background: #77ac28;
}
a.btn_02 {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  text-decoration: none;
  background-color: #e78616;
  border-radius: 20px;
  margin: 0 auto 50px auto;
  padding: 12px 40px;
  transition: all 0.3s;
}
a.btn_02:hover {
  background-color: #77ac28;
}
a.btn_02b {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  text-decoration: none;
  background-color: #e78616;
  border-radius: 20px;
  margin: 0 auto 20px auto;
  padding: 12px 60px;
  transition: all 0.3s;
}
a.btn_02b:hover {
  background-color: #77ac28;
}
a.btn_02g {
  display: inline-block;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  line-height: 22px;
  text-decoration: none;
  background-color: #77ac28;
  border-radius: 20px;
  width: 70%;
  margin: 0 auto 50px auto;
  padding: 20px 30px;
  transition: all 0.3s;
}
a.btn_02g:hover {
  background-color: #e78616;
}
a.lnk_doc_pdf {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  background: #f16973 url(../lib/ico-pdf.svg) no-repeat 20px center;
  background-size: auto 67px;
  border-radius: 8px;
  width: 47%;
  height: 115px;
  margin: 30px 5% 30px auto;
  padding: 45px 0 0 100px;
  transition: all 0.3s;
}
a.lnk_doc_pdf:hover {
  padding: 45px 0 0 90px;
}
a.lnk_doc_pdf:after {
  top: 72px;
  left: 100px;
  content: "";
  position: absolute;
  background: #ffffff;
  width: 0;
  height: 2px;
  transition: all 0.3s;
}
a.lnk_doc_pdf:hover:after {
  left: 90px;
  width: 160px;
}
a.lnk_doc_res {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background: #018764;
  border-radius: 8px;
  width: 340px;
  height: 90px;
  margin: 20px 5% 20px auto;
  padding: 30px 40px;
  transition: all 0.3s;
}
a.lnk_doc_res:after {
  top: 60px;
  left: 100px;
  content: "";
  position: absolute;
  background: #ffffff;
  width: 0;
  height: 2px;
  transition: all 0.3s;
}
a.lnk_doc_res:hover:after {
  left: 90px;
  width: 160px;
}
a.lnk_doc_resb {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #77ac28;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background: transparent;
  border: 1px solid #77ac28;
  border-radius: 8px;
  width: 305px;
  height: 80px;
  margin: 20px 5% 20px auto;
  padding: 24px 40px;
  transition: all 0.3s;
}
a.lnk_doc_resb:hover {
  color: #ffffff;
  background: #77ac28;
}
a.lnk_doc_vw {
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  background: #77ac28 url(../lib/ico-libro.svg) no-repeat 20px center;
  background-size: auto 66px;
  border-radius: 8px;
  width: 47%;
  height: 115px;
  margin: 30px 0 30px auto;
  padding: 45px 0 0 115px;
  transition: all 0.3s;
}
a.lnk_doc_vw:hover {
  padding: 45px 0 0 100px;
}
a.lnk_doc_vw:after {
  top: 72px;
  left: 115px;
  content: "";
  position: absolute;
  background: #ffffff;
  width: 0;
  height: 2px;
  transition: all 0.3s;
}
a.lnk_doc_vw:hover:after {
  left: 100px;
  width: 185px;
}
a.lnk_aud {
  float: left;
  display: block;
  color: #77ac28;
  font-size: 14px;
  text-decoration: none;
  background: url(../lib/ico-play.svg) no-repeat left center;
  background-size: auto 30px;
  margin: 0 auto 30px auto;
  padding: 5px 0 5px 42px;
  transition: all 0.3s;
}
a.lnk_aud:hover {
  color: #e78616;
  background: url(../lib/ico-play.svg) no-repeat left center;
  background-size: auto 30px;
  padding: 5px 0 5px 38px;
}
a.lnk_aud_off {
  float: left;
  display: block;
  color: #77ac28;
  font-size: 14px;
  text-decoration: none;
  background: url(../lib/ico-pause.svg) no-repeat left center;
  background-size: auto 30px;
  margin: 0 auto 30px auto;
  padding: 5px 0 5px 42px;
  transition: all 0.3s;
}
a.lnk_aud_off:hover {
  color: #e78616;
  background: url(../lib/ico-pause.svg) no-repeat left center;
  background-size: auto 30px;
  padding: 5px 0 5px 38px;
}
a.byLogos:link,
a.byLogos:visited {
  float: right;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 30px;
  margin: 0;
}
a.byLogos ico {
  float: right;
  display: block;
  outline: none;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/powered_logos_a.png) no-repeat right top;
  width: 23px;
  height: 21px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.byLogos span {
  float: left;
  display: block;
  outline: none;
  position: absolute;
  z-index: 20;
  text-indent: -9000px;
  text-decoration: none;
  background: url(../lib/powered_logos.png) no-repeat left -9px;
  width: 0;
  height: 0;
  margin: 9px 0 0 78px;
  filter: alpha(opacity=00);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transform: rotate(-145deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.byLogos:hover span {
  width: 36px;
  height: 10px;
  margin: 9px 0 0 41px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
a.byLogos:hover ico {
  background: url(../lib/powered_logos.png) no-repeat right top;
}
.adjDoc,
.adjPdf,
.adjPpt,
.adjTxt,
.adjXls,
.adjZip {
  float: left;
  clear: both;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  color: #666666 !important;
  font-size: 14px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  line-height: 16px;
  text-align: left;
  text-decoration: none !important;
  border: 1px solid #cdd2d5;
  width: 380px;
  min-height: 82px;
  margin: 10px 2% 10px auto !important;
  padding: 12px 10px !important;
}
.adjDoc:hover,
.adjPdf:hover,
.adjPpt:hover,
.adjTxt:hover,
.adjXls:hover,
.adjZip:hover {
  color: #77ac28 !important;
}
.adjDoc ico,
.adjPdf ico,
.adjPpt ico,
.adjTxt ico,
.adjXls ico,
.adjZip ico {
  float: left;
  background-image: url(../lib/sprite_ico_adj.png);
  background-repeat: no-repeat;
  display: block;
  width: 51px;
  height: 51px;
  margin-right: 14px;
}
.adjDoc ico {
  background-position: 0 0;
}
.adjPdf ico {
  background-position: -51px 0;
}
.adjPpt ico {
  background-position: -102px 0;
}
.adjTxt ico {
  background-position: -153px 0;
}
.adjXls ico {
  background-position: -204px 0;
}
.adjZip ico {
  background-position: -255px 0;
}
.adjDoc .txt-desc,
.adjPdf .txt-desc,
.adjPpt .txt-desc,
.adjTxt .txt-desc,
.adjXls .txt-desc,
.adjZip .txt-desc {
  float: left;
  display: block;
  position: relative;
  line-height: 18px;
  width: 80%;
  padding-bottom: 24px;
}
a.adjDoc .txt-desc:before,
a.adjPdf .txt-desc:before,
a.adjPpt .txt-desc:before,
a.adjTxt .txt-desc:before,
a.adjXls .txt-desc:before,
a.adjZip .txt-desc:before {
  content: "Descargar";
  position: absolute;
  left: 0;
  bottom: 0;
  color: #77ac28;
  font-size: 12px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
}
/* ---------------------------- LINKS ---------------------------- */
/* ---------------------------- LISTADOS ---------------------------- */
ul.li_01 {
  overflow: hidden;
  width: 90%;
  margin: 30px 0 50px 0;
}
ul.li_01 li {
  /*background: url(../lib/bull-li-01.svg) no-repeat left 2px;
  background-size: 16px auto;*/
  width: 90%;
  margin: 10px 0;
  padding-left: 30px;
  transition: all 0.3s;
}
ul.li_01 li a {
  color: #666666;
  text-decoration: none;
}
ul.li-categorias {
  clear: both;
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin: 20px auto 40px auto !important;
}
ul.li-categorias li {
  float: none !important;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
  border: 1px solid #e78616;
  background-image: none !important;
  border-radius: 8px;
  width: 22% !important;
  margin: 20px 20px 10px 20px !important;
  padding: 0 !important;
}
ul.li-categorias li:after {
  display: none;
}
ul.li-categorias li a {
  display: block;
  box-sizing: border-box;
  color: #e78616 !important;
  line-height: 60px;
  text-align: center;
  text-decoration: none !important;
  width: 100% !important;
  height: 80px;
  padding: 8px 20% !important;
}
ul.li-categorias li a:hover {
  color: #fff !important;
  background-color: #e78616;
}
ul.li-categorias li span {
  vertical-align: middle;
  display: inline-block;
  line-height: 22px;
}
ul.li-categorias li .act-cat {
  color: #fff !important;
  background-color: #e78616;
}
ul.li_prod {
  overflow: hidden;
  width: 100%;
  margin: 30px 0 60px 0;
}
ul.li_prod li {
  float: left;
  display: block;
  color: #77ac28;
  font-size: 11px;
  text-align: center;
  width: 190px;
  height: 400px;
  margin: 10px 31px 30px 31px;
  padding: 0;
  transition: all 0.3s;
}
ul.li_prod li:after {
  display: none;
}
ul.li_prod li a.lnk_img_b {
  display: block;
  text-decoration: none;
  width: 145px;
  margin: 0 auto 20px auto;
}
ul.li_prod li a.lnk_img_b img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
ul.li_prod li a.lnk_img_b img:hover {
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.6);
}
ul.li_prod li a.lnk_tit_b {
  display: block;
  font-size: 12px;
  color: #4c4c4c;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  line-height: 18px;
  text-decoration: none;
  margin: 10px auto;
  transition: all 0.3s;
}
ul.li_prod li a.lnk_tit_b:hover {
  color: #77ac28;
}
ul.li_prod li a.lnk_vm_b {
  display: inline-block;
  color: #77ac28;
  font-size: 12px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #77ac28;
  border-radius: 20px;
  width: 120px;
  height: 35px;
  margin: 15px auto 0 auto;
  transition: all 0.3s;
}
ul.li_prod li a.lnk_vm_b:hover {
  color: #ffffff;
  background: #77ac28;
}
ul.li_prod_rel {
  overflow: visible;
  width: 100%;
  margin: 40px 0 50px 0;
}
ul.li_prod_rel li {
  float: left;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  width: 30%;
  height: 250px;
  padding: 0;
  margin: 0 5% 0 0;
}
ul.li_prod_rel li:after {
  display: none;
}
ul.li_prod_rel li a.tit_img {
  float: left;
  display: block;
  width: 42%;
  margin-bottom: -30px;
  transition: all 0.3s;
}
ul.li_prod_rel li a.tit_img img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
ul.li_prod_rel li a.tit_img:hover img {
  box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.4);
}
ul.li_prod_rel li .tit_dat {
  bottom: 0;
  right: 0;
  display: block;
  position: absolute;
  color: #77ac28;
  font-size: 11px;
  width: 48%;
  height: 135px;
}
ul.li_prod_rel li a.lnk_tit_p {
  display: block;
  color: #e78616;
  font-size: 13px;
  line-height: 20px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  text-decoration: none;
  margin: 10px auto;
  transition: all 0.3s;
}
ul.li_prod_rel li a.lnk_tit_p:hover {
  color: #77ac28;
}
ul.li_prod_rel li a.lnk_vm_p {
  float: left;
  display: block;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  background: #77ac28;
  border-radius: 20px;
  width: 130px;
  height: 38px;
  margin: 10px auto;
  transition: all 0.3s;
}
ul.li_prod_rel li a.lnk_vm_p:hover {
  background: #e78616;
}
/* PAGINADOR */
ul.pag {
  clear: both;
  display: table;
  width: auto;
  margin: 0 auto 70px auto;
}
ul.pag li {
  float: left;
  clear: none;
  width: auto;
  margin: 0 5px;
  padding: 0;
}
ul.pag li:after {
  display: none;
}
ul.pag li a {
  float: left;
  color: #636363;
  font-size: 14px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  line-height: 31px;
  text-decoration: none;
  text-align: center;
  width: 31px;
  height: 31px;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
ul.pag li a:hover {
  color: #e78616;
}
ul.pag li .pagAct,
ul.pag li .pagAct:hover {
  color: #e78616;
  border: 2px solid #e78616;
  border-radius: 50%;
  margin: 0 2px;
}
ul.pag li a.txtL {
  color: #e78616;
  font-family: 'Merriweather', Arial, Tahoma, Verdana;
  text-decoration: underline;
  width: 100px;
  height: 30px;
}
ul.pag li a.txtL:hover {
  text-decoration: none;
}
/* ---------------------------- LISTADOS ---------------------------- */
/* ---------------------------- TABLA ---------------------------- */
.cntTabS table {
  clear: both;
  width: 60%;
  margin: 50px auto;
}
.cntTabS table .acenter {
  text-align: center;
}
.cntTabS table .aleft {
  text-align: left;
}
.cntTabS table .aright {
  text-align: right;
}
.cntTabS thead th {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  background: #77ac28;
  padding: 20px 10px;
}
.cntTabS thead th:first-child {
  border-radius: 6px 0 0 6px;
}
.cntTabS thead th:last-child {
  border-radius: 0 6px 6px 0;
}
.cntTabS tbody tr:first-child td {
  padding-top: 20px;
}
.cntTabS tbody td {
  line-height: 24px;
  text-align: center;
  border-bottom: 1px solid #cdd2d5;
  padding: 14px 10px;
}
.cntTabS.resl tbody td {
  text-align: left;
  border-bottom: 0;
}
.cntTabS.resl tbody td:first-child {
  color: #77ac28;
  font-weight: 700;
}
.cntTabS tfoot td {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  background: #f2f3f5;
  border-top: 10px solid #ffffff;
  border-bottom: 0;
  padding: 16px 10px;
}
.cntTabS tfoot td:first-child {
  border-radius: 10px 0 0 6px;
}
.cntTabS tfoot td:last-child {
  border-radius: 0 10px 6px 0;
}
/* ---------------------------- TABLA ---------------------------- */
/* ---------------------------- FORMULARIO ---------------------------- */
.img-desc .formA p:last-child {
  border: 0;
}
.formA p .liRB {
  float: left;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 4px 0;
}
.formA p .liRB label {
  cursor: pointer;
  height: 50px;
  padding: 10px 10px 10px 34px;
  transition: all 0.3s ease;
}
.formA p .liRB label:after {
  top: 14px;
  left: 5px;
  z-index: 10;
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-color: #ffffff;
  border: 1px solid #77ac28;
  border-radius: 50%;
}
.formA p .liRB label:before {
  top: 19px;
  left: 10px;
  z-index: 20;
  content: "";
  display: none;
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #77ac28;
  border-radius: 50%;
}
.formA p .liRB input[type="radio"] {
  display: none;
}
.formA p .liRB input[type="radio"]:checked + label:before {
  display: block;
}
.formA p.p_chek {
  float: left;
  display: block;
  width: 15%;
  height: 240px;
  margin: 10px 3% 30px 0;
  padding: 0;
}
.formA p.p_chek.catimg {
  height: 270px;
  margin: 10px 3% 30px 0;
}
.formA p .liChB {
  float: left;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 0;
}
.formA p.p_chek .liChB {
  margin-bottom: 10px;
}
.formA p.p_chek.catimg .liChB {
  margin-bottom: 0;
}
.formA p .liChB.selI {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #e2e3e5;
  width: 100%;
  height: 220px;
  padding: 15px 0;
}
.formA p .liChB label {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 180px;
  padding: 0 !important;
  transition: all 0.3s ease;
}
.formA p .liChB label:after {
  top: 10px;
  left: 10px;
  z-index: 10;
  display: none;
  content: "";
  position: absolute;
  border-radius: 4px;
  width: 21px;
  height: 21px;
  background-color: #ffffff;
  border: 1px solid #77ac28;
}
.formA p .liChB:hover label:after {
  display: block;
}
.formA p .liChB label:before {
  top: 15px;
  left: 15px;
  z-index: 20;
  content: "";
  position: absolute;
  display: none;
  background: #ffffff url(../lib/ico-check.svg) no-repeat center;
  background-size: 13px auto;
  width: 13px;
  height: 13px;
}
.formA p .liChB input[type="checkbox"] {
  display: none;
}
.formA p .liChB input[type="checkbox"]:checked + label:before {
  display: block;
}
.formA p .liChB input[type="checkbox"]:checked + label:after {
  display: block;
}
.formA p .liChB label img {
  display: block;
  margin: 0 auto 14px auto;
}
.formA p .liChB label:hover img {
  opacity: 0.8;
}
.formA p.p_chek .liChB label {
  display: block;
  overflow: hidden;
  width: 90%;
  height: 190px;
  margin: 0 5%;
}
.formA p.p_chek .liChB label img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.formA p.p_chek .itm_dsc {
  float: left;
  display: block;
  color: #77ac28;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  width: 100%;
  margin: 12px 0 3px 0;
}
.formA p.p_chek .itm_dsc:hover {
  color: #77ac28;
}
.formA p.p_chek .price {
  display: block;
  color: #666666;
  font-size: 11px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  text-align: left;
  width: 100%;
  margin: 3px 0;
}
.liChG {
  float: left;
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 23px;
  height: 23px;
  padding: 0;
}
.liChG label {
  cursor: pointer;
  position: relative;
  width: 23px;
  height: 23px;
  padding: 0 !important;
  transition: all 0.3s ease;
}
.liChG label:after {
  top: 10px;
  left: 10px;
  z-index: 10;
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-color: #ffffff;
  border: 1px solid #77ac28;
}
.liChG label:before {
  top: 15px;
  left: 15px;
  z-index: 20;
  content: "";
  position: absolute;
  display: none;
  background: #ffffff url(../lib/ico-check.svg) no-repeat center;
  background-size: 13px auto;
  width: 13px;
  height: 13px;
}
.liChG input[type="checkbox"] {
  display: none;
}
.liChG input[type="checkbox"]:checked + label:before {
  display: block;
}
.img-desc .formA .button {
  float: left;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  background: #77ac28;
  width: 241px;
  height: 57px;
  margin-top: 38px;
}
.bx_cont_chk {
  float: left;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100% !important;
  height: 50px;
  margin: 4px 0;
  padding: 10px 10px 10px 34px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bx_cont_chk::after {
  display: none;
}
.bx_cont_chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.bx_cont_chk .checkmark {
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.bx_cont_chk input:checked ~ .checkmark:after {
  display: block;
}
.bx_cont_chk input:checked ~ .checkmark:before {
  display: block;
}
.bx_cont_chk .checkmark:after {
  top: 6px;
  left: 5px;
  z-index: 10;
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background-color: #ededed;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
}
.bx_cont_chk .checkmark:before {
  top: 11px;
  left: 10px;
  z-index: 20;
  content: "";
  display: none;
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #767676;
  border-radius: 50%;
}
.bx_cont_chk .bx_txt_chk {
  float: left;
  display: block;
  width: 70%;
  margin-left: 32px;
}
.switch {
  float: none !important;
  width: 150px !important;
  margin: 0 auto 50px auto !important;
}
.switch input[type="checkbox"] {
  opacity: 0.01;
  position: absolute;
}
.switch input[type="checkbox"] + label:before {
  background-image: none;
}
.switch input[type="checkbox"] + label .zero,
.switch input[type="checkbox"] + label .one {
  font-size: 12px;
  font-family: 'Merriweather', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 20px;
  -webkit-transition: color 0.16s linear;
  transition: color 0.16s linear;
}
.switch input[type="checkbox"] + label .zero {
  color: #77ac28;
  padding: 3px 10px 3px 0;
}
.switch input[type="checkbox"] + label .one {
  color: #666666;
  padding: 3px 0 3px 10px;
}
.switch input[type="checkbox"] + label .switch-button:before {
  background: #77ac28;
  left: 0;
  -webkit-transition: left 0.16s linear, background 0.16s linear;
  transition: left 0.16s linear, background 0.16s linear;
}
.switch input[type="checkbox"]:checked + label:before {
  background-image: none;
}
.switch input[type="checkbox"]:checked + label .zero {
  color: #666666;
}
.switch input[type="checkbox"]:checked + label .one {
  color: #77ac28;
}
.switch input[type="checkbox"]:checked + label .switch-button:before {
  background: #77ac28;
  left: 50%;
}
.switch > label {
  cursor: pointer;
  display: table;
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
}
.switch > label:before {
  content: none !important;
}
.switch > label > span {
  display: table-cell;
  float: left;
  overflow: hidden;
  pointer-events: none;
}
.switch .switch-button {
  border: 1px solid #77ac28;
  border-radius: 100px;
  height: 22px;
  position: relative;
  width: 42px;
}
.switch .switch-button:before {
  top: 0;
  left: 0;
  position: absolute;
  content: '';
  border-radius: 100px;
  width: 13px;
  height: 13px;
  margin: 4px;
}
.formA fieldset {
  float: left;
  clear: both;
  position: relative;
  font-family: 'Merriweather', Arial, Tahoma, Verdana;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
.formA select,
.formA input,
.formA textarea {
  float: left;
  box-sizing: border-box;
  color: #4c4c4c;
  font-size: 14px !important;
  font-size: 100%;
  line-height: 21px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  border: 0;
  border-bottom: 1px solid #d6e6be;
  border-radius: 0;
  height: 44px;
  margin: 0 auto;
  padding: 4px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.formA input:focus {
  outline: none;
  border: 1px solid #8f8f8f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formA label {
  float: left;
  color: #77ac28;
  font-size: 14px;
  font-family: 'Merriweather-Light', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 16px;
  text-align: left;
  width: 70%;
  padding: 5px 0;
  transition: all 0.3s ease-in;
}
/*
.formA input:focus + label,
.formA textarea:focus + label{
    font-size: 14px;
} 
*/
.subt-sec {
  float: left;
  color: #77ac28;
  font-size: 18px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  width: 70%;
  padding: 5px 0;
}
.formA .inpB {
  width: 38%;
  margin-right: 2%;
}
.formA .inpM {
  width: 24%;
  margin-right: 2%;
}
.formA .inpS {
  width: 10%;
  margin-right: 2%;
}
.formA input[type=date] {
  width: 160px;
}
.formA .dsb {
  pointer-events: none;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
}
.formA.f-contact fieldset {
  width: 100%;
}
.formA.f-contact p {
  float: left;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100px;
  margin: 10px 0;
  padding: 5px 0;
}
.formA.f-contact p.p_wm {
  width: 44%;
  margin: 10px 8% 10px 0;
}
.formA.f-contact p.wb {
  height: auto;
}
.formA.f-contact p.p_wm.nm,
.formA.f-contact .nm {
  margin-right: 0 !important;
}
.formA.f-contact label {
  width: 90%;
}
.formA.f-contact .inpB {
  width: 100%;
  margin-right: 0;
}
.formA.f-contact .inpM {
  width: 45%;
  margin-right: 0;
}
.formA.f-contact textarea {
  border-radius: 0;
  width: 100%;
  height: 100px !important;
  padding: 8px 10px !important;
}
.formA.f-contact textarea:focus {
  height: 100px !important;
  padding: 8px 10px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formA select {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  position: relative;
  background: url(../lib/ar_dwn.png) no-repeat 98% center;
  background-size: auto 10px;
  border-radius: 0;
  width: 60%;
  padding: 6px 10px 6px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formA select:focus {
  outline: none;
  border-radius: 0;
  border-bottom: 1px solid #77ac28;
}
.formA .selB {
  width: 100%;
  margin-right: 0;
}
.formA .selM {
  background: url(../lib/ar_dwn.png) no-repeat right center;
  background-size: auto 8px;
  width: 24%;
  margin-right: 2%;
}
.formA .selS {
  background: url(../lib/ar_dwn.png) no-repeat right center;
  background-size: auto 8px;
  width: 10%;
  margin-right: 2%;
}
.formA .req {
  border: 1px solid #ee1c25;
}
.formA .req_txt {
  float: left;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  color: #ee4d4d;
  font-size: 11px;
  font-family: 'Merriweather', Arial, Tahoma, Verdana;
  text-align: right;
  line-height: 18px;
  width: 100%;
}
.formA textarea {
  display: block;
  float: left;
  font-size: 16px;
  width: 99%;
  height: 38px !important;
  appearance: none;
}
.formA textarea:focus {
  outline: none;
  height: 38px !important;
  padding: 4px 0 !important;
  border: 1px solid #8f8f8f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formA .button {
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
  font-family: 'Merriweather-Light', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  background: #77ac28;
  width: 230px;
  height: 62px;
  margin: 50px auto 0 auto;
  -webkit-appearance: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.formA .button:hover {
  background: #77ac28;
}
.formA .buttonM {
  float: left;
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Merriweather-Light', Arial, Tahoma, Verdana;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  background: #77ac28;
  width: 100px;
  height: 46px;
  margin: 8px auto;
  -webkit-appearance: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.formA .buttonM:hover {
  opacity: 0.9;
}
.formA .btn-off {
  pointer-events: none;
  background: #666666 !important;
  opacity: 0.6;
}
.formA .btn-ds {
  pointer-events: none;
  position: relative;
  outline: none;
  text-indent: -9000px;
  background: #77ac28;
}
.formA .btn-ds:after {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background: url(../lib/load.svg) no-repeat center;
  background-size: auto 90px;
  width: 100%;
  height: 70px;
}
.formA .bx_opt_cnt {
  display: block;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  line-height: 21px;
  width: 90%;
  margin: 26px auto 6px auto;
}
.formA .bx_opt_cnt span {
  display: inline-block;
  margin: 0 15px;
}
.formA p {
  float: left;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 10px 0;
  padding: 5px 0;
}
.formA p.p_msjfrm {
  margin: 4px 0 0 0;
  padding: 0;
}
.formA p.p_wm {
  width: 45%;
  margin: 10px 2% 10px 0;
}
.formA a.lnk_vps {
  margin: -42px 2px 0 0;
}
.formA p.chbx {
  float: none !important;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  font-family: 'Merriweather', Arial, Tahoma, Verdana;
  line-height: 24px;
  width: 76%;
  height: 35px;
  margin: 10px auto;
}
.formA p.chbx label {
  display: block;
  position: relative;
  font-size: 14px;
  font-family: 'Merriweather', Arial, Tahoma, Verdana;
  line-height: 24px;
  text-align: left;
  height: auto;
}
.formA p.chbx label a {
  color: #666666;
}
.formA .chckbx {
  position: absolute;
  opacity: 0;
}
.formA .chckbx + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0;
}
.formA .chckbx + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  width: 20px;
  height: 20px;
}
.formA .chckbx:hover + label:before {
  background: #ffffff;
}
.formA .chckbx:checked + label:before {
  background: #ffffff;
}
.formA .chckbx:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.formA .chckbx:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.formA .chckbx:checked + label:after {
  content: '';
  position: absolute;
  left: -4px;
  top: 2px;
  background: url(../lib/ico-check.svg) no-repeat center;
  background-size: 28px auto;
  width: 28px;
  height: 20px;
}
.formA .cntEr {
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-family: 'Merriweather-Light', Arial, Tahoma, Verdana;
  text-align: center;
  line-height: 12px;
  background: #ee4d4d;
  border-radius: 5px;
  width: 50%;
  margin: 0 auto;
  padding: 12px 20px 10px 20px;
}
/*
.formA .cntEr{
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-family: @font2;
    text-align: center;
    line-height: 12px;
    background: #ee4d4d;
    border-radius: 5px;
    width: 50%;
    margin: 0 auto;
    padding: 12px 20px 10px 20px;
}
*/
.formA .cntSnd {
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 12px;
  font-family: 'Merriweather-Light', Arial, Tahoma, Verdana;
  text-align: center;
  line-height: 12px;
  background: #8bc94d;
  border-radius: 5px;
  width: 50%;
  margin: 0 auto;
  padding: 12px 20px 10px 20px;
}
.formA .bxUpl {
  float: left;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  position: relative;
  text-align: justify;
  width: 100%;
  margin: 0 !important;
  padding: 0;
}
.formA .filedrag {
  float: left;
  box-sizing: border-box;
  display: block;
  position: relative;
  color: #4c4c4c;
  font-size: 14px;
  font-family: 'Merriweather-Bold', Arial, Tahoma, Verdana;
  line-height: 16px;
  text-align: center;
  background: #fcfcfc;
  border: 1px solid #e5e5e5;
  width: 100%;
  margin-top: 30px;
  padding: 20px 40px 150px 40px;
}
.formA .filedrag .icoC {
  display: block;
  width: 50px;
  height: 50px;
  margin: 120px auto 20px auto;
}
.formA .filedrag a.draglinkupd {
  color: #77ac28;
  font-size: 13px;
  font-family: 'Merriweather-Light', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 20px;
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.formA .filedrag a:hover.draglinkupd {
  text-decoration: none;
}
.formA progress {
  color: #08AE98;
  /*background: #F4F5F6;*/
  border: 0;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 6px;
  margin: 3px 0;
}
.formA progress::-moz-progress-bar {
  background: #08AE98;
}
/* DOCUMENTOS ADJUNTOS */
ul.doc2 {
  float: left;
  clear: both;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
ul.doc2 li {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 10px;
  line-height: 14px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
ul.doc2 li:after {
  display: none !important;
}
ul.doc2 li img {
  float: left;
  width: 100%;
  height: auto;
  margin: 0;
}
ul.doc2 li a.del2 {
  top: 8px;
  right: 8px;
  display: block;
  position: absolute;
  color: #fff;
  font-size: 11px;
  line-height: 39px;
  text-align: center;
  text-decoration: none;
  background: #e84c3d;
  width: 120px;
  height: 40px;
}
/* ---------------------------- FORMULARIO ---------------------------- */
