@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

main {
  padding: 0 !important;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

footer {
  background: #F2DB9E;
  padding: 10px;
  text-align: center;
}

footer a {
  color: black;
  text-decoration: none;
}

main {
  margin-top: 80px;
}

@media screen and (min-width: 700px) {
  main {
    margin-top: 90px;
  }
}

header {
  POSITION: FIXED;
  width: 100vw;
  margin: auto;
  text-align: center;
  background: white;
  top: 0;
  z-index: 999;
}

@media screen and (max-width: 700px) {
  header {
    background: white;
    width: 100%;
    position: fixed;
    top: 0;
    height: 75px;
    z-index: 999;
  }
}

.navbar-nav ul {
  display: flex;
  width: 85%;
  justify-content: space-around;
}

.navbar-nav a {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  color: black;
  text-decoration: none;
}

.navbar-nav a:hover {
  font-weight: 700;
}

@media screen and (min-width: 700px) {
  #wpmenucartli {
    background: #F2DB9E;
    border-radius: 0 0 5px 5px;
    text-align: center;
    width: 50px;
    padding-left: 5px;
    padding-top: 20px;
    position: absolute;
    top: 0;
    right: calc(5%);
  }
  #wpmenucartli .wpmenucart-icon-shopping-cart-0::before {
    color: #7B98CD;
  }
}

.cartcontents {
  background: #7B98CD;
  color: #F2DB9E;
  padding: 1px 5px;
  border-radius: 15px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  transform: translate(4px, 15px);
  font-size: 14;
}

.amount:not(span) {
  color: white;
}

.amount::before {
  display: none !important;
}

@media screen and (max-width: 700px) {
  .navbar-brand {
    position: fixed;
    z-index: 999;
    top: 10px;
    left: 10px;
  }
  .navbar-brand img {
    height: 50px;
  }
  .navbar-toggler-icon {
    position: fixed;
    top: 0;
    padding: 30px;
    text-align: center;
    right: 10px;
    border-radius: 0 0 15px 15px;
    display: flex;
    justify-content: center;
    z-index: 999;
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    position: fixed;
    background: #F2DB9E;
    width: 100vw;
    left: 0;
    min-height: 100vh;
    z-index: 888;
    display: flex;
    border-radius: 0 0 15px 15px;
  }
  .navbar-collapse ul {
    text-align: center;
    padding: 50px 120px 50px 120px;
    margin-top: 400px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .navbar-collapse ul li {
    padding: 10px 0;
  }
}

.botoncitocat {
  text-transform: uppercase;
  text-decoration: none;
  color: #7B98CD;
  font-weight: 900;
  background: #F2DB9E;
  padding: 5px 39px;
}

.botoncitocat:hover {
  color: #7B98CD;
}

#menu-categorias {
  background: #F2DB9E;
  padding-left: 0;
  padding: 10px;
  width: 200px;
  margin: auto;
  margin-top: -16px;
}

#menu-categorias li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #7B98CD;
  font-weight: 900;
}

.card {
  border: none;
}

@media screen and (min-width: 700px) {
  .navbar-nav {
    width: 100%;
  }
  #menu-menu-principal {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #menu-menu-principal li:nth-child(5) {
    position: relative;
    background: #F2DB9E;
    padding: 45px 15px 15px 15px;
    top: -20px;
    border-radius: 0 0 15px 15px;
  }
  #menu-menu-principal li:nth-child(5) .fas {
    color: white;
  }
  #menu-menu-principal li:nth-child(5) .fas:hover {
    color: black;
  }
}

#ig {
  text-align: center;
}

#ig h3 {
  padding: 30px;
  color: #90C9B9;
  text-transform: uppercase;
  font-weight: 900;
}

#ig a.visita {
  display: inline-block;
  background: #90C9B9;
  color: #D37F80;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  padding: 5px 20px;
  margin: 15px auto;
}

#ig a.visita:hover {
  background: #D37F80;
  color: #90C9B9;
}

.bannerhome {
  min-height: 30vh;
  background: #D37F80;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bannerhome div {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 700px) {
  .bannerhome {
    min-height: 70vh;
  }
  .bannerhome img{
    max-height: 60vh;
  }
}

.bannerhome h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #90C9B9;
}

@media screen and (max-width: 700px) {
  .bannerhome h1 {
    padding: 20px;
  }
}

#ilustracion {
  min-height: 70vh;
  padding: 60px 30px;
  display: flex;
  align-items: flex-end;
}


@media screen and (max-width:700px){
  #ilustracion{
    padding: 20px 10px;
  }
}

#ilustracion h2 {
  color: #D37F80;
  text-transform: uppercase;
  font-weight: 900;
}

#ilustracion p {
  color: #D37F80;
}

#ilustracion a {
  color: #D37F80;
  text-decoration: none;
  font-weight: 900;
}

