/* CSS Document */

@font-face {
    font-family: MuseoSans_700;
    src: url('fonts/Museo/MuseoSans_700.otf');
    font-weight: 400;
}

@font-face {
    font-family: MuseoSans_500;
    src: url('fonts/Museo/MuseoSans_500.otf');
    font-weight: 400;
}

@font-face {
    font-family: MuseoSans_300;
    src: url('fonts/Museo/MuseoSans_300.otf');
    font-weight: 400;
}

@font-face {
    font-family: MuseoSans_100;
    src: url('fonts/Museo/MuseoSans_100.otf');
    font-weight: 400;
}

@font-face {
    font-family: 'OpenSansLight';
    src: url('fonts/OpenSans/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans/OpenSans-Light-webfont.woff') format('woff'), url('fonts/OpenSans/OpenSans-Light-webfont.ttf') format('truetype'), url('fonts/OpenSans/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans Regular';
    src: url('fonts/OpenSans/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans/OpenSans-Regular-webfont.woff') format('woff'), url('fonts/OpenSans/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/OpenSans/OpenSans-Regular-webfont.svg#OpenSansLight') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans/OpenSans-Regular-webfont.woff') format('woff'), url('fonts/OpenSans/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/OpenSans/OpenSans-Regular-webfont.svg#OpenSansLight') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans/OpenSans-Semibold-webfont.woff') format('woff'), url('fonts/OpenSans/OpenSans-Semibold-webfont.ttf') format('truetype'), url('fonts/OpenSans/OpenSans-Semibold-webfont.svg#OpenSansLight') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans/OpenSans-Bold-webfont.woff') format('woff'), url('fonts/OpenSans/OpenSans-Bold-webfont.ttf') format('truetype'), url('fonts/OpenSans/OpenSans-Bold-webfont.svg#OpenSansLight') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('fonts/OpenSans/OpenSans-ExtraBold-webfont.eot');
    src: url('fonts/OpenSans/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans/OpenSans-ExtraBold-webfont.woff') format('woff'), url('fonts/OpenSans/OpenSans-ExtraBold-webfont.ttf') format('truetype'), url('fonts/OpenSans/OpenSans-ExtraBold-webfont.svg#OpenSansLight') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium';
    src: url('fonts/Titillium/TitilliumText25L003-webfont.eot');
    src: url('fonts/Titillium/TitilliumText25L003-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Titillium/TitilliumText25L003-webfont.woff') format('woff'), url('fonts/Titillium/TitilliumText25L003-webfont.ttf') format('truetype'), url('fonts/Titillium/TitilliumText25L003-webfont.svg#TitilliumText25L400wt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Titillium_Light';
    src: url('fonts/Titillium/TitilliumText25L005-webfont.eot');
    src: url('fonts/Titillium/TitilliumText25L005-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Titillium/TitilliumText25L005-webfont.woff') format('woff'), url('fonts/Titillium/TitilliumText25L005-webfont.ttf') format('truetype'), url('fonts/Titillium/TitilliumText25L005-webfont.svg#TitilliumText25L1wt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* root */
:root {

    --primary-principal: #CA181A;
    --primary-variant1: #A80717;
    --primary-variant2: #8C0002;
    --primary-variant3: #E04C58;
    --primary-variant4: #E87982;
    --primary-variant5: #EFA5AB;
    --primary-variant6: #F5EAEA;

    --neutral-white: #FFFFFF;
    --neutral-grey1: #F3F3F3;
    --neutral-grey2: #ECEAEA;
    --neutral-grey3: #BEBEBE;
    --neutral-grey4: #969696;
    --neutral-grey5: #707070;
    --neutral-grey6: #4D4D4D;
    --neutral-black: #000000;

    --neutral-grey-o-5: rgba(112, 112, 112, 0.2);

    --yellow-1: #FFF7DD;
    --yellow-2: #F7EBBA;
    --yellow-3: #FFEC72;
    --yellow-4: #FAF03D;
    --yellow-5: #F9D239;
    --yellow-6: #E2DA36;
    --yellow-7: #D9AE06;
    --yellow-8: #BEA000;
    --yellow-9: #9D6606;
    --yellow-10: #624004;

    --yellow-o-4: rgba(250, 240, 61, 0.2);
    --yellow-o-6: rgba(226, 218, 54, 0.2);

    --orange-1: #FDD99B;
    --orange-2: #EBC4AD;
    --orange-3: #EE9A05;
    --orange-4: #EE9A05;
    --orange-5: #FE8C0A;
    --orange-6: #F26F24;
    --orange-7: #FF5100;
    --orange-8: #D17A10;
    --orange-9: #D15710;
    --orange-10: #8E3B0B;

    --orange-o-6: rgba(242, 111, 36, 0.2); 

    --red-1: #F8D4D4;
    --red-2: #EC9292;
    --red-3: #F53D3D;
    --red-4: #DC2929;
    --red-5: #C8464F;
    --red-6: #BC2222;
    --red-7: #93293E;
    --red-8: #922F30;
    --red-9: #641C2A;
    --red-10: #471F27;

    --red-o-7: rgba(147, 41, 62, 0.2);

    --purple-1: #BFCDFF;
    --purple-2: #D6A9C9;
    --purple-3: #B15B99;
    --purple-4: #9C29A3;
    --purple-5: #6B7FC7;
    --purple-6: #876BC7;
    --purple-7: #73609F;
    --purple-8: #6D1173;
    --purple-9: #403C88;
    --purple-10: #4E1452;

    --purple-o-3: rgba(177, 91, 153, 0.2);

    --blue-1: #E4EAF2;
    --blue-2: #B1C9E7;
    --blue-3: #9AC8DD;
    --blue-4: #7DD3FA;
    --blue-5: #69B4E3;
    --blue-6: #2993D6;
    --blue-7: #6293D0;
    --blue-8: #3972DE;
    --blue-9: #1b5cab;
    --blue-10: #164F74;

    --blue-o-8: rgba(57, 114, 222, 0.2);
    --blue-o-9: #1b5cab21;


    --green-1: #D2EFD3;
    --green-2: #BDDBBD;
    --green-3: #70C274;
    --green-4: #B6B62C; 
    --green-5: #4CaAF50;
    --green-6: #17A871;
    --green-7: #5D9300;
    --green-8: #2D8864;
    --green-9: #008E9B;
    --green-10: #1F7723;
    --green-11: #0C5A3C;

    --green-o-4: #b6b62c3b;
    --green-o-10: rgba(31, 119, 35, 0.2);
    --green-o-6: rgba(23, 168, 113, 0.2);
    

    --text-title: var(--neutral-grey6);
    --text-subtitle: var(--neutral-grey5);
    --text-body: var(--neutral-grey5);
    --link-color: var(--primary-variant1);
}

.mod-languages-falang select {
    background-color: var(--neutral-white);
    border: none;
    padding: 0.5em 0;
    border-radius: 3px;
    position: relative;
    color: var(--neutral-grey5);
    margin: 0;
    height: 2.5em;
    padding-right: 3px;
}

.mod-languages-falang select:hover {
    color: var(--primary-principal);
    cursor: pointer;
}

.mod-languages-falang select:focus {
    outline: none;
}

.mod-languages-falang select:hover option {
    color: var(--neutral-grey5);
    cursor: pointer;
}

#breadcrumbs {
    color: #A5A5A5;
    font-size: 12px;
}

#change_lang {
    background-color: var(--primary-principal);
    color: #FFF;
    border: none;
    outline: none;
    margin: 0;
}

.outter_product_image .wrap_product_image:focus {
    outline: none;
    outline-offset: none;
}

.title_slider_card a:focus {
    outline: none;
    outline-offset: none;
}

#logo {
    width: 100%;
    margin: 2em 0 0 0;
    max-width: 13em;
    min-width: 200px;
}

.logo-visiotech-color #logo {
    height: 40px;
}

