@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css');

/* Tus custom styles aquí */

.cabecera {
    height: 194px;
    margin-bottom: 0 !important;
    color: white;
    border-radius: 15px 15px 0 0;
    padding: 30px;
    background-size: 100% auto;
    background-position: center right;
    background-color: #5A7B99;
    font-family: "Libre Bodoni", serif;
}

.cabecera h2 {
    font-size: 44px !important;
    margin-top: 18px;
}

/* Para el cabecera h2 con md, poner 30px de font-size y 10px de margin-top */
@media (max-width: 990px) {
    .cabecera h2 {
        font-size: 35px !important;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .cabecera h2 {
        font-size: 30px !important;
        margin-top: 10px;
    }
}

.menu-superior {
    font-size: 20px !important;
    font-family: "Libre Bodoni", serif;
}

.menu-superior a, .menu-superior a:visited {
    color: rgb(90, 123, 153);
    text-decoration: none;
    margin-right: 20px;
}

.menu-superior a:hover {
    color: rgb(67, 90, 112);
    text-decoration: none;
}

.menu-superior h3 {
    padding: 00px 20px 10px 20px;
    font-size: 20px !important;
    font-family: "Libre Bodoni", serif;
}


.caso-texto {
	font-size: 1.05rem;
	line-height: 1.7;
}

.opcion-pregunta {
	border: 1px solid rgba(0, 0, 0, 0.1);
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.opcion-pregunta:hover {
	border-color: rgba(13, 110, 253, 0.4);
	box-shadow: 0 0.25rem 0.75rem rgba(13, 110, 253, 0.08);
}

.ck-editor__editable,
.ck-editor__editable_inline {
	min-height: 300px;
}

.menu-superior {
	background-color: rgb(213, 222, 231);
	color: rgb(90, 123, 153);
}

.alert-info {
	background-color: rgb(213, 222, 231);
	color: rgb(67, 90, 112);
	border-color: rgb(213, 222, 231);
}

.logo-cabecera {
	max-width: 320px;
	height: auto;
}

.logo-cabecera2 {
	max-width: 280px;
	height: auto;
}

a {
	color: #2d4e6c;
}

a:hover,
a:focus {
	color: #1f3a4d;
}

a:visited {
	color: #2d4e6c;
}

.nav-link {
	color: #2d4e6c;
}

.nav-link:hover,
.nav-link:focus {
	color: #1f3a4d;
}

.nav-link:visited {
	color: #2d4e6c;
}

/* Quiero re-definir el btn-primary con el color de fondo #2d4e6c */
.btn-primary {
	background-color: #2d4e6c;
	border-color: #2d4e6c;
    color: white !important;
}

.btn-primary:hover, .btn-primary:focus {
	background-color: #1f3a4d;
	border-color: #1f3a4d;
    color: rgb(223, 223, 224) !important;
}

.btn-outline-primary {
	color: #2d4e6c;
	border-color: #2d4e6c;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
	color: #ffffff;
	background-color: #1f3a4d;
	border-color: #1f3a4d;
}

.card-caso {
	position: relative;
}

.card-caso-logo {
	position: absolute;
	bottom: 0.75rem;
	right: 0.75rem;
	width: 48px;
	height: auto;
}

.card-header {
    background-color: #5c7a97;
    border-bottom: none;
    font-size: 1.25rem;
    font-weight: 500;
    color: rgb(234, 234, 234);
}
