/************** INES CUSTOM STYLES *******************/
/*****************************************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

:root {
    --main-color: #000;
    --ines-blue: #0066ac;
    --ines-orange: #ff9800;
    --template-aqua: #00acc3;
}

body {
    font-size: 14px;
    line-height: 20px;
    overflow-x: hidden !important;
}

.body-wrapper {
    overflow-x: hidden !important;
}

ol,
ul {
    list-style-position: inside;
}

ul.list-disc {
    list-style-type: disc;
}

ul.list-number {
    list-style-type: decimal;
}

ul.list-disc li,
ul.list-number li {
    margin-bottom: 7px;
}

.color-black {
    color: var(--main-color);
}

.color-ines-blue {
    color: var(--ines-blue);
}

.color-template-aqua {
    color: var(--template-aqua);
}

.hide-me {
    display: block;
    opacity: 0;
    line-height: 0;
    height: 0;
    max-height: 0;
    padding: 0 !important;
    overflow: hidden;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.show-me {
    /*  animation: grow-me 5s;*/
    display: block;
    opacity: 1;
    height: auto;
    max-height: 100%;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.no-link {
    cursor: not-allowed !important;
}

.element-invisible {
    display: none !important;
}

/*override*/
select.sppb-form-control:not([size]):not([multiple]) {
    height: inherit !important;
}


/* 404 - error page : begin */
.error-page .error-code,
.error-page .error-message,
.error-page a.btn.btn-primary.btn-lg {
    display: none !important;
}

.error-text .sppb-addon-text-block .sppb-addon-content {
    margin: 0;
}

.ines-custom-error-row img {
    width: 200px;
}

.ines-custom-error-row p {
    font-size: 50px;
    line-height: 55px;
    color: var(--ines-blue);
}

.ines-custom-error-row .btn.finder {
    float: left;
    background-color: #00acc3;
    border-color: #00acc3;
}

.ines-custom-error-row .error-support-text {
    color: #555555;
    font-size: 14px;
    text-align: left;
}

ul.error-page-menu {
    text-align: left;
}

ul.error-page-menu li {
    display: inline-block;
    padding: 2px 10px;
    /*	margin-right: 5px;*/
    border: 0;
    float: left;
    -webkit-transition: all cubic-bezier(0.54, 0.56, 0.52, 0.55) 300ms;
    transition: all cubic-bezier(0.54, 0.56, 0.52, 0.55) 300ms;
}

ul.error-page-menu li a {
    -webkit-transition: all cubic-bezier(0.54, 0.56, 0.52, 0.55) 300ms;
    transition: all cubic-bezier(0.54, 0.56, 0.52, 0.55) 300ms;
}

ul.error-page-menu li:last-child {
    margin: 0;
}

ul.error-page-menu li:hover {
    -webkit-transition: all cubic-bezier(0.54, 0.56, 0.52, 0.55) 300ms;
    transition: all cubic-bezier(0.54, 0.56, 0.52, 0.55) 300ms;
    background: #aaa !important;
}

ul.error-page-menu li:hover a {
    -webkit-transition: all cubic-bezier(0.54, 0.56, 0.52, 0.55) 300ms;
    transition: all cubic-bezier(0.54, 0.56, 0.52, 0.55) 300ms;
    color: #fff;
}

/* 404 - error page : end */

/* main menu : begin */
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    left: 100%;
}

/*
.ines-mega-menu li.sp-menu-item:last-child .sp-dropdown {
	display: none;
}
*/
li.hide-childs>.sp-dropdown,
.ines-mega-menu a[href="/recursos/ebooks"]:after {
    display: none !important;
}

.top-menu-hidden-link {
    display: none !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    text-overflow: ellipsis;
    overflow: hidden;
}

/* main menu : end */


/* modal fix : begin */
.modal-backdrop {
    display: none;
}

#ines-disclaimer-modal {
    position: relative;
    top: 0px;
    left: 0px;
}

#ines-disclaimer-modal .modal-content {
    background-color: #333;
    color: #fff;
}

#ines-disclaimer-modal .modal-dialog {
    width: 100%;
}

/* modal fix : end */



