@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap");
body {
  color: #333639;
  margin: 0;
  font-size: 0.875rem;
  font-family: 'Titillium Web';
  font-weight: 400;
  line-height: 1.43;
  background-color: #E5E5E5E5;
}

@media(max-width: 500px){
	.pop-desktop{display:none !important}
}
@media(min-width: 501px){
	.pop-mobile{display:none !important}
}

@media(max-width: 950px){
	#menu-menu-principal > #menu-item-194{
		margin-bottom: 30px !important;
	}
}

@media(max-width: 1400px){
	.banner-content .avanzado{
		
	}
}
@media(max-width: 950px){
	#menu-item-197{
		color: #fff;
    	padding: 7px 17px;
	    font-size: .875rem;
	    box-shadow: 0 4px 4px rgb(0 0 0 / 27%);
    	font-weight: 500;
	    line-height: 1.75;
    	border-radius: 4px;
    	transition: background-color .25s;
	    text-transform: uppercase;
    	text-decoration: none;
	    background-color: #ff8400;
	}
}
.colabora-form p {
	position: relative;
}
.newsletter{
	position: relative;
	margin-bottom: 20px !important;
}

@media(max-width: 600px){
	#author-avatar img {
	  width: 80px !important;
	  height: 80px !important;
	}
} 
@media(max-width: 1200px){
	.newsletter .wpcf7-not-valid-tip{
		bottom: -22px !important;
		color: #FFF;
	}
	.newsletter .btn-colabora{
		margin-right: 0 !important!
	}
	.newsletter .wpcf7-submit{
		margin-left: 0 !important
	}
}
.wpcf7-response-output{
  display: none;
}
.wpcf7-not-valid-tip{
  position: absolute !important;
  font-size: .8rem !important;
}
.newsletter .wpcf7-not-valid-tip{
  top: auto;
  bottom: 35px;
}

.colabora-form .your-name .wpcf7-not-valid-tip, .colabora-form .your-email .wpcf7-not-valid-tip{
  top: auto;
  bottom: -25px !important;
}

.colabora-form .file-name .wpcf7-not-valid-tip{
  top: auto;
  bottom: -30px !important;
}

.colabora-form .your-message .wpcf7-not-valid-tip{
  top: auto;
  bottom: -12px !important;
}

.contact .your-email .wpcf7-not-valid-tip{
  top: auto;
  bottom: -15px !important;
}

.contact .your-subject .wpcf7-not-valid-tip{
  top: auto;
  bottom: -15px !important;
}

.btn-colabora{
	margin-right: 15px !important;
}
.wpcf7 .ajax-loader{
	position: absolute !important;
	top: 30px;
}

@media(max-width:600px){
  .modal-share li {
	flex-direction: column;
  }
}

header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #2b2c2f;
}

header > a {
  padding: 0px 0px;
}

header ul {
  padding: 0px 24px;
}

header ul > li {
  display: inline-block;
  padding: 0px 16px;
}

header ul > li > a {
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
}

.calendario {
  width: 800px !important;
  height: 700px !important;
}

@media (max-width: 800px) {
  .calendario {
    width: 100% !important;
    height: 400px !important;
  }
}

iframe {
  width: 100% !important;
  height: 100% !important;
}

.logo {
  width: 200px;
  display: block;
  padding: 0px;
}

.icon-menu-responsive {
    position: relative;
    display: none;
    background-image: url("/wp-content/uploads/2021/03/menu.png");
    width:36px; 
    height:36px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
}

footer {
  width: 100%;
  margin: 0px auto;
  display: block;
  max-width: 1280px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 64px;
  background-color: #E5E5E5E5;
}

footer > div {
  margin: 50px 0px;
  text-align: center;
}

footer .footer-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-content ul > li {
  display: inline-block;
  padding: 8px;
}

footer .footer-content ul > li > a {
  color: inherit;
  text-decoration: none;
}

footer .footer-content > div:first-child > h4 {
  margin-bottom: 25px;
}

footer .footer-content > div > h4 {
  margin: 0px 0px 5px;
}

footer .footer-content > div > div {
  margin: 14px 0px;
}

footer .footer-content > div > div .item-rrss > li {
  margin: 0px 15px !important;
}

footer .footer-content > div > div .item-rrss > li > a {
  background-color: transparent !important;
}

footer .footer-content > div > div .item-rrss > li > a:hover {
  background-color: transparent !important;
}

.btn {
  color: #fff;
  padding: 7px 17px;
  font-size: 0.875rem;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.267);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.267);
  font-weight: 500;
  line-height: 1.75;
  border-radius: 4px;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FF8400;
}

.btn:hover {
  background-color: #b25c00;
}

#banner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#banner > div {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#banner .bannerlg {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 66.666667%;
  -ms-flex-preferred-size: 66.666667%;
      flex-basis: 66.666667%;
}

#banner .bannerlg > a > div {
  overflow: hidden;
  position: relative;
}

#banner .bannerlg > a > div > div:first-child {
  background-color: white;
  padding-top: calc(56.25%);
  position: relative;
}

#banner .bannerlg > a > div > div:first-child > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: inherit;
     object-fit: inherit;
  top: 0px;
  left: 0px;
  opacity: 1;
  -webkit-transition: filterBrightness 75ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 50ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: filterBrightness 75ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 50ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  overflow: hidden;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  vertical-align: middle;
}

#banner .bannerlg > a > div > div:last-child {
  left: 32px;
  color: #fff;
  width: 75%;
  bottom: 32px;
  height: 80px;
  position: absolute;
  background: #00A19A;
  padding-left: 16px;
  border-radius: 5px;
  padding-right: 16px;
}

#banner .bannerlg > a > div > div:last-child > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#banner .bannerlg > a > div > div:last-child > div h3 {
  font-size: 1.5rem;
}

#banner .bannerlg > a > div > div:last-child > div img {
	top: 25px;
	right: 25px;
	width: 30px;
	position: absolute;
	display: block;
}

#banner .bannersm {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 33.333333%;
  -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%;
}

#banner .bannersm > a > div {
  overflow: hidden;
  position: relative;
}

#banner .bannersm > a > div > div:first-child {
  background-color: white;
  padding-top: calc(56.25%);
  position: relative;
}

#banner .bannersm > a > div > div:first-child > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: inherit;
     object-fit: inherit;
  top: 0px;
  left: 0px;
  opacity: 1;
  -webkit-transition: filterBrightness 75ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 50ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: filterBrightness 75ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 50ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  overflow: hidden;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  vertical-align: middle;
}

