/*
Theme Name: Tema Nexatech
Author: Rodrigo Berroeta (Agencia Böll)
Author URI: https://www.boll.cl
Description: Plantilla desarrollada para proyecto web Nexatech. Agencia Böll
Version: 1.0.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
color ppal: #24c12d;
*/
* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body {
    background-color: #f9f9f9;
    font-family: 'Outfit', sans-serif;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}


.tipo_felicity .elementor-heading-title {
    font-family: 'Outfit', sans-serif !important;
}

.tipo_felicity .elementor-heading-title span {
    font-family: 'Adelia', sans-serif !important;
}

/** Especial Loader **/
.loader-section {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    flex-direction: column;
    transition: all .4s ease;
}

.loader-section .logo_loader {
    width: 250px;
    opacity: 1;
    animation: pulse 2s infinite;
    margin-bottom: 10px;
}

.loader-section h2 {
    font-size: 20px;
    text-align: center;
    margin: 10px 0;
    color: #0e1b4d;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
}

@keyframes pulse {
    0% {
        opacity: .6;
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .6;
    }
}

.efecto_img {
    position: relative;
    overflow: hidden;
}

.nexatech-card-carousel-wrapper {
  position: relative;
  background: #fff;
  padding: 40px 0;
}

.scroll_wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  white-space: nowrap;
  padding: 0 40px;
  scrollbar-width: none;
}

.scroll_wrapper::-webkit-scrollbar {
  display: none;
}

.card_scroll {
  display: inline-block;
  width: 280px;
  height: 420px;
  margin-right: 20px;
  position: relative;
  color: white;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  font-family: 'Plus Jakarta Sans', sans-serif;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.card_overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.05));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 20px;
  text-align: center;
  z-index: 2;
}

.card_overlay h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 10px;
}

.card_overlay p {
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.3;
  white-space: normal;
  word-break: break-word;
}

.icon_topright {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #ffffffee;
  color: #000;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: bold;
  z-index: 3;
  text-decoration: none;
}

.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #ccc;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow-left {
  left: 8px;
}

.arrow-right {
  right: 8px;
}


.efecto_img:after {
    content: "";
    position: absolute;
    top: -310%;
    left: -220%;
    width: 200%;
    height: 300%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.0);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.0) 0%,
            rgba(255, 255, 255, 0.0) 70%,
            rgba(255, 255, 255, 0.14) 74%,
            rgba(255, 255, 255, 0.1) 76%,
            rgba(255, 255, 255, 0.0) 77%,
            rgba(255, 255, 255, 0.06) 79%,
            rgba(255, 255, 255, 0.3) 92%,
            rgba(255, 255, 255, 0.0) 100%);
    z-index: 10;
}

/* Hover state - trigger effect */

.efecto_img:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
    z-index: 2;
}

.loaded {
    opacity: 0;
    z-index: -1;
}

/** Fin loader **/

.flex_btnes {
    display: flex;
    gap: 10px;
    align-items: center;
}

.btn.btnKibernum {
  background: transparent; /* transparente para ver el fondo */
  color: #FFFFFF;
  font-size: 0.8669rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  min-width: 10rem;
  padding: 0.7rem 2rem;
  border: 1.5px solid #FFFFFF;
  border-radius: 50px;
  text-transform: none; /* quita el uppercase si quieres como en imagen */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}


