/*
Theme Name: Generic
Theme URI: https://generic.tools/
Author: Bryan Hadaway
Author URI: https://calmestghost.com/
Description: A fully responsive, SEO-friendly, jQuery-ready, and WordPress theme review guidelines compliant starter theme for designers and developers, which comes with its own built-in CSS grid (https://generic.tools/grid/). This generic/starter/clean/simple/bare/blank/minimalist/example/cheatsheet/white-label/HTML5/CSS3/base/foundation/framework/skeleton/boilerplate/whatever theme was created specifically as a tool to assist with building client sites virtually from scratch or building and submitting your own themes. It's updated to reflect new changes in theme review requirements, to make the process much easier with a higher level of success (some theme authors never make it through), but please post bugs, suggestions for improvement, or support requests on GitHub (https://github.com/bhadaway/generic-theme/issues) if you're getting jammed up on your review ticket. Note: the aim of the project is to meet WordPress guideline requirements, but not necessarily all of its recommendations. The biggest diversion would be the semi-minification of Generic's code. If you prefer the WordPress official coding standard (https://make.wordpress.org/core/handbook/best-practices/coding-standards/) or some other popular standard, you may download a free trial of PhpStorm (https://www.jetbrains.com/phpstorm/) or use some other code formatter/beautifier to automatically and instantly bulk format all the code to your liking. If I was able to help you out, consider making a donation (https://calmestghost.com/donate). Thank you and enjoy!
Version: 1.1
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready, blog, e-commerce, portfolio
Text Domain: generic

Generic WordPress Theme © 2015-2019 GenericTools
Generic is distributed under the terms of the GNU GPL
*/

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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

html {
  scroll-behavior: smooth
}

body {
  line-height: 1
}

a {
  text-decoration-skip-ink: auto
}

button {
  outline: 0
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

q {
  display: inline;
  font-style: italic
}

q:before {
  content: '"';
  font-style: normal
}

q:after {
  content: '"';
  font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

th,
td {
  padding: 2px
}

big {
  font-size: 120%
}

small,
sup,
sub {
  font-size: 80%
}

sup {
  vertical-align: super
}

sub {
  vertical-align: sub
}

dd {
  margin-left: 20px
}

kbd,
tt {
  font-family: courier;
  font-size: 12px
}

ins {
  text-decoration: underline
}

del,
strike,
s {
  text-decoration: line-through
}

dt {
  font-weight: bold
}

address,
cite,
var {
  font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

*:not(.slick-track):not(.slick-list):not(.slick-slide) {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.5s ease
}

body {
  overflow: inherit !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: normal;
  word-wrap: break-word;
  background: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 40px
}

h1 {
  font-size: 35px
}

h2 {
  font-size: 30px
}

h3 {
  font-size: 25px
}

h4 {
  font-size: 20px
}

h5 {
  font-size: 18px
}

h6 {
  font-size: 16px
}

p {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  padding: 0px !important;
}

.page #content p,
.single-post #content p {
  font-size: 18px;
  line-height: 145%
}

* p:last-of-type,
#sidebar .widget-container:last-child {
  margin-bottom: 0
}

strong {
  font-weight: bold
}

em {
  font-style: italic
}

pre {
  overflow-x: auto;
  white-space: pre-wrap
}

pre,
code {
  font-family: 'courier new', courier, serif
}

hr {
  height: 1px;
  border: 0;
  margin: 30px 0;
  background: #ccc
}

blockquote {
  padding: 15px;
  border-left: 4px solid #ccc;
  margin: 30px 0
}

blockquote p:first-of-type {
  margin-top: 0
}

.entry-content ul,
.widget-container ul,
.comment-body ul,
.entry-content ol,
.widget-container ol,
.comment-body ol {
  text-indent: -20px;
  margin: 30px 0 30px 40px
}

.entry-content ol,
.widget-container ol,
.comment-body ol {
  list-style: decimal inside;
  text-indent: -18px
}

.entry-content ul ul,
.widget-container ul ul,
.comment-body ul ul,
.entry-content ol ol,
.widget-container ol ol,
.comment-body ol ol {
  margin-top: 0;
  margin-bottom: 0
}

.entry-content ul li:before,
.widget-container ul li:before,
.comment-body ul li:before {
  content: "— "
}

.entry-content li,
.widget-container li,
.comment-body li {
  line-height: 125%;
  margin: 10px 0
}

input,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  padding: 15px;
  border: 0;
  outline: 0;
  margin-top: 10px;
  background: #f6f6f6
}

input[type="submit"],
#menu .toggle:hover {
  cursor: pointer
}

input[type="search"] {
  -webkit-appearance: textfield
}

a img,
input[type="image"],
iframe {
  border: 0
}

img,
video,
audio,
table,
select,
textarea {
  max-width: 100% !important;
  height: auto
}

img {
  image-rendering: -webkit-optimize-contrast;
  ;
}

table {
  width: 100%;
  margin: 30px 0
}

#wrapper {
  max-width: 100%;
  margin: 0 auto
}

#container {
  background: #fff
}

#container:after {
  display: table;
  content: "";
  clear: both
}

#content {
  width: 75%;
  padding-right: 5%;
  float: left
}

#sidebar {
  width: 25%;
  float: right
}

#footer {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

#menu ul {
  font-size: 0
}

#menu ul,
#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none
}

#menu ul li {
  position: relative
}