#banner .bannersm > a > div > div:last-child > div:last-child {
  left: 0;
  color: #fff;
  width: 100%;
  bottom: 0;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background: #00A19A;
  border-radius: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#banner .bannersm > a > div > div:last-child > div:last-child > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#banner .bannersm > a > div > div:last-child > div:last-child > div > h3 {
  font-size: 1.1rem;
}

#banner .bannersm > a > div > div:last-child > div:last-child > div img {
	top: 20px;
	right: 25px;
	width: 30px;
	position: absolute;
	display: block;
}

#noticias {
  margin: 64px auto;
  max-width: 1200px;
}

#noticias > div {
  text-align: center;
}

#noticias > div > a {
  color: #fff;
  padding: 10px 17px;
  font-size: 0.875rem;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.267);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.267);
  font-weight: 500;
  line-height: 1.75;
  border-radius: 4px;
  -webkit-transition: background-color 250ms;
  transition: background-color 250ms;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #FF8400;
}

#noticias > div > a:hover {
  background-color: #b25c00;
}

#lastGameContent {
  margin: 64px auto;
  max-width: 1200px;
}

#lastGameContent > div {
  width: calc(100% + 16px);
  margin: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#lastGameContent > div > div {
  padding: 8px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 33.333333%;
  -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#lastGameContent > div > div > a {
  display: inline-block;
  position: relative;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.267);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.267);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 15px;
  text-decoration: none;
}

#lastGameContent > div > div > a:hover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.493);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.493);
}

#lastGameContent > div > div > a > div {
  height: 340px;
  width: 100%;
  background: white;
  border-radius: 15px;
  position: relative;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333639;
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

#lastGameContent > div > div > a > div > div:first-child {
  background-color: white;
  padding-top: calc(56.25%);
  position: relative;
}

#lastGameContent > div > div > a > div > div:first-child > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: inherit;
     object-fit: inherit;
  top: 0px;
  left: 0px;
  opacity: 1;
  -webkit-transition: filterBrightness 75ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 50ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: filterBrightness 75ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 50ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  vertical-align: middle;
  border-style: none;
}

#lastGameContent > div > div > a > div > div:last-child {
  padding: 16px;
  padding-bottom: 20px;
}

#lastGameContent > div > div > a > div > div:last-child > span {
  font-size: 0.55rem;
}

#lastGameContent > div > div > a > div > div:last-child > h3 {
  margin: 0px;
  font-size: 1.24rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 25px;
}

@media (max-width: 600px) {
  #lastGameContent > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #lastGameContent > div > div {
    max-width: 100%;
  }
  #lastGameContent > div > div > a {
    width: 100%;
  }
}

#videoreview {
  margin: 64px auto;
  max-width: 1200px;
}

#videoreview > div {
  gap: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 9.3rem 9.3rem 9.3rem;
      grid-template-rows: 9.3rem 9.3rem 9.3rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
}

#videoreview > div > div:first-of-type {
  grid-column-end: 4;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row: 1;
      grid-row-start: 1;
  grid-row-end: 4;
}

#videoreview > div > div:first-of-type > div {
  position: relative;
  height: 100%;
}

#videoreview > div p {
  height: 100%;
  margin: 0px;
}

#play {
  margin: 64px auto;
  max-width: 1200px;
  padding-top: 32px;
  padding-bottom: 48px;
}

#play > div {
  width: calc(100% + 16px);
  margin: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#play > div > div {
  padding: 8px;
}

#play > div > div > a > div {
  width: 350px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 15px;
}

#play > div > div > a > div:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#2A2C2F), color-stop(49.81%, rgba(42, 44, 47, 0)));
  background: linear-gradient(360deg, #2A2C2F 0%, rgba(42, 44, 47, 0) 49.81%);
  border-radius: 15px;
  pointer-events: none;
}

#play > div > div > a > div > h3 {
  left: 0;
  color: #fff;
  width: 100%;
  bottom: -5px;
  z-index: 2;
  position: absolute;
  font-size: 1.1rem;
  font-weight: 700;
}

#play > div > div > a > div > div {
  background: 0px center;
  padding-top: calc(56.25%);
  position: relative;
  border-radius: 15px;
}

#play > div > div > a > div > div > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: inherit;
     object-fit: inherit;
  top: 0px;
  left: 0px;
  opacity: 1;
  -webkit-transition: filterBrightness 75ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 50ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: filterBrightness 75ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 50ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  border-radius: 15px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  vertical-align: middle;
}

#play > div > div > a > div:hover {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

#play > div > div:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  z-index: -1;
  position: absolute;
  -webkit-box-shadow: 0 10px 6px rgba(0, 0, 0, 0.267);
          box-shadow: 0 10px 6px rgba(0, 0, 0, 0.267);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 15px;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 32px;
}

.banner-interior {
  position: relative;
  text-align: center;
}

.banner-interior:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#2F2F2F), to(rgba(47, 47, 47, 0)));
  background: linear-gradient(360deg, #2F2F2F 0%, rgba(47, 47, 47, 0) 100%);
  pointer-events: none;
}

.banner-interior > h1 {
  left: 0;
  color: #fff;
  width: 100%;
  bottom: 5px;
  z-index: 2;
  position: absolute;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 0.235;
}

.banner-interior > div {
  z-index: -5;
  position: relative;
  padding-top: calc(18.75%);
  background-color: white;
}

.banner-interior > div > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: inherit;
     object-fit: inherit;
  top: 0px;
  left: 0px;
  opacity: 1;
  -webkit-transition: filterBrightness 75ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 50ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: filterBrightness 75ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 50ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  vertical-align: middle;
}

