.btn_comprar { 
	height: 20px; 
	line-height: 0px; 
}

/* .executing
{
    position:fixed;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
    background:rgba(128, 128, 128, 0.5);
	
	z-index: 10000;
	
	display: none;
} */

.exec_img {
    display:block;
    margin:auto;
}

.logo_cargando_centrado {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	overflow: auto;
}

.btn_llamar_atencion {
	background:#DF7401; 
	border-color:#DF7401;
}

.btn_llamar_atencion:hover {
	background:#8A4B08; 
	border-color:#8A4B08;
}

.manito:hover {
    cursor: pointer;
}

p.margin_top_0 {
	margin-top : 0px;
}

.margin_top_5 {
	margin-top: 5px;
}

.margin_top_10 {
	margin-top: 10px;
}

.margin_top_15 {
	margin-top: 15px;
}

.margin_top_30 {
	margin-top: 30px;
}

.margin_left_15 {
	margin-left: 15px;
}

.margin_left_5 {
	margin-left: 5px;
}

.margin_bottom_5 {
	margin-bottom: 5px;
}

.margin_bottom_30 {
	margin-bottom: 30px;
}

.max_width_85{
	max-width: 85%;
}

.max_width_75{
	max-width: 75%;
}

.max_width_40{
	max-width: 40%;
}

.padding_left_0 {
	padding-left: 0px;
}

.borde  { 
	border: 1px solid #ddd;
	margin: 1px 1px 2px;
	padding-left: 5px;
	border-radius: 10px;
}

.col_centered{
    float: none;
    margin: 0 auto;
}

button.btn-warning a,
button.btn-danger a  {
	color	:	#ffffff;
}

.color_amarillo {
	background-color : #ffff80;
}

hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

.banner_grupo_drado{
	max-width: 100%;
}

.bigger_check_box {
	zoom: 2;
	transform: scale(1.3);
	-ms-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
  }
  
/* @media (max-width: 767px) { */
  #div_mje_error .modal-footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  #div_mje_error .btn-confirm-yesno {
    margin-bottom: 10px;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #div_mje_error .btn-confirm-yesno:last-child {
    margin-bottom: 0;
  }
/* } */

@media (max-width: 691px) {	
	.video-youtube iframe {
		width: 100%;
		height: 315px;
	}
}

.section-title {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title h2 {
    font-size: 2.8rem;
    color: #2d3748;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #28a745, #20c997);
    border-radius: 2px;
}

.section-title p {
	color: var(--secondary-color);
	font-size: 1.4rem;
	max-width: 800px;
	margin: 0 auto 3rem;
	line-height: 1.7;
	font-weight: 400;
}