.mobileNone {
    display: none;
}

.contentpaneopen p a,
#vmMainPage p a {
    color: var(--primary-principal);

}

#vmMainPage {
    position: relative;
    color: #5A5A5A;
    width: 96%;
    margin: 0 auto;
}

#vmMainPage h4 {
    font-family: MuseoSans_500;
    font-size: 21px;
    color: #686565;
    margin: 10px 0;
}


#category_list {
    margin-top: 40px;
}

#category_list .browse_separator {
    float: left;
    width: 30%;
    margin-right: 5%;
    min-width: 150px;
    margin-bottom: 35px;
}

#category_list .browse_separator:nth-child(3n) {
    margin-right: 0;
}


#product_list {
    margin-top: 20px;
}

#product_list .browse_separator:nth-child(odd) {
    margin-right: 4%;
}


#product_list .browse_separator {
    float: left;
    width: 48%;
    min-width: 300px;
    margin-bottom: 17px;
}


.new_pagenav {
    font: 2em MuseoSans_700, Helvetica, Arial;
    color: #939597;
    padding: 0.2em;
    cursor: pointer;
}

.new_pagenav:hover {
    opacity: 0.9;
}

.new_pagenav.red {
    color: var(--primary-principal);
}

.arrows_pagenav {
    background-image: url('images/pagenax_arrows.png');
    background-position-y: -12px;
    margin: 1px 2em;
    height: 20px;
    display: inline-block;
    width: 20px;
}

.arrows_pagenav.left {
    background-position-x: 0;
}

.arrows_pagenav.right {
    background-position-x: -37px;
}

a {
    color: var(--neutral-grey6);
}

a:visited {
    text-decoration: none;
}

ul {
    margin: 0;
}

ul li {
    list-style: none;
}

#main {
    font-size: 1em;
}

#main {
    z-index: 0;
    min-height: 58%;
    margin: 20px auto 0 auto;
}

#contentarea_main #main {
    margin: 0 auto;
}

/*para arreglar le problema de alberto id dentro de fichas*/
td>#main {
    z-index: auto;
    max-width: none;
    margin: 0;
}

td #main #search {
    opacity: 1;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    border: none;
    padding: 0;
    transition: none;
    margin: 0;
}

/*fin del apaño*/
#page_style {
    background-color: #FFF;
    position: relative;
    width: 90%;
    padding: 15px 5%;
    min-height: 400px;
}

.line_deg {
    position: absolute;
    top: -7px;
    height: 316px;
    width: 19px;
}

#line_l {
    left: -19px;
    background: url('images/line_l.png') 0 0 no-repeat;
}

#line_r {
    background: url('images/line_r.png') 0 0 no-repeat;
    right: -18px;

}

#line_t {
    background: url('images/line_t.png') 0 0 repeat-x;
    width: 100%;
    position: absolute;
    height: 15px;
    top: -7px;
    left: 0;
}

#panel {
    /*background-color: #EFEFEF;

	border-top: solid 4px #E7E7E7;

	box-shadow: inset 0 4px 10px #CFCFCF;*/

    padding-bottom: 0.5em;
}

#inner_panel {
    max-width: 992px;
    margin: 0 auto;
}

.wrap {
    position: relative;
    margin: 0 1em;
    height: 100%;
}

#news {
    margin: 0;

}

#news>div {
    padding: 0.5em 1em
}

.news {
    display: inline-block;
    padding: 1em;
    border: solid 1px #ECECEC;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    background: white;
    width: 100%;
}

#news .title,
.blog .title {
    font-family: MuseoSans_700, Helvetica, sans-serif;
    font-size: 1.3em;
    margin-bottom: 0.5em;
    color: #808080;
}

#news .title a:hover {
    color: var(--primary-principal);
}

#news img {
    float: left;
    width: 30%;
    height: auto;
    max-width: 16em;
    min-width: 13em;
}

.blog .img {
    float: left;
    background-color: #999;
    border: solid 1px #EEE;
}

#news .description,
.blog .description {
    float: left;
    width: 56%;
    margin-left: 3%;
    margin-top: 10px;
}

.blog .description {
    float: left;
    margin-left: 3%;
}

#news .intro,
.blog .intro {
    font-family: OpenSansLight, Helvetica, sans-serif;

}

#news .intro a,
.blog .intro a {
    color: var(--primary-principal);
}

#shortcut {
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 0;
}

#shortcut li a {
    opacity: 0.9;
    background-color: #FFF;
    height: 179px;
    transition: all 100ms linear;
    border: solid 1px #ECECEC;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    background: #FFF;
}

