/*   
Theme Name: Conexion Ganadera
Theme URI: onetree.com
Description: Custom theme by Onetre
Author: Gonzalo Rodriguez & Gonzalo Esperón & José Valecillos
Version: 1.1
*/

@media screen {
  * {
    margin: 0;
    padding: 0;
  }
  :focus {
    outline: none;
  }
  html {
    height: 100%;
  }
  body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    font: 14px/1.4 "brokmanregular", Arial, Georgia, Serif;
    background: url("/img/bg-body.png") 0 0;
    -webkit-font-smoothing: antialiased;
    color: #172f73;
  }
  body.home {
    color: #404d74;
  }
  .screen-reader-text {
    position: absolute;
    left: -9999px;
    top: -9999px;
  }
  .clear {
    clear: both;
  }
  .group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  * html .group,
  *:first-child + html .group {
    zoom: 1;
  } /* First selector = IE6, Second Selector = IE 7 */

  #wrapper {
    min-height: 100%;
    position: relative;
  }

  #content {
    padding-bottom: 490px; /* Height of the footer element */
  }

  .wrap {
    width: 100%;
    max-width: 990px;
    margin: auto;
    position: relative;
  }
  .wrap.large {
    width: 1220px;
  }

  h1,
  h2,
  h3 {
    font-family: "brokmanbold";
    font-weight: 400;
  }
  h1 {
  }
  h2 {
  }
  h3 {
  }

  p {
    margin: 0 0 10px 0;
  }
  a {
    color: #404d74;
    text-decoration: none;
  }
  a:hover {
  }

  blockquote {
  }
  blockquote p {
  }

  ul,
  ol {
    list-style: none;
  }

  .post {
  }

  .entry {
  }
  .entry a {
  }
  .entry a:hover {
  }

  pre {
  }
  code,
  tt {
  }

  form {
  }
  input[type="text"] {
  }
  textarea {
  }
} /* END screen media */

/* = FONTS 
----------------------------------------------------------------------------*/
@font-face {
  font-family: "nexa_lightregular";
  src: url("/fonts/nexa_light-webfont.eot");
  src: url("/fonts/nexa_light-webfont.eot#iefix") format("embedded-opentype"),
    url("/fonts/nexa_light-webfont.woff2") format("woff2"),
    url("/fonts/nexa_light-webfont.woff") format("woff"),
    url("/fonts/nexa_light-webfont.ttf") format("truetype"),
    url("/fonts/nexa_light-webfont.svg#nexa_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nexa_boldregular";
  src: url("/fonts/nexa_bold-webfont.eot");
  src: url("/fonts/nexa_bold-webfont.eot#iefix") format("embedded-opentype"),
    url("/fonts/nexa_bold-webfont.woff2") format("woff2"),
    url("/fonts/nexa_bold-webfont.woff") format("woff"),
    url("/fonts/nexa_bold-webfont.ttf") format("truetype"),
    url("/fonts/nexa_bold-webfont.svg#nexa_boldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brokmanregular";
  src: url("/fonts/brokman-regular-webfont.eot");
  src: url("/fonts/brokman-regular-webfont.eot#iefix")
      format("embedded-opentype"),
    url("/fonts/brokman-regular-webfont.woff2") format("woff2"),
    url("/fonts/brokman-regular-webfont.woff") format("woff"),
    url("/fonts/brokman-regular-webfont.ttf") format("truetype"),
    url("/fonts/brokman-regular-webfont.svg#brokmanregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brokmanbold";
  src: url("/fonts/brokman-bold-webfont.eot");
  src: url("/fonts/brokman-bold-webfont.eot#iefix") format("embedded-opentype"),
    url("/fonts/brokman-bold-webfont.woff2") format("woff2"),
    url("/fonts/brokman-bold-webfont.woff") format("woff"),
    url("/fonts/brokman-bold-webfont.ttf") format("truetype"),
    url("/fonts/brokman-bold-webfont.svg#brokmanbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* = HEADER 
----------------------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  height: 131px;
  background: #ffffff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.25);
  z-index: 3;
}
#header .box {
  position: relative;
  width: 100%;
  max-width: 1220px;
  height: 126px;
  border-bottom: 6px solid #009ddc;
  margin: 0 auto;
}
#header .box::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 2;
  width: 50%;
  max-width: 610px;
  height: 5px;
  background: #30b457;
}
#header #logo {
  float: left;
  width: 27.46%;
  padding: 40px 0 0 0;
  margin: 0;
  text-align: center;
}
#header #logo a {
  display: inline-block;
  max-height: 50px;
}
#header #logo a img {
  width: 100%;
}
#header .nav {
  float: left;
  width: calc(100% - 27.46%);
  padding: 58px 0 0 0;
  text-align: center;
  font-size: 0.1px;
}
#header .nav li {
  display: inline-block;
  margin: 0 10px;
}
#header .nav li a {
  font-family: "nexa_boldregular";
  font-size: 15px;
  text-transform: uppercase;
  color: #cccccc;
}
body.home #header .nav li a,
#header .nav li.current-menu-item a,
#header .nav li a.active {
  color: #231f20;
}

/* SOCIAL */
#header .social {
  position: absolute;
  bottom: -34px;
  right: 0;
  z-index: 9999;
}
#header .social li {
  float: left;
  margin: 0 1px 0 0;
}
#header .social li a {
  display: block;
  float: left;
  width: 30px;
  height: 29px;
  background: url("/img/social-sprite.png") no-repeat 0 0;
  text-indent: -9999px;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
  transition: box-shadow 100ms ease-in-out;
  -moz-transition: box-shadow 100ms ease-in-out;
  -webkit-transition: box-shadow 100ms ease-in-out;
  -o-transition: box-shadow 100ms ease-in-out;
}
#header .social li .twitter {
  background-position: 0 0;
}
#header .social li .facebook {
  background-position: 0 -29px;
}
#header .social li a:hover,
#header .social li a:focus,
#header .social li a:active {
  box-shadow: none;
}

