/*!
Theme Name: Rilab
Author: Kite Studios
Author URI: https://kite-studios.io/
Description: This theme should be used exclusively by Rilab (rilab.com.mx)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rilab
*/
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans");
a {
  text-decoration: none;
  color: black;
}
a:active {
  color: black;
}
a:link {
  color: black;
}
a:visited {
  color: black;
}

body {
  margin: 0;
  font-family: "Nunito Sans", "Myriad Pro", "Hevlvetica", "Arial", sans-serif;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

div {
  margin: 0.5em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: lighter;
  margin: 0.2em;
}

p {
  text-align: justify;
  margin: 1em 2em;
}

.copyright {
  margin: 1em;
  color: #7B3281;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.copyright p {
  margin: 0 0 0.2em;
}

.footer {
  color: #7B3281;
  display: flex;
  margin: 4em auto 0;
  justify-content: space-around;
  align-items: center;
  padding: 2em 0;
}
@media only screen and (max-width: 1023px) {
  .footer {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  .footer {
    flex-direction: row;
  }
}

.footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-links-section {
  display: flex;
  flex-direction: column;
  margin: 0 1em 1em;
}

.footer-links-subitem {
  margin-left: 1em;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: 2em 0 2em;
}
.header li {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
}
@media only screen and (min-width: 1472px) {
  .header {
    width: 60vw;
    margin: 2em auto 2em;
  }
}

.header-brand {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
}
.header-brand h1, .header-brand p {
  margin: 0;
  padding: 0;
}

.header-line {
  height: 4px;
  margin-top: 1em;
}
@media only screen and (max-width: 1023px) {
  .header-line {
    width: 50vw;
  }
}
@media only screen and (min-width: 1024px) {
  .header-line {
    width: 60vw;
  }
}
@media only screen and (min-width: 1472px) {
  .header-line {
    width: 60vw;
  }
}

.link-header {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0.5em;
}

.header-icon {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .header-icon {
    width: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .header-icon {
    width: 35px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-icon {
    width: 40px;
  }
}

.header-icon-mail {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .header-icon-mail {
    width: 38px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .header-icon-mail {
    width: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-icon-mail {
    width: 50px;
  }
}

.header-links {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.header-right {
  display: flex;
  flex-direction: column;
}

.productos {
  width: 100%;
}

.active {
  background: #00933B;
}

.arrow {
  cursor: pointer;
  height: 1.5em;
  margin: 0 0 0 1em;
  transition: all ease 0.5s;
  width: 1.5em;
}

.arrow-active {
  transform: rotate(90deg);
}

.arrow-spacer {
  cursor: pointer;
  height: 1.5em;
  margin: 0;
  transition: all ease 0.5s;
  width: 1.5em;
}

.sidebar {
  background: #7B3281;
  color: white;
  min-height: 50vh;
  overflow-x: hidden;
}
.sidebar a {
  color: white;
}
.sidebar a:active {
  color: white;
}
.sidebar a:link {
  color: white;
}
.sidebar a:visited {
  color: white;
}
@media only screen and (max-width: 1023px) {
  .sidebar {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .sidebar {
    margin-left: 1em;
    width: 20vw;
  }
}
@media only screen and (min-width: 1472px) {
  .sidebar {
    width: 15vw;
  }
}

.sidebar-header {
  padding: 0.4em;
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
}
.sidebar-header:hover {
  background: #00933B;
}

.sidebar-element {
  padding: 0.2em;
  margin-left: 2em;
}
.sidebar-element:hover {
  background: #00933B;
}

.sidebar-links {
  padding: 0.2em 0;
  display: none;
  flex-direction: column;
  transition: all ease 0.5s;
}

.burger {
  color: white;
  width: 2em;
  height: 1.8em;
  margin: 0.3em 0.6em;
  z-index: 100;
}
.burger input:checked {
  transform: none;
}
.burger input:checked ~ div {
  transform: translateY(100%);
}
.burger input:checked ~ span {
  background: white;
}
.burger input:checked ~ span:nth-child(2) {
  transform: translateY(-500%) rotate(45deg);
}
.burger input:checked ~ span:nth-child(4) {
  transform: translateY(-920%) rotate(-45deg);
}
.burger input:checked ~ span:nth-child(3) {
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .burger {
    display: none;
  }
}
.burger a {
  color: white;
}
.burger a:active {
  color: white;
}
.burger a:link {
  color: white;
}
.burger a:visited {
  color: white;
}

.burger-item {
  margin: 0.6em 2em;
}

.burger-sub-menu-container {
  display: flex;
  flex-direction: column;
  margin: 0.4em 0.5em;
  justify-content: center;
  align-items: center;
}

.burger-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 110vh;
  overflow: hidden;
  transition: all ease 1s;
  margin: 0;
  padding: 0;
}

.burger-menu {
  overflow-y: scroll;
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;
  height: 105vh;
  width: 200vw;
  background: #7B3281;
  z-index: 100;
  transition: all ease 1s;
}
.burger-menu .burger-menu-item {
  margin-left: 2em;
  padding: 0.1em;
}
.burger-menu .burger-menu-spacer {
  height: 10em;
}
.burger-menu .burger-social {
  margin-top: 1em;
  display: flex;
  justify-content: center;
}
.burger-menu .burger-social .burger-social-item {
  font-size: 1em;
  padding: 0.3em;
}
.burger-menu div {
  margin: 0.1em 0;
}

.mobile-burger {
  position: fixed;
  top: 10px;
  right: 10px;
}

.mobile-menu {
  background: #7B3281;
  color: white;
  width: 100vw;
  height: 100vh;
}
.mobile-menu a {
  color: white;
}
.mobile-menu a:active {
  color: white;
}
.mobile-menu a:link {
  color: white;
}
.mobile-menu a:visited {
  color: white;
}
@media only screen and (max-width: 1023px) {
  .mobile-menu {
    margin-left: 1em;
    width: 20vw;
  }
}
@media only screen and (min-width: 1024px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-menu-header-container {
  align-items: center;
  color: white;
  display: flex;
  flex-direction: row;
}

.mobile-menu-header {
  margin-left: 1em;
  padding: 0.2em;
  font-size: 1.2em;
  font-weight: 400;
  width: 10em;
}

.mobile-submenu-header {
  margin-left: 3em;
  padding: 0.2em;
  font-size: 1em;
  font-weight: 400;
  width: 10em;
}

.mobile-menu-element {
  padding: 0.2em;
  margin-left: 3em;
}
.mobile-menu-element:hover {
  background: #00933B;
}

.mobile-menu-links {
  display: flex;
  flex-direction: column;
}

.mobile-menu-section {
  display: flex;
  flex-direction: column;
  margin-left: 1em;
}

.mobile-menu-icon {
  font-size: 1.4em;
}

.mobile-menu-bars {
  font-size: 2em;
  color: #7B3281;
}

.mobile-menu-cross {
  position: fixed;
  z-index: 110;
  top: 2em;
  right: 2em;
  font-size: 2em;
  color: white;
}

.mobile-menu-back {
  position: absolute;
  z-index: 110;
  top: 2em;
  left: 103vw;
  font-size: 2em;
  color: white;
}

.mobile-menu-submenu {
  position: absolute;
  top: 20vh;
  left: 100vw;
}

.metabox-button {
  padding: 0.5em;
  background: whitesmoke;
  border-radius: 3px;
  border: 1px solid dimgrey;
  cursor: pointer;
}
.metabox-button:hover {
  background: lightgrey;
}

.metabox-modal {
  position: fixed;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}

.metabox-toast {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  color: white;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  justify-content: center;
  left: 50vw;
  max-width: 80vw;
  padding: 0.2em;
  position: fixed;
  text-align: center;
  top: 50vh;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.metabox-section {
  display: flex;
  flex-direction: column;
}

.metabox-modal-close {
  color: white;
  font-size: 2em;
  position: fixed;
  top: 2em;
  right: 2em;
}

.modal-main {
  background: whitesmoke;
  width: 70vw;
  height: 90vh;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .modal-main {
    width: 90vw;
  }
}

.modal-display-area {
  overflow-y: scroll;
  height: 80%;
}

.modal-image-box {
  position: relative;
  margin: 1em;
  width: 10em;
  height: 7em;
  border: 0.5px solid dimgrey;
  cursor: pointer;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.modal-loading {
  border: 0.5px solid dimgrey;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  position: relative;
  margin: 1em;
  width: 10em;
  height: 7em;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}

.modal-load-more {
  background: dodgerblue;
  border-radius: 10px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  position: relative;
  margin: 1em;
  width: 10em;
  height: 7em;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}

.modal-media-container {
  padding: 0.5em 1em;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 80%;
  overflow-y: scroll;
}

.modal-media-checked {
  color: dodgerblue;
  font-size: 2em;
  position: absolute;
  top: -0.5em;
  right: 0;
  border: 4px solid white;
  background: white;
  border-radius: 3px;
}

.modal-button-container {
  display: flex;
  flex-direction: row-reverse;
  margin: 1em;
  width: 90%;
}

.carousel {
  position: relative;
  display: flex;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .carousel {
    width: 90vw;
    height: 80vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .carousel {
    width: 90vw;
    height: 80vh;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel {
    width: 60vw;
    height: 80vh;
  }
}

.carousel-container {
  display: flex;
  flex-wrap: nowrap;
  transition: all ease 1s;
  overflow-x: visible;
  height: 99%;
}
@media only screen and (max-width: 768px) {
  .carousel-container {
    width: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .carousel-container {
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel-container {
    width: auto;
  }
}

.carousel-dot-container {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 50%;
  padding: 0.2em;
  position: absolute;
  transform: translateX(-50%);
  width: auto;
  z-index: 1;
}
.carousel-dot-container .active {
  background: rgba(255, 255, 255, 0.5);
}

.carousel-dot {
  display: block;
  height: 0.6em;
  width: 0.6em;
  margin: 0.2em;
  border-radius: 50%;
  background: none;
  border: white 1px solid;
  z-index: 2;
}

.carousel-text {
  overflow: hidden;
  white-space: nowrap;
  margin: 1.5em;
  width: 100%;
  height: 100%;
}

.carousel-item {
  display: flex;
  flex-direction: column-reverse;
  color: whitesmoke;
  overflow-y: hidden;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .carousel-item {
    width: 90vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1023px) {
  .carousel-item {
    width: 90vw;
  }
}
@media only screen and (min-width: 1024px) {
  .carousel-item {
    width: 60vw;
  }
}
.carousel-item .slogan {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  font-size: 1.2em;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8));
}

@keyframes loading-animation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.rilab-column {
  display: flex;
  flex-direction: column;
}

.column-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.content {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .content {
    width: 90vw;
  }
}
@media only screen and (min-width: 1024px) {
  .content {
    width: 60vw;
  }
}
@media only screen and (min-width: 1472px) {
  .content {
    width: 60vw;
  }
}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}

.gallery-image {
  width: 150px;
  height: 100px;
  margin: 0 1.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.green {
  color: #00933B;
}

.green-background {
  background: #00933B;
}

.loading {
  animation: loading-animation 2s linear infinite;
  height: 2em;
  width: 2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.logo {
  height: auto;
  width: 20vw;
}
@media only screen and (max-width: 768px) {
  .logo {
    width: 30vw;
  }
}

.purple {
  color: #7B3281;
}

.purple-background {
  background: #7B3281;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.site-body {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  min-height: 60vh;
}
@media only screen and (max-width: 1023px) {
  .site-body {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1472px) {
  .site-body {
    width: 60vw;
    margin: 0 auto;
  }
}

.site-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .site-content {
    margin: 1em auto;
    width: 100vw;
  }
}
@media only screen and (min-width: 1024px) {
  .site-content {
    width: 70vw;
  }
}

.social-media {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 1.5em;
  flex-wrap: wrap;
}

.social-media-icon {
  margin: 0 0.2em;
  color: #7B3281;
  font-size: 2em;
}
.social-media-icon:active {
  color: #7B3281;
}
.social-media-icon:link {
  color: #7B3281;
}
.social-media-icon:visited {
  color: #7B3281;
}

.newsletter {
  margin: 1em;
  color: #00933B;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.newsletter p {
  margin: 0 0 0.2em;
  text-align: left;
}

.newsletter-input {
  width: 20em;
  height: 1.8em;
  border-radius: 3px;
}

.newsletter-button {
  color: white;
  border-radius: 3px;
  background: #00933B;
  padding: 0.3em;
  font-size: 0.7em;
  font-weight: normal;
  height: 1.4em;
  margin: 0.5em 0;
  width: 6em;
  cursor: pointer;
}

.tnp-email {
  border: 4px solid #7B3281 !important;
  border-radius: 50px !important;
  height: 3.5em !important;
}

.tnp-submit {
  border: 4px solid #7B3281 !important;
  border-radius: 50% !important;
  background-color: #7B3281 !important;
  color: white !important;
  padding: 0.5em !important;
  width: 3.5em !important;
  height: 3.5em !important;
  overflow-x: hidden !important;
  text-align: center !important;
  margin-left: 0.5em !important;
}

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