/*
    Theme Name: CIPS
    Theme URI:
    Author: Conasi
    Author URI: https://www.conasi.es
    Description: Theme para CIPS
    Version: 1.0
    Requires PHP: 5.2.4
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: blog, one-column
    Text Domain: cips
 */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}



/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}



/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: #5e17eb;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* 000 */
/*@font-face {
  font-family: 'Margo Script';
  src: url("fonts/Margo-Script-Regular.ttf");
}*/

@font-face {
  font-family: 'Marisa';
  src: url("fonts/Marisa.otf");
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: "Poppins",Sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #3B3B3B;
}

p {
  margin-top: 0;
}

h1 {
  font-family: "Marisa", Sans-serif;
  font-size: 6rem;
  font-weight: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1em;
  letter-spacing: 0px;
}

h1.miservicio {
  font-family: "Marisa", Sans-serif;
  margin-top: 0;
  font-size: 5rem;
}

body.single-post h1 {
  font-size: 8rem;
  font-weight: bold;
  text-align: center;
}

div.home h1 {
  font-weight: bold;
  color: #fff;
  font-size: 4rem;
  text-shadow: 1px 1px 3px #111;
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 90rem;
}

div.home h1 span {
  font-family: "Marisa", Sans-serif;
  font-size: 9rem;
  font-weight: 700;
}
h2 { font-size: 4.8rem; }
h3 { font-size: 3.6rem; }
h4 { font-size: 2.4rem; }

div.home h2, div.home h3 {
  text-align: center;
}

h2.int:before {
  content: "?";
  display: inline-block;
  transform: rotate(180deg);
  padding-bottom: 0.5rem;
  padding-left: 0.2rem;
}

h2.int:after {
  content: "?";
}

h2.exc:before {
  content: "!";
  display: inline-block;
  transform: rotate(180deg);
  padding-bottom: 0.5rem;
  padding-left: 0.2rem;
}

h2.exc:after {
  content: "!";
}

div.home h2 {
  font-size: 4rem;
}

div.home p {
  text-align: center;
}
a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

main ol, main ul {
  padding-left: 1.5em;
}

main ul {
  list-style-type: disc;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 120rem;
  width: 95%;
  margin: 0 auto;
}

.container-78 {
  max-width: 78rem;
  width: 95%;
  margin: 0 auto;
}

.container-70 {
  max-width: 70rem;
  width: 95%;
  margin: 0 auto;
}

.container-full, .container-full-no-padding {
  max-width: 95%;
  width: 95%;
  margin: 0 auto;
}



.container-full-no-margin {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 3rem;
}


div.pre-header {
  background: #5e17eb;
  color: #fff;
  text-align: center;
  height: 45px;
  line-height: 45px;
}

div.pre-header a {
  color: #fff;
}

header {
  background: #fff;
  min-height: 27rem;
}

.center {
  text-align: center;
}

div.barra-navegacion {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

div.logo {
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 1rem 0;
}

/*nav.menu-principal {
display: none;
}*/

nav.menu-principal ul {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

nav.menu-principal ul li a {
  font-family: "Poppins", Sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1.2em;
  letter-spacing: 0.6px;
  color: #3B3B3B;
  text-transform: uppercase;
  padding: 1px 6px;
  transition: 0.3s;
}

nav.menu-principal ul li.current_page_item a, nav.menu-principal ul li a:hover {
  color: #3B3B3B;
}



div.microheader h1 {
  margin: 0;
  text-align: center;
  color: #fff;
}

div.microheader {
  position: relative;
}

div.microheader p {
color: #fff;
}

div.home div.microheader, div#servicios div.microheader, div#tarifas div.microheader, div#contacto div.microheader {
  background-image: url('img/eliminar1.jpeg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50rem;
  text-align: center;
  position: relative;
}

div#tarifas div.microheader {
  background-image: url('img/tarifas-psicologia.jpg');
}

div#contacto div.microheader {
  background-image: url('img/contacto-psicologia-cips.jpg');
}

div.suelta {
      margin: 1rem;
    margin-bottom: 3rem;
    background: #eee;
    padding: 0 0.5rem;
    text-align: left;
      min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;


}

div.suelta p {
  margin-bottom: 0;
  font-size: 60%;

}

div#servicios div.microheader {
  background-image: url('img/servicios-psicologia.jpg');
}