@media (min-width: 600px) {
  .text-box {
    max-width: 600px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .text-box > div {
    padding: 24px;
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

.text-box {
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.text-box > div {
  color: #333639;
  padding: 16px;
  margin-top: 24px;
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  margin-bottom: 24px;
  border-radius: 4px;
  background-color: #fff;
}

.text-box > div p {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
}

@media (min-width: 800px) {
  .item-list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.item-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-list > div {
  margin: 0px;
  padding: 8px;
}

.item-list > div > div {
  color: #333639;
  width: 300px;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  text-align: center;
  background: white;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.226), 0px 2px 2px 0px rgba(0, 0, 0, 0.226), 0px 1px 5px 0px rgba(0, 0, 0, 0.226);
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.226), 0px 2px 2px 0px rgba(0, 0, 0, 0.226), 0px 1px 5px 0px rgba(0, 0, 0, 0.226);
  border-radius: 15px;
}

.item-list > div > div > div:first-child {
  background-color: white;
  padding-top: calc(100%);
  position: relative;
}

.item-list > div > div > div:first-child > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  -webkit-transition: filterBrightness 75ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 50ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: filterBrightness 75ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 50ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-fit: inherit;
     object-fit: inherit;
  vertical-align: middle;
}

.item-list > div > div > div:nth-child(2) {
  padding: 16px;
}

.item-list > div > div > div:nth-child(2) > h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.334;
}

.item-list > div > div > div:nth-child(2) > p {
  color: #474a4c;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
}

.item-list > div > div > div:last-child {
  left: 50%;
  bottom: -25px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.publicaciones > div > div {
  width: 250px;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.publicaciones > div > div > div {
  padding-top: 0px !important;
}

.publicaciones > div > div > div > h3 {
  font-size: 1.1rem !important;
}

.publicaciones > div > div > div > img {
  position: relative !important;
}

.publicaciones > div > div > div:nth-child(2) {
  height: 50%;
}

.publicaciones > div > div > div:last-child {
  -webkit-transform: translate(-114%, -60%);
          transform: translate(-114%, -60%);
}

.about {
  margin: 16px auto;
}

.about > h1 {
  font-size: 1.8rem;
  margin-top: 32px;
  font-weight: 700;
  padding-left: 24px;
  margin-bottom: 32px;
  padding-right: 24px;
}

@media (min-width: 632px) {
  .about {
    margin: 32px auto;
    max-width: 800px;
  }
  .about > h1 {
    font-size: 2.8rem;
    text-align: center;
    padding-left: 32px;
    padding-right: 32px;
  }
  .about > p {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 2;
  }
}

@media (min-width: 632px) {
  .single {
    max-width: 800px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }
}

.single {
  margin: 16px auto;
}

.single > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.single > div > div {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.single > div > div > h3 {
  font-size: 2.6rem;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 0px;
  text-align: center;
}

.single > div > div > p {
  text-align: center !important;
}

.single > div > div > div {
  background: none;
  padding-top: calc(56.25%);
  position: relative;
}

.single > div > div > div > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: inherit;
     object-fit: inherit;
  top: 0px;
  left: 0px;
  opacity: 1;
  -webkit-transition: filterBrightness 75ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 50ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: filterBrightness 75ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 50ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  margin-top: 16px;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 15px;
  vertical-align: middle;
}

.single > div > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.single > div > div:first-child > div > ul {
  top: 0px;
  position: -webkit-sticky;
  position: sticky;
  margin-top: -5px;
}

.single > div > div:first-child > div > ul > li + li {
  margin: 0px !important;
}

.single > div > div:last-child {
  -webkit-box-flex: 30;
      -ms-flex: 30;
          flex: 30;
}

.single > div > div:last-child > p {
  text-align: left;
  margin-left: 25px;
}

.single .single-content {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.single .single-content > div > p {
  text-align: left !important;
  margin-left: 50px;
}

.banner-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  bottom: 180px;
  z-index: 2;
  position: relative;
  text-align: center;
  padding-left: 34px;
  padding-right: 34px;
}

@media (min-width: 960px) {
  .banner-content > div:first-child {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.banner-content > div {
  margin: 0px 0px;
}

.banner-content > div:first-child {
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-top: 117px;
}

.banner-content > div:first-child > h3 {
  color: #fff;
  font-size: 2.2rem;
  margin-top: 0px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.banner-content > div:first-child > div {
  color: #fff;
  border: 0;
  padding: 24px;
  font-size: 1.2rem;
  background: #2B2C2F;
}

.banner-content > div:last-child {
  top: 45px;
  color: #fff;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.banner-content > div:last-child > div {
  margin: 0px 5px !important;
  padding-top: 5px !important;
}

.banner-content > div:last-child > div > h4 {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 0px;
}

.banner-content > div:last-child > div > div {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.banner-content > div:last-child > div > div > div {
  margin-top: 13px;
}

.banner-content > div:last-child > div > div > div > a > div {
  width: 180px !important;
}

@media (min-width: 800px) {
  .list-game {
    max-width: 1200px;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}

.list-game {
  top: -50px;
  width: auto;
  position: relative;
  margin-top: 0px;
  margin-bottom: 32px;
}

.list-game > div {
  width: 992px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 960px) {
  .list-game > div > div {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    max-width: 83.333333%;
    -ms-flex-preferred-size: 83.333333%;
        flex-basis: 83.333333%;
  }
}

.list-game > div > div {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 12px;
}

.list-game > div > div > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.list-game > div > div > div > div {
  margin: auto;
  padding: 16px;
  border-radius: 15px;
  color: #333639;
  -webkit-transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: #fff;
}

.list-game > div > div > div > div > div {
  width: calc(100% + 16px);
  margin: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.list-game > div > div > div > div > div > div:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px;
  max-width: 33.333333%;
  -ms-flex-preferred-size: 33.333333%;
      flex-basis: 33.333333%;
}

.list-game > div > div > div > div > div > div:first-child > div {
  position: relative;
  padding-top: calc(100%);
  background-color: white;
}

.list-game > div > div > div > div > div > div:first-child > div > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: inherit;
     object-fit: inherit;
  top: 0px;
  left: 0px;
  opacity: 1;
  -webkit-transition: filterBrightness 75ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 50ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: filterBrightness 75ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 50ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.list-game > div > div > div > div > div > div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 25px 25px;
  max-width: 100%;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-game > div > div > div > div > div > div:nth-child(2) > a {
  width: 76px;
}

.list-game > div > div > div > div > div > div:last-child > div > ul > li > a {
  color: black !important;
  background-color: transparent !important;
}

.list-game > div > div > div > div > div > div:last-child > div > ul > li > a:hover {
  color: black !important;
  background-color: transparent !important;
}

ul.cnss-social-icon li.cn-fa-icon a {
  background-color: inherit !important;
}

#tabs > h4 {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
}

#tabs .tab {
  cursor: pointer;
  z-index: 5;
  margin: 0px 3px;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  font-size: 0.8125rem;
  text-align: center;
  -webkit-transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, -webkit-box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 16px;
}

#tabs .tab:hover {
  background-color: #cecece;
}

#tabs .whiteborder {
  color: #fff;
  background-color: #FF8400;
}

#tabs .whiteborder:hover {
  background-color: #ff8d14;
}

.btn-content {
  width: 1265px;
  margin: 25px auto;
  padding: 25px 0px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#tabs .hide {
  display: none;
}

.form-tiendas {
  width: 800px;
  margin: 50px auto;
  position: relative;
}

.form-tiendas > label {
  display: block;
  font-size: 1.575rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
}

.form-tiendas > select {
  width: 100%;
  height: 50px;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 6px solid #f1b997;
  border-radius: 3px;
}

.form-tiendas .arrow {
  top: 57px;
  right: 15px;
  border: solid black;
  display: inline-block;
  padding: 3px;
  position: absolute;
  border-width: 0 3px 3px 0;
}

.form-tiendas .down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.contact > div {
  margin: 75px auto 0px;
  max-width: 396px;
  padding-left: 24px;
  padding-right: 24px;
}

.contact > div > p {
  display: none;
}

.contact > div p {
  width: 100%;
  display: block;
}

.contact > div form > div {
  margin: 25px 0px;
}

.contact > div form input {
  width: 100%;
  border-color: transparent;
  background-color: #e7e7e7;
  border-bottom: 1px solid #2F2F2F;
}

.contact > div form input:focus {
  border: 0px solid transparent;
  outline: transparent;
}

.contact > div form textarea {
  width: 100%;
  height: 76px;
  max-width: 396px;
  min-width: 396px;
  max-height: 76px;
  min-height: 76px;
  border-color: transparent;
  border-bottom: 1px solid #2F2F2F;
  background-color: #e7e7e7;
}

.contact > div form textarea:focus {
  outline: transparent;
}

.contact > div form input[type=submit] {
  margin: 0px auto;
  height: 36px;
  color: white;
  border-color: transparent;
  background-color: #ff8400;
}

.contact > div form input[type=submit]:focus {
  border: 0px solid transparent;
  outline: transparent;
}

.info-juego {
  top: -25px;
  margin: 0px;
  padding: 0px;
  position: relative;
  list-style: none;
}

.info-juego > li {
  margin: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-juego > li img {
  width: 18px;
  height: 18px;
  margin-right: 45px;
}

.caracteristicas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.caracteristicas > ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.caracteristicas > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.caracteristicas > ul > li img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.caracteristicas > ul > li + li {
  margin-left: 25px;
}

.caracteristicas .btn-black {
  color: white;
  padding: 7px 10px;
  text-decoration: none;
  border-radius: 7px;
  background-color: #2F2F2F;
}

.single-second {
  margin: 40px auto 0px;
  max-width: 1200px;
}

.single-second > div:first-child {
  color: #ff8400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-second > div:first-child > div:first-child > h2 {
  margin: 0px;
  font-size: 3rem;
}

.single-second > div:first-child > div:last-child > div:first-child {
  background-color: white;
  padding: 24px;
  border-radius: 15px;
}

.single-second > div:first-child > div:last-child > div:first-child > h3 {
  color: #2A2C2F;
  font-size: 1.25rem;
}

.single-second > div:first-child > div:last-child > div:first-child > ul {
  top: 0px;
  color: #2A2C2F;
}

.single-second > div:first-child > div:last-child > div:first-child > ul > li {
  font-size: 0.9rem;
}

.single-second > div:first-child > div:last-child > div:first-child > div > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single-second > div:first-child > div:last-child > div:first-child > div > ul > li {
  margin: 14px 0px;
  font-size: 1.25rem;
}

.single-second > div:first-child > div:last-child > div:first-child > div > ul > li + li {
  margin-left: 0px;
}

.single-second > div:first-child > div:last-child > div:last-child {
  top: 40px;
  margin-top: -20px;
  position: relative;
}

.single-second > div:last-child > h3 {
  font-size: 1.25rem;
}

.single-second > div:last-child > div {
  margin: 48px 0px;
  padding: 24px;
  border-radius: 15px;
  background-color: white;
}

.single-second > div:last-child > div > p {
  font-size: 1rem;
}

.banner-single-sencond {
  position: relative;
  text-align: center;
}

.banner-single-sencond > div {
  background-color: white;
  padding-top: calc(18.75%);
  position: relative;
}

.banner-single-sencond > div > img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: inherit;
     object-fit: inherit;
  top: 0px;
  left: 0px;
  opacity: 1;
  -webkit-transition: filterBrightness 75ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 50ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: filterBrightness 75ms cubic-bezier(0.4, 0, 0.2, 1) 0s, filterSaturate 100ms cubic-bezier(0.4, 0, 0.2, 1) 0s, opacity 50ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  vertical-align: middle;
}

.slider-single {
  display: -ms-grid;
  display: grid;
  padding: 0px;
  -ms-grid-rows: 200px;
      grid-template-rows: 200px;
  -ms-grid-columns: 100px;
      grid-template-columns: 100px;
}

.slider-single > img:first-child {
  width: 560px;
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: five;
  -ms-grid-row: row1-start;
      grid-row-start: row1-start;
  grid-row-end: 1;
  margin-bottom: 25px;
}

.slider-single > img {
  width: 100px;
  display: block;
  gap: 15px 10px;
}

.slider-single > img:last-child {
  left: 10px;
  position: relative;
}


@media (max-width: 1180px) {
  #banner h1 {
    font-size: 16px !important;
  }
  #banner h3 {
    font-size: 16px !important;
  }
  #play > div {
    width: 100% !important;
    margin: 0px !important;
  }
  #videoreview {
    max-width: 100%;
  }
  #lastGameContent > div {
    width: 100% !important;
    margin: 0px !important;
  }
  footer .footer-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-content > div {
    margin: 25px 0px;
  }
  .textwidget {
    padding: 0px 25px;
  }
}

