/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/*@import url("https://www.esports85.com/wp-content/themes/Esports85/css/df.css?v=4.0.6");*/

/* gallery */

body.carrito .woocommerce-message{display: none;}

#gallery {
    overflow-x: clip;
    position: relative;
    background-color: var(--colorPrimary);
    margin: 12.5rem 0 16.25rem 0;
}
#gallery::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10rem;
    top: 0;
    transform: translateY(-100%);
    background: url(../img/df_gallery_bg1_top.png) no-repeat center top;
    background-size: cover;
}
#gallery::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 16.25rem;
    bottom: 0.5rem;
    transform: translateY(100%);
    background: url(../img/df_gallery_bg1_bottom.png) no-repeat center bottom;
    background-size: cover;
}
#gallery .container {
    z-index: 2;
}
#gallery .wrapper {
    transform: translateY(-12.5rem);
}
#gallery .wrapper ul li {
    width: 50vh;
    height: 50vh;
    opacity: 0;
    transform: scale(0.75);
    transition: all 0.5s ease-in-out;
    z-index: 0;
}
#gallery .wrapper ul li.swiper-slide-prev, #gallery .wrapper ul li.swiper-slide-next {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}
#gallery .wrapper ul li.swiper-slide-active {
    opacity: 1;
    transform: scale(1.25);
    z-index: 2;
}
#gallery .wrapper ul li .photo {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 0.8rem solid var(--colorPrimary);
    border-radius: 100%;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
}
#gallery .wrapper .swiper-pagination {
    width: auto;
    bottom: -10rem;
    left: 0;
    font-size: 2.4rem;
    color: var(--colorLight);
    padding: 0 5rem;
}
#gallery .wrapper .swiper-arrows {
    position: absolute;
    right: 0;
    bottom: -10rem;
    padding: 0 5rem;
}
.gallery {
    position: relative;
    padding: 3.75rem 0 7.5rem 0;
}
.gallery ul {
    z-index: 0;
}
.gallery ul li .photo {
    height: 50vh;
}
.gallery .swiper-pagination {
    position: absolute;
    width: auto;
    left: 0;
    bottom: 2.5rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--colorGray);
}
.gallery .swiper-arrows {
    position: absolute;
    right: 0;
    bottom: 2.5rem;
    padding: 0;
}
.gallery .swiper-arrows span {
    color: var(--colorGray);
}
.gallery .swiper-arrows span:hover {
    color: var(--colorPrimary);
}
.gallery .swiper-arrows span.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.gallery .swiper-arrows span i {
    font-size: 3.2rem;
}

/*  Swiper  */
.swiper-arrows {
    font-size: 6.2rem;
    line-height: 0.75;
    color: var(--colorLight);
}
.swiper-arrows > span {
    display: inline-block;
    cursor: pointer;
}
.swiper-arrows .swiper-button-disabled {
    opacity: 0.5;
    cursor: inherit;
}

/*------------------------------------*\
IMAGES
\*------------------------------------*/

main .photo, main .video {
    position: relative;
    padding: 1.25rem !important;
}
main .photo::after, main .video::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background: url(../img/df_photo_bg1.png) no-repeat center;
    background-size: contain;
    transform: translate(-50%, -50%);
    z-index: -1;
}
main .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
main .photo a {
    display: block;
    height: 100%;
}
main .photo a img {
    transition: all 0.5s ease-in-out;
}
main .photo a:hover img {
    transform: scale(1.05);
}
main .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .bg {
    overflow: inherit;
    position: absolute;
    width: 80vw;
    height: 100%;
    top: 0;
    left: 50%;
    pointer-events: none;
    z-index: 0;
}
main .parallax-container.bg {
    width: 100%;
    max-width: 1360px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
main .bg figure {
    width: 100%;
    height: 100%;
}
main .bg figure:not(.parallax) img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top right;
}
main .bg .parallax img {
    min-width: inherit;
    object-fit: contain;
}

