@charset "UTF-8";
/*
Theme Name: EPDS
Theme URI: www.epds.com
Author: Daniela Cortés
Author URI: http://www.danycortes.com/
Description: Templete generado exclusivamente para el uso interno de Enginereed Packaging Design Solutions (EPDS)
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: fotos, responsive
Text Domain: EPDS
*/
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: none;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover */
.ie6 html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/
/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {
  font: 13px Helmet, Freesans, sans-serif;
}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */
/* we like off-black for text */
body, select, input, textarea {
  color: #333;
}

a {
  color: #03f;
}

a:hover {
  color: #69f;
}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #00a8d8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #00a8d8;
  color: #fff;
  text-shadow: none;
}

/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #fcd700;
}

ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Print styles!
-------------------------------------------------------------------------------*/
/* Media queries!
-------------------------------------------------------------------------------*/
/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
::-moz-selection {
  background: #4A57D8;
  color: white;
  text-shadow: none;
}

::selection {
  background: #4A57D8;
  color: white;
  text-shadow: none;
}

body, html {
  height: 100%;
  position: relative;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: lighter;
  color: #1C2342;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  font-family: "Raleway", sans-serif;
}

.main-width {
  width: 980px;
  margin: 0 auto;
}

span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.main-header {
  align-items: center;
  background: #FFECC5;
  display: flex;
  padding: 20px 10% 20px 10%;
  width: 80%;
}
.main-header h1 {
  display: inline-block;
}
.main-header h1 a {
  background: url(assets/img/logo-epds.svg) no-repeat;
  display: block;
  height: 72px;
  text-indent: -9999px;
  width: 150px;
}
.main-header .hamburguer-menu {
  display: none;
}
.main-header nav {
  margin-left: auto;
}
.main-header nav ul {
  display: flex;
}
.main-header nav ul li {
  margin: 0 12px;
}
.main-header nav ul li a {
  color: #1C2342;
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
}
.main-header nav ul li.current_page_item a {
  color: #4A57D8;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .main-header {
    flex-wrap: wrap;
    padding: 20px 0 20px 0;
    width: 100%;
    position: relative;
  }
  .main-header h1 {
    margin: 0 auto 1rem auto;
  }
  .main-header .hamburguer-menu {
    display: initial;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .main-header nav {
    display: none;
    width: 100%;
  }
  .main-header nav ul {
    flex-wrap: wrap;
    text-align: center;
  }
  .main-header nav ul li {
    line-height: 3rem;
    width: 100%;
  }
}
.footer {
  align-items: center;
  background: #1C2342;
  display: flex;
  flex-wrap: wrap;
  padding: 2.75rem 10%;
}
.footer p {
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-align: left;
}
.footer .social-media {
  margin-left: auto;
}
.footer .social-media a {
  margin-left: 0.5rem;
}

.btn {
  border-radius: 0.25rem;
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1rem 2.25rem;
  transition: ease-in 0.25s;
}
.btn.main {
  background: #4A57D8;
}
.btn.main:hover {
  background: #2a38c5;
  color: white;
}
.btn.secondary {
  background: transparent;
  border: 2px solid white;
}
.btn.secondary:hover {
  background: white;
  color: #4A57D8;
}
.btn:hover {
  transition: ease-in 0.25s;
}

.service-card {
  background: white;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}
.service-card > div {
  padding: 1.25rem;
}
.service-card h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.service-card p {
  margin-bottom: 0.75rem;
}
.service-card a {
  display: inline-block;
}

.hero-image {
  align-items: self-start;
  background: url(assets/img/hero-image-home.svg) no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 400px;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 6rem;
  width: 80%;
}
.hero-image h2 {
  color: #1C2342;
  font-size: 3rem;
  font-family: "Raleway", sans-serif;
  width: 45%;
}
.hero-image.about-us img {
  border-radius: 12px;
  width: 48%;
}
.hero-image.services > div {
  width: 48%;
}
.hero-image.services h2 {
  margin-bottom: 0.75rem;
  width: 100%;
  font-size: 2.7rem;
}
.hero-image.services p {
  max-width: 600px;
  text-align: left;
}
.hero-image.services img {
  width: 48%;
  border-radius: 12px;
}
.hero-image.contact h2 {
  margin-bottom: 0.75rem;
}
.hero-image.contact img {
  width: 48%;
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  .hero-image {
    min-height: 420px;
  }
  .hero-image h2 {
    font-size: 2.25rem;
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .hero-image {
    min-height: 340px;
  }
  .hero-image h2 {
    font-size: 1.75rem;
  }
}
.badge {
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 4px 8px;
}
.badge.main {
  background-color: #bfc4f1;
  color: #4A57D8;
}

.section-benefits {
  background: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5rem 10% 7rem 10%;
  text-align: center;
}
.section-benefits .benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}
.section-benefits .benefit h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  margin-top: 1.25rem;
}
.section-benefits .benefit p {
  color: #5D5F66;
  margin-top: 1rem;
}

