@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
body {
  background: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  letter-spacing: 0.05rem; }

h1, h2, h3 {
  font-family: "Georgia", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: pink; }

#container {
  width: 70%;
  margin: 0 auto; }

header #topHeader {
  height: 4rem;
  background: #fff;
  padding-left: 3rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: flex-start; }
  header #topHeader p {
    animation-name: topheader;
    animation-duration: 0.5s;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start; }
    header #topHeader p a {
      color: #fff;
      font-weight: bold;
      text-decoration: none; }
      header #topHeader p a i {
        vertical-align: text-bottom; }
header #logoHeader {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: flex-start; }
  header #logoHeader a.logo img {
    margin-left: -5px;
    animation-name: topheader;
    animation-duration: 0.5s; }
header #header-top {
  padding-right: 3rem;
  padding-left: 3rem;
  padding-bottom: 1.5rem; }
  header #header-top .nav-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start; }

@keyframes topheader {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }

main {
  padding: 1rem 0; }

#header-nav {
  border: 0px black solid;
  margin-top: 1.5rem;
  box-sizing: border-box; }
  #header-nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start; }
    #header-nav ul li {
      padding: 1rem; }
      #header-nav ul li a {
        color: #940030;
        text-transform: uppercase;
        font-size: 1.1rem;
        font-weight: bold; }
      #header-nav ul li a:hover {
        text-decoration: none;
        background: transparent;
        color: #fff580; }
    #header-nav ul li:hover {
      background: #007494;
      border-radius: 5px; }
    #header-nav ul li.parent {
      padding: 1rem; }
      #header-nav ul li.parent span {
        color: #940030;
        text-transform: uppercase;
        font-size: 1.1rem;
        font-weight: bold;
        cursor: pointer; }
      #header-nav ul li.parent span:hover {
        text-decoration: none;
        background: transparent;
        color: #fff580; }
      #header-nav ul li.parent ul.mod-menu__sub {
        border: 0px #cacaca solid;
        padding: 0.5rem;
        background: #f5fdff;
        -webkit-box-shadow: 2px 2px 5px 0px #c0bfeb;
        -moz-box-shadow: 2px 2px 5px 0px #c0bfeb;
        box-shadow: 2px 2px 5px 0px #c0bfeb;
        position: absolute;
        z-index: 2100;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start; }
        #header-nav ul li.parent ul.mod-menu__sub li {
          line-height: 1rem; }
          #header-nav ul li.parent ul.mod-menu__sub li a {
            color: #007494;
            font-style: italic;
            font-size: 0.9rem;
            font-weight: bold; }
          #header-nav ul li.parent ul.mod-menu__sub li a:hover {
            text-decoration: none;
            background: transparent;
            color: #fff580; }
        #header-nav ul li.parent ul.mod-menu__sub li:hover {
          line-height: 1rem; }
          #header-nav ul li.parent ul.mod-menu__sub li:hover a {
            color: #007494;
            font-style: italic;
            font-size: 0.9rem;
            font-weight: bold; }
          #header-nav ul li.parent ul.mod-menu__sub li:hover a {
            text-decoration: none;
            background: transparent;
            color: #fff580; }

.mod-list li.active > a {
  text-decoration: none; }

.mod-list li > a:hover {
  text-decoration: none;
  color: #007494; }

#rueda {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2000;
  visibility: hidden;
  animation-name: moviendo;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: linear; }

@keyframes moviendo {
  0% {
    visibility: visible;
    left: 30px; }
  50% {
    left: 400px; }
  75% {
    left: 200px; }
  100% {
    left: 100px; } }

#headerSEO {
  height: 680px; }
  #headerSEO .seoPage {
    z-index: 2000;
    position: absolute;
    left: 0;
    top: 0rem;
    background: #fff;
    padding: 3rem;
    width: 100%;
    height: 800px;
    background: transparent url("../img/fondoTransparente1.png"); }
    #headerSEO .seoPage .seoWhite {
      width: 100%; }
      #headerSEO .seoPage .seoWhite h1 {
        font-size: 4rem;
        color: #940030; }
      #headerSEO .seoPage .seoWhite p {
        font-size: 1.7rem;
        width: 60%;
        font-style: italic;
        color: #15363f; }

#headerSEO2 {
  height: 400px; }
  #headerSEO2 .seoPage {
    z-index: 2000;
    position: relative;
    left: 0;
    top: 0rem;
    background: #fff;
    padding: 3rem;
    width: 100%;
    height: 100%;
    background: transparent url("../img/fondoTransparente.png"); }
    #headerSEO2 .seoPage .seoWhite {
      width: 100%; }
      #headerSEO2 .seoPage .seoWhite h1 {
        font-size: 4rem;
        color: #940030; }
      #headerSEO2 .seoPage .seoWhite p {
        font-size: 1.7rem;
        width: 80%;
        font-style: italic;
        color: #15363f; }

#buttonContactar {
  position: absolute;
  bottom: 5.5%;
  left: 80%;
  z-index: 2100; }

.page-header {
  padding: 0 3.5rem; }
  .page-header h2 {
    margin-top: 2rem;
    font-size: 2.5rem; }