div.home div.microheader {
  background-image: url('img/cips-consultoria-de-interncion-psicosocial.jpg');
  min-height: 65vh;
  max-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.microtit {


  padding: 3rem;
 background-color: rgba(94,23,235,.8);
  text-align: center;
}

div.microtithome {

}

div.microtit span {
  text-transform: uppercase;
  font-family: "Poppins", Sans-serif;
  text-align: center;
}

h2 {
  color: #3B3B3B;
  font-family: "Marisa", Sans-serif;
  font-size: 5.2rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1;
}

body.single-post h2 {
  font-family: "Poppins", Sans-serif;
  font-size: 4.2rem;
}

body.page-id-10 h2 {
  font-size: 3rem;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 2rem;
  color: #5e17eb;
  min-height: 6rem;
 /* display: flex;
  justify-content: center;align-items: center;*/
  max-width: 93rem;
  display: block;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

h3 {
  font-family: "Marisa", Sans-serif;
}

.margo {
  font-family: "Marisa", Sans-serif;
  font-size: 32px;
  font-weight: normal;
  text-transform: none;
  font-style: normal;
  line-height: 1em;
  letter-spacing: 0px;
}

p {
  color: #3B3B3B;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.6px;
}

main {
  padding-bottom: 4rem;
}

div.container-footer {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr;
}
footer h3, footer h4 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}

nav.menu-footer li {
  margin-bottom: 0;
}

footer h3 {
  font-size: 2rem;
}

footer li {
  margin-bottom: 2rem;
  overflow: hidden;
}

div.ultart img {
  float: left;
  margin-right: 2rem;
  width: unset;
  height: auto;
}

body.home main {
  padding-bottom: 0;
}

body.page-id-10 main {
  padding-bottom: 0;
}

body.page-id-10 button {
  font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 1px;
    fill: #555555;
    color: #555555;
    background-color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #fff;
    border-radius: 0px 0px 0px 0px;
    padding: 13px 68px 13px 68px;
    cursor: pointer;
}

div.home section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

section.nuestros-servicios, section.que-es, section.como-trabajamos {
  background: #fff;
}

section.como-trabajamos > div, section.nuestros-servicios > div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

section.como-trabajamos > div > div, section.nuestros-servicios > div > div {
  flex: 1;
  margin: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

section.experiencia {
  margin-top: 0;
  background-image: url(img/historia-psicologia-cips.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50rem;
  /*text-align: center;*/
  position: relative;
}

section.experiencia h2, section.experiencia p {
  color: #fff;
}

section.experiencia p {
text-align: left;
}

div.miex {
  display: grid;
  grid-gap: 3rem;
}

button {
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 1px;
  fill: #555555;
  color: #555555;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #555555;
  border-radius: 0px 0px 0px 0px;
  padding: 13px 68px 13px 68px;
  cursor: pointer;
}

a:hover button {
  background: #3B3B3B;
  color: #fff;
}


section.diferencia, section#opiniones {
  background: #F9F9F9;
  margin-bottom: 0;
}


main.content-sidebar {
  display: flex;
  justify-content: space-between;
}

form.wpcf7-form input, form.wpcf7-form textarea, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #bcc3c8;
  border-radius: 6px;
  padding: 8px 6px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #bcc3c8;
  border-radius: 6px;
  width: 100%;
  padding: 8px 6px;
}

.select2-container--default .select2-selection--single {
  background: #f4f4f4;
  border: 1px solid #bcc3c8;

}

ul.listado-articulos {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}

ul.listado-articulos  li {
  border: 1px solid transparent;
  box-shadow: 0 2px 8px 0 rgb(59 57 55 / 20%);
  background: #F9F9F9;
  list-style: none;
  transition: 0.3s;

}

ul.listado-articulos  li:hover {
  background: #eeeeee;
}

ul.listado-articulos li h2 {
  margin: 0;
}

ul.listado-articulos li h2, ul.listado-articulos li p {
  padding: 1rem;
}



.slicknav_menu {
  background: #5e17eb;
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 999;
    width: 100%;
    position: relative;
    height: auto;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #5e17eb;
}

.slicknav_btn {
  background-color: #ffffff;
}

.slicknav_nav a {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.slicknav_nav a:hover {
  background: transparent;
}

.slicknav_btn {
  margin: 2rem 0;
  padding: 1.5rem;
}

/* TARIFAS */

div.mistarifas {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

div.nuestros-servicios {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 6rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

div.mistarifas h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 1;
  text-align: center;
}

div.mistarifas > div {
  border: 1px solid transparent;
  box-shadow: 0 2px 8px 0 rgb(59 57 55 / 20%);
  padding: 1rem;
}

div.tarifa-header {
  padding: 0 1rem;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 10rem;
  margin-bottom: 1rem;
}

div.tarifa-can {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}

aside h3 {
  font-size: 2.2rem;
  font-family: "Marisa", Sans-serif;
  line-height: 1.1;
}

/* section#empresas {
 display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5rem;
  padding: 6rem 0;
  background: #F9F9F9;
}

section#empresas > div {
  padding: 0 3rem;
}*/

div.disfrutar, div.disfrutar h2, div.disfrutar p {
  text-align: center;
}

div.disfrutar {
background: #5e17eb;
color: #fff;
}

div.disfrutar p, div.disfrutar h2  {
color: #fff;
}

div.micontacto {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4rem;
  margin-top: 3rem;
  margin-bottpm: 3rem;
}

div.habla {
  background: #F9F9F9;
    padding: 1rem;
  display: flex;
  justify-content: center;

  flex-direction: column;
  margin-bottom: 2rem;

}

div.habla h2 {
  margin: 0;
  padding: 1rem 0 0;
  margin-bottom: 2rem;
  text-align: center;
}

div.habla p {
font-weight: bold;
}

div.habla label {
      width: 15rem;
    display: inline-block;
    text-align: right;
    font-weight: normal;
}

div.horario {
  padding: 1rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px dashed #eee;

  }

  div.horario h3  {
    padding: 0;
    margin: 0;
        margin-bottom: 1rem;
  }



/* WOOCOMMERCE */

.woocommerce div.product .stock, .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price  {
  color: #5e17eb;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background:  #5e17eb;
}
ul.products.columns-5 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}
.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
  border: 1px solid transparent;
  box-shadow: 0 2px 8px 0 rgb(59 57 55 / 20%);
  background: #F9F9F9;

  transition: 0.3s;
  min-height: 40rem;
  width: 100%;
}

.woocommerce .products ul li, .woocommerce ul.products li {

    margin-left: 3rem;
}

.woocommerce .products ul.info {
  padding: 1rem;
  min-height: 17rem;

}

.woocommerce .products ul.info-sesion {
  padding: 1rem;
  min-height: 8rem;

}

div.info {
  min-height: 5rem;
  margin: 1rem;
  text-align: center;

}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  min-height: 12rem;
  display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -12.5rem;
    background-color: rgba(94,23,235,.8);
    color: #fff;
    left: 0;
    right: 0;
    position: relative;
}

