h2 {
	font-size: 1.2rem;
	font-weight: bold;
}

.nav-tabs {
    .nav-item {
        font-size: small;
    }
}

fieldset {
    legend {
        font-size: medium;
    }
}

/*

h2
{
	font-size: 22px !important;
	margin-top: 30px !important;
	font-weight: bold;
}
h3{
	font-size: 16px !important;
	font-weight: bold !important;
}
h4{
	font-size: 17px !important;
}
#myTab{
	font-size: 11px;
}

#consulta-guia{
	text-align: center;
	border: 2px solid #15AA08;
	border-radius: 10px;
	padding: 2%;
	margin-bottom: 30px;
}
#resultok
{
	border: 2px solid green;
	padding: 4px;
	margin: 0 auto;
}

.result_fail{
	border: 2px solid red;
	padding: 4px;
	margin: 0 auto;
}
#result-info{
	height: 20px;
}
.boton {
	border-radius: 5px;
	background: linear-gradient(#15AA08,#2c7011);
	color: #FFF;
	font-weight: bold;
	width: 104px;
	height: 38px;
	font-size: 16px;
}
#boton_contenedor{
	height: 80%;
}
#responsable_table_text label
{
	font-weight: bold;
}
#responsable_table_input input
{
	width: 100%;
}

.tab-content{
	height: 100%;
	display: block;
	margin-bottom: 5%;
}
.tab-content select{
	height: 34px;
}
article{
	min-height: 60px;
}
.formulario{
	width: 100%;
	height: 40px;
	color: #357E0B;
	font-size: 21px;

}
.formulario-date{
	width: 80%;
	height: 40px;
	color: #357E0B;
}
article img{
	margin-left: 2%;
}


.border{
	border: 2px solid;
	border-radius: 10px;
	margin: 2%;
}
#sec-envios span{

	font-weight: bold;
}
#sec-envios{
	padding-bottom: 2%;
}
#captcha
{
	margin: 0 auto;
	margin-top: 2%;
}
.s1{
	height: auto;
	display: inline-block;
	width: 100%;
	margin-top: 33px;
}
.div_p{
	border: 2px solid #CECECE;
	border-radius: 5px;
	display: inline-block;
	padding: 3%;
	width: 100%;
}
.input_font {
	text-align: center;
}
.input_font	td{
	text-align: center;
}
.input_font	label{
	font-size: 12px;
}

.input_num{
	width: 100px !important;
}

.text_area{
	width: 100%;
}

.button_art{
	text-align: center;
	margin-top: 50px;
}

#zona article
{
	text-align: center;
}
#actividades #select_act_cont {
	text-align: center;
}

#actividades #alcance_check_cont {
	text-align: center;
}

#campo_pjuridica select{
	margin-top: 8px;
}

#campo_pjuridica article{
	margin-top: 20px;
}

#campo_personal{
	margin-top: 20px;
}
#campo_personal h3{
	margin-bottom: 20px;
}

#campo_personal td{
	vertical-align: middle;
	height: 38px;
}
#campo_personal td input{
	height: 100%;
	margin:0;
}
#campo_personal .titulo_form{
	margin-top: 20px;
}
#campo_personal .pj_personal_div{
	text-align: center;
}
.align_center{
	text-align: center;
}

#campo_otro article{
	margin-top: 20px;
}
#captcha{
	width: 442px;
}
.btn-primary{
	color: #fff !important;
	background-color: #3b70b1 !important;
	border-color: #2BAA08 !important;
	box-shadow: 2px 2px 8px #000 !important;
	text-shadow: 1px 1px 2px #000;
	font-size: 1.3vw;
}

#control_msg{
	min-height: 83px;
	margin-bottom: 50px;
	height: auto;
	text-align: center;
	width: 438px;
	margin: 0 auto;;
}

input, textarea{
	background-color: #FFF !important;
}
input:disabled, textarea:disabled
{
	background-color: rgb(235, 235, 228) !important;
}
@media (max-width: 991px) {
	#boton_contenedor{
		border-top: 1px solid;
    margin-top: 4%;
	}
}
@media (min-width: 992px){
	#boton_contenedor{
		padding-top: 5%;
		height: 240px;
		border-left: 2px solid #15AA08;
	}
}

