/*
Theme Name: JupiterX Child
Description: Jupiter X Child Theme
Author: Artbees
Author URI: https://jupiterx.com
Template: jupiterx
Version: 1.0.0
Text Domain: jupiterx
Domain Path: /languages
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom CSS codes in assets/less/style.less */
@font-face {
  font-family: 'Colfax';
  src: url(/wp-content/themes/jupiterx-child/assets/fonts/Colfax-Regular.otf);
  font-weight:400;
}
@font-face {
  font-family: 'Colfax';
  src: url(/wp-content/themes/jupiterx-child/assets/fonts/Colfax-Medium.otf);
  font-weight:700;
}
@font-face {
  font-family: 'Colfax';
  src: url(/wp-content/themes/jupiterx-child/assets/fonts/Colfax-Medium.otf);
  font-weight:600;
}
h1, h2, h3, h4,.elementor-widget-heading .elementor-heading-title, .elementor-counter-number, input, button, select, optgroup, textarea {
        font-family:'Colfax';
        font-weight:700;
}

h5, h6, span, a, p, body{
        font-family:'Open Sans';
        font-weight:400;
}

.jet-button__state {
    padding: 5px 15px;
}

.after-line:after {
        content: "";
    width: 100px;
    background: #1281C2;
    height: 2px;
    display: block;
}
@media all and (max-width: 1024px) {
.after-line:after {
        margin: auto;
}
}

#calidad-datos,#calidad-datos-1,#calidad-datos-2,#calidad-datos-3{
        display:none
}

#btn-calidad-datos.activo .raven-button {
    background-color: rgba(255, 255, 255, 0) !important;
    background-image: none !important;
    border-color: #1281C2 !important;
    border-style: solid !important;
    color: #1281C2 !important;
}

#newsletter .raven-field-group{
        margin-bottom: 0;
}
#newsletter{
        max-width: 500px;
    margin: auto;
}


.logos-modulos {
        max-width: 100px;
        margin: auto;
        position: absolute!important;
        left: 50%;
        transform: translate(-50%, -50%);
}

/* .modulos {
        display: none;
} */

.selector-pais  a{
        background: url('/wp-content/uploads/2020/02/seleccion.png');
        background-size: 100%;
        background-repeat: no-repeat;
        transition-duration: 0.5s;
}

.selector-pais a.inactive {
        background: none;
}

.iconos-names {
        max-width: 100px;
        margin: auto;
}

.casos-exito-categorias .categoria-imagen {
        margin-bottom: 0;
}

.hide {
        display: none;
}

.inactive {
        display: block;
}

.wpcf7-form .row input, .wpcf7-form .row textarea {
        width: 100%;
        padding: 12px 20px;
        font-size: 15px;
        color: #606060;
        border: 1px solid #d9d9d9;
        margin-bottom: 25px;
        font-weight: normal;
}

.wpcf7-form .row .wpcf7-submit {
        /* padding: 12px 25px 12px 25px; */
        background-color: #1281C2;
        background-image: none;
        border-color: #1281C2;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-radius: 5px 5px 5px 5px;
        font-size: 15px;
        width: initial;
        color: white;
}

.privacy {
        text-align: right;
        color: #9b9b9b;
        font-size: 12px;
}

.submit {
        text-align: right;
        padding-right:0;
}


.contacto-datos strong{
        color: #1281C2;
}
/*
.cronograma .elementor-icon-list-items {
        text-align: center;
}

.elementor-widget-icon-list .elementor-icon-list-item {
        display: inline-block;
        text-align: center;
        margin: 0 20px;
        z-index: 1;
}

.elementor-504 .elementor-element.cronograma .elementor-icon-list-icon i {
        font-size: 40px;
}
*/
.elementor-504 .elementor-element.cronograma .elementor-icon-list-item:nth-child(2n) i {
        font-size: 20px;
}

.elementor-504 .elementor-element.cronograma .elementor-icon-list-item:nth-child(2n) {
        vertical-align: top;
//        margin-top: 10px;
}

.elementor-icon-list-text {
        display: block;
        padding-left: 0 !important;
}
/*
.elementor-504 .elementor-element.elementor-element-2c1d27d {
        top: 5px;
        z-index: -1;
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
        color: #1281C2;
        background-color: white;
        background-position: center;
}
/*
.elementor-widget .elementor-icon-list-item a {
    display: block;
}
*/
.far:hover {
        font-weight: 900;
}