#shortcut .title {
    text-align: center;
    font-family: museosans_700, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #8D8D8D;
    padding: 1em 0;
}

#shortcut li a:hover {

    text-decoration: none;
    outline-width: 4px;
    outline-style: solid;
    opacity: 1;
}

#shortcut img {
    margin: 1em auto;
    width: 105px;
    display: block;
}

#shortcut li:hover img {
    transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1, 1.1);
    /* Safari and Chrome */
    transition: 0.25s;
}

#shortcut li a {
    display: block;
}

#catalog_sc a {
    outline-color: #3B97D2;
}

#catalog_sc a:hover .title {
    color: #3B97D2;
}

#price_list_sc a {
    outline-color: #F29C1E;
}

#price_list_sc:hover .title {
    color: #F29C1E;
}

#contact_sc a {
    outline-color: #4EB96E;
}

#contact_sc:hover .title {
    color: #4EB96E;
}

#demo_sc a {
    outline-color: #955AA4;
}

#demo_sc:hover .title {
    color: #955AA4;
}

#shortcut li {
    padding: 0.5em 1em;
}

footer {
    position: absolute;
    z-index: 0;
    background-color: #E4E4E4;
    width: 100%;
    border-top: solid 5px #BBBDC0;
}

#foot {
    border-top: solid 5px var(--primary-principal);
}

#inner_footer {
    position: relative;
    top: -5px;
}

#w-foot {
    display: inline-block;
    width: 100%;
    padding: 2em 0;
}

#info {
    display: inline-block;
    text-align: center;
    float: left;
    width: 40%;
    border-right: dotted 1px #ADADAD;
}

#adress {
    display: block;
    font-family: Titillium, OpenSansLight, Helvetica, Arial;
    color: #888;
    margin: 0 0 1.2em 0;
}

#web-links {
    /*display: inline-block;*/
    /*float: left;*/
    /*width: 59%;*/
    /*height: 100%;*/
}

#social {
    /* width: 100%; */
    /* float: right; */
    margin: 10px 0;
    padding: 0;
    display: inline-block;
    /* width: 369px; */
    /* height: 57px; */

}

#social li {
    display: inline-block;
    float: left;
    margin: 14px 0 0 5px;
}

#social li a {
    opacity: 0.5;
    display: block;
    height: 50px;
    width: 50px;
    background: url('images/social.png') 0 0 no-repeat;
    transition: 0.25s;
}

#social-icons li a:hover {
    opacity: 1;
}

#youtube {
    background-position: 0 0 !important;
}

#linkedin {
    background-position: -70px 0 !important;
}

#twitter {
    background-position: -140px 0 !important;
}

#flickr {
    background-position: -210px 0 !important;
}

#rss {
    background-position: -280px 0 !important;
}

#web-links>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*width: 100%;*/
    /*float: left;*/
    font: 1em Titillium, Arial, sans-serif;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.81);*/
    margin: auto;
}

#web-links a {
    color: #636363;
}

#web-links>ul>li {
    /*float: left;*/
    /*width: 30%;*/
    /*min-width: 125px;*/
    /*min-height: 14em;*/
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.footerTitle {
    color: var(--neutral-grey6);
    text-transform: uppercase;
    font-family: MuseoSans_700, Helvetica, Arial;
    font-size: 1em;
    display: block;
}

#web-links>ul>li>a {
    /*width: 67%;*/
    color: var(--neutral-grey6);
    text-transform: uppercase;
    /*font-family: MuseoSans_700, Helvetica, Arial;*/
    font-size: 1.2em;
    display: block;
    /*border-bottom: solid 1px #C7C7C7;*/
    margin: 0.3em 0;
    padding: 0.3em 0;
    font-weight: bold;

}

#web-links>ul li {
    list-style: none;
}

#web-links>ul ul {
    font-family: Titillium, OpenSansLight, Helvetica, Arial;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}

#web-links>ul ul li {
    padding-bottom: 0.7em;
    font-size: 1.3em;
}


.product ul li {
    font-size: 0.9em;
    line-height: 2em;
}

#logo-foot-wrap {
    text-align: center;
    border-top: #BBBDC0 1px solid;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
}

.responsiveFooter {
    display: flex;
    align-items: flex-start;
    gap: 3%;
}

@media (max-width: 767px) {}

#logo-foot {
    display: inline-block;
    text-align: right;
    margin-right: 15px;
}


.adress-foot {
    display: inline-block;
    text-align: left;
    margin-left: 15px;
    width: 190px;
}

.adress-foot:last-child {
    align-self: flex-start;
}

#social-icons img {
    margin-left: 5px;
    opacity: 0.5;
    transition: 0.5s;
}

#social-icons img:hover {
    opacity: 1;

}

#copyright-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #BBBDC0;
    font-family: Titillium, OpenSansLight, Helvetica, Arial;
    position: absolute;
    width: 100%;
    text-align: center;
}

#copyright-footer>span {
    color: #6D6D6D;
    display: inline-block;
}

#copyright-footer ul,
#copyright-footer li {
    display: inline-block;
}

#copyright-footer ul {
    margin-left: 0px;
}

#copyright-footer li a {
    padding: 10px 6px;
    color: #323232;
}

/**VM**/

#orederForm {
    display: inline-block;
    width: 100%;
}

.product-card,
div.product {
    float: left;
    width: 100%;
    min-width: 220px;
    min-height: 34em;
}

.product-card .seeprice {
    display: none;
    padding: 0px 2.5em;
}

.product-card:hover .seeprice {
    display: block;
}

.product-card .seeprice>a {
    display: block;
    text-decoration: none;
}

.product-card,
div.product,
.card {
    background: #FFF;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    transition: all 0.2s cubic-bezier(.25, .8, .25, 1);
    border: none;
}

.wrap_card {
    padding: 1em 3em 2em 3em;
    display: inline-block;
    width: 100%;
}

#connect_intro_content .table-hover tr th {
    color: var(--neutral-grey6, #4D4D4D);
    font-family: "OpenSans Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 10px 18px 17px 7px;
}
#connect_intro_content .table-hover tr th:nth-child(3) {
    text-align: center;
}

