/*
	Theme Name: GCSM
	Theme URI: http://agutcode.com
	Description: One Page Theme
	Version: 1.0
	Author: Andres Gutierrez (@aagutman)
	Author URI: http://agutcode.com
	Tags: Blog, Portafolio, HTML5, CSS3
*/
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 16px;
}
body {
  font: 400 16px/1.6 "Lora", sans-serif;
  color: #000;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto !important;
}
b,
strong {
  font-weight: 700;
}
blockquote {
  color: #6b310b;
  border: none;
  max-width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  font-size: 17px;
  letter-spacing: 0.3px;
}
blockquote:before {
  font-family: "icomoon";
  content: "\e978";
  font-size: 30px;
  color: #5d5d5d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Abril Fatface";
  font-weight: normal;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.6em;
}
h4 {
  font-size: 1.4em;
}
p,
li {
  margin: 0 0 20px;
  letter-spacing: 0.3px;
}
ul,
ol {
  padding-left: 20px;
}
a {
  color: #000;
  text-decoration: none !important;
  transition: 0.4s;
}
a:hover {
  color: #dc241f;
  transition: 0.4s;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.half-wrapper-left .vc_column-inner {
  max-width: 790px;
  padding-left: 80px !important;
  padding-right: 50px !important;
  margin: 0 auto;
  position: relative;
}
.half-wrapper-right .vc_column-inner {
  max-width: 790px;
  padding-left: 80px !important;
  padding-right: 50px !important;
  margin: 0 auto;
  position: relative;
}
.vc_section {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_section,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section {
  padding-top: 0;
}
.vc_section > .vc_row {
  margin-left: 0;
  margin-right: 0;
}
.vc_row.container,
.vc_row.vc_inner.container {
  margin: 0 auto !important;
}

.text-hide {
  margin: 0 !important;
}
.justified p {
  text-align: justify !important;
}
.vc_row.b-position-bottom-center {
  background-position: bottom center !important;
}
.vc_row.vc_column-gap-35 > .vc_column_container {
  padding: 0 17.5px !important;
}
.header {
  padding: 1px 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.header.fixed {
  position: fixed;
}
.logo {
  text-align: center;
}
.logo img {
  max-height: 80px;
  width: auto;
  transition: 0.3s;
}
.fixed .logo img {
  max-height: 50px;
}
.nav {
  text-align: center;
  display: block;
  position: relative;
}
.nav .widget {
  display: inline-block;
  margin: 0;
}
.nav > ul {
  display: inline-block;
  list-style: none;
  width: auto;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
}
.nav > ul li {
  display: inline-block;
  padding: 10px 10px 0;
}
.nav > ul li a {
  text-decoration: none !important;
  display: inline-block;
  font-size: 0.9em;
  color: #fff;
  line-height: 1.9em;
  padding: 0 10px;
  position: relative;
  border: 1px solid transparent;
  transition: 0.5s;
}
.fixed .nav > ul li a {
  line-height: 2.5em;
}
.nav > ul li a:hover {
  border: 1px solid #fff;
}
.mobile-menu {
  position: fixed;
  top: 15px;
  right: 18px;
  text-align: right;
  transition: 0.5s;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  z-index: 99;
  font-size: 0;
}
.gracias .header .nav,
.gracias .header #mbutton {
  display: none !important;
}
#mbutton {
  width: 20px;
  height: 15px;
  margin: 2.5px 0;
  display: inline-block;
  position: relative;
  background: transparent;
  border: none;
  outline: none;
}
#mbutton .line {
  background: #1a1a1a;
  width: 100%;
  height: 3px;
  position: absolute;
  display: inline-block;
  top: 6px;
  left: 0;
}
#mbutton:before,
#mbutton:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  background: #1a1a1a;
  transition: 0.3s;
  -ms-transition: 0.3s;
}
#mbutton:before {
  top: 0;
}
#mbutton:after {
  bottom: 0px;
}
.menu-opened #mbutton {
  height: 16.26px;
}
.menu-opened #mbutton:before {
  top: calc(50% - 1.5px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.menu-opened #mbutton:after {
  bottom: calc(50% - 1.5px);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.menu-opened #mbutton .line {
  opacity: 0;
}
.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.products p {
  line-height: 1.3;
}
#posts article {
  margin-bottom: 35px;
}
#posts .entry-meta {
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 25px 0 15px;
}
#posts .entry-meta time {
  color: #6b310b;
}
#posts .entry-meta .category {
  margin-right: 16px;
}
#posts .entry-title {
  margin: 0;
  margin-bottom: 15px;
}
#posts .entry-title a {
  font-size: 20px;
  text-decoration: none !important;
  font-weight: 700;
  color: #6b310b;
  transition: 0.3s;
}
#posts .entry-title a:hover {
  color: #ff7979;
}
#posts .entry-content {
  line-height: 1.7em;
}
#posts .entry-content .read-more-link {
  text-align: right;
  display: block;
  text-transform: uppercase;
  margin: 0;
  margin-top: 15px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.iframe {
  width: 100%;
  padding-bottom: 56%;
  height: 0;
  position: relative;
}
.iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#quienes-somos .wpb_content_element li {
  position: relative;
  list-style: none;
}
#quienes-somos .wpb_content_element li:before {
  content: "";
  background: #0033a0;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -15px;
  width: 5px;
  height: 8px;
  transform: skewX(25deg);
}
#quienes-somos .wpb_content_element li:after {
  content: "";
  background: #0033a0;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: -15px;
  width: 5px;
  height: 8px;
  transform: skewX(-25deg);
}
#nuestros-servicios .wpb_single_image img {
  width: 6rem;
}
#nuestros-servicios .description ul {
  margin: 1.5rem 0;
}
#nuestros-servicios .description ul li {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1rem;
}