/* ines custom forms : begin */
#form-messages {
    background-color: transparent;
    padding: 15px;
    border-radius: 5px;
    color: #424242;
    font-weight: bold;
}

#form-messages.success {
    background-color: rgba(35, 207, 95, 0.5);
}

#form-messages.error {
    background-color: rgba(244, 67, 54, 0.5);
}

.ines-submit-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: pre-line;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 4px;
    transition: all .15s ease-in-out;
}

/*
.weblead-form-wrapper form input, .weblead-form-wrapper form select, .weblead-form-wrapper form textarea {
	width: 100%;
	margin-bottom: 20px;
}
.weblead-form-wrapper form label {
}
.weblead-form-wrapper form table tr td:first-child {
	width: 50%;
}
.weblead-form-wrapper form table tr td:last-child {
	width: 50%;
}

*/
.weblead-form-wrapper {
    background-color: #fff;
    padding: 20px;
}

.weblead-form-wrapper form input,
.weblead-form-wrapper form select,
.weblead-form-wrapper form textarea {
    width: 100%;
    margin-bottom: 10px;
}

input.txt,
input#txtCaptcha,
select {
    color: #666666;
    background: #f7f7f7
}

.disclaimer-to-right {
    display: inline-block;
    margin-left: 20px;
    line-height: 12px;
    vertical-align: text-top;
}

.disclaimer-to-right p {
    font-size: 10px;
    line-height: 10px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 5px;
}

#captchaDiv img {
    height: 60px !important;
}

.weblead-form-pre-title {
    margin-bottom: 5px;
    line-height: 1.5;
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    color: #333;
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.weblead-form-pre-title span {
    color: #00acc3;
}

.weblead-form-pre-subtitle {
    /*	margin-bottom: 30px;*/
    color: #666;
    line-height: 1.5;
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}

.weblead-form-pre-subtitle .separator {
    width: 30%;
    height: 3px;
    margin: 30px 0px 10px 0px;
    border-color: #00acc3;
    background: #00acc3;
}

#webinar-popup-modal .modal-dialog {
    margin: 80px auto;
}

#sp-left .blog-sidebar-newsletter-optin-form input {
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 10px;
    height: 35px;
}

#sp-left .blog-sidebar-newsletter-optin-form #form-messages {
    margin: 10px auto;
}

#sp-left .blog-sidebar-newsletter-optin-form .sppb-btn-success {
    width: 100%;
    color: #fff;
    background-color: #23cf5f;
    border-color: #23cf5f;
}

#sp-left .blog-sidebar-newsletter-optin-form .sppb-btn-success:hover {
    color: #fff;
    background-color: #1fae51;
    border-color: #1fae51;
}

/* ines custom forms : end */






/* title + breadcrums : begin */
.page_title h1,
.page_title .h1 {
    clear: both;
    color: #666666;
    float: left;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}

.ines-custom-breadcrums {
    float: right;
}

/* title + breadcrums : end */

/* only breadcrums : begin */
.only-breadcrumbs-no-title-wrapper .breadcrumb {
    margin-bottom: 0;
    background: none;
}

/* only breadcrums : end */


/* blog breadcrums : begin */
.blog-breadcrumbs .breadcrumb {
    float: right;
    background: none;
}

/* blog breadcrums : end */



/* search module : begin */
.form-search .finder label {
    display: none;
}

/* search module : end */


/* sp-bottom module / position : begin */
#sp-bottom .bottom-links-group-title {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

#sp-bottom a.bottom-link {
    display: block;
    padding: 5px 0px;
    text-decoration: none;
    color: #989898;
    font-size: 14px;
}

#sp-bottom a.bottom-link.bottom-link--second-level {
    padding-left: 10px;
    /* color: #ff9800; */
}

#sp-bottom4 .sp-module:first-child {
    padding-bottom: 0;
}

#sp-bottom4 .sp-module.ines-demo-form-modal-module {
    height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* sp-bottom module / position : end */







/* fonctionallites featured icons : begin */
.creative7-features {
    margin-top: 0;
}

.creative7-features .sppb-img-container {
    display: block !important;
}