#menu ul li a {
  display: inline-block;
  font-size: 18px;
  color: #5b5b5f;
  text-decoration: none;
  line-height: 33px;
  padding: 5px 30px 5px 30px;
  font-family: 'Roboto', sans-serif;
}

#menu ul li a:hover {
  color: #fe7018;
  text-decoration: none
}

#menu ul li.menu-item-has-children>a:after,
#menu ul li.page_item_has_children>a:after {
  font-family: serif;
  content: ' ▾'
}

#menu ul li ul {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1000
}

#menu ul li:hover ul {
  display: inline-block
}

#menu ul ul {
  display: none
}

#menu ul li:hover ul {
  display: block
}

#menu ul li:hover ul li a {
  width: 250px;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #fff
}

#menu ul li:hover ul li a:hover {
  color: #777
}

#menu .toggle {
  display: none;
  color: #fff;
  text-align: center;
  background: #019cca;
  padding-bottom: 4px !important;
  border-bottom: 2px solid #434142;
}

#menu .menu-icon {
  font-size: 22px;
  padding-right: 4px;
}

.menu-menu-1-container {
  background: #f7f7f8;
  text-align: center;
}

#branding {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0px 0px 0px;
}

#search {
  float: right
}

#search .search-field {
  width: 200px;
  height: 36px;
  padding: 10px;
  margin-top: 0;
  background-color: #fff
}

.widget-container .search-field {
  width: 100%
}

.error404 .entry-content .search-field,
.search .entry-content .search-field {
  width: 200px;
  margin-top: 30px
}

.error404 .entry-content .search-field,
.search .entry-content .search-field,
.widget-container .search-field {
  background-color: #f6f6f6
}

.search-field {
  background: url(images/find.png) no-repeat 98% center / 24px auto
}

.button,
button,
input[type="submit"] {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  /* padding: 2px 25px 7px 25px; */
  border: 0;
  background: #fbfcfd;
  opacity: 1;
  color: #249cca;
}

.et_pb_code_inner #banner .banner-fijo a {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  padding: 8px 12px 8px 12px !important;
  border: 0;
  background: #fbfcfd;
  opacity: 1;
  color: #ff7100 !important;
}

.et_pb_code_inner #banner .banner-fijo a:hover {
  color: white !important;
  background-color: #ff7100;
}

.button:hover,
button:hover,
input[type="submit"]:hover {
  cursor: pointer;
  opacity: 0.8
}

#site-title a {
  font-size: 40px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  display: inline
}

#site-title h1 {
  margin-bottom: 0
}

.single h1.entry-title a {
  color: #777;
  text-decoration: none
}

h2.entry-title,
h3.widget-title {
  margin-top: 0
}

#commentform label {
  display: block
}

#commentform #comment {
  width: 100%;
  max-width: 400px !important;
  height: auto
}

#comments .comment-author {
  line-height: 14px
}

#comments .comment-author img {
  margin-right: 5px;
  float: left
}

#comments .comment {
  margin: 20px 10px
}

#comments .comment-body {
  padding: 15px
}

#comments .odd>.comment-body {
  background: #f6f6f6
}

#comments .comment-body>p {
  font-size: 16px;
  margin: 15px 0 0
}

#copyright {
  text-align: center
}

.entry-meta,
.entry-footer,
.archive-meta {
  margin: 30px 0
}

.entry-footer {
  clear: both
}

#copyright,
#copyright a,
.entry-meta,
.entry-meta a,
.entry-footer,
.entry-footer a,
.comment-meta,
.comment-meta a,
.comment-author,
.comment-author a {
  font-size: 14px;
  color: #aaa
}

.sticky {
  padding-bottom: 60px;
  border-bottom: 4px solid #ccc
}

.post,
.widget-container,
.search article {
  margin-bottom: 60px
}

.post:last-of-type {
  margin-bottom: 0
}

.wp-caption {
  width: auto !important
}

.wp-caption.aligncenter,
.wp-caption-text,
.gallery-caption {
  text-align: center
}

.alignleft {
  margin: 0 30px 30px 0;
  float: left
}

.alignright {
  margin: 0 0 30px 30px;
  float: right
}

.aligncenter {
  display: block;
  margin: 30px auto;
  clear: both
}

.wp-post-image {
  display: block;
  margin-bottom: 30px
}

.entry-attachment img {
  display: block;
  margin: 60px auto 30px
}

.attachment .entry-caption {
  text-align: center
}

.nav-links {
  margin-top: 30px
}

.nav-links a,
#nav-above a {
  text-decoration: none
}

#nav-above a {
  display: block;
  font-family: tahoma, sans-serif;
  font-size: 50px;
  color: #777;
  line-height: 0;
  margin: 30px 0 15px
}

.nav-previous {
  text-align: left;
  float: left
}

.nav-next {
  text-align: right;
  float: right
}

.note {
  display: block;
  font-size: 14px;
  padding: 20px;
  margin: 30px 0
}

.blue,
.blue *,
.blue-dark,
.blue-dark *,
.green,
.green *,
.green-dark,
.green-dark *,
.orange,
.orange *,
.purple,
.purple *,
.red,
.red *,
.black,
.black * {
  color: #fff
}

.white,
.white *,
.yellow,
.yellow * {
  color: #000
}

.white {
  background-color: #fff !important
}

.blue {
  background-color: #09f !important
}

.blue-dark {
  background-color: #1c78b5 !important
}