#connect_intro_content .table-hover tr td:nth-child(1),
#connect_intro_content .table-hover tr td:nth-child(3) {
    color: var(--neutral-grey5, #707070);
    /* GENERAL/H4/BOLD */
    font-family: "OpenSans Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#connect_intro_content .table-hover tr td {
    color: var(--neutral-grey5, #707070);
    /* GENERAL/H4/BOLD */
    font-family: "OpenSans Regular";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#connect_intro_content .table-hover tr td:nth-child(3) > div{
 margin: auto;
}
#connect_intro_content .table-hover tr td:nth-child(4),
#connect_intro_content .table-hover tr td:nth-child(5),
#connect_intro_content .table-hover tr td:nth-child(6) {
    font-weight: 500;
}

/* RMA State Colors */
#connect_intro_content #rma_table .rma-orange {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--orange-o-6);
    color: var(--orange-6);
    width: fit-content;
    padding: 6px 15px;
    border-radius: 22px;
    position: relative;
}

#connect_intro_content #rma_table .rma-blue {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--blue-o-8);
    color: var(--blue-8);
    width: fit-content;
    padding: 6px 15px;
    border-radius: 22px;
    position: relative;
}

#connect_intro_content #rma_table .rma-yellow {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--green-o-4 );
    color: var(--green-4);
    width: fit-content;
    padding: 6px 15px;
    border-radius: 22px;
    position: relative;
}

#connect_intro_content #rma_table .rma-purple {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--purple-o-3);
    color: var(--purple-3);
    width: fit-content;
    padding: 6px 15px;
    border-radius: 22px;
    position: relative;
}
#connect_intro_content #rma_table .rma-green {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--green-o-6);
    color: var(--green-6);
    width: fit-content;
    padding: 6px 15px;
    border-radius: 22px;
    position: relative;
}
#connect_intro_content #rma_table .rma-red {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--red-o-7);
    color: var(--red-7);
    width: fit-content;
    padding: 6px 15px;
    border-radius: 22px;
    position: relative;
}
#connect_intro_content #rma_table .rma-grey {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: var(--neutral-grey-o-5);
    color: var(--neutral-grey5);
    width: fit-content;
    padding: 6px 15px;
    border-radius: 22px;
    position: relative;
}

.tooltip-icon {
    width: 15px;
    height: 15px;
}

.tooltip-icon+.tooltip-text {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    right: -203px;
    top: 46%;
    transform: translateY(-50%);
    background: var(--neutral-grey6, #4D4D4D);
    padding: 16px 12px;
    border-radius: 4px;
    z-index: 10;
    color: var(--neutral-white, #FFF);
    font-family: "OpenSans Regular";
    font-size: 10px;
    font-style: normal;
    line-height: 14px;
    pointer-events: none;
    white-space: normal;
    width: 200px;
    word-break: break-word;
}

.tooltip-icon:hover+.tooltip-text {
    visibility: visible;
    opacity: 1;
}

#connect_intro_content #rma_table .rma-green {
    width: fit-content;
    padding: 6px 15px;
    border-radius: 22px;
}

/* CambiosCabecera */

.cabeceraProfile {
    display: flex;
    align-items: center;
    gap: 2%;
    position: relative;
}

.cabeceraProfileImg {
    position: relative;
}

.cabeceraProfileImg .img-container {
    height: 65px;
    width: 65px;
    overflow: hidden;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    flex: 0 0 65px;
    position: relative;
}

.cabeceraProfileImg .img-container img {
    width: 90%;
}

.cabeceraProfileImg:hover {
    cursor: pointer;
}

.cabeceraProfileImg:hover .img-container::after {
    opacity: .6;
    content: "";
    position: absolute;
    background-color: #000;
    z-index: 2;
    width: 100%;
    height: 100%;

}

.cabeceraProfileImg:after {
    content: url(/templates/visiotech/css/images/lapiz.svg);
    position: absolute;
    filter: none;
    opacity: 0;
    top: 25px;
    left: 24px;
    z-index: 3;
}

.cabeceraProfileImg:hover:after {
    opacity: 1;
}

.cabeceraProfile h1 {
    font-size: 35px;
    margin: 0px;
    padding: 0.3em 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: none;
}

/* FinCambiosCabecera */

.margin_card {
    margin: 15px 0;
    display: inline-block;
    width: 100%;
}

#card-connect {
    margin: unset;
}

/* Estilos de nuevo enlace incidencia albarán general */

#contentarea #main .filters_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 25px;
    padding: 15px 0;
}

#contentarea #main .incident_report_button {
    border-radius: 2px;
    display: inline-block;
    min-height: 50px;
    padding: 5px 25px;
    background-color: transparent;
    border: 1px solid var(--primary-principal);
    color: var(--primary-principal);
    line-height: 2.5em;
    vertical-align: top;
    white-space: nowrap;
}

#contentarea #main .incident_report_button:hover {
    text-decoration: none;
    color: white;
    background-color: var(--primary-principal);
    transition-duration: 0.3s;
}

/* CambiosMiConfiguracion */

.confTitle {
    border-bottom: none;
}


.cardMainContainer {
    margin: 15px 0px;
}


.cardTitleMain {
    color: #676767;
    font-family: 'OpenSans Regular', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 25px;
}


.card .wrap_card .row .col-sm-6 .titleConfigTitle {
    color: #676767;
    font-family: 'OpenSans Regular', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 11px;
}


.imageContainer .titleConfigTitle,
.passwordLinkContainer,
.imageContainer dd .selectImage .imageSelectContainer,
.deleteAccountLinkContainer .deleteAccountLink {
    display: flex;
    align-items: center;
    gap: 3%;
}

.horizontalLine {
    height: 1px;
    position: absolute;
    bottom: 40%;
    left: 0px;
    width: 100%;
    background: #969696;
}

#contenedorImagen dd .selectImage {
    display: block;
    margin-top: 10px;
    max-width: fit-content;
    white-space: nowrap;
}

#deleteButton img {
    margin-right: 7px;
}


.imageContainer .titleConfigTitle img,
.passwordLinkContainer .passwordLink img,
.imageContainer dd .selectImage img,
.deleteAccountLinkContainer .deleteAccountLink img {
    height: 14px;
    width: 14px;
}