.btn.btnKibernum i {
    opacity: 0;
    font-size: 0px;
    transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn.btnKibernum {
  background: transparent;
  color: #FFFFFF;
  font-size: 0.8669rem;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  min-width: 10rem;
  padding: 0.7rem 2rem;
  border: 1.5px solid #FFFFFF;
  border-radius: 50px;
  text-transform: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

/* Hover invertido: fondo blanco y texto oscuro */
.btn.btnKibernum:hover {
  background: #FFFFFF;
  color: #1D1D1B; /* texto oscuro */
  border-color: #FFFFFF;
}


.btnFelicity a {
    color: #fff;
    text-decoration: none;
    position: relative;
}


.btnFelicity.btnBorde {
    border: 2px solid #d96262;
    background-color: transparent;
    color:#d96262;
}


@keyframes gradient {
    50% {
        background-position: 100% 0;
    }
}

.btncats_home {
    padding-top: 15px;
}

.btncats_home .btn.btnFelicity {
    padding: 7px 20px;
    font-size: 10px;
}

.btn.btnFelicity.btnLink {
    background: transparent;
    text-decoration: underline;
}

.btnCtaSeccion {
    display: flex;
    justify-content: center;
    padding-top: 25px;
}

/** btnAnimado **/
.cta {
    display: flex;
    align-items: center;
    color: #fff;
    background: none;
    border: none;
    padding: 12px 18px;
    position: relative;
    z-index: 9;
}

.cta a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    font-family: 'Outfit', sans-serif;
}

.cta a:hover {
    color: #fff;
}

.cta::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(calc(200% - 5px));
    width: 45px;
    height: 45px;
    background: linear-gradient(130deg, #499dc5 0%, #181b8f 45%);
    border-radius: 50px;
    transition: transform .25s .25s cubic-bezier(0, 0, .5, 2), width .25s cubic-bezier(0, 0, .5, 2);
    z-index: -1;
}

.cta:hover::before {
    width: 100%;
    transform: translateY(-50%) translateX(-18px);
    transition: transform .25s cubic-bezier(0, 0, .5, 2), width .25s .25s cubic-bezier(0, 0, .5, 2);
}

.cta i {
    margin-left: 5px;
    transition: transform .25s .4s cubic-bezier(0, 0, .5, 2);
}

.cta:hover i {
    transform: translateX(3px);
}

/** fim btnAnimado **/


/** HEADER ***/

/* .topbar {
    background: #e1251b;
    padding: 5px 0;
    margin-bottom: 10px;
}

.info_topbar {
    display: flex;
    gap: 15px;
}

.txt_topbar {
    font-size: 13px;
}

.icono_topbar {
    color: #fff;
}

.txt_topbar a,
.txt_topbar {
    color: #fff;
    text-decoration: none;
} */

.cabecera_ppal {
    position: absolute;
    z-index: 10;
    top: 0;
    width: 100%;
    background: transparent;
    padding: 0 0 10px;
    transition: all .3s ease;
}

.logo {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}

.logo_ppal {
    max-width: 200px;
    /* margin-top: -20px; */
    transition: width .3s ease;
    /* filter: hue-rotate(359deg) brightness(1000); */
}

.menu_principal {
    display: flex;
    justify-content: flex-end;
    margin-left: 20px;
    align-items: center;
    gap: 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 13px;
}

.menu_principal .menu,
.menu_principal .htmega-megamenu {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    align-content: stretch;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    letter-spacing: -.3px;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.menu_principal .htmega-menu-container ul>li {
    margin-right: 10px !important;
}

.menu_principal .menu li a,
.htmega-megamenu li>a {
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    /* text-transform: uppercase; */
    padding: 10px 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.menu_principal .btnVerde,
.menu_principal .btnNaranja,
.menu_principal .btn.btnOutlineVerde {
    min-width: 120px;
}

/** SUBMENU **/
.menu-item-has-children {
    position: relative;
    display: flex;
    align-items: center;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    width: 240px;
    background: #0D5B84;
    padding: 0 10px;
    list-style: none;
    height: 0;
    overflow: hidden;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    z-index: 20;
}

.htmega-menu-container .menu-item-has-children .sub-menu li a {
    padding: 5px 10px;
}

.htmega-menu-container .menu-item-has-children .sub-menu li {
    line-height: 1;
    display: flex;
    align-items: center;
}

.menu-item-has-children:hover .sub-menu {
    padding: 10px 10px 0;
    height: auto;
}

.menu-item-has-children::after {
    /* content: "\f078"; */
    font-size: 8px !important;
    margin-left: 6px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    margin-bottom: 3px;
}


.menu-item-has-children:hover>a::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-bottom: 12px solid #0D5B84;
    border-left: 9px solid transparent;
}

.menu-item-has-children .sub-menu li {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    padding: 0px;
    border-bottom: 1px solid #eaeaea29;
    display: flex;
    align-items: center;
}

.menu-item-has-children .sub-menu li a {
    padding: 10px 0;
    color: #fff;
}

.menu-item-has-children .sub-menu li::before {
    content: "\f054";
    font-size: 8px !important;
    margin-left: 6px;
    font: normal normal normal 14px/1 FontAwesome;
    color: #1c1c1c;
    margin-bottom: 3px;
    margin-right: 10px;
}

.menu-item-has-children .sub-menu li:last-of-type {
    border-bottom: 0;
}

.btnes_head {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.rrss_head {
    display: flex;
    gap: 10px;
    margin-right: 10px;
}

.rrss_head a {
    color: #fff;
    font-size: 14px;
    font-family: 'Outfit', sans-serif;
    text-decoration: none;
}

.rrss_head a i {
    font-size: 16px;
    margin-right: 9px;
    background: #fa7b00;
    padding: 6px 7px;
    border-radius: 50px;
}

.rrss_head a.link_login {
    color: #fff;
    background-color: transparent;
    border-radius: 50px;
    padding: 3px 10px;
    text-decoration: none;
    transition: background-color .3s ease-in-out;
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 1;
}

.rrss_head a.link_login:hover {
    color: #fff;
    background: #0000001f;
}

.fono_menu {
    display: flex;
    flex-direction: column;
}

.fono_menu span {
    font-size: 12px;
    font-weight: 400;
}

.rrss_head.rrss_movil {
    margin-top: 25px;
}

.rrss_head.rrss_movil a {
    background: #0e1b4d;
    padding: 9px 10px;
    border-radius: 50%;
    line-height: 1;
}

/** MEGAMENU **/
.htmegamenu-content-wrapper.sub-menu {
    top: 0px !important;
    padding: 10px !important;
}

.htmega_mega_menu,
.htmega-megamenu,
.desktop_head>.container>.row>.col-sm {
    position: unset !important;
}

/* .htmega_mega_menu:hover::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
} */

.menu_principal .htmega-megamenu .htmegamenu-content-wrapper {
    width: 100%;
    box-shadow: none;
    top: 105px !important;
}

.logo_2 {
    display: none;
}

/** on scroll **/
.cabecera_ppal.scrolling,
.cabecera_ppal.mm_activo {
    position: fixed;
    top: 0;
    background: linear-gradient(to right, #0D5B84 0%, #03151E 100%);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

/* .scrolling .logo_ppal,
.mm_activo .logo_ppal {
    width: 170px;
    margin-top: 0;
    filter: none;
} */

/* .scrolling .menu_principal .menu li a,
.scrolling .htmega-menu-container ul>li>a,
.scrolling .rrss_head a,
.mm_activo .menu_principal .menu li a,
.mm_activo .htmega-menu-container ul>li>a,
.mm_activo .rrss_head a {
    color: #252525;
} */


.scrolling .menu_principal .menu li.menu-item-has-children .sub-menu li a {
    color: #fff;
}

.scrolling .btn.btnOutlineVerde {
    color: #74bc1e;
}

.scrolling .mobile_head .rrss_head.rrss_movil a {
    color: #fff;
}

.scrolling .rrss_head a i {
    padding: 0;
    background: transparent;
    color: #e1251b;
}

.scrolling .logo_1 {
    display: none;
}

.scrolling .logo_2 {
    display: block;
}

/** fin on scroll **/

/*** BODY ***/
.pestanas_home  button {
    font-family: 'Outfit', sans-serif !important;
    font-size: 13px;
    font-weight:600 !important;
    line-height:1.2;
}

.e-n-tabs-heading {
    position: absolute;
    /* width: 120%; */
    z-index: 2;
    /* left: -20px; */
}

.tabla_kibernum {
    border:1px solid #eaeaea;
    font-family:'Outfit', sans-serif;
}

/* .pestanas_home  #performance::before {
    background: url(/felicity/wp-content/themes/felicity/includes/img/icono-performance.png) no-repeat center;
    background-size:contain;
    content:'';
    width: 30px;
    height:30px;
    
}

.pestanas_home  button[aria-selected="true"]#performance::before, .pestanas_home #performance:hover::before {
    background: url(/felicity/wp-content/themes/felicity/includes/img/icono-performance-blanco.png) no-repeat center;
    background-size:contain;
}

.pestanas_home  #gestion::before {
    background: url(/felicity/wp-content/themes/felicity/includes/img/icono-gestion.png) no-repeat center;
    background-size:contain;
    content:'';
    width: 30px;
    height:30px;
    
}

.pestanas_home button[aria-selected="true"]#gestion::before, .pestanas_home #gestion:hover::before {
    background: url(/felicity/wp-content/themes/felicity/includes/img/icono-gestion-blanco.png) no-repeat center;
    background-size:contain;
}

.pestanas_home #clima-laboral::before {
    background: url(/felicity/wp-content/themes/felicity/includes/img/icono-clima-laboral.png) no-repeat center;
    background-size:contain;
    content:'';
    width: 30px;
    height:30px;
    
}

.pestanas_home  button[aria-selected="true"]#clima-laboral::before, .pestanas_home #clima-laboral:hover::before {
    background: url(/felicity/wp-content/themes/felicity/includes/img/icono-clima-laboral-blanco.png) no-repeat center;
    background-size:contain;
}

.pestanas_home  #comunicacion::before {
    background: url(/felicity/wp-content/themes/felicity/includes/img/icono-comunicacion-interna.png) no-repeat center;
    background-size:contain;
    content:'';
    width: 30px;
    height:30px;
    
}

.pestanas_home button[aria-selected="true"]#comunicacion::before, .pestanas_home #comunicacion:hover::before {
    background: url(/felicity/wp-content/themes/felicity/includes/img/icono-comunicacion-interna-blanco.png) no-repeat center;
    background-size:contain;
}

.pestanas_home  #remuneraciones::before {
    background: url(/felicity/wp-content/themes/felicity/includes/img/icono-remuneraciones.png) no-repeat center;
    background-size:contain;
    content:'';
    width: 30px;
    height:30px;
    
}

.pestanas_home button[aria-selected="true"]#remuneraciones::before, .pestanas_home #remuneraciones:hover::before {
    background: url(/felicity/wp-content/themes/felicity/includes/img/icono-remuneraciones-blanco.png) no-repeat center;
    background-size:contain;
} */


.tit_subt span,
.tits_boxes span {
    display: block;
    line-height: 1;
    font-size: 70%;
    font-weight: 300;
}

.tits_boxes span {
    font-size: 75%;
    line-height: 1.2;
}

.app_seccion .tit_subt span {
    font-size: 65%;
}

.box_info_faq .elementor-image-box-wrapper .elementor-image-box-img img {
    border-radius: 20px 20px 0 0;
}

.box_info_faq .elementor-image-box-wrapper .elementor-image-box-content {
    padding: 25px;
}

.cta_nosotros .btnes_flex {
    display: flex;
    gap: 30px;
    justify-content: center;
}









/** form **/

.flex_form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form_row {
    display: flex;
    gap: 10px;
    width: 100%;
    flex-direction: column;
}

.flex_box {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.flex_box p,
.flex_box input,
.flex_box select,
.flex_box textarea,
.flex_box label {
    width: 100%;
}

.flex_box input,
.flex_box select,
.flex_box textarea {
    border: 0;
    border-radius: 5px;
    padding: 10px 15px;
}

.flex_box label {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0;
}

.flex_box textarea {
    max-height: 120px;
}



.cards_form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.form-group {
    margin-bottom: 10px;
}

.form-group label {
    color: #fff;
    font-size: 14px;
    font-family: 'Outfit', sans-serif;
}

.content_form .form-control.form-control-lg {
    border-radius: 4px;
    background: #fff;
    border: none;
    box-shadow: none;
    font-family: 'Outfit', sans-serif;
}

.content_form .form-control {
    color: #42421C;
    font-size: 14px;
}

.content_form .form-control::placeholder {
    color: #42421C8a;
}

.content_form textarea {
    min-height: 111px;
}

.content_form .input-group-text {
    height: 100%;
    color: #ffffff;
    background-color: #01424C;
    border: none;
    border-radius: 0.25rem 0 0 0.25rem;
    font-size: 14px;
}

.form_landing .btn.btnKibernum {
    background-color: #fff;
    color:#01424C;
}

.form_landing  .content_form .input-group-text {
    background-color: #f0f0f0;
    color: #01424C;
}

/** fin form **/



.ocultar {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
}

body.single .cabecera_ppal, body.page-template-page-servicios .cabecera_ppal {
    position:sticky;
    top:0;
    background: #fff;
    padding-bottom: 0;
    border-bottom: 20px solid #01424C;
}

body.blog .menu_principal .menu li a {
    color: #1c1c1c;
}

body.blog .logo_ppal {
    filter: hue-rotate(359deg) brightness(1000);
    max-width: 120px;
}

/* body.page-template-page-servicios .logo_ppal {
    max-width: 170px;
} */

.container.mw1000 {
    max-width: 700px;
}

.submenu_int {
    background: #1c1c1c;
}

.submenu_flex {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}

.menuitem {
    width: 100%;
    text-align: center;
    padding: 10px;
}

.menuitem.activo,
.menuitem:hover {
    background-color: #ffffff40;
}

.menuitem a {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    text-decoration: none;
}

.menuitem:hover a {
    color: #fff;
}

.smalltxt {
    font-size: 14px;
}

.col_equipo .elementor-widget-wrap.elementor-element-populated {
    overflow: hidden;
}

.secc_equipo .iconos_equipo {
    position: absolute;
    top: 15px;
    z-index: 3;
    padding-right: 10px;
}

.secc_equipo .abs_titulo {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, black, transparent);
    padding: 30px 20px 20px 20px;
    z-index: 2;
}


/** MORPH **/
.circle_morph {
    background: plum;
    width: 450px;
    height: 450px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    overflow: hidden;
    animation: morph 4s linear infinite;
    margin: 0 auto;
}

.circle_morph img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
    }

    34% {
        border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
    }

    67% {
        border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    }

    100% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
    }

}

/** CSS BOTON VIDEO **/
.Blink {
    animation: blinker 1.5s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
    from {
        transform: scale(1);
        opacity: .7;
    }

    to {
        transform: scale(.7);
        opacity: 1;
    }
}

.Blink_in {
    animation: blinker 1.5s cubic-bezier(.4, 0, 1, 1) infinite alternate;
}

.circle {
    display: block;
    border-radius: 50%;
    background-color: #fa7b008a;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    padding: 15px;
}

.circle.circle_in {
    width: 20px;
    /*misma altura y anchura*/
    height: 20px;
    background-color: #fa7b00;
    margin: 0px auto;
    padding: 0;
}

.btn_video {
    position: relative;
    display: table;
    font-family: 'Poppins', sans-serif;
}

.btn__video {
    position: absolute;
    left: calc(105%);
    top: calc(50% - 13px);
}

.icono_video {
    width: 45px;
    height: auto;
    margin: 0 auto;
}

/****************************************************************
**** PAGINA BLOGs ********************************
**************************************************************** */

.wrap_blog {
    padding-top: 150px;
    padding-bottom: 60px;
    background: #fff;
}

.blog_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog_page .article-loop {
    width: 31%;
    margin-bottom: 10px;
}

.content_video_frame {
    max-width: 600px;
    margin: 30px auto;
    display: block;
}

.flex_blog {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.box_img_video {
    height: 315px;
    width: 100%;
}

.box_img_video img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
}

.box_content_blog {
    padding: 20px;
}

.box_content_blog h2 {
    font-family: 'Yummo W03', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.box_content_blog h2 a {
    color: #000;
}

.box_content_blog a {
    text-decoration: none;
}

.box_content_blog p {
    font-size: 13px;
    line-height: 1.3;
}

.primary-sidebar.widget-area {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 7px #9d9d9d0d;
}

.primary-sidebar.widget-area h2 {
    font-family: 'Yummo W03', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 20px;
}

.primary-sidebar.widget-area ul li {
    margin-bottom: 10px;
    background: #0000000a;
    padding: 10px;
    border-radius: 10px;
}

.primary-sidebar.widget-area a {
    /* text-decoration: none; */
    font-family: 'Yummo W03', sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
}

.primary-sidebar.widget-area .wp-block-latest-posts__post-excerpt {
    font-size: 13px;
    font-family: 'Yummo W03', sans-serif;
}

.wp-block-latest-posts__post-date,
.box_content_blog .fecha_post {
    color: #D2D314;
    font-family: 'Yummo W03', sans-serif;
    font-size: 11px;
}


.socios-idicam #gallery-1 img,
.socios-idicam #gallery-2 img {
    border: 0;
}


/****************************************************************
**** PAGINA INTERNA BLOG ********************************
**************************************************************** */
/* body.single.single-post .cabecera_ppal,
body.single-videoteca .cabecera_ppal,
body.page-template-page-videoteca .cabecera_ppal,
body.page-template-page-blogidicam .cabecera_ppal {
    position: relative;
    background: #fff;
}

body.single.single-post .logo_ppal,
body.single-videoteca .logo_ppal,
body.page-template-page-videoteca .logo_ppal,
body.page-template-page-blogidicam .logo_ppal {
    filter: brightness(0);
    width: 80px;
}

body.single.single-post .cabecera_ppal .menu_principal .menu li a,
body.single.single-post .cabecera_ppal .rrss_head a,
body.single-videoteca .cabecera_ppal .menu_principal .menu li a,
body.single-videoteca .cabecera_ppal .rrss_head a,
body.page-template-page-videoteca .cabecera_ppal .menu_principal .menu li a,
body.page-template-page-videoteca .cabecera_ppal .rrss_head a,
body.page-template-page-blogidicam .cabecera_ppal .menu_principal .menu li a,
body.page-template-page-blogidicam .cabecera_ppal .rrss_head a {
    color: #1c1c1c;
} */

.blog_wrap {
    background: #fff;
    padding: 120px 0 70px;
}

/* .blog_wrap .container {
    max-width: 900px;
} */

.seccion_blog_single {
    display: flex;
    gap: 30px;
}

.seccion_blog_single article {
    width: 70%;
}

.seccion_blog_single .blog_form {
    background-color: #c8d3d5;
    padding: 20px;
    width: 30%;
}

.blog_form h2 {
    font-family:'Outfit', sans-serif;
    color:#000;
}


.seccion_blog_single article h1 {
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
}


.modelpup {
    height: auto !important;
    margin-bottom: 30px;
}


.header_blog {
    margin-bottom: 35px;
}

.header_blog .meta_data {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_imagen_dest {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 35px;
}

.content_imagen_dest img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.blog_wrap .article-full p {
    text-align: justify;
    color: #54595f;
    font-family: "Outfit", Sans-serif;
}


/****************************************************************
**** MODALS ********************************
**************************************************************** */
#modalForm .modal-body, #modalFormLand .modal-body {
    padding: 0;
    border-radius: 7px;
}

#modalForm .modal-body .btn-close, #modalFormLand .modal-body .btn-close {
    position: absolute;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #ffffffa6;
    line-height: 1;
    border-radius: 50%;
    color: #000;
    right: 10px;
    top: 10px;
}

/* #modalForm .modal-body .row .col-sm:first-of-type {
    background-color: #fff;
    border-radius: 7px 0 0 7px;
} */

#modalForm .modal-content, #modalFormLand .modal-content {
    background:linear-gradient(to right, #0D5B84 0%, #03151E 100%);
}

.content_modal_form {
    padding: 7px;
}

.content_form {
    padding: 10px 35px;
}

#modalForm .content_form .input-group-text, #modalFormLand .content_form .input-group-text {
    background-color: #e1e1e1;
    color: #01424C;
}