.green {
  background-color: #91da29 !important
}

.green-dark {
  background-color: #5d8c1a !important
}

.orange {
  background-color: #f98733 !important
}

.purple {
  background-color: #bb6cf8 !important
}

.red {
  background-color: #ef645d !important
}

.yellow {
  background-color: #f8f658 !important
}

.black {
  background-color: #4a4a45 !important
}

.lighter {
  background-color: rgba(255, 255, 255, 0.05)
}

.darker {
  background-color: rgba(0, 0, 0, 0.05)
}

.box,
.box-2,
.box-3,
.box-4,
.box-5,
.box-6,
.box-1-3,
.box-2-3 {
  display: inline-block;
  width: 100%;
  padding: 5%;
  vertical-align: top;
  float: left
}

.box-2 {
  width: 50%
}

.box-3,
.box-1-3 {
  width: 33.3333333%
}

.box-4 {
  width: 25%
}

.box-5 {
  width: 20%
}

.box-6 {
  width: 16.6666667%
}

.box-2-3 {
  width: 66.6666666%
}

.left {
  text-align: left
}

.center {
  text-align: center
}

.right {
  text-align: right
}

.float-left {
  float: left
}

.float-right {
  float: right
}

.clear {
  clear: both
}

.clear-left {
  clear: left
}

.clear-right {
  clear: right
}

.clear-float:after,
.boxes:after {
  display: table;
  content: "";
  clear: both
}

@media(max-width:1024px) {

  .box-5,
  .box-6 {
    width: 25%
  }

  .boxes .box-5:nth-child(5) {
    width: 100%
  }

  .boxes .box-6:nth-child(5),
  .boxes .box-6:nth-child(6) {
    width: 50%
  }
}

@media(max-width:768px) {

  #header,
  #footer {
    text-align: center
  }

  #content,
  #sidebar {
    width: 100%;
    padding: 0
  }

  #search {
    float: none
  }

  #search .search-field {
    width: 100%
  }

  #menu.checked {
    width: 100%;
    height: 100%;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000
  }

  #menu label.toggle {
    display: block
  }

  #menu ul,
  #menu ul ul {
    display: none
  }

  #menu input.toggle:checked+div>ul,
  #menu input.toggle:checked+div>ul ul {
    display: block;
    position: relative;
    top: 0;
    padding: 0
  }

  #menu input.toggle:checked+div>ul {
    padding-bottom: 10px
  }

  #menu input.toggle:checked+div>ul li a,
  #menu input.toggle:checked+div>ul ul li a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #adacb2;
    line-height: 20px;
    padding: 15px 0 5px;
    border: 0;
    margin: 0;
    background: none
  }

  #menu input.toggle:checked+div>ul ul li a {
    color: #ccc
  }

  .box-4,
  .box-5,
  .box-6 {
    width: 50%
  }
}

@media(max-width:767px) {

  .single .nav-links .nav-previous,
  .single .nav-links .nav-next {
    float: none
  }

  .box-3 {
    width: 50%
  }

  .boxes .box-3:nth-child(3) {
    width: 100%
  }
}

@media(max-width:480px) {

  .wp-caption,
  input,
  textarea,
  .button {
    width: 100% !important
  }

  input[type="checkbox"],
  input[type="radio"] {
    width: auto !important
  }

  .box-2,
  .box-3,
  .box-4,
  .box-5,
  .box-6,
  .boxes .box-6:nth-child(5),
  .boxes .box-6:nth-child(6),
  .box-2-3,
  .box-1-3 {
    width: 100%
  }
}

@media (min-width:760px) {

  .et-db #et-boc .et_pb_column .et_pb_row_inner,
  .et-db #et-boc .et_pb_row {
    padding: 0 !important;
  }
}

@media print {
  #content {
    width: 100%;
    color: #000;
    padding: 0;
    margin: 0;
    background: #fff;
    float: none
  }

  #header,
  #sidebar,
  #footer {
    display: none
  }
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important
}

.form-allowed-tags,
.search-submit {
  display: none !important
}

/** HEADER **/
.header-iso {
  display: flex;
  align-items: center;
}

.header-info p {
  color: #019cca;
  font-size: 20px;
  font-weight: 700;
  padding-left: 55px;
}

.iso-date p {
  text-align: right;
  font-size: 14px !important;
  margin-right: 20px;
  color: #676767;
}

/** FOOTER **/
.hexagon {
  position: relative;
  width: 45px;
  height: 25.98px;
  background-color: #019cca !important;
  margin: 12.99px 0;
}

.hexagon:before,
.hexagon:after {
  content: "";
  left: 0;
  position: absolute;
  width: 0;
  border-left: 22.5px solid transparent;
  border-right: 22.5px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 12.99px solid #019cca;
  z-index: -1;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 12.99px solid #019cca;
  z-index: -1;
}

.slick-slide {
  min-height: 150px;
}

@media (min-width: 970px) {
  .slick-slide:first-child {
    width: 460px !important;
  }
}

.current-menu-item a{
  color:#fe7018 !important;
  font-weight: bold;
}
#redes {
  display: flex;
  justify-content: space-around;
  width: 300px;
  flex-wrap: wrap;
}

#footer #redes h4 {
  width: 100%;
  margin: 0px 0px 29px 0px !important;
}

div#redes .fab {
  font-size: 26px;
  display: flex;
  color: white;
  justify-content: center;
  padding-bottom: 16px;
}

