@charset "UTF-8";
/*Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&family=Sacramento&family=Special+Elite&display=swap");
/*Colors*/
/*principal*/
/*Estructura General*/
/*@import 'main';*/
body main, body main section, body main article, header nav, #ShampooLavender .bigtile, #ShampooOatmeal .bigtile, #ShampooHoney .bigtile, #ShampooLavender .description .descimg, #ShampooOatmeal .description .descimg, #ShampooHoney .description .descimg, #ShampooLavender .description .desctext, #ShampooOatmeal .description .desctext, #ShampooHoney .description .desctext, #ShampooLavender .description .desctext .catalogue, #ShampooOatmeal .description .desctext .catalogue, #ShampooHoney .description .desctext .catalogue, #ShampooLavender .description .desctext .catalogue a, #ShampooOatmeal .description .desctext .catalogue a, #ShampooHoney .description .desctext .catalogue a, #ShampooLavender .alert, #ShampooOatmeal .alert, #ShampooHoney .alert, footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

/*Direction*/
body main, body main article, body main article section, header nav, #ShampooLavender .bigtile, #ShampooOatmeal .bigtile, #ShampooHoney .bigtile, #ShampooLavender .description .desctext, #ShampooOatmeal .description .desctext, #ShampooHoney .description .desctext, #ShampooLavender .description .desctext .catalogue a, #ShampooOatmeal .description .desctext .catalogue a, #ShampooHoney .description .desctext .catalogue a, #ShampooLavender .alert, #ShampooOatmeal .alert, #ShampooHoney .alert, footer section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

#ShampooLavender .description, #ShampooOatmeal .description, #ShampooHoney .description {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }

/*Justify items*/
body main {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

body main article, body main article section, header nav, #ShampooLavender .bigtile, #ShampooOatmeal .bigtile, #ShampooHoney .bigtile, #ShampooLavender .description .descimg, #ShampooOatmeal .description .descimg, #ShampooHoney .description .descimg, #ShampooLavender .description .desctext, #ShampooOatmeal .description .desctext, #ShampooHoney .description .desctext, #ShampooLavender .description .desctext .catalogue a, #ShampooOatmeal .description .desctext .catalogue a, #ShampooHoney .description .desctext .catalogue a, #ShampooLavender .alert, #ShampooOatmeal .alert, #ShampooHoney .alert, footer, footer section {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

#ShampooLavender .description, #ShampooOatmeal .description, #ShampooHoney .description {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

#ShampooLavender .description .desctext .catalogue, #ShampooOatmeal .description .desctext .catalogue, #ShampooHoney .description .desctext .catalogue {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

#ApothecaryVet section {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

/*Align items*/
body main, body main article, body main article section, #ShampooLavender .bigtile, #ShampooOatmeal .bigtile, #ShampooHoney .bigtile, #ShampooLavender .description, #ShampooOatmeal .description, #ShampooHoney .description, #ShampooLavender .description .descimg, #ShampooOatmeal .description .descimg, #ShampooHoney .description .descimg, #ShampooLavender .description .desctext, #ShampooOatmeal .description .desctext, #ShampooHoney .description .desctext, #ShampooLavender .description .desctext .catalogue, #ShampooOatmeal .description .desctext .catalogue, #ShampooHoney .description .desctext .catalogue, #ShampooLavender .description .desctext .catalogue a, #ShampooOatmeal .description .desctext .catalogue a, #ShampooHoney .description .desctext .catalogue a, footer section {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

#ApothecaryVet section, #ShampooLavender .alert, #ShampooOatmeal .alert, #ShampooHoney .alert {
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

header nav {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Animación general */
*, :after, :before, body a, body .btnblack, header nav a p {
  transition: 0.2s all;
  -webkit-transition: 0.2s all; }

.clearfix:after {
  content: ".";
  display: block;
  font-size: 0;
  line-height: 0;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

*, *:after, *:before {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html, body {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
  color: #434343; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 1em; }
  @media only screen and (max-width: 600px) {
    body {
      font-size: 0.9em; } }
  body main {
    padding: 0; }
    body main section {
      width: 90%;
      max-width: 1200px; }
  body img {
    width: 100%;
    line-height: 0; }
  body p, body label {
    width: 100%;
    text-align: left;
    padding-bottom: 1em; }
    @media only screen and (max-width: 500px) {
      body p, body label {
        font-size: 0.9em; } }
  body a {
    color: #434343;
    text-decoration: none;
    border: none;
    outline: none; }
  body b {
    color: #434343;
    font-weight: bold; }
  body ul, body ol {
    list-style: none; }
  body h1 {
    font-family: "Special Elite", cursive;
    font-size: 3em;
    color: #434343;
    width: auto;
    font-weight: normal; }
  body h2 {
    font-family: "Roboto", sans-serif;
    font-size: 2em;
    width: auto; }
  body h3 {
    width: auto;
    font-family: "Sacramento", cursive;
    font-size: 4em;
    font-weight: normal;
    line-height: 0.5em; }
  body h4 {
    width: auto;
    padding-bottom: 2em; }
  body .btnblack {
    width: auto;
    padding: 0.5em 1em;
    border-radius: 10px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    border: 2px solid #000000; }
    body .btnblack:hover {
      color: #ffffff;
      background: rgba(0, 0, 0, 0.3); }
  body .fancybox-navigation {
    position: absolute;
    height: 100%; }

header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 2000;
  overflow: hidden;
  pointer-events: none; }
  header .logo {
    width: 25%;
    max-width: 250px;
    position: absolute;
    top: 2em;
    left: 2em; }
    header .logo:hover {
      opacity: 0.8;
      -webkit-opacity: 0.8; }
  header .logo, header nav {
    pointer-events: all; }
  header nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: 100%; }
    header nav a {
      width: auto;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      margin-bottom: 0.5em;
      box-shadow: 1px 1px 2px #000000; }
      header nav a:nth-child(1) {
        background: #9b7dae; }
      header nav a:nth-child(2) {
        background: #f0b2aa; }
      header nav a:nth-child(3) {
        background: #f1b15f; }
      header nav a:nth-child(4) {
        background: #83b8ae; }
      header nav a:hover p {
        width: 120px; }
      header nav a p {
        width: 20px;
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 40px;
        color: #ffffff;
        font-weight: bold; }
        header nav a p:before {
          background: url("../images/paw.svg") no-repeat;
          background-size: 100%;
          background-position: center;
          pointer-events: none;
          content: "";
          position: absolute;
          top: 0;
          left: 10px;
          width: 20px;
          height: 100%; }

#ApothecaryVet {
  background: url("../images/home/001-2000.jpg") no-repeat;
  background-size: cover;
  background-position: center; }
  @media only screen and (max-width: 1500px) {
    #ApothecaryVet {
      background: url("../images/home/001-1500.jpg") no-repeat;
      background-size: cover;
      background-position: center; } }
  @media only screen and (max-width: 1200px) {
    #ApothecaryVet {
      background: url("../images/home/001-1200.jpg") no-repeat;
      background-size: cover;
      background-position: center; } }
  @media only screen and (max-width: 800px) {
    #ApothecaryVet {
      background: url("../images/home/001-800.jpg") no-repeat;
      background-size: cover;
      background-position: center; } }
  @media only screen and (max-width: 500px) {
    #ApothecaryVet {
      background: url("../images/home/001-500.jpg") no-repeat;
      background-size: cover;
      background-position: center; } }
  #ApothecaryVet section {
    min-height: 100vh;
    padding-top: 10em;
    padding-bottom: 5em; }
    #ApothecaryVet section h1 {
      width: auto; }
    @media only screen and (max-width: 800px) {
      #ApothecaryVet section {
        padding-right: 1em;
        font-size: 0.9em;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end; } }

#ShampooLavender .bigtile, #ShampooOatmeal .bigtile, #ShampooHoney .bigtile {
  width: 100%;
  max-width: inherit;
  min-height: 100vh;
  padding-left: 2em;
  padding-right: 2em; }
  #ShampooLavender .bigtile:before, #ShampooLavender .bigtile:after, #ShampooOatmeal .bigtile:before, #ShampooOatmeal .bigtile:after, #ShampooHoney .bigtile:before, #ShampooHoney .bigtile:after {
    background: url("../images/border.svg") no-repeat;
    background-size: cover; }
  #ShampooLavender .bigtile:after, #ShampooOatmeal .bigtile:after, #ShampooHoney .bigtile:after {
    top: 0;
    transform: rotateZ(180deg); }
  #ShampooLavender .bigtile:before, #ShampooOatmeal .bigtile:before, #ShampooHoney .bigtile:before {
    bottom: 0; }
  #ShampooLavender .bigtile:after, #ShampooLavender .bigtile:before, #ShampooOatmeal .bigtile:after, #ShampooOatmeal .bigtile:before, #ShampooHoney .bigtile:after, #ShampooHoney .bigtile:before {
    pointer-events: none;
    content: "";
    position: absolute;
    left: 0;
    height: 2em;
    z-index: 20; }
  #ShampooLavender .bigtile h1, #ShampooLavender .bigtile h2, #ShampooOatmeal .bigtile h1, #ShampooOatmeal .bigtile h2, #ShampooHoney .bigtile h1, #ShampooHoney .bigtile h2 {
    width: auto;
    color: #ffffff;
    text-align: center; }
  #ShampooLavender .bigtile h1, #ShampooOatmeal .bigtile h1, #ShampooHoney .bigtile h1 {
    font-size: 5em; }
  #ShampooLavender .bigtile picture, #ShampooOatmeal .bigtile picture, #ShampooHoney .bigtile picture {
    width: 70%; }