#ilustracion div div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#grafico {
  min-height: 70vh;
  padding: 30px;
}

@media screen and (max-width:700px){
  #grafico{
    padding: 20px 10px;
  }
}

#grafico div.col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#grafico div div:nth-child(1) {
  align-items: flex-start;
}

#grafico h2 {
  color: #7B98CD;
  text-transform: uppercase;
  font-weight: 900;
}

#grafico p {
  color: #7B98CD;
}

#grafico a {
  color: #7B98CD;
  text-decoration: none;
  font-weight: 900;
}

.encargos {
  background: #7B98CD;
  padding: 20px;
}

.encargos div.col-md-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.encargos h3 {
  color: #F2DB9E;
  text-transform: uppercase;
  font-weight: 900;
}

.encargos p {
  color: #F2DB9E;
}

.wpcf7 {
  width: 100%;
}

.wpcf7 input,
.wpcf7 textarea {
  width: 100%;
  margin: 5px auto;
  padding: 5px 5px;
  background: #F2DB9E;
  color: #7B98CD;
  border: none;
}

.wpcf7 textarea {
  height: 75px;
}

.wpcf7 input[type=submit] {
  height: 75px;
  border: 2px solid #F2DB9E;
  text-transform: uppercase;
  font-weight: 900;
}

.wpcf7 input[type=submit]:hover {
  background: #7B98CD;
  color: #F2DB9E;
}

.tienda {
  min-height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 90px;
}

.wpgs-nav {
  display: none !important;
}

.qty {
  display: none;
}

div .slick-current a {
  display: flex;
  justify-content: center;
}

.product_title {
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-size: 24px;
}

.price {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 25px;
}

.single_add_to_cart_button {
  background: #90C9B9;
  color: #D37F80;
  border: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 900;
}

.single_add_to_cart_button:hover {
  color: black;
}

.nav-tabs {
  border: 2px solid #90C9B9;
  border-bottom: none;
  margin-top: 25px;
}

.nav-tabs li {
  width: 50%;
}

.nav-tabs li button {
  width: 100%;
  color: #90C9B9;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}

.nav-tabs li .active {
  border: 2px solid #90C9B9 !important;
  border-top: none !important;
  color: #90C9B9 !important;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
}

.tab-content {
  border: 2px solid #90C9B9 !important;
  border-top: none !important;
  padding: 15px 30px;
  margin-bottom: 30px;
}

.carrito {
  margin: 50px auto;
  margin-top: 90px;
}

.carrito .product-name a {
  color: #7B98CD;
  text-decoration: none;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.butto {
  background-color: #90C9B9 !important;
}

.woocommerce a.remove {
  color: #D37F80 !important;
}

.woocommerce a.remove:hover {
  background: #D37F80 !important;
}

.woocommerce-notices-wrapper {
  margin-top: 90px;
}

.woocommerce-info {
  border-top-color: #7B98CD;
  background: #F2DB9E;
}

.woocommerce-info a {
  color: #7B98CD;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: white;
}

#add_payment_method #payment a,
.woocommerce-cart #payment a,
.woocommerce-checkout #payment a {
  color: #7B98CD;
}

.wc-proceed-to-checkout a {
  background: #90C9B9 !important;
}

.wc-proceed-to-checkout a:hover {
  color: black !important;
}

.orderby,
.woocommerce-result-count {
  display: none;
}

.featherlight-previous span,
.featherlight-next span {
  color: #90C9B9;
}

#rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item {
  width: calc(15% - 2px);
  height: 75px;
}

.rl-basicgrid-gallery .rl-gallery-item img {
  max-width: 100%;
  object-position: center;
  display: inline-block;
  object-fit: cover;
  height: 75px;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

#tiendagen {
  min-height: 85vh;
  margin-top: 100px;
}

#tiendagen section {
  text-align: center;
}

#tiendagen section .categoriasmenu {
  z-index: 800 !important;
  background: white;
}

#tiendagen .categoriasmenu ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  padding: 0;
      margin-top: 30px;
    margin-bottom: -15px;
}

#tiendagen .categoriasmenu ul li {
   width: 25%;
   line-height: 2.5;
}

            #tiendagen .categoriasmenu ul li:nth-child(1) {
                margin-right: 35px;
            }

            #tiendagen .categoriasmenu ul li:nth-child(2) {
                margin-right: 35px;
            }

            #tiendagen .categoriasmenu ul li:nth-child(3) {
                margin-right: 40px;
            }

#tiendagen .categoriasmenu ul a {
  padding: 10px;
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: none;
}

#tiendagen .categoriasmenu ul .menu-item-35 {
  background: #D37F80;
}

#tiendagen .categoriasmenu ul .menu-item-35 a {
  color: #90C9B9;
}