footer#footer {
  padding: 20px;
}

.footer-info p {
  margin: 0;
  font-size: 18px !important;
}

#footer h4 {
  margin: 0px 0px 10px 0px !important;
}

#footer img,
#header .header-img img {
  width: 180px;
  /* height: 79px; */
}

.footer-part {
  width: 30%;
}

#contacto-inicio {
  background-image: url(wp-content/uploads/2019/02/Formulario-fondo.html);
  background-repeat: no-repeat;
  width: 100%;
}

.et-db #et-boc .et_pb_contact .et_pb_contact_field_half {
  width: 100%;
  float: left;
}

#form_inicio h2 {
  text-transform: uppercase !important;
  text-align: center !important;
  display: flex !important;
  justify-content: center !important;
  margin: auto !important;
}

#form_inicio h2:before {
  content: "";
  height: 53px;
  width: 27px;
  left: -44px;
  bottom: 18px;
  background-image: url(../../uploads/2019/02/poliraya-contactenos.png);
  position: absolute;
}

/** INICIO **/
div.proyecto {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  color: white !important;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.content-proyecto.box{
	padding:0;
}
.content-proyecto:hover .proyecto {
  display: flex;
}

div#proyectos-tipo {
  margin-top: 20px !important;
}

.date-proyec {
  position: absolute;
  font-size: 19px !important;
  text-align: center !important;
  padding: 0px 55px !important;
  font-weight: bold;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.blocker {
  z-index: 99 !important;
}

.product h2 {
  text-transform: uppercase;
}

.product h2:before {
  content: "";
  height: 101px;
  width: 27px;
  left: -37px;
  bottom: -4px;
  background-image: url(../../uploads/2019/02/poliraya-titulo.png);
  position: absolute;
}

.date-proyec {
  position: absolute;
  font-size: 19px !important;
  text-align: center !important;
  padding: 10px 20px !important;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.cat-proyec {
  position: absolute !important;
  top: 12px;
right: 16px;
width: 50px;
}

.overlay {
  position: absolute;
  /* top: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* right: 0; */
  background: #f8f9fa !important;
  transition: opacity 500ms !important;
  /* visibility: hidden !important; */
  opacity: 0;
}

.close {
  float: right;
  font-size: 25px;
  position: absolute;
  top: 0;
  right: 8px;
  color: black !important;
  filter: alpha(opacity=20);
  opacity: 1 !important;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.proyectos-lineal {
  position: absolute;
  bottom: -5px;
  left: 38px;
}

.page-id-10 div.proyecto {
  background-color: #00bcd494 !important;
  display: flex;
  flex-wrap: wrap;
  width: 280px;
  height: 380px !important;
}

a.cerrar {
  display: none !important;
}

.texto h3 {
  text-transform: uppercase !important;
  font-size: 20px !important;
  font-weight: bold !important;
}

.texto h3:before {
  content: "";
  height: 94px;
  width: 28px;
  left: -37px;
  bottom: -28px;
  background-image: url(images/flecha-poligono.png);
  position: absolute;
}

.texto {
  position: absolute;
  bottom: 28px;
  margin-left: 50px !important;
  color: white !important;
  text-align: left !important;
}

#proyectos-inicio .et_pb_row_3 .et_pb_module {
  width: 100%;
}

.content-proyecto .button {
  background: none !important;
}

.fondo-alto {
  background-image: url(../../uploads/2019/02/poligono-fondo.png) !important;
  background-size: contain !important;
  width: 100%;
  background-repeat: no-repeat !important;
  background-position: top !important;
  margin-bottom: 60px !important;
}

.et_builder_inner_content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#proyectos-title .et_pb_text_inner {
  display: flex;
  justify-content: center;
}

#type-inicio .et_pb_column .et_pb_module {
  text-align: center;
}

#type-inicio .et_pb_column .et_pb_text {
  display: flex;
  justify-content: center;
  color: #fe7018;
}

h2,
h2 a {
  text-align: center !important;
  position: relative;
  color: #019cca !important;
  font-family: 'Roboto', sans-serif;
  font-size: 25px !important;
  width: fit-content;
  width: -moz-fit-content;
}

.blog h2:before {
	content: none;
}

h2:before {
  content: "";
  height: 101px;
  width: 27px;
  left: -44px;
  bottom: 10px;
  background-image: url(../../uploads/2019/02/poliraya-titulo.png);
  position: absolute;
}

#banner {
  background-size: cover !important;
  background-position: initial !important;
  width: 100%;
  height: 35vw;
  position: relative;
}

.banner-fijo {
  z-index: 1;
}

/*
#banner::after {
  position: absolute;
  content: " ";

  background: rgba(1, 155, 202, 0.22);
  background: -moz-linear-gradient(left, rgba(1, 155, 202, 0.22) 60%, rgba(1, 155, 202, 0.74) 90%, rgba(1, 155, 202, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(60%, rgba(1, 155, 202, 0.22)), color-stop(90%, rgba(1, 155, 202, 0.74)), color-stop(100%, rgba(1, 155, 202, 1)));
  background: -webkit-linear-gradient(left, rgba(1, 155, 202, 0.22) 60%, rgba(1, 155, 202, 0.74) 90%, rgba(1, 155, 202, 1) 100%);
  background: -o-linear-gradient(left, rgba(1, 155, 202, 0.22) 60%, rgba(1, 155, 202, 0.74) 90%, rgba(1, 155, 202, 1) 100%);
  background: -ms-linear-gradient(left, rgba(1, 155, 202, 0.22) 60%, rgba(1, 155, 202, 0.74) 90%, rgba(1, 155, 202, 1) 100%);
  background: linear-gradient(to right, rgba(1, 155, 202, 0.22) 60%, rgba(1, 155, 202, 0.74) 90%, rgba(1, 155, 202, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019bca', endColorstr='#019bca', GradientType=1);
  width: 100%;
  height: 100%;
}*/

