/*
Theme Name: Twenty Twenty-Three Child
Theme URI: https://wordpress.org/themes/twentytwentythree
Template: twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.6.1758555354
Updated: 2025-09-22 15:35:54

*/



.tf-contorno-teléfono {
    padding: 0px;
}

.tf-contorno-teléfono a{
     text-decoration: none !important;
}
.tf-tamaño-texto-menu .has-small-font-size{
font-family: 'Nunito', sans-serif;
font-size: 20px !important;
font-weight: 800;}

.wp-block-uagb-container .tf-pru-margin{
    margin: 0px !important;
}

.tf-flex-arriba{
    /* justify-content: center;
     row-gap: 20px;*/
     justify-content:flex-start !important ;
     row-gap: 0px !important;
}    

.cfcf7-block {
    border-radius: 1em;
    box-shadow: 0 1em 4em -2.5em #000;
    box-sizing: border-box;
    padding: 0px !important;
}

/*.cfcf7-block p{
    margin-block-end: 0px;
    margin-block-start: 0px;
}/*Quitamos la separacion en el formulario de suscripcion*/

.wp-site-blocks {
    padding-top: 0px;
    padding-bottom: 0px;
}/*Quitamos un espacio en blanco que sale en la pagina por el padding*/

.cfcf7-block .wpcf7-text, .wpcf7-textarea {
background-color:#e9e9e9 !important;
}

.ft-formulario-negrita .wpcf7 label, .wpcf7 form p a, .wpcf7 form p {
    color: #000000 !important;
}

/*.cfcf7-block .wpcf7-submit {
    width:100% !important;
}*/

.tf-quitar-margen-inferior{
   margin-bottom: 0;/* Quita el margen inferior para la parte media gris en la pagina de Consultoría tecnológica*/
}
.tf-quitar-margen-p{
    margin-bottom: 15px;
    margin-top: 0;
}/* Agusta la separacion de los parafos de la presentacion de la pagina  Consultoría tecnológica*/

:root :where(.wp-block-post-content a:where(:not(.wp-element-button))) {
    color:#2572FF;
}/* corrige el color por defecto que no veo donde poder cambiarlo dentro de las propiedades del botón */



.tf-quitar-gap {
    gap: 0px;
 }

.xxx{background: #2572FF;}


#cmplz-document p, #cmplz-document li {
    font-size: 1.13rem !important;
}

#cmplz-document h2, #cmplz-document .cmplz-subtitle {
  padding-bottom: 0px;
  margin-top: 20px ;
}

.tf-quitar-margen-superior{
      margin-top: 0px;
      margin-bottom: 0px;
}/*quitamos el margen superior e inferior de parrafo de certificacion de comunucaciones para igualarlo con los otros parrafos en la pagina principal*/



.tf-qutar-espacio-gap-entre-lineas {
   row-gap: 0px !important;
}/*quitamos el espacio para reducir el espacio en los articulos de la pagina proncipal*/

.wpcf7-list-item-label{font-size: 0.85em;
;}
.wpcf7-form-control.wpcf7-submit.has-spinner{margin-top: 15px;}

.tf-quitar-margen-en-p p{
    margin: 0px;
}