#por-que-elegirnos .vc_column_container > .vc_column-inner .vc_row {
  margin: 0 !important;
}
#por-que-elegirnos
  .vc_column_container
  > .vc_column-inner
  .vc_column_container
  > .vc_column-inner {
  padding: 0 !important;
}
#por-que-elegirnos .vc_column_container > .vc_column-inner p {
  width: 25%;
  margin: 0 !important;
  padding: 0 !important;
  padding-bottom: 25% !important;
  background: rgba(88, 93, 97, 0.8) !important;
  height: 0;
  position: relative;
  float: left;
}
#por-que-elegirnos .vc_column_container > .vc_column-inner p:nth-child(2),
#por-que-elegirnos .vc_column_container > .vc_column-inner p:nth-child(4),
#por-que-elegirnos .vc_column_container > .vc_column-inner p:nth-child(5),
#por-que-elegirnos .vc_column_container > .vc_column-inner p:nth-child(7) {
  background: rgba(143, 170, 220, 0.8) !important;
}
#por-que-elegirnos .vc_column_container > .vc_column-inner p span {
  display: inline-block;
  width: 80%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
#por-que-elegirnos ul  {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#por-que-elegirnos ul li{
  width: 25%;
  margin:0;
  padding: 1rem;
  align-self:flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color:#fff;
  background: rgba(88, 93, 97, 0.8) !important;
  border:1px solid #fff;
  aspect-ratio: 1;
}
#por-que-elegirnos ul li:nth-child(2),
#por-que-elegirnos ul li:nth-child(4),
#por-que-elegirnos ul li:nth-child(5),
#por-que-elegirnos ul li:nth-child(7) {
  background: rgba(56, 93, 175, 0.8) !important;
}
#por-que-elegirnos ul li strong{
	font-size: 2em;
	font-style: italic;
}
#planes #cards .vc_column_container > .vc_column-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
}
#planes .title {
  font-size: 1.3rem;
  padding-bottom: .4rem;
  margin-bottom: 1.5rem;
  position: relative;
}
#planes .title:after {
  content: "";
  display: inline-block;
  width: 40%;
  height: 2px;
  background: #d52b1e;
  position: absolute;
  bottom: -0.5rem;
  left: 30%;
}
#planes .description,
#planes .includes {
  padding-bottom: 1.5rem;
  box-sizing: content-box;
}
#isotope-container article {
  max-width: 400px;
}
#isotope-container article .thumbnail {
  position: relative;
}
#isotope-container article .thumbnail .category {
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 1;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 7px;
  display: inline-block;
  z-index: 9;
}
#isotope-container article img {
  width: 100%;
  transition: 0.3s;
}
#isotope-container article .thumbnail:hover img {
  opacity: 0.5;
}
#isotope-container article h2 {
  padding: 15px 0 10px;
  margin: 0;
  line-height: 1.5;
  font-size: 18px;
}
#isotope-container article p {
  text-align: justify;
  font-size: 13px;
  margin-bottom: 15px;
}
#isotope-container article .leer-mas {
  text-transform: uppercase;
  display: inline-block;
  line-height: 1;
}
#isotope-container article .leer-mas:after {
  content: "\e901";
  font-size: 30px;
  font-family: "icomoon";
  -webkit-text-stroke: 3px #fff;
  vertical-align: middle;
  margin-left: 3px;
}
.vc_grid-item .vc_gitem-zone {
  background: transparent !important;
}
.vc_message_box {
  background: transparent !important;
  padding: 0 0 0 2em !important;
  margin-bottom: 10px !important;
  border: none !important;
  color: #000 !important;
}
.light-text .vc_message_box {
  color: #fff !important;
}
.light-text .wpb_content_element p,
.light-text .wpb_content_element li {
  color: #fff;
}
.light-text .wpb_content_element a {
  color: #fff;
  text-decoration: underline !important;
}
.light-text .wpb_content_element p a:hover {
  color: #dc241f;
}
.vc_message_box-icon {
  width: 2em !important;
  font-size: 0.7em !important;
  color: #f72717 !important;
}
.posts-carousel .owl-item {
  padding: 7vh;
}
.posts-carousel .author {
  display: inline-block;
  vertical-align: middle;
}
.posts-carousel .author img {
  width: 130px !important;
  border-radius: 50%;
  margin: 0 auto;
}
.posts-carousel .author h3 {
  display: block;
  margin: 20px 0 10px;
  font-size: 16px;
  line-height: 1.5;
  font-family: Lora;
  font-weight: bold;
  text-align: center;
}
.posts-carousel .author p {
  text-align: center;
}
.posts-carousel .summary {
  display: inline-block;
  padding: 10px 25px;
  vertical-align: middle;
}
.posts-carousel .summary p {
  text-align: left;
}
.posts-carousel .summary p:before,
.posts-carousel .summary p:after {
  content: "\e978";
  font-family: "icomoon";
  font-size: 30px;
  color: #023466;
  display: inline-block;
}
.posts-carousel .summary p:before {
  transform: rotate(180deg);
  margin-right: 3px;
}
.posts-carousel .summary p:after {
  transform: rotateX(180deg);
  vertical-align: top;
  margin-left: 3px;
  margin-top: -8px;
}
.left-text .vc_column-inner {
  padding-right: 30px !important;
}
.right-text .vc_column-inner {
  padding-left: 30px !important;
}
.pull-image-left {
  margin-left: -80px;
}
.pull-image-right {
  margin-right: -80px;
}
.vc_icon_element.vc_icon_element-outer {
  display: inline-block;
  padding: 0 5px;
}
.eco-bag.wpb_single_image img {
  max-width: 80%;
  margin-top: -10px;
}
.social-media
  .vc_icon_element.vc_icon_element-outer
  .vc_icon_element-inner.vc_icon_element-size-sm
  .vc_icon_element-icon {
  font-size: 2em !important;
}
.sidebar {
}
#related-posts .row {
  margin: 0 !important;
}
#related-posts h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1.5px solid #eaeae7;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
#related-posts article {
  padding: 3px 0;
  margin: 0;
}
#related-posts .entry-image {
  padding: 0;
  height: auto;
}
#related-posts .entry-image img {
  visibility: visible;
}
#related-posts h3.entry-title {
  line-height: 1.6;
  margin: 5px 0;
}
#related-posts h3.entry-title a {
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
}
#null-instagram-feed-2 {
  margin: 0;
  padding: 0;
}
#null-instagram-feed-2 h3 {
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1580px;
}
#null-instagram-feed-2 ul li {
  display: inline-block;
  margin: 0;
  width: 25%;
}
.social-networks {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.social-networks ul {
  padding: 0;
  margin: 0;
}
.social-networks li {
  display: inline-block;
  padding: 5px;
  line-height: 1;
  margin: 0;
}
.social-networks li a {
  display: inline-block;
  color: #fff;
  background: #0033a0;
  padding: 7px;
  border-radius: 50%;
  transition: 0.3s;
}
.social-networks.small li a {
  font-size: 14px;
}
.social-networks.medium li a {
  font-size: 16px;
}
.social-networks.large li a {
  font-size: 18px;
}
.social-networks li a:hover {
  color: #fff;
  background: #d52b1e;
}
.prefooter {
}
.prefooter .widget {
  margin-bottom: 0;
  padding: 0 !important;
}
.prefooter .textwidget {
  font-size: 0;
}
.footer-logos a {
  display: inline-block;
  vertical-align: middle;
}
.footer-logos a img {
  max-height: 40px !important;
}
.footer {
  background: #d52b1e;
  color: #fff;
}
.footer .row {
  margin: 0 -4%;
}
.footer .row .widget {
  padding: 0 4%;
}
.post-edit-link {
  display: none;
}
.sidebar .widget {
  margin-bottom: 48px;
}
.widget h3 {
  margin-bottom: 25px;
  font-weight: 700;
  color: #6b310b;
  letter-spacing: 0.5px;
  margin-top: 0;
  text-transform: uppercase;
  font-size: 11px;
}
.widget p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin: 20px 0;
}
.widget p a {
  color: #fff;
}
.widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 13px;
}
.widget ul li {
  margin: 0 0 16px;
}
.widget a {
  color: #6b310b;
}
.back-to-top.active {
  opacity: 1;
  right: 40px;
}
.back-to-top {
  opacity: 0;
  font-size: 11px;
  border: none;
  color: #000;
  display: none;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  position: fixed;
  right: 0;
  bottom: 180px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 1;
  transition: 1s;
}
.back-to-top:hover {
  color: #6b310b;
}
.back-to-top:after {
  content: "\e901";
  font-size: 30px;
  font-family: "icomoon";
  -webkit-text-stroke: 3px #fff;
  vertical-align: middle;
}
.widget_search form {
  position: relative;
  display: inline-block;
}
.widget_search input[type="search"] {
  border: 1px solid #d9d9d9 !important;
  height: 34px;
  line-height: 34px;
  padding: 0 70px 0 20px;
}
.widget_search .search-submit {
  position: absolute;
  padding: 0;
  background: transparent;
  border: none;
  color: #6b310b;
  text-transform: uppercase;
  font-size: 11px;
  outline: none;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.vc_row.wpb_row.vc_inner {
  margin: 0 !important;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.category #category-title {
  padding: 35px 0;
  margin-bottom: 35px;
  background: #1a1a1a;
}
.category #category-title h1 {
  color: #fff;
}
.category #category-title .breadcrumbs a,
.category #category-title .breadcrumbs span {
  color: #fff;
  margin: 0 2px;
}
.category #category-title .breadcrumbs a:last-of-type {
  pointer-events: none;
  color: #6b310b;
}
.single .entry-image {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center center;
}
.single .entry-image img {
  visibility: hidden;
}
.single .entry-meta {
  font-size: 11px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 35px 0 0;
  text-align: left;
}
.single .entry-meta time {
  color: #6b310b;
}
.single .entry-meta .category {
  margin-right: 16px;
}
.single .entry-title {
  margin: 10px 0 35px;
  text-align: left;
}
.single .entry-title a {
  font-size: 35px;
  display: inline-block;
  text-align: justify;
  text-decoration: none !important;
  color: #6b310b;
  transition: 0.3s;
}
.single .entry-title a:hover {
  color: #ff7979;
}
.single .entry-content {
  line-height: 1.8;
  text-align: justify;
}
.single .entry-content h2,
.single .entry-content h3 {
  margin-top: 32px;
}
.single .post-links {
  font-size: 13px;
  margin: 35px 0;
}
.single .post-links a {
  background-color: #ff7979;
  color: #fff !important;
  padding: 5px 7px;
  display: inline-block;
  line-height: 1;
}
.single .post-links a:hover {
  background-color: #000;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
  margin-bottom: 0 !important;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  margin: 15px 0 !important;
}
.author-box {
  border: 2px solid rgba(0, 0, 0, 0.25);
  margin: 2.6rem 0 5rem;
  padding: 35px;
  position: relative;
  font-size: 0;
}
.author-avatar {
  width: 96px;
  display: inline-block;
}
.author-avatar img {
  border-radius: 50%;
}
.author-info {
  width: calc(100% - 131px);
  margin-left: 35px;
  font-size: 12px;
  display: inline-block;
}
.author-name {
  font-size: 16px;
  margin-bottom: 16px;
}
.author-name span {
  display: block;
  color: #000;
  font-weight: 400;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-size: 11px;
}
.author-info p {
  margin-bottom: 0;
}
#isotope {
  display: block;
  padding-bottom: 50px;
}
#isotope .sort-panel .filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  list-style: none;
}
#isotope .sort-panel .filter li {
  display: inline-block;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.3px;
}
#isotope .sort-panel .filter li.active {
  font-weight: 700;
}
#isotope .isotope .isotope-item .item-container {
  position: relative;
  padding: 0 35px 35px;
}
#isotope .isotope .isotope-item .item-container .thumbnail {
  display: inline-block;
}
#isotope .isotope .isotope-item img {
  transition: 0.5s;
}
#isotope .isotope .isotope-item .entry-header {
  position: absolute;
  bottom: 80px;
  left: 60px;
  opacity: 0;
  transition: 0.6s;
}
#isotope .isotope .isotope-item .entry-header .entry-meta {
  font-weight: normal;
  font-size: 11px;
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #6b310b;
}
#isotope .isotope .isotope-item .entry-header .entry-title {
  font-weight: normal;
  font-size: 16px;
  margin: 0;
}
#isotope .isotope .isotope-item:hover .item-container .thumbnail {
  border: 2px solid #000;
}
#isotope .isotope .isotope-item:hover img {
  opacity: 0.3;
}
#isotope .isotope .isotope-item:hover .entry-header {
  opacity: 1;
  bottom: 60px;
}
.btn-info.modal-btn {
  background-color: #ff4e40;
  border-color: #ff4e40;
  margin-bottom: 15px;
}
.btn-info.modal-btn:hover {
  background-color: #ff9801;
  border-color: #ff9801;
}
#contact-form {
  margin: 0 !important;
}
#contact-form p {
  margin-bottom: 10px !important;
}
#contact-form .modal-dialog {
  float: none !important;
}
#contact-form .modal-dialog .close {
  font-size: 30px !important;
}
#contact-form .modal-content {
  background-image: url(http://www.ecobellefood.com/wp-content/uploads/2019/01/fresh-vegetables-background.jpg);
  background-size: cover;
  background-position: center;
  padding: 15px;
  margin: 0 !important;
}
.comments ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comments ul li {
  margin-top: 35px;
}
.comments ul li .comment-body {
  padding-left: 80px;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
}
.comment-author {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.comment-author img {
  border-radius: 30px;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.comment-author cite.fn {
  text-transform: capitalize;
  font-weight: bold;
  color: #6b310b;
  font-size: 16px;
}
.comment-meta.commentmetadata {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
}
.comment .reply {
  text-transform: uppercase;
  font-size: 13px;
}
.comment .children {
  margin-left: 80px;
}
#respond {
  margin-top: 35px;
}
#respond #comment-form-comment textarea {
  overflow: hidden;
  word-wrap: break-word;
  line-height: 1.5em;
  min-height: 200px;
  resize: none;
  max-width: 100%;
}
.wpcf7-form {
  font-size: 14px;
  margin-top: 0;
}
.wpcf7-form label {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
}
.wpcf7-form label span {
  font-size: 12px;
  color: #999;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
  min-width: 50%;
  height: 40px;
  max-width: 100%;
  margin-bottom: 15px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
  transition: 0.3s;
}
.wpcf7-form textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 25px;
  background: 0 0;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  color: #fff;
  padding: 10px;
  resize: none;
  transition: 0.4s;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form textarea:focus {
  border-color: #ff413c;
  outline: none !important;
}
.wpcf7-form input[type="submit"] {
  width: 150px;
  display: block;
  margin: 0 auto;
  background-color: #0036ae;
  border-radius: 0;
  border: 1px solid #0036ae;
  box-shadow: none;
  color: #fff;
  height: 35px;
  letter-spacing: 0.5px;
  line-height: initial;
  padding-left: 1.2em;
  padding-right: 1.2em;
  text-shadow: none;
  -webkit-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.wpcf7-form input[type="submit"]:hover {
  background-color: #0036ae;
  border-color: #0036ae;
}
div.wpcf7-response-output {
  color: #fff !important;
  margin-top: 1em !important;
}
::placeholder {
  color: #aaa;
}
/*------------------------------------*\
    Icons
\*------------------------------------*/
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-behance:before {
  content: "\eaa8";
}
.icon-tumblr:before {
  content: "\eab9";
}
.icon-linkedin:before {
  content: "\eaca";
}
.icon-search:before {
  content: "\e986";
}
.icon-quotes:before {
  content: "\e978";
}
.icon-arrow:before {
  content: "\e901";
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 320px) {
}
@media only screen and (max-width: 575px) {
  .category #category-title h1,
  .breadcrumbs {
    text-align: center;
  }
  .category #category-title {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px !important;
  }
  h3 {
    font-size: 25px;
  }
  .nav {
    text-align: center;
    position: fixed;
    right: 100%;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(255, 255, 255, 0.97);
    z-index: 10;
    transition: 0.5s;
  }
  .nav .widget {
    margin-top: 25px;
  }
  .nav ul {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .nav ul li {
    display: block;
  }
  .nav ul li a {
    font-size: 20px;
    line-height: 50px;
    color: #000;
  }
  .menu-opened .nav {
    right: 0;
    opacity: 1;
  }
  .vc_row.vc_column-gap-35 > .vc_column_container {
    padding: 0 25px !important;
  }
  #nuestros-servicios .wpb_single_image img {
    width: 100px;
    height: auto;
  }
  #por-que-elegirnos {
    background-position: top right !important;
  }
  #por-que-elegirnos ul li{
    width: 100%;
  }
  #por-que-elegirnos .vc_column_container > .vc_column-inner p {
    width: 100%;
    padding-bottom: 50% !important;
  }
  #por-que-elegirnos .vc_column_container > .vc_column-inner p:nth-child(odd) {
    background: rgba(88, 93, 97, 0.8) !important;
  }
  #por-que-elegirnos .vc_column_container > .vc_column-inner p:nth-child(even) {
    background: rgba(143, 170, 220, 0.8) !important;
  }
  #por-que-elegirnos ul li:nth-child(odd) {
    background: rgba(88, 93, 97, 0.8) !important;
  }
  #por-que-elegirnos ul li:nth-child(even) {
    background: rgba(56, 93, 175, 0.8) !important;
  }
  .posts-carousel .owl-item {
    padding: 0 !important;
  }
  .posts-carousel .summary {
    padding: 10px 15px;
  }
  .posts-carousel .summary p {
    text-align: center;
  }
  #contactos .wpb_single_image {
    padding: 0 !important;
    margin-top: 25px !important;
  }
  .single .entry-title a {
    font-size: 25px;
    text-align: left;
  }
  .author-box {
    text-align: center;
  }
  .author-avatar {
    width: 100%;
  }
  .author-info {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
  }
  .comments ul li .comment-body {
    padding-left: 0;
  }
  .comment-author {
    margin-right: 0;
    margin-bottom: 0;
  }
  .comment-author img {
    position: static;
  }
  .comment-author cite.fn {
    display: block;
    margin-top: 10px;
  }
  .comment-meta.commentmetadata {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .comment .children {
    margin-left: 0;
  }
  .sidebar {
    padding-top: 50px;
  }
  #null-instagram-feed-2 h3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  #null-instagram-feed-2 ul li {
    width: calc(100% / 3);
  }
  #null-instagram-feed-2 ul li:last-of-type {
    display: none;
  }
  .footer {
    padding: 10px 0;
  }
  footer .widget p {
    margin: 5px 0;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  #mbutton {
    display: none;
  }
  #posts article {
    padding: 0 25px;
  }
  .single article.col-md-9 {
    padding-right: 35px !important;
  }
  .hide-desktop {
    display: none !important;
  }
  #por-que-elegirnos .vc_column_container > .vc_column-inner p {
    width: 50%;
    padding-bottom: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  #posts .row {
    margin-left: -40px;
  }
  #posts article {
    padding: 0 40px;
  }
  .pl-35 {
    padding-left: 20px !important;
  }
}
@media only screen and (min-width: 900px) {
  #por-que-elegirnos .vc_column_container > .vc_column-inner p:nth-child(2) {
    margin-top: 50px !important;
  }
  #por-que-elegirnos .vc_column_container > .vc_column-inner p:nth-child(3) {
    margin-top: 100px !important;
  }
  #por-que-elegirnos .vc_column_container > .vc_column-inner p:nth-child(4) {
    margin-top: 150px !important;
  }
  #por-que-elegirnos .vc_column_container > .vc_column-inner p:nth-child(5) {
    margin-top: -150px !important;
  }
  #por-que-elegirnos .vc_column_container > .vc_column-inner p:nth-child(6) {
    margin-top: -100px !important;
  }
  #por-que-elegirnos .vc_column_container > .vc_column-inner p:nth-child(7) {
    margin-top: -50px !important;
  }
  #por-que-elegirnos .vc_column_container > .vc_column-inner p {
    width: 25%;
    padding-bottom: 25%;
  }
  #por-que-elegirnos ul li:nth-child(2) {
    margin-top: 50px !important;
  }
  #por-que-elegirnos ul li:nth-child(3) {
    margin-top: 100px !important;
  }
  #por-que-elegirnos ul li:nth-child(4) {
    margin-top: 150px !important;
  }
  #por-que-elegirnos ul li:nth-child(5) {
    margin-top: -150px !important;
  }
  #por-que-elegirnos ul li:nth-child(6) {
    margin-top: -100px !important;
  }
  #por-que-elegirnos ul li:nth-child(7) {
    margin-top: -50px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1120px;
    padding: 0 !important;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1600px) {
  body {
    font-size: 20px;
  }
  .container {
    max-width: 1400px;
    padding: 0 !important;
    margin: 0 auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon/icomoon.eot");
  src: url("fonts/icomoon/icomoon.eot") format("embedded-opentype"),
    url("fonts/icomoon/icomoon.woff") format("woff"),
    url("fonts/icomoon/icomoon.ttf") format("truetype"),
    url("fonts/icomoon/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
::selection {
  background: #ff7979;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #ff7979;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #ff7979;
  color: #fff;
  text-shadow: none;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
