.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-inline:auto}.alignwide{margin-inline:-80px}.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-inline:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{display:flex;justify-content:space-between;margin:20px auto}.sticky{display:block;position:relative}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form{margin:50px auto;max-width:500px}.post-password-form p{align-items:flex-end;display:flex;width:100%}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:12px 24px;text-decoration:none;top:5px;width:auto;z-index:100000}.post .entry-title a{text-decoration:none}.post .wp-post-image{max-height:500px;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:991px){.post .wp-post-image{max-height:400px}}@media(max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{font-size:.9em;list-style:none;margin:0;padding:0}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{border-block-end:1px solid #ccc;display:flex;flex-direction:column;padding-block-end:30px;padding-block-start:30px;padding-inline-end:0;padding-inline-start:60px}#comments .comment .avatar,#comments .pingback .avatar{border-radius:50%;left:0;margin-inline-end:10px;position:absolute}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{list-style:none;margin:0;padding-inline-start:30px;position:relative}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{content:"↪";display:inline-block;font-size:1em;font-weight:400;left:0;line-height:100%;position:absolute;top:45px;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"↩";left:auto;right:0}@media(min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media(max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{float:left;position:inherit}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-inline-end:auto;margin-inline-start:auto;width:100%}@media(max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-inline-end:10px;padding-inline-start:10px}}@media(min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media(min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}


#the_map {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

#the_map .item {
    display: block;
    width: 1%;
    height: 2%;
    float: left;
    position: absolute;
}

#the_map .item .the_dot {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    border-radius: 6px;
    cursor: pointer;
}

#the_map .item .the_dot:before {
    content: " ";
    display: block;
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
    border-style: solid;
    border-width: 6px;
}

@-webkit-keyframes blink {
    0% {
        width: 0;
        height: 0;
        border-width: 6px;
    }

    100% {
        width: 25px;
        height: 25px;
        border-width: 0;
    }
}

@keyframes blink {
    0% {
        width: 0;
        height: 0;
        border-width: 6px;
    }

    100% {
        width: 25px;
        height: 25px;
        border-width: 0;
    }
}

#the_map .item .the_dot:before {
    -webkit-animation: blink 2.5s ease-in-out infinite;
    animation: blink 2.5s ease-in-out infinite;
}

svg circle {
    fill: #D6D6D6;
    /*stroke: #242424;
    stroke-width: 2px;*/
}

svg {
    width: 100%;
    height: auto;
}

/* ------- // --------- */

#the_map .item.factory .the_dot {
    background-color: #333;
}

#the_map .item.factory .the_dot:before {
    border-color: #333;
}

#the_map .item.technical_service .the_dot {
    background-color: #D82731;
}

#the_map .item.technical_service .the_dot:before {
    border-color: #D82731;
}


#map_buttons li#technical_service:before {
    background-color: #D82731;
}

#map_buttons li#factory:before {
    background-color: #333;
}

#map_buttons li#reset:before {
    background-color: #BED1E9;
}


#the_map .item .the_info_card>div {
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
}

.the_info_card {
    background-color: transparent;
    position: absolute;
    width: 240px;
    padding: 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    cursor: default;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-backface-visibility: hidden;
}

.the_info_card.open {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-backface-visibility: hidden;
}

.the_info_card.TopLeft,
.the_info_card.BottomLeft {
    left: 0;
    margin-left: -30px;
    z-index: 9999;
}

.the_info_card.TopRight,
.the_info_card.BottomRight {
    right: -50%;
    margin-right: -100px;
}

.the_info_card.TopLeft,
.the_info_card.TopRight {
    top: 0;
}

.the_info_card.BottomLeft,
.the_info_card.BottomRight {
    bottom: 0px;
}

.the_info_card h4 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 9px;
    font-weight: 400;
    -webkit-backface-visibility: hidden;
}

.the_info_card ul {
    list-style: none;
}

.the_info_card ul li h2 {
    color: #337AB7;
    font-weight: 600;
}

/* ------- // --------- */
#map_buttons {
    position: relative;
}

#map_buttons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#map_buttons li {
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: black;
    border-radius: 6px;
}

#map_buttons li:hover {
    background-color: #D6D6D6;

}

#map_buttons li.active {
    background-color: #ffffff;
}

#map_buttons li:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    /* margin-left: -7px; */
    position: relative;
    margin-top: -2px;
}

/* ------- // --------- */

#london {
    left: 46%;
    top: 29%;
}

#sidney {
    left: 89%;
    top: 78%;
}

#boston {
    left: 30%;
    top: 34%;
}

