/**
Theme Name:  22MW_HELLO
Theme URI: https://github.com/elementor/hello-theme/
Description: Is a child theme of Hello Elementor, created by 22MW
Author URI: https://mishamoro.name
Template: hello-elementor
Version: 1.0.22
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

@import url("woo.css") ;


@font-face {
  font-family: 'txt';
  src: url('font/Dosis-Medium.woff') format('woff'),
       url('font/Dosis-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bold';
  src: url('font/Dosis-Bold.woff') format('woff'),
       url('font/Dosis-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'txt-h';
  src: url('font/DINNextLTPro-Condensed.woff') format('woff'),
       url('font/DINNextLTPro-Condensed.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'light-h';
  src: url('font/DINNextLTPro-LightCondensed.woff') format('woff'),
       url('font/DINNextLTPro-LightCondensed.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
*/

/*FONT

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;600;800&family=Dosis:wght@300;500;800&display=swap');
@font-face {
  font-family: 'light';
  src: url('font/Dosis-Light.woff') format('woff'),
       url('font/Dosis-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'txt-h';
  src: url('font/DINNextLTPro-Condensed.woff') format('woff'),
       url('font/DINNextLTPro-Condensed.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bold-h';
  src: url('font/DINNextLTPro-BoldCondensed.woff') format('woff'),
       url('font/DINNextLTPro-BoldCondensed.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

*/

/*GENERIC*/

html {
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    font-size: 62.5%;
}
body {
    font-family: 'txt', sans-serif;
    font-weight: 500;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.5px;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, .h {
    margin-bottom: 0px;
    font-family: 'txt-h', sans-serif;
}
.light-h {
    font-family: 'light-h', sans-serif;
}
.bold-h {
    font-family: 'bold-h', sans-serif;
}
.light {
    font-family: 'light', sans-serif;
}
.txt, .txt h1 {
    font-family: 'txt', sans-serif;
}
.bold, strong {
    font-family: 'bold', sans-serif;
}
#loftloader-wrapper {
    z-index: 999 !important;
}
.spt-show-all .loader-inner {
    /* display: none !important;*/
}
a, .hover05, .dialog-widget {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}
a {
    color: #787878;
}
a:hover {
    color: #000;
}
ul, ol {
    margin: 0;
}
.mouseInActive {
    pointer-events: none;
}
.linkBlack a {
    color: #000 !important;
}
.linkWhite a {
    color: #fff;
}
.linkBlack a:hover, .linkWhite a:hover {
    opacity: .5 !important;
}
.linkUnderline a {
    text-decoration: underline !important;
}
.linkUnderline a:hover {
    text-decoration: none !important;
}
.page-header-image {
    display: none;
}
.elementor-location-header {
    z-index: 999 !important;
}
.max700 {
    max-width: 700px;
}
.max500 {
    max-width: 500px;
}
.opacity05:hover {
    opacity: 0.5;
}
.site-header {
    -webkit-transition: all 500ms !important;
    -moz-transition: all 500ms !important;
    transition: all 500ms !important;
    position: fixed !important;
    z-index: 9989;
    width: 100% !important;
}
.500ms {
    -webkit-transition: all 500ms !important;
    -moz-transition: all 500ms !important;
    transition: all 500ms !important;
}
/*
e-page-transition{
    z-index: 998 !important;
}
.elementor-location-header {
    z-index: 9999 !important;
}
*/

/*FIN GENERIC*/