/* = Mobile box
----------------------------------------------------------------------------*/
#header .mobile-head {
  display: none;
  float: right;
  width: 55px;
  height: 43px;
  padding-right: 63px;
  border-right: 1px solid #ffffff;
  margin: 6px 0;
}
#header .mobile-head a.menu-btn {
  display: block;
  height: 43px;
  border-right: 1px solid #c6c4c4;
  text-indent: -9999px;
}
#header .mobile-head a.menu-btn::before {
  content: "";
  display: block;
  float: left;
  width: 19px;
  height: 19px;
  background: url("/img/icon-sprite.png") 0 0;
  margin: 12px 0 0 18px;
  text-indent: -9999px;
}
#header .mobile-head a.menu-btn::before {
  background-position: 0 0;
}
#header .mobile-head a.menu-btn.close::before,
#header .mobile-head a.close::before {
  background-position: 0 -19px;
}

/* = Mods for cyclon slider 
----------------------------------------------------------------------------*/
.absolute {
  height: inherit;
  z-index: 2;
  top: 0;
  position: absolute;
  width: 100% !important;
}
.absolute .wrap {
  height: inherit;
}
body
  .cycloneslider-template-standard
  div[data-cycle-dynamic-height="off"]
  .cycloneslider-slide-image {
  z-index: 2 !important;
}
body .cycloneslider-template-standard .cycloneslider-caption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 31%;
  background: url("/img/bg-footer.png") 0 0;
  text-align: left;
  color: #ffffff;
  opacity: 1;
  box-shadow: inset 0 25px 30px -25px rgba(0, 0, 0, 0.4);
}
body .cycloneslider-template-standard .cycloneslider-caption-title {
  padding: 36px 0 7px;
  font-size: 38px;
  color: #cfcfd0;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
body .cycloneslider-template-standard .cycloneslider-caption-description {
  position: relative;
  margin: 0 auto;
  width: 80%;
  font-size: 13px;
  color: #cfcfd0;
}

body
  .cycloneslider-template-standard
  .cycloneslider-caption-description
  a.more {
  color: #cfcfd0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
body
  .cycloneslider-template-standard
  .cycloneslider-caption-description::after {
  content: "";
  display: block;
  height: 4px;
  background: 0 0 rgba(209, 209, 196, 0.2);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 3;
  margin: 20px auto -20px auto;
}
body .cycloneslider-template-standard .cycloneslider-pager {
  position: absolute;
  bottom: 6%;
}
body .cycloneslider-template-standard .cycloneslider-slide {
  background: none;
}
body .cycloneslider-template-standard .cycloneslider-slide img {
  min-width: 100%;
}
body .cycloneslider-template-standard .cycloneslider-pager span {
  width: 7px;
  height: 7px;
  background: #98999d;
  border-radius: 7px;
  margin: 0 4px;
}
body
  .cycloneslider-template-standard
  .cycloneslider-pager
  span.cycle-pager-active {
  background: #ffffff;
}
/*End of mods*/

/* = BREADCRUMB
----------------------------------------------------------------------------*/
.breadcrumb {
  width: 100%;
  max-width: 986px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 11px;
  color: #989eb6;
}
.breadcrumb a {
  color: #989eb6;
}

/* = PAGE TITLE - Section title
----------------------------------------------------------------------------*/
.page-title {
  position: relative;
  width: 100%;
  height: 65px;
  line-height: 65px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #c6c4c4;
  margin: 0 0 38px 0;
  text-align: center;
  font-size: 35px;
  font-family: "brokmanbold";
  text-transform: uppercase;
  color: #172f73;
}
.page-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
.section-title {
  margin-bottom: 11px;
}
.page-title span {
  font-size: 24px;
  font-family: "brokmanregular";
}

/* = CONTENT BLOCKS 
----------------------------------------------------------------------------*/
.img-block {
  float: left;
}
.img-block-mobile {
  display: none;
}
.img-block img {
  width: 100%;
}

.text-block {
  float: right;
  width: 66%;
}
#meta {
}
.postmetadata {
}

#sidebar {
}

.navgation {
}
.next-posts {
}
.prev-posts {
}

#searchform {
}
#s {
}
#searchsubmt {
}