.card .wrap_card .row .col-sm-6 .titleConfigText {
    color: #676767;
    font-family: 'OpenSans Regular', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}


.card .wrap_card .row .col-sm-6 .configContainer {
    margin-bottom: 31px;
}

.card .wrap_card .row .col-sm-6 .configContainerR {
    margin-bottom: 31px;
    display: flex;
    flex-direction: column;
    margin-left: 50px;
}

.disconnectContainer {
    display: flex;
    justify-content: flex-end;
    margin-top: 80px;
}

.cancelDelete:hover {
    background-color: var(--primary-principal);
    color: #FFF;
    border: none;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.selectImage i {
    color: var(--primary-principal);
}

.selectImage:hover {
    cursor: pointer;
}


.card .wrap_card .row .col-sm-6 .imageContainer #photo_profile {
    max-width: 200px;
    max-height: 120px;
    margin: 0 0;
}


.passwordLinkContainer .passwordLink,
.deleteAccountLinkContainer .deleteAccountLink,
#contenedorImagen dd .selectImage {
    text-decoration: none;
}

.deleteAccountLink {
    background: none;
    border: 0;
    color: inherit;
}

.deleteAccountLink span {
    white-space: nowrap;
}

/* pop up */

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--OPACITY, rgba(0, 0, 0, 0.80));
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.popup-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    position: relative;
    background-color: #fff;
    padding: 40px;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    width: 534px;
    height: 270px;
}


.textPopUpContainer {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 18px;
}