.section-products-summary {
  display: flex;
  flex-wrap: wrap;
  padding: 5rem 10% 7rem 10%;
}
.section-products-summary h2 {
  font-size: 3rem;
  margin-bottom: 3.75rem;
  width: 100%;
}
.section-products-summary .product {
  width: 23%;
  padding: 0 1%;
  text-align: center;
}
.section-products-summary .product .image {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 210px;
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}
.section-products-summary .product h3 {
  font-size: 1.25rem;
}
.section-products-summary .btn.main {
  margin: 0 auto;
  margin-top: 3.75rem;
}

.section-aboutus {
  background: #4A57D8;
  display: flex;
  padding: 7rem 10%;
}
.section-aboutus > div {
  width: 50%;
}
.section-aboutus .aboutus-info {
  color: white;
  padding-right: 3rem;
}
.section-aboutus .aboutus-info h2 {
  font-size: 2.5rem;
  margin-bottom: 1.75rem;
}
.section-aboutus .aboutus-info p {
  font-size: 1rem;
  margin-bottom: 2.25rem;
}

@media screen and (max-width: 768px) {
  .section-aboutus {
    flex-wrap: wrap;
    padding-left: 6%;
    padding-right: 6%;
  }
  .section-aboutus .aboutus-info {
    margin-bottom: 3rem;
    width: 100%;
    padding: 0;
  }
  .section-aboutus > div {
    width: 100%;
  }
  .section-aboutus > div img {
    width: 100%;
  }

  .section-benefits {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 480px) {
  .section-aboutus .aboutus-info h2, .section-benefits h2, .section-services .services-info h2 {
    font-size: 2rem;
  }

  .section-benefits .benefit {
    margin-bottom: 2rem;
    width: 100%;
  }
}
.section-mission {
  background: white;
  color: #232323;
  padding: 7rem 10%;
}
.section-mission .mission-info {
  display: flex;
  flex-wrap: wrap;
}
.section-mission .mission-info span {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  width: 100%;
}
.section-mission .mission-info h2 {
  font-size: 2.5rem;
  font-weight: 700;
  width: 50%;
}
.section-mission .mission-info p {
  font-size: 1rem;
  width: 50%;
}
.section-mission .mission-values {
  display: flex;
  margin-top: 6.25rem;
}
.section-mission .mission-values > div {
  background: white;
  border-radius: 0.25rem;
  box-shadow: 0px 0px 12px 0px rgba(54, 55, 59, 0.15);
  color: #1C2342;
  padding: 3.75rem 1.75rem;
  text-align: center;
  width: 33%;
  margin-right: 2%;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(54, 55, 59, 0.15);
  -moz-box-shadow: 0px 0px 12px 0px rgba(54, 55, 59, 0.15);
}
.section-mission .mission-values > div img {
  margin-bottom: 3rem;
}
.section-mission .mission-values > div h3 {
  margin-bottom: 1rem;
}
.section-mission .mission-values > div p {
  line-height: 1.75rem;
}
.section-mission .mission-values > div:last-child {
  margin-right: 0;
}

.section-history {
  background: #4A57D8;
  display: flex;
  padding: 7rem 10%;
}
.section-history > div {
  width: 50%;
}
.section-history .info {
  color: white;
  padding-right: 3rem;
}
.section-history .info h2 {
  font-size: 2.5rem;
  margin-bottom: 1.75rem;
}
.section-history .info p {
  margin-bottom: 1rem;
  line-height: 1.5rem;
}

@media screen and (max-width: 768px) {
  .section-mission {
    padding-left: 6%;
    padding-right: 6%;
  }
  .section-mission .mission-info h2 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .section-mission .mission-info p {
    margin-bottom: 3rem;
    width: 100%;
  }
  .section-mission .mission-values {
    flex-wrap: wrap;
  }
  .section-mission .mission-values > div {
    width: 39%;
    margin-bottom: 2rem;
  }

  .section-objectives {
    padding-left: 6%;
    padding-right: 6%;
    flex-wrap: wrap;
  }
  .section-objectives .objectives-info {
    width: 100%;
    margin-bottom: 2rem;
    padding: 0;
  }
  .section-objectives .objectives-info img {
    width: inherit;
  }
  .section-objectives > div {
    width: 100%;
  }
  .section-objectives > div img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .section-mission .mission-info h2, .section-objectives .objectives-info h2 {
    font-size: 2rem;
  }

  .section-mission .mission-values > div {
    width: 100%;
    margin-right: 0;
  }
}
.products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 10%;
  margin-top: 7rem;
}
.products-list .intro {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 28%;
  padding: 2.5rem 1.5rem;
}
.products-list .intro span {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  width: 100%;
}
.products-list .intro h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
.products-list .card {
  background: white;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
  padding: 2.5rem 1.5rem;
  width: 28%;
}
.products-list .card img {
  margin-bottom: 1.5rem;
}
.products-list .card h4 {
  font-size: 1.25rem;
  color: #1C2342;
  margin-bottom: 0.5rem;
  width: 100%;
}
.products-list .card .badge {
  margin-bottom: 1rem;
}
.products-list .card p {
  color: #1C2342;
}