@media (max-width: 950px) {
  #banner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bannerlg {
    max-width: 100% !important;
  }
  .bannersm {
    max-width: 100% !important;
  }
  #banner .bannerlg > a > div > div:last-child {
    left: 16px;
    width: 80%;
  }
  #banner .bannerlg > a > div > div:last-child > div {
    width: 100%;
    max-width: 500px;
  }
  .responsive {
    display: block !important;
    right: 0px !important;
  }
  .icon-menu-responsive {
    display: block;
  }
  #menu-menu-principal {
    display: none;
    position: absolute;
    top: 120px;
    right: -478px;
    z-index: 20;
    padding-top: 20px;
    background-color: #2b2c2f;
    width: 430px;
    height: 100%;
  }
  #menu-menu-principal > li {
    display: block !important;
    padding: 0px;
    padding-top: 25px;
    width: 100%;
  }
  #menu-menu-principal > li + li {
    padding-top: 25px;
  }
  #menu-menu-principal > li:last-child {
    margin-bottom: 25px;
  }
}

@media (max-width: 770px) {
  #play > h2 {
    margin-left: 15px;
  }
  #play > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #lastGameContent > h2 {
    margin-left: 15px;
  }
  #videoreview > h2 {
    margin-left: 15px;
  }
  #videoreview > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #videoreview > div iframe {
    height: 350px !important;
  }
}