#modalForm .content_form .btn.btnKibernum, #modalFormLand .content_form .btn.btnKibernum {
    background-color: #fff;
    color: #01424C;
}

.content_modal_form h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.content_modal_form .form_row {
    flex-direction: column;
    gap: 0;
}

/****************************************************************
**** PLANTILLA ENTRADAS KIBERNUM ********************************
**************************************************************** */

.body_wrap {
    min-height:80vh;
    padding-top: 70px;
    padding-bottom:70px;
}

.separador_recursos_kibernum {
    height: 20px;
    background-color:#01424C;
}

#filtro-categorias label {
    display: flex;
    gap:10px;
    margin: 5px 0;
}

#contenedor-entradas .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

#contenedor-entradas .grid-item {
    border: 1px solid #ddd;
    /* text-align: center; */
    background-color: #fff;
    border-radius: 5px;
    font-family:'Outfit', sans-serif;
}

.contenedor_recurso {
    padding: 20px;
}

#contenedor-entradas .grid-item h3 {
    font-size: 18px;
    margin: 10px 0 0;
    color: #000;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination a {
    margin: 0 5px;
    text-decoration: none;
    color: #0073aa;
}

.pagination a:hover {
    color: #005177;
}

.categoria {
    font-size: 12px;
    color: #01424C;
    margin-bottom: 5px;
}