.contentPopUp {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.buttonsPopUp {
    align-self: end;
    display: flex;
    gap: 20px;
}

.textPopUpContainer .textPopUp {
    padding: 0px 43px;
    box-sizing: border-box;
    color: var(--GREY-3, #676767);
    text-align: center;
    /* H2 REGULAR */
    font-family: MuseoSans_400, Helvetica, Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.textPopUpContainer .titlePopUp {
    color: var(--GREY-3, #676767);
    /* título h2 bold */
    font-family: MuseoSans_600, Helvetica, Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cancelDelete {
    width: 140px;
    height: 48px;
    border-radius: 6px;
    border: 1px solid var(--PRINCIPAL, var(--primary-principal));
    color: var(--PRINCIPAL, var(--primary-principal));
    text-align: center;
    /* título h3 */
    font-family: MuseoSans_600, Helvetica, Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background-color: #FFF;
}

.confirmDelete {
    width: 140px;
    height: 48px;
    border-radius: 6px;
    background: var(--main-color, var(--primary-principal));
    border: none;
    color: var(--White, #FFF);
    text-align: center;
    /* título h3 */
    font-family: MuseoSans_600, Helvetica, Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.confirmDelete:hover {
    color: white;
    text-decoration: none;
    background-color: var(--primary-variant1);
}

/* Fin pop up */
.passwordLinkContainer .passwordLink span,
.selectImage span,
.deleteAccountLink span {
    color: var(--primary-principal);
    font-family: 'OpenSans Regular', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.containerBandAid {
    display: flex;
}

.containerOpacity {
    position: relative;
    width: 200px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.containerOpacity:hover {
    cursor: pointer;
}

.toolTip {
    display: inline-block;
    position: relative;
    /* Estilos para el contenedor del tooltip */
}

.colToolTip {
    position: relative;
}

.contenidoToolTip {
    display: none;
    position: absolute;
    background-color: #797979;
    color: white;
    padding: 8px;
    border-radius: 4px;
    width: 189px;
    right: -199px;
    top: -27px;
    font-family: 'OpenSans Regular', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 11px;
    z-index: 5;
}

#stock_container .contenidoToolTip.customizable-tooltip.visible {
    display: block;
    right: 50px;
    top: 34px;
    text-align: center;
    width: 145px;
}

.toolTip:hover .contenidoToolTip {
    display: block;
}

.containerOpacity:hover::after {
    content: "";
    background-color: #000;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
}

.hide-after::after {
    content: none !important;
    /* O usar 'display: none;' si el contenido ya está definido y solo necesitas ocultarlo */
}

.containerRubbish {
    display: none;
    position: absolute;
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-family: "MuseoSans_600", Helvetica, Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}

.containerRubbish img {
    width: 35px;
    height: 35px;
}

.containerOpacity:hover .containerRubbish {
    display: flex;
}

.contenedorImagen {
    margin-bottom: 11px;
}

#btn-delete-img {
    /*display*/
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    justify-content: center;
    /*size*/
    width: 100%;
    height: 100%;
    /*buttons*/
    background: none;
    border: 0;
    color: inherit;
    -webkit-appearance: button;

}

#btn-delete-img span {
    color: #FFF;
    font-family: "MuseoSans_700", Helvetica, Arial;
    font-size: 15px;
    letter-spacing: .3px;
}

/* FinCambiosConfiguracion */

h1.margin_card {
    margin: 15px 0;
}

.margin_card.small {
    margin: 9px;
}

.margin_bottom_card {
    margin-bottom: 2em;
}

.card_title {
    font: 30px MuseoSans_700, Helvetica, Arial;
    color: var(--neutral-grey5);
    margin: 0.7em 0px 1em 0px;
    border: 0px;
    /*para reeescribir los select que uso con este formato*/
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
    width: 100%;
}

.title_Causadistics {
    margin: 10px 0px 0px 0px;
    border-bottom: none;
}

select.card_title {
    font-size: 18px;
    border-radius: 0px;
}

.productRelated.product-card {
    float: left;
    width: 279px;
    min-height: 20em;
    box-shadow: none;
}

.product-card:hover,
div.product:hover {
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.2s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
}

.productRelated.product-card {
    transition: none;
    box-shadow: none;
}

.vm-col-3 {
    width: 31.9%;
}

.vm-col {
    margin: 0% 0.7% 1.4% 0.7%;
}

#productsCount {
    float: right;
}

#formPosition select {
    font-family: "Opensans Regular";
    padding: 0.5em 0.5em;
    margin: 0.5em;
    color: #656565;
    background-color: #F1F1F1;
    width: auto;
    box-shadow: 0 2px 3px #D0D0D0;
    border: 1px solid #FFF;
    text-shadow: 0 1px 0 #FFF;
}

#formPosition button {
    font-family: "Opensans Regular";
    padding: 0.5em 0.5em;
    margin: 0.5em;
    color: #656565;
    background-color: #F1F1F1;
    width: auto;
    box-shadow: 0 2px 3px #D0D0D0;
    border: 1px solid #FFF;
    text-shadow: 0 1px 0 #FFF;
    float: right;
}


/**CATALOGO***/
#catalog_text img {
    border: none;
    max-width: 432px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#catalog_text a {
    text-decoration: none;
}

/** Aquí empiezan las vistas del blog de noticias**/

.news_title {
    font-size: 1.5em;
}

.news_title:hover {
    color: var(--primary-principal);
}

.news_block {
    position: relative;
    float: left;
    width: 260px;
    margin: 0 10px 10px 10px;
    height: 560px;
    overflow: hidden;
}

.news_block:after {
    content: "";
    position: absolute;
    width: 100%;
    background-color: #000;
    height: 50px;
    display: block;
    left: 0;
    bottom: 0;

    background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #FFF));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #FFF 100%);
    background: -moz-linear-gradient(top, rgba(231, 231, 226, 0) 0, #FFFFFF 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, #FFFFFF 100%);
}

.news_text {
    font-size: 1em;
    color: #a2a2a2;
    max-height: 66px;
    display: block;
    overflow: hidden;
}

.news_date {
    color: var(--primary-principal);
    font: 1.5em MuseoSans_700, Helvetica, Arial;
    margin-bottom: 7px;
}

.blog article .card {
    min-height: 42em;
    margin-bottom: 2em;
    padding: 2em;
}

.blog img {
    width: 100%;
}

/** FIN Blog Noticias**/


/*************Articulos****************/


.article-content {
    font-size: 14px;

}

.article-content h1 {
    font: 65px/68px 'Titillium', Arial, sans-serif;
    letter-spacing: 0;
    color: #A7A7A7;
    margin: 20px 0;
}

.article-content h2 {
    /*font-family: 'OswaldLight';
font-size: 28px;
line-height: 35px;
color: var(--primary-principal);
font-weight: normal;
padding: 0;
margin: 15px 10px 15px 0;*/

    font-family: 'MuseoSans_100';
    font-size: 35px;
    color: #686565;
    line-height: 45px;
    margin: 0;
}

.article-content h3 {
    /*display: inline-block;
font-family: 'Oswaldbook';
font-size: 20px;
line-height: 28px;
color: #8B8B8B;
font-weight: normal;
padding: 0;
margin: 25px 0 12px 0;*/

    display: inline-block;
    font-family: MuseoSans_700;
    font-size: 25px;
    color: #D36C6C;
    font-weight: normal;
    padding: 0;
    line-height: 30px;
    margin: 14px 0 5px 0;
}

.article-content .highlight {
    font: 17px/23px 'Titillium', Arial, sans-serif;
    color: #6B6B6B;
}

.article_list {
    text-align: justify;
    padding-left: 25px;
    list-style: none;
    margin: 0;
}

.article_list li {
    line-height: 19px;
    padding-bottom: 10px;
    padding-left: 28px;
    background: url(/templates/visiotech/images/indent.svg) 0 5px no-repeat;
}

.jev_evdt_desc ul li {
    list-style: disc;
    color: #707070;
    /* BODY/REGULAR */
    font-family: "Opensans Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    line-height: 1.9em;
}


.jev_evdt_desc ol li {
    color: #707070;
    /* BODY/REGULAR */
    font-family: "Opensans Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 1.9em;
}

#jevents_body .eventDetail_bottom_normalText {
    color: #707070;
    /* BODY/REGULAR */
    font-family: "Opensans Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lupa {
    background: url(/templates/visiotech/images/lupa.png) 0 5px no-repeat;
}

.article_list p {
    margin: 20px 0;
    text-align: justify;
}

.article_list ul {
    margin: 20px 0;
}


/*************************************Menu Button*******************************************/

.material_button {
    background: var(--primary-principal);
    display: inline-block;
    border: 1px solid var(--primary-principal);
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 1px;
    padding: 16px 12px;
    margin-bottom: 0;
    color: white;
}

.material_button:hover {
    color: white;
    text-decoration: none;
    background-color: var(--primary-variant1);
    border: 1px solid var(--primary-variant1);

}

.material_button:focus {
    color: white;
    text-decoration: none;
    background-color: var(--primary-variant2);
    border: 1px solid var(--primary-variant2);

}

.button_cta,
.button_cta:visited {


    font-family: museosans_700, Arial, Helvetica;
    text-align: center;

    background: #222 url(images/overlay.png) repeat-x;
    display: inline-block;
    padding: 20px 40px;

    text-decoration: none;
    color: #FFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;

    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);

    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.47);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer
}

.button_cta a,
.button_cta a {
    color: #fff !important;
}

.button_cta:hover {
    background-color: #111;
    color: #fff;
}

.button_cta:active {
    position: relative;
    top: 1px;
}

.small.button_cta,
.small.button_cta:visited {
    font-weight: bold;
    font-size: 18px;
    padding: 9px 0;
    width: 221px;
}

.large.button_cta,
.large.button_cta:visited {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.3em;
    margin: 0 auto;
    display: block;

}

.super.button_cta,
.super.button_cta:visited {
    font-size: 34px;
    padding: 8px 14px 9px;
}



.green.button_cta,
.green.button_cta:visited {
    background-color: #4AA503;
}

.green.button_cta:hover {
    background-color: #3F8F00;
}

.gray.button_cta,
.gray.button_cta:visited {
    background-color: #868686;
}

.gray.button_cta:hover {
    background-color: #6D6D6D;
}

.red.button_cta,
.red.button_cta:visited {
    background-color: #AF4444;
}

.red.button_cta:hover {
    background-color: #8A2424;
}


/***************************************************************************/

.separador {
    background: url(images/separador.png) center no-repeat;
    width: 100%;
    height: 35px;
    background-size: cover;
}

/***************************************************************************/

.ocultar {
    float: right;
    display: none;
    visibility: hidden;
}