#banner {
  background: #eee;
  
}

#banner #banner-images {
  display: flex;
  flex-direction: row;
  justify-content:  space-around;
}

#banner #banner-images > img {
  display: none;
  height: 35vw;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 970px) {
  #banner #banner-images > img {
    height: 80vw;
  }
}

@media (max-width: 1226px) and (min-width: 970px) {
  .banner-fijo {
    width: 60vw !important;
  }
}

@media (max-width: 440px) {
  .banner-fijo {
    width: 100vw !important;
  }
}

.et_db #et_boc .et_pb_section {
  padding: 44px 0 !important;
}

.et-db #et-boc .et_pb_section.et_section_transparent {
  width: 100%;
}

.banner-fijo {
  position: absolute !important;
  width: 45vw;
  right: 41%;
  bottom: 20%;
  text-align: right !important;

  padding: 25px;
  background: rgba(255, 119, 12, 0.45);
}

div#banner h1 {
  color: #fe7018;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px !important;
  text-transform: uppercase !important;
}

a.proyecto.button {
  /*background: #249cca4d !important; */
  width: 280px;
  height: 380px;
  /* opacity: .7; */
}

/* .proyectos h2:before {
  background-image: none !important;
} */
.proyectos .proyecto h3 {
  font-size: 18px !important;
  margin: 0 !important
}

.tablinks {
  cursor: pointer;
}

div#banner p {
  text-align: right !important;
  font-size: 20px !important;
  line-height: 1.2;
  margin-bottom: 20px !important;
}

.fondo-alto .estrecho .et_pb_column {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

#contacto_inicio {
  background-image: url(../../uploads/2019/02/Formulario-fondo.jpg) !important;
  width: 100% !important;
}

#form_inicio {
  padding: 30px !important;
  width: 80%;
  display: flex !important;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: auto !important;
}

#form_contacto .et_pb_contact_field_0,
#form_contacto .et_pb_contact_field_2,
#form_contacto .et_pb_contact_field_4 {
  padding-left: 0px !important;
}

#form_contacto .et_pb_contact_field_1,
#form_contacto .et_pb_contact_field_3 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

#form_contacto .et_pb_contact_field_4 {
  padding-right: 0px !important;
}

#formcontac .et_pb_column {
  width: 50% !important;
}

#formcontac .et_pb_column #form_contacto {
  background: #019cca !important;
  display: flex !important;
  justify-content: center;
  padding: 60px 0px 30px 0px;
  height: 70vh;
}

#formcontac .et_pb_column #date-contacto {
  background: #ecedef !important;
  display: flex;
  justify-content: center;
  padding: 80px 0px;
  height: 70vh;
}

#form_contacto .et_pb_contact form {
  margin-left: 0px !important;
  margin-top: 0px !important;
}

#formcontac .et_pb_column_1 {
  margin: 0px !important;
}

#formcontac .et-db #et-boc .et_pb_contact_form {
  margin-left: 0% !important;
}

div#clientes-inicio {
  background: #f7f7f8 !important;
}

.et_pb_section.et_pb_section_0 {
  padding: 0px !important;
}

.et_pb_section {
  padding: 76px 0 !important;
}

#form_inicio .et_pb_contact .et_contact_bottom_container .et_pb_contact_submit {
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
}

.et_pb_contact_field_0,
.et_pb_contact_field_2,
.et_pb_contact_field_4 {
  padding-left: 80px !important;
}

.et_pb_contact_field_1,
.et_pb_contact_field_3 {
  padding-right: 55px !important;
  padding-left: 80px !important;
}

#form_inicio .et_pb_contact .et_pb_contact_form .et_pb_with_border {
  margin-bottom: 20px !important;
}

#form_inicio .et_pb_contact .et_pb_contact_form p {
  display: flex;
}

.et_pb_contact_form p:hover:before {
  content: " ";
  background-image: url(images/Poligono-contactenos.png);
}

.et_pb_contact_form p {
  position: relative;
}

.et_pb_contact_form p:before {
  content: " ";
  background-image: url(images/Poligono-lineal-contactenos.png);
  width: 23px;
  height: 24px;
  left: 46px;
  top: 3px;
  background-repeat: no-repeat;
  display: flex;
  margin-right: 0px;
  margin-top: 0px;
  position: absolute;
}

.page-id-12 .et_pb_contact_form p:before {
  content: " ";
  background-image: url(images/Poligono-lineal-contactenos.png);
  width: 23px;
  height: 24px;
  left: -34px;
  background-repeat: no-repeat;
  display: flex;
  margin-right: 0px;
  margin-top: 0px;
  position: absolute;
}

.et_pb_contact_field_4 {
  padding-right: 55px !important;
}

form.et_pb_contact_form.clearfix {
  margin-top: 35px !important;
}

/**SERVICIOS**/
#proyectos-service .proyectos p {
  position: absolute;
}