.woocommerce .products ul.info li, .woocommerce .products ul.info-sesion li {
  list-style: disc !important;
  }

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
  content: " ";
  display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
  padding: 1rem;
  font-weight: 700;
  font-size: 2.5rem;
  min-height: 10rem;
}

h2.woocommerce-loop-product__title {
  min-height: 12rem;
}

ul.products.columns-5 form {
  padding: 1rem;
  }

span.woocommerce-Price-amount.amount {
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  min-height: 10rem;
}

.woocommerce ul.products li.product .button {
  margin-top: 1rem;
  display: block;
  margin: 2rem auto;
  overflow: hidden;
  width: 90%;
  text-align: center;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #5e17eb;
}

span.price {
  text-align: center;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}
div.container div#tarifas, div.container div#contacto {
  display: none;
}

 div.woocommerce.columns-5 {
  margin: 3rem;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: unset;
  margin: 0 0 0 0;
}

.woocommerce img, .woocommerce-page img {
  width: 100%;
}

div.nuestros-servicios img, div.empresas-img img {
   width: 100%;
}

div.misprecios {
  margin: 1rem;
  margin-bottom: 3rem;
  background: #eee;
  border-bottom: 1px solid #ddd;
}

div.misprecios p {
  margin-bottom: 0;
  font-weight: bold;
  color: #5e17eb;
  font-size: 1.5rem;
  text-align: center;

}

div.misprecios label {
    margin-right: 1rem;
    text-transform: uppercase;
    color: #3B3B3B;
    font-weight: normal;
    }

