::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #ffffff;
opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #ffffff;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #ffffff;
}

:root{
--plyr-color-main: #c7b37e;
}

@font-face {
    font-family: 'font-regular';
    src: url('/assets/fonts/Montserrat-Regular.woff2');
}
@font-face {
    font-family: 'font-semibold';
    src: url('/assets/fonts/Montserrat-SemiBold.woff2');
}
@font-face {
    font-family: 'font-medium';
    src: url('/assets/fonts/Montserrat-Medium.woff2');
}

.mt-40{
margin-top: 40px;
}

.xs-small{
font-size: 12px;
}

.bg-dark-custom{
background-color: rgb(26 29 37) !important;
}
.primary-txt{
color: #1A1D23;
}

.secondary-txt{
color: #C4B384;
}

div.error, span.error{
color: #c82e40;
text-align: right;
font-size: 12px;
}
body {
background-color: #1a1d25;
font-family: 'font-regular';
}

.uppercase{
text-transform: uppercase;
}
.flex-center{
display: flex;
align-items: center;
justify-content: center;
}

input:not([type]):focus:not([readonly]), input[type="text"]:not(.browser-default):focus:not([readonly]), input[type="password"]:not(.browser-default):focus:not([readonly]), input[type="email"]:not(.browser-default):focus:not([readonly]), input[type="url"]:not(.browser-default):focus:not([readonly]), input[type="time"]:not(.browser-default):focus:not([readonly]), input[type="date"]:not(.browser-default):focus:not([readonly]), input[type="datetime"]:not(.browser-default):focus:not([readonly]), input[type="datetime-local"]:not(.browser-default):focus:not([readonly]), input[type="tel"]:not(.browser-default):focus:not([readonly]), input[type="number"]:not(.browser-default):focus:not([readonly]), input[type="search"]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
border-bottom: 1px solid #26a69a;
-webkit-box-shadow: 0 1px 0 0 #26a69a;
box-shadow: 0 0px 0 0 #26a69a;
}
input[type=text] {   
/* Remove */
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;

/* Style */
outline: none;    
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #000000;
opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #000000;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #000000;
}

p{
font-size: 20px;
line-height: 24px;
}
.p{
font-size: 18px;
line-height: 24px;
}
.nav-link {
color: rgb(199 179 126);
font-family: 'font-semibold';
}
.navbar-toggler:focus {
box-shadow: none;
}
.form-control {
display: block;
width: 100%;
padding: .8rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #ffffff;
background-color: #36373a;
background-clip: padding-box;
border: 1px solid #1a1d25;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: .375rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
border-color: #c7b37e;
}
.no-margin{
margin: 0px;
}
.relative{
position: relative;
}
.lh0{
line-height: 0px;
}
.regular{
font-family: 'font-regular';
}
.bold{
font-weight: 700;
}
.semibold{
font-family: 'font-semibold';
}

.yellow-txt{
color: #c7b37e;
}
.black-txt{
color: #070101;
}

.p2{
font-size: 12px;
}

.free-badge{
border: solid 1px #c7b37e;
display: inline;
padding: 5px 8px;
border-radius: 4px;
font-size: 12px;
}

/*nuevos*/
.cintillo{
padding: 50px 0px;
background-color: #c7b37e;
font-family: 'font-semibold';
}
.cintillo-invert{
padding: 50px 0px;
background-color: #1a1d25;
color: #c7b37e;
}
.home-paragraph-container{
padding: 70px 50px;
}

.rounded-button-disabled,.rounded-button-disabled:focus,.rounded-button-disabled:active,.rounded-button-disabled:hover {
background: #cccccc;
color: #1a1d25;
font-family: inherit;
padding: 16px 30px;
border-radius: 50px;
display: inline-block;
min-width: 250px;
min-height: 58px;
margin-bottom: 10px;
border: solid 1px transparent;
font-family: 'font-semibold';
text-decoration: none;
text-align: center;
transition: 1s;
cursor: not-allowed;
}

.rounded-button,.rounded-button:focus,.rounded-button:active{
background: #c7b37e;
color: #1a1d25;
padding: 16px 30px;
border-radius: 50px;
display: inline-block;
min-width: 250px;
min-height: 58px;
margin-bottom: 10px;
border: solid 1px transparent;
font-family: 'font-semibold';
text-decoration: none;
text-align: center;
transition: 1s;
}
.rounded-button:hover{
color: #c7b37e;
background: #1a1d25;
font-family: 'font-semibold';
padding: 16px 30px;
border-radius: 50px;
display: inline-block;
min-width: 250px;
min-height: 58px;
margin-bottom: 10px;
border: solid 1px #c7b37e;
text-decoration: none;
text-align: center;
}

