/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

/** SI ADMIN **/

body.admin-bar #site-header{
    top:32px;
}
.esp-falsisimo ul.sub-menu{
	background-color: #ffffff;
}
.imagen-click-productos-simple > img{
    cursor: pointer;
}
/* CSS CABECERA */
body.desactivar-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
#site-header {
    padding: 15px 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
#submenu-pag-primera li.activo-font-width > a{
    font-weight: 400;
}
.site-logo .custom-logo-link{
    width: 200px;
}
.site-logo .custom-logo-link img{
    width: 100%;
}
.site-navigation ul.menu li.menu-item-has-children:after{
    display: none;
}
.site-navigation ul.menu li.menu-item-has-children{
    padding-inline-end: 0px;
}
.site-navigation ul.menu li.menu-item-has-children > a{
    min-width: 150px;
    text-align: center;
}
.site-navigation ul.menu li > ul{
    border: 1px solid #000000;
    border-top-width: 0;
}
#menu-menu-principal > li.menu-item-has-children:hover > a{
    color: #019d4d;
    border-color: #000000;
    background-color: #ffffff;
    font-weight: 400;
}
#site-header .site-logo > a{
	line-height: 0;
}
.site-navigation ul.menu li ul li {
    border-block-end: #eee 0px solid;
}
.site-header .site-navigation ul.menu ul li a{
    color: #000000;
}
#site-header .site-navigation ul.menu > li.menu-item:last-child > a{
	padding-right: 0;
}
/*body.menu-fixed-al-subir #site-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 99;
    transition: all 0.3s ease;
}
body.menu-fixed-al-subir.admin-bar #site-header{
	top: 32px;
}
body.menu-fixed-al-subir #site-header .site-logo img{
	width: 100%;
    height: 50px;
}
body.menu-fixed-al-subir > div.elementor{
    padding-top: 100px;
}*/
#cerrar-menu-closa > div > i.eicon-menu-bar:before{
    content: "\e87f";
    font-size: 25px;
}
.site-navigation-dropdown {
    position: fixed;
    margin-block-start: 0px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(0 0 0 / 30%);
    transition:none;
}
.site-navigation-dropdown > div{
    background-color: #ffffff;
    width: 75%;
    left: -75%;
    position: relative;
    transition: left 0.5s ease-in-out;
}
.site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown > div{
    left: 0;
}
.site-navigation-dropdown .site-logo > a{
    display: block;
    line-height: 0;
}
.site-navigation-dropdown ul.menu{
    position: static;
    display: block;
    overflow-y: scroll;
    height: calc(100vh - 75px);
}
.site-navigation-dropdown .menu-menu-principal-container{
    height: 100%;
}
.site-navigation-dropdown .cabecera-menu-desplegado{
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
}
.site-navigation-toggle-holder .site-navigation-toggle{
    background-color: transparent;
}
.eicon-menu-bar:before{
    font-size: 25px;
}
.site-navigation-dropdown ul.menu li.menu-item-has-children > span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    width: 15%;
    max-height: 64px;
}
#site-header nav:not(.site-navigation-dropdown) ul.menu li.menu-item-has-children > span{
    display: none;
}
.site-navigation-dropdown ul.menu li.menu-item-has-children > span:after{
    display: block;
    content: "▾";
    font-size: 1.5em;
}
.site-navigation-dropdown ul.menu li.menu-item-has-children.elementor-active > span:after{
    content: "▴";
}
.site-navigation ul.menu li ul{
    padding: 10px 15px;
}
.site-navigation ul.menu li ul li a{
    padding: 0;
    padding-top:5px;
    padding-bottom:5px;
}
/* FIN CSS CABECERA */

/* HOME */

.css-titulo-sobre-imagen-banner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.texto-sobre-imagen-under{
    position: absolute;
    bottom: 100px;
}

