/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.mbottom20 button {
	font-size: 14px;
}
.listCheck {
	padding-left: 0px;
}
.listCheck li:before {
	display: none;
}
.boton-redondo a {
	background-color: var(--e-global-color-accent);
    font-size: 16px;
    font-weight: 700;
    color: var(--e-global-color-57dbcd5);
    border-radius: 100px 100px 100px 100px;
    padding: 10px 12px 10px 12px;
}
.boton-redondo .elementor-widget-container {
	padding-right: 40px
}
.post-titulo-loop a:hover {
    color: #FF5E0C;
}
.post-titulo-loop h3 {
    line-height: 1.2em; /* Ajusta según el tamaño de fuente */
    height: calc(1.2em * 4); /* Calcula la altura para 4 líneas */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* Limita a 4 líneas */
    text-overflow: ellipsis;
}
.post-loop-contenedor .elementor-element-populated {
	padding: 0px 0px 20px 0px !important;
}
.news-loop-img img {
	width: 100%;
    height: 299px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px 20px 0px 0px;
}
/*heredados*/ 
 /*carrusel*/
/* Contenedor del carrusel */
.slick-list {
    overflow: hidden; /* Oculta el contenido fuera del área visible */
    position: relative;
    width: 100%;
}

/* Track del carrusel (grupo de imágenes) */
.slick-track {
    display: flex;
    width: 200%; /* Ajustar según el número de imágenes */
    animation: carruselScroll 30s linear infinite; /* Animación más lenta */
}

/* Cada imagen dentro del carrusel */
.slick-slide {
    flex: 0 0 20%; /* Ajustar según el número de imágenes visibles */
    transition: transform 0.5s ease-in-out;
    padding: 10px; /* Espaciado entre imágenes */
}

/* Asegurar que las imágenes ocupen el 100% de su contenedor */
.slick-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px; /* Bordes redondeados opcionales */
}

/* Animación más lenta del carrusel */
@keyframes carruselScroll {
    0% { transform: translateX(0); }
    20% { transform: translateX(-20%); }
    40% { transform: translateX(-40%); }
    60% { transform: translateX(-60%); }
    80% { transform: translateX(-80%); }
    100% { transform: translateX(0); } /* Reiniciar */
}

/* Flechas de navegación */
.carousel-prev, .carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.carousel-prev {
    left: 10px;
}

.carousel-next {
    right: 10px;
}

/*fin carrusel*/
.04text {
	text-align: left !important;
	padding-right: 30px;
}
.w100 {
    width: 100%;
    display: block;
}
.wp-block-image img, .wp-caption img {
margin-bottom: 20px !important;
}
.single-news .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
	margin-bottom: 40px;
}
.bgsoftgrey {
    background: #efefef;
}
.bgsoftgrey .col-sm-4 {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 20vh;
    text-align: center;
}
.single-news.contBelow {
	padding-bottom: 20px !important;
  margin-bottom: 40px !important;
}
.bgsoftgrey .col-sm-4 img {
	margin: 20px;
	border-radius: 0px;
	height: 150px;
  object-fit: cover;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.bgsoftgrey .col-sm-8 {
	display: flex;
    align-items: center;
    justify-content: left;
    height: 20vh;
    text-align: left;
	padding: 20px;
}
@media (min-width: 992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8, .col-sm-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%;
				        padding-right: 20px;
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.e-loop-item .item-news  .elementor-element{
	background-color: #fff;
	    border-radius: 20px 20px 20px 20px;
}
.col-md-4, .col-sm-4 {
    width: 33.33333333%;
    float: left;
    padding: 20px;
}

#content img {
    max-width: 100%;
    height: auto;
}
.news-loop-img img {
	width: 100%;
	height: 299px;
	object-fit: cover;
}
.col-tit-news {
	padding: 0px 40px 40px 40px;
}
#form-field-utm {
	display: none !important;
}
.translatepress-ru_RU .elementor-element-541d010 .elementor-heading-title {
	    font-size: 1.7em;
}
.translatepress-de_DE .elementor-1353 .elementor-element.elementor-element-a7c5204 .elementor-heading-title {
	font-size: 3em;
}
.cuadros .elementor-flip-box__front .elementor-flip-box__layer__title {
	color: #FF5E0C !important;
	font-size: 20px;
}
.cuadros .elementor-flip-box__back 
p span {
	color: #16275C !important;
}
	.cursiva {
	 padding-left: 5px;
}
.translatepress-ru_RU #elementor-tab-title-1001 .cursiva, .translatepress-ru_RU #elementor-tab-title-3591 .cursiva {
	display: none;
}
elementor-toggle-title
#form-field-utm {display: none}
.elementor-kit-6 button:hover, .elementor-kit-6 button:focus, .elementor-kit-6 input[type="button"]:hover, .elementor-kit-6 input[type="button"]:focus, .elementor-kit-6 input[type="submit"]:hover, .elementor-kit-6 input[type="submit"]:focus, .elementor-kit-6 .elementor-button:hover, .elementor-kit-6 .elementor-button:focus {
	border: none; 
}
/* Estilo para el overlay 
#custom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background-color: rgba(254, 254, 254, 0.9);
    z-index: 9998; 
*/
}