.elementor-sticky--effects {
    background-color: var( --e-global-color-03582cc);
    -webkit-transition: all 500ms !important;
    -moz-transition: all 500ms !important;
    transition: all 500ms !important;
}
.black_bold {
    font-weight: 800;
}
.footer_list_contacto ul li:nth-child(even) {
    margin-bottom: 20px;
}
.footer_list_contacto ul {
    list-style: none;
}
.button-list li .elementor-icon-list-text {
    width: 100%;
    text-align: right;
}
.button-list .elementor-icon-list-item:first-child {
    margin-bottom: 40px;
}
.column_triangle_up .elementor-widget-wrap {
    clip-path: polygon(50% 100%, 0 0, 100% 0) !important;
}
.column_triangle_down {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
/*BUTON*/

.botonIco.green svg g {
    fill: var( --e-global-color-dff125a);
}
.botonIco.orange svg g {
    fill: var( --e-global-color-126c3c3);
}
.botonIco.brown svg g {
    fill: var( --e-global-color-755eda1);
}
.botonIco.black svg g {
    fill: var( --wp--preset--color--black);
}
.botonIco .jet-button__state {
    justify-content: space-between !important;
}
.linkBrownToWhite a {
    color: var( --e-global-color-755eda1);
}
.linkBrownToWhite a:hover {
    color: #fff;
}
.linkBrownToYellow a {
    color: var( --e-global-color-755eda1);
}
.linkBrownToYellow a:hover {
    color: var( --e-global-color-03582cc) !important;
}
.footerMenu .e-font-icon-svg, .footerMenu .sub-menu {
    display: none !important;
}

.footerMenu a:hover{
    color: var( --e-global-color-03582cc) !important;
}
.logo-circulo::before {
    z-index: -1;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    clip-path: circle(45%);
}
.quienes-somos_separador::before {
    content: " ";
    position: absolute;
    bottom: 120px;
    right: 1px;
    width: 1700px;
    height: 2px;
    background-color: white;
}
/* IMG ACCORDEON*/
.imgAccordHome  .jet-image-accordion__list{
    height: 100vh !important;
}
.imgAccordHome .jet-image-accordion__item .jet-image-accordion__image-instance {
    display: none !important;
}
.imgAccordHome .jet-image-accordion__item.active-accordion .jet-image-accordion__image-instance {
    display: block !important;
}
.imgAccordHome .jet-image-accordion__image-instance {
    padding: 10px;
    width: 175px;
    height: 175px !important;
    margin: 100px auto 0;
    position: relative;
    /* object-fit: contain;
    border-radius: 100%;
    margin-top: 20px;
    background: #fff;*/
}
.imgAccordHome .jet-image-accordion__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: flex-start;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.imgAccordHome .jet-image-accordion__content {
    background-color: #0000;
}
.imgAccordHome .jet-image-accordion__list, .imgAccordHome .jet-image-accordion__item {
    margin: 0px !important;
}
.imgAccordHome .jet-image-accordion__item:nth-child(1) {
    background-color: var( --e-global-color-1f0cc66);
}
.imgAccordHome .jet-image-accordion__item:nth-child(2) {
    background-color: var( --e-global-color-db17593);
}
.imgAccordHome .jet-image-accordion__item:nth-child(3) {
    background-color: #AE2012;
}
.imgAccordHome .jet-image-accordion__item:nth-child(4) {
    background-color: var(--e-global-color-126c3c3);
}
.imgAccordHome .jet-image-accordion__item:nth-child(5) {
    background-color: var(--e-global-color-8fe45d1);
}
.imgAccordHome .jet-image-accordion__item:nth-child(6) {
    background-color: var(--e-global-color-6a280af);
}
.imgAccordHome .jet-image-accordion__item:nth-child(7) {
    background-color: var(--e-global-color-5ef4923);
}
.imgAccordHome .jet-image-accordion__item:nth-child(8) {
    background-color: var(--e-global-color-dff125a);
}
.imgAccordHome .jet-image-accordion__item:nth-child(9) {
    background-color: var(--e-global-color-f5c23d6);
}
.imgAccordHome .jet-image-accordion__desc {
    padding: 0 10%;
}
.imgAccordHome .jet-image-accordion__title {
    position: absolute;
    bottom: 36vh;
    transform: rotate(-90deg);
    left: -37vh;
    text-align: left;
    width: 81vh;
    padding: 20px;
    letter-spacing: 2px;
    font-size: 27px;
    font-weight: 800;
}
.imgAccordHome .jet-image-accordion__item .jet-image-accordion__desc, 
.imgAccordHome .jet-image-accordion__item .jet-image-accordion__button {
    opacity: 0;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
    transition-delay: .5s;
    max-width: 900px;
    margin: 0 auto;
}
.imgAccordHome .jet-image-accordion__content, .imgAccordHome .jet-image-accordion__item.active-accordion .jet-image-accordion__desc, .imgAccordHome .jet-image-accordion__item.active-accordion .jet-image-accordion__button {
    opacity: 1 !important;
}
.imgAccordHome .jet-image-accordion__button {
    align-self: center !important;
    background: #FFF;
    color: var(--e-global-color-755eda1);
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 50px;
    padding: 20px 100px;
    margin: 50px 0 0 !important;
    -webkit-transition: all 500ms !important;
    -moz-transition: all 500ms !important;
    transition: all 500ms !important;
    position: absolute;
    bottom: 50px;
}
.imgAccordHome .jet-image-accordion__button:hover {
    background: var( --e-global-color-03582cc);
}
.imgAccordHome .jet-image-accordion__item .jet-image-accordion__desc .slogan {
    font-size: 16px;
    color: #250B00;
    font-weight: 700;
    margin-top: 150px;
    line-height: 19px;
    font-style: italic;
	text-transform: uppercase;
}
.imgAccordHome .jet-image-accordion__item .jet-image-accordion__desc .slogan_autor {
    font-size: 14px;
    color: #250B00;
    text-align: right;
    font-style: italic;
    margin: 10px 0 50px;
}
.jet-listing-grid__items {
    justify-content: space-around;
} 
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1025px) {
    .quienes-somos_separador::before {
        display: none;
    }
     .slogan, .slogan_autor{
        display: none;
    }
}
@media screen and (max-width: 760px) {
    .imgAccordHome .jet-image-accordion__desc {
        padding: 0 10px 0px 50px !important;
        font-size: 14px;
    }
    .imgAccordHome .jet-image-accordion__content{
            padding: 200px 0 0 !important;
    }
    .imgAccordHome .jet-image-accordion__button{
            padding: 10px 50px; 
    }
    .imgAccordHome .jet-image-accordion__title{
        font-size: 22px;
        left: -38vh;
    }
    .elementor-nav-menu ul {
        display: block !important;
    }
    .elementor-nav-menu ul a{
        padding-left: 40px !important;
    }
    .imgAccordHome .jet-image-accordion__image-instance {
        margin: 100px auto 0;
    }
    .singleTaxActual .jet-listing-dynamic-terms {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
    }
    .singleTaxActual .jet-listing-dynamic-terms__link {
        padding: 0px 8px !important;
    }
    .singleTaxActual .jet-listing-dynamic-terms__delimiter {
        font-size: 10px;
        margin-left: 0px;
        margin-right: 0px;
        color: #ed9c00;
    }
}
::-moz-selection {
    background: var( --e-global-color-126c3c3) !important;
    color: white !important;
}
::selection {
    background: var( --e-global-color-126c3c3) !important;
    color: white !important;
}
/* width */

::-webkit-scrollbar {
    width: 10px;
}
/* Track */

::-webkit-scrollbar-track {
    background: #fff;
}
/* Handle */

::-webkit-scrollbar-thumb {
    background: #000;
    border: 2px solid #fff;
}
/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #fff;
    border: 2px solid #000;
}