.main-services-list .main-service {
  color: white;
  display: flex;
  flex-wrap: wrap;
}
.main-services-list .main-service .img-container {
  width: 40%;
}
.main-services-list .main-service .img-container img {
  height: 100%;
  width: 100%;
}
.main-services-list .main-service .service-info {
  width: 50%;
  padding: 3.75rem;
}
.main-services-list .main-service .service-info span {
  margin-bottom: 1.25rem;
}
.main-services-list .main-service .service-info h3 {
  align-items: center;
  display: flex;
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
}
.main-services-list .main-service .service-info h3 img {
  margin-right: 1rem;
}
.main-services-list .main-service .service-info p {
  line-height: 1.75rem;
}
.main-services-list > div:nth-child(odd) {
  background: #232323;
}
.main-services-list > div:nth-child(even) {
  background: #4A57D8;
}
.main-services-list > div:nth-child(even) .img-container {
  margin-left: auto;
}

.other-services {
  background: white;
  color: #1C2342;
  padding: 7rem 10%;
}
.other-services .mission-info {
  display: flex;
  flex-wrap: wrap;
}
.other-services .mission-info span {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  width: 100%;
}
.other-services .mission-info h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 6.25rem;
  width: 50%;
}
.other-services .mission-info p {
  font-size: 1rem;
  width: 50%;
}
.other-services .mission-values {
  display: flex;
}
.other-services .mission-values > div {
  background: white;
  border-radius: 0.25rem;
  color: #1C2342;
  padding: 3.75rem 1.75rem;
  text-align: center;
  width: 33%;
  margin-right: 2%;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}
.other-services .mission-values > div img {
  margin-bottom: 3rem;
}
.other-services .mission-values > div h3 {
  margin-bottom: 1rem;
}
.other-services .mission-values > div p {
  line-height: 1.75rem;
}
.other-services .mission-values > div:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .services-intro h2 {
    margin-bottom: 2rem;
    width: 100%;
  }
  .services-intro p {
    width: 100%;
  }

  .main-services-list .main-service .img-container {
    width: 100%;
  }
  .main-services-list .main-service .service-info {
    width: 100%;
  }

  .other-services .mission-info h2 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .other-services .mission-values {
    flex-wrap: wrap;
  }
  .other-services .mission-values > div {
    width: 38%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .services-intro h2, .main-services-list .main-service .service-info h3, .other-services .mission-info h2 {
    font-size: 2rem;
  }

  .main-services-list .main-service .service-info {
    padding-left: 6%;
    padding-right: 6%;
  }

  .other-services .mission-values > div {
    width: 100%;
    margin-right: 0;
  }
}
.contact-wrapper {
  background: #4A57D8;
}

.section-contact {
  background: #4A57D8;
  color: white;
  padding: 7rem 10%;
}
.section-contact .contact-titles {
  display: flex;
  flex-wrap: wrap;
}
.section-contact .contact-titles span {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  width: 100%;
}
.section-contact .contact-titles h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 6.25rem;
  width: 50%;
}
.section-contact .contact-form {
  display: flex;
}
.section-contact .contact-form .contact-info .info {
  margin-bottom: 2.5rem;
}
.section-contact .contact-form .contact-info .info h4 {
  margin-bottom: 1rem;
}
.section-contact .contact-form .wpcf7 {
  width: 60%;
}
.section-contact .contact-form form > p {
  margin-bottom: 1rem;
}
.section-contact .contact-form form > p label span {
  margin-top: 0.5rem;
  width: 80%;
}
.section-contact .contact-form form > p label span input, .section-contact .contact-form form > p label span textarea {
  border: 0;
  border-radius: 4px;
  font-size: 1rem;
  padding: 0.5rem;
  width: 100%;
}
.section-contact .contact-form form > p label span textarea {
  resize: none;
}
.section-contact .contact-form form > p label span .wpcf7-not-valid-tip {
  background-color: #ff9999;
  border-radius: 4px;
  color: #990000;
  font-size: 0.875rem;
  padding: 0.25rem;
  text-transform: initial;
  width: 101.5%;
}
.section-contact .contact-form form > p input[type=submit] {
  background-color: #1C2342;
  border: 0;
  border-radius: 4px;
  color: white;
  padding: 0.75rem 2rem;
}
.section-contact .contact-form form > p input[type=submit]:focus {
  outline: 0;
  border: 0;
}
.section-contact .contact-form form .wpcf7-response-output {
  background-color: #ffffcc;
  color: #666600;
  border-radius: 4px;
  border: 0;
  width: 50%;
  margin: 0;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .section-contact .contact-titles h2 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .section-contact .contact-form {
    flex-wrap: wrap;
  }
  .section-contact .contact-form .wpcf7 {
    width: 100%;
    margin-bottom: 3rem;
  }
  .section-contact .contact-form form > p label span {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section-contact .contact-titles h2 {
    font-size: 1.75rem;
  }

  .section-contact .contact-form form .wpcf7-response-output {
    width: 90%;
  }
}

/*# sourceMappingURL=style.css.map */