figure.square.photo img {
    border-radius: 100% !important;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
	width: 500px;
    height: 500px;
	max-width: unset;
}
@media (max-width: 1024px) {
	figure.square.photo img {
		width: 400px;
		height: 400px;
	}
}
@media (max-width: 375px) {
	figure.square.photo img {
		width: 330px;
		height: 330px;
	}
}
@media (max-width: 320px) {
	figure.square.photo img {
		width: 300px;
		height: 300px;
	}
}
figure.square.photo {
    text-align: center;
}
/*ul:not(.browser-default)>li {
    list-style-type: none;
}*/
.gallery ul li .photo {
    height: auto;
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/*  form  */
.form {
    margin-top: 5rem;
}
.form h6, .form legend {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--colorSecondary);
    margin-top: 5rem;
}
.form fieldset.row {
    margin: 0;
}
.form .input-field, .form fieldset.row .text, .form fieldset.row .input-mix {
    display: block;
    margin: 2.5rem 0 0 0;
}
.form fieldset.row legend, .form fieldset.row .input-field, .form fieldset.row .radio, .form fieldset.row .checkbox, .form fieldset.row .switch, .form fieldset.row .text, .form fieldset.row .input-mix {
    padding: 0;
}
.form fieldset.row .text, .form fieldset.row .input-mix, .form fieldset.row .input-mix * {
    font-size: 1.6rem;
}
.form fieldset.row ul.text > li {
    list-style-type: disc !important;
    list-style-position: outside !important;
    margin-left: 1.75rem;
    padding-left: 0.75rem;
}
.form .wpcf7-form-control-wrap {
    display: block;
}
.form p:not(.button) input {
    height: 5.8rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: calc(5.8rem - 1px);
    color: var(--colorDark);
    border-bottom: 1px solid var(--colorGray);
    padding: 0;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
}
.form p:not(.button) input[type="file"] {
    width: 100%;
    height: auto;
    line-height: 3.2rem;
    padding: 2.5rem 0;
}
.form p:not(.button) input[type="file"] + label {
    transform: translateY(-14px) scale(0.8);
}
.form fieldset.row .input-mix .wpcf7-form-control-wrap {
    display: inline;
}
.form fieldset.row .input-mix input {
    width: 50%;
    height: 2.4rem;
    line-height: calc(2.4rem - 1px);
    margin: 0 0.5rem;
}
.form p:not(.button) textarea {
    height: 15rem !important;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--colorDark);
    border-bottom: 1px solid var(--colorGray);
    padding: 2rem 0 0 0;
    margin-bottom: 0;
    transition: all 0.5s ease-in-out;
}
.form .input-field span label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--colorPrimary);
    cursor: text;
    white-space: nowrap;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    pointer-events: none;
}
.form .input-field span label:not(.label-icon).active, .form .input-field span input[type="date"] + label, .form .input-field span .select-wrapper + label {
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.form .checkbox, .form .radio, .form .switch {
    margin-top: 2.5rem;
}
.form fieldset.row .switch > label {
    display: inline-block;
    font-size: 1.6rem;
    margin: 1.25rem 1.25rem 0 0;
}
.form p.checkbox .wpcf7-list-item, .form p.radio .wpcf7-list-item {
    margin: 0 0 0 2.5rem;
}
.form p.checkbox [type="checkbox"] + span:not(.lever) {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--colorPrimary);
    padding-left: 3.75rem;
    margin-left: 0;
}
.form p.radio [type="radio"] + span {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--colorPrimary);
    padding-left: 2.5rem;
}
.form .button {
    margin-top: 5rem;
}
.form .button input[type="submit"] {
    color: var(--colorLight);
    background-color: var(--colorPrimary);
    border: none;
    padding: 0 3rem;
}
.form .button input[type="submit"]:disabled {
    background-color: var(--colorGray);
}
.form .button .wpcf7-spinner {
    float: right;
}
div.wpcf7 div.wpcf7-response-output {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--colorLight);
    background-color: var(--colorPrimary);
    border: none;
    padding: 2rem;
    margin: 3rem 0;
}
/* buscador*/

p.asl_desc del span.woocommerce-Price-amount:first-of-type {
    color: gray !important;
	text-decoration: line-through;
	font-size: 13px;
}

p.asl_desc ins span.woocommerce-Price-amount:last-of-type {
    color: #C78511 !important;
    font-weight: 600;
    font-size: 15px;
}

ul.files li {
    list-style-type: none !important;
}

/* actividades deportivas */

.column {
  width: 330px;
  height: 430px;
  padding: 20px;
  float:left;
  box-sizing: border-box;
  text-align: center;
}

.cat-cpt h2 a {
    color: #e4a639;
    font-family: "BioRhyme", Sans-serif;
    font-size: .9em;
    font-weight: 500;
}

@media (max-width:768px){
  .column { width: 50%; }
}

@media (max-width:450px){
  .column { width: 100%; }
}

.cat-cpt mark {
    font-family: 'BioRhyme', serif;
    font-size: 1rem;
    font-weight: 700;
    color: #c78511;
    line-height: 3rem;
    text-align: center;
    background-color: #F1F8FA;
    border-radius: 100%;
    transform: translate(0, -100%);
    padding: 12px;
    left: 10px;
    bottom: 70px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