#ShampooLavender .description, #ShampooOatmeal .description, #ShampooHoney .description {
  padding-top: 5em;
  padding-bottom: 5em; }
  #ShampooLavender .description .descimg, #ShampooOatmeal .description .descimg, #ShampooHoney .description .descimg {
    width: 22%;
    opacity: 0.8; }
    @media only screen and (max-width: 800px) {
      #ShampooLavender .description .descimg, #ShampooOatmeal .description .descimg, #ShampooHoney .description .descimg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        #ShampooLavender .description .descimg picture, #ShampooOatmeal .description .descimg picture, #ShampooHoney .description .descimg picture {
          width: 40%;
          opacity: 0.3; } }
  #ShampooLavender .description .desctext, #ShampooOatmeal .description .desctext, #ShampooHoney .description .desctext {
    width: 70%; }
    @media only screen and (max-width: 800px) {
      #ShampooLavender .description .desctext, #ShampooOatmeal .description .desctext, #ShampooHoney .description .desctext {
        width: 100%; } }
    #ShampooLavender .description .desctext .catalogue, #ShampooOatmeal .description .desctext .catalogue, #ShampooHoney .description .desctext .catalogue {
      padding-top: 2em; }
      #ShampooLavender .description .desctext .catalogue a, #ShampooOatmeal .description .desctext .catalogue a, #ShampooHoney .description .desctext .catalogue a {
        width: 30%; }
        #ShampooLavender .description .desctext .catalogue a img, #ShampooOatmeal .description .desctext .catalogue a img, #ShampooHoney .description .desctext .catalogue a img {
          transform: scale(0.9);
          -webkit-transform: scale(0.9); }
          #ShampooLavender .description .desctext .catalogue a img:hover, #ShampooOatmeal .description .desctext .catalogue a img:hover, #ShampooHoney .description .desctext .catalogue a img:hover {
            transform: scale(1);
            -webkit-transform: scale(1); }
        #ShampooLavender .description .desctext .catalogue a p, #ShampooOatmeal .description .desctext .catalogue a p, #ShampooHoney .description .desctext .catalogue a p {
          width: auto;
          text-align: center; }
#ShampooLavender .alert, #ShampooOatmeal .alert, #ShampooHoney .alert {
  width: 80%;
  border-radius: 10px;
  padding: 2em;
  color: #ffffff;
  margin-bottom: 5em; }

#ShampooLavender .bigtile {
  background: #9b7dae; }
#ShampooLavender .alert {
  border: 2px solid #9b7dae;
  background: rgba(155, 125, 174, 0.7); }
#ShampooLavender h3 {
  color: #9b7dae; }

#ShampooOatmeal .bigtile {
  background: #f0b2aa; }
#ShampooOatmeal .alert {
  border: 2px solid #f0b2aa;
  background: rgba(240, 178, 170, 0.7); }
#ShampooOatmeal h3 {
  color: #f0b2aa; }

#ShampooHoney .bigtile {
  background: #f1b15f; }
#ShampooHoney .alert {
  border: 2px solid #f1b15f;
  background: rgba(241, 177, 95, 0.7); }
#ShampooHoney h3 {
  color: #f1b15f; }

footer {
  background: #83b8ae;
  min-height: 100vh; }
  footer section {
    min-height: 100%;
    padding-top: 5em;
    padding-bottom: 2em; }
    footer section picture {
      width: 70%;
      max-width: 250px; }
    footer section p {
      width: auto;
      text-align: center; }