@media all and (max-width: 1024px) {

        .elementor-504 .elementor-element.elementor-element-2c1d27d {
                display: none;
        }

        .elementor-widget .elementor-icon-list-items {
                columns: 2;
                -webkit-columns: 2;
                -moz-columns: 2;
                width: 50%;
                margin: auto ;
        }

        .elementor-widget .elementor-icon-list-item {
                display: flex;
        }
        .elementor-504 .elementor-element.cronograma .elementor-icon-list-item:nth-child(2n) i {
                padding-right: 2px;
        }

        .elementor-widget .elementor-icon-list-items::before {
                content: '';
                position: absolute;
                display: block;
                border-left: 2px solid black;
                height: 100%;
                width: 4px;
                left: 37%;
                z-index: -1;
                top: -12px;
        }
        .elementor-widget .elementor-icon-list-items::after {
        content: '';
        position: absolute;
        display: block;
        border-left: 2px solid black;
        height: 100%;
        width: 4px;
        left: 62.7%;
        z-index: -1;
        top: -12px;
}

        .elementor-504 .elementor-element.cronograma .elementor-icon-list-item:nth-child(2n) {
                margin-top: 20px;
                margin-bottom: 20px;
        }

        .elementor-icon-list-text {
        background-color: white;
}

/*      .elementor-icon-list-text {
        display: inline-block;
        padding-left: 0 !important;
        vertical-align: middle;
        height: 40px;
} */


}


.elementor .elementor-element.boton a.raven-button {
        background-color: #1281C2;
}

.elementor .elementor-element.boton a.raven-button .raven-button-text {
        color: white;
        font-weight: bold;
}

.elementor .elementor-element.boton a.raven-button.inactive {
        background-color: #4c4c4c;
}

.elementor .elementor-element.boton a.raven-button.inactive .raven-button-text{
        color: white;
}

.elementor .elementor-element.categoria-imagen .widget-image-caption {
        display: none;
}

.jupiterx-widget .card-title {
        color: #1281C2;
        margin-bottom: 30px;
}

.jupiterx-widget ul .cat-item {
        border-bottom: 1px solid gray;
        padding-bottom: 10px;
}

.jupiterx-widget ul .cat-item a::before {
        color: #595959;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        margin-right: 10px;
}

.elementor-element-1331c02 .raven-post-button-text{
        position: relative;
        display: block;
        width: 100%;
        bottom: -40px;
}

.elementor-element-1331c02 .raven-post-image-overlay {
        opacity: 0.5;
        background: black;
}

.jupiterx-widget ul .cat-item a{
        color: #595959;
        font-weight: bold;
}

.raven-post-button-text {
        margin-top: 20px;
}

.raven-post-button-text .fa-angle-right {
        margin-left: 10px;
        margin-bottom: 1px;
}

.elementor-element-80da0c2 .raven-search-form .raven-search-form-input {
        background-color: #e8e8e8;
}

.elementor-element-80da0c2 .raven-search-form-classic .raven-search-form-inner {
        border: 1px solid #e8e8e8;
}

.elementor-element-80da0c2 .raven-search-form .raven-search-form-button {
        background: #e8e8e8 !important;
        border: none !important;
}

.iconos-home {
        max-width: 110px;
        margin: auto;
}

.logo img {
        max-width: 160px;
}

.iconos-cliente img {
        max-width: 120px;
}
.curva-blanca img {
        position: absolute;
        bottom: -2px;
        left: 0;
}

.cuadro-modulos-producto .elementor-column .elementor-widget-wrap {
        -webkit-align-content: space-between;
        -ms-flex-line-pack: space-between;
        align-content: space-between;
}

.elementor-1023 .elementor-element.elementor-element-430353c7 .elementor-social-icon {
        font-size: 30px;
}

.elementor-1034 .elementor-element.elementor-element-dfbfb9a .elementor-social-icon {
        font-size: 30px;
}

.elementor-counter-number:before {
        content: "+"
}
@media all and (max-width: 767px) {
        .elementor-253 .elementor-element.elementor-element-53a8540 {
                width: 33%;
                margin: auto;
        }
}

.botonera-home .elementor-widget-raven-button {
/*      max-width: 302px; */
        max-width:100%;
}

#up , #down {
        cursor: pointer;
}

.selector-pais.contacto .elementor-column {
        max-width: 120px;
}

.selector-pais.contacto .elementor-row{
        max-width: 350px;
        margin: auto;
}

.clientes_filter_search{
        flex-flow: row;
        justify-content: center;
}

.clientes_filter_search form{
        display: inherit;
}

.clientes_filter_search form .select-holder{
        display: inherit;
}


.clientes_filter_search select{
        padding: 4px 50px;
        color: #7d7d7d;
        font-size: 15px;
}
.clientes_filter_search select {
        display: block;
        font-size: 15px;
        font-family: sans-serif;
        font-weight: 400;
        color: #646464;
        line-height: 1;
        padding: 10px 50px;
        width: 100%;
        max-width: 170px;
        box-sizing: border-box;
        margin: 0;
        border: 1px solid #646464;
        box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
        border-radius: 4px;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-color: #fff;
        background-image: url('/wp-content/uploads/2020/03/Flecha-64.svg'), linear-gradient(to bottom, #fff 0%,#e5e5e500 100%);
        background-repeat: no-repeat, repeat;
        background-position: right .7em top 50%, 0 0;
        background-size: 1em auto, 100%;
        text-align: center;
}
.clientes_filter_search select::-ms-expand {
        display: none;
}
.clientes_filter_search select:hover {
        border-color: #007297;
        color: #007297;
}
.clientes_filter_search select:focus {
        border-color: #aaa;
        box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
        box-shadow: 0 0 0 3px -moz-mac-focusring;
        color: #222;
        outline: none;
}
.clientes_filter_search select option {
        font-weight:normal;
}


.clientes_filter_search .select-holder {
        display: inline-block;
        max-width: 180px;
        width: 100%;
        margin: 10px
}

#clientes_filter_search {
        text-align: center;
}