@media (max-width: 450px) {
  #banner .bannerlg > a > div > div:last-child > div {
    width: 100%;
    max-width: 500px;
    padding-right: 45px;
  }
  #play > div > div > a > div {
    width: 270px;
  }
}

.author-page {
  margin: 25px auto 0px;
  max-width: 1250px;
}

.author-page .author-profile-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.author-page .author-profile-card .author-photo {
  text-align: center;
}

.author-page .author-profile-card > div:last-child {
  padding: 0px 50px;
}

.author-page .author-profile-card > div:last-child > p {
  padding: 25px;
  background-color: lightgray;
}

.author-page > h2 {
  text-align: center;
}


.colabora-form {
  width: 1075px;
  margin: 0px auto;
}

.colabora-form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.colabora-form > div input {
  width: 100%;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 3px;
}

.colabora-form > div label {
  font-size: 20px;
  font-weight: 700;
}

.colabora-form > div input[type=file] {
  color: #fff;
  display: none;
}

.colabora-form > div textarea {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 3px;
}

.colabora-form > div input[type=submit] {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto !important;
  color: #fff;
  cursor: pointer;
  padding: 15px 25px;
  margin: 0px auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  -webkit-box-shadow: 0 4px 4px #02020249;
          box-shadow: 0 4px 4px #02020249;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ff8400;
}

.colabora-form > div input[type=submit]:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #b25c00;
}

.files > div .file-name {
  margin-right: 25px;
}

.files > div > p {
  margin: 0px;
}

.files > label {
  margin: 0px;
}

.files > span {
  margin: 0px;
  display: block;
  font-size: 8px;
  font-weight: 400;
}

.files > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.files > div > input {
  margin-left: 30px;
}

.files > div .file-name {
  height: 40px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  position: relative;
}

.files > div .file-name:before, .files > div .file-name:after {
  z-index: 2;
  content: '';
  position: absolute;
}

.files > div .file-name:before {
  top: 17px;
  right: 20px;
  width: 16px;
  height: 17px;
  background-image: url(../img/paperclip.svg);
}

.files > div .modal-button {
  top: -15px;
  right: 0px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  z-index: 5;
  display: block;
  position: absolute;
  background-image: url(../img/popup.svg);
  background-repeat: no-repeat;
}

.files > div .btn {
  height: 100% !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  cursor: pointer;
  font-style: normal;
  -webkit-box-shadow: 0 4px 4px #02020249;
          box-shadow: 0 4px 4px #02020249;
  text-transform: uppercase;
  background-color: #ff8400;
}

.files > div .btn:hover {
  background-color: #b25c00;
}

.files br {
  display: none;
}

.files > p {
  display: none;
}

@media (max-width: 1085px) {
  .colabora-form {
    width: 100%;
  }
}

@media (max-width: 475px) {
  .colabora-form form {
    width: 100%;
  }
}

.item-list span {
	width: 170px;
	margin: 0px auto;
	display: block;
	font-weight: 600;
}

.item-list h4 {
	margin: 0px;
	font-size: 1.1rem;
  font-weight: 700;
}

header nav {
	display: flex;
	align-items: center;
	margin-right: 15px;
}

header nav form label{
	display: none;
}


header nav form input {
	border-radius: 4px;
}

nav form > div input:last-of-type {
  color: white;
  border: 1px solid transparent;
  background-color: #FF8400;
}

.menu li {
	margin: 0px;
	z-index: 3;
	position: relative;
}

.menu li:hover ul {
	  display: flex;
    flex-direction: column;
}

.menu li ul {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-color: #2b2c2f;
	width: 210px;
	z-index: 1;
	left: 0px;
	top: 25px;
	display: none;
}

.menu li ul:hover {
	display: block;
}

.menu li ul li {
	margin: 15px 0px
}
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
	padding-top: 0px !important;
  background-color: #444;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider {
  position: relative;
  width: 9999px;
}
.slider:before,
.slider:after {
  display: table;
  content: ' ';
}
.slider:after {
  clear: both;
}
.slider__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  height: 100%;
	display: flex;
	align-items: center;
}
.slider__item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.slider__switch span {
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
}
/* Arrows */
.slider__switch {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  padding: 10px 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  border-radius: 1px;
  background: #000;
  opacity: .3;
  transition: opacity .15s ease;
  fill: #fff;
}
.slider__switch--prev {
  left: 10px;
}
.slider__switch--next {
  right: 10px;
}

.slider__switch:hover {
  opacity: .85;
}
.slider__switch[disabled] {
  visibility: hidden;
  opacity: 0;
}
.slider__caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: block;
  max-width: 500px;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, .8);
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */
}
.slider__caption[disabled] {
  opacity: 0;
  visibility: hidden;
}
.slider-nav {
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99999;
  filter: alpha(opacity=90); /* ie8 */
}
.slider-nav__control {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  -webkit-transition: background .5s ease;
     -moz-transition: background .5s ease;
       -o-transition: background .5s ease;
          transition: background .5s ease;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.slider-nav__control.is-active {
  width: 12px;
  height: 12px;
  background: #fff;
}
.slider.has-touch {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor:    -moz-grabbing;
}
@media (max-width: 580px) {
  .slider__switch {
    display: none;
  }
  .slider__caption {
    display: none;
  }
}

.single > div > div:first-child > div > ul > li + li {
	margin: 5px 0px!important;
}

.single > div > div:first-child > div > ul > li {
	margin: 5px 0px !important;
}

.single-content {
	margin-top: 20px !important;
}
.single-content > div:first-child {
	position: sticky;
	top: 20px;
}

.single-content img {
	width: 733px;
}

.single-content iframe {
	height: 412px !important;
}

.single-content h2 {
	margin-left: 25px;
}

.title-othersnews {
	width: 100%;
	max-width: 770px;
	font-weight: 600;
	display: block;
	font-size: 1.25rem;
	margin: 0px;
}

.rrss-single-second li {
	display: block !important;
}

.footer-content h4 {
	font-size: 1.25rem;
	font-weight: 500;	
}

.publicaciones span {
	font-size: 0.55rem;
	font-weight: 300;
	padding-top: 16px;
	padding-bottom: 4px;
}

.tiendas h3 {
	margin: 0px;
}

.tiendas > div {
	height: 480px;
}

.tiendas > div > div > div:last-child {
	bottom: -5px;
}

.imprime > div > div > div:nth-child(2) > h3 {
	margin: 0px;
}

.revista h4 {
	margin-bottom: 10px;
}

.revista > div > div > div:first-child {
	padding-top: calc(97%) !important;
}

#banner .bannersm > a > div > div:last-child > div:last-of-type > div:last-child  img{
	right: -165px;
}

