/* In Page 12.1 */

#NeuroInpage {
    overflow: hidden;
}

.clearfix-neuro {
    content: "";
    clear: both;
    display: table;
}

.module--show {
    display: block;
}

.module--hide {
    display: none;
}

h1.title-h1 {
    text-align: center;
    font-size: 32px;
    color: #0072CE;
    font-weight: 700;
}

h1.title-h1 hr {
    background: #FBD600;
    color: #FBD600;
    width: 20%;
    height: 5px;
    display: block;
    border-radius: 100px;
    margin: 0 auto;
}

h4.title-h4 {
    font-size: 24px;
    font-weight: 700;
}

.video-frame>* {
    width: 100% !important;
}

#output_result_code {
    width: 100%;
}

.btn-blue {
    background-color: #0072CE;
    color: #fff;
    padding: 5px 20px;
    border: none;
    border-radius: 3px;
    width: 30%;
    margin: 0px 35%;
    text-transform: uppercase;
}

.manuales {
		width: auto;
		max-width: 100%;
		height: auto;
		display: block;  
		font-family: 'Lato', sans-serif;
		color: #ffffff;
		margin: 20px auto;
		padding: 15px;
		background-color: #0072ce;  
		border-radius: 15px
		}

#neuro_builder-form select {
    width: 100%;
}

form#module_1_builder input {
    width: 100%;
    padding: 5px;
}

.label-builder {
    display: block;
}

.modules__wrapper input {
    width: 100%;
}

.modules__wrapper textarea {
    width: 100%;
    height: 100px;
}

#module_5_wrapper ul li {
    list-style-type: disc;
    margin-left: 20px;
}

#module_5_description01,
#module_5_description02 {
    border: 1px solid #DD0021;
}

#module_5_description01,
#module_5_description02,
#module_5_description03,
#module_5_description04,
#module_5_description05,
#module_5_description06,
#module_5_description07,
#module_5_description08 {
    height: 50px;
    margin-bottom: 10px;
}

#descripciones-bullet,
#descriptions-areas,
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 10px;
    grid-template-areas: ". .";
}

.grid-container p {
    display: flex;
    margin-bottom: 10px !important;
    padding: 0pX;
}

.grid-container p:before {
    content: "\2022 ";
    margin-right: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}