.categoria a {
    text-decoration: none;
    color: #01424C;
}

.categoria a:hover {
    color: #01424C;
}

#filtro-categorias {
    font-family: 'Outfit', sans-serif;
}

@media (max-width: 768px) {
    #contenedor-entradas .grid {
        display: grid;
        grid-template-columns: 1fr; /* Una columna */
        gap: 20px; /* Espacio entre los elementos */
    }

    #contenedor-entradas .grid-item {
        width: 100%; /* Asegura que ocupe todo el ancho disponible */
    }

    #contenedor-entradas .grid-item a {
        display: block;
    }

    #contenedor-entradas .grid-item img {
        width: 100%; /* Ajusta las imágenes para que sean responsivas */
        height: auto;
    }
}




/* .categorias-blog {
    list-style: none;
    padding: 0;
}

.categorias-blog li {
    margin: 5px 0;
}

.categorias-blog li a {
    text-decoration: none;
    color: #0073aa;
}

.categorias-blog li a:hover {
    color: #005177;
}

.categorias-blog-inline span {
    margin-right: 10px;
}

.categorias-blog-inline span a {
    text-decoration: none;
    color: #0073aa;
}

.categorias-blog-inline span a:hover {
    color: #005177;
} */




/****************************************************************
**** FOOTER ********************************
**************************************************************** */
footer {
  background-color: #0F3C6C;
  color: #fff;
  font-family: 'Outfit', sans-serif;
  padding-top: 50px;
}