.pop_up {
    background: url(images/gradient_60.png) 0 0 repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.pop_up_content {
    width: 895px;


    position: fixed;
    top: 50%;
    left: 50%;


    -moz-box-shadow: 0 2px 30px #424141;
    -webkit-box-shadow: 0 2px 30px #424141;
    box-shadow: 0 2px 30px #424141;
    padding: 30px;
    background-color: #FDFDFD;
    border-spacing: 5px;
    border: 1px solid #E3E3E3;

}

/*--------------------------DEMOS-----------------------------------------------*/
.demos {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.gradient_box {
    position: relative;
    float: left;
    width: 353px;
    height: 275px;
    margin: 34px 61px 25px 16px;
}

.gradient_box .title_box {
    white-space: nowrap;
}


.title_box {
    border-bottom: solid 1px var(--primary-principal);
    padding-bottom: 6px;
}

.title_box h2 {
    font-size: 25px;
    margin: 0;
}

.title_box h3 {
    margin: 0px;
}

.button_ribbon {
    position: absolute;
    bottom: -34px;
    right: -39px;
    height: 77px;
    width: 155px;
}

.logos_s {
    display: inline-block;

    background: url(images/logos_s.png) repeat-x;
    height: 32px;
    width: 32px;
}



.compatibility {
    margin-top: 5px;
}

.logos_s.chrome {
    background-position: -6px 0;
}

.logos_s.firefox {
    background-position: -44px 0;
}

.logos_s.explorer {
    background-position: -83px 0;
}

.logos_s.android {
    background-position: -121px 0;
}

.logos_s.apple {
    background-position: -158px 0;
}

.logos_s.windows {
    position: relative;
    top: 2px;
    background-position: -196px 0;
}

.logos_s.opera {
    background-position: -233px 0;
}

.logos_s.safari {
    background-position: -267px 2px;
}

.logos_s.separador {
    background-position: -295px 0;
    width: 23px;
    height: 27px;
}





/*******************************VENTANA MODAL DE DEMOS********************************************/

.ventana-modal {
    border-collapse: separate;
    border-spacing: 10px;
    font-family: 'TitilliumText25L250wt', Arial, sans-serif;
}

.ventana-modal.close {
    opacity: 0.5;
    top: 10px;
    right: 10px;
    position: absolute;
    cursor: pointer;
    background: url(images/close.png) top right no-repeat;
    height: 45px;
    width: 45px;
}

.ventana-modal.close:hover {
    opacity: 1;
}

.modal_title {
    font-size: 35px;
    line-height: 68px;
    color: #949494;
}

td.compatibility {
    border-bottom: solid 1px var(--primary-principal);
}

.modal_td_white {
    vertical-align: top;
    padding: 6px 20px 6px 0;
    font-size: 13px;
}

img.border {
    border: solid 1px #CECECE;
    padding: 5px;
    box-shadow: 0 1px 6px 0 #DADADA;
}

.modal_td_gray {
    background-color: #EBEBEB;
    font-size: 14px;
    border: solid 1px #D1D1D1;
    margin-right: 16px;
    padding: 6px 20px 6px 20px;
}

.ventana-modal a {
    text-decoration: underline;
    color: #986D6D;
}

.acordion.open .caption {
    color: var(--primary-principal);
    font-weight: bold;
}

/***********CURSOS**************/

.a_cal_titlelink {
    color: white;
}

/* modal */
.modalProp {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.modalProp-content {
    background: whitesmoke;
    height: 35vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;

}

.left-side {

    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    animation-duration: 1s;
    animation-name: slideInLeft;
    animation-timing-function: ease;
    width: 50%;
}

.left-side img {
    height: 90%;

}

.right-side .vertical-column {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.right-side .vertical-column .right-animation {
    animation-duration: 1s;
    animation-name: slideInRight;
    animation-timing-function: ease;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.right-side .close-modal {
    background: none;
    width: 20px;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    height: 20px;
    padding: 0;
    align-self: end;
    margin-right: 10%;
    margin-top: 5%;
}

.right-side .downloadContainer {
    align-self: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    border: none;
    border-radius: 50px;
    background-position: center;
    background: var(--primary-principal) radial-gradient(circle, transparent 1%, var(--primary-principal) 1%) center/15000%;
    padding: 5px 19px;
    transition: all 700ms ease;

}

.right-side .downloadMainContainer {
    margin-bottom: 10%;
}

.right-side .downloadContainer:active {
    cursor: pointer;
    background-color: #E46A8B;
    background-size: 100%;
    transition: background 0s;
}

.right-side .titlePopUp {
    margin: auto 10% 10%;
    font-family: 'Open Sans', sans-serif;
    color: #4A4A4A;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.3em;
}

.right-side .downloadContainer span {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-right: 5%;
    color: #F3F3F4;
}

.right-side .downloadContainer img {
    height: 30px;
    width: 30px;
}

.right-side .vertical-column .iconPlay {
    display: flex;
    margin-bottom: auto;
    justify-content: space-around;
}

.right-side .vertical-column .iconPlay img {
    width: 42%;
    transition: all 500ms ease;
}

/* FinModal */

/**************MODAL******************/


/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    /*z-index: 4;*/
    /* Sit on top */
    left: 0;
    top: 75px;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 8% auto;
    /* 15% from the top and centered */
    border: 1px solid #888;
    width: 90%;
    /* Could be more or less, depending on screen size */
    max-width: 395px;
}

/* The Close Button */
.modal-close {
    color: #885060;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-right: 20px;
    width: 25px;
    height: 25px;
}

.modal-close span {
    position: relative;
    top: 4px;
}

.modal-close:hover,
.modal-close:focus {
    color: rgb(255, 255, 255);
    text-decoration: none;
    cursor: pointer;
    background-color: #885060;
    border-radius: 14px;
}

/* Modal Header */
.modal-header {
    text-align: center;
    font-size: 12pt;
}

.modal-header h4 {
    color: white;
}

.modal-header .close {
    color: white;
    opacity: initial;
}

/* Modal Body */
.modal-body {
    padding: 2em 2em 1em 2em;
}


/*Botón genérico granate corporativo*/

.btn-garnet {
    background-color: var(--primary-principal);
    color: #FFF;
}

#copyright-footer #text_whistleblowing {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

#copyright-footer #text_whistleblowing a {
    color: #323232;
    text-decoration: none;
    padding: 10px 6px;
    font-family: "OpenSans Regular", Arial;
}

.btn-garnet:hover {
    background-color: var(--primary-variant1);
    color: #FFF !important;
}

.btn-garnet:focus {
    color: #FFF !important;
}

.btn-border-garnet {
    background-color: #FFF;
    color: var(--primary-principal);
    border: 1px solid var(--primary-principal) !important;
}

.btn-border-garnet:hover {
    background-color: var(--primary-principal);
    color: var(--neutral-white) !important;
}

.btn-border-garnet:focus {
    background-color: var(--neutral-grey2);
    color: var(--primary-variant1) !important;
    border: 1px solid var(--primary-variant1) !important;
}

.swipe {
    display: none;
}

.flecha-menu-cliente {
    display: none;
}

/* animaciones */
@keyframes slideInLeft {
    from {
        transform: translateX(-200px);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(200px);
    }

    to {
        transform: translateX(0);
    }
}

@media (width < 510px) {
    #copyright-footer #text_whistleblowing {
        flex-direction: column;
    }
}

@media (width < 576px) {

    .toolTip {
        position: initial;
    }

    .contenidoToolTip {
        top: -79px;
        right: 15px;
        width: 253px;
        font-size: 12px;
    }

    .textPopUpContainer .textPopUp {
        padding: 0;
    }

    .popup-content {
        width: 95%;
        height: 37%;
        padding: 20px;
    }

    .card .wrap_card .row .col-sm-6 .configContainerR {

        margin-left: 0px;
    }

    .disconnectContainer {
        justify-content: center;
        margin-top: 0px;
    }

    .disconnectContainer .cancelDelete {
        width: 207px;
    }
}

@media (max-width: 600px) {
    #copyright-footer ul {
        display: flex;
        flex-direction: column;
        margin-left: 0px;
    }

    #logo-foot-wrap .responsiveFooter>.adress-foot {
        flex-basis: auto;
    }

    #logo-foot-wrap .responsiveFooter {
        justify-content: center;
    }

    .margin_card {
        margin: 15px 5px;
    }

    .cardMainContainer {
        margin: 15px 0px;
    }

    .swipe {
        display: block;
        text-align: center;
        padding-top: 12px;
        opacity: 0.6;
    }

    #news .description,
    .blog .description {
        width: auto;
        margin-left: auto;
        float: none;
        text-align: justify;
    }

    #news img {
        width: auto;
        float: none;
    }

    .news {
        text-align: center;
    }

    .gradient_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 49px 0px 0px 0px;
    }

    .gradient_box img {
        width: 300px;
    }

    div[itemprop="articleBody3"] .demos h2 {
        font-size: 20px;
    }

    div[itemprop="articleBody3"] .demos {
        justify-content: start;
    }

    .button_ribbon {
        display: flex;
        justify-content: center;
        max-height: 77px;
        height: auto;
        width: 100%;
        position: static;
    }
}