footer{
background-color: #c7b37e;
padding: 100px 30px;
color: #ffffff;
}

.no-link,.no-link:hover{
text-decoration: none;
color: #c7b37e;
}
.courses-card{
background-color: #282c38;
border-radius: 8px;
}
.course-body{
padding: 20px;
}

.course-image img{
border-radius: 8px 8px 0px 0px;
}

h3, h4{
font-family: 'font-medium';
}

a.card-course-button{
color: #0d0e12;
text-decoration: none;
background-color: #C4B384;
font-family: 'font-semibold';
font-size: 14px;
padding: 10px 30px;
border-radius: 50px;
margin-top: 10px;
display: inline-block;
}

.form-control{
margin-bottom: 5px;
}


.confirmation{
background-color: #292d3a;
border-radius: 8px;
margin-bottom: 30px;
margin-top: 30px;
padding: 20px;
}

.no-underline-link, .no-underline-link:hover{
text-decoration: none;
color: #C4B384;
}

.underline-link, .underline-link:hover{
text-decoration: underline;
color: #C4B384;
}

.no-allowed-link,.no-allowed-link:hover{
text-decoration: none;  
color: #F44337;
cursor: not-allowed;
}

.bg-home-que-es{
background-image: url(/assets/images/home-que_es.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
min-height:800px;
}

.bg-home-actividades{
background-image: url(/assets/images/home-actividades.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
min-height:800px;
}

.bg-home-carlos{
background-image: url(/assets/images/home-carlos_alberto.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
min-height:800px;
}

.plyr__video-wrapper{
border-radius:8px!important;
overflow:hidden!important;
background:none;
}     
.plyr--video{
border-radius:8px!important;  
} 
.course-syllabus{
background-color: #f3f3f3;
border-radius:10px;
padding: 20px;
margin-bottom:20px;
} 
.header-alert{
background-color: #ffecb5;
margin: 0px;
padding: 15px;
text-align: center;
color:#664d03;
}

.alert{
margin-top: 25px;
text-align: center;
}

.graphics-card{
display: flex;
align-items: center;
position: relative;
}

.absolute{
position:absolute;
}

.option-checked{
display: none;
color: green;
}

.option-unchecked{
color: #d0d0d0;
}

.btn-payment-list{
background-color: #30313c;
color: #ffffff;
height: 50px;
}
.accordion{
border:none;
}
.accordion-item{
background-color: #282c38;
border:none;
}
.accordion-button:not(.collapsed){
color: #ffffff;
background-color: #282c38;
}
.accordion-button {
color: #ffffff;
background-color: #30313c;
}
.accordion-button:focus {
border-color: transparent;
box-shadow: none;
}
hr{
border: solid 1px #9e9e9e;
}

.accordion-button:not(.collapsed){
box-shadow: none;
border-bottom: solid 2px #333333;
}

.accordion-button::after {
flex-shrink: 0;
width: var(--bs-accordion-btn-icon-width);
height: var(--bs-accordion-btn-icon-width);
margin-left: auto;
content: "";
background-image: var(--bs-accordion-btn-icon);
background-repeat: no-repeat;
background-size: var(--bs-accordion-btn-icon-width);
transition: var(--bs-accordion-btn-icon-transition);
filter: brightness(0) invert(1); /* Cambiar a blanco */
}

.hidden{
display: none;
}
.badge-duration{
background-color: #c7b37e;
padding: 4px 15px;
font-size: 14px;
border-radius: 4px;
color: #000000;
}

.navigation{
padding-top: 30px;
padding-bottom: 40px;
}

.chapter{
margin-bottom: 15px;
}

.mb-8{
margin-bottom: 4rem;
}
.mt-8{
margin-top: 4rem;
}

#registerForm label{
margin-bottom: 6px;
}

.card-order{
background-color: #242834;
padding-bottom: 5px;
border-radius: 8px;
}
.contact-section{
height: calc(100vh - (100px));
}

a {
    color: #c7b37f;
}

@media only screen and (max-width: 767px){
.navbar-nav{
text-align: center;
}

.package-image img{
width: 100%;
margin-bottom:20px;
}

.servicios{
    display: block!important;
}
.package-info{
text-align: center;
}
}

@media only screen and (max-width: 600px){
.home-paragraph-container{
padding: 70px 10px;
}
}

@media only screen and (max-width: 992px){
.contact-section{
height: auto;
}

.mobile-center{
text-align: center;
}

}