.icon-orange-dice {
	background: url('/wp-content/uploads/2021/03/dice-orange-1.svg');
	background-repeat: no-repeat;
  background-size: contain;
  width: 56px;
  height: 20px;
	fill:#ff0000 !important;
}

.icon-orange svg {
	fill: #ff0000 !important;
}

#banner .bannerlg > a > div > div:last-child > div h1 {
	font-size: 24px;
}

#banner .bannersm > a > div > div:last-child > div:last-child > div > h3 {
	margin: 0px;
	font-size: 24px;
}

#banner .bannersm > a > div > div:last-child > div:last-child > div {
	width: unset;
	padding-right: 115px;
}

.title {
	line-height: 57px;
}

.text-box > div p {
	font-size: 20px;
}

.item-list > div > div > div:nth-child(2) > h3 {
	font-size: 18px;
}

.banner-interior > h1 {
	margin: 0px;
	line-height: 1.235;
}

footer .footer-content > div:first-child > h4 {
	margin-bottom: 0.35em;
}

.main-nav {
	margin: 0px;
	padding: 0px;
}

.main-nav ul {
	margin: 0px;
	padding: 0px;
}

footer .footer-content > div > div {
	margin: 0px;
}

footer {
	max-width: 970px;
}

footer .footer-content > div > div .item-rrss > li {
	margin: 10px !important;
}

.content-tienda a {
    color: #fff;
	  margin-top: 10px;
	  display: inline-block;
    padding: 7px 17px;
    font-size: 0.875rem;
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 27%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 27%);
    font-weight: 500;
    line-height: 1.75;
    border-radius: 4px;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #FF8400;
}

.content-tienda a:hover {
    background-color: #b25c00;
}

.content-singleone p {
	font-size: 1rem;
  font-family: Titillium Web;
  font-weight: 400;
  line-height: 1.5;
	margin: 0px;
}

.content-singleone img {
	width: 100%;
	height: 100%;
}


.content-singleone h2 {
	font-size: 1.8rem;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.is-search-form label {
	margin-right: 7px;
}



.is-search-form label input {
    border-radius: 3px !important;
}

.is-form-style.is-form-style-3 label {
	width: 160px !important;
}

.is-search-form button {
	border-radius: 3px !important;
}

.is-search-form button span {
	border-radius: 3px !important;
}

.bannerlg img:hover {
	transform: scale(1.01, 1.01);
}

.bannersm img:hover {
	transform: scale(1.01, 1.01);
}
    
.icon-menu-responsive {
    background-image: url('/wp-content/uploads/2021/03/menu.png');
}


.banner-content {
	align-items: center !important;
}

.banner-content > div:first-child {
    margin-top: -31px !important;
}
.banner-content > div:first-child h1 {
	font-size: 2.2rem;
	margin-top: 0px;
}

.banner-content > div:first-child img {
	width: 150px;
}
.avanzado > div:first-child {
    margin-top: -55px !important;
}

.novedades > div:first-child {
    margin-top: -55px !important;
}


@media (max-width: 1060px) {
	.banner-content > div:first-child {
    margin-top: -11px !important
}
			.banner-content > div:last-child {
		display: none;
	}
	.banner-content {
		margin-top: 75px;
		justify-content: center;
	}

	.list-game > div {
		width: 100% !important;
	}
	#menu-menu-principal>li {
		margin: 15px 0px !important;
		padding-top: 0px !important;
	}
	.sub-menu {
		top: 35px!important;
		left: -16px!important;
		display: flex !important;
		flex-direction: column !important;
	}
}

@media (max-width: 600px) {
	.list-game > div > div > div > div > div {
		flex-direction: column;
	}
	.list-game > div > div > div > div > div > div:first-child {
		max-width: 100% !important;
	}
	.caracteristicas {
		flex-direction: column;
		align-items: flex-start;
	}
	.caracteristicas > ul {
		flex-direction: column;
		
	}
	.caracteristicas > ul > li{
		margin-top: 15px;
		margin-left: 0px !important;
	}
	.caracteristicas .btn-black {
		margin-top: 15px;
	}
	.list-game > div > div > div > div > div > div:nth-child(3) {
		position: relative;
	}
	.list-game > div > div > div > div > div > div:nth-child(3)  ul{
		position: absolute;
		right: 10px;
		top: -405px;
	}
}


@media (max-width: 440px) {
	.responsive {
		right: -150px !important;
	}
}
@media (max-width: 700px) {
	.is-search-form {
		display: none;
	}
	.btn-header {
		display: none;
	}
}

@media (max-width: 515px) {
	.banner-interior > div {
		    padding-top: calc(48.75%);
	}
	.banner-content {
		margin-top: -5px;}
	}
.contact > div form textarea {
	min-width: 100% !important
}



@media (max-width: 1265px) {
	.btn-content {
		width: 100%;
	}
}

.about > h1 {
	
}

nav {
	text-transform: uppercase;
}

h1 {
	text-transform: uppercase;
}

.without-result {
	width: 100% !important;
	font-size: 24px !important;
	text-align: center;
}

.resultados > div > div{
/* 	height: 480px !important; */
}

.btn-result {
position: absolute !important;
    top: 465px !important;
    left: 295px !important;
    width: 100%;
}