table.variations tr {
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 4rem;
}

table.variations label {
  color: #5e17eb;
  font-weight: bold;
}

.woocommerce ul.products li.product .button {
  background: #5e17eb;
  color: #fff;
}



input[name="slider-select-element"] {
    display: none;
}

#slider-arrows {
    margin: -10% auto 0 auto;
    width: 80%;
}

#slider-box {
    -moz-animation: autoSlider 15s infinite linear;
    -o-animation: autoSlider 15s infinite linear;
    -webkit-animation: autoSlider 15s infinite linear;
    animation: autoSlider 15s infinite linear;

    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;

    height: 100%;
    width: 300%;
}

#slider-container {
    height: 20%;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    width: 80%;
}

div#slider-box p, div#slider-box h3 {
  text-align: center;
}

div.slider-element article {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 60rem;
  margin: 0 auto;

}

.slider-element {
    float: left;
    width: 33.333%;
}

@-moz-keyframes autoSlider {
    0% {
        margin-left: 0;
    }

    30% {
        margin-left: 0;
    }

    35% {
        margin-left: -100%;
    }

    65% {
        margin-left: -100%;
    }

    70% {
        margin-left: -200%;
    }

    95% {
        margin-left: -200%;
    }

    100% {
        margin-left: 0;
    }
}

@-webkit-keyframes autoSlider {
    0% {
        margin-left: 0;
    }

    30% {
        margin-left: 0;
    }

    35% {
        margin-left: -100%;
    }

    65% {
        margin-left: -100%;
    }

    70% {
        margin-left: -200%;
    }

    95% {
        margin-left: -200%;
    }

    100% {
        margin-left: 0;
    }
}

@keyframes autoSlider {
    0% {
        margin-left: 0;
    }

    30% {
        margin-left: 0;
    }

    35% {
        margin-left: -100%;
    }

    65% {
        margin-left: -100%;
    }

    70% {
        margin-left: -200%;
    }

    95% {
        margin-left: -200%;
    }

    100% {
        margin-left: 0;
    }
}

div.slider-element article div {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
}


p.stock.available-on-backorder {
  text-align: center;
}

  footer.site-footer {
  background: #3B3B3B;
  color: #fff;
  min-height: 50vh;
  padding: 2rem 0;
}

footer.site-footer a, footer p {
  color: #fff;
}

footer.site-footer a:hover {
  text-decoration: underline;
}

table.variations {
  display: flex;
  justify-content: center;
  align-items: center;
}

select#pa_sesiones {
  width: 100%;
  padding-left: 1rem;
}

a.reset_variations {
float: right;
}

div.home section {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

div.empresas-text {
  padding-top: 4rem;
  padding-bottom: 4rem;
}



nav.menu-principal ul li.current_page_item a, nav.menu-principal ul li a:hover {
  color: #5e17eb;
}


/*Strip the ul of padding and list styling*/
nav.menu-principal ul {
 /* list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  z-index: 9999;*/

}

nav.menu-principal ul li a {
  font-size: 22px;
  font-weight: bold;
  padding: 1rem;
}

/*Create a horizontal list with spacing*/
nav.menu-principal li {
  display:inline-block;
  float: left;
}
/*Style for menu links*/
nav.menu-principal li a {
  display:block;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-left: 1rem;
}
/*Hover state for top level links*/
nav.menu-principal li:hover a {
 /* background: #7ae6d9;*/
}
/*Style for dropdown links*/
nav.menu-principal li:hover ul a {
 /* background: #f3f3f3;
  color: #2f3036;
  height: 40px;
  line-height: 40px;*/
}
/*Hover state for dropdown links*/
nav.menu-principal li:hover ul a:hover {
  background: #5e17eb;
  color: #fff;
}
/*Hide dropdown links until they are needed*/
nav.menu-principal li ul {
  display: none;
}
/*Make dropdown links vertical*/
nav.menu-principal li ul li {
  display: block;
  float: none;
}
/*Prevent text wrapping*/
nav.menu-principal li ul li a {
  width: auto;
  min-width: 100px;
  padding: 0 20px;
}
/*Display the dropdown on hover*/
nav.menu-principal  li a:hover + .hidden, nav.menu-principal .hidden:hover {
  display: block;
}
/*Style 'show menu' label button and hide it by default*/
nav.menu-principal .show-menu {
  text-decoration: none;
  color: #fff;
  background: #5e17eb;
  text-align: center;
  padding: 0;
  height: 3.5rem;
  line-height: 3.5rem;
  font-weight: 700;
  display: none;
  text-transform: uppercase;
}


/*Hide checkbox*/
nav.menu-principal input[type=checkbox]{
  display: none;
}
/*Show menu when invisible checkbox is checked*/
nav.menu-principal input[type=checkbox]:checked ~ #menu-menu-1{
  display: block;
  margin-top: 0;
}
/*Responsive Styles*/
@media screen and (max-width : 768px){
  /*Make dropdown links appear inline*/
  nav.menu-principal ul {
    position: static;
    display: none;
  }
  /*Create vertical spacing*/
  nav.menu-principal li {
  }
  /*Make all menu links full width*/
  nav.menu-principal ul li, nav.menu-principal li a {
    width: 100%;

  }



  nav.menu-principal {
    background: #fdfdfd;
    z-index: 999;
    margin-bottom: 1rem;
  }
  /*Display 'show menu' link*/
  nav.menu-principal .show-menu {
    display:block;
  }




}