.creative7-features .sppb-img-responsive {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.creative7-features .sppb-addon-text {
    min-height: 130px;
}

/*
.ines-col-functionalities .sppb-addon-text {
    display: none;
}
*/
.ines-col-functionalities .feature-icon1 {
    margin-bottom: 0;
}

.feature-icon1 .sppb-icon i {
    background-color: #e9e9e9;
    color: #333333;
}

/* fonctionallites featured icons : end */



/* pricing list tables : begin */
.creative4-pricing .sppb-pricing-box .sppb-pricing-features>ul>li {
    text-align: left;
    padding-left: 20px;
}

/* pricing list tables : end */



.creative10-features-text .sppb-addon-content {
    font-size: 16px;
    line-height: 26px;
}

.creative10-features .sppb-icon {
    margin-top: 7px;
    margin-bottom: 7px;
}

.creative10-features .sppb-addon-title {
    margin-bottom: 0;
    line-height: 1.6;
}

.creative10-features .sppb-addon-text {
    margin-top: 15px;
    text-align: justify;
}

.ines-custom-contact-info-section .sppb-addon-title {
    margin-bottom: 10px;
    line-height: 1.5;
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
}

.ines-custom-contact-info-section .sppb-addon-content p {
    margin-bottom: 20px;
    line-height: 1.5;
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
}

.ines-custom-contact-info-section .sppb-addon-content {
    margin-bottom: 50px;
    border-bottom: 2px solid #00acc3;
}

.creative7-bottom-features .sppb-icon i {
    margin-top: 0 !important;
}

.creative7-bottom-heading .sppb-addon-content {
    height: auto;
    background: transparent;
    border-bottom: 2px solid #00acc3;
}

/* carousel slider dots : begin */
.owl-theme .owl-controls .owl-page span {
    background: #ddd;
}

/*
.testimonials-section .owl-item {
	width: 100% !important;
}
*/
.ines-sidebar-carousel .owl-theme .owl-controls {
    margin: 0;
    padding-right: 50px;
}

.ines-sidebar-carousel .creative1-news {
    padding: 0 50px 0 0;
}

.creative1-news img {
    height: 230px;
    object-fit: cover;
}

.creative1-news h3.post-title {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
}

/* carousel slider dots : end */



/* carousel testimonials v2 : begin */
.hm_columns {
    position: relative;
    min-height: 1px;
    height: 100%;
    float: left;
}

.hm_column_out {
    height: 100%;
}

.hm_column_con {
    padding-right: 15px;
    padding-left: 15px;
    height: 100%;
}

.what_say_block {
    position: relative;
    margin-bottom: 60px;
}

.what_say_block .say_img {
    margin-top: 8px;
    position: absolute;
    width: 100px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.what_say_block .say_img img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.white_section .say_datils>h5,
.white_section .say_datils,
.white_section span.job_n,
.say_datils>h5,
.say_datils,
span.job_n {
    color: #fff;
}

.what_say_block .say_datils {
    min-height: 89px;
}

.say_img+.say_datils {
    padding-left: 120px;
}

.say_datils>h5,
.say_datils {
    /*color: #444;*/
    margin-bottom: 7px;
}

.white_section .say_datils .text {
    opacity: 0.7;
}

.say_datils .text {
    font-size: 15px;
    letter-spacing: 1px;
}

.say_datils span {
    margin-right: 13px;
}

span.cli_n {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
    text-transform: uppercase;
}

span.job_n {
    /*color: #888;*/
    font-size: 14px;
    line-height: 1.7;
    margin-top: 5px;
    font-weight: 500;
}

/* carousel testimonials v2 : end */


.ines-feature-icons-01 span.lnr {
    font-size: 40px;
    color: #fff;
}

.ines-feature-icons-01 .sppb-addon-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

/* filterizr plugin styles : start */
.filtr-container {
    margin-top: -1rem;
}

ul.filter-horizontal {
    /*	text-align: center;*/
}

ul.filter-horizontal li {
    display: inline-block;
}

ul.filter-categories li {
    cursor: pointer;
    margin-bottom: 5px;
    background: #fff;
    border: 2px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 7px;
    width: 200px;
    text-align: center;
    color: #888;
}

ul.filter-categories li h3 {
    font-size: 14px;
    line-height: 20px;
    color: #888;
    margin: 0;
}

ul.filter-categories li.active,
ul.filter-categories li:hover,
ul.filter-categories li.active>h3,
ul.filter-categories li:hover>h3,
ul.filter-categories li.active>*,
ul.filter-categories li:hover>* {
    font-weight: bold;
    color: #00acc3;
    border-color: #00acc3;
}

ul.filter-categories.filter-horizontal li {
    width: 220px;
}

ul.filter-categories.filter-horizontal.filter-integrations li {
    float: left;
    margin-right: 5px;
}

.filter-sidebar-menu-title {
    color: #00acc3;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.filtr-item {
    padding: 1rem;
    text-align: center;
}

.filter-img-wrapper {
    position: relative;
    text-align: center;
    height: 150px;
    border-radius: 5px;
    border: 1px solid #424242;
}

.overlay {
    background: #00acc3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.vertical-align-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.filtr-item img {
    display: inline-block;
    vertical-align: middle;
    /*max-width: 160px;*/
    margin: 0 auto;
}

.filtr-item .filtr-item-testimonial:hover img {
    filter: blur(5px);
}

.filtr-item:hover .overlay {
    opacity: 0.6;
}

.filter-inner-link {
    color: #fff;
    display: block;
    width: 100px;
    height: 42px;
    line-height: 42px;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(0) rotate(45deg);
    -moz-transform: translateY(-50%) translateX(-50%) scale(0) rotate(45deg);
    -ms-transform: translateY(-50%) translateX(-50%) scale(0) rotate(45deg);
    -o-transform: translateY(-50%) translateX(-50%) scale(0) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) scale(0) rotate(45deg);
    -webkit-box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.filter-inner-link button {
    position: relative;
    z-index: 1;
    width: 100px;
    border-width: 1px;
    border-style: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #1e3c40;
    color: #ffffff;
    /*    text-transform: uppercase;*/
    font-weight: 600;
}

/*
.filter-inner-link button:hover {
    background-color: #1e3c40 !important;
}
*/
.filtr-item:hover .filter-inner-link {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1) rotate(0deg);
    -moz-transform: translateY(-50%) translateX(-50%) scale(1) rotate(0deg);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1) rotate(0deg);
    -o-transform: translateY(-50%) translateX(-50%) scale(1) rotate(0deg);
    transform: translateY(-50%) translateX(-50%) scale(1) rotate(0deg);
}