ol.commentlist {
  list-style: none;
}
ol.commentlist li {
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment {
  border-bottom: 1px dotted #666;
  padding: 10px;
}
ol.commentlist li.comment div.comment-author {
}
ol.commentlist li.comment div.vcard {
}
ol.commentlist li.comment div.vcard cite.fn {
  font-style: normal;
}
ol.commentlist li.comment div.vcard cite.fn a.url {
}
ol.commentlist li.comment div.vcard img.avatar {
  float: right;
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment div.vcard img.avatar-32 {
}
ol.commentlist li.comment div.vcard img.photo {
}
ol.commentlist li.comment div.vcard span.says {
}
ol.commentlist li.comment div.commentmetadata {
}
ol.commentlist li.comment div.comment-meta {
  font-size: 10px;
}
ol.commentlist li.comment div.comment-meta a {
  color: #ccc;
}
ol.commentlist li.comment p {
}
ol.commentlist li.comment ul {
}
ol.commentlist li.comment div.reply {
  font-size: 11px;
}
ol.commentlist li.comment div.reply a {
  font-weight: bold;
}
ol.commentlist li.comment ul.children {
  list-style: none;
  margin: 10px 0 0;
}
ol.commentlist li.comment ul.children li {
}
ol.commentlist li.comment ul.children li.alt {
}
ol.commentlist li.comment ul.children li.bypostauthor {
}
ol.commentlist li.comment ul.children li.byuser {
}
ol.commentlist li.comment ul.children li.comment {
}
ol.commentlist li.comment ul.children li.comment-author-admin {
}
ol.commentlist li.comment ul.children li.depth-2 {
  border-left: 5px solid #555;
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-3 {
  border-left: 5px solid #999;
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-4 {
  border-left: 5px solid #bbb;
  margin: 0 0 10px 10px;
}
ol.commentlist li.comment ul.children li.depth-5 {
}
ol.commentlist li.comment ul.children li.odd {
}
ol.commentlist li.even {
  background: #fff;
}
ol.commentlist li.odd {
  background: #f6f6f6;
}
ol.commentlist li.parent {
  border-left: 5px solid #111;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}

/* = TEXTBLOCK
----------------------------------------------------------------------------*/
.text-block {
  padding: 60px 0 50px 0;
}
.text-block table {
  border-collapse: collapse;
}
.text-block table tr td {
  text-align: justify;
  vertical-align: top;
}
.text-block table tr td:first-child {
  padding-right: 35px;
}

/* = SEPARATOR
----------------------------------------------------------------------------*/
.separator {
  display: block;
  width: 100%;
  height: 11px;
  background: url("/img/separator.png") no-repeat 50% 0;
  background-size: cover;
  border: 0;
  margin: 98px 0 32px 0;
}

/* = POST
----------------------------------------------------------------------------*/
.post h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-family: "brokmanregular";
  color: #172f73;
}
.post img {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
  width: 97.9%;
  max-width: 100%;
  height: auto;
  margin-top: 2.1%;
  /* Enough everywhere except IE8. */
}

.post p {
  text-align: justify;
}

/* = POST - INVERSORES
----------------------------------------------------------------------------*/
.inversor-wrap .post-index {
  display: table;
}
.inversor-wrap .post {
  display: inline-block;
  text-align: justify;
  vertical-align: top;
  width: 48%;
}
.inversor-wrap .post:first-child {
  width: 48%;
  padding-right: 3%;
}
/* Post bottom */
.post-bottom {
  padding-bottom: 100px;
}
.post-bottom div {
  text-align: center;
}
.post-bottom img {
  width: 100%;
  margin-bottom: 18px;
  text-align: center;
}
.post-bottom p {
  float: left;
  padding-left: 10px;
  width: calc(50% - 20px);
}
.post-bottom p + p {
  padding-left: 20px;
}
.post-bottom img + p {
  padding: 0 0 0 7px;
  margin: 0 3.04% 0 0;
}
.post-bottom p .download-pdf {
  display: block;
  font-family: "brokmanbold";
  text-transform: uppercase;
  margin-top: 0.625em;
}

/* = HOME - CONTENT BOTTOM 
----------------------------------------------------------------------------*/
.content-bottom {
  position: relative;
  width: 100%;
  padding: 40px 0 34px 0;
  background: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #ffffff;
}
.content-bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #c6c4c4;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 1;
}
/* Title box */
.content-bottom .title-wrap {
  position: relative;
  width: calc(100% - 30px);
  max-width: 956px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px 0 20px;
  background: rgba(153, 161, 188, 0.18);
  margin: 0 auto 18px auto;
}
.content-bottom .title-wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(62, 75, 114, 0.18);
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.content-bottom .title-wrap h2 {
  float: left;
  text-transform: uppercase;
  font-family: "brokmanbold";
  font-size: 14px;
}
.content-bottom .title-wrap a {
  float: right;
}

/* HOME BOTTOM NEWS */
.content-bottom .home-bottom-news {
  overflow: hidden;
  width: calc(100% - 16px);
  max-width: 970px;
  padding: 0 8px;
  margin: 0 auto;
}
.content-bottom .home-bottom-news li {
  float: left;
  width: 31.4%;
  font-size: 13px;
}
.content-bottom .home-bottom-news li:nth-child(2) {
  margin: 0 2.8%;
}
.content-bottom .home-bottom-news li .border-box {
  padding: 0 24px;
  border-left: 1px solid #c6c4c4;
  border-right: 1px solid #c6c4c4;
}
.content-bottom .home-bottom-news li h3,
.content-bottom .home-bottom-news li p {
  line-height: 170%;
  font-size: 13px;
  display: inline;
}
.content-bottom .home-bottom-news li .date {
  display: block;
  font-size: 12px;
  margin: 0;
}
.content-bottom .home-bottom-news li .more,
.post a.more {
  display: block;
  font-family: "brokmanbold";
  font-size: 15px;
}
.post a.more {
  margin: 10px 0;
  font-size: 13px;
  text-transform: uppercase;
}

/* = NEWS
----------------------------------------------------------------------------*/
.news {
  padding: 25px 0 0 0;
  margin: 0 0 55px 0;
}
.news li {
  position: relative;
  padding: 0 0 22px 0;
  border-bottom: 1px solid #c6c4c4;
  margin: 0 0 22px 0;
  color: #172f73;
}
.news li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
.news li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.news li:last-child::after {
  display: none;
}
.news li h3 {
  margin: 0 0 12px 0;
}
.news li p {
  font-size: 13px;
  margin: 0 0 4px 0;
}
.news li p.date {
  font-size: 12px;
  margin: 0;
}
.news li .more {
  font-size: 15px;
  font-family: "brokmanbold";
  color: #172f73;
}

.close-btn {
  cursor: pointer;
  color: #404d74;
  background: none repeat scroll 0 0 rgba(62, 75, 114, 0.18);
  font-size: 2.5em;
  display: inline-block;
  line-height: 0px;
  padding: 16px 8px;
  float: right;
  margin-top: -11px;
}
.close-btn:hover {
  color: white;
}
.close-btn:before {
  content: "×";
}

/* = SINGLES - PRODUCTOR - INVERSOR
----------------------------------------------------------------------------*/
.single-content-box {
  display: table;
  padding: 25px 0 100px 0;
}
.single-content-box .content-left,
.single-content-box .content-right {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 48%;
}
.single-content-box .content-left {
  width: 48%;
  padding-right: 2%;
}
.single-content-box .content-left img {
  margin: 10px 0 20px 0;
}
.single-content-box .content-right img {
  margin: 0 0 20px 0;
}
.post ol li,
.single-content-box ol li {
  margin-bottom: 10px;
}

.single-content-box > .close-btn {
  margin-top: -36px !important;
}

/* = PAGINATOR
----------------------------------------------------------------------------*/
.paginator {
  margin-bottom: 52px;
  text-align: center;
}
.paginator li {
  display: inline-block;
  margin: 0 6px;
}
.paginator li {
  font-family: "brokmanbold";
  font-size: 16px;
  color: #32394b;
}
.paginator li .active,
.paginator li .current {
  color: #9da7c3;
}

/* = FAQS
----------------------------------------------------------------------------*/
.faqs {
  padding: 26px 0 70px 0;
}
.faqs li {
  margin: 0 0 40px 0;
}
.faqs li h3 {
  margin-bottom: 7px;
  font-size: 18px;
  font-family: "brokmanbold";
  color: #172f73;
}
.faqs li p {
  font-size: 13px;
  margin: 10px 0 0 0;
  text-align: justify;
}
.faqs li h3 + p {
  margin-top: 0;
}

.sh-link {
  font-size: 0.9em;
  margin: 0.625em 0;
  text-transform: uppercase;
  display: inline;
  font-family: "brokmanbold";
  color: #404d74;
  text-decoration: none;
  white-space: nowrap;
}
/* = ABOUT US
----------------------------------------------------------------------------*/
.mobile-head-img {
  display: none;
  width: 100%;
}
.about-us-content {
  padding-bottom: 100px;
  color: #172f73;
}
.about-us-content img {
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.4);
}
.about-us-content .text-box {
  float: left;
  width: 62%;
  padding: 10px 0 0 2px;
}
.about-us-content h3 {
  margin-bottom: 10px;
  font-family: "brokmanregular";
  font-size: 20px;
}
.about-us-content p {
  font-size: 13px;
  margin-bottom: 0;
  text-align: justify;
}
.about-us-content .staff {
  float: right;
  width: 35%;
  padding: 25px 0;
}
.about-us-content .staff li {
  float: left;
  width: 154px;
}
.about-us-content .staff li:first-child {
  margin-right: 11%;
}
.about-us-content .staff li img {
  display: block;
  width: 100%;
}
.about-us-content .staff li p {
  padding: 7px 0 0 0;
  font-family: "brokmanbold";
  font-size: 10px;
  text-align: center;
  color: #5d6993;
}

/* = CONTACT
----------------------------------------------------------------------------*/
.contact-box {
  width: 100%;
  max-width: 715px;
  padding: 60px 0 100px 0;
  margin: 0 auto;
}
.contact-box h3 {
  margin: 0 0 7px 0;
  text-transform: uppercase;
  font-family: "brokmanregular";
  font-size: 24px;
  color: #172f73;
}
.contact-box .right-col h3 {
  font-size: 20px;
}
.contact-box .right-col p + h3 {
  margin-bottom: 0px;
}
.contact-box h3 span {
  display: block;
  font-size: 13px;
  text-transform: none;
}
.left-col {
  position: relative;
  float: left;
  width: 66.1538%;
}
/* Contact form */
.contact-form {
  display: block;
}
.contact-form p {
  position: relative;
  margin: 25px 0 0 0;
}
.contact-form p:first-child {
  margin-top: 0;
}

/* SUCCESS BOX */
.success-box {
  display: block;
}
.success-box h3 {
  font-size: 18px;
  padding-left: 15px;
}
.message-box {
  width: calc(100% - 30px);
  padding: 10px 15px;
  background: rgba(163, 171, 196, 0.25);
  border: 1px solid #c9cbd0;
}
.message-box p {
  margin: 0;
  font-size: 12px;
}
/* ERROR BOX - Error form */
.error-box {
  padding: 8px 9px;
  background: rgba(224, 224, 224, 0.4);
  border: 1px solid #c5c6cc;
  margin-bottom: -14px;
  font-size: 10px;
  color: #ec6572;
}
.error-box p {
  margin-bottom: 2px;
  font-family: "brokmanbold";
}
.error-box ul li {
  margin-bottom: 2px;
}
.error-box ul li::before {
  content: "";
  display: block;
  float: left;
  width: 1px;
  height: 1px;
  background: #ec6572;
  margin: 9px 5px 0 0;
}
.contact-form p.error::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("/img/icon-sprite.png") no-repeat 0 -38px;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 2;
  overflow: hidden;
}

/* Right col */
.right-col {
  float: right;
  width: 28.951%;
  padding: 53px 0 0 0;
}
.right-col p {
  margin: 0 0 20px 0;
  font-size: 12px;
  color: #7981a2;
}
.right-col p strong {
  display: block;
  color: #172f73;
}
.right-col p a {
  line-height: 100%;
  color: #7981a2;
}

/* Contact Form 7 Styles */

div.wpcf7-validation-errors {
  background: none repeat scroll 0 0 rgba(224, 224, 224, 0.4);
  border: 1px solid #c5c6cc !important;
  color: #ec6572;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0 0 -12px 0 !important;
  padding: 8px 9px !important;
}
.wpcf7-validation-errors p {
  margin-bottom: 2px;
  font-family: "brokmanbold";
}
.wpcf7-validation-errors ul li {
  margin-bottom: 2px;
}
.wpcf7-validation-errors ul li::before {
  content: "";
  display: block;
  float: left;
  width: 1px;
  height: 1px;
  background: #ec6572;
  margin: 9px 5px 0 0;
}

.contact-form span.field-not-valid::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("/img/icon-sprite.png") no-repeat 0 -38px;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: 2;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok {
  background: none !important;
  display: block;
  border: none !important;
  padding: 0 !important;
  margin: auto !important;
}
div.wpcf7-mail-sent-ng h3,
div.wpcf7-mail-sent-ok h3 {
  font-size: 18px !important;
}

span.wpcf7-not-valid-tip {
  margin-top: 3px;
  margin-bottom: -22px !important;
  color: #ec6572 !important;
}

/* = FOOTER
----------------------------------------------------------------------------*/

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 222px;
  background: url("/img/bg-footer.png") 0 0;
}
#footer::before {
  content: "";
  border-top: 1px solid #c2c0c1;
  width: 100%;
  height: 1px;
  background: #f9f9fb;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
}
/* Footer logo */
#footer .footer-logo {
  display: block;
  width: 109px;
}
#footer .footer-logo img {
  width: 98%;
  max-width: 109px;
}
/* Columns */
#footer .box {
  position: relative;
  width: 100%;
  max-width: 986px;
  margin: 0 auto;
}
#footer .box div {
  float: left;
  display: inline-block;
}
#footer .col1 {
  width: calc(100% - 829px);
  padding: 60px 0 0 0;
}
#footer .col2 {
  width: calc(100% - 324px);
  background: url("/img/bg-col2-right.png") no-repeat 100% 100%;
}
/* Contact info */
#footer .contact-info {
  width: calc(100% - 48px);
  padding: 0 0 0 48px;
  height: 222px;
  background: url("/img/bg-col2-left.png") no-repeat 0 100%;
  color: #ffffff;
}
#footer .contact-info li {
  float: left;
  padding: 60px 0 0 0;
  text-align: left;
}
#footer .contact-info li:nth-child(2) {
  padding-top: 76px;
  margin: 0 32px 0 28px;
}
#footer .contact-info li:nth-child(3) {
  max-width: 180px;
}
#footer .contact-info li h2 {
  line-height: 100%;
  padding: 0;
  margin: 0 0 6px 0;
  font-family: "brokmanbold";
  font-size: 16px;
  text-transform: uppercase;
}
#footer .contact-info li p {
  font-size: 12px;
  color: #bfbfc0;
}
#footer .contact-info li:nth-child(2) p {
  padding: 8px 35px 11px 26px;
  border-right: 1px solid #46484e;
  border-left: 1px solid #46484e;
}
#footer .contact-info li .footer-btn {
  display: inline-block;
  height: 29px;
  line-height: 29px;
  padding: 0 25px;
  background: #404d74;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 11px;
  color: #ffffff;
}
/* Footer nav */
#footer .col3 {
  width: calc(100% - 819px);
}
#footer .footer-nav {
  padding: 60px 0 0 32px;
}
#footer .footer-nav li a {
  text-transform: uppercase;
  font-size: 11px;
  color: #ffffff;
}
#footer .footer-nav li.current-menu-item a,
#footer .footer-nav li a.active {
  font-family: "brokmanbold";
  font-weight: bold;
  letter-spacing: 0.065em;
}