/* .et_pb_module:hover .proyectos{
  display: flex;
} */
div.proyectos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

div#type-service, div#type-inicio {
  margin-top: 40px !important;
  display: flex;
  flex-direction: row;
}

div#type-service > div, #type-inicio > div {
  width: 25% !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
}

.home #proyectos-service .et_pb_row .et_pb_module {
  width: 100%;
  height: 280px;
}

#proyectos-service .proyectos img {
  width: 100% !important;
  left: 0px;
}

#servicio-title .et_pb_row .et_pb_column {
  flex-wrap: wrap;
}

#servicio-title #proyectos-title,
.page-id-12 #proyectos-title {
  width: 100% !important;
}

#type-service .et_pb_column .et_pb_module h3 {
  text-align: center !important;
  padding-bottom: 0px !important;
  padding: 15px 0px !important;
  font-family: 'Open Sans', sans-serif;
}

.contenido-servicios {
  text-align: center !important;
  margin: auto !important;
  width: 90%;
}

.contenido-servicios h3 {
  padding-top: 70px;
}

.contenido-servicios #Industrial:before {
  content: " ";
  background-image: url(../../uploads/2019/02/polinea-insdutrial.png);
  width: 243px;
  height: 99px;
  position: absolute;
  left: 150px;
  top: 0px;
}

.contenido-servicios #Nautica:before {
  content: " ";
  background-image: url(../../uploads/2019/02/polinea-nautica.png);
  width: 508px;
  height: 99px;
  position: absolute;
  right: 130px;
  top: 0px;
}

.contenido-servicios #Decorativa:before {
  content: " ";
  background-image: url(../../uploads/2019/02/polinea-decorativa.png);
  width: 288px;
  height: 99px;
  position: absolute;
  left: 400px;
  top: 0px;
}

.contenido-servicios #Publicitaria:before {
  content: " ";
  background-image: url(../../uploads/2019/02/poliraya-titulo.png);
  width: 28px;
  height: 101px;
  position: absolute;
  left: 400px;
}

.contenido-servicios h3 {
  text-transform: uppercase !important;
  padding-top: 72px !important;
  font-size: 28px !important;
  margin-bottom: 25px !important;
}

#proyectos-service.et_pb_section {
  padding: 0px 0 !important;
}

#type-service .et_pb_column .et_pb_module h3.active:before {
  content: " ";
  width: 16px;
  height: 16px;
  background: #fe7018;
  position: absolute;
  top: 16px;
  border-radius: 8px;
  left: 36px;
}

#type-service {
  background: #019cca !important;
  color: white !important;
  margin-top: 25px !important;
}

.page-id-6 .fondo-alto {
  background-image: url(../../uploads/2019/02/poligono-fondo.png) !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
  background-position: top !important;
  margin-bottom: 60px !important;
}

.page-id-12 .fondo-alto {
  background-size: auto !important;
}

.hexagono-gris {
  position: absolute;
  top: 29px;
  right: -41px;
}

#formcontac .et_pb_column_2.et_pb_css_mix_blend_mode_passthrough {
  z-index: 0 !important;
}

#proyectos-inicio .et_pb_code_inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  /* border: 1px solid #ccc; */
  border-top: none;
}

#servicio-title .et_pb_row .et_pb_column .et_pb_module .et_pb_text_inner p {
  text-align: center !important;
}

#date-contacto .hexagon {
  position: relative;
  width: 45px;
  height: 25.98px;
  background-color: #fe7018 !important;
  margin: 12.99px 0;
  margin-right: 35px;
}

#date-contacto .hexagon:before,
#date-contacto .hexagon:after {
  content: "";
  left: 0;
  position: absolute;
  width: 0;
  border-left: 22.5px solid transparent;
  border-right: 22.5px solid transparent;
}

#date-contacto .hexagon:before {
  bottom: 100%;
  border-bottom: 12.99px solid #fe7018;
  z-index: 0;
}

#date-contacto .hexagon:after {
  top: 100%;
  width: 0;
  border-top: 12.99px solid #fe7018;
  z-index: 0;
}

#form_contacto .et_pb_contact {
  width: 70%;
}

#date-contacto i {
  display: flex;
  justify-content: center;
  font-size: 24px;
  color: white;
}

.clientes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cliente {
  width: 190px;
  text-align: center !important;
}

.imagen-cliente {
  width: 150px;
  height: 150px;
}

@media (max-width:760px) {

  .cliente {
    width: 140px !important;
  }

  .imagen-cliente {
    width: 120px !important;
    height: 120px !important;
  }
}

.cliente h3 {
  font-size: 18px;
  color: #ff7100 !important;
}

#date-contacto .phone,
#date-contacto .correo,
#date-contacto .mapa {
  display: flex;
  padding-bottom: 44px !important;
  color: #adacb2 !important;
}

#form_contacto .et_pb_contact form .et_pb_contact_field_0:before,
#form_contacto .et_pb_contact form .et_pb_contact_field_1:before,
#form_contacto .et_pb_contact form .et_pb_contact_field_2:before,
#form_contacto .et_pb_contact form .et_pb_contact_field_3:before,
#form_contacto .et_pb_contact form .et_pb_contact_field_4:before {
  content: " ";
  background-image: url(../../uploads/2019/02/Poligono-lineal-contactenos.png);
  width: 22px;
  height: 22px;
  display: flex;
  margin-right: 10px;
  margin-top: 4px;
}