.filter-item-top-image-wrapper {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.filter-item-top-image-wrapper:hover>a.filter-item-top-image-anchor:after {
    opacity: 0.8;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.filter-item-top-image-wrapper.no-overlay:hover>a.filter-item-top-image-anchor:after {
    opacity: 0 !important;
}

.filter-item-top-image-wrapper.no-overlay:hover>a.filter-item-top-image-anchor {
    cursor: not-allowed;
}

a.filter-item-top-image-anchor {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}

a.filter-item-top-image-anchor:after {
    background: rgba(0, 0, 0, .9);
    pointer-events: none;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.filter-item-text-block:not(.simple_filter-item-text-block) {
    background: #fff;
    box-shadow: 1px 1px 20px -3px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    height: 90px;
    padding: 18px 30px 20px 30px;
    position: relative;
    z-index: 1;
    text-align: left;
}

.filtr-integrations .filter-item-text-block {
    display: none;
}

h6.filter-item-title {
    margin: 0;
}

/* filterizr plugin styles : end  */



/* spbuilder testimonial addon : begin  */

.sppb-addon-testimonial-review {
    min-height: 100px;
}

.sppb-addon-testimonial-footer img {
    border-radius: 5px;
    width: 200px !important;
    display: block;
    text-align: center;
    margin: 0 auto 20px auto;
}

/* spbuilder testimonial addon : end  */



/* otros : begin */
.about-us-module {
    padding-bottom: 0;
}

#sp-footer {
    text-align: left;
}

.creative8-heading .sppb-addon-content {
    border-bottom: 0;
    margin: 0;
}

.heading-style4 .sppb-addon-title {
    font-size: 28px;
}

.heading-style4 .sppb-addon-content p {
    font-size: 16px;
}

.creative1-testimonial .testimonial-desc {
    background: rgba(0, 0, 0, 0.4);
    min-height: 250px;
}

.creative1-testimonial .testimonial-desc:before {
    border-top-color: rgba(0, 0, 0, 0.4);
}

.slider-main-title {
    letter-spacing: 0px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 0;
}

.slider-line {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.slider-subtitle {
    font-size: 18px;
    line-height: 28px;
}

.slider-btn {
    text-transform: uppercase;
    border-radius: 3px !important;
    padding: 12px 30px !important;
    font-size: 16px !important;
    letter-spacing: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.slider-btn i {
    font-size: 16px;
    margin-left: 10px;
}

.slider-like-title,
.slider-like-title h1 {
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
}

.slider-like-subtitle {
    text-align: initial;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
    margin: 0px;
    padding: 0px;
}

.slider-like-separator {
    width: 300px;
    background-color: rgba(255, 255, 255, 0.8);
    height: 2px;
    margin: 10px 0px;
    padding: 0px;
}

.slider-like-button {
    margin: 0px;
    width: 210px;
    height: auto;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 12px 30px;
    transition: all 0.4s ease;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    background: #fe8c00;
}

.slider-like-button a {
    text-decoration: none;
    color: #fff;
}

.slider-like-button a i {
    font-size: 15px;
    margin-left: 10px;
}

.slider-like-button:hover {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: rgb(0, 172, 195) !important;
    color: #fff !important;
}

ul.webinars-feature-list {
    list-style: disc;
    padding-left: 40px;
}

.video-on-screen-wrapper {
    position: relative;
}

.video-on-screen-wrapper video.video-on-screen-video {
    z-index: 9999;
    background-image: url('/images/video-on-screen-top-layer-01.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-on-screen-wrapper img.video-on-screen-screen {
    z-index: 9990;
}

.video-on-screen-wrapper .video-on-screen-screen {
    cursor: pointer;
}

.ines-testimonials-carousel .img-box,
.ines-text-carousel .img-box {
    display: none;
}

.owl-theme .owl-controls .owl-buttons div {
    margin: 0;
    display: inline-block;
}

.btn-ex5 a {
    font-size: 12px;
}

.feature-icon1 .sppb-addon-title,
.feature-icon1 .sppb-addon-text {
    color: inherit;
}

.owl-carousel .owl-item img {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.ines-custom-carousel .carousel-caption-small {
    top: 1px;
    opacity: 0;
}

.ines-mod-carousel-client-webinar .owl-carousel .owl-item img,
.ines-mod-carousel-client-solution-metiers .owl-carousel .owl-item img,
.ines-mod-carousel-client-integration .owl-carousel .owl-item img {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}

.ines-mod-carousel-client-webinar .carousel-caption-small,
.ines-mod-carousel-client-solution-metiers .carousel-caption-small,
.ines-mod-carousel-client-integration .carousel-caption-small {
    background-color: transparent;
}

.testimonial-sidebar-key-figure-wrapper {
    text-align: center;
    margin-bottom: 100px;
}

.testimonial-sidebar-key-figure-wrapper .sppb-icon {
    margin-bottom: 10px;
}

.testimonial-sidebar-key-figure-wrapper .lnr,
.testimonial-sidebar-key-figure-wrapper .fa {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.7);
}

.testimonial-sidebar-key-figure-wrapper h3 {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 5px;
}

.testimonial-sidebar-key-figure-wrapper .key-figure-text {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

#testimonials-integration-logos,
.testimonials-integration-cta {
    height: 186px;
}

/* testimonials integration vertical align images : begin */
#testimonials-integration-logos .sppb-addon-single-image-container {
    line-height: 200px;
}

#testimonials-integration-logos .sppb-addon-single-image-container img {
    vertical-align: middle;
}

#testimonial-projet-widgets-wrapper .sppb-feature-box-title a {
    color: #fff;
}

/* testimonials integration vertical align images : end */



.integration-title-logos-wrapper img {
    display: inline-block;
    vertical-align: middle;
}

.integration-title-logos-wrapper img:first-child {
    width: 160px;
    margin-right: 20px;
}

.integration-title-logos-wrapper img:last-child {
    width: 200px;
    margin-left: 20px;
}

.integration-title-logos-wrapper .fa {
    font-size: 40px;
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
    color: #333;
}

.ines-custom-filter-buttons .sppb-btn-primary {
    border-color: transparent !important;
    background-color: #1493c1;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.ines-custom-filter-buttons .sppb-btn-primary:hover {
    border-color: transparent !important;
    background-color: #0e9cd1;
}

.ines-custom-filter-buttons .sppb-btn-dark {
    border-color: transparent !important;
    background-color: #eaeef1 !important;
    color: #666666 !important;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.mod-ines-single-testimonial img {
    text-align: center;
    margin: 0 auto 30px auto;
    width: 200px;
}

.mod-ines-single-testimonial h3,
.mod-ines-single-testimonial p {
    margin-bottom: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.2;
}

.mod-ines-single-testimonial span {
    color: #fff;
    font-size: 23px;
    line-height: 34px;
}

.mod-ines-single-testimonial a {
    margin-top: 30px;
    color: #60606b;
    border-color: #60606b;
}

.mod-ines-single-testimonial a:hover {
    border-color: #00acc3;
    color: #00acc3;
}

a.conditions-generales-link {
    display: block;
    padding: 5px 0px;
    font-size: 14px;
}

.creative5-about-box {
    margin: 0 auto !important;
}

.sppb-person-image img.sppb-img-responsive {
    width: 172px !important;
    height: auto;
}

button.phone-hiding-place {
    background-color: #FF5722;
    color: #fff;
}

button.phone-hiding-place:hover {
    background-color: #e85223;
}

#sp-bottom button,
button.phone-hiding-place.phone-hiding-place-footer {
    background-color: #FF9800;
    color: #fff;
    width: 70%;
    display: inline-block;
    vertical-align: sub;
    margin: 0;
}

#sp-bottom button:hover {
    background-color: #e85223;
    color: #fff;
    width: 70%;
    display: inline-block;
    vertical-align: sub;
    margin: 0;
}

.sppb-panel-title h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.creative9-top-heading .h1 {
    text-align: left;
    line-height: 70px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 70px;
    color: #fff;
    font-family: Raleway;
    text-transform: uppercase;
}

.creative9-top-heading .h1 span.typewrite {
    color: rgb(255, 217, 53);
    filter: blur(2px);
}

.offre-icon-wrapper {
    width: 100px;
    margin: 0 auto;
}

.sppb-addon-feature.societe-office-info h3.sppb-addon-title.sppb-feature-box-title {
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: bold;
}

.sppb-addon-feature.societe-office-info .sppb-addon-text hr {
    margin: 0px 0 10px 0 !important;
}

p.office-location-zone {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}

#office-location-contact-info-grid {
    margin-top: 50px !important;
}

.creative10-banner a.sppb-btn {
    margin-top: 0 !important;
}


/* actualite */

.layout-lookupblog3 article h2>a {
    color: var(--ines-blue);
    font-size: 20px;
    line-height: 26px;
}

.layout-lookupblog3 .article-info>dd {
    color: var(--ines-blue);
}

.sppb-addon-social-share.module-sidebar-partager li {
    border: none;
    display: inline-block !important;
    padding: 0 !important;
}

.sppb-addon-social-share.module-sidebar-partager li a {
    padding: 5px !important;
}

.sppb-addon-social-share.module-sidebar-partager li a i {
    color: #fff;
    font-size: 16px;
}

.com-content.view-article .article-footer-wrap {
    display: none;
}

.tags {
    margin: 0 !important;
    padding: 0 35px !important;
}

.pager {
    padding: 0 35px !important;
}

.inescrm-contact-info-1 {
    display: flex;
    justify-content: start;
    align-items: start;
}

.inescrm-contact-info-1 .inescrm-contact-info-1--icon {
    margin-top: 3px;
    margin-right: 10px;
    color: var(--template-aqua);
}

.inescrm-contact-info-1 .inescrm-contact-info-1--data p {
    font-size: 17px;
    margin: 0;
}
/* otros : end */




/*
 *
 * MEDIA
 * QUERIES
 *
 *
 *
 */


/* Mobile */
@media screen and (max-width: 480px) {
    video {
        width: 380px;
        height: auto;
    }

    .creative9-top-heading .h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .testimonials-integration-cta h3,
    .testimonials-integration-cta .h3 {
        font-size: 20px;
        line-height: 1;
    }

    .testimonials-integration-cta .sppb-addon-text-block .sppb-addon-content {
        padding: 0 15px;
    }

    .slider-main-title {
        top: 10px !important;
        font-size: 18px !important;
        line-height: 20px !important;
    }

    .slider-subtitle {
        display: none !important;
    }

    .slider-btn {
        top: 0px !important;
        width: 50px !important;
        height: 20px !important;
        padding: 14px 10px 0px 10px !important;
        vertical-align: middle;
    }

    .slider-like-subtitle h1 {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
    }

    .creative10-banner .sppb-addon-title {
        font-size: 24px;
    }

    .video-on-screen-wrapper video.video-on-screen-video,
    .video-on-screen-wrapper img.video-on-screen-screen {
        width: 100%;
        height: auto;
    }

    img.video-on-screen-monitor {
        display: none;
    }

    .ines-custom-two-cols-txt-img,
    .ines-custom-two-cols-txt-img div[id^=sppb-addon-] {
        padding-top: 0px !important;
    }

    .demo-offre-bouncing-buttons .sppb-addon-button-group {
        text-align: center !important;
    }

    ul.filter-categories.filter-horizontal.filter-integrations li {
        float: none;
        margin: 0 auto;
    }

    .video-holderYT {
        height: auto;
    }

    .sppb-gallery {
        margin: 0 auto !important;
        text-align: center;
    }

    .ines-testimonial-row {
        background-image: none !important;
    }

    .filtr-webinars .filtr-item {
        min-height: 320px;
    }

    .filtr-integrations .filtr-item {
        min-height: 170px;
    }

    .filtr-integrations .filtr-item img {
        width: 70%;
        /*    height: min-content;*/
    }

    .ines-mod-carousel-client-webinar .owl-carousel .owl-item img,
    .ines-mod-carousel-client-solution-metiers .owl-carousel .owl-item img,
    .ines-mod-carousel-client-integration .owl-carousel .owl-item img {
        width: 100%;
        padding: 0px 5px;
    }

    .integration-title-logos-wrapper img:first-child {
        width: 100px;
    }

    .integration-title-logos-wrapper .fa {
        font-size: 30px;
    }

    .integration-title-logos-wrapper img:last-child {
        width: 180px;
    }
}

/* Bootstrap Extra Small Devices - xs */
@media screen and (max-width: 767px) {

    .video-on-screen-wrapper video.video-on-screen-video,
    .video-on-screen-wrapper img.video-on-screen-screen {
        background-size: contain;
        width: 100%;
        height: auto;
    }

    img.video-on-screen-monitor {
        display: none;
    }
}

/* Bootstrap Small Devices - sm */
@media screen and (min-width: 768px) {
    .ines-custom-breadcrums {
        float: left;
    }

    #home-sliders-wrapper {
        height: 550px;
    }

    .ines-custom-slider-wrapper {
        height: 500px;
    }

    .slider-main-title {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    .slider-subtitle {
        width: 80% !important;
        font-size: 16px !important;
        line-height: 24px !important;
        letter-spacing: 0.5px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .slider-btn {
        width: 100px;
        padding: 10px 20px;
        text-align: center;
        font-size: 16px !important;
    }

    .slider-btn i {
        font-size: 16px;
        margin-left: 10px;
    }

    .feature-icon1 .sppb-addon-title {
        font-size: 16px;
        line-height: 30px;
    }

    .video-on-screen-wrapper video.video-on-screen-video,
    .video-on-screen-wrapper img.video-on-screen-screen {
        position: absolute;
        top: 32px;
        left: 29px;
        width: 623px;
        height: 374px;
    }

    .creative9-banner .sppb-addon-title {
        line-height: 1.2;
    }

    .creative9-banner .sppb-col-sm-12 a {
        float: left;
        margin-top: 30px;
    }

    .ines-custom-carousel .owl-carousel .owl-item img {
        width: 80%;
    }

    .filter-item-inner-wrapper {
        height: 250px;
    }

    /*
a.filter-item-top-image-anchor img {
    width: 70%;
    max-width: 100%;
    max-height: 180px;
}
*/
    .filter-item-top-image-wrapper img {
        width: 70%;
        max-width: 100%;
        max-height: 180px;
    }

    .filtr-webinars .filter-item-top-image-wrapper img {
        width: 100%;
    }

    .filter-item-text-block:not(.simple_filter-item-text-block) {
        height: 70px;
    }

    /*	.ines-testimonials-carousel .owl-item .owl-item { width: 100% !important; }*/
}

/* Bootstrap Medium Devices - md */
@media screen and (min-width: 992px) {
    .slider-main-title {
        font-size: 35px !important;
        line-height: 46px !important;
    }

    .slider-subtitle {
        width: 100% !important;
        font-size: 18px !important;
        line-height: 28px !important;
        letter-spacing: 1px !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .feature-icon1 .sppb-addon-title {
        font-size: 20px;
        line-height: 60px;
    }

    .round-btn a {
        padding: 12px 18px;
        font-size: 11px;
    }

    .creative1-testimonial .testimonial-desc {
        font-size: 15px;
        line-height: 20px;
        min-height: 310px;
    }

    .creative9-banner .sppb-col-sm-12 a {
        float: right;
        margin-top: 0px;
    }

    .ines-custom-breadcrums {
        float: right;
    }

    .video-on-screen-wrapper video.video-on-screen-video,
    .video-on-screen-wrapper img.video-on-screen-screen {
        position: absolute;
        top: 22px;
        left: 20px;
        width: 414px;
        height: 249px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #testimonial-projet-widgets-wrapper div[id^=sppb-addon-] {
        padding: 20px !important;
    }

    #testimonial-projet-widgets-wrapper .sppb-icon .sppb-icon-container>i {
        font-size: 26px !important;
        width: 26px !important;
        height: 26px !important;
        line-height: 20px !important;
    }

    #testimonial-projet-widgets-wrapper h3.sppb-addon-title.sppb-feature-box-title {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .testimonials-integration-cta h3,
    .testimonials-integration-cta .h3 {
        font-size: 20px;
        line-height: 1;
    }

    h6.filter-item-title {
        font-size: 14px;
    }

    .ines-custom-two-cols-txt-img div[id^=sppb-addon-] {
        padding-top: 0px !important;
    }
}

@media screen and (max-width: 1024px) {

    .sidebar-widget-title,
    .ines-sidebar-carousel {
        display: none;
    }
}

/* Bootstrap Large Devices - lg */
@media screen and (min-width: 1200px) {
    .slider-main-title {
        font-size: 48px !important;
        line-height: 56px !important;
    }

    /*	.ines-testimonials-carousel .owl-item { width: initial !important; }*/
    .ines-custom-carousel .owl-carousel .owl-item img {
        width: 50%;
    }

    .creative9-banner .sppb-addon-title {
        font-size: 24px;
        line-height: 24px;
    }

    .creative1-testimonial .testimonial-desc {
        font-size: 14px;
        line-height: 18px;
        min-height: 200px;
    }

    .video-on-screen-wrapper video.video-on-screen-video,
    .video-on-screen-wrapper img.video-on-screen-screen {
        position: absolute;
        top: 23px;
        left: 23px;
        width: 507px;
        height: 308px;
    }

    #home-sliders-wrapper {
        height: 500px;
    }

    .ines-custom-slider-wrapper {
        height: 350px;
    }

    .filtr-integrations .filter-item-inner-wrapper {
        height: 150px;
    }

    /*
a.filter-item-top-image-anchor img {
    width: 70%;
    max-width: 100%;
    max-height: 150px;
}
*/
    .filter-item-top-image-wrapper img {
        width: 70%;
        max-width: 100%;
        max-height: 150px;
    }

    .filtr-webinars .filter-item-top-image-wrapper img {
        width: 100%;
    }

    .filter-item-text-block:not(.simple_filter-item-text-block) {
        height: 90px;
    }
}

/* ipad portrait */
/*
@media (min-width: 768px) and (max-width: 1023px) {
.ines-custom-breadcrums {
	float: left;
}
}
*/


/* */