.slider-single > img:first-child {
	width: 500px !important;
	height: 500px !important;
}

.slider-single > img {
	width: 70px;
	height: 100%;
}

.single-second > div:first-child > div:last-child > div:first-child > ul > li {
	font-size: 16px;
}

.single-second > div:first-child > div:last-child > div:first-child {
	top: -25px;
	padding: 4px 24px !important;
	position: relative;	
}

.single-second {
	max-width: 1140px !important;
}


.flex-juegos {
	display: flex;
	align-items: center;
}

.list-game {
	flex: 0;
  margin-left: 145px;
	margin: inherit !important;
}

.list-game > div {
	margin-right: 5px;
}

.review-snippet {
		top: -75px;
    flex: 0;
    margin-left: 25px;
		margin-right: -55px;
    cursor: pointer;
		position: relative;
    display: block;
}

.content-juegos {
	display: flex;
	justify-content: center;
}

.snippet > div > div {
	width: 150px;
	height: 280px;
}

.review-snippet h2 {
	font-size: 20px;
}

.snippet span {
	width: auto;
	display: inline-block;
}

.snippet > div > div {
	    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.snippet > div > div:hover {
    transform: scale(1.05, 1.05);
	    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.text-box > div {
	padding: 24px !important;
}

@media (max-width: 1330px) {
	.review-snippet {
		display: none;
	}
	.flex-juegos {
		display: inherit;
	}
	.is-form-style.is-form-style-3 label {
		
	}
	#lastGameContent {
		padding: 0px 25px;
	}

	#play {
		padding: 0px 25px;
	}
	
	.btn-content {
		width: 100%;
	}
}

.is-search-submit {
	cursor: pointer;
}

.about {
	padding: 0px 25px;
}
.about p {
	line-height: 24px;
		font-size: 16px;
}

@media (max-width: 830px) {
	.about h1 {
		font-size: 29px;
		text-align: center;
	}
		.about p {
		font-size: 16px;
	}
}


.btn-up {
		background: url('/wp-content/uploads/2021/04/up-arrow-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
	cursor: pointer;
  fill: #fff;
    z-index: 25;
    position: absolute;
    margin-top: 21px;
    margin-left: 22px;
}

.up {
	width: 56px;
	height: 56px;
	position: fixed;
	right: 25px;
	bottom: 25px;
	background-color: #ff7325;
	border-radius: 100px;
}

.addtoany_share_save_container {
	padding-top: 0px !important;
}

.addtoany_share_save_container div {
	display: flex;
	flex-direction: column;
}

.addtoany_share_save_container div > a:last-child {
	display: none;
}

.item-rrss-entradas {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.item-rrss-entradas img {
	width: 18px;
	height: 18px;
}

.item-rrss-entradas li {
	margin: 25px 0px;
}

.item-rrss-entradas li:first-child{
	margin-top: 10px;
}


.item-rrss-entradas-juegos {
	position: relative;
	right: 45px;
	top: 15px;
}

.item-rrss-entradas-juegos-single {
    text-align: center;
}

.item-rrss-entradas-juegos-single li {
    display: inline-block;
	margin: 0px 10px;
}



.slider{
		width: 100% !important;
    position: relative;
    margin: 0px;
		padding: 0px;
    height: 500px;
}

.slider .item img {
    object-fit: cover;
    width: 100%;
    height: 500px;
}

.slider .previous, .slider .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}
.slider .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.slider .previous:hover,
.slider .next:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.slider .item {
    animation-name: fade;
    animation-duration: 1.5s;
}
@keyframes fade {
    from {
        opacity: 0.4
    }
    to {
        opacity: 1
    }
}


#banner .bannersm > a > div > div:last-child > div:last-of-type > div:last-child img {
	top: 25px;
	right: 25px;
}

#caf-filter-layout2 ul.dropdown {
	padding: 10px 0 10px !important;
}

#caf-post-layout-container {
	padding: 0px !important;
}

.dropdown {
	border: 1px solid rgb(204, 204, 204);
	border-radius: 5px;
	background-color: #fff;
}

.init {
	position: relative;
	padding-left: 25px;
	text-align: left !important;
}

.init span:first-child {
	display: none;
}

.result {
	border-bottom: 0px !important;
}

.init ul {
	right: 0px !important;
	width: 100% !important;
	border-radius: 5px;
	border: 1px solid rgb(204, 204, 204);
	margin-top: 10px !important;
}

.init ul a {
  text-decoration: none;
}

.init .arrow-down {
	right: 25px;
	position: absolute;
}

.init .arrow-up {
	right: 25px;
	position: absolute;
}

.caf-row {
	padding: 20px 0px !important;
}

.caf-row article{
	color: #5a5f5f !important;
	flex: inherit;
	padding: 20px !important;
	margin-bottom: 17px !important;
	border-radius: 4px;
	background-color: #fff;
}

.data-target-div1 .error-caf {
	color: #333639 !important;
	font-size: 34px !important;
	background-color: #e7e7e7 !important;
}

#caf-post-layout4 .caf-content {
	color: #333333;
	font-size: 0.9rem;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

#caf-post-layout4 .caf-meta-content-cats {
	display: none !important;
}

.caf-read-more {
	background-color: #ff8400 !important;
}

.caf-post-title h2 {
	color: #333639 !important;
	font-weight: 700;
	font-size: 1.575rem !important;
}

@media (max-width: 1530px) {
	#banner .bannersm > a > div > div:last-child > div:last-child > div {
		padding-right: 45px;
	}
}

#banner .bannerlg > a > div > div:last-child > div h1 img {
	right: 0px;
	position: relative;
	top: 0px;
}

#banner .bannersm > a > div > div:last-child > div:last-child > div h3 img {
	right: 0px;
	position: relative;
	top: 0px;
}


.publicaciones > div > div {
	box-shadow:none !important;
}

.imprime>div>div>div:nth-child(2) {
	height: 150px;
}

.resultados > div > div {
	height: 500px !important;
}

#lastGameContent > div > div > a > div {
	width: 390px !important;
}

@media (max-width: 1030px) {
	#lastGameContent > div > div > a > div  {
		width: 100% !important;
	}
}

.single > div > div > p a {
	color: #333639;
}

.btn-header {
	margin-right: 25px;
	font-weight: 700;
}

img.sab-custom-avatar {
	max-width: inherit ;
}