/* Larger than mobile 111 */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {

  h1 {
  font-size: 6rem;
}



  div.home h1 {
  font-size: 7rem;
}

  div.home h1 span {
  font-size: 12rem;
}

  div.home h2 {
  font-size: 5.2rem;
}

div.misprecios p {
  font-size: 1.8rem;

}

}

@media (min-width: 600px) {
  ul.products.columns-5 {
  grid-template-columns: 1fr 1fr;
}

}

/* Larger than tablet 222 */
@media (min-width: 768px) {
  nav.menu-principal {
    display: flex;
    justify-content: center;
  }

  div.home h1 span {
  font-size: 15rem;
}

h1 {
  font-size: 12rem;
}

div.empresas-in {
    display: flex;
}

div.empresas-in > div {

}

div.empresas-in > div img {
    width: 100%;
    height: auto;

}

div.empresas-text {
  padding: 4rem;
  flex: 2;
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


div.empresas-img {
  flex: 3;
  line-height: 0;
}
  div.micontacto {
    grid-template-columns: 1fr 1fr;
  }

  div.slider-element article div {
  grid-template-columns: 1fr 1fr 1fr;
}

  nav.menu-principal ul li a {
  font-family: "Poppins", Sans-serif;
  margin: 0 4rem;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  font-style: normal;
  line-height: 1.2em;
  letter-spacing: 0.6px;
  color: #3B3B3B;
  border: 2px solid transparent;
  text-transform: uppercase;
  padding: 1px 6px;
  transition: 0.3s;
}

nav.menu-principal ul li.current_page_item a, nav.menu-principal ul li a:hover {
  color: #3B3B3B;
  border: 2px solid #5e17eb;
}

  aside {
    margin-left: 3rem;
  }



  ul.products.columns-5 {
  grid-template-columns: 1fr 1fr;
}
/* section#empresas {
  grid-template-columns: 1fr 1fr;
}*/

  div.nuestros-servicios {
    grid-template-columns: 1fr 1fr 1fr;
  }

  section.como-trabajamos > div, section.nuestros-servicios > div {
  flex-direction: row;
}

  div.container-footer {
    display: grid;
    grid-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }



  ul.listado-articulos {
  grid-template-columns: 1fr 1fr 1fr;
}


form.wpcf7-form input, form.wpcf7-form textarea, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  max-width: 50rem;
}

div.miex {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: 1fr 1fr;
}

.container-full-no-padding {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

}

/* Larger than desktop */
@media (min-width: 1000px) {
  div.microtit {

  position: absolute;
  right: 0;
  width: 50%;
  padding: 3rem;
  top: -2rem;
  background-color: rgba(94,23,235,.8);
  text-align: center;
}

  ul.products.columns-5 {
  grid-template-columns: 1fr 1fr 1fr;
}

div.habla label {
      width: 30rem;
}


div.miex {
  grid-gap: 10rem;
}

}

/* Larger than Desktop HD 333 */
@media (min-width: 1200px) {
ul.products.columns-5 {
    ul.products.columns-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

}


@media (min-width: 1400px) {
ul.products.columns-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (min-width: 1600px) {
ul.products.columns-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}



}