.overflow-visible-caruosel .elementor-image-carousel-wrapper{
    overflow: visible;
}
.nombre-sobre-imagen-slider figure.swiper-slide-inner{
    position: relative;
}
.nombre-sobre-imagen-slider figure.swiper-slide-inner figcaption.elementor-image-carousel-caption {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.nombre-sobre-imagen-slider figure.swiper-slide-inner img{
    filter: brightness(0.7);
}
.boton-por-defecto {
    border: 2px solid #000000;
    color: #000000;
    font-size: 17px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 75px 0px 15px;
    line-height: 30px;
    display: inline-block;
    position: relative;
}
.boton-por-defecto.boton-color-blanco {
    color: #ffffff;
    border-color: #ffffff;
}
.boton-por-defecto span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    border-left: 2px solid #000000;
}
.boton-por-defecto.boton-color-blanco span{
    border-left-color: #ffffff;
}
/*.boton-por-defecto span svg{
    transform: translateX(0px);
    opacity: 1;
    transition: all 0.5s ease;
}
.boton-por-defecto:hover span svg{
    transform: translateX(50px);
    opacity: 0;
}*/
span.color-verde-cambio-fuente {
    font-family: "roc grotesk wide", Sans-serif;
    color: #019d4d;
    font-weight: 400;
}
.carousel-embajadores-home .elementor-image-carousel-caption span {
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    font-weight: 500;
}
.carousel-landings-issaline.elementor-widget-image-carousel .swiper-slide{
    width: auto !important;
    padding: 0 15px;
}
.carousel-landings-issaline.elementor-widget-image-carousel .swiper-slide:first-child{
    padding-left: 0px;
}
.carousel-landings-issaline.elementor-widget-image-carousel .swiper-slide:first-last{
    padding-right: 0px;
}
/* HOME FIN */



/* CSS PIE */