.text-center-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px 40px;
  text-align: center;
}

.logo_footer {
  max-width: 180px;
  filter: brightness(1000%);
  margin-bottom: 20px;
}

.claim_footer {
  font-size: 15px;
  color: #ffffffd9;
  line-height: 1.6;
  margin-bottom: 25px;
}

.rrss_footer {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.rrss_footer a {
  width: 36px;
  height: 36px;
  background-color: #fa7b00;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease;
  font-size: 17px;
}

.rrss_footer a:hover {
  background-color: #4b82fb;
  transform: translateY(-4px);
}

.copy_footer {
  background-color: #072b4d;
  padding: 12px 20px;
  font-size: 12px;
}

.copy_footer .boxes_footer {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  text-align: center;
}

.copy_footer p {
  margin: 0;
  color: white;
}

.copy_footer a {
  color: white;
  text-decoration: underline;
}





/*** BLOG **/
.blog .eael-grid-post-holder {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .05);
}

.blog .eael-grid-post-holder:hover {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
}

.blog .eael-grid-post .eael-entry-wrapper {
    padding: 20px 15px;
}

.blog .eael-grid-post .eael-entry-wrapper .eael-entry-title {
    font-family: 'Orkney', sans-serif;
}

.blog .eael-grid-post .eael-entry-wrapper .eael-entry-content {
    font-family: 'Effra', sans-serif;
}