#tiendagen .categoriasmenu ul .menu-item-36 {
  background: #F2DB9E;
}

#tiendagen .categoriasmenu ul .menu-item-36 a {
  color: #7B98CD;
}

#tiendagen .categoriasmenu ul .menu-item-37 {
  background: #90C9B9;
}

#tiendagen .categoriasmenu ul .menu-item-37 a {
  color: #D37F80;
}

#tiendagen .categoriasmenu ul .menu-item-38 {
  background: #7B98CD;
}

#tiendagen .categoriasmenu ul .menu-item-38 a {
  color: #F2DB9E;
}

/* @media screen and (min-width:700px) {
    .productos .row {
        margin-top: -90px !important;
    }
} */

#tiendagen .add_to_cart_button {
  background: transparent;
  border: 2px solid #90C9B9;
  color: #90C9B9;
  text-transform: uppercase;
  font-weight: 900;
}

#tiendagen .add_to_cart_button:hover {
  background: #90C9B9;
  color: white;
}

#tiendagen .woocommerce-loop-product__title,
#tiendagen .price {
  color: black;
  text-transform: uppercase;
  font-weight: 900;
}

.entry-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 40px;
}

#contacto {
  min-height: 87vh;
  display: flex;
  align-items: center;
}

#contacto h3 {
  text-transform: uppercase;
  color: #7B98CD;
  font-weight: 900;
}

#contacto p {
  color: #7B98CD;
}

#contacto .bannercontacto {
  background: #F2DB9E;
  margin-bottom: 50px;
  text-align: center;
  padding: 40px;
}

#contacto .bannercontacto a.holi {
  color: #7B98CD;
  font-size: 28px;
  font-weight: 900;
}

@media screen and (max-width:700px){
	#contacto .bannercontacto a.holi {
		font-size: 22px;
	}
	#contacto{
		padding-bottom: 30px !important;
	}
}

#contacto .bannercontacto ul {
  display: flex;
  justify-content: center;
}

#contacto .bannercontacto ul li {
  padding: 15px;
}

#contacto .bannercontacto ul li a {
  color: #7B98CD;
  font-size: 24px;
}

.invisible {
  display: none;
}

.visible {
  display: block;
}

@media screen and (min-width: 700px) {
  ul.slides {
    width: 400px;
    height: 400px;
  }
  ul.slides li {
    margin-right: -75% !important;
  }
}

.entrada {
  margin-top: 90px;
}

.entrada .cabecera {
  padding-left: 10px;
  text-transform: uppercase;
}

.entrada .cabecera h1 {
  font-weight: 900;
}

.entrada img {
  width: 100%;
  height: 100%;
}

#portfolio {
  min-height: 87vh;
}

.postlopp img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 700px) {
  .postlopp {
    padding-left: 0;
  }
  .postlopp img {
    margin-bottom: 10px;
  }
}

footer {
  margin-bottom: 50px;
}

#mosca {
  background: white;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 900;
  width: 100vw;
  padding-top: 10px;
}

#mosca ul {
  display: flex;
  justify-content: space-around;
}

#mosca ul a {
  color: black;
}

@media screen and (min-width: 700px) {
  #mosca ul {
    width: 300px;
    float: right;
  }
}

@media screen and (max-width: 700px){
  #ilustracion a, #grafico a{
    margin-bottom: 30px;
  }
  .bannerhome{
    padding-bottom: 30px;
  }
  .navbar-collapse ul {
    margin: 400px 10px 0px;
  }
  .woocommerce-notices-wrapper{
    display:none;
  }
  .tienda>.row>.row{
    margin:auto;
  }
  .tienda>.row>.row .woocommerce-product-gallery{
    text-align: center;
  }
  #mosca ul{
    padding-left: 0 !important;
  }
  .titulopost{
    display: none;
  }

}

@media screen and (min-width: 700px) {
  #ilustracion .col-md-6 img {
    width: 75%;
  }
  #ilustracion .col-md-12{
    text-align: center;
  }
  #ilustracion .col-md-12 img {
    width: 75%;
  }
  #grafico .col-md-6 img {
    width: 75%;
  }

.titulopost {
  position: relative;
  height: 300px;
  max-width: 300px;
  top: -300px;
  text-align: center;
  margin: auto;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
}

.postlopp li:nth-child(1n) .titulopost:hover {
  background: #F2DB9E;
  color: #7B98CD;
}

.postlopp li:nth-child(2n) .titulopost:hover {
  background: #90C9B9;
  color: #D37F80;
}

.postlopp li:nth-child(3n) .titulopost:hover {
  color: #F2DB9E;
  background: #7B98CD;
}

.postlopp li:nth-child(4n) .titulopost:hover {
  color: #90C9B9;
  background: #D37F80;
}

}


@media screen and (max-width:700px){
	.navbar-nav{
		width: 100% !important;
	}
}