.saboxplugin-wrap {
	margin-top: 35px;
	padding-top: 0px !important;
	background-color: #fff !important;
}

.slider-alianzas {
	margin: 64px auto;
	max-width: 1200px;
}

.wpcp-carousel-section .slick-list {
	margin-right: 0px !important;
	left: 5px;
	position: relative;
}

.slick-next, .slick-prev {
	top: 58px !important;
}

.newsletter {
	width: 1200px;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsletter form {
	display: flex;
	align-items: center;
}

.newsletter form p {
	margin-top: 0px ;
	margin-right: 10px;
}

.newsletter h3 {
	color: #fff;
	margin: 0px 10px 0px 0px;
}

.newsletter input {
	height: 25px;
	border-radius: 3px;
	border: 1px solid lightgray;
}

.newsletter input[type="submit" i] {
    color: #fff;
		height: 100%;
    padding: 7px 17px;
    font-size: .875rem;
    box-shadow: 0 4px 4px rgb(0 0 0 / 27%);
    font-weight: 500;
    line-height: 1.75;
    border-radius: 4px;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ff8400;
	border: 1px solid transparent;
	margin-top: 15px;
	cursor: pointer;
}
.newsletter input[type="submit" i]:hover {
	background-color: #b25c00;
}

@media (max-width: 1180px){
	#banner .bannerlg > a > div > div:last-child > div h1 {
		font-size: 1.5em;
	}
}

.orange-newsletter {
	height: 40px;
	display: flex;
	align-items: center;
	padding: 5px 0px 5px 20px;
	margin-right: 10px;
	border-radius: 3px;
	background-color: #ff8400;
}

.btn-colabora {
	padding: 13px 17px !important;
}

.newsletter input[type="submit" i] {
	padding: 11px 17px !important;
}

.newsletter input[type="text"] {
	width: 200px;
}

.newsletter input[type="email"] {
	width: 380px;	
}

.wpcp-carousel-wrapper {
	width: 960px;
	margin: 0px auto;
}

.title-colaboraciones {
	text-align: center;
}

.title-colaboraciones h1 {
	margin: 0px;
	margin-top: 50px;
	font-size: 45px;
}
.title-colaboraciones span {
	font-size: 18px;
}

.author-page {
	width: 1070px !important;
}

.saboxplugin-socials {
	display: flex !important;
	flex-direction: column;
	margin-left: 125px;
}

.post {
  background-color: grey;
  margin: 1rem;
  position: relative
}

.modal-share {
	width: 100%;
	height: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
/*   width: 200px; */
  background-color: rgba(0, 0, 0, 0.274);
  display: none;
	z-index: 20;
}

.modal-share h2 {
	text-align: center;
}


.modal-share h3 {
	text-align: center;
}

.modal-share div {
	width: 740px;
	height: 540px;
	margin: 0px auto;
	padding: 25px;
	margin-top: 125px;
	background-color: #fff;
	border-radius: 5px;
}

.modal-share div div {
	padding: 0px;
	height: 410px;
	margin-top: 0px;
	overflow-y: scroll;
}

.modal-share ul {
	list-style: none;
	padding: 0px 15px;
}

.modal-share li {
	margin: 15px 0px !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal-share img {
	width: 150px !important;
	height: 100% !important;
}

.close-share {
	color: #fff;
  position: absolute;
  right: 25px;
	top: 25px;
	font-size: 40px;
	cursor: pointer;
}

.buttons {
	align-items: flex-start;
	flex-direction: column;
}

.buttons li {
	margin: 7px 0px;
	margin-left: 0px !important
}

.caracteristicas .btn-black {
	width: 110px;
	text-align: center;
}

footer {
	padding-top: 0px !important;
}

#authorlist {
	margin: 25px 0px;
}

#authorlist ul {
	display: flex;
	width: 1200px;
	flex-wrap: wrap;
	margin: 0px auto;
	list-style: none;
}

#authorlist img {
    width: 200px;
    height: 100%;
    border-radius: 100%;
	margin-bottom :25px;
}
#authorlist ul li {
	width: 200px;
	height: 100%;
	margin: 0px 15px;
	text-align: center;
	padding: 25px;
	border-radius: 7px;
	background-color: #fff;
	margin-bottom: 35px;
	
}


#authorlist div a{
	color: #fff;
    padding: 7px 17px;
    font-size: .875rem;
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 27%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 27%);
    font-weight: 500;
    line-height: 1.75;
    border-radius: 4px;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #ff8400;
}

form span:first-child{
	display: block !important;
}



.about-author {
	display: flex;
	margin-top: 25px;
	align-items: flex-start;
	padding: 25px !important;
	border-radius: 5px;
	background-color: #fff !important;
}

.about-author-text {
	font-size: .875rem;
	padding: 0px 25px;
	font-weight: 700 !important;
}

.about-author-text p {
	font-size: .875rem;
	font-weight: 700 !important;
}

.about-author-text h3 {
	font-size: 35px;
	margin: 0px;
}

.about-author-text ul {
	margin: 50px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

.about-author img {
	width: 175px !important;
	border-radius: 100%;
}


.form-mapadetiendas > div {
  display: flex;
  padding: 25px;
  width: 800px; 
  /* align-items: center; */
  margin: 0px auto;
  height: 320px;
  border-radius: 4px;
  background-color: #fff;
}

.form-mapadetiendas > div  div {
  width: 50%;
  margin-top: 10px;
}

.form-mapadetiendas > div  div h3 {
  font-size: 25px;
  font-weight: 700;
}

.form-mapadetiendas > div  div p {
  font-size: 18px;
  /* font-weight: 700; */
}

.form-mapadetiendas > div  div a {
  position: relative;
  top: 25px;
}

.form-mapadetiendas > div  div:first-child {
  margin-right: 25px;
}

.form-mapadetiendas > div  div:last-child {
  width: 446px;
  height: 300px;
}

.form-mapadetiendas > div  div:last-child iframe {
  border: 0px solid transparent;
}

.form-select-ul {
  width: 800px;
  margin: 0px auto;
}

.form-select-ul ul{
  padding: 15px;
  margin: 25px 0px;
  list-style: none;
  width: 820px;
  background-color: #fff;
  
}

.form-select-ul ul li {
  padding: 15px;
  
}

.form-select-ul ul li a{
  color: #333333;
  font-size: 24px;
  text-decoration: none;
}

.content-mapadetiendas {
  margin: 25px 0px;
}




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