.imagen-industria {
	max-height:161px;
	object-fit: cover;
	border-radius: 20px !important
}
.spaced {
    padding-left: 5px; /* Ajusta el valor según necesites */
}

.uc-heading .fas {
	padding: 8px;
}
.wp-caption-text {
	font-size: 14px;
}
/*cookies consent*/
#cookie-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Fondo semi-transparente */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

#cookie-overlay.hidden {
    display: none;
}
/*formularios*/
.elementor-message.elementor-message-danger {
    color: #d9534f;
    font-size: 12px;
}
/*Idiomas*/
/*portugues*/
.translatepress-pt_PT .carrusel-aplicaciones h3 {
	font-size: 26px;
}
.translatepress-ru_RU .jet-menu .jet-menu-item .top-level-link {
    font-family: "Bai Jamjuree", Sans-serif;
	font-size: 0.9vw !important;
}
.elementor-location-header .elementor-sticky--active {
	background-color: #001432 !important;
}
/*Blog*/
.cpel-switcher--layout-dropdown .cpel-switcher__list  {
	background-color: #001432;
}
.cpel-switcher__lang a:hover,.cpel-switcher__lang a:focus {
    background-color: #001432;
	color: #FF5E0C;
}
.trp-language-switcher > div > a:hover {
    background: #FF5E0C;
    border-radius: 0px;
    color: #fff;
}
.col-md-4 {
        width: 33.33333333%;
	float: left;
    }
.bgsoftblue {
	background: #f1f3fa;
}
.container-fluid {
	margin-right: auto;
    margin-left: auto;
}
.trp-ls-shortcode-current-language
.trp-language-switcher > div > a {
    display: block;
	padding: 5px 5px;
color: #fff;
	width: 60px;
}
.trp-ls-shortcode-disabled-language {
	color: #fff !important;
	background-color: transparent !important;
		padding: 7px 12px !important; 
}
.trp-language-switcher > div > a {
    display: block;
    padding: 0px 12px;
    border-radius: 0px;
    text-decoration: none;
    color: #1E1E1E;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    background-color: #fff;
}
.trp-language-switcher > div > a {
    border-radius: 0px;
    background-color: #fff;
}
.trp-language-switcher > div {
    box-sizing: border-box;
    padding: 4px 20px 3px 13px;
	border: none;
}
.trp-language-switcher {
    height: 42px;
    width: auto;
}
.trp-language-switcher > div {
	background-color: transparent
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0;
    border-radius: 20px !important;
}
.postid-2020 #caracteristicas-software, .postid-2022 #caracteristicas-software, .postid-2020 #caracteristicas-software_2, .postid-2022 #caracteristicas-software_2, .postid-2015 #titulo-puntos, .postid-2015 #puntos-software {
	display: none !important;
}
img[src$=".svg"] {
    border: none !important;
    box-shadow: non !important;
}

svg {
    border: none !important;
    box-shadow: none !important;
}
.cursiva {
	font-style: italic;
}
p strong, p b, table b, strong a, div b, b a, a b {
	color: #FF5E0C !important;
}
@media (max-width: 1024px) {
.home .elementor-widget-icon-box .elementor-icon-box-title a {
        font-size: 1.3em !important;
    }
}
/*Productos*/
.postid-2009 table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    width: 50%;
}
/*Industria*/
.uc_material_accordion .ue_post_accordion_content_in .ue-meta-data {
	display: none !important;
	margin-top: 0px !important;
}