#form_contacto .et_pb_contact form .et_pb_contact_field_0,
#form_contacto .et_pb_contact form .et_pb_contact_field_1,
#form_contacto .et_pb_contact form .et_pb_contact_field_2,
#form_contacto .et_pb_contact form .et_pb_contact_field_3,
#form_contacto .et_pb_contact form .et_pb_contact_field_4 {
  display: flex;
}

#form_contacto .et_pb_contact form .et_pb_contact_field_0:hover:before,
#form_contacto .et_pb_contact form .et_pb_contact_field_2:hover:before,
#form_contacto .et_pb_contact form .et_pb_contact_field_4:hover:before,
#form_contacto .et_pb_contact form .et_pb_contact_field_1:hover:before,
#form_contacto .et_pb_contact form .et_pb_contact_field_3:hover:before {
  content: " ";
  background-image: url(../../uploads/2019/02/Poligono-contactenos.png);
  width: 22px;
  height: 22px;
  display: flex;
  margin-right: 10px;
  margin-top: 4px;
}

#date-contacto .datos-contacto p {
  color: #5b5b5f !important;
}

div#formcontac {
  margin-top: 40px !important;
}

.carousel-date h2 {
  text-transform: uppercase;
  padding: 0px !important;
  margin: 0px !important;
}

.carousel-date p {
  font-size: 18px;
  padding-top: 20px !important;
  line-height: 1.2;
}

.carousel-date {
  margin-top: 30px !important;
}

.carousel-boton {
  position: absolute !important;
  top: 85px !important;
  width: 90% !important;
}

.carousel-boton .left {
  position: relative !important;
  left: 0 !important;
}

.carousel-boton .right {
  position: relative !important;
  left: 231px !important;
}

.carousel-boton img {
  width: 4% !important;
}

.modal {
  max-width: 520px !important;
  background: #f7f7f8 !important;
  border-radius: 0px !important;
  text-align: left !important;
  top: 15px !important;
}

.modal h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/**  MEDIA QUERIES **/

@media (max-width: 981px) {
  .hexagono-gris {
    position: absolute;
    bottom: -51px;
    top: auto;
    right: auto;
  }

  #contacto_inicio #form_inicio .et_pb_contact_form {
    margin-left: 0% !important;
  }

  #contacto_inicio #form_inicio .et_pb_contact_form p:before {
    left: -25px !important;
  }

  #contacto_inicio #form_inicio .et_pb_contact {
    width: 100% !important;
  }

  #contacto_inicio #form_inicio .et_pb_contact .et_pb_contact_field_half {
    width: 48%;
  }

  #contacto_inicio #form_inicio .et_pb_contact .et_pb_contact_field_half:nth-child(2n) {
    float: right;
  }

  .et_pb_contact_field_0,
  .et_pb_contact_field_2,
  .et_pb_contact_field_4 {
    padding-left: 0px !important;
  }

  .contenido-servicios .tabcontent:before {
    display: none !important;
  }

  #formcontac .et_pb_column {
    width: 100% !important;
  }

  .et_pb_contact_field_1,
  .et_pb_contact_field_3 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .et_pb_contact_field_4 {
    padding-right: 0px !important;
  }
}

@media (min-width: 981px) {

  .et-db #et-boc .et_pb_row {
    padding: 0 !important;
    margin-bottom: 40px;
  }
}

@media(max-width:660px) {
  #proyectos-inicio .et_pb_row_3 .et_pb_module {
    width: 80%;
    margin: auto;
  }
}

@media (min-width:768px) {
  .estrecho {
    width: 85% !important;
    margin: auto !important;
  }

  #type-inicio .et_pb_column .et_pb_module {
    width: 100%;
  }
}

@media (max-width:768px) {
  .et_pb_contact_form p::before {
    display: none;
  }
}

@media (min-width:620px) and (max-width:980px) {
  .two-columns .et_pb_column {
    width: 22% !important;
    margin: 0 !important;
  }

  .two-columns .et_pb_column h3 {
    font-size: 18px;
  }

  .two-columns {
    display: flex !important;
    justify-content: space-around;
  }
}

@media (max-width:620px) {
  .et_pb_section #type-inicio.two-columns .et_pb_column {
    width: 44% !important;
    margin: 10px !important;
  }

  .two-columns .et_pb_column h3 {
    font-size: 18px;
  }

  .two-columns {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }

  .et-db #et-boc #type-inicio .et_pb_column .et_pb_module {
    margin-bottom: 6px !important;
  }
}

#proyectos-inicio .proyecto p {
  /* background-color: #ffe237; */
  background-color: #ff7100a8;
  font-size: 1.1em;
  width: 100%;
  text-align: center !important;
  padding: 4px !important;
  font-weight: bold !important;
}

.modal {
  position: relative;
}

@media (max-width:970px) {
  #banner {
    height: 80vw;
  }
}

