/*
Theme Name: Bridge
Theme URI: https://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: https://qodeinteractive.com/
Text Domain: bridge
Version: 30.8.7.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


.header_top_bottom_holder {
	background-size: cover;
	background-position: center;
	background-image: url("https://prognosisdesarrollo.com/itseekers/wp-content/uploads/2025/06/fondo-menu.jpg");
}
.header_top_bottom_holder > div {
	background-color: transparent !important;
}

.ajustar_ofrecemos .elementor-widget-text-editor {
	width: -webkit-fill-available;
}


.contiene_formulario_home .contiene_campos_form {
	display: flex;
	justify-content: space-between;
}
.contiene_formulario_home .contiene_campos_form > div {
	width: 24%;
}
.contiene_formulario_home .contiene_btn_env.bolsa_trabajo {
	display: flex;
	justify-content: flex-end;
}

.contiene_formulario_home .contiene_campos_form > div input,
.contiene_formulario_home .contiene_campos_form > div select,
.contiene_formulario_home .contiene_campo_msj textarea, .contiene_formulario_home .campo_accesibilidad input {
	border: 1px solid #2E2B70;
}
.contiene_formulario_home .contiene_campos_form > div input::placeholder,
.contiene_formulario_home .contiene_campo_msj textarea::placeholder,
.contiene_formulario_home .contiene_campos_form > div select, 
.contiene_formulario_home .campo_accesibilidad input::placeholder {
	color: #2E2B70;
}

.rscaptcha {
	text-align: -webkit-center;
}
.rscaptcha .wpcf7-captchar {
	width: 200px;
	margin-top: 5px;
}



.formularioH label,
.formularioH p {
	color: #ffffff;
}
.formularioH .wpcf7-submit {
	line-height: 20px !important;
}
.formularioH .rscaptcha {
	margin-bottom: 10px;
}
.formularioH .rscaptcha p {
	margin-bottom: 0px !important;
}

select.wpcf7-form-control.wpcf7-select {
	-webkit-appearance: auto !important;
}

@media only screen and (min-width: 769px) {
	.formularioH .dos_campos,
.formularioH .cont_acpt_env {
	display: flex;
	justify-content: space-between;
}
.formularioH .dos_campos > div {
	width: 49%;
}
}

/* --- Estilos personalizados para el Chatbot --- */
/* #it-seekers-chatbot-container {
    position: fixed;
    right: 20px;
    bottom: 95px;
    z-index: 1000;
} */