.footer-top-columns > div:first-child{
    width:50%;
}
.footer-top-columns > div {
    width: 12.5%;
}
.site-footer p:nth-child(3) {
    padding-bottom: 25px;
}
.site-footer p:nth-child(5) {
    padding-bottom: 25px;
}
.site-footer p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 17px;
    line-height: 30px;
}
.site-footer a{
    color: #ffffff;
}
.site-footer:not(.footer-stacked) .footer-inner .copyright{
    max-width: initial;
    width: 100%;
}
.site-footer:not(.footer-stacked) .footer-inner .copyright p{
    text-align: center;
    display: block;
    width: 100%;
}
footer#site-footer {
    padding: 5px 0;
}
.site-footer .footer-inner.footer-top-columns{
    flex-wrap: nowrap;
}
#boton-menu-2-ees {
    color: #ffffff;
    font-size: 17px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
}
#boton-menu-2-ees > svg {
    margin-right: 10px;
}
#boton-menu-2-ees-close {
    color: #000000;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    cursor: pointer;
    padding-bottom: 40px;
}
.parte-inferior-menu-desplegable{
    padding-top: 40px;
}
#menu-menu-vestuario {
    overflow-y: scroll;
    height: calc(100vh - 325px);
}
#boton-menu-2-ees-close > svg {
    margin-right: 10px;
}
#submenu-pag-primera li{
    font-size: 21px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.desplegar-menu-xd{
    line-height: 0;
}
#submenu-pag-primera li ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#submenu-pag-primera li ul li{
    font-size: 19px;
    padding: 5px 0;
}
#submenu-pag-primera {
    display: flex;
    position: fixed;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 0;
    padding: 55px 0px 40px 40px;
    width: 400px;
    border-right: 2px solid #d7d7d7;
    opacity: 0;
    transition: opacity 0.5s ease-out;
}
#submenu-pag-primera.mostrar-menu-secundario-principal{
    
    opacity: 1;
    z-index: 2;
}
.tax-categoryproduct #submenu-pag-primera{
    display: none;
}
.tax-categoryproduct #submenu-pag-primera.mostrar-menu-secundario-principal{
    display: flex;
}
#menu-menu-vestuario{
    padding: 0;
}
#menu-menu-vestuario ul.sub-menu {
    padding: 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0px;
    background-color: #ffffff;
}
.admin-bar #submenu-pag-primera{
    top: 32px;
}
#menu-menu-vestuario,
#menu-menu-vestuario ul{
    list-style: none;
}
#menu-menu-vestuario ul.sub-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    left: 400px;
    background-color: #ffffff;
    z-index: 2;
    transition: width 0.5s ease-out;
}
#menu-menu-vestuario ul.sub-menu li a{
    text-wrap: nowrap;
}
#menu-menu-vestuario ul.sub-menu.mostrar-menu-secundario{
    width: 400px;
}
#menu-menu-vestuario ul.sub-menu > li{
    padding-left: 40px;
    padding-right: 40px;
}
.parte-inferior-menu-desplegable > a {
    color: #019d4d !important;
    font-size: 20px;
    display: block;
}
.menu-secudario-productos,
.site-navigation{
    display: flex;
    width: calc(50% - 100px);
}
.site-navigation{
    justify-content: end;
}
.site-branding{
    width: 200px;
}
.redes-sociales-listado-pie > a {
    padding: 0 10px;
}
.site-footer a {
    color: #ffffff;
}
.elementor-element .elementor-swiper-button.elementor-swiper-button-prev, 
.elementor-element .elementor-swiper-button.elementor-swiper-button-next{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 50px;
}
g#ui-gambling-website-lined-icnos-casinoshunter {
    fill: #019d4d;
}
.elementor-element .elementor-swiper-button svg{
    width: 22px !important;
    height: 22px !important;
}
.site-footer .widget-title {
    color: #ce3429;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 6px;
}
.site-footer .widget_nav_menu ul{
    padding: 0;
}
.site-footer .widget_nav_menu ul li {
    font-size: 17px;
    line-height: 40px;
}
.site-footer.dynamic-footer {
    padding: 120px 0;
}
#menu-menu-principal li > a{
    border: 1px solid transparent;
}
.overflow-visible-caruosel-entradas .swiper.elementor-loop-container{
    overflow: visible;
}
.elementor-48 .elementor-element.elementor-element-cd2c152 .elementor-swiper-button.elementor-swiper-button-next,
.elementor-48 .elementor-element.elementor-element-723fd20 .elementor-swiper-button.elementor-swiper-button-next,
.elementor-1367 .elementor-element.elementor-element-b6f9920 .elementor-swiper-button.elementor-swiper-button-next{
    right: -22%;
}
/* CONTACTO */
.fila-dos-columnas > p{
    display: flex;
    margin-bottom: 20px;
}
.fila-dos-columnas > p > label{
    width:50%;
}
.fila-dos-columnas > p > label:first-child{
    padding-right: 10px;
}
.fila-dos-columnas > p > label:last-child{
    padding-left: 10px;
}
input[type=date], 
input[type=email], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=url], 
select, 
textarea {
    border: 2px solid #000000;
    border-radius: 0px;
    padding: .5rem 1rem;
    font-family: "roc grotesk", Sans-serif;
}
input[type=date]::placeholder, 
input[type=email]::placeholder, 
input[type=number]::placeholder, 
input[type=password]::placeholder, 
input[type=search]::placeholder, 
input[type=tel]::placeholder, 
input[type=text]::placeholder, 
input[type=url]::placeholder, 
select::placeholder, 
textarea::placeholder{
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.wpcf7-list-item {
    padding: 20px 0 30px 0;
    display: block;
}
.wpcf7-list-item label{
    display: flex;
    align-items: start;
}
.wpcf7-list-item .wpcf7-list-item-label{
    padding: 0 10px;
    display: block;
    width: 52%;
    font-size: 16px;
}
a.botton-usuario-web {
    line-height: 0;
    padding-left: 20px;
}
.contenido-producto-issaline{
    display: flex;
}
.contenido-producto-issaline > div{
    width: 50%;
}
.contenido-producto-issaline > div:first-child{
    line-height: 0;
}
.contenido-producto-issaline > div:last-child{
    padding: 100px 60px;
    margin-top: 100px;
}
.contenido-producto-issaline > div > img{
    width: 100%;
    background-color: #f0f0f0;
}
.contenidos-desplegable > div{
    display: inline-flex;
    overflow-x: auto;
}
.contenidos-desplegable{
  overflow-x: auto;
}
.contenidos-desplegable > div > div {
    width: 215px;
    padding: 0 20px;
}
/*.texto-oculto-desplegable-epis.abierto .contenidos-desplegable {
    height: 265px;
    transition: height 0.5s linear;
}*/
.overflow-ocultar{
    overflow: hidden;
}
/* Filtro */
#filtro-categoria{
    display: flex;
}
#filtro-categoria > div{
    border: 2px solid #000;
    border-bottom-width: 0;
    margin-right: 20px;
    position: relative;
}
#filtro-categoria span.flecha-dentro-boton {
    padding: 0px 10px;
    border-left: 2px solid #000 !important;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    display: flex;
    align-items: center;
}
#filtro-categoria span.flecha-dentro-boton > div:first-child {
    height: 2px;
    width: 10px;
    position: absolute;
    top: calc(50% - 4px);
    right: 7px;
    background-color: #000;
    transform: rotate(45deg);
}
#filtro-categoria span.flecha-dentro-boton > div:nth-child(2) {
    height: 2px;
    width: 16px;
    background-color: #000;
    position: relative;
}
#filtro-categoria span.flecha-dentro-boton > div:last-child {
    height: 2px;
    width: 10px;
    position: absolute;
    bottom: calc(50% - 4px);
    right: 7px;
    background-color: #000;
    transform: rotate(-45deg);
}
#filtro-categoria .desplegable-filtro {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    box-sizing: border-box !important;
    max-height: 0;
    position: absolute;
    background-color: #ffffff;
    left: -2px;
    right: -2px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    border: 2px solid #000;
}
#filtro-categoria .desplegable-filtro.desplegable-filtro-abierto {
    max-height: 1000px;
}
.texto-filtro-cat {
    display: flex;
    justify-content: space-between;
    min-width: 155px;
}
.texto-filtro-cat p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 5px 20px 0 15px;
}
.desplegable-filtro > p {
    font-size: 14px;
    margin: 0;
    line-height: 30px;
    padding: 0 15px;
    padding-top:5px;
    text-transform: uppercase;
}
.desplegable-filtro > p:hover {
    background-color: #f0f0f0;
}
#filtro-categoria{
    padding: 0 30px 30px 30px;
}
p.supertitulo-categorias-producto {
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-bottom: 25px;
    color: #019d4d;
}
/*.productos-en-categoria{
    position: relative;
}*/
/*.productos-en-categoria div.loading-spinner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
}*/
.nombre-sobre-imagen-slider img{
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.5s ease;
}
.nombre-sobre-imagen-slider img:hover{
    transform: scale(1.1);
}
.nombre-sobre-imagen-slider .swiper-slide > figure{
    overflow: hidden;
    line-height: 0 !important;
}
.titulo-producto-relacionado > p{
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
}
.codigo-producto-relacionado > p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
#sponsors-home .swiper-slide-image{
	cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .trp-language-switcher-container a {
      padding-left: 0 !important;
      min-width: 50px !important;
      font-size: 20px;
      color: white !important;
  }
  li#menu-item-16576 {
      position: absolute;
      width: 50px;
      display: flex;
      z-index: 99;
  }
  li#menu-item-16576 a {
      width: 100%;
  }
}
@media (max-width: 1000px){
    .site-footer .footer-inner.footer-top-columns{
        flex-wrap: wrap;
    }
    .footer-top-columns > div {
        width: 50% !important;
    }
}
@media (max-width: 767px){
    .footer-top-columns > div {
        width: 100% !important;
    }
}
/* FIN CSS PIE */