.clientes_filter_search .select-holder .btn {
        border: 1px solid #dc6700;
        text-align: center;
        max-width: 170px;
        width: 100%;
        padding: 5.5px 0;
        background: #dc6700;
        top: 0px;
        left: 0px;
        position: relative;
        color: white;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: -0.5px;
        display: block;
}


.clientes_filter_search .select-holder .btn:hover {
        border: 1.5px solid #dc6700;
        background: white;
        color: #dc6700;
}

.no-match {
        width: 100%;
        padding: 50px 0;
}

#clientes_filter_search .texto {
        text-align: right;
        display: block;
        padding-top: 14px;
}

#clientes_filter_search_results {
        margin-top: 60px;
}

@media all and (max-width: 767px) {
        .elementor-253 .modulos .elementor-element > .elementor-element-populated {
                margin: 0px 0px 80px 0px;
        }
}

.casos-exito-categorias .elementor-image-box-content {
        padding: 20px 0 17px;
        background: #1281C2;
}

.casos-exito-categorias .elementor-widget-wrap {
        -webkit-align-content: space-between !important;
-ms-flex-line-pack: space-between !important;
align-content: space-between !important;
}

.modulos .elementor-widget:not(:last-child) {
        margin-bottom: 0px;
}
.form-cv-submit form .submit {
        text-align: center;
        padding-right: 0;
}

.form-cv-submit form .row .wpcf7-submit{
        width: 180px;
        padding: 18px 45px 018px 45px;
        background-color: #FFFFFF;
        background-image: none;
        border-color: #1281C2;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-radius: 5px 5px 5px 5px;
        font-size: 17px;
        color: #1281C2;
}

@media all and (max-width: 767px) {
        .selector-pais.contacto .elementor-row {
                max-width: 330px;
                margin: auto;
        }

        .selector-pais.contacto .elementor-column {
                max-width: 80px;
        }

}


h2.elementor-heading-title a {
        font-weight: 600 !important;
}


.selector-pais .elementor-widget:not(:last-child) {
    margin-bottom: 10px !important;
}


.botonera .elementor-column.elementor-col-33.inactive {
        background: transparent;
}

.botonera .elementor-column.elementor-col-33:not(.inactive)  {
        background: #efefef !important;
    border: 3px solid #007296 !important;
    border-radius: 40px;
}

:lang(es) .es {
        display: block;
}

/*
:lang(en) .en {
        display: block;
}
*/
:lang(es) .en {
        display: none;
}

:lang(en) .es {
        display: none;
}

:lang(es) .lang-item-es {
        display: none;
}

:lang(en) .lang-item-en {
        display: none;
}

.polylang_langswitcher {
        list-style: none;
        display: flex;
        padding: 0;
        margin-bottom: 0;
}


.polylang_langswitcher .elementor-icon {
    display: inline-block;
    color: #4d4d4d;
    font-size: 20px;
    margin-right: 5px;
}

.polylang_langswitcher .lang-item:first-child {
        margin-right: 5px;
}

.polylang_langswitcher .lang-item a {
        margin-bottom: 0;
        display: flex;
}

.polylang_langswitcher .lang-item a p {
    margin: 0;
    color: #4d4d4d;
    font-size: 14px;
}


.elementor-element.elementor-element-77b6eab .raven-search-form-input {
        color: black;
}

.grecaptcha-badge { opacity:0;}


.suscribe-cf7 .col-8,
.suscribe-cf7 .col-4,
.suscribe-cf7 .col-12 {
        padding: 0 !important;
        margin: 0 !important;
}

.suscribe-cf7 .email input {
        background-color: #7b7b7b;
        color: white;
        border: 1px solid transparent;
        border-radius: 3px 0 0 3px;
        margin-bottom: 0 !important;
}

.suscribe-cf7 .submit input{
        width: 100% !important;
        border-radius: 0 3px 3px 0 !important;
        margin-bottom: 0 !important;
}

.suscribe-cf7 .col-12 p {
        color: white;
        font-size: 10px;
        margin-bottom: 0 !important;
        margin-top: 10px;
        text-align: right;
}

.suscribe-cf7 .col-12 span.wpcf7-list-item {
        margin: 0 5px 0 0;
}

.suscribe-cf7 .col-12 input {
        margin-bottom: 0 !important;
}

.suscribe-cf7 div.wpcf7 .ajax-loader {
        display: none !important;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler, #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
        color: #1281C2 !important;
        border-color: #6CC04A;
        background-color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler, #onetrust-banner-sdk #onetrust-reject-all-handler {
        background-color: #1281C2 !important;
        border-color: #1281C2 !important;
        color: #FFFFFF;
}

#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn), #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
        background-color: #1281C2 !important;
        border-color: #1281C2 !important;
        color: #FFFFFF;
}

.jupiterx-a11y-skip-navigation-link {
    display:none !important
}

input[type="checkbox"] {
    width: 15px !important;
}
