@import url("colores.css");


/* Estilos Generales */
	
body, html {height: 100% !important; margin: 0 !important; }
	

  body { display: flex !important;
		flex-direction: column !important;
    font-family: Calibri;
    font-size: 18px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
   overflow-x: hidden;
  }

  main {flex: 1 0 auto !important; }

 .pFrecuentes main, .pFirma main, .pDiploma main, .pParasabermas main, .pValoracion main {padding: 0 10%; overflow-x: hidden;}
 .pCursos main {padding: 0 2% !important}

  footer {flex: 0 0 auto !important;
		padding: 1rem 0 1rem 0 !important;
    background-color: #000;
    color: #fff;
    text-align: center;
    margin-top: 5%
  }
	
#hito-onboarding{
  margin: 0 10%;
}
/* Layaut Estructura */

.listado { width: 100%; margin-top: 1rem; margin-bottom: 0.25rem; padding: 0 11%; }

/* Cabecera */

.fila-superior { width: 100%; margin-top: 1rem; margin-bottom: 0.25rem; padding: 0 10%; }
.fila-superior img { margin-top: 0.2em; margin-bottom: 1em}
a { text-decoration:none; color: #ff0000; }
a:hover { font-weight: bold; }

/* Navegación */

.menuPrincipal {display: flex; width: 100%; background-color: var(--color-negro); padding: 0% 0% 0% 10%; color: var(--color-blanco); text-transform: uppercase; margin-bottom: 0 }
.menuPrincipal li {list-style: none; padding: 1.5rem 0% 1.5rem 0%; margin-right: 3.4em; }
.menuPrincipal li a {color: #ddd; font-weight: bold; text-decoration: none}	
.menuPrincipal li a:hover {color: #fff}
 
.menuPrincipal li.sel a {color: #fff}
.menuPrincipal li.sel a div {padding: 0 0 0.4em 0; border-bottom: 2px solid; width: 43%}	

.menu_secundario {position: absolute; margin-top: 0.7%; width: 14em; padding: 1.3% 0 0.7% 1%; background-color: #000; border: 1px solid #ccc ; z-index: 100}
.menu_secundario li {margin-bottom: 1em; padding: 0rem 0rem 0rem 0rem}
.menu_secundario li a {cursor: pointer; font-weight: normal; color: #ccc !important;}
.menu_secundario li a:hover {color: #fff !important; font-weight: bold;}
.menu_secundario li.sel a {color: #fff !important; font-weight: bold;}
.menu_secundario #menuC {margin-left: 3%;}


/* Encabezados o Titulares */

/* Login */
h1 {width: 13em; margin: 0 0 0.8em 0; color: #111; font-size: 1.4em}
h2.titLogin {width: 16em; color: #666; margin: 0 0 0.8em 0; font-size: 1.8em; font-weight: normal; color: #666}

/* Páginas */

h2.subTit {margin-top: 2.8em !important; border-left: 2px solid #ff0000; padding-left: 1.2em; font-size: 1.2em; color: #666; text-transform: uppercase}
h1.Tit {width: 75%; margin: 1.3% 0 3% 0 !important; font-size: 2.6em; line-height: 1.3em; text-transform: uppercase; font-weight: normal}


/* MODULOS */

/* Capa Tarjeta Usuario */

.info-usuario { position: absolute; top: 3.2%; right: 16%; }
.info-usuario a {color: #db0101; font-size: 1.1em; text-transform: uppercase; text-decoration: none;}
.info-usuario a:hover {color: #ff0000}

.info-usuario-capa {position: absolute; background-color: #db0101; z-index: 100; box-shadow: 0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.1); font-size: smaller;}

.info-usuario-capa dt { color: #fff; }
.info-usuario-capa dd { color: #fff;}
.info-usuario-capa span a { color: #fff; text-decoration: none;}
.info-usuario-capa span a:hover { font-weight: bold;}

/* Mensajes */

.dialogI {padding: 1em 0 0.8em 0; background-color: #e5dccd;  display:flex; align-items: center;}
.dialogI img {width: 2.4rem; margin-left: 11.3%; margin-right: 1%; content: url("../img/ico_info.png"); }
.dialogI span {font-size: 1.2em;}

/* Ayuda */

.lateralAyuda {float: left;  margin: 0 7% 0 0; padding: 6% 9% 6% 9%; background-color: #fafafa}

.lateralAyuda img {width: 5em; margin: 0 0 8% 40%; }

.lateralAyuda p {width: 100%; font-weight: normal; margin-bottom: 1em; text-align: left; font-size: 1.2em !important; line-height: 1.6em; }
.lateralAyuda p.tit {font-size: 1.5em !important; }
.lateralAyuda a {font-size: 1.3em; text-decoration: none; font-weight: bold; color: #ff0000; }

/*  Modales */

.modal #exampleModal .btn-secondary {background-color: #ff0000; color: #fff; }

.modal h1.tit {width: 100%; font-size: 2.2em; margin: 0 0 1% 0 !important }
.modal h4 {font-size: 1.6em; font-weight: normal !important; margin-bottom: 3% }
.modal .material-symbols-outlined { font-size: 8em !important}

.modal-header {border: 0}

.modal h1 {width: 100% !important;}

/* .modal-body {padding: 10%} */

/*.modal-footer {border: 0} */
.modal-footer .btn {margin-right: 2%; border: 0; border-radius: 38px; padding: 0.6em 1.2em 0.6em 1.2em; background-color: #ff0000}
.modal-footer .btn-primary {border-radius: 38px; background-color: #ff0000;}


/* BOTONES */

.botonAccion, .botonAccionL, .botonDH {border: 0; border-radius: 38px; margin: 1em 1em 1em 0; padding: 1em 2.9em 1em 2.9em; background-color: #ff0000; color: #ffffff; font-size: 0.9em; text-transform: uppercase;}
.botonCampus360{border: 0; border-radius: 10px; margin: 1em 1em 1em 0; padding: 0.5em 2em 0.5em 2em; background-color: #ddd;color: #666; font-size: 0.8em; text-transform: uppercase;}
.botonAccionL {display: block; margin-top: 3%;color: #fff !important; padding: 1.2em 2.5em 1.2em 2.5em; text-align: center;}
.botonAccionHuge {border: 0; display: block; color: #fff !important; background-color: #ff0000; width: 32.5em ; padding: 1.4em 4.4em 1.4em 2.4em; font-size: 1em; text-align: center; text-transform: uppercase; border-radius: 38px; }

.botonCampus360:hover{background-color: #ccc;}
/* .btnCampus360:hover{padding: 0.25rem !important;} */
#iconoCampus360:hover{font-size: 2rem !important;padding: 0.25rem !important;font-weight: 250 !important;}

.botonAccion:hover, .botonAccionL:hover {background-color: #d50000}
 
.bLogin {width: 32.5em; padding: 1.2em 2.5em 1.2em 2.5em;}

/* Deshabilitado */
.botonDH {background-color: #e9e9e9 ; color: #999}

/* Botones pasar de Fase */

.fase_RRHH {    display: flex;    align-items: center;    justify-content: flex-start; bottom: 0; clear: both; border-top: 1px solid #ccc;  padding-top: 1.5%; background-color: #fff; padding-left: 0;} 
.fase_RRHH a {margin-left: 1.1em; font-size: 1em; font-weight: bold; color: #ff0000; text-decoration: none; text-transform: uppercase} 
.fase_RRHH a:hover{text-decoration: underline;  transform: scale(1.01)}

/* .fase_RRHH .botonAccionG {border: 0; margin: 0 0 1em 0; padding: 1.4em 4.4em 1.4em 2.4em; background: #000 url(../img/arrow_next_right.png) no-repeat 230px 25px; background-size: 25px; color: #ffffff; font-size: 1em;text-transform: uppercase; border-radius: 38px } */
.fase_RRHH .botonAccionG {display: flex;align-items: center;  border: 0; padding: 1.4em 2.2em 1.4em 2.4em; background: #000; background-size: 25px; color: #ffffff; font-size: 1em;text-transform: uppercase; border-radius: 38px }

/* .fase_RRHH .botonAccionDes {border: 0; margin: 0 0 1em 5%; padding: 1.4em 4.4em 1.4em 2.4em; background: #ccc url(../img/arrow_next_right_gray.png) no-repeat 230px 25px; background-size: 25px; color: #666; font-size: 1em;text-transform: uppercase; border-radius: 38px } */
.fase_RRHH .botonAccionDes {display: flex;align-items: center; border: 0; padding: 1.4em 2.2em 1.4em 2.4em; background: #ccc; background-size: 25px; color: #666; font-size: 1em;text-transform: uppercase; border-radius: 38px }

/* PÁGINAS */

/* Pagina Preguntas frecuentes */

.pFrecuentes .accordion {border-color: #fff !important}
.pFrecuentes .accordion {--bs-accordion-border-color: #fff;}


.pFrecuentes .colum1 {float: left; margin-right: 3%;  width: 22%; }

.pFrecuentes .colum1 ul {width: 100%; padding: 9% 9% ; list-style: none; background-color: #Fafafa;}
.pFrecuentes .colum1 li a {display: block; font-weight: normal; margin: 0 0 5% 0; font-size: 1.1em; color: #111; text-transform: uppercase; }
.pFrecuentes .colum1 li.sel a {font-weight: bold;}
.pFrecuentes .colum1 li a:hover {color: #db0101; cursor: pointer;}

.pFrecuentes .colum2 {float: left; width: 70%}

.pFrecuentes .accordion-button {background-color: #fff !important;}
.pFrecuentes #section1-heading .accordion-button, .pFrecuentes #section2-heading .accordion-button, .pFrecuentes #section3-heading .accordion-button, .pFrecuentes #section4-heading .accordion-button {border-bottom: 2px solid #111;text-transform: uppercase; font-size: 0.6em !important}
.pFrecuentes .accordion-button {border-bottom: 1px solid #ccc; color: black;}
.pFrecuentes .accordion-button:focus {outline: none; box-shadow: none; color: black; }

/* Listado de Cursos */

.listado h1 {margin: 0 0 2% 1.5% !important; padding-left: 10px; border-left: 1px solid #ff0000; font-size: 1.2em; text-transform: uppercase; font-weight: normal;color: #666; }

.mCursos { padding-right: 7%; }
.mCursos li { border-bottom: 1px solid #ccc; margin-bottom: 3%; clear: both; float: left; list-style: none; padding-bottom: 3%; }
.mCursos li div { float: left; width: 55%; }

.mCursos li h2 {margin-top: 2%; font-size: 1.3em; line-height: 1.5em; text-transform: uppercase; font-weight: bold }
.mCursos li div p {color: #111; font-size: 1.1em; font-weight: normal ; }

.mCursos li img { float: left; max-width: 25rem; width: 30%; height: 17%; aspect-ratio: 16/9; margin-right: 2rem; }
.mCursos li:last-child { border: none; }

/* 3 Colums */

.listado2 h1 {margin: 5% 0 2% 3%; padding-left: 15px; border-left: 3px solid #ff0000; font-size: 1em; text-transform: uppercase; }

.mCursos2 {  margin-bottom: 2rem !important;  display: flex; flex-direction: row; align-content: center; align-items: flex-start; width: 100%;    padding: 0 10%; justify-content: space-between;   list-style-type: none;}

/* .mCursos2 li {float:left; width: 30%;margin: 0 3% 0 0; list-style: none; padding: 0 3% 1% 0;  } */
.mCursos2 li {width: 30%; height: 100%;     display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;}

.mCursos2 li img{ float: left; width: 100%; aspect-ratio: 16/9 ; margin: 0 0 5% 0; }

.mCursos2 li h2 {margin-top: 2%; font-size: 1.3em; line-height: 1.5em; text-transform: uppercase; font-weight: bold }
.mCursos2 li div p {color: #111; font-size: 1.1em; font-weight: normal ; }


/* 2 Colums */

.listado h1 { width: 80%; }

.mCursos3 { float: left; width: 100%;  }
.mCursos3 li { float: left;  width: 30%;  margin: 0 3% 0 0; list-style: none; padding: 0 3% 3% 0; }
.mCursos3 li div { float: left; width: 110%; padding-right: 3%; }

.mCursos3 li h2 {margin-top: 2%; font-size: 1.3em; line-height: 1.5em; text-transform: uppercase; font-weight: bold; }

.mCursos3 li div p { color: #111; font-size: 1.1em; font-weight: normal ; }
.mCursos3 li img { float: left; width: 100%; aspect-ratio: 16/9; margin: 0 0 5% 0; }

.mCursos2 .descripcion_corta, .mCursos3 .descripcion_corta {margin-top: 0.5em !important}


/* Pagina Login */

/* body.login { background: url(../img/fotoLogin.jpg) no-repeat 320% -46%; background-size: 80%; } */
/* .formValid { float: left; width: 51%; padding-left: 15%; } */
legend { display: none; }

.formValid .cEmail { width: 40%; border: 0; border-bottom: 1px solid #ccc; margin-bottom: 1em; padding: 0.4em 0.2em 0.4em 0.5em; font-size: 1em; }
.formValid .cPassword { width: 40%; border: 0; border-bottom: 1px solid #ccc; margin-bottom: 1em; padding: 0.4em 0.2em 0.4em 0.5em; font-size: 1em; }
.formValid h4 {margin-bottom: 1em; font-size: 1.2em; font-size: normal }

.lateralValid {background-color: #f5f5f5;display: flex; flex-direction: column;align-items: center; justify-content: center;height: 50%; padding: 2% 1% 2% 1%;margin-top: 5%;}
.lateralValid img { width: 5em; }
.lateralValid p { font-weight: normal; text-align: center; font-size: 1.2em; line-height: 1.4em; }

.formValid p { text-align: left; margin-top: 0.6em }
.formValid a { color: #ff0000; text-decoration: none; }


/* Quita de los campos del formulario el automarcado azul cuando se guardan los datos*/

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset; 
}



/* Pagina Diploma */

.pDiploma p {font-size: 1.2em;}
.pDiploma iframe {margin-top: 4%}


/* Pagina Tu Primer Dia */

.pParasabermas img.fotoContent {width: 92%; aspect-ratio: 4 / 3; margin-bottom: 3%; }
.pParasabermas .txt {padding-left: 4%; padding-bottom: 2%}

.pParasabermas p {font-size: 1.2em; line-height: 1.5em; }

.pParasabermas ol.text li {font-size: 1.2em; line-height: 1.8em; padding-bottom: 2% }
.pParasabermas ol.text {margin-left: 7%; margin-top: 3%; margin-bottom: 4%}

.pParasabermas p.text {position: relative; width: 100%; margin: 2% 0 0 0; padding: 2em 4em 2em 7em; font-size: 1.2em; background-color: #f5f5f5; color: #111; line-height: 1.4em }
.pParasabermas p.text span { position: absolute;  top: 23%; left: 3%;  margin-bottom: 12% !important; font-size: 320%;  color: #ff0000; font-weight: 150;} 

/* 360 */

.c360 h1 {margin-top: 4% !important; margin-left: 2.5% !important}
.c360 h2 {margin-left: 2%; margin-bottom: 3%; width: 90%; text-transform: uppercase; font-size: 2.8em}
.c360 p {margin-left: 2%; font-size: 1.1em}
.c360 p.last {margin-bottom: 3%}


/*  Matterport */

.iframeM { margin-top: 3em}
/*.videoA {float: left; width: 1300px; height: 765px; margin-top: 3em}*/
.videoA { margin-top: 2em}

.modSalir { margin: 2em 0 0 0; background-color: #fafafa;   
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;}
.modSalir img { width: 5em;    margin-top: 3rem !important;}
.modSalir h4 {font-size: 1.6em; font-weight: bold; margin-bottom: 0.5em; line-height: 1.3em}
.modSalir ul li {font-size: 1.1em}


/* Firma contrato*/

.pFirma .colum2 {float: left; width: 70%; margin: 2% 0 0 0 }

.pFirma .pass span { width: 50%;  float: left; margin: 0.2em 0 1em 0; font-size: 1.7em; text-transform: uppercase;}
.pFirma .pass span strong {color: #ff0000; font-weight: normal; margin-right: 0.8em;  padding-right: 0.8em; border-right: 1px solid #666}

.pFirma .fila { clear: both; float: left; width: 100%; margin-bottom: 3%; margin-left: 0;  border-bottom: 1px solid #E3E3E3; }
.pFirma .fila a { text-decoration: none; font-weight: bold; color: #333}
.pFirma .fila a:hover { text-decoration: underline}

.pFirma ol.text {float: left; width: 100%;  margin: 0 3% 0 4%; }
.pFirma ol.text li {font-size: 1.2em; line-height: 1.8em; margin-bottom: 2% }
.pFirma ol.text {margin-bottom: 5%; }

.pFirma div.content { float: left;  width: 80%; margin: 0 2% 0 0; }
.pFirma p {clear: both; font-size: 1.2em; margin: 0 0 3% 0; }

.pFirma img.fotoContent {     width: 90%;
  aspect-ratio: 4 / 3;
  margin-bottom: 3%}

/* Página Scoring  */

.pPuntuatuexperiencia form { margin: 0 auto; }
.pPuntuatuexperiencia form p { text-align: center}


.pPuntuatuexperiencia input[type="radio"] { display: none;}
.pPuntuatuexperiencia label.comentario {font-size: 1.1em !important; color: #999; display: block; }

.pPuntuatuexperiencia .clasificacion { direction: rtl;  unicode-bidi: bidi-override;} label:hover, label:hover ~ label { color: #ff0000;}
.pPuntuatuexperiencia input[type="radio"]:checked ~ label { color: #ff0000; }
.pPuntuatuexperiencia textarea {width: 100%; border-color: #ccc; color: #666}
/* .pPuntuatuexperiencia textarea {clear: both; width: 28em; height: 8em; padding: 0.6em 1em 0 0.6em; border-color: #ccc; color: #666} */

.pPuntuatuexperiencia .imgScoring {width: 100%}
.pPuntuatuexperiencia .text_home {position: absolute; top: 38%; left: 8%;  padding-right: 40%}
.pPuntuatuexperiencia .text_home h2 {font-size: 4em; color: #fff}
.pPuntuatuexperiencia .text_home p {font-size: 1.6em; color: #fff}
.pPuntuatuexperiencia .text_home button { border: 0; margin: 1em 0 0 0; padding: 1em 2.4em 1em 2.4em; background-color: #ff0000; color: #fff; font-size: 1em;  text-transform: uppercase; border-radius: 38px }

.pPuntuatuexperiencia h2 {margin-bottom: 0.7em;}

.pPuntuatuexperiencia .imgHelp {float: left; width: 2.6em}
.pPuntuatuexperiencia .contentCentral ul {padding-left: 4em; list-style: none;}

/* Pagina de rating */

.pRating main {margin-top: 3%; padding: 0 8%}

.pRating form { margin: 0 auto; }
.pRating form p { text-align: center}
.pRating form label {font-size: 40px !important}

.pRating input[type="radio"] { display: none; }

.pRating label { color: #999; margin-bottom: .5em}
.pRating label.comentario {font-size: 1.1em !important; color: #999; display: block; }

.pRating .clasificacion { direction: rtl;  unicode-bidi: bidi-override;} label:hover, label:hover ~ label { color: #ff0000;}
.pRating input[type="radio"]:checked ~ label { color: #ff0000; }
.pRating textarea {clear: both; width: 28em; height: 8em; padding: 0.6em 1em 0 0.6em; border-color: #ccc; color: #666}


.pRating .lateralMenu ul {margin-left: 8%; margin-top: 4%; float: left; width: 17em; padding: 3% 3% 3% 2%; background-color: #FF0000; list-style: none; }
.pRating .lateralMenu ul li {line-height:1.3em; color: #fff; margin: 0 0 0.9em 0; }
 
.pRating .lateralMenu ul li a {color: #fff; font-size: 1.1em; text-decoration: none}
.pRating .lateralMenu ul li.sel a {font-size: 1.2em; font-weight: bold}

.pRating .imgScoring {width: 100%}
.pRating .text_home {position: absolute; top: 38%; left: 8%;  padding-right: 40%}
.pRating .text_home h2 {font-size: 4em; color: #fff}
.pRating .text_home p {font-size: 1.6em; color: #fff}
.pRating .text_home button { border: 0; margin: 1em 0 0 0; padding: 1em 2.4em 1em 2.4em; background-color: #ff0000; color: #fff; font-size: 1em;  text-transform: uppercase; border-radius: 38px }

.pRating .contentCentral {margin-top: 5%;}
.pRating p.pregunta {border-left: 1px solid red; padding-left: 1em; margin-top: 3.4em; margin-bottom: 1.8em;}
.pRating h2 {margin-bottom: 0.7em;}

.pRating .imgHelp {float: left; width: 2.6em}
.pRating .contentCentral ul {padding-left: 4em; list-style: none}


/* Página de FeedBack */

table.valoracion {width: 95%; float: left;   }
table.valoracion th {border-bottom: 2px solid #ccc; margin-bottom: 1em; padding-left: 1em; font-size: 1.2em; text-transform: uppercase}

table.valoracion th.tar {width: 20%}
table.valoracion th.sup {width: 35%}
table.valoracion th.val {width: 20%}
table.valoracion th.str {width: 20%}
table.valoracion th.dat {width: 5%}

table.valoracion tr { border-bottom: 1px solid #ccc;}
table.valoracion tr td {font-size: 1.2em; padding: 0.3em 0 0.3em 1em; font-weight: normal;}

.star span {color: #ff0000; font-size: 1.4em; margin-right: 0.1em;}


/* Mi Primer Equipo */

.equipo card {float: left; margin: auto auto; }
.equipo .col img { width: 4em !important; margin: 0 0 5% 31%}y
.equipo .cardtext {border: 3px solid red; font-family: calibri !important; font-size: 5.1em !important}
.equipo .card a { color: #ff0000 !important; font-weight: bold !important; text-decoration: none}
.equipo .card {border-bottom: 8px solid #000 !important}
.equipo .miCard {border-bottom: 8px solid #ff0000 !important}

.equipo card a:hover { color: #ff0000 !important;}

/* Chat Budy */

.budy {position: fixed; bottom: 0; right: 0; z-index: 1000; padding: 10px;  transition: transform 0.5s all;  }
.iBudy {width: auto;height: auto;max-width: 280px;max-height: 280px; filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));}

.spinner-container {
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
  /* position: fixed; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
}
 
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.3);
  border-top: 4px solid #1a9a9b;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
 
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
 
  100% {
    transform: rotate(360deg);
  }
}

#notificacion{
  position: fixed;
  bottom: 150px;
  width: 20px;
  height: 20px;
  right: 25px;
  color: red;
  line-height: 10px;
}


.bocadillo {
  display: none;
  position: absolute;
  bottom: 240px; /* Ajusta según el tamaño del GIF */
  right: 60px;   /* Ajusta según el tamaño del GIF */
  background-color: #d9eeee;
  color: rgb(0, 0, 0);
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  text-align: left;
  opacity: 1;
   transition: opacity 1s ease, transform 1s ease;
   font-size: smaller;
}

.bocadillo::after {
  content: '';
  position: absolute;
  bottom: -10px; /* Ajusta la posición de la "cola" */
  right: 60px;   /* Ajusta la posición de la "cola" */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #d9eeee; /* Color del fondo del bocadillo */
}

.chat-window {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 25%;
  height: 80%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 1001;
  flex-direction: column;
}

.chat-header {
  background-color: #1a9a9b;
  color: white;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  position: relative; 
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 26px;
  cursor: pointer;
  font-weight: normal;
}

.chat-body {
  flex: 1;
  padding: 15px;
  padding-top: 25px;
  padding-left: 10px;
  overflow-y: auto;
}

.chat-footer {
  display: flex;
  padding: 10px;
  background-color: #f1f1f1;
}

.chat-footer input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* .chat-footer button {
  margin-left: 10px;
  padding: 10px 15px;
  background-color: #071923;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
} */


.budy:hover .iBudy {
  transform: scale(1.1);
  cursor: pointer;
}

.budy:hover .bocadillo {
  display: block;
  /* opacity: 0; */
  transform: translateY(0px);
  transition: opacity 1s ease, transform 1s ease;
}

/* Opcional: animación de entrada del bocadillo
.budy:hover .bocadillo {
  animation: fadeIn 0.3s ease;
} */

.chat {
  display: flex;
  /* padding-top: 8px; */
  padding-bottom: 8px;
  width: 100%;
}

.chat.ia {
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.chat.human {
  justify-content: flex-end;
}
#logoChat{
  height: auto;
  width: auto;
  max-width: 24px;
  max-height: 24px;
}

.c-Titular {
  /* background-color: #e8e8e8 !important; */
  background-color: #e6e6e6 !important;
  border-radius: 6px;
  padding: 6px 12px !important;
  box-shadow: 0 0 3px #d1d2da;
}

.c-Answer {
    border-radius: 6px;
    padding: 6px 8px !important;
    box-shadow: 0 0 3px #d1d2da;
    background-color: #d9eeee;
}

@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}


.marca-desplegable{
	
	z-index: 100;
    align-items: center;
    background-color: var(--color-blanco);
    
    clip-path: polygon(36.67% 60%, 66.67% 33.33%, 73.33% 40%, 36.67% 73.33%, 0 40%, 6.67% 33.33%);

  padding: 1rem;
  position: absolute;

  transform: translate(0.6rem, -0.2rem);
  -webkit-transform: translate(0.6rem, -0.2rem);
}

.progreso { padding:2% 10% 0 10%;}
.progreso .label {margin: 0 2%;}
.progressbar-info {display: flex; justify-content: space-between;}
.progressbar { margin: 0.25rem; background-color: var(--color-gris-progressbar); width: calc(100% - 0.5rem); height: 0.60rem;}
.progressbar::-webkit-progress-bar { background-color: var(--color-gris-progressbar);}
.progressbar::-webkit-progress-value { background-color: #225a40 /*var(--color-verde-progress) */; }

.hitos { margin: 0.3rem 34% 1.8rem 34%; display: flex; justify-content: space-between;}
.hito { text-align: center;}
.hito img {width: 1.6rem !important; display: block; margin: 0 auto; padding-bottom: 0.4em;}
.hito span {margin-top: 0.1rem;}

.conseguido img { width: 3rem; content: url("../img/ico_tick.png");}
.conseguido img:hover{ transform: scale(1.3); cursor: pointer; }

.proceso img { width: 3rem; content: url("../img/ico_negro.png"); }
.proceso img:hover{ transform: scale(1.3); cursor: pointer;}

.bloqueado img {width: 3rem; content: url("../img/ico_gris.png"); filter: grayscale(100%);}
.actual span {font-weight: bold; }

/* .lineaPasos {position: absolute; width: 30.3%; display: block; border-bottom: 3px solid red} */

  
 /* Mapa de Cursos */
    
 .pCursos .grid-container {display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 65px;}
 .pCursos .col { min-width: 220px; margin: 0 auto; text-align: center;}

 .pCursos .circulocursos {position: relative; width: 100%; padding-top: 100%; border-radius: 50%; color: white !important; overflow: hidden; margin-bottom: 10px;}
 .pCursos .circulocursos h3 {position: absolute; top: 20%; left: 50%; transform: translate(-50%, -50%); margin: 0; color: white !important;}
 .pCursos .titulo {position: absolute; top: 60%; left: 50%; height: auto !important; transform: translate(-50%, -50%); width: 100%; text-align: center; color: white; white-space: pre-wrap;}

 .descripcion {text-align: left !important; padding-top: 0 !important; height: 9em !important;}
 .descripcion_corta {margin-top: 2em !important; text-align: left !important; padding-top: 0 !important; height: 4em !important;}


 ul.cursos {list-style: none; }
 ul.cursos li {margin: 0 3% 0 0; }


 @media screen and (max-width: 1400px) {
  body{
    font-size: 16px;
  }
  /* Mapa de Cursos */
  ul.cursos {list-style: none; transform-origin: top left;}
 }

 /* Numero y titulo*/
 ul.cursos li h3 {  margin: 0 0 0.3em 0; font-size: 2.1em; color: #999; font-weight: bold; text-align: center; }
 .titulo { padding: 0 25% 0 25%; display: block; height: 60px;  text-transform: uppercase; font-size: 1em; color: #999; text-align: center;}
 .titulo360 {display: block;text-transform: uppercase; font-size: 1em; color: #999; text-align: center;}

 /* Descripcion: titulo y Parrafo */
 ul.cursos li p { padding-top: 5em; padding-right: 2%;  margin-top: 7%;  height: 12.5em; text-align: left; font-size: 1.3em;}

 ul.cursos li a {clear: both; margin-top: 2%; color: #ff0000; display: block; text-decoration: none; font-size: 1.1em}

.check { background: url(../img/circle_v.png) no-repeat center 0; background-size: 90% ; }
.check img {margin: 0; padding: 0; border: 0; position: absolute; top: 1.5em; left: 6.3em; width: 2.7em; z-index: 200}
.check h3 {padding-top: 0.7em}

.false h3, .false strong.titulo {color: #999 !important}

.check h3, .check .titulo {color: #fff !important}


/* 360 */

.c360 h1 {margin-top: 5%}
.c360 h2 {margin-top: 5%; font-size: 2.4em}
.c360 p {margin-left: 2%; font-size: 1.1em}
.c360 p.last {margin-bottom: 6%}

/* Footer */

.footer-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content p {
  margin: 5px 0;
}

.footer-content a {
  color: #fff;
  text-decoration: none;
  margin: 0 10px;
}

.footer-content a:hover {
  text-decoration: underline;
}

.alert{
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);

}
#flechaPuntuaExp{
  /* color: red; */
  font-size: smaller;
  font-style: normal;
  border: none;
  border-radius: 5px;
}
#flechaPuntuaExp:hover{
  cursor: pointer;
  font-weight: 550;
}

/* Pantalla ordenador portatiles */
@media screen and (max-width: 1980px) {
  body{
    font-size: 16px;
  }

  .budy {position: fixed; bottom: 0; right: 0; z-index: 1000; padding: 10px;  transition: transform 0.5s all;  }
  .iBudy {width: auto;height: auto;max-width: 170px;max-height: 170px; filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));}

  .bocadillo {
    display: none;
    position: absolute;
    bottom: 150px; /* Ajusta según el tamaño del GIF */
    right: 20px;   /* Ajusta según el tamaño del GIF */
    background-color: #d9eeee;
    color: rgb(0, 0, 0);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    text-align: left;
    opacity: 1;
     transition: opacity 1s ease, transform 1s ease;
     font-size: smaller;
  }
  
  .bocadillo::after {
    content: '';
    position: absolute;
    bottom: -10px; /* Ajusta la posición de la "cola" */
    right: 20px;   /* Ajusta la posición de la "cola" */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d9eeee; /* Color del fondo del bocadillo */
  }

/* titular */
  
h1.Tit {width: 95%; font-size: 2.3em; }

/* Imagen contenido saber mas */

.pParasabermas img.fotoContent {width: 95%;}


  .info-usuario { position: absolute; top: 6.5%; right: 16%; }
  .info-usuario a {color: #db0101; font-size: 1em; text-transform: uppercase; text-decoration: none;}
  
  .dialogI { padding: 0.6em 0 0.6em 0; }
  .dialogI img {width: 2.4rem; margin-left: 10.3%; margin-right: 1%; content: url("../img/ico_info.png"); }
  .dialogI span {font-size: 1.1em;}
  
  /* .progreso { margin: 1.3rem 15% 0 11%;} */
  /* .hito span {font-size: 0.9em !important} */
  
  .circulo {  margin: 0 0 1.3em 7%; }

  .pFrecuentes h2.subTit  { margin-top: 2%}
  
/* Firma */


.pFirma .pass span {width: 80%; }

.lateralAyuda p.tit {font-size: 1.3em !important; }
.lateralAyuda p { font-size: 1.1em !important; line-height: 1.4em; }

/* Faq */
.pFrecuentes .colum1 li a {font-size: 1em;}

  
  /* 360 */
  
  .c360 h1 {margin-top: 5%}
  .c360 h2 {margin-top: 5%; font-size: 2.4em}
  .c360 p {margin-left: 2%; font-size: 1.1em}
  .c360 p.last {margin-bottom: 6%}
  

  /* valoración */


table.valoracion {width: 95%; }
table.valoracion tr td {font-size: 1.1em; padding: 0.1em 0 0.2em 1em; font-weight: normal;}
table.valoracion th.tar {width: 20%}
table.valoracion th.sup {width: 25%}
table.valoracion th.val {width: 20%}
table.valoracion th.str {width: 20%}
table.valoracion th.dat {width: 15%}


  
.c360 .mCursos2 li button {margin-top: 6em}

  

  }


 