.gb-container-465d6c75 {
display: none;
}
footer{
display:none;
}
.cmplz-documents{
display:none;
}
blockquote ul li, .tab-pane ul li, .container-general ul li {
list-style: disc;
margin-left: 25px;
}
@import url(‘https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap’);
body, button, input, select, textarea {
font-family: ‘Inter’, sans-serif!important;
}
h1,h2,h3,h4,h5,h6{
font-family: ‘Inter’, sans-serif!important;
}
h6{
font-size:15px;
}
@media (max-width: 991px){
.contentPrincipal {
margin-top: 0px;
}}
/* Ancho completo sin caja */
#caja{
width:100%;
}
#caja .col-xs-12 {
padding-right: 0;
padding-left: 0;
}
.container-general {
padding: 0px 0;
background-color: #ffffff;
}
.logotipo img {
margin-left: 15px;
OBJECT-FIT: contain;
max-width: 200px;
object-position: center center;
max-height:50px;
}
.site-logo-container img {
width: auto;
max-width: 100%;
object-fit: contain;
max-height:50px;
}
.banner{
width: 530px;
height: auto;
object-fit: contain;
}
@media only screen and (max-width: 768px) {
.logotipo img {
margin-left: 15px;
OBJECT-FIT: contain;
max-width: 200px;
object-position: center center;
max-height:30px;
}
}
img {
/* Ocultar el atributo ‘title’ */
pointer-events: none; /* Evitar que se muestre la información emergente */
}
.site-logo-container {
height: auto;
}
p {
margin-bottom: 5px;
}
a {
text-decoration:none;
}
.hero-section .ct-container-narrow {
max-width: 100%;
}
.hero-section .ct-container-narrow {
width: 100%;
}
.sticky-container {
position: sticky;
position: -webkit-sticky;
top: -1px;
z-index:99999;
}
#main li {
margin-bottom: 1.5em;
}
.sinEnlace{
pointer-events: none;
cursor: default;
}
.sticky-container a {
text-decoration:none;
}
.sticky-container {
z-index: 2;
}
.logotipo img{
margin-left:15px;
}
.entry-content>* {
margin-bottom: 0;
}
.ct-featured-image {
padding-bottom: 15px!IMPORTANT;
}
/* Estilo acordeón */
.c-accordion__title {
cursor: pointer;
padding-right: 2rem;
position: relative;
background-color: whitesmoke;
padding: 15px 35px 15px 15px;
border-radius: 5px;
}
.c-accordion__title:after {
font-weight: 600;
right: 10px;
}
.c-accordion__content {
padding: 0 15px;
}
.search-form{
display:none;
}
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
max-width: 1200px;
}
.wpforms-container .wpforms-field {
padding: 5px 0;
position: relative;
}
/* Curso */
.acordeon {
background-color: white;
box-shadow: 1px 0px 20px 0px #adadad36;
padding: 10px 20px;
border-radius: 15px;
margin-bottom: 15px;
}
.sinContenido{
pointer-events: none;
cursor: default;
padding: 0px 20px;
}
.sinContenido .c-accordion__title::after{
display:none;
}
.c-accordion__title {
margin: 0;
}
.c-accordion__title::after {
color: #115e91;
font-weight: 600;
}
.c-accordion__title {
background-color: white;
padding: 15px 35px 15px 15px;
}
.entry-content h6{
margin-bottom:0!important;
}
.gutentor-module-tabs-item {
background-color: #0e1e3d;
color: #f1c430;
border-radius: 5px;
}
.gutentor-tabs-nav-active {
background-color: #f3cb3d;
color: #0e1e3d;
border-radius: 5px;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
border-radius: 10px;
}
.gutentor-slick-arrows {
left: 46%!important;
}
.gutentor-module.gutentor-module-carousel .slick-arrow {
height: 35px;
background-color: #f1c433;
border-radius: 5px;
}
.gutentor-module-carousel .gutentor-slick-arrows, .gutentor-post-module .gutentor-slick-arrows, .gutentor-term-module .gutentor-slick-arrows {
display: -ms-flexbox;
display: flex;
justify-content: center;
}
.slick-track {
display: flex;
align-items: center;
justify-content: center;
}
.exp_logo{
max-height: 60px;
width: auto;
max-width: 150px;
}
.expertoImg{
pointer-events: none;
}
#caja-expert .gb-grid-column:first-child .gb-container{
background-color: #0e1e3d!important;
color: white!important;
}
#caja-expert .gb-grid-column:first-child h2 a {
color: #ffffff!important;
}
.latido{
animation: zoom-in-zoom-out 2s ease infinite;
}
@keyframes zoom-in-zoom-out {
0% {
transform: scale(1, 1);
}
50% {
transform: scale(1.05, 1.05);
}
100% {
transform: scale(1, 1);
}
}
.degradado2 {
background: linear-gradient(90deg, rgba(11,6,89,0) 0%, #0e6387 35%, rgb(29 125 165) 50%, #0e6387 68%, rgba(16,32,68,0) 100%);
-webkit-animation: test 4s infinite;
animation: test 4s infinite;
-webkit-animation: test 4s infinite;
animation: test 4s infinite;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes test {
50% {letter-spacing: 1px;}
}
/* Standard syntax */
@keyframes test {
50% {letter-spacing: 1px;}
}
.sombra{
box-shadow: 1px 0px 20px 0px #adadad36;
border-radius:15px;
}
.ct-image-container{
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ;
-ms-transition: all .2s ease;
}
article .ct-image-container img {
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease-in;
-ms-transition: all .2s ease;
transform: scale(1.01);
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
article:hover .ct-image-container{
filter: brightness(0.9);
}
article:hover .ct-image-container img{
transform: scale(1.05) perspective(1000px);
}
.entries article h2 a{
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
min-height:40px;
}
[data-archive=default][data-layout*=grid] .entry-card>*:not(:last-child).entry-meta, [data-archive=default][data-layout=classic] .entry-card>*:not(:last-child).entry-meta, [data-archive=default][data-layout=simple] .card-content>*:not(:last-child).entry-meta {
margin-bottom: 0;
}
.entry-meta [data-type=pill] a {
background: #156b9000;
–linkInitialColor: #3a4f66;
–linkHoverColor: #156b90;
}
.entry-meta [data-type=pill] a:hover {
background: #156b9000;
–linkInitialColor: #156b90;
–linkHoverColor: #156b90;
}
/* Formulario Valorian */
.valorian{
display:none;
}
.test{
display:none;
}
#main li {
margin-bottom: 0.5em;
}
.hide{
display:none!important;
}
.entry-button {
font-weight: 800;
}
.nodeco a{
text-decoration:none;
}
.sombra{
box-shadow: 0px 4px 20px 0px #cacacac7;
}
.maso-card{
transition:0.5s;
}
.maso-card:hover{
transform: translateY(-10px);
}
.ct-header-cta [data-size=medium] {
–theme-button-min-height: 35px;
–theme-button-padding: 3px 20px;
}
.ct-header .ct-button:hover {
background-color:white;
color:#158bbd;
border:2px solid #158bbd;
}
.ct-header .ct-button{
border:2px solid #158bbd;
}
.footerEnlace{
border-bottom:1px solid transparent;
}
.footerEnlace:hover{
border-bottom: 1px solid #e3e3e3;
}
.bi-box-arrow-in-right{
margin-right:5px;
}
.campusCont{
border-left: 2px solid #1b7aa1;
border-right: 2px solid #1c7ca4;
padding: 0px 10px 0px 5px;
display: inline-flex;
}
.degradado {
background-color: var(–amarillo-eip);
background-image: linear-gradient(195deg, #0b506d, #1d7ca4);
color: #ffffff!important;
transition: 0.4s;
}
.degradado:hover {
background-image: linear-gradient(195deg, #f2f5f7, #e1e8ed);
color: #0b506d!important;
}
.degradado2 {
background: linear-gradient(90deg, rgba(11,6,89,0) 0%, #0e6387 35%, rgb(29 125 165) 50%, #0e6387 68%, rgba(16,32,68,0) 100%);
-webkit-animation: test 4s infinite;
animation: test 4s infinite;
-webkit-animation: test 4s infinite;
animation: test 4s infinite;
}
:where(.is-layout-flex) {
gap: 0.5em;
}
.animado{
transition: all 0.5s ease;
}
.animado:hover {
box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
transform: translate3d(0,-10px,0);
}
.ct-menu-link:not(:empty) {
padding: 0;
}
.latido {
animation: zoom-in-zoom-out 2s ease infinite;
}
.boton .wp-block-button__link {
background-image: linear-gradient(195deg, #f2f5f7, #e1e8ed);
font-weight: 600;
font-size: 19px;
padding: 10px 20px;
border-radius: 10px;
}
.caja{
box-shadow: 0 1px 5px 0 #d8d8d8;
}
#main li {
margin-bottom: 0;
}
.wp-block-table {
margin: 0 0 1em;
}
.sombraProfesorado{
box-shadow: 0 0 14px 0 rgba(0,0,0,0.1);
}
.boton2{
transition: all 0.5s ease;
}
.boton2:hover{
transform: translate3d(0px,-5px,0);
}
.wp-block-video video {
vertical-align: middle;
width: 100%;
border-radius: 10px;
}
.post-edit-link{
display:none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background-color: #fcfcfc;
}
.wp-block-table table:not(.has-border-color) thead, .wp-block-table table:not(.has-border-color) tfoot, .wp-block-table table:not(.has-border-color) td, .wp-block-table table:not(.has-border-color) th {
border-color: #f4f3f3;
}
.site-branding{
pointer-events:none;
}
.botonForm:hover{
background-image: linear-gradient(195deg, #e1e8ed, #f2f5f7);
}
.acordeonMovil .c-accordion__title {
background-color: #ffffffd9;
padding: 5px 15px 5px 15px;
margin: 0 20px;
margin-bottom:15px;
border-radius:15px;
}
.acordeonMovil .acordeon {
padding: 10px 0px;
}
.hide{display:none!important;}
.mensajeOculto {display:none;}
.noapto{
filter: blur(1px);
pointer-events: none;
}
input, textarea, select {
border: 1px solid #bdbbbb!important;
border-radius:2px;
}
div.wpforms-container-full .wpforms-form input[type=submit], div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
background-color: #216f9f;
border: 1px solid #396b8b;
color: #fff;
font-size: 1em;
font-family: inherit;
padding: 10px 15px;
text-transform: uppercase;
font-weight: 600;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
background-color: #ddd;
border: 1px solid #d5d5d5;
cursor: pointer;
color: black;
}
input:active, input:focus {
border-bottom: 1px solid #216f9f!important;
}
.dashicons-download:before {
font-size: 20px;
color: red;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
font-size: 14px;
}
div.wpforms-container-full .wpforms-form ul li {
margin-bottom: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
font-size: 14px;
}
div.wpforms-container-full .wpforms-form .wpforms-field {
padding: 5px 0;
}// Función para verificar y reemplazar el texto
function verificarYReemplazar() {
var elemento = document.getElementById(«wpforms-confirmation-24333»);
if (elemento) {
var texto = elemento.innerHTML; // Obtener el contenido HTML
if (texto.includes(«{nombre de archivo}»)) {
texto = texto.replace(«{nombre de archivo}», «Descargar copia PDF cumplimentado»);
elemento.innerHTML = texto; // Aplicar el texto modificado
// Restaurar el enlace original si estaba presente
var enlaceOriginal = elemento.querySelector(‘a’);
if (enlaceOriginal) {
elemento.appendChild(enlaceOriginal); // Reinsertar el enlace original
}
}
}
}
// Observador de mutaciones para detectar cambios en el DOM
var observer = new MutationObserver(function(mutations) {
mutations.forEach(function(mutation) {
if (mutation.type === «childList») {
verificarYReemplazar();
}
});
});
// Configuración del observador de mutaciones
var config = { childList: true, subtree: true };
// Observar cambios en el DOM
observer.observe(document.body, config);
// Llamar a la función de verificación y reemplazo inicialmente
verificarYReemplazar();jQuery(document).ready(function() {
// Obtener la URL actual
var url = new URL(window.location.href);
var urlParams = url.searchParams;
// Obtener todos los parámetros de la URL
var params = {};
for (var pair of urlParams.entries()) {
params[pair[0]] = pair[1];
}
// Seleccionar todos los enlaces de la página
var allLinks = jQuery(‘a’);
// Iterar a través de todos los enlaces
allLinks.each(function(index, element) {
var currentHref = jQuery(element).attr(‘href’);
// Verificar si el enlace actual existe y no es una ancla
if (currentHref && !currentHref.startsWith(‘#’)) {
// Convertir rutas relativas a URLs absolutas
var updatedHref = isAbsoluteURL(currentHref) ? currentHref : new URL(currentHref, window.location.origin).href;
// Combinar parámetros existentes con parámetros de la URL actual
var updatedParams = new URL(updatedHref);
for (var param in params) {
if (params.hasOwnProperty(param) && !updatedParams.searchParams.has(param)) {
updatedParams.searchParams.set(param, params[param]);
}
}
// Actualizar el atributo href del enlace con los parámetros combinados
jQuery(element).attr(‘href’, updatedParams.href);
}
});
});
// Función para verificar si una URL es absoluta
function isAbsoluteURL(url) {
return /^https?:\/\//i.test(url);
}jQuery(document).ready(function(){
// Seleccionar el enlace dentro del label
var enlace = jQuery(«.wpforms-field-label-inline a»);
// Cambiar la URL del enlace
enlace.attr(«href», «https://grupomainjobs.com/cogiti-politica-de-privacidad/»);
});
Manage cookie consent
To offer the best experiences, we use technologies such as cookies to store and/or access device information. Consent to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Failure to consent, or withdrawal of consent, may adversely affect certain features and functions.
Functional
Always active
Storage or technical access is strictly necessary for the legitimate purpose of allowing the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network. .
preferences
Technical storage or access is necessary for the legitimate purpose of storing preferences not requested by the subscriber or user.
Statistics
Storage or technical access that is used exclusively for statistical purposes.Storage or technical access that is used exclusively for anonymous statistical purposes. Without a requirement, voluntary compliance by your Internet service provider, or additional records from a third party, information stored or retrieved solely for this purpose cannot be used to identify you.
Marketing
Storage or technical access is necessary to create user profiles to send advertising, or to track the user on a website or several websites for similar marketing purposes.