@media (max-width: 768px) {
    .product-card .seeprice {
        display: block;
    }
    .tooltip-icon:hover+.tooltip-text {
    visibility: hidden;
    opacity: 0;
}
#connect_intro_content #rma_table .rma-orange {
    flex-direction: column;
}
#connect_intro_content .table-hover tr td {
    vertical-align: middle;
}
}

/* MODAL */
@media (width > 767px) {
    .right-side .titlePopUp {
        margin: auto 16% 10%;
        font-size: 32px;
    }

    .right-side .downloadContainer {
        padding: 11px 60px;
    }

    .right-side .downloadContainer span {
        font-size: 32px;
        margin-right: 11%;
    }

    .left-side img {
        height: 100%;
    }

    .modalProp-content {
        height: 50vh;
    }

    .right-side .vertical-column .iconPlay img {
        width: 40%;
    }

    .right-side .vertical-column .iconPlay {
        width: 60%;
    }

    .right-side .downloadMainContainer {
        margin-bottom: 5%;
    }
}

@media (min-width: 400px) {
    .right-side .titlePopUp {
        margin: auto 7% 10%;
    }

    .cookieContainer {
        margin-bottom: auto;
    }
}

@media (min-width: 0px) and (max-width: 300px) {
    .left-side img {
        height: 84%;
    }

    .right-side .titlePopUp {
        font-size: 14px;
    }

    .right-side .downloadContainer span {
        font-size: 13px;
    }

    .right-side .downloadContainer img {
        height: 16px;
        width: 25px;
    }
}

@media screen and (orientation: landscape) {
    .left-side img {
        height: 100%;
    }

    .modalProp-content {
        height: 100%;
    }
}

/* FIN MODAL */
@media (max-width: 992px) {

    /*Menu Client Zone Mobile*/
    .flecha-menu-cliente {
        display: inline-block;
        float: right;
    }

    .nav.left_menu>li>ul {
        display: none;
    }

    .card .wrap_card .row .col-sm-6 .configContainerR {
        margin-left: 0px;
    }

    .responsiveFooter {
        flex-wrap: wrap;
    }

    .responsiveFooter>.adress-foot {
        flex-basis: 38%;
    }

    .responsiveFooter {
        justify-content: flex-end;
    }

    #logo-foot {
        margin-right: 6%;
    }

    #logo {
        min-width: 150px;
    }

    .logo-visiotech-color #logo {
        height: 35px;
    }

    .logo_banner_link {
        height: 35px;
    }


}

@media (min-width: 992px) {
    .mobileNone {
        display: block;
    }
}

@media (width < 1179px) {
    #logo-foot-wrap {
        flex-direction: column;
        gap: 14px;
    }

    #copyright-footer {
        flex-direction: column;

    }
}

/*NEWS*/
.mod-articles-category-group {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 4px;
}

a.mod-articles-category-title {
    font-size: 0.9em;
}

#right-news>ul {
    margin-left: 0;
}

#right-news {
    margin-left: 1%;
    padding: 2%;
}

.category-moduletestnoticias ul {
    margin-left: 1em;
}

.mod-articles-category-group~ul>li {
    margin-bottom: 14px;
}