/* CSS Document */

/* Hack para los cursos que hemos importado de su histórico y que tienen solo un bloque en html */
h3.red { color: #8a1a30; }



h1{ font-family: 'Open Sans', sans-serif; display: inline-block; text-transform: none; color: #232323 !important; font-weight: bold; font-size: 23px !important; vertical-align: top; }
#corazon{ display: inline-block; margin: 0 5px 0 0; vertical-align:middle; }
#corazon img { width: 22px; }

.box_openmenu{ margin-bottom: 35px; }
.box_openmenu a{ color: #232323 !important; font-size: 20px !important; text-decoration: none; vertical-align: top;  }


.box_cursos{ position: relative; width: 100%; padding: 0 0 30px 0; }
.box_cursos a{ text-decoration: none; }

.tit_curso{ color: #232323; font-size: 25px !important; font-weight: bold; text-align: left; text-transform: uppercase; }
.cod_curso{ color: #232323; font-size: 13px; font-family: 'Open Sans', sans-serif; }

.box_cursosin{ position: relative; overflow: hidden; width: 100%; padding-top: 20px; }
.info_curso{ display: inline-block; vertical-align: middle; width: calc(100% - 400px); box-sizing: border-box; padding-right: 15px; font-size: 20px; color: #232323; }
.info_curso a{ color: #232323; } 

.box_botones_curso{ display: inline-block; width: 396px; box-sizing: border-box; padding-left: 20px; vertical-align: middle; } 

.infoiconos{ width: 255px; display: inline-block; vertical-align: middle; padding-left: 20px; border-left: 3px silver dotted; }
.botones_curso{ width: calc(100% - 259px); display: inline-block; vertical-align: top; }

.fila_iconos{ margin-bottom: 8px; }
#tex_iconos{ color: #232323; font-size: 14px; font-weight: bold; display: inline-block; vertical-align: middle; }


.balto { display:block; width:100%; font-size:15px; font-weight: 400; color:#ffffff; background-color: #494949; padding: 15px 10px; transition: all 300ms ease-in-out; border: solid 2px #494949; border-radius: 3px; text-align: center; text-decoration: none; }
.balto:hover {
    background-color: transparent;
    text-decoration: none;
    color: #494949;
   /* border: solid 2px #ffffff !important;*/
}

.balto2 { display:block; width:100%; font-size:15px; font-weight: 600; color:#000000; background-color: #ebebeb; padding: 46px 10px; border: solid 2px #ebebeb; border-radius: 3px; text-align: center; text-decoration: none; }

.sep_botones{ width: 100%; height: 12px; }

.accordion h5{ font-family: 'Open Sans', sans-serif; color: #232323; text-transform: uppercase; font-weight: bold; font-size: 20px; margin-top: 0px; margin-bottom: 0px; }

h2{ font-family: 'Open Sans', sans-serif; color: #232323; text-transform: uppercase; font-weight: bold; font-size: 20px; margin-top: 20px; margin-bottom: 30px; padding-left: 15px; }

/* ACORDEON */



.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    /* --bs-accordion-border-color: var(--bs-border-color); */
    --bs-accordion-border-width: 0px;
    --bs-accordion-border-radius: 0px;
    /* --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) -(var(--bs-border-width))); */
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 20px;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 20px;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-item{ margin-bottom: 20px; }

.accordion-body{ font-family: 'Open Sans', sans-serif; font-size: 20px; color: #232323; }

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.accordion-button{ 

	color: #8a1a30;
	background-color: #efeff0;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;

}

.accordion-button:not(.collapsed) {
    color: #8a1a30;
    background-color: #efeff0;
	font-weight: bold;
	font-size: 20px;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}


        table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
            font-family: 'Open Sans', sans-serif;
 
            border-top: 1px solid #d6d6d6;
            border-left: 3px solid #a50034;
            border-bottom: 1px solid #d6d6d6;
            padding: 5px;
            color: #333;
 
        }
 
        th,
        td {
            padding: 8px;
            text-align: left;
            border-bottom: 1px solid #ddd;
        }
 
        th {
            background-color: #d6d6d6;
            color: #333;
            text-transform: uppercase;
            font-weight: 600;
        }


/* //// Avalaible ///// */

#leyendas{ box-sizing: border-box; padding: 0 15px; }

.tit_avalaible{ font-size: 17px; font-weight: bold; color: #8a1a30; line-height: 18px; }
.tit_avalaible2{ font-size: 17px; font-weight: bold; color: #8a1a30; line-height: 18px; margin-bottom: 20px; display: none; }

#datos{ box-sizing: border-box; padding: 0 15px; color: #797979; font-size: 16px; margin: 20px 0; }

.row { --bs-gutter-x: 0; }

.centrar{ text-align: center; }
.izquierda{ text-align: left; }
.derecha{ text-align: right; }

.blista { position: relative;  width:140px; height: 50px; font-size:11px; color:#ffffff; background-color: #494949; padding: 0px 0px; transition: all 300ms ease-in-out; border: solid 2px #494949; border-radius: 3px; text-align: center; text-decoration: none; }
.blista:hover, .blistaDisabled {
    background-color: transparent;
    text-decoration: none;
    color: #494949;
   /* border: solid 2px #ffffff !important;*/
}


.box_tex_btn{ display: flex; align-items: center;  justify-content: left; }
.tex_boton_center{ width: 85%; text-align: center; font-size: 13px; line-height: 16px; font-weight: 500;  }
.tex_boton_right{ width: 85%; text-align: right; font-size: 13px; line-height: 16px; font-weight: 500;  }
.tex_boton_center100{ width: 100%; text-align: center; font-size: 13px; line-height: 16px; font-weight: 500; }
.flecha{ position: absolute; top: 13px; right: 5px; font-size: 14px; font-weight: 600; }

.tex_sinsesiones{ font-size: 20px; color: #232323; padding-left: 15px; margin-bottom: 45px;  }

.box_btnpie{ box-sizing: border-box; position: relative; margin-top: 25px; border-radius: 2px; padding: 25px 15px; width: 100%; background-color: #efeff0; font-size: 20px; font-weight: bold; }

.tex_recuadro{ text-align: center; }
.margentexpie{ height: 8px; }

.ali_boton_ondemand{}

/*/////////////////////////*/

@media screen and (max-width:1023px) {  
	
	h1{ width: calc(100% - 32px); font-size: 20px !important; line-height: 20px !important; }

	.info_curso{ display: block; width: 100%; margin-bottom: 25px; font-size: 18px; line-height: 20px !important; }

	.tit_curso{ font-size: 18px !important; line-height: 20px !important; }

	.box_botones_curso{ display: block; /*width: 346px;*/ padding-left: 0px; }
	.infoiconos{ /*width: 175px;*/ display: inline-block; vertical-align: middle; padding-left: 0px; border-left: 0px silver dotted; } 
	#tex_iconos{ color: #232323; font-size: 12px; font-weight: bold; display: inline-block; vertical-align: middle; }

	.accordion h5{ font-size: 18px; line-height: 18px; }
	h2{ font-size: 18px; line-height: 18px; }

	.accordion-button{ font-size: 18px; line-height: 18px; }
	.accordion-button:not(.collapsed) { font-size: 18px; line-height: 18px; }
	.accordion-body { font-size: 18px; /*line-height: 20px;*/ }

	.tex_sinsesiones{ font-size: 18px; }

	.col-5{ width: 50% !important; }
	.col-2{ width: 100% !important; margin-top: 25px; }
	.derecha{ text-align: left; }

	.tex_recuadro .col-10{ width: 100%; }
	.ali_boton_ondemand{ text-align: center; }
}

@media screen and (max-width:767px) {  
		
	#leyendas{ display: none; }
	.col-5{ width: 100% !important; margin-top: 25px; }
	h2{ margin-top: 20px; margin-bottom: 20px; }
	.centrar{ text-align: left; }
	.tit_avalaible2{ display: block; }
	
}

@media screen and (max-width:500px) { 

	/*.col-5 .row .col{ width: 100%; }
	.col-2 .row .col{ width: 100%; }*/
	.centrar{ text-align: center; }
	.derecha{ text-align: center; }
	.izquierda{ text-align: center !important; }

    .box_botones_curso{ width: 100%; }
	.infoiconos{ width: 100%; display: block; padding-bottom: 20px; } 
	.botones_curso{ width: 100%; }
    .balto2{ padding: 16px 10px; }

}