.blog .eael-grid-post .eael-entry-wrapper .eael-entry-content a {
    display: table;
    margin-top: 10px;
}




  @media (min-width: 768px) {
    .mobile_head {
      display: none !important;
    }
  }




@media (max-width:767px) {

    .desktop_head {
        display: none;
    }

    .mobile_head {
        display: block;
    }

    .logo_ppal {
        max-width: 80%;
        margin: 0 auto;
        display: block;
        width: auto;
        max-height: 70px;
    }

    /** Menu movil **/
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before,
    body.page-template-page-servicios .hamburger-inner,
    body.page-template-page-servicios .hamburger-inner:after,
    body.page-template-page-servicios .hamburger-inner:before {
        background-color: #fff !important;
    }

    .menu_movil .menu {
        list-style: none;
        padding: 0;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1.5;
        font-weight: 500;
    }

    .menu_movil .menu li {
        padding: 10px;
        border-bottom: 1px solid #f0f1f4;
    }

    .menu_movil .menu li a {
        text-decoration: none;
        color: #0e1b4d;
        font-family: 'Outfit', sans-serif;
    }

    .menu_movil .menu li .sub-menu li a {
        color: #fff;
    }

    .btnes_head {
        justify-content: center;
    }

    .menuitem {
        padding: 10px 0;
    }

    .menuitem a {
        font-size: 10px;
    }

    /** Body **/
    .btnes_flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .blog_wrap {
        padding-top: 90px;
    }

    .content_imagen_dest {
        height: 300px;
    }











    .circle {
        width: 300px;
        height: 300px;
    }

    .tarjeta,
    .tarjeta.tarjeta_izq {
        margin-left: auto;
        margin-right: auto;
    }

    .box_int_contacto h2 {
        font-size: 30px;
    }

    .box_int_contacto.boxes_der h2 {
        font-size: 18px;
    }

    .boxtxt {
        font-size: 10px;
    }

    .box_flotante,
    .box_int_contacto {
        width: 90%;
    }

    .wrap_blog {
        padding-top: 80px;
    }

    .blog_page .article-loop {
        width: 100%;
    }

    /** Footer **/
    .flex_cds {
        gap: 0;
        border-radius: 10px;
        overflow: hidden;
        flex-wrap: wrap;
    }

    .cds {
        width: 33.3%;
        border-radius: 0;
    }

    .boxes_footer {
        flex-wrap: wrap;
        gap: 0;
    }

    .boxes_footer .box_foot {
        width: 100%;
        margin-bottom: 20px;
        padding: 2%;
        align-items: center;
    }

    .boxes_footer .box_foot:nth-child(2) {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .box_foot.order3 {
        display: flex;
        flex-wrap: wrap;
    }

    /* .box_foot.order3 img {
        max-width: 60%;
        margin:0 auto;
    } */

    .logos_apps {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }

    .logos_apps a {
        width: 100%;
    }

    .box_foot h3 {
        font-size: 16px;
        margin-bottom: 25px;
        width: 100%;
        text-align: center;
    }

    .box_foot p {
        margin-bottom: 5px;
    }

    /* .box_foot:first-child {
        align-items: flex-start;
    } */

    .box_foot:first-child p {
        text-align: left;
    }

    /* .box_foot a {
        width: 33%;
        margin-bottom: 10px;
    } */

    .order1 {
        order: 1;
    }

    .order2 {
        order: 2;
    }

    .order3 {
        order: 3;
    }

    .copy_footer p {
        text-align: center;
    }

    .carrusel>.product {
        width: 50%;
    }

    .seccion_blog_single {
        flex-direction: column;
    }

    .seccion_blog_single article,
    .seccion_blog_single .sidebar_col {
        width: 100%;
    }

    .item_video-contenido p {
        display: none;
    }

    .copy_movil p {
        font-size: 12px;
        text-align: center;
        margin: 30px 0 15px;
    }

    .info_bio {
        padding: 20px;
    }

    .link_bio .btn.btnAdv {
        font-size: 15px;
    }


    .box_glass {
        background: linear-gradient(221deg, #499dc5 0%, #181b8f 55%);
    }



}