.tituloSeccion{
    font-family: 'CarmenSans-Heavy';
    font-size: 35px;
    color: #00bcd4;


}
.textoGeneral{
    font-family: 'CarmenSans-Bold';
    font-size: 17px;
    color: black;
}

.styleTituloDesc{
    font-family: 'CarmenSans-Heavy' !important;
    font-size: 95px !important;
    line-height: 85px !important;
    margin-left: 85px !important;
    margin-right: 85px !important;
    text-shadow: 0px 5px 5px rgba(0,0,0,0.6) !important;


}

.imgHeader{
    background-image: url("../img/slp.png");
    background-size: contain;
    background-position: left;
    background-repeat: repeat;
    min-height: 90vh;
    position: relative;
    -webkit-box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
    -moz-box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
    box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
}

.imgSLAmable{
    width: 350px;
    position: absolute;
    top: 0;
    left: 75px; 
}

.opcionesHeader{

  
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url("../img/patron.png"),  linear-gradient(45deg, rgba(13, 39, 117, 0.9) 0%, rgba(7, 150, 194,.9) 100%);

 
  -webkit-box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
  -moz-box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
  box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);

}

.opcionesHeader h1{
    color: #fff;
    font-family: 'CarmenSans-Regular';
    font-size: 45px;
    letter-spacing: 0.08em;
}

.opcionMenu{
    border-bottom: 3px solid #fff ;
    cursor: pointer;
}

.opcionMenu label{
    font-family: 'CarmenSans-UltraLight';
    font-size: 25px;
    color: #fff;
    cursor: pointer;

}

.opcionMenu:hover {
    border-bottom: 3px solid #FEAE22 ;
    border-right: 10px solid #FEAE22;
    color: #FEAE22 !important;
}


.opcionMenu:hover label {
    color: #FEAE22 !important;
    font-family: 'CarmenSans-Medium';
}

.cintilloAmarillo{
    background-color: #FEAE22;
    min-height: 105px;
}

/*STYLE CURSOS DESARROLLO PROFESIONAL*/
.cardCurso{
    position: relative;
    max-height: 45em;
}

.tiempCursoDiv{
    position: relative;
}

.etiquetaCurso{
    position: absolute;
    text-transform: capitalize;
    top:0;
    left: 0;
    color: #fff;
    width: 135px !important;
    height:  30px !important;
    font-family: 'CarmenSans-Heavy';
    font-size: 16px;
    align-content: center;
    text-align: start;
    z-index: 1;
}

.tiempoCurso{
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #0C2676;
    width: 95px;
    height: 95px; 
    line-height: normal;

}

.tiempoCurso .mes{
    font-size: 15px;
    line-height: 20px;
    font-family: 'CarmenSans-Regular';
    color: #fff;
    text-transform: uppercase;
}

.tiempoCurso .dia{
    font-size: 45px;
    line-height: 25px;
    font-family: 'CarmenSans-Heavy';
    color: #fff;
}

.tiempoCurso .hora{
    font-size: 12px;
    line-height: 20px;
    font-family: 'CarmenSans-Regular';
    color: #fff;
}


.tituloCurso{
    font-family: 'CarmenSans-Heavy';
    font-size: 25px;
    line-height: 30px;
    color: #FEAE22;
}

.capacitadorCurso{
    font-family: 'CarmenSans-Heavy';
    font-size: 14px;
    line-height: 20px;
    color: #000;
    align-content: center;
}
.capacitadorCurso img{
    width: 25px;
    margin-right: 10px;
}

.descripcionCurso{
    font-family: 'CarmenSans-Regular';
    font-size: 15px;
    line-height: 20px;
    color: #353535;
    text-align: justify;
}

.lugarCurso{
    font-family: 'CarmenSans-Heavy';
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.lugarCurso img{
    width: 25px;
    margin-right: 10px;
}

/*INSCRIPCION*/
.opcionSeccionInscrip{
   
    align-content: center;
}

.opcionSeccionInscrip label{
    width: 100%;
    height: 80px;
    padding-right: 25px;
    border-radius: 40px;
    background-image: radial-gradient(circle at 10px 40px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 45px, #35353577 20px);
    color: #272727;
    text-align: end;
    align-self: center;
    align-content: center;
    font-family: 'CarmenSans-Regular';
    font-size: 18px;
}

.activoSec label{
    width: 100%;
    height: 80px;
    padding-right: 25px;
    border-radius: 40px;
    background-image: radial-gradient(circle at 10px 40px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 40px, #0796C2 20px) !important;
    color: #FFF;
    text-align: end;
    align-self: center;
    align-content: center;
    font-family: 'CarmenSans-Heavy';
    font-size: 18px;
}

.completadoSec label{
    width: 100%;
    height: 80px;
    padding-right: 25px;
    border-radius: 40px;
    background-image: radial-gradient(circle at 10px 40px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 40px, #659b00 20px) !important;
    color: #FFF;
    text-align: end;
    align-self: center;
    align-content: center;
    font-family: 'CarmenSans-Heavy';
    font-size: 18px;
}



/*CUENTA*/

.opcionMenuCuenta{
    cursor: pointer;
    border: 3px solid #0796C2 ;
    color: #0796C2 !important;
    background-color: #FFF;
    border-radius: 15px;    
    cursor: pointer;
    align-content: center;
    -webkit-box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
  -moz-box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
  box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
}

.opcionMenuCuenta label{
    font-family: 'CarmenSans-Regular';
    font-size: 25px;
    color: #0796C2;
    cursor: pointer;
    text-align: center;
    width: 100%;
    padding: 10px;
    line-height: 27px;

}

.opcionMenuCuenta:hover {
    border-bottom: 3px solid #0796C2 ;
    color: #0796C2 !important;
    background-color: #FFF;
}


.opcionMenuCuenta:hover label {
    color: #0796C2 !important;
    font-family: 'CarmenSans-Medium';
}

.opcionMenuCuenta:hover label {
    color: #0796C2 !important;
    font-family: 'CarmenSans-Medium';
}

 .activoCuenta{
    cursor: pointer;
    border: 3px solid #0796C2 ;
    color: #0796C2 !important;
    background-color: #0796C2;
    border-radius: 15px;    
    cursor: pointer;

    -webkit-box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
  -moz-box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
  box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
  align-content: center;


}


.activoCuenta label{
    font-family: 'CarmenSans-Heavy';
    font-size: 25px;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    width: 100%;
    padding: 10px;
    line-height: 27px;
}

.accordion-item .accordion-button {
    /* border-top-left-radius: var(--bs-accordion-inner-border-radius); */
    /* border-top-right-radius: var(--bs-accordion-inner-border-radius); */
    font-family: 'CarmenSans-Heavy' !important;
}
.accordion-item .accordion-button .collapsed {
    /* border-top-left-radius: var(--bs-accordion-inner-border-radius); */
    /* border-top-right-radius: var(--bs-accordion-inner-border-radius); */
    background-color: #000 !important;
}


.textoCintilloImg{
    width: 150px;
}

@media screen and (max-width: 768px) {

    
.imgHeader{
    background-image: url("../img/slp.png");
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    min-height: 90vh;
    position: relative;
    -webkit-box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
    -moz-box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
    box-shadow: 2px 2px 14px -1px rgba(0,0,0,1);
}


.imgSLAmable{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.opcionesHeader h1{
    color: #fff;
    font-family: 'CarmenSans-Regular';
    font-size: 35px;
    letter-spacing: 0.08em;
}
.textoCintilloImg{
    display: none;
}


}