/* = FORM
----------------------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="button"],
input[type="submit"],
select,
textarea,
button {
  display: block;
  font-family: "brokmanregular";
  font-size: 13px;
  color: #404d74;
  background: none;
  border: 0;
}
input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
textarea {
  width: calc(100% - 20px);
  padding: 0 9px;
  height: 28px;
  line-height: 28px;
  background: rgba(163, 171, 196, 0.25);
  border: 1px solid #c9cbd0;
}
textarea {
  height: 148px;
  padding: 7px 9px;
  line-height: 140%;
}
input[type="button"],
input[type="submit"],
button {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 20px;
  background: #404d74;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 10px;
  color: #ffffff;
}
/* Videos
----------------------------------------------------------------------------*/
#video-box {
  padding: 0 0 34px 0;
  margin-top: 70px;
  justify-content: space-evenly;
  width: 100%;
  justify-content: center;
  display: flex; 
}
#videos-home {
  width: calc(100% - 30px);
  max-width: 956px;
  display: flex;
  justify-content: space-between;
}
#video-home {
  max-width: 50%;
}

/* = MEDIA & MEDIAQUERIES
----------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  /* HEADER */
  #header {
    height: auto;
  }
  #header .box {
    width: 94%;
    height: auto;
    padding: 0 3%;
  }
  #header #logo {
    padding: 12px 0 0 0;
    text-align: left;
  }
  #header #logo a img {
    width: 98%;
  }
  /* Main nav */
  #header .nav {
    display: none;
  }
  #header .desplegable-box {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: auto;
    right: calc(3% + 75px);
    z-index: 9999;
    width: 216px;
    height: 163px;
    padding: 0 0 0 18px;
    background: url("/img/bg-desplegable-menu.png") 0 0;
  }
  #header .desplegable-box .nav {
    display: block;
    text-align: left;
    padding: 16px 0 0 0;
  }
  #header .desplegable-box .nav li {
    margin: 0 0 10px 0;
  }
  #header .desplegable-box .nav li a {
    font-size: 12px;
  }
  #header .mobile-head {
    display: block;
    height: 54px;
    padding-right: 75px;
    margin: 8px 0;
  }
  #header .mobile-head a.menu-btn {
    height: 54px;
  }
  #header .mobile-head a.menu-btn::before {
    margin-top: 17px;
  }
  #header .social {
    bottom: auto;
    top: 50%;
    right: 4%;
    margin: -11px 0 0 0;
  }
  #header .social li {
    margin: 0 4px 0 0;
  }
  #header .social li a {
    width: 22px;
    height: 22px;
    box-shadow: none;
  }
  #header .social li .twitter {
    background-position: 0 -58px;
  }
  #header .social li .facebook {
    background-position: 0 -80px;
  }
  /* Slider */
  body .cycloneslider-template-standard .cycloneslider-caption-title {
    font-size: 28px;
  }
  /* Content */
  .breadcrumb,
  .wrap {
    width: 94%;
    margin: 0 auto;
  }
  .img-block {
    width: 32.4543%;
    max-width: 302px;
  }
  .text-block {
    width: 65%;
    padding: 25px 0 0 0;
    margin: 0 auto;
  }
  .text-block table {
    display: block;
  }
  .text-block table tr td {
    display: block;
    width: 100%;
  }
  .text-block table tr td,
  .text-block table tr td:first-child {
    padding: 0 0 25px 0;
  }
  .post-bottom {
    padding: 0 0 25px 0;
  }

  /* Faq */
  .sh-content {
    display: block;
  }

  /* About us */
  .about-us-content {
    padding-bottom: 36px;
  }
  .about-us-content .text-box {
    padding-bottom: 25px;
  }
  .about-us-content .desk-bottom-img {
    width: 100%;
  }
  .about-us-content .text-box {
    width: 60%;
  }
  .about-us-content h3 {
    padding: 8px 0 5px;
    margin: 0;
    font-size: 14px;
  }
  .about-us-content p {
    font-size: 12px;
  }
  .about-us-content .staff {
    width: auto;
  }
  .about-us-content .staff li {
    width: 123px;
  }
  .about-us-content .staff li:first-child {
    margin-right: 24px;
  }
  /* Content-bottom */
  .content-bottom {
    width: 94%;
    padding: 40px 3% 34px;
  }
  /* Videos */
  #video-box {
    width: 94%;
    padding: 0 3% 70px;
   
  }
  #videos-home {
    width: 100%;
    display: flex;
    justify-content: space-around;

  }
  #video-home iframe{
    width: 29vw;
    max-width: 29vw;
  }
  /* Footer */
  #footer {
    width: 92%;
    padding: 0 4%;
  }
  #footer .col1 {
    width: 14%;
  }
  #footer .col2 {
    width: 68%;
  }
  #footer .contact-info {
    width: 90%;
    padding: 0 5%;
  }
  #footer .col3 {
    width: 18%;
  }
  #footer .footer-nav {
    padding: 60px 0 0 25px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 550px) {
  body {
    font-size: 12px;
  }
  /* Header */
  #header {
    height: auto;
    background: rgba(255, 255, 255, 0.4);
  }
  #header .box {
    width: calc(100% - 10.6%);
    height: auto;
    padding: 0 5.3%;
    border-bottom: 3px solid #009ddc;
  }
  #header .box::after {
    bottom: -2px;
    width: 50%;
    height: 2px;
  }
  #header #logo {
    width: 56%;
    padding: 14px 2px 4px 0;
    text-align: left;
  }
  #header #logo a {
    width: 79.75%;
  }
  #header .mobile-head {
    height: 43px;
    padding-right: 63px;
    margin: 6px 0;
  }
  #header .mobile-head a.menu-btn {
    display: block;
    height: 43px;
  }
  #header .mobile-head a.menu-btn::before {
    margin-top: 12px;
  }
  #header .desplegable-box {
    top: calc(100% + 2px);
    left: 0;
    right: auto;
  }
  /* Slider */
  body .cycloneslider-template-standard {
    margin: 0 auto 2px auto !important;
  }
  body .cycloneslider-template-standard,
  body .cycloneslider-template-standard .cycloneslider-slides {
    height: 163px !important;
  }
  body .cycloneslider-template-standard .cycloneslider-caption {
    display: none;
  }
  body
    .cycloneslider-template-standard
    div[data-cycle-dynamic-height="off"]
    .cycloneslider-slide-image {
    height: 163px;
  }
  body .cycloneslider-template-standard .cycloneslider-slide img {
    height: 163px;
  }
  .wrap {
    max-width: 100%;
  }
  .breadcrumb {
    height: 30px;
    line-height: 30px;
  }
  /* Home img-block */
  .img-block {
    display: none;
  }
  .img-block-mobile {
    display: block;
    width: 100%;
    border-top: 1px solid #ffffff;
  }
  .img-block-mobile::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #c6c4c4;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 2;
  }
  .img-block-mobile img {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
  /* Home text-block */
  .text-block {
    width: 84%;
    float: none;
    padding: 15px 0 0 0;
  }
  .text-block table tr td,
  .text-block table tr td:first-child {
    padding: 0 0 15px 0;
  }
  /* Page title */
  .page-title {
    height: auto;
    width: 92%;
    padding-left: 8%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 130%;
    font-size: 17px;
    text-align: left;
  }
  .page-title span {
    display: block;
    font-size: 12px;
  }
  /* Post */
  .post,
  .inversor-wrap .post {
    display: block;
    width: 84%;
    margin: 0 auto 20px;
  }
  .inversor-wrap .post:first-child {
    width: 84%;
    padding: 0;
  }
  .post h3 {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .post-bottom p {
    float: none;
    width: 100%;
    padding: 0;
  }
  .post-bottom img + p {
    padding: 0;
    margin: 0;
  }
  /* Faqs */
  .page-template-tpl_faq-php .breadcrumb,
  .page-template-tpl_about_us-php .breadcrumb,
  .page-template-tpl-news-php .breadcrumb,
  .page-template-tpl_contact-php .breadcrumb,
  .page-template-tpl_productor-php .breadcrumb,
  .page-template-tpl_faq-php .page-title,
  .page-template-tpl_about_us-php .page-title,
  .page-template-tpl-news-php .page-title,
  .page-template-tpl_contact-php .page-title,
  .page-template-tpl_productor-php .page-title,
  .contact-box,
  .about-us-content,
  .faqs,
  .news {
    width: 84%;
    padding-left: 0;
    margin: 0 auto;
  }
  .page-template-tpl_faq-php .page-title {
    margin: 0 auto 24px;
  }
  .faqs {
    padding: 0 0 33px 0;
  }
  .faqs li {
    margin-bottom: 22px;
  }
  .faqs li p,
  .news li p {
    font-size: 12px;
  }
  .faqs li h3 {
    margin-bottom: 6px;
    font-size: 13px;
  }

  /* Faq */
  .sh-show,
  .sh-link {
    display: inline;
  }
  .sh-content {
    display: none;
  }

  /* ABOUT-US */
  .mobile-head-img {
    display: block;
    max-width: inherit;
    height: auto;
  }
  .desk-bottom-img {
    display: none;
  }
  .about-us-content {
    padding-bottom: 36px;
  }
  .about-us-content img {
    box-shadow: none;
  }
  .about-us-content .text-box {
    float: none;
    width: 100%;
    padding: 0;
  }
  .about-us-content h3 {
    padding: 8px 0 5px;
    margin: 0;
    font-size: 14px;
  }
  .about-us-content p {
    font-size: 12px;
  }
  .about-us-content .staff {
    overflow: hidden;
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  .about-us-content .staff li {
    width: 123px;
  }
  .about-us-content .staff li:first-child {
    margin-right: 8%;
  }
  /* NEWS */
  .news {
    margin-bottom: 30px;
  }
  .news li {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 30px;
  }
  .news li::after {
    display: none;
  }
  .news li h3 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .news li p.date {
    font-size: 11px;
  }
  .news li .more {
    font-size: 13px;
  }
  /* PAGINATOR */
  .paginator li {
    margin: 0 10px;
  }

  /* CONTACT */
  .contact-box {
    padding: 15px 0;
  }
  .contact-box h3 {
    font-size: 18px;
  }
  .success-box h3 {
    padding-left: 0;
    font-size: 13px;
  }
  .contact-box h3 span {
    font-size: 11px;
  }
  .left-col,
  .right-col {
    float: none;
    width: 100%;
  }
  .left-col {
    padding: 0 0 25px 0;
    border-bottom: 1px solid #c6c4c4;
    margin-bottom: 20px;
  }
  .right-col {
    padding: 0;
  }
  .right-col p br {
    display: none;
  }
  .left-col::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
  }
  /* PRODUCER */
  .post.single-content-box {
    /*width: 100%;*/
    padding: 15px 0;
  }
  .page-template-tpl_productor-php img {
    padding-bottom: 3px;
    border-bottom: 1px solid #c6c4c4;
    box-shadow: none;
  }
  .single-content-box .content-left,
  .single-content-box .content-right {
    display: block;
    width: 100%;
  }
  .single-content-box .content-left {
    padding-right: 0;
  }
  .post.single-content-box h3,
  .post.single-content-box p,
  .post.single-content-box ol {
    /*width: 84%;*/
    margin: 0 auto 10px;
  }

  .single-content-box > .close-btn {
    margin-top: -26px !important;
  }

  /*.single-content-box > a.more {
    padding-left: 8%;
	}*/

  /* Content bottom */
  .content-bottom {
    width: calc(88% - 20px);
    padding: 10px 10px 0;
    background: none;
    margin: 0 auto;
  }
  .content-bottom .title-wrap a {
    float: left;
    padding: 0 0 0 4px;
  }
  .content-bottom .home-bottom-news li {
    display: none;
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 12px;
  }
  .content-bottom .home-bottom-news li:first-child {
    display: block;
  }
  .content-bottom .home-bottom-news li h3,
  .content-bottom .home-bottom-news li p {
    font-size: 12px;
  }
  .content-bottom .home-bottom-news li .date {
    font-size: 11px;
  }
  .content-bottom .home-bottom-news li .more,
  .post a.more {
    display: block;
    font-family: "brokmanbold";
    font-size: 12px;
  }

  .post-bottom p + p {
    padding-left: inherit;
  }

  /* Videos */
  #video-box {
    width: calc(88% - 20px);
    padding: 0 10px 70px;
    margin-top: 70px;
    background: none;
    margin: 0 auto;
  }
  #videos-home {
    flex-direction: column;   
  }
  #video-home {
    margin-top: 60px;
  }
  #video-home iframe{
    width: 90vw;
    max-width: 90vw;
  }
  
  /* Footer */
  #footer {
    width: 82%;
    padding: 0 9%;
    height: auto;
  }
  #footer::before {
    display: none;
  }
  #footer .box .col1,
  #footer .box .col3 {
    display: none;
  }
  #footer .box .col2 {
    float: none;
    width: 100%;
    background: none;
  }
  #footer .contact-info {
    width: 100%;
    padding: 16px 0 0 0;
    height: auto;
    background: none;
  }
  #footer .contact-info li {
    float: none;
    padding: 0;
    text-align: left;
  }
  #footer .contact-info li:nth-child(2) {
    margin: 0;
    padding-top: 0;
  }
  #footer .contact-info li:nth-child(3) {
    max-width: none;
  }
  #footer .contact-info li h2 {
    margin: 0 0 6px 0;
    font-size: 12px;
  }
  #footer .contact-info li p {
    font-size: 11px;
  }
  #footer .contact-info li br {
    display: none;
  }
  #footer .contact-info li:nth-child(2) p {
    padding: 0;
    border-right: 0;
    border-left: 0;
  }
  #footer .contact-info li:nth-child(3) p {
    float: left;
    max-width: 55%;
  }
  #footer .contact-info li .footer-btn {
    float: right;
    height: 20px;
    line-height: 20px;
    padding: 0 17px;
    margin: 5px 0 0 0;
    font-size: 10px;
  }
}
@media only screen and (width: 480px) {
  #header #logo a img {
    width: 98%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 550px) {
  #header .mobile-head {
    height: 54px;
    margin: 8px 0;
  }
  #header .mobile-head a.menu-btn {
    height: 54px;
  }
  #header .mobile-head a.menu-btn::before {
    margin-top: 17px;
  }
}
@media only screen and (width: 550px) {
  #header .mobile-head {
    margin: 11px 0;
  }
}
@media only screen and (width: 768px) {
  #header #logo a img {
    width: 99%;
  }
  #footer {
    width: 96%;
    padding: 0 0 0 4%;
  }
  #footer .footer-logo {
    width: 80%;
  }
  #footer .footer-logo img {
    width: 97%;
  }
  #footer .contact-info {
    width: 92%;
    padding: 40px 4% 0;
    height: 182px;
  }
  #footer .contact-info li {
    float: none;
    padding: 0;
    text-align: left;
  }
  #footer .contact-info li:nth-child(2) {
    margin: 0;
    padding-top: 0;
  }
  #footer .contact-info li:nth-child(3) {
    max-width: none;
  }
  #footer .contact-info li h2 {
    margin: 0 0 6px 0;
    font-size: 12px;
  }
  #footer .contact-info li p {
    font-size: 11px;
  }
  #footer .contact-info li br {
    display: none;
  }
  #footer .contact-info li:nth-child(2) p {
    padding: 0;
    border-right: 0;
    border-left: 0;
  }
  #footer .contact-info li:nth-child(3) p {
    float: left;
    max-width: 55%;
  }
  #footer .contact-info li .footer-btn {
    float: right;
    height: 20px;
    line-height: 20px;
    padding: 0 17px;
    margin: 5px 0 0 0;
    font-size: 10px;
  }
  #footer .col2 {
    width: 62%;
  }
  #footer .col3 {
    width: 24%;
  }
  #footer .footer-nav {
    padding: 40px 0 0 18px;
  }
}
@media only screen and (max-width: 768px) {
  .separator {
    display: none;
  }
}