.contentArticle {
  border: 0px #000 solid;
  padding: 3rem 3rem 0rem 4.5rem;
  background: transparent url("../img/backGrey.png") center repeat-y; }
  .contentArticle p {
    font-size: 1.1rem;
    color: #15363f;
    font-style: italic;
    text-align: justify; }
  .contentArticle .cartleft {
    margin-left: -10px; }
    .contentArticle .cartleft div {
      border: 2px #007494 solid;
      border-radius: 5px;
      padding: 3rem; }
      .contentArticle .cartleft div .precio {
        font-size: 2rem;
        font-weight: bold;
        color: #940030; }
  .contentArticle .cartleft-offset {
    margin-left: 25%; }
    .contentArticle .cartleft-offset div {
      border: 2px #007494 solid;
      border-radius: 5px;
      padding: 3rem; }
      .contentArticle .cartleft-offset div img {
        margin-bottom: -2.5rem;
        width: 80%;
        height: auto;
        margin-left: 10%; }
  .contentArticle .cartright div {
    border-radius: 5px;
    border: 2px #cacaca solid;
    padding: 3rem;
    margin-top: 3.6rem;
    margin-left: -3rem;
    margin-right: -1rem; }
  .contentArticle .cartright .modImages {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-around;*/
    align-content: flex-start;
    align-items: flex-start; }
.contentArticle .cartbottom div {
  border-radius: 5px;
  border: 2px #940030 solid;
  width: 60%;
  margin: 0 auto;
  margin-top: -1.5rem;
  padding: 3rem; }
  .contentArticle .cartbottom div .precio {
    font-size: 2rem;
    font-weight: bold;
    color: #940030; }
.contentArticle .cartbottom img {
  cursor: pointer;
  margin-right: 0.5rem; }
.contentArticle #cartbottomContactar .moduletable {
  border-radius: 5px;
  border: 2px #cacaca solid;
  padding: 3rem;
  margin-top: 3.6rem;
  margin-left: -3rem;
  margin-right: -1rem; }
  .contentArticle #cartbottomContactar .moduletable div {
    border: none;
    padding: 0rem;
    margin-top: 0rem;
    margin-left: 0rem;
    margin-right: 0rem; }

#familyHome {
  margin-top: 4rem; }
  #familyHome div {
    height: 700px; }

.subheader h2 {
  padding: 3rem 3.5rem 0 3.5rem;
  color: #007494;
  font-size: 2.5rem; }

.imageContent {
  width: 100%;
  margin: 0 auto;
  margin-top: 2.5rem;
  text-align: center; }

.outlined {
  float: right;
  margin-top: -3rem;
  margin-right: 3rem; }
  .outlined .material-symbols-outlined {
    font-size: 2.5rem; }

.imagesFooterContent {
  border: 0px red solid;
  margin-top: 2rem; }
  .imagesFooterContent .imagesFooter {
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    align-items: flex-start; }
    .imagesFooterContent .imagesFooter img {
      margin-bottom: 1rem;
      width: 200px;
      height: auto; }
    .imagesFooterContent .imagesFooter img:hover {
      animation-name: topheader;
      animation-duration: 0.5s; }

#slideouter {
  position: absolute;
  border: 3px solid #940030;
  width: 300px;
  top: 0;
  left: -300px;
  padding: 1rem;
  background: #fff;
  z-index: 3000; }
  #slideouter ul li span {
    font-size: 2rem; }
  #slideouter ul li a {
    font-size: 2rem; }

#slideouter.slideouterVisible {
  left: 0px;
  transition: all 1s; }

#sidenavtrigger {
  display: none; }

#close {
  color: red;
  font-weight: bold;
  float: right;
  cursor: pointer; }

strong {
  color: #940030; }

img {
  border-radius: 5px; }

/*	.cartleft{div:hover{box-shadow: 2px 2px 4px #007494;p{font-style:normal;}}}
		.cartright{div:hover{box-shadow: 2px 2px 4px #007494;p{font-style:normal;}}}
		@keyframes divhover{
  0%   {background-image: linear-gradient(red, yellow);}
  100% {background-image: linear-gradient(yellow, red);}
  } */
.hrfooter {
  background: #eaeaea;
  margin-top: 4rem;
  height: 2px; }

.hrfooter2 {
  background: #fff;
  margin-top: 3px;
  height: 1px; }

.btenable {
  visibility: hidden;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  /* text-align: right; */
  margin-left: 2rem; }

.btnnone {
  visibility: visible; }

.kaushan {
  font-family: "Kaushan Script", cursive; }

.seoWhite img {
  width: 400px;
  height: auto;
  margin-top: -40px; }

#video {
  margin-top: 0px;
  z-index: 1; }

.kaushan {
  margin-bottom: 2rem; }
  .kaushan div {
    padding: 0 1.5rem 0 0; }
  .kaushan p {
    font-size: 1.4rem;
    text-align: justify;
    color: #fff; }

.separator {
  height: 3rem; }

.inicial {
  margin-bottom: 2rem; }
  .inicial p {
    color: #fff;
    font-size: 1.3rem;
    font-family: "Kaushan Script", cursive; }

.escudo {
  padding: 4rem; }

#bajar {
  padding: 4rem 4rem 4rem 0; }
  #bajar a {
    text-decoration: none; }
  #bajar p {
    color: #fff; }
    #bajar p strong {
      color: yellow; }

.text-muted {
  color: #fff !important; }

#informacion {
  font-family: Georgia;
  color: pink;
  margin-top: 3rem; }

#adicional {
  font-family: Georgia;
  color: #fff; }

a:not([class]) {
  text-decoration: none; }