#new_york {
    left: 85%;
    top: 42%;
}

#brazil {
    left: 36%;
    top: 65%;
}

#Argelia {
    top: 42.5%;
    left: 46.9%;
}

#Tunez {
    top: 43%;
    left: 49.3%;
}

#Kazakhstan {
    top: 31%;
    left: 66.3%;
}

#Singapore {
    top: 62%;
    left: 75.5%;
}

#Uzbekistan {
    top: 35%;
    left: 63.3%;
}

#Republica-Dominicana {
    top: 49%;
    left: 28%;
}

#Ecuador {
    top: 61%;
    left: 26%;
}

#Mexico {
    top: 46%;
    left: 19%;
}

#Panama {
    top: 53%;
    left: 24%;
}

#Bruselas {
    top: 33%;
    left: 48%;
}

#Belgium {
    top: 33%;
    left: 48%;
}

#Bosnia {
    top: 37%;
    left: 52%;
}

#France {
    top: 36%;
    left: 47%;
}

#Germany {
    top: 31%;
    left: 49%;
}

#Italy {
    top: 36%;
    left: 49%;
}

#UK {
    top: 29%;
    left: 46%;
}

#Turkey {
    top: 39%;
    left: 56%;
}

#Israel {
    top: 42%;
    left: 57%;
}

#USA {
    top: 37%;
    left: 20%;
}

#Australia {
    top: 74%;
    left: 83%;
}

#New-Zealand {
    top: 85%;
    left: 94%;
}

#Argentina {
    top: 82%;
    left: 30%;
}

#Brasil {
    top: 67%;
    left: 33%;
}
#Chile {
    top: 75%;
    left: 28%;
}
#Colombia {
    top: 58%;
    left: 27%;
}
#Hongkong {
    top: 48%;
    left: 78%;
}

#Morocco {
    top: 46%;
    left: 44%;
}
#Peru {
    top: 70%;
    left: 27%; 
}
#Spain {
    top: 39%;
    left: 45%; 
}

.align-left{
    text-align: left;
}

/* ------- // --------- */

#interactive_map {
    text-align: center;
}

#map_wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    display: flex;
    flex: 1;
    flex-direction: column;
}



#interactive_map .header_map {
    display: inline;

    margin-bottom: 32px;
    display: flex;
    justify-content: center;
}

#interactive_map .header_map>h2 {
    text-align: left;
    margin: 0;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
}

#interactive_map .header_map h2 .tagline_map {
    position: absolute;
    top: 0;
    left: -32px;
    color: #d82731;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 12px;
    text-transform: uppercase;

}

@media all and (max-width: 1000px) {
    #the_map {
        width: 100%;
        height: auto;
        position: relative;
    }
}

@media all and (min-width: 768px) {}

/* @media all and (min-width: 1024px) {
    #map_wrapper {
        flex-direction: row;
    }

    #map_buttons ul {
        flex-direction: column;
    }

} */

@media all and (min-width: 1280px) {
    #map_wrapper {
        width: 1280px;
    }

    #the_map {
        width: 80%;
    }
}


.mini-card {
    position: absolute;
    top: 10%;
    right: 1%;
    transform: translate(0, -50%);
    box-sizing: border-box;
    display: flex;  
    flex-direction: row;
    align-items: center;
    background-color: lightgrey;
    display: none;
}

.mini-card span {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    padding: 6px;
    background-color: #d82731;
    color: white;
}

.mini-card .mini-card__content {
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mini-card .mini-card__content * {
    margin: 0;
}

.mini-card .mini-card__content h3 {
    margin-bottom: 16px;
}

.mini-card .mini-card__media {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
}

.mini-card .mini-card__media img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.card {
    position: absolute;
    top: 5%;
    right: -3%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 2px rgba(0,0,0,0.7);
    border-radius: 2px;
    padding: 10px!important;
}
.card__table {
    border-collapse: inherit
}
.card__table th {
    border: none;
	font-size: 14px;
    text-align: left;
    padding: 10px
}

.card__table th:last-child {
    text-align: right;
}
.card > h3 {

    background-color: #D82731;
		color: white;
    font-family: Muli, sans-serif;
	font-size: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
    margin: inherit!important;
}
.card__list {
    /* Reset */
    margin: 0;
    padding: 0;
}

.card__list td {
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    border: none;
	font-size:14px
}
.card__list td:last-child {
	text-align: right
} 
.card__list tr {
    border-bottom: 1px solid black;
}

.card__list td:first-child {
    text-align: left;
}


#qodef-page-inner {
	padding-bottom: 0;
}