/*
 * Daniel Esparza (d3veloper.es)
 */

/*** Blogs Menú ***/
.custom-language-switcher { display: none; }
#custom-select { position: relative; cursor: pointer; background: transparent; user-select: none; color: #fff; text-transform: uppercase; }
#custom-select .selected { padding: 0 0 0 20px; width: auto; overflow: hidden; }
#custom-select .options.show {  display: block;  width: 65%; margin-left: 12px; text-align: center; color: #1E1E1E;  }
#custom-select .options { background-color: #fff; display: none; position: absolute; top: 100%; left: 0; width: 100%; z-index: 999; }
#custom-select .option { padding: 5px; cursor: pointer; }
#custom-select .option:hover { background-color: #FF5E0C; color: #fff; }

/*** Blogs ***/
.news-template-default .elementor-widget-theme-post-content ul { margin-bottom: 30px; text-align: left; }
.news-template-default .elementor-widget-theme-post-content .has-img { display: inline-block; margin: 0 .5rem; }
.news-template-default .elementor-widget-theme-post-content .has-img img { width: 100%; max-height: 380px !important; margin: 0 !important; }
.news-template-default .elementor-widget-theme-post-content .bgsoftblue-left { text-align: left; }
.news-template-default .elementor-widget-theme-post-content ul.mtop20.listCheck.listBlue { display: block; clear: both; padding-left: 16px; }
.news-template-default .elementor-widget-theme-post-content h2.cblue { clear: both; }
.news-template-default .elementor-widget-theme-post-content .row.flex-content-row { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; align-content: stretch; }
.news-template-default .elementor-widget-theme-post-content .row.flex-content-row div { flex: 0 0 calc(50% - .5rem); padding: .5rem; }
/*.news-template-default .elementor-widget-text-editor .row.flex-content-row { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; align-content: stretch; }*/
/*.news-template-default .elementor-widget-text-editor .row.flex-content-row div { flex: 0 0 calc(50% - .5rem); padding: .5rem; }*/
.news-template-default .elementor-widget-text-editor .has-img img { width: 100%; height: auto; object-fit: cover; }
.news-template-default .elementor-widget-theme-post-content .col-content-inline { display: inline-block; width: calc(50% - 2rem); max-height: 180px; margin-right: 1rem; margin-bottom: 3rem; }
.news-template-default .elementor-widget-theme-post-content .col-content-inline img { width: 100%; max-height: 180px; object-fit: cover; }

.news-template-default a.tril-link.non-cambridge { color: inherit !important; text-decoration: none !important; font-weight: inherit !important; }
.news-template-default .btn-orange-blank { font-family: "Bai Jamjuree", Sans-serif !important; font-size: 0.9vw !important; font-weight: 600 !important; color: #fff !important; }



/*** (responsive) ***/
@media (max-width: 767px) {
	
	/*** Blogs Menú ***/
	#custom-select { width: 65px; }
	
	/*** Blogs (responsive) ***/
	.elementor-widget-theme-post-content p img, .elementor-widget-theme-post-content div img { margin: auto !important; }
	.elementor-widget-theme-post-featured-image .elementor-widget-container img { display: block; margin: auto; }
	.elementor-widget-theme-post-content .elementor-widget-container { padding: 0 10px !important; }
	.news-template-default .elementor-widget-theme-post-content .has-img { display: inline-block; margin-right: 0; }
	.news-template-default .elementor-widget-theme-post-content .has-img img { width: inherit; height: auto !important; margin: 0 !important; }
	.news-template-default .elementor-widget-theme-post-content ul.listCheck, .news-template-default .elementor-widget-theme-post-content ul { padding-left: 16px; }
	.news-template-default .elementor-widget-theme-post-content .row.flex-content-row { flex-wrap: wrap; } 
	.news-template-default .elementor-widget-theme-post-content .row.flex-content-row div { flex: 100%; }
	.news-template-default .elementor-widget-theme-post-content .col-content-inline { width: 100%; margin-right: 0; }
	.news-template-default .elementor-widget-theme-post-content .col-xs-12.col-sm-4.col-md-4.mbottom20 { width: 100%; }
	.news-template-default .col-xs-12.col-sm-6.col-md-4.mbottom20 { width: 100%; }
	
}