@media only screen and (min-width: 550px) and (max-width: 1024px) {
  #footer .footer-logo {
    width: 80%;
  }
  #footer .footer-logo img {
    width: 97%;
  }
  #footer .contact-info {
    width: 92%;
    padding: 40px 4% 0;
    height: 182px;
  }
  #footer .contact-info li {
    float: none;
    padding: 0;
    text-align: left;
  }
  #footer .contact-info li:nth-child(2) {
    margin: 0;
    padding-top: 0;
  }
  #footer .contact-info li:nth-child(3) {
    max-width: none;
  }
  #footer .contact-info li h2 {
    margin: 0 0 6px 0;
    font-size: 12px;
  }
  #footer .contact-info li p {
    font-size: 11px;
  }
  #footer .contact-info li br {
    display: none;
  }
  #footer .contact-info li:nth-child(2) p {
    padding: 0;
    border-right: 0;
    border-left: 0;
  }
  #footer .contact-info li:nth-child(3) p {
    float: left;
    max-width: 55%;
  }
  #footer .contact-info li .footer-btn {
    float: right;
    height: 20px;
    line-height: 20px;
    padding: 0 17px;
    margin: 5px 0 0 0;
    font-size: 10px;
  }
  #footer .col2 {
    width: 62%;
  }
  #footer .col3 {
    width: 24%;
  }
  #footer .footer-nav {
    padding: 40px 0 0 18px;
  }
}