@media all and (min-width: 1280px) {
    .qodef-header-standard--right #qodef-page-header-inner .qodef-header-logo-link,
	#qodef-page-header .qodef-header-logo-link{
        margin-left: 200px
    }
    
}

#qodef-page-inner {
	padding-top: 0;
}

.welly__counters-home .qodef-m-digit:before,
.welly__counters-home--withoutK .qodef-m-digit:after, 
.welly__counters-home .qodef-m-digit:after,
.welly__counters-home--withoutK .qodef-m-digit:before {
	display: inline-block;
	color: #D82731;
	font-size: 40px;
	vertical-align: top
}
.welly__counters-home .qodef-m-digit:before {
	content: '+';
}
.welly__counters-home .qodef-m-digit:after {
	content: 'k';
	vertical-align: baseline
}

.welly__counters-home--withoutK .qodef-m-digit:after {
	content: '';
}
.welly__counters-home--withoutK .qodef-m-digit:before {
	content: '+';
}

/*============================*/
/*============================*/
/*============================*/
/*============================*/

/* override for contact maps */
.contact_map#interactive_map{
    width: 100%;
}
.contact_map#map_wrapper {
    width: 100%;
}

#interactive_map {
    position: relative;
}
#interactive_map.contact_map .mini-card {
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(0, -50%);
}/* ==========================================
	HOME - Interactive train
============================================ */
#interactive_train {
	padding: 0;
	position: relative;
}
#title_interactive_train {
    position: absolute;
    z-index: 99;
    width: 100%;
}
#interactive_train h3 {
    padding: 0;
    color: #ffffff;
    font-size: 39px;
    font-weight: 600;
    padding-top: 3.2%;
}
#the_train {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    position: relative;
    margin: 0;
    padding: 0;
} 
#the_train img{
    width: 100%;
    -webkit-backface-visibility: hidden;
}
#the_train .train_item {
    cursor: pointer;
    display: block;
    width: 1%;
    height: 2%;
    float: left;
    position: absolute;
    -webkit-backface-visibility: hidden;
}
#the_train .train_item .train_dot { 
    display: block;
    width: 22px;
    height: 22px; 
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateZ(0px);
        -ms-transform: translateY(-50%) translateX(-50%) translateZ(0px);
            transform: translateY(-50%) translateX(-50%) translateZ(0px);
    margin: auto;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.25);
    border: 2px solid #fff;
    z-index: 99; 
}
#the_train .train_item:hover .train_dot { 
    width: 28px;
    height: 28px;
}
.train_info_card{
    background-color: transparent;
    position: absolute;
    width: 260px; 
    opacity: 0;    
    padding: 0;
    filter: alpha(opacity=0);
    -webkit-transition-delay: 0.3s; 
            transition-delay: 0.3s;
    visibility: hidden;
    left: 0;
    bottom: 0;
    margin-left: -35px;
    margin-bottom: -30px;
    z-index: 99999; 
}

.train_info_card.open{
	visibility: visible;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-bottom: -10px;
	-webkit-backface-visibility: hidden;
}
.train_info_card > div,
.train_info_card > a {
    display: block;
    padding: 0;
    background-color: #FFFFFF;
    text-align: left;
    border: 1px solid #468DC6;
    z-index: 9999;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
#the_train .train_info_card img,
.train_info_card h4 {
	display: inline-block;
	vertical-align: middle;
}
#the_train .train_info_card img {
    height: 80px;
    width: auto;
    border-right: 1px solid #468DC6;
    border-radius: 4px 0 0 4px;
    background-color: #468DC6;
}
.train_info_card h4 {
    color: #747474;
    text-transform: uppercase;
    font-size: 14px;
    max-width: 170px;
    padding: 6px;
}
@media (max-width: 1000px) { 
  #the_train{
    width: 100%;
    height: auto;
    position: relative;
  }
} 
.home #template_product {
    display: none;
}


#interactive_train .header_map{
    display: inline;
    margin-bottom: 32px;
    display: flex;
    justify-content: center;
}
#interactive_train .header_map > h2 {
    text-align: left;
    margin: 0;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
}

#interactive_train .header_map h2 .tagline_map {
    position: absolute;
    top: 22px;
	left: -42px;
    color: #d82731;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 12px;
    text-transform: uppercase;
	font-weight: bold

}

/*
Para hacer visibles las pastillas 
*/
.trainVisible .train_info_card {
    opacity: 1;
    display: block;
    visibility: visible;
}
 
.train_info_card > div > h4 {
    margin: 0
}

@media all and (max-width: 768px) {
    #interactive_train {
        display: none;
    }
}