@media (max-width:760px) {
  /*
  .modal {
    top: 0 !important;
    width: 100%;
  }
  */

  .estrecho {
    width: 95% !important;
  }

  div#servicio-title #type-inicio {
    display: none;
  }

  .carousel-date {
    position: unset !important;
    text-align: center !important;
    margin: auto !important;
    padding: 25px 0px 3px 0px;
  }

  .carousel-date h2 {
    text-transform: uppercase;
    padding: 0px !important;
    margin: 0px !important;
    text-align: center !important;
    margin: auto !important;
  }

  .slick-slide img {
    display: block;
    text-align: center;
    margin: auto;
    width: 100% !important;
  }

  .carousel-boton img {
    width: 5% !important;
  }

  .carousel-boton .left {
    position: relative !important;
    left: 18px !important;
  }

  .carousel-boton .right {
    position: relative !important;
    right: 18px !important;
    left: 0px !important;
  }

  .carousel-date h2:before {
    background-image: none !important;
  }

  #formcontac .et_pb_column #date-contacto {
    background: #ecedef !important;
    display: flex;
    justify-content: center;
    padding: 80px 0px;
    height: 60vh;
  }

  #formcontac .et_pb_column #form_contacto {
    background: #019cca !important;
    display: flex !important;
    justify-content: center;
    padding: 60px 0px 30px 0px;
    height: 70vh;
  }

  #form_inicio h2:before {
    content: "";
    height: 53px;
    width: 27px;
    left: -44px;
    bottom: 3px;
    background-image: url(../../uploads/2019/02/poliraya-contactenos.png);
    position: absolute;
  }

  .banner-fijo {
    position: absolute !important;
    width: 400px;
    right: 6%;
    bottom: 10%;
    text-align: right !important;
  }

  #type-service {
    background: #019cca !important;
    color: white !important;
    margin-top: 0px !important;
    padding: 0px !important;
  }

  .carousel-boton {
    position: absolute !important;
    top: 85px !important;
    width: 100% !important;
    display: none !important;
  }

  .page-id-6 .fondo-alto {
    background-size: none !important;
  }

  #type-service .et_pb_column .et_pb_module h3.active:hover {
    background: #ecedef !important;
    color: black !important;
  }

  div#form_inicio {
    width: 80%;
  }

  .et-db #et-boc .et_pb_contact_field_0,
  .et-db #et-boc .et_pb_contact_field_2,
  .et-db #et-boc .et_pb_contact_field_3 {
    max-width: 100% !important;
  }

  .et-db #et-boc .et_pb_contact p input,
  .et-db #et-boc .et_pb_contact p textarea {
    font-size: 20px !important;
  }


  .et-db #et-boc .et_pb_contact_form {
    margin-left: 0px !important;
  }

  .et-db #et-boc .et_pb_contact .et_pb_contact_field_half {
    width: 100% !important;
    float: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  #form_inicio {
    padding: 20px !important;
    width: 100%;
    margin: auto !important;
  }

  .et_pb_contact_field_0,
  .et_pb_contact_field_2,
  .et_pb_contact_field_4 {
    padding-left: 0px !important;
  }

  p {
    font-size: 17px !important;
  }

  div#banner h1 {
    color: #fe7018;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
  }

  #banner .et_pb_code_inner {
    position: absolute !important;
    width: 250px;
    right: 3%;
    bottom: 6%;
    text-align: right !important;
  }

  div#banner p {
    text-align: right !important;
    font-size: 19px !important;
    line-height: 1.2;
    margin-bottom: 20px !important;
    color: #434142 !important;
  }



  #type-inicio .et_pb_column {
    display: flex;
    flex-wrap: wrap;
  }

  #type-inicio .et_pb_column .et_pb_text {
    width: 100%;
  }

  .et_pb_section {
    padding: 51px 0 !important;
  }

  .fondo-alto {
    margin-bottom: 0px !important;
  }

  .button,
  button,
  input[type="submit"] {
    display: inline-block;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 19px;
    font-weight: 500 !important;
    text-decoration: none;
    padding: 3px 15px 4px 15px !important;
    border: 0;
    background: #019cca !important;
    opacity: 1;
    color: white !important;
  }

  .header-part {
    margin-bottom: 30px;
  }

  .header-info p {
    color: #019cca;
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 0px !important;
  }

  h2 {
    font-size: 20px !important;
  }
}

@media (max-width:960px) {
  .footer-part {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }

  .footer-part1 {
    margin: 25px;
  }
}

@media (min-width:960px) {
  .footer-info {
    border-right: 4px solid #ecedef;
    padding-right: 35px;
    text-align: right;
  }

  .footer-redes {
    border-left: 4px solid #ecedef;
    padding-left: 35px;
  }
}

@media (max-width:880px) and (min-width:600px) {
  #proyectos-inicio .et_pb_row_3 .et_pb_module {
    margin: auto;
  }

  .header-info p {
    padding-left: 0px;
  }
}


/*SLICK SOLUTION*/
/* bootstrap hack: fix content width inside hidden tabs */

.slick-slide {
  height: 450px;
  overflow: hidden;
  z-index: -1;
  /* width: 460px; */
  position: relative;
  background-size: cover;
}

.slick-prev:before,
.slick-next:before {
  color: networking !important;
}

.slick-prev {
  margin-left: 40px;
}

.slick-next {
  margin-right: 40px;
}

.blocker {
  padding: 0px !important;
}

/*END SLICK SOLUTION*/

/* Custom styles for blog */

.blog #content {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.blog article {
	width: 80%;
	max-width: 1080px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 15px;
}

.blog article .entry-summary {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.blog article .entry-summary a {
	width: 35%;
	max-width: 450px;	
	min-width: 200px;
}

.blog article p {
	font-size: 16px;
	flex: 1;
	padding-right: 15px !important;
	padding-left: 15px !important;
}

/* end of custom styles for blog */