@media only screen and (min-width: 550px) and (max-width: 724px) {
  body .cycloneslider-template-standard .cycloneslider-caption-title {
    padding: 18px 0px 7px;
    font-size: 1.5em;
  }

  body .cycloneslider-template-standard .cycloneslider-pager {
    display: none;
  }

  .about-us-content {
    text-align: center;
  }

  .about-us-content .text-box {
    display: block;
    width: auto;
    text-align: left;
  }

  .about-us-content .staff {
    float: none;
    display: inline-block;
  }
}

@media only screen and (min-width: 550px) {
  /* Faq */
  .sh-link {
    display: none;
  }
}

@media only screen and (min-width: 360px) and (max-width: 549px) {
  #content {
    padding-bottom: 159px;
  }
}

@media only screen and (min-width: 353px) and (max-width: 359px) {
  #content {
    padding-bottom: 174px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 352px) {
  #content {
    padding-bottom: 190px;
  }
}

@media \0screen {
  .post img {
    width: auto;
  }
} /* Prevent height distortion in IE8. */

@media print {
  .do-not-print {
    display: none;
  }
  #comments {
    page-break-before: always;
  }

  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4;
    word-spacing: 1.1pt;
    letter-spacing: 0.2pt;
    font-family: Garamond, "Times New Roman", serif;
    color: #000;
    background: none;
    font-size: 12pt;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Helvetica, Arial, sans-serif;
  }
  h1 {
    font-size: 19pt;
  }
  h2 {
    font-size: 17pt;
  }
  h3 {
    font-size: 15pt;
  }
  h4,
  h5,
  h6 {
    font-size: 12pt;
  }
  code {
    font: 10pt Courier, monospace;
  }
  blockquote {
    margin: 1.3em;
    padding: 1em;
  }
  img {
    display: block;
    margin: 1em 0;
  }
  a img {
    border: none;
  }
  table {
    margin: 1px;
    text-align: left;
  }
  th {
    border-bottom: 1px solid #333;
    font-weight: bold;
  }
  td {
    border-bottom: 1px solid #333;
  }
  th,
  td {
    padding: 4px 10px 4px 0;
  }
  caption {
    background: #fff;
    margin-bottom: 2em;
    text-align: left;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  a {
    text-decoration: none;
    color: black;
  }
} /* END print media */

/* = Search Box and 404 pages
----------------------------------------------------------------------------*/

.centered-box {
  margin: 0px auto;
  max-width: 495px;
  position: relative;
  width: 100%;
}

.centered-box h2 {
  text-align: center;
}

.post.single-content-box td {
  padding: 5px;
}

.single-content-box td.lcol {
  padding-right: 2%;
  width: 48%;
}

.single-content-box td.rcol {
  padding-left: 2%;
  width: 48%;
}

#wpadminbar {
  position: fixed !important;
}
#overlay {
  background: #333;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
}

#modal {
  position: fixed;
  width: 98%;
  max-width: 420px;
  height: 315px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%); /* IE 9 */
  -webkit-transform: translate(-50%, -50%); /* Safari */
  transform: translate(-50%, -50%);
  z-index: 9999;
  padding: 2% 0 0;
  background-color: #f8f8f8;
  text-align: center;
}

#modal.home-modal {
  background: none;
}

.video-popup {
  display: inline-block;
  height: 29px;
  line-height: 30px;
  padding: 0 19px;
  background: #404d74;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  bottom: -34px;
  right: 63px;
  font-weight: bold;
}

@media screen and (max-width: 350px) {
  .video-popup {
    width: 96%;
    padding: 1%;
    margin: 1%;
    right: 0;
    bottom: -41px;
    text-align: center;
  }
}

/* NUESTROS PRODUCTOS */
.container_productos {
  width: 100%;
  float: left;
  position: absolute;
}

.cuadro_productos {
  position: relative;
  float: left;
  width: 49%;
  border: solid 3px #006634;
  min-height: 268px;
}

.titulo_productos {
  width: 100%;
  height: 40px;
  border-bottom: solid 2px #006634;
  text-align: center;
}

.titulo_productos p {
  margin-top: 10px;
  color: #006634;
  font-weight: bold;
}

.titulo_productos a {
  margin-top: 10px;
  color: #006634;
  text-decoration: none;
}

.title_w {
  float: left;
  width: 80%;
  height: 100%;
  text-align: center;
}

.leer_m {
  float: left;
  width: 20%;
  height: 80%;
  text-align: center;
  margin-top: 10px;
}

.sec_1_productos {
  text-align: left;
  float: left;
  width: 50%;
}

.sec_1_productos ul {
  margin-left: 8px;
  color: #006634;
  margin-top: 3px;
  margin-bottom: 6px;
}

.sec_2_productos {
  text-align: left;
  float: left;
  width: 50%;
}

.sec_2_productos ul {
  margin-left: 8px;
  margin-top: 3px;
  margin-bottom: 6px;
}

.page-text {
  min-height: 800px !important;
}

#gtranslate_wrapper {
  margin-top: -18px !important;
}

.cycloneslider-caption {
  display: none !important;
}

.cuadro_productos_text {
  margin: 25px;
}

.cuadro_productos p {
  text-align: center;
}



@media screen and (max-width: 320px) {
  /* Videos */
  #video-box {
    width: calc(88% - 20px);
    padding: 0 10px 70px;
    background: none;
    margin: 0 auto;
  }
  #videos-home {
    flex-direction: column;   
  }
  #video-home {
    margin-top: 50px;
  }
  #video-home iframe{
    width: 90vw;
    max-width: 90vw;
  }
}

@media only screen and (max-width: 550px) and (min-width: 320px) {
  .cuadro_productos {
    width: 99% !important;
  }
  .page-text {
    min-height: 1000px !important;
  }

  #content {
    padding-bottom: 300px;
  }
}