<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------
[Indice]

1. Codigos de color
2. Fuentes
3. Estructura
4. Botones
5. Pie
6. Cabecera
7. Elementos

/*------------------------------------------------------------------
[1. Informacion sobre codigos de color]

[Codigos de color]
----------------------------------------------------------------------
-Blanco: #fff
-Naranja corporativo: #CF7D23
-Verde corporativo: #0089A6
-Azul claro: #E1EFF3
-Calendario (Fiesta): #FCE9DA
-Gris claro: #f4f4f4
-Gris oscuro: #ccc
-Naranja tono claro: #EAB880
-Rojo respuestas: #F1A0AB
-Verde respuesta: #A2D5AE
-Verde oscuro respuesta: #3c763d
-Gris oscuro respuestas: #828282
-Rojo requerido: #c90000
--------------------------------------------------------------------*/
:root {
    --relacionAspecto: 4/3;
    --colorFuente: #3b434b;
    --fuentePrincipal: "Calibri", sans-serif;
}

/*******************************************************************************/
/***2. Fuentes***/
/*******************************************************************************/
@font-face {
    font-family: "Calibri";
    font-style: normal;
    font-weight: 400;
    src:
        local("Calibri"),
        url("../fonts/Calibri.woff2") format("woff2"),
        url("../fonts/Calibri.woff") format("woff");
}

/*******************************************************************************/
/***3. Estructura***/
/*******************************************************************************/
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: var(--fuentePrincipal);
    color: var(--colorFuente);
    margin-bottom: 100px; /***Tamaño del alto del pie***/
    font-size: 16px;
}

* {
    transition: background-color 0.3s ease;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

.cursiva {
    font-style: oblique;
}

.subrayado {
    text-decoration: underline;
}

.fa {
    margin-right: 5px;
}

#lupa {
    margin: 0;
}

a:hover,
a:focus,
.btn:focus {
    outline: none;
}

.mTop5 {
    margin-top: 5px;
}

.mTop10 {
    margin-top: 10px;
}

.mTop20 {
    margin-top: 20px;
}

.mTop40 {
    margin-top: 40px;
}

.pddBtt50 {
    padding-bottom: 50px;
}

.cajaElementos ul.font-lg {
    font-size: 16px;
}

.cajaElementos ul.font-lg li:not(:last-of-type) {
    border-bottom: 1px solid #f1f1f1;
}

.cajaElementos ul.font-lg li {
    padding: 0.5rem 0;
}

/* @media (min-width: 1070px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }
} */

.requerido {
    color: #c90000;
    margin: 0 5px 0 5px;
}

textArea {
    resize: none;
}

.separadorTexto {
    color: #cf7d23;
    padding: 0 5px 0 5px;
}

.form-control,
.btn {
    border-radius: 0;
}

.form-control:focus {
    border-color: #0089a6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #e1eff3;
}

.container {
    width: 100%;
}

img {
    max-width: 100%;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    color: #0089a6;
    margin: 10px 0 0 0;
}

#contenidoDerecha a:not(.dropdown-item) {
    color: #cf7d23;
}

#contenidoDerecha .bootstrap-select.btn-group .dropdown-menu li a:hover {
    color: #fff;
}

#contenidoDerecha {
    margin-bottom: 20px;
}

#contenidoDerecha a:hover,
#contenidoDerecha:not(.dropdown-menu.show) a:active,
#contenidoDerecha a:focus {
    color: #0089a6;
}

#contenidoDerecha a:hover:not(.dropdown-item) {
    color: #0089a6;
}

.contenedor {
    max-width: 1400px;
    background-color: #fff;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    padding-bottom: 50px;
}

.contenido {
    padding: 0 0.8em;
    color: var(--colorFuente);
    margin-bottom: 5em;
}

.clearFix {
    display: block;
    clear: both;
    height: 4px;
}

.azul {
    color: #0089a6;
    margin-top: 20px;
}

.enlace.azul {
    color: #0089a6 !important;
}

.cajaElementos .enlaces.proyectos {
    padding: 0 20px 0 20px;
    word-break: normal;
}

.cajaElementos .enlaces.proyectos li {
    padding: 10px 0;
}

.cabecera .dropdown-menu {
    padding: 15px;
    width: 290px;
    right: -1px;
    left: auto;
}

.datepick i {
    margin: 0;
}

.datepick span {
    cursor: pointer;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
    background-color: #0089a6;
}

.datepicker table tr td.day.today {
    background-color: #cf7d23;
    color: #fff;
}

.datepicker table tr td.day.today:before {
    border-bottom-color: #fff;
}

form .custom-file.form-group .custom-file-label {
    border-radius: 0;
}

form .custom-file.form-group input[type="file"] {
    cursor: pointer;
}

.custom-file-label::after {
    content: "Seleccione";
    border-radius: 0;
    background-color: #0089a6;
    color: #fff;
}

form .custom-file-label {
    cursor: auto;
}

#dropdownPacientes {
    right: 0;
    left: auto;
}

.table.sinEspacios td,
.table.sinEspacios th {
    padding: 0.25rem;
}

.cabecera .btn-outline-secondary {
    background-color: #0089a6;
    color: #fff;
    border: 1px solid #0089a6;
}

.cabecera .btn-outline-secondary:hover,
.cabecera .btn-outline-secondary:active,
.cabecera .btn-outline-secondary:focus {
    background-color: #fff;
    color: #0089a6;
    border: 1px solid #0089a6;
    box-shadow: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show &gt; .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #0089a6;
    border-color: #fff;
}

/*******************************************************************************/
/***4. Botones***/
/*******************************************************************************/
#cabecera .dropdown-menu {
    margin: 0;
}

#cabecera .dropdown-menu .btn-primary {
    background-color: #0089a6;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #0089a6;
    display: block;
}

#cabecera .dropdown-menu .btn-primary:hover,
#cabecera .dropdown-menu .btn-primary:active,
#cabecera .dropdown-menu .btn-primary:focus {
    background-color: #fff;
    color: #0089a6;
    border: 1px solid #0089a6;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show &gt; .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #cf7d23;
    border-color: #cf7d23;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.cabecera .btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show &gt; .btn-secondary.dropdown-toggle,
.btn-group .btn-secondary {
    color: #0089a6;
    background-color: #fff;
    border: 1px solid;
    border-color: #0089a6;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

@media (min-width: 400px) {
    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show &gt; .btn-secondary.dropdown-toggle,
    .btn-group .btn-secondary {
        font-size: 19px;
    }
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn-secondary.dropdown-toggle:focus,
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none;
    color: #0089a6;
    background-color: #e1eff3;
}

.botonera {
    margin-top: 20px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.botonera .btn {
    border-radius: 0;
    border: 0;
    border-bottom: 4px solid #ccc;
    margin: 0;
    -webkit-box-shadow: 0 5px 5px -6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 5px -6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px -6px rgba(0, 0, 0, 0.3);
}

.botonera .btn .btn-block:active,
.botonera .btn .btn-lg:active {
    -webkit-box-shadow: inset 0 3px 3px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 3px 3px -5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 3px 3px -5px rgba(0, 0, 0, 0.3);
}

.botonera .btn-default {
    color: #0089a6;
    background-color: #e1eff3;
    border-color: #0089a6;
    text-transform: uppercase;
}

.botonera .btn-default.btn-naranja {
    color: #cf7d23;
    background-color: #f3ede1;
    border-color: #cf7d23;
}

#contenidoDerecha a.btn-default.btn-naranja {
    color: #cf7d23;
}

.botonera .btn-default.btn-naranja:hover,
.botonera .btn-default.btn-naranja:focus {
    background-color: #cf7d23;
    border-color: #f3ede1;
    color: #fff;
}

.botonera .btn-default:hover,
.botonera .btn-default:focus {
    background-color: #0089a6;
    border-color: #e1eff3;
    color: #fff;
}

.botonera .btn-pressure {
    position: relative;
    margin-bottom: 0;
}

.botonera .btn-pressure:focus {
    outline-style: none;
    -moz-outline-style: none;
    outline: medium none;
    color: #fff !important;
}

.botonera.btn-pressure:active,
.botonera .btn-pressure.active {
    border: 0;
    position: relative;
}

.botonera .btn-sensitive:active,
.botonera .btn-sensitive.active {
    top: 1px;
}

.olviContrasenia {
    background-color: #fff;
    color: #0089a6;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #0089a6;
    display: block;
}

.olviContrasenia:hover {
    background-color: #0089a6;
    color: #fff;
}

.logosCarta img {
    max-width: 180px;
    max-height: 100px;
}

@media (max-width: 576px) {
    .logosCarta img {
        max-width: 120px;
        max-height: 80px;
    }
}

.imagenDetalle img {
    max-height: 450px;
}

.imagenDetalle {
    text-align: center;
}

/*******************************************************************************/
/***Flecha scroll top arriba***/
/*******************************************************************************/
.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    text-decoration: none;
    color: #fff;
    background-color: #cf7d23;
    font-size: 12px;
    padding: 1em;
    display: none;
    z-index: 10;
}

.go-top:hover,
.go-top:active,
.go-top:focus {
    background-color: #cf7d23;
    color: #fff;
}

/*******************************************************************************/
/***Pie***/
/*******************************************************************************/
#pie {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.pie {
    background: #0089a6;
    text-align: center;
    font-size: 0.9em;
    padding: 0.8em;
    color: #fff;
}

.pie a {
    color: #fff;
}

#pie .contacto a {
    color: #828282;
}

#pie a:hover {
    color: #cf7d23;
}

#pie {
    background: #f4f4f4;
    color: #828282;
    border-top: 4px solid #0089a6;
}

#pie .links ul li a {
    color: #828282;
    transition: color 0.2s;
}

#pie .links ul li a:hover {
    color: #cf7d23;
}

#pie .redes i {
    font-size: 25px;
}

#pie .redes .svg {
    width: 22px;
    padding-bottom: 10px;
}

#pie .redes a {
    color: #0089a6;
    transition: color 0.2s;
}

#pie .contacto i {
    font-size: 18px;
    margin-right: 6px;
    color: #0089a6;
}

#pie .contenedor {
    padding: 5px 20px 0 20px;
    background-color: inherit;
    text-align: center;
}

/*******************************************************************************/
/***Menú superior***/
/*******************************************************************************/
#cabecera .subtituloMenu {
    font-style: oblique;
    font-size: 12px;
}

#cabecera .navbar {
    padding: 0;
    background-color: #0089a6;
}

#cabecera .navbar .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #ccc;
    color: #0089a6;
}

@media (max-width: 991px) {
    #cabecera .navbar .dropdown-menu .dropdown-item {
        white-space: normal;
    }
}

#cabecera .navbar .dropdown-menu .dropdown-item .fa,
#cabecera svg {
    color: #cf7d23;
    fill: #cf7d23;
}

#cabecera .navbar .dropdown-menu .dropdown-item:hover {
    color: #fff !important;
}

#cabecera .navbar .dropdown-menu {
    border-bottom: 5px solid #cf7d23;
}

@media (min-width: 768px) {
    #cabecera .navbar {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 14px;
    }
}

#cabecera .navbar .justify-content-between {
    width: 100%;
    text-transform: uppercase;
}

#cabecera .navbar-nav li:hover &gt; ul.dropdown-menu {
    display: block;
}

#cabecera .dropdown-submenu {
    position: relative;
}

#cabecera .dropdown-submenu &gt; .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

#cabecera .navbar-light .navbar-nav .nav-link,
#cabecera .navbar-light .navbar-nav .active &gt; .nav-link,
#cabecera .navbar-light .navbar-nav .nav-link.active,
#cabecera .navbar-light .navbar-nav .nav-link.show,
#cabecera .navbar-light .navbar-nav .show &gt; .nav-link {
    color: #fff;
}

#cabecera .navbar-light .navbar-nav .nav-link:focus,
#cabecera .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #cf7d23;
}

#cabecera .dropdown-item:focus,
#cabecera .dropdown-item:hover,
#cabecera .dropdown-item:active {
    background-color: #0089a6;
    color: #fff !important;
}

#cabecera .nav-item .active {
    background-color: #cf7d23;
}

#cabecera .navbar-toggler {
    text-align: center;
    margin: 5px auto 5px auto;
    background-color: #cf7d23;
    border-radius: 0;
}

#cabecera .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 2555, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#cabecera .navbar-light .navbar-nav .nav-link {
    padding: 10px;
}

@media (min-width: 992px) {
    #cabecera .navbar-light .navbar-nav .nav-link {
        padding: 10px 0.5rem;
    }
}

#cabecera .nav-item,
#cabecera .dropdown-item {
    text-align: center;
}

@media (min-width: 992px) {
    #cabecera .dropdown-item {
        text-align: left;
    }
}

@media (max-width: 992px) {
    #cabecera .subtituloMenu {
        white-space: normal;
    }
}

/*******************************************************************************/
/***Cards***/
/*******************************************************************************/
.card {
    border-radius: 0;
    border: 0;
}

.card-header {
    border-bottom: 0;
    background-color: #e1eff3;
    padding: 0 20px 0 20px;
}

.card-header {
    color: #0089a6;
    font-size: 30px;
}

.card-header2 {
    color: #cf7d23;
    font-weight: bold;
}

/*******************************************************************************/
/***Botones centrales de inicio***/
/*******************************************************************************/
.btn-primary {
    color: #fff;
    background-color: #cf7d23;
    border-color: #cf7d23;
}

.card .btn-primary .fa {
    margin: 0;
}

.formularioAcceso {
    margin-bottom: 70px;
}

.formularioAcceso .migas {
    text-align: center;
    margin-top: 20px;
}

.accesoSocios {
    background-color: #0089a6;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #0089a6;
    display: block;
}

.accesoSocios:hover {
    background-color: #fff;
    color: #0089a6;
    border: 1px solid #0089a6;
}

.btn-group .accesoSocios.activo {
    background-color: #0089a6;
    color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #0089a6;
    display: block;
}

.btn-group .accesoSocios {
    background-color: #fff;
    color: #0089a6;
    border: 1px solid #0089a6;
    padding: 8px 15px;
    font-size: 16px;
    min-width: 50px;
    text-align: center;
    border: 1px solid #0089a6;
    display: block;
}

.btn-group .accesoSocios:hover,
.btn-group .accesoSocios.activo:hover,
.btn-group .accesoSocios:focus,
.btn-group .accesoSocios.activo:focus,
#contenidoDerecha .btn-group .accesoSocios:active,
#contenidoDerecha .btn-group .accesoSocios.activo:active {
    background-color: #fff;
    color: #0089a6;
    border-color: #0089a6;
}

.card .card-text {
    color: var(--colorFuente);
}

section {
    padding: 60px 0;
}

#team .card {
    border: none;
    background: #fff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: 0.25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    border: 1px solid #0089a6;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    border: 1px solid #0089a6;
    width: 100%;
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 490px;
}

@media (min-width: 487px) {
    .frontside .card,
    .backside .card {
        min-height: 540px;
    }
}

@media (min-width: 575px) {
    .frontside .card,
    .backside .card {
        min-height: 500px;
    }
}

@media (min-width: 768px) {
    .frontside .card,
    .backside .card {
        min-height: 530px;
    }
}

@media (min-width: 900px) {
    .frontside .card,
    .backside .card {
        min-height: 500px;
    }
}

@media (min-width: 992px) {
    .frontside .card,
    .backside .card {
        min-height: 500px;
    }
}

.backside .card .fa {
    font-size: 18px;
    color: #cf7d23;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #cf7d23;
    text-transform: uppercase;
    font-size: 20px;
}

.frontside .card .card-body img {
    max-width: 120px;
    max-height: 120px;
    border-radius: 50%;
}

.mt-4 {
    margin-top: 7px !important;
}

.card .btn-primary {
    position: absolute;
    bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    width: 35px;
}

.card .list-inline {
    position: absolute;
    bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
}

.card .list-inline {
    margin-bottom: 0;
}

.frontside .card-text {
    overflow: hidden;
    max-height: 140px;
}

.backside .card-text {
    overflow: hidden;
    max-height: 340px;
}

.backside .list-inline {
    padding-top: 110px;
    background: linear-gradient(
        to bottom,
        rgba(242, 242, 247, 0) 0%,
        rgba(255, 255, 255, 1) 40%,
        rgba(255, 255, 255, 1) 100%
    );
}

.mainflip .frontside .colaboraciones,
.mainflip .frontside .presentacionSeen {
    color: #0089a6;
    font-style: oblique;
    position: absolute;
    bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    padding-top: 60px;
    background: linear-gradient(
        to bottom,
        rgba(242, 242, 247, 0) 0%,
        rgba(255, 255, 255, 1) 32%,
        rgba(255, 255, 255, 1) 100%
    );
}

.colaboraciones {
    color: #0089a6;
    text-align: center;
    font-style: oblique;
}

.mainflip .frontside .colaboraciones img {
    max-width: 110px;
    border-radius: 0;
}

.mainflip .frontside .presentacionSeen img {
    width: 136px;
    height: 67px;
    border-radius: 0;
}

.container {
    max-width: none;
}

.container.overflow-visible {
    overflow: visible;
}
/*********************************************************************************/
/* Video
/*********************************************************************************/
.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 30px;
    height: 0;
    overflow: hidden;
}

.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*********************************************************************************/
/* Menú lateral izquierdo
/*********************************************************************************/
.menuLateralAula {
    margin-top: 20px;
    display: none;
}

.menuLateralAula svg {
    fill: #cf7d23;
    margin-right: 8px;
}

.menuLateralAula .nav-pills a {
    border-bottom: 1px solid #0089a6;
    border-radius: 0;
    color: #0089a6;
}

.menuLateralAula div.nav-link {
    cursor: pointer;
}

.menuLateralAula .nav-pills .fa {
    color: #cf7d23;
}

.nav-pills .nav-link.active,
.nav-pills .show &gt; .nav-link,
.menuLateralAula .nav-pills a:hover {
    background-color: #e1eff3;
    color: #0089a6;
}

@media (max-width: 575px) {
    .imagenPildora {
        text-align: center;
    }
}

.menuLateralAula .listaChecks {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0;
}

.menuLateralAula .listaChecks li {
    font-size: 13px;
    color: #0089a6;
}

.menuLateralAula .listaChecks li:first-of-type {
    padding-top: 10px;
}

.sellos img {
    max-width: 200px;
}

/*********************************************************************************/
/* Examen
/*********************************************************************************/
.preguntasRespuestas .bloquesNumerosPreguntas {
    margin-top: 1em;
    margin-bottom: 0.5em;
    text-align: left;
}

#contenidoDerecha .preguntasRespuestas .bloquesNumerosPreguntas a {
    list-style-type: none;
    text-align: center;
    width: 29px;
    height: 29px;
    line-height: 29px;
    background-color: #e1eff3;
    color: #0089a6;
    display: inline-block;
    margin-right: 1px;
    margin-bottom: 0.4em;
    font-size: 14px;
}

#contenidoDerecha .preguntasRespuestas .bloquesNumerosPreguntas a:focus {
    text-decoration: none;
}

#contenidoDerecha .preguntasRespuestas .bloquesNumerosPreguntas a:hover {
    background-color: #0089a6;
    color: #fff;
}

#contenidoDerecha .preguntasRespuestas .bloquesNumerosPreguntas .oculto {
    display: none;
}

.oculto {
    display: none;
}

.preguntaEnunciado {
    padding-top: 15px;
    margin-bottom: 1em;
    font-size: 20px;
}

.imagenPregunta {
    float: left;
    margin-right: 0.5em;
    width: 140px;
    height: 105px;
}

.imagenPregunta:hover {
    opacity: 0.5;
}

.fotoModalAmpliada {
    max-width: 100%;
}

.pregunta ul {
    padding-left: 0;
    text-align: left;
}

.pregunta li {
    list-style-type: none;
    margin-bottom: 0.4em;
    word-wrap: break-word;
    font-size: 14px;
    padding: 0.5em 1em;
    display: block;
}

.pregunta li:hover {
    background: #e1eff3;
}

.pregunta li label {
    display: inline;
}

.preguntaOpciones,
.respuestasOpciones {
    text-align: justify;
}

.respuestasOpciones li:hover {
    background: none;
}

.respuestaSeleccionada {
    background: #e1eff3;
}

.pregunta .preguntaOpciones li label {
    display: block;
    margin: 0 0 0 20px;
    cursor: pointer;
}

.preguntaOpciones .iradio_flat-aero {
    float: left;
    margin-right: 10px;
}

form .labelcheckbox,
.modal-content .labelcheckbox {
    margin-right: 15px;
    cursor: pointer;
}

.modal-content .iradio_flat-aero {
    margin-right: 3px;
    cursor: pointer;
}

form .lenguaje {
    text-align: right;
    margin-top: 5px;
}

form .lenguaje a {
    color: #0089a6;
}

form .flex-row-reverse div {
    padding-left: 0;
    padding-right: 0;
}

form .iradio_flat-aero,
.icheckbox_flat-aero {
    margin-right: 3px !important;
}

#contenidoDerecha .preguntasRespuestas .bloquesNumerosPreguntas .preguntaActual {
    background-color: #0089a6;
    color: #fff;
}

#contenidoDerecha .preguntasRespuestas .bloquesNumerosPreguntas .respuestaActual {
    background-color: #cf7d23;
    color: #fff;
}

#contenidoDerecha .preguntasRespuestas .bloquesNumerosPreguntas .preguntaRespondida {
    background-color: #eab880;
    color: #fff;
}

#contenidoDerecha .preguntasRespuestas .bloquesNumerosPreguntas .respuestaCorrectaActual {
    color: #fff;
    background-color: #3c763d;
}

#contenidoDerecha .preguntasRespuestas .bloquesNumerosPreguntas .respuestaIncorrectaActual {
    color: #fff;
    background-color: #c90000;
}

#contenidoDerecha .preguntasRespuestas .bloquesNumerosPreguntas .noContestadaActual {
    color: #fff;
    background-color: #828282;
}

#contenidoDerecha .preguntasRespuestas .bloquesNumerosPreguntas a:hover {
    opacity: 0.5;
}

#contenidoDerecha .preguntasRespuestas .bloquesNumerosPreguntas .noContestada {
    color: #fff;
    background-color: #ccc;
}

#contenidoDerecha .preguntasRespuestas .bloquesNumerosPreguntas .respuestaCorrecta {
    color: #fff;
    background-color: #a2d5ae;
}

#contenidoDerecha .preguntasRespuestas .bloquesNumerosPreguntas .respuestaIncorrecta {
    color: #fff;
    background-color: #f1a0ab;
}

.pregunta .respuestaCorrecta {
    color: #fff;
    background-color: #a2d5ae;
}

.pregunta .respuestaCorrecta:hover {
    color: var(--colorFuente);
}

.pregunta .respuestaIncorrecta {
    color: #fff;
    background-color: #f1a0ab;
}

.pregunta .respuestaIncorrecta:hover {
    color: var(--colorFuente);
}

.preguntaOpciones label {
    margin-left: 20px;
}

.migActual {
    color: #cf7d23;
}

.migas {
    margin-top: 16px;
}

.container .migas a,
#contenidoDerecha .migas a {
    color: #0089a6;
}

.container .migas a:hover,
.container .migas a:active,
.container .migas a:focus,
#contenidoDerecha .migas a:hover,
#contenidoDerecha .migas a:active,
#contenidoDerecha .migas a:focus {
    color: #cf7d23;
}

.resultadoExamen {
    background-color: #fff;
    padding: 8px;
    border: 1px solid #0089a6;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    min-height: 50px;
    margin-top: 10px;
}

.resultadoExamen .fa {
    color: #cf7d23;
}

.resultadoExamen .fa-check-circle-o {
    color: #3c763d;
}

.resultadoExamen .fa-times-circle-o {
    color: #c90000;
}

h3.migas {
    font-size: 20px;
    font-weight: bold;
    color: #0089a6;
    margin: 10px 0 0 0;
}

@media only screen and (min-width: 875px) {
    .paginaAnterior:after {
        content: "Anterior";
    }

    .paginaSiguiente:after {
        content: "Siguiente";
    }
}

@media only screen and (max-width: 875px) {
    .paginaAnterior:after {
        content: "\25c0";
    }

    .paginaSiguiente:after {
        content: "\25b6";
    }
}

/*********************************************************************************/
/* Modales
/*********************************************************************************/
.modal .modal-title {
    color: #0089a6;
    text-transform: uppercase;
    font-weight: bold;
}

.modal .modal-footer .btn-primary {
    background-color: #0089a6;
    color: #fff;
    border-color: #0089a6;
}

.modal .modal-footer .btn-primary:hover,
.modal .modal-footer .btn-primary:active,
.modal .modal-footer .btn-primary:focus {
    background-color: #fff;
    color: #0089a6;
    border-color: #0089a6;
}

.modal .modal-footer .btn-secondary {
    background-color: #fff;
    color: #0089a6;
    border-color: #0089a6;
    height: auto;
    font-size: 1rem;
}

.modal .modal-footer .btn-secondary:hover,
.modal .modal-footer .btn-secondary:active,
.modal .modal-footer .btn-secondary:focus {
    background-color: #0089a6;
    color: #fff;
    border-color: #0089a6;
    height: auto;
    font-size: 1rem;
}

#contenidoDerecha .valoraciones .btn-secondary {
    background-color: #fff;
    color: #0089a6;
    border-color: #0089a6;
    height: auto;
    font-size: 1rem;
}

#contenidoDerecha .valoraciones .btn-secondary:hover,
#contenidoDerecha .valoraciones .btn-secondary:active,
#contenidoDerecha .valoraciones .btn-secondary:focus {
    background-color: #0089a6;
    color: #fff!important;
    border-color: #0089a6;
    height: auto;
    font-size: 1rem;
}

.mapa-web li img {
    max-width: 9.5px;
    vertical-align: baseline;
}

/*******************************************************************************/
/***Cajas Dinámicas de Contenido***/
/*******************************************************************************/
.cajaElementos {
    background-color: #fff;
    border: solid 1px #0089a6;
    margin-top: 20px;
    overflow: auto;
}

.cajaElementos .infoCajaElementos a {
    word-break: break-all;
}

.cajaElementos hr {
    border-bottom: dotted 1px #e1eff3;
    margin-top: 10px;
    margin-bottom: 5px;
    clear: both;
}

.cajaElementos p {
    font-size: 14px;
    margin-bottom: 4px;
}

.cajaElementos a {
    color: var(--colorFuente);
}

.cajaElementos .estiloSubnivel {
    color: #cf7d23;
    font-weight: bold;
}

.cajaElementos .infoCajaElementos {
    padding: 0 20px 0 20px;
}

#contenidoDerecha .cajaElementos h4 {
    font-size: 22px;
    color: #0089a6;
    font-weight: bold;
    text-align: left;
    background-color: #e1eff3;
    padding: 10px 20px 10px 20px;
}

.miniaturaPortada {
    width: 120px;
    height: auto;
    float: left;
    margin: 5px 10px 10px 0;
}

h4.naranja {
    color: #cf7d23;
    font-size: 18px;
    font-weight: bold;
}

#contenidoDerecha .estiloSubtitulo,
#contenidoDerecha .cajaElementos h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: left;
    color: #cf7d23;
}

.naranja {
    color: #cf7d23;
}

.cajaElementos ul,
.cajaElementos ol {
    overflow: auto;
    font-weight: 500;
    font-size: 14px;
}

.juntDirectiva .miniaturaPortada {
    margin-top: 0;
}

.portadaDetalle {
    width: 200px;
    height: auto;
    float: left;
    margin: 5px 15px 10px 0;
}

.barraPiecajaElementos {
    font-size: 0.8em;
    margin: 0;
    padding: 0 20px 0 15px;
    margin-top: 1em;
    clear: both;
    display: block;
}

.barraPiecajaElementos li {
    list-style: none;
    display: inline-block;
}

.barraPiecajaElementos li:last-child a {
    border: none !important;
}

#contenidoDerecha .barraPiecajaElementos li a {
    display: inline-block;
    border-right: solid 1px #ccc;
    margin-right: 0.5em;
    padding-right: 1em;
    margin-bottom: 1em;
    padding-left: 40px;
    height: 28px;
    line-height: 26px;
    min-width: 6em;
    color: #0089a6;
}

#contenidoDerecha .barraPiecajaElementos li a:hover,
#contenidoDerecha .barraPiecajaElementos li a:focus,
#contenidoDerecha .barraPiecajaElementos li a:active {
    color: #cf7d23;
}

.elementoInscripcion {
    background: url("../img/iconos/iconoInscripcion.png") no-repeat 5px center;
}

.elementoAudio {
    background: url("../img/iconos/iconoAudio.png") no-repeat 5px center;
}

.elementoVideo {
    background: url("../img/iconos/iconoVideo.png") no-repeat 5px center;
}

.elementoPDF {
    background: url("../img/iconos/iconoPDF.png") no-repeat 5px center;
}

.elementoWord {
    background: url("../img/iconos/iconoWord.png") no-repeat 5px center;
}

.elementoPPT {
    background: url("../img/iconos/iconoPPT.png") no-repeat 5px center;
}

.elementoXLS {
    background: url("../img/iconos/iconoXLS.png") no-repeat 5px center;
}

.elementoEnlace {
    background: url("../img/iconos/iconoEnlace.png") no-repeat 5px center;
}

.elementoDetalle {
    background: url("../img/iconos/iconoDetalle.png") no-repeat 5px center;
}

.elementoDocumento {
    background: url("../img/iconos/iconoDocumento.png") no-repeat 5px center;
}

.fa.fa-search {
    margin-right: 0;
}
/*******************************************************************************/
/***Botones 3D***/
/*******************************************************************************/
body .wrap {
    height: 180px;
    position: relative;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    cursor: pointer;
}

body .wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/bg/plataformaFormancion.jpg);
    background-size: cover;
    -webkit-animation: zoomin 1s ease-in-out 1 forwards;
    animation: zoomin 1s ease-in-out 1 forwards;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

body .investigacion .wrap:before {
    background: url(../img/nutricion/proyectosInvestigacion.jpg);
    background-size: cover;
}

body .investigacion .novedades .wrap:before {
    background: url(../img/nutricion/proyectosNovedades.jpg);
    background-size: cover;
}

body .investigacion .wrap {
    font-weight: 600;
}

body .investigacion .wrap p {
    position: absolute;
    bottom: 10px;
    font-size: 17px;
    margin: 0px;
    line-height: 1.2;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    -webkit-animation: slideup 0.5s ease-in-out 1 forwards;
    animation: slideup 0.5s ease-in-out 1 forwards;
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
    color: #0089a6;
    padding-left: 10px;
}

body .investigacion .novedades .wrap h3 {
    font-size: 23px;
}

@-webkit-keyframes zoomin {
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.3;
    }
}

@keyframes zoomin {
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.3;
    }
}

body .wrap .inner {
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    overflow: hidden;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 2px, rgba(255, 255, 255, 0) 2px),
        linear-gradient(to top, rgba(255, 255, 255, 0.5) 2px, rgba(255, 255, 255, 0) 2px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 2px, rgba(255, 255, 255, 0) 2px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 2px, rgba(255, 255, 255, 0) 2px),
        linear-gradient(to right, rgba(255, 255, 255, 0.5) 2px, rgba(255, 255, 255, 0) 2px),
        linear-gradient(to left, rgba(255, 255, 255, 0.5) 2px, rgba(255, 255, 255, 0) 2px);
    background-size:
        50% 100%,
        50% 100%,
        50% 100%,
        50% 100%;
    background-position:
        0% 50%,
        100% 50%,
        0% 50%,
        100% 50%;
    background-repeat: no-repeat;
    -webkit-animation: drawin 2s ease-in-out 1 forwards;
    animation: drawin 2s ease-in-out 1 forwards;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}

@-webkit-keyframes drawin {
    0% {
        background-position:
            0% 50%,
            100% 50%,
            0% 50%,
            100% 50%,
            50% 50%,
            50% 50%;
        background-size:
            0% 100%,
            0% 100%,
            50% 100%,
            50% 100%,
            50% 100%,
            50% 100%,
            100% 0%,
            100% 0%;
        -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
        clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    }

    25% {
        background-position:
            0% 50%,
            100% 50%,
            0% 50%,
            100% 50%,
            50% -100%,
            50% -100%;
        background-size:
            0% 100%,
            0% 100%,
            50% 100%,
            50% 100%,
            100% 0%,
            100% 0%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    75% {
        background-position:
            0% 50%,
            100% 50%,
            0% 50%,
            100% 50%,
            50% 0%,
            50% 0%;
        background-size:
            0% 100%,
            0% 100%,
            50% 100%,
            50% 100%,
            100% 100%,
            100% 100%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    100% {
        background-position:
            0% 50%,
            100% 50%,
            0% 50%,
            100% 50%,
            50% 50%,
            50% 50%;
        background-size:
            50% 100%,
            50% 100%,
            50% 100%,
            50% 100%,
            100% 100%,
            100% 100%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes drawin {
    0% {
        background-position:
            0% 50%,
            100% 50%,
            0% 50%,
            100% 50%,
            50% 50%,
            50% 50%;
        background-size:
            0% 100%,
            0% 100%,
            50% 100%,
            50% 100%,
            50% 100%,
            50% 100%,
            100% 0%,
            100% 0%;
        -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
        clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    }

    25% {
        background-position:
            0% 50%,
            100% 50%,
            0% 50%,
            100% 50%,
            50% -100%,
            50% -100%;
        background-size:
            0% 100%,
            0% 100%,
            50% 100%,
            50% 100%,
            100% 0%,
            100% 0%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    75% {
        background-position:
            0% 50%,
            100% 50%,
            0% 50%,
            100% 50%,
            50% 0%,
            50% 0%;
        background-size:
            0% 100%,
            0% 100%,
            50% 100%,
            50% 100%,
            100% 100%,
            100% 100%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }

    100% {
        background-position:
            0% 50%,
            100% 50%,
            0% 50%,
            100% 50%,
            50% 50%,
            50% 50%;
        background-size:
            50% 100%,
            50% 100%,
            50% 100%,
            50% 100%,
            100% 100%,
            100% 100%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

body .wrap h3 {
    position: absolute;
    bottom: 10px;
    font-size: 25px;
    margin: 0px;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    -webkit-animation: slideup 0.5s ease-in-out 1 forwards;
    animation: slideup 0.5s ease-in-out 1 forwards;
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
    color: #0089a6;
    padding-left: 10px;
}

@-webkit-keyframes slideup {
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slideup {
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.pddBtm,
.pddBtmCursos {
    padding-bottom: 50px;
}

@media (min-width: 992px) {
    .pddBtm {
        padding-bottom: 0;
    }

    .pddBtmCursos {
        padding-bottom: 20px;
    }
}

/*******************************************************************************/
/***Botones/tarjetas cursos***/
/*******************************************************************************/
.profile-card-2 .card-img-block {
    float: left;
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.profile-card-2 {
    height: 87%;
}

.profile-card-2 .card-body {
    position: relative;
    border: 1px solid #f4f4f4;
    min-height: 340px;
}

.profile-card-2 .profile {
    border-radius: 50%;
    position: absolute;
    top: -42px;
    left: 15%;
    max-width: 75px;
    border: 3px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.profile-card-2 h3 {
    font-weight: 600;
    color: #0089a6;
    font-size: 22px;
    margin-bottom: 0;
}

.profile-card-2 h4 {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #cf7d23;
    margin-bottom: 10px;
}

.profile-card-2 .card-text {
    font-weight: 300;
    font-size: 15px;
}

.profile-card-2 .icon-block {
    width: 100%;
    margin-top: 10px;
    position: absolute;
    bottom: 15px;
}

.profile-card-2 .icon-block a {
    text-decoration: none;
}

.profile-card-2 i {
    display: inline-block;
    font-size: 16px;
    color: #0089a6;
    text-align: center;
    border: 1px solid #0089a6;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px;
}

.profile-card-2 i:hover {
    background-color: #0089a6;
    color: #fff;
}

.profile-card-2 .estiloSubnivel {
    color: #cf7d23;
    font-weight: bold;
    margin: 0;
}

.profile-card-2 p {
    margin: 0;
}

.cursosPlataformaFormacion .btn-primary {
    display: block;
    margin-bottom: 20px;
}

.cursosPlataformaFormacion .btn-primary:hover,
.cursosPlataformaFormacion .btn-primary:active,
.cursosPlataformaFormacion .btn-primary:focus {
    background-color: #0089a6;
    border-color: #0089a6;
}

.profile-card-2 .fecha {
    font-size: 13px;
    font-style: oblique;
    color: #ccc;
}

.contenedorCursos .row {
    margin-right: -11px;
    margin-left: -11px;
}

.contenedorCursos .card-header {
    padding-left: 15px;
}

/*******************************************************************************/
/***Pestañas de cursos***/
/*******************************************************************************/
#contenidoDerecha .nav-tabs .nav-item .active,
#contenidoDerecha .nav-tabs .nav-item a:hover {
    background-color: #e1eff3;
    color: #0089a6;
}

/*******************************************************************************/
/***Pestañas de programa***/
/*******************************************************************************/
.zonaPrivada .input-group.datepick i {
    color: #fff;
    font-size: inherit;
}

.input-group.datepick .btn.btn-info {
    background-color: #0089a6;
}

.tab-content a .enlaceHora.active {
    background-color: #e1eff3;
    color: var(--colorFuente);
}

.tab-content .enlaceHora:hover {
    background-color: #e1eff3;
}

#contenidoDerecha .tab-content .dropdown-item {
    color: var(--colorFuente);
}

.tab-content a .enlaceHora {
    color: var(--colorFuente);
    padding: 5px 10px;
}

#contenidoDerecha .nav-tabs.programa,
#contenidoDerecha .nav-tabs.programa .nav-link,
#contenidoDerecha .nav-tabs.programa .nav-link.active {
    border: none;
    margin-bottom: 10px;
}

#contenidoDerecha .nav.nav-tabs.programa .nav-link.active {
    background-color: #cf7d23;
    border-bottom: 4px solid #eab880;
    color: #fff;
}

#contenidoDerecha .nav.nav-tabs.programa .nav-link.active:hover {
    background-color: #eab880;
    border-bottom: 4px solid #cf7d23;
}

.tab-content .panel-body .row.contenido {
    margin-bottom: 0;
}

#contenidoDerecha .tab-content .panel-body .row.contenido a {
    color: var(--colorFuente);
}

/*******************************************************************************/
/***Menú lateral izquierdo de cursos***/
/*******************************************************************************/
.imgMenuCursos {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

#menuLateralFormacion .nav-pills a {
    display: flex;
    align-items: center;
}

/*******************************************************************************/
/***Menú lateral inicio***/
/*******************************************************************************/
.menuLateralAula.inicio i {
    width: 20px;
}

/*******************************************************************************/
/***ZONA PRIVADA***/
/*******************************************************************************/
.zonaPrivada {
    margin-top: 20px;
    box-sizing: border-box;
}

.zonaPrivada .card-body {
    min-height: auto;
}

.zonaPrivada .card-body .profile {
    width: 50px;
    top: -37px;
}

.zonaPrivada .card-img-block {
    height: 90px;
}

.zonaPrivada .privadaCard {
    text-align: center;
    border: 1px solid #f4f4f4;
    padding: 15px;
    position: relative;
}

.zonaPrivada .privadaCard .azul {
    color: #0089a6 !important;
}

.zonaPrivada a .privadaCard:hover {
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
    border-bottom: 2px solid #0089a6;
}

.zonaPrivada h2 {
    color: #cf7d23;
}

.zonaPrivada a h2 {
    margin-top: 0;
}

.zonaPrivada .privadaCard:hover h2 {
    color: #0089a6;
}

#contenidoDerecha h5 {
    font-size: 15px;
    font-weight: bold;
}

.zonaPrivada i {
    color: #0089a6;
}

.zonaPrivada .privadaCard:hover i {
    color: #cf7d23;
}

.zonaPrivada.junta .privadaCard:hover i {
    color: #0089a6;
}

#contenidoDerecha .logo img {
    max-width: 110px;
}

#contenidoDerecha .logo {
    text-align: right;
}

.zonaPrivada .privadaCard img,
.zonaPrivada .privadaCard svg,
.zonaPrivada .privadaCard .st0 {
    width: 64px;
    fill: #0089a6;
}

.zonaPrivada .privadaCard a {
    word-break: break-all;
}

.zonaPrivada .privadaCard a:first-of-type {
    word-break: break-word;
}

.zonaPrivada .privadaCard:hover svg,
.zonaPrivada .privadaCard:hover .st0 {
    fill: #cf7d23;
}

.menuLateralAula img[src$=".svg"] {
    width: 16px;
    margin-right: 12px;
}

#menuLateralCatalogo {
    display: block;
}

.zonaPrivada .privadaCard h2 {
    margin-top: 5px;
}

.zonaPrivada .privadaCard p {
    margin-bottom: 0;
    color: #0089a6;
}

.zonaPrivada .privadaCard .absoluto {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    bottom: 10px;
}

.zonaPrivada .posicionamiento .privadaCard {
    padding-bottom: 65px;
}

@media (max-width: 575px) {
    .zonaPrivada .privadaCard i {
        font-size: 2em;
    }

    .zonaPrivada.junta i {
        font-size: inherit;
    }

    .zonaPrivada .posicionamiento .privadaCard {
        padding-bottom: 0;
    }

    .zonaPrivada .privadaCard .absoluto {
        position: inherit;
        bottom: inherit;
        width: 100%;
        padding-bottom: 10px;
    }

    .zonaPrivada .privadaCard img,
    .zonaPrivada .privadaCard svg {
        width: 32px;
        height: 32px;
    }
}

.zonaPrivada .row {
    display: flex;
    flex-wrap: wrap;
}

.zonaPrivada .row .privadaCard {
    height: 100%;
}

.navbar.menuLateralAula {
    padding: 0;
}

.menuLateralAula .nav {
    width: 100%;
}

.zonaPrivada i.naranja {
    color: #cf7d23;
    margin-left: 2px;
}

.zonaPrivada a:hover .naranja {
    color: #0089a6;
}

.zonaPrivada .tab-pane {
    margin-top: 10px;
}

#contenidoDerecha.zonaPrivada .nav.nav-tabs .nav-link {
    color: #0089a6;
    border-radius: 0;
}

@media (max-width: 550px) {
    .zonaPrivada .nav.nav-tabs {
        display: block;
    }

    #contenidoDerecha.zonaPrivada .nav.nav-tabs .nav-link {
        display: block;
        border: 1px solid #ccc;
        padding-left: 5px;
    }
}

.tab-pane .colaboradores img {
    max-width: 180px;
}

.menuLateralAula.navbar-light .navbar-toggler {
    background-color: #e1eff3;
    border: none;
}

.menuLateralAula.navbar-light {
    background-color: #e1eff3;
}

.menuLateralAula.navbar-light .navbar-collapse {
    background-color: #fff;
}

#menuLateralCatalogo label {
    cursor: pointer;
}

.accordion &gt; .card .card-header {
    border-bottom: 1px solid #0089a6;
}

.accordion-toggle:after,
#menuLateralCatalogo a.nav-link:after,
a.acordeon.nav-link:after {
    /* Abierto */
    font-family: "FontAwesome";
    content: "\f054";
    float: right;
    color: inherit;
    transform-origin: center center;
    transform: rotate(90deg);
    transition: all linear 0.3s;
}
.panel-heading.collapsed .accordion-toggle:after,
#menuLateralCatalogo a.nav-link.collapsed:after,
a.acordeon.nav-link.collapsed:after {
    /* Cerrado */
    transform: rotate(0deg);
}

a.acordeon.nav-link:after {
    margin-left: 8px;
    vertical-align: top;
    display: inline-block;
    float: none;
}

a.acordeon.naranja {
    font-size: 17px;
    font-weight: 600;
    padding-left: 0;
    display: inline-block;
    margin-right: 10px;
}

a.acordeon.naranja:hover {
    color: #0089a6;
}

.zonaPrivada .migas:first-child {
    margin-top: 0;
}

.zonaPrivada .migas {
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .zonaPrivada .tab-pane i {
        font-size: inherit;
    }
}

.tab-content .video {
    text-align: center;
}

.zonaPrivada h4 {
    color: #cf7d23;
    font-size: 18px;
    font-weight: bold;
}

.zonaPrivada .sinEstilo {
    padding: 0;
    color: var(--colorFuente);
}

#contenidoDerecha.zonaPrivada .sinEstilo a {
    color: var(--colorFuente);
}

#contenidoDerecha.zonaPrivada .sinEstilo a:hover {
    color: #cf7d23;
}

#contenidoDerecha .fecha p {
    text-align: right;
    margin-top: 15px;
}

#contenidoDerecha.zonaPrivada .cajaElementos h4 {
    font-size: 18px;
}

.zonaPrivada.resultados i {
    font-size: inherit;
}

.zonaPrivada.junta .privadaCard {
    border-bottom: 2px solid #0089a6;
}

.zonaPrivada h2.migas {
    color: #0089a6;
}

#contenidoDerecha a.btn-default {
    color: #0089a6;
}

#contenidoDerecha a.btn-default:hover {
    color: #fff;
}

.zonaPrivada.junta .privadaCard img {
    width: auto;
    max-width: 120px;
    max-height: 160px;
    border: 1px solid #f4f4f4;
}

.zonaPrivada.junta .privadaCard h2 {
    font-size: 17px;
}

.zonaPrivada.junta .privadaCard h3 {
    font-size: 17px;
    color: #0089a6;
    font-weight: bold;
}

.zonaPrivada.junta .privadaCard p {
    font-size: 14px;
    color: var(--colorFuente);
    margin-bottom: 0;
    text-align: left;
}

.zonaPrivada.junta .datos {
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    margin-top: 4px;
}

.zonaPrivada.junta .medico {
    background-image: url(../../img/seen/miembros/doctorFondo.png);
    width: 120px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
}

@media (max-width: 575px) {
    .zonaPrivada.junta .privadaCard img {
        width: auto;
        height: auto;
    }
}

.zonaPrivada h2.titulo {
    color: #0089a6;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

.tab-content .imagenPortada {
    margin-bottom: 20px;
}

.tab-content .imagenPortada img {
    width: 100%;
}

/*******************************************************************************/
/***Buscador***/
/*******************************************************************************/
#contenidoDerecha .cajonBuscadorInterno a.btn-outline-secondary,
.cajonBuscadorInterno .btn-outline-secondary {
    background-color: #cf7d23;
    color: #fff;
    border: 1px solid #cf7d23;
}

#contenidoDerecha .cajonBuscadorInterno a.btn-outline-secondary:hover,
.cajonBuscadorInterno .btn-outline-secondary:hover,
.cajonBuscadorInterno .btn-outline-secondary:focus,
.cajonBuscadorInterno .btn-outline-secondary:active,
.cajonBuscadorInterno .btn-outline-secondary:not(:disabled):not(.disabled).active,
.cajonBuscadorInterno .btn-outline-secondary:not(:disabled):not(.disabled):active,
.cajonBuscadorInterno .show &gt; .btn-outline-secondary.dropdown-toggle {
    background-color: #fff;
    color: #cf7d23;
    border: 1px solid #cf7d23;
}

.cajonBuscadorInterno i {
    color: #fff;
}

.cajonBuscadorInterno .btn:hover i,
.cajonBuscadorInterno .btn:focus i,
.cajonBuscadorInterno .btn:active i {
    color: #cf7d23;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #e1eff3;
}

@media (min-width: 576px) {
    .margenCajonBuscadorInterno {
        margin-top: 32px;
    }
}

/*******************************************************************************/
/***Paginación***/
/*******************************************************************************/
#paginacion {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

#paginacion #paginacionContenedor a {
    background: #0089a6;
    padding: 6px 10px;
    margin-left: -1px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #0089a6;
    display: inline-block;
    margin-top: 10px;
}

#paginacionContenedor {
    margin: 2em auto;
}

#paginacion #paginacionContenedor a:hover,
#paginacion #paginacionContenedor a:active,
#paginacion #paginacionContenedor a:focus,
#paginacion #paginacionContenedor a.paginaActual {
    background: #fff;
    color: #0089a6;
    text-decoration: none;
    border: 1px solid #0089a6;
}

@media only screen and (min-width: 875px) {
    .paginaAnterior:after {
        content: "Anterior";
    }

    .paginaSiguiente:after {
        content: "Siguiente";
    }
}

@media only screen and (max-width: 875px) {
    .paginaAnterior:after {
        content: "\25c0";
    }

    .paginaSiguiente:after {
        content: "\25b6";
    }
}

/*******************************************************************************/
/***Documentos y enlaces***/
/*******************************************************************************/
.cajaElementos h4.accordion-toggle {
    margin-bottom: 0;
}

.cajaElementos .panel-collapse .panel-body {
    padding: 10px 20px;
}

.cajaElementos .panel-collapse .panel-body .sinEstilo {
    margin-bottom: 0;
}

.gruposDeTrabajo a {
    padding: 5px 15px 5px 15px;
}

.documentos {
    margin-top: 5px;
}

.bgDocumentos {
    background-color: #e1eff3;
    padding: 10px 20px 8px 10px;
}

.bgDocumentos.novedades {
    border-bottom: 4px solid #cf7d23;
}

.documentos ul {
    padding-left: 0px;
}

.documentos li {
    padding: 0 10px 10px 10px;
    margin: 10px 0 10px -30px;
}

.documentos.proyectos,
.documentos.proyectos li {
    margin: 10px 0 10px;
    padding: 0;
}

.documentos .pdf {
    background: url(../img/iconos/iconoPDF.png) no-repeat left center;
    list-style: none;
    padding: 0px 0 0 35px;
}

.documentos .word {
    background: url(../img/iconos/iconoWord.png) no-repeat left center;
    list-style: none;
    padding: 0 0 0 35px;
}

.documentos .xls {
    background: url(../img/iconos/iconoXLS.png) no-repeat left center;
    list-style: none;
    padding: 0 0 0 35px;
}

.documentos .ppt {
    background: url(../img/iconos/iconoPPT.png) no-repeat left center;
    list-style: none;
    padding: 0 0 0 35px;
}

#contenidoDerecha.miPerfil a {
    color: var(--colorFuente);
}

#contenidoDerecha.miPerfil .acordeon {
    color: #cf7d23;
}

.miPerfil .botonera:first-child {
    text-align: left;
}

.botonera button:hover i {
    color: #fff;
}

.botonera.derecha {
    text-align: right;
    float: right;
    margin-top: 5px;
}

.zonaPrivada .flex-row-reverse div {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 575px) {
    .zonaPrivada .panel-collapse i {
        font-size: inherit;
    }
}

.bootstrap-select.disabled .btn-light.disabled {
    background-color: #f4f4f4;
    opacity: 1;
    border: 1px solid #e1eff3;
}

.bootstrap-select.disabled .btn-light.disabled .filter-option-inner-inner {
    opacity: 0.7;
}

.bootstrap-select .dropdown-item {
    white-space: normal;
}

#contenidoDerecha .documentos a,
#contenidoDerecha .enlaces a {
    color: #0089a6;
}

#contenidoDerecha .documentos a:hover,
#contenidoDerecha .documentos a:active,
#contenidoDerecha .documentos a:focus,
#contenidoDerecha .enlaces a:hover,
#contenidoDerecha .enlaces a:active,
#contenidoDerecha .enlaces a:focus {
    color: #cf7d23;
}

.enlaces li {
    list-style-image: url(../img/iconos/enlace.png);
}

.enlaces.proyectos {
    padding: 0;
}

.enlaces.proyectos li {
    list-style: none;
}

.text-justify i {
    margin-left: 3px;
}

.sinEstilo {
    list-style-type: none;
    padding-left: 20px;
}

/*******************************************************************************/
/***Galería de imagenes***/
/*******************************************************************************/
.panelImagenesApartado {
    position: relative;
    z-index: 10;
    padding: 0 20px;
}

.container .swiper-container {
    margin: 10px 0;
    width: 100%;
}

.swiper-slide {
    position: relative;
    display: block;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
}

.swiper-slide .capaVerMas {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0.3em 0.8em;
    z-index: 1;
}

.swiper-slide:hover .capaVerMas {
    background: #cf7d23 url(../img/iconos/lupa.png) no-repeat center center;
    background-size: calc(100% / 3.5) auto;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.cajaElementos .swiper-button-next,
.contenedorGaleria .swiper-button-next,
.zonaPrivada .swiper-button-next,
.panelImagenesApartado .swiper-button-next {
    background-image: url("../img/iconos/fleRight.png");
    background-size: 15px;
    float: right;
    top: 22px;
    right: 0;
    height: 100%;
    z-index: 1041;
    width: 50px;
    background-color: #fff;
}

.cajaElementos .swiper-button-prev,
.contenedorGaleria .swiper-button-prev,
.zonaPrivada .swiper-button-prev,
.panelImagenesApartado .swiper-button-prev {
    background-image: url("../img/iconos/fleLeft.png");
    background-size: 15px;
    float: left;
    top: 22px;
    left: 0;
    height: 100%;
    z-index: 1041;
    width: 50px;
    background-color: #fff;
}

.cajaElementos .swiper-container,
.contenedorGaleria .swiper-container,
.zonaPrivada .swiper-container {
    z-index: 1040;
}

/*******************************************************************************/
/***Presentación***/
/*******************************************************************************/
.tituloPresentacion {
    color: #cf7d23;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    border-bottom: 1px solid #e1eff3;
    margin-top: 20px;
    margin-bottom: 20px;
}

.modulos img {
    display: block;
    text-align: center;
    width: 171px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.apartadoDireccion {
    padding-top: 20px;
    background-color: #e1eff3;
    height: 380px;
    margin-bottom: 20px;
}

.apartadoDireccion li {
    list-style: none;
    list-style-image: url(../img/newsletter/presentacion/user.png);
}

.apartadoDireccion .fa-envelope {
    color: #cf7d23;
    margin-left: 20px;
}

.apartadoDireccion a {
    color: var(--colorFuente);
}

.apartadoDireccion a:hover,
.apartadoDireccion a:active,
.apartadoDireccion a:focus {
    color: #cf7d23;
}

.contenidoPresentacion p {
    text-align: justify;
}

.confirmacionContrasenia {
    margin-bottom: 3rem;
    padding: 0 20px;
}

/*******************************************************************************/
/***Manual***/
/*******************************************************************************/

.botonesManual {
    padding: 20px;
    margin: 0 8px 80px 0;
    box-sizing: border-box;
}

.botonesManual &gt; div &gt; div &gt; a &gt; img {
    border: 1px solid #0089a6;
}

.medico {
    padding-left: 2px;
    margin-right: 10px;
}

.campos {
    display: block;
    margin-top: 10px;
}

.needs-validation &gt; div &gt; div &gt; button {
    width: 100%;
}

.accesoManual:hover {
    box-shadow: 1px 5px 5px #828282;
}

/*******************************************************************************/
/***Errores***/
/*******************************************************************************/
.tituloError {
    font-size: 45px;
    color: #cf7d23;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 590px) {
    .tituloError {
        font-size: 60px;
    }
}

.textoError {
    font-size: 25px;
    color: #0089a6;
    text-align: center;
    font-style: oblique;
}

.centrarImagen img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

/*******************************************************************************/
/***Selectpicker***/
/*******************************************************************************/
.btn-light {
    background-color: transparent;
    border-color: #ccc;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #e1eff3;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #0089a6;
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem #e1eff3;
    border-color: #0089a6;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select &gt; select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.dropdown-menu {
    border-radius: 0;
}

.bootstrap-select.right .dropdown-menu.show {
    right: 0;
}

/*******************************************************************************/
/***Blog***/
/*******************************************************************************/

.etiquetas ul {
    padding: 0;
}

.detalleEtiquetas span {
    background-color: #e1eff3;
    border-radius: 2px;
    margin: 10px 5px 0 0;
}

.etiquetas li {
    display: inline-block;
    margin: 10px 5px 0 0;
    background-color: #e1eff3;
    border-radius: 2px;
}

.etiquetas li.active {
    font-weight: 500;
    background-color: #cf7d23;
}

.etiquetas:not(.noHover) li:hover {
    background-color: #0089a6;
}

.etiquetas li:hover a {
    color: #fff !important;
}

.etiquetas li.active a {
    color: #fff !important;
}

.detalleEtiquetas span,
.etiquetas a,
.etiquetas.noHover li {
    color: #0089a6 !important;
    padding: 8px;
    display: inline-block;
}

.etiquetas.noHover {
    padding: 0 20px 0 20px;
}

#contenidoDerecha .infoCajaElementos a {
    color: #0089a6;
}

.infoCajaElementos a:hover {
    color: #cf7d23 !important;
}

.posicionamiento {
    position: relative;
}

.infoCajaElementos .rrss {
    margin-top: 2px;
}

.infoCajaElementos .rrss svg {
    fill: #0089a6;
    margin-left: 5px;
    margin-bottom: 10px;
}

.infoCajaElementos .rrss svg:hover {
    fill: #cf7d23;
}

/*******************************************************************************/
/***Tabla miembros***/
/*******************************************************************************/

.tablaFlex tr:last-child {
    border-bottom: none !important;
}

.tablaFlex .table &gt; tbody &gt; tr &gt; td {
    white-space: normal;
    word-wrap: break-word;
}

.tablaFlex .table thead th {
    border-bottom: 1px solid #0089a6;
}

.tablaFlex .table th {
    border-top: none;
}

.tablaFlex .table th i {
    margin-left: 5px;
    color: #cf7d23;
}

@media only screen and (max-width: 992px) {
    .tablaFlex .table,
    .tablaFlex .table &gt; thead,
    .tablaFlex .table &gt; tbody,
    .tablaFlex .table &gt; tfoot,
    .tablaFlex .table &gt; thead &gt; th,
    .tablaFlex .table &gt; tbody &gt; tr,
    .tablaFlex .table &gt; tbody &gt; tr &gt; td,
    .tablaFlex .table &gt; tfoot &gt; tr,
    .tablaFlex .table &gt; tfoot &gt; tr &gt; td {
        display: block;
    }

    .tablaFlex .table &gt; tbody &gt; tr.tablaSinResultados &gt; td {
        padding: 30px 0;
        text-align: center;
    }

    .tablaFlex .table &gt; thead &gt; tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .tablaFlex .table &gt; tbody &gt; tr {
        border-bottom: 1px solid #ccc;
    }

    .tablaFlex .table &gt; tbody &gt; tr &gt; td {
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    .tablaFlex .table &gt; tbody &gt; tr &gt; td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    .tablaFlex .table &gt; tbody &gt; tr &gt; td:before {
        content: attr(data-title);
    }

    .tablaFlex .table &gt; tbody &gt; tr &gt; td[data-title="Seleccionar"] {
        display: none;
    }

    .tablaFlex .table &gt; tfoot &gt; tr &gt; td {
        text-align: center;
    }

    .PaginacionBloqueIzq,
    .PaginacionBloqueDer {
        display: none !important;
    }
}

.igualAlto {
    display: flex;
    flex-wrap: wrap;
}

.altoElemento {
    height: 100%;
}

iframe a.jp-play2 {
    background-color: #cf7d23;
}

/***Calculadoras***/
/*******************************************************************************/

.inputsCalculadora {
    background-color: #f4f4f4;
    border-bottom: 2px solid #0089a6;
    margin-left: 2px;
    margin-right: 2px;
    padding: 20px 20px 10px 20px;
}

.inputsCalculadora .iradio_flat-aero {
    margin-right: 5px;
}

.dropdown-toggle.btn-light {
    background-color: #fff;
}

.inputsCalculadora .resultado p {
    background-color: #0089a6;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;
    font-size: 1.1rem;
}

.inputsCalculadora .resultado {
    text-align: center;
}

.inputsCalculadora .labelcheckbox {
    display: inline-block;
}

.resultadoCalculadora {
    background-color: #e1eff3;
    padding: 1rem 0.5rem 0.5rem 0.5rem;
    text-align: center;
}

.resultadoCalculadora label {
    font-size: 1.4rem;
    color: #0089a6;
}

.resultadoCalculadora .input-group {
    justify-content: center;
}

.resultadoCalculadora p {
    height: 100%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #464748;
    background-color: #f7f7f7;
    min-width: 100px;
    min-height: 48px;
    justify-content: center;
}

.resultadoCalculadora .input-group-text {
    background-color: #0089ab;
    color: #fff;
    border: 1px solid transparent;
    min-width: 40px;
    font-size: 1.2rem;
}

.calculadora .botones {
    margin-top: 10px;
    padding: 10px;
    justify-content: center;
}

.calculadora .botones div {
    background-color: #0089a6;
    color: #fff;
    margin: 0 20px;
    padding: 0;
    text-align: center;
}

#contenidoDerecha .calculadora .botones div a {
    color: #fff;
    padding: 20px;
    display: block;
}

label.azul {
    display: block;
}

#contenidoDerecha .calculadora .botones div:hover {
    opacity: 0.8;
}

.calculadora .botonera .btn {
    width: 100%;
}

.calculadora .botones .naranja {
    background-color: #cf7d23;
}

@media (max-width: 576px) {
    .calculadora .botones div {
        margin: 0 10px;
    }
    .calculadora .botones {
        padding: 0;
    }
}

.fondoCampo {
    padding: 1rem;
    background-color: #e1eff3;
    border-bottom: 2px solid #0089a6;
}

/*******************************************************************************/
/***Nuevo inicio***/
/*******************************************************************************/
.carousel-indicators {
    top: 0;
    bottom: inherit;
}

.carousel-item {
    height: auto;
    position: relative;
}

@media (min-width: 650px) {
    .carousel img {
        width: 100%;
    }
}

@media (min-width: 651px) {
    .carousel-item img.responsive {
        display: none;
    }
}

@media (max-width: 650px) {
    .carousel-item img:not(.responsive) {
        display: none;
    }
}

.carousel-item.item2 {
    background-image: url(../../img/temp/banner/banner2.jpg);
}

.carousel-item.item3 {
    background-image: url(../../img/temp/banner/banner3.jpg);
}

.carousel-item.externo {
    cursor: pointer;
}

.carousel-item .accesoSocios {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.botoneraInicio {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    /*margin-top: -76px;*/
    margin-top: 0;
    width: 100%;
    background-color: #fff;
    position: relative;
    text-align: center;
}

.botoneraInicio svg {
    fill: #0089a6;
    vertical-align: sub;
    padding-bottom: 2px;
    height: 20px;
}

.deshabilitado {
    opacity: 0.5;
    pointer-events: none;
}

.novedades {
    margin-top: 0;
}

.novedades .row {
    margin: 0;
}

.botones {
    margin-top: 16px;
}

.novedades small {
    color: #cf7d23;
}

.novedades .menuLateralAula p {
    margin-bottom: 0;
}

.novedades h2.migas {
    font-size: 1.7rem;
}

.botoneraInicio a {
    color: #0089a6;
    display: block;
    padding: 0.638rem;
}

.botoneraInicio .row {
    margin: 0;
}

.botoneraInicio p {
    margin-bottom: 0;
    font-size: 1.125rem;
}

.botoneraInicio small {
    color: #cf7d23;
}

.botoneraInicio .boton {
    border-right: 1px solid #e1eff3;
    padding: 0;
    border-bottom: 4px solid #0089a6;
}

.botoneraInicio .boton:hover {
    background-image: url(../img/inicio/proyectosInvestigacion.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 4px solid #cf7d23;
}

.botoneraInicio .boton.covid:hover {
    background-image: url(../img/inicio/covid.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.botonMenuLateral {
    margin-top: 0.5rem;
}

.menuLateralAula .botonMenuLateral a {
    background: #e1eff3;
    color: #0089a6;
    border: 2px solid #cf7d23;
    display: block;
    padding: 0.5rem 0.5rem;
    margin: 1rem auto;
    display: flex;
    align-items: center;
}

.menuLateralAula .botonMenuLateral img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.botonCalendario p {
    font-size: 20px;
}

.botonCalendario {
    background-image: url(../img/inicio/calendario.jpg);
    background-size: cover;
    border-bottom: 2px solid #cf7d23 !important;
}

.menuLateralAula .botonMenuLateral a span {
    display: block;
    font-size: 14px;
}

.menuLateralAula .botonMenuLateral a:hover {
    color: #fff;
    background: #0089a6;
}

.botoneraInicio .boton:hover svg {
    fill: #fff;
}

.botoneraInicio .boton:hover a,
.botoneraInicio .boton:hover small {
    color: #fff;
}

.carousel-indicators {
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.808);
}

.carousel-indicators li {
    background-color: #0089a6;
    height: 3.5px;
    width: 33px;
}

.botoneraInicio .boton:last-of-type {
    border-right: none;
}

@media (max-width: 800px) {
    .botoneraInicio {
        font-size: 1rem;
        margin-top: 0;
    }
    .botoneraInicio p {
        font-size: 1rem;
    }
}

#owl-novedades .item {
    color: #828282;
    text-align: left;
    height: 554px;
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 50px;
}

#owl-novedades .item.borde {
    border-right: 1px solid #e1eff3;
    padding-right: 10px;
}

.owl-carousel a {
    color: #0089a6;
}

@media (max-width: 500px) {
    #owl-novedades .item.borde {
        border-right: 0;
        padding-right: 0;
    }
}

.item h3 {
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #0089a6;
}

.owl-carousel .item .subtitulo {
    font-style: italic;
    padding: 0;
    margin: 0;
    line-height: 1.2rem;
}

.owl-carousel .item .fechaNovedad {
    padding-top: 5px;
    margin: 0;
}

.owl-carousel .item .novedadPortadaApartado {
    color: #cf7d23;
    font-weight: bold;
    font-size: 14px;
}

.novedadesagenda .owl-carousel .owl-item img {
    border-radius: 4px;
}

.textoNovedad {
    margin: 0;
    color: var(--colorFuente);
}

.item img {
    width: 100%;
}

.customNavigation {
    text-align: right;
    margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #0089a6 none repeat scroll 0 0;
}

/* Desde 400*/
@media (min-width: 400px) {
    .customNavigation {
        margin-top: -30px;
    }
}

/* Desde 530*/
@media (min-width: 530px) {
    .owl-dots {
        margin-bottom: 0;
    }
}

/* Desde 992*/
@media (min-width: 992px) {
    .customNavigation {
        margin-top: -30px;
    }
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #0089a6;
    cursor: pointer;
}

.customNavigation a i {
    color: #fff;
}

.customNavigation a:hover {
    background-color: #cf7d23;
}

.customNavigation a i:hover {
    color: #fff;
}

.customNavigation .fa {
    margin-right: 0;
}

.customNavigation .btn {
    padding: 0.3rem 0.8rem;
}

.owl-theme .owl-controls .owl-page span {
    background: #0089a6;
}

.leerMas {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-top: 30px;
    background-color: #fff;
    background: linear-gradient(
        to bottom,
        rgba(242, 242, 247, 0) 0%,
        rgba(255, 255, 255, 1) 38%,
        rgba(255, 255, 255, 1) 100%
    );
}

.resultados .cajaElementos p,
.resultados .cajaElementos ul,
.resultados .cajaElementos ol {
    background: -webkit-linear-gradient(var(--colorFuente) 40%, #eee);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.leerMas .btn {
    color: #0089a6;
    font-size: 14px;
}

.leerMas .btn:hover {
    opacity: 0.5;
}

.leerMas i {
    padding-left: 15px;
}

.owl-carousel img {
    height: 210px;
    object-fit: cover;
    object-position: center;
}

.owl-pagination {
    margin-bottom: 30px;
}

/* Desde 1200*/
@media (min-width: 1200px) {
    .owl-pagination {
        margin-bottom: 0;
    }
}

.novedadesagenda {
    margin-top: 20px;
}

.cabecera .botoneraInicio.prueba {
    border: none;
}

.cabecera .botoneraInicio.prueba .boton {
    border-top: 1px solid #e1eff3;
    border-right: 1px solid #e1eff3;
    border-left: 1px solid #e1eff3;
}

.cabecera .accesos {
    background-color: #0089a6;
    padding: 5px 0;
}

.accesos ul {
    list-style-type: none;
    margin-bottom: 0;
}

.accesos ul li {
    display: inline-block;
    color: #fff;
    border-right: 0.5px solid #fff;
    padding: 0 10px;
}

.accesos ul li:last-of-type {
    border-right: none;
}

.accesos ul a {
    color: #fff;
}

#cabecera hr {
    margin: 0.5rem 0;
}

#cabecera .navbar-brand {
    margin-right: 0;
}

#cabecera .topBar {
    border-radius: 0px;
    background: #fff;
    padding: 10px 5px 0 5px;
    font-size: 16px;
    align-items: center;
    justify-content: space-between;
}

#cabecera .dropdown-menu {
    border: 1px solid #ccc;
}

#cabecera .topBar .botonDrop a {
    color: #fff;
}

#cabecera .topBar .borde a {
    color: #0089a6;
}

#cabecera .borde {
    border-right: solid 1px #ccc;
    padding-right: 10px;
    color: #0089a6;
}

#cabecera .socios {
    display: flex;
    justify-content: flex-end;
    flex: auto;
    position: relative;
}

#cabecera .socios .form-inline {
    flex: auto;
}

#cabecera .socios input {
    flex: auto;
}

@media (max-width: 576px) {
    #cabecera .socios {
        position: static;
    }
}

.botonDrop {
    color: #f4f4f4;
    background-color: #0089a6;
    border: 1px solid #0089a6;
    padding: 5.5px;
    margin-left: 10px;
    position: relative;
}

button:focus {
    outline: none;
}

.botonDrop.naranja {
    background-color: #cf7d23;
    border: 1px solid #cf7d23;
}

#cabecera ul {
    list-style: none;
}

.botonDrop:hover {
    color: #0089a6;
    background-color: #fff;
    border: 1px solid #0089a6;
    cursor: pointer;
}

#cabecera .botonDrop:hover a {
    color: #0089a6;
}

#button-link a {
    color: #f4f4f4;
}

.topBar .navbar-collapse {
    justify-content: flex-end;
    flex: inherit;
}

.topBar #link .lupa {
    margin-left: 0;
}

.nav-link.menu {
    padding: 0.5rem 0.8rem;
}

.nav-link.menu i {
    color: #0089a6;
}

.socios.interno .d-inline-block {
    border: 1px solid #0089a6;
    padding: 0.35rem;
    margin-right: 12px;
}

.socios.interno .d-inline-block a {
    color: #0089a6;
}

@media (max-width: 991px) {
    #cabecera .navbar-brand {
        padding-left: 0;
    }
    #cabecera .socios {
        flex: auto;
    }
    .socios.interno .d-inline-block {
        max-width: 150px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

#cabecera .navbar-brand {
    width: 150px;
    margin-right: 1.6rem;
}

@media (max-width: 460px) {
    #cabecera .navbar-brand {
        width: 95px;
    }
}

@media (min-width: 768px) {
    #cabecera .menuResponsive {
        display: none;
    }
}

@media (max-width: 768px) {
    #cabecera .socios .form-inline {
        display: none;
    }
}

@media (max-width: 768px) {
    #cabecera .socios.interno .form-inline {
        display: flex;
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media (max-width: 400px) {
    #cabecera .socios.interno {
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .socios.interno .d-inline-block {
        max-width: 110px;
    }
}

#cabecera .socios.interno .form-control {
    width: auto;
    padding: 0.375rem 0.15rem;
}

#cabecera .menuResponsive.interno {
    display: none;
}

#cabecera .dropdown-menu.buscador {
    width: 320px;
    right: 0;
    z-index: 100000;
}

#cabecera .dropdown-menu.buscador a {
    color: #0089a6;
}

#cabecera .dropdown-menu.buscador .lupa {
    color: #fff;
}

#cabecera .topBar .input-group-text {
    background-color: #0089a6;
    color: #fff;
    border-radius: 0;
}

@media (max-width: 576px) {
    #cabecera .botonDrop {
        position: static;
    }
    #cabecera .dropdown-menu,
    #cabecera .dropdown-menu.buscador {
        right: 0;
    }
}

@media (min-width: 768px) {
    .buscador {
        padding-top: 1.22rem;
    }
}

#cabecera .contrasenia {
    position: relative;
}

#cabecera .contrasenia small {
    position: absolute;
    bottom: -23px;
}

#cabecera .contrasenia small a {
    color: #cf7d23;
}

#navInicio a {
    padding-left: 0.7rem;
}

#navInicio i {
    width: auto;
}

@media (max-width: 991px) {
    #menuLateralInicio {
        text-align: center;
    }
    #menuLateralInicio a {
        padding: 0.5rem 1rem;
    }
}

.fa-sm {
    font-size: 0.7em;
}

.respuestas ul {
    list-style: none;
}

.respuestas ul .iradio_flat-aero {
    margin-right: 5px;
}

.respuestas ul li {
    padding: 0.2rem 0.5rem;
    align-items: center;
}

.zonaPrivada .btn-secundary i,
.zonaPrivada .btn-primary i {
    color: inherit;
}

.respuestas ul .labelcheckbox {
    cursor: pointer;
}

.respuestas ul .acierto {
    background-color: #a2d5ae;
}

.respuestas ul .fallo {
    background-color: #f1a0ab;
}

.cssmap-tooltip-content {
    background-color: #0089a6;
    color: #fff;
    text-shadow: none;
}

.fa-xs {
    font-size: 0.5em;
}

.ln-3 {
    line-height: 2rem;
}

.thead-color thead {
    background-color: #0089a6;
    color: #fff;
}

.thead-color thead th {
    border-bottom: 0;
    border-top: 0;
}

/*---------CALENDARIO-------*/
table.calendario {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

table.calendario caption {
    font-size: 1.5em;
    margin: 0.5em 0 0.75em;
}

table.calendario tr {
    padding: 0.35em;
}

table.calendario th {
    padding: 0.625em;
    text-align: center;
    width: 8%;
    border: 3px solid #fff;
}

table.calendario td {
    padding: 0.2rem 0.2rem 0.2rem 0.2rem;
    text-align: center;
    vertical-align: top;
    height: 90px;
    background-color: #f4f4f4;
    width: 8%;
    border: 3px solid #fff;
}

table.calendario td span {
    display: block;
    background-color: #fff;
    width: 100%;
    text-align: left;
    color: #0089a6;
    font-weight: 600;
    line-height: 1rem;
    font-size: 0.8rem;
    margin-bottom: 6px;
}

table.calendario td span:first-child {
    min-height: 20px;
    padding: 0 0.3rem;
}

table.calendario td a {
    color: #0089a6 !important;
}

table.calendario td.diaActual a {
    color: #fff !important;
}

table.calendario td.diaActual a:hover {
    color: #f4f4f4 !important;
}

table.calendario td a:hover {
    color: #cf7d23 !important;
}

table.calendario tr .dia {
    text-align: center;
    vertical-align: top;
    width: 2%;
    background-color: #cf7d23;
    color: #fff;
    border-left: none;
}

table.calendario tr th.dia {
    width: 2%;
    border-left: 0;
    background-color: #fff;
}

table.calendario th {
    font-size: 0.85em;
    font-weight: 500;
}

table.calendario thead tr {
    background-color: #0089a6;
    color: #fff;
}

table.calendario .evento {
    color: #0089a6 !important;
    text-align: center;
    font-size: 14px;
    background-color: #e1eff3;
    line-height: 1rem;
}

table.calendario .diaActual {
    color: #fff !important;
    text-align: center;
    font-size: 14px;
    background-color: #0089a6;
    line-height: 1rem;
    font-weight: 600;
}

table.calendario .fiesta {
    background-color: #fce9da;
}

.table {
    color: var(--colorFuente);
}

@media screen and (max-width: 930px) {
    table.calendario {
        border: 0;
    }

    table.calendario .calendarioOculto {
        display: none;
    }

    table.calendario tr td.dia {
        display: none;
    }

    table.calendario thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    @media (max-width: 991px) {
        table.calendario td.oculto {
            display: none;
        }
    }

    table.calendario td span {
        display: none;
    }

    table.calendario tr {
        margin-bottom: 0.625em;
    }

    table.calendario td {
        display: block;
        font-size: 0.8em;
        text-align: right;
        width: 100%;
        height: auto;
        min-height: 100px;
        padding: 0 0 0 0;
    }

    table.calendario td::before {
        content: attr(data-day) " " attr(data-title);
        text-transform: uppercase;
        width: 100%;
        background-color: #0089a6;
        color: #fff;
        text-align: center;
        display: inline-block;
        padding: 0.3rem;
        margin-bottom: 6px;
    }

    table.calendario td.diaActual::before {
        content: attr(data-day) " " attr(data-title);
        text-transform: uppercase;
        width: 100%;
        background-color: #f4f4f4;
        color: #0089a6;
        text-align: center;
        display: inline-block;
        padding: 0.3rem;
        margin-bottom: 6px;
        border: 2px solid #0089a6;
    }

    table.calendario td:last-child {
        border-bottom: 0;
    }
    table.calendario.completo td:not(.evento) {
        display: none;
    }
}

.row.calendario {
    display: grid;
    grid-template-columns: 0.2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(32, auto);
    grid-auto-flow: column;
    column-gap: 3px;
    row-gap: 3px;
}

.row.calendario div:not(.dia) {
    background-color: #f4f4f4;
    /*width: 80px;*/
    overflow: hidden;
    min-height: 100px;
    /*min-height: 110px;*/
}

@media (max-width: 991px) {
    .row.calendario .meses div:not(.dia) {
        min-height: 90px;
        height: auto;
        padding-bottom: 10px;
        width: 100%;
    }
}

.input-group-addon.boton {
    padding: 0.5rem 0.5rem 0 0.7rem;
    background-color: #0089a6;
    color: #fff;
}

.row.calendario .col-lg {
    padding: 1.5px;
}

.row.calendario div.dias {
    background-color: #cf7d23;
    color: #fff;
    padding: 0 4px;
    text-align: center;
    font-size: 14px;
    width: 20px;
}

.row.calendario .dias:first-of-type {
    min-height: 34px;
    background-color: #fff;
}

.row.calendario .dia {
    background-color: #0089a6;
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.row.calendario div.evento {
    padding: 4px;
    text-align: center;
    font-size: 14px;
    background-color: #e1eff3;
    line-height: 1rem;
    vertical-align: middle;
    overflow: hidden;
}

.row.calendario div.fiesta {
    background-color: #fce9da;
}

.row.calendario .evento .mes {
    display: block;
    background-color: #0089a6;
    padding: 5px;
    margin-bottom: 10px;
    color: #fff;
}

.row.calendario .evento a {
    color: #0089a6 !important;
    margin: auto 0;
}

.row.calendario .evento a:hover {
    color: #cf7d23 !important;
}

.row.calendario .evento.diaActual {
    text-align: center;
    font-size: 14px;
    background-color: #0089a6;
    line-height: 1rem;
    vertical-align: middle;
}

.row.calendario .diaActual a {
    color: #fff !important;
    font-weight: 600;
}

.row.calendario .diaActual a:hover {
    color: #e1eff3 !important;
}

@media (min-width: 991px) {
    .row.calendario .evento .mes {
        display: none;
    }
}

@media (max-width: 991px) {
    .row.calendario div:not(.evento) {
        display: none;
    }
    .row.calendario {
        padding-top: 0;
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }
    .row.calendario div.evento {
        width: 100%;
        padding: 0;
    }
    .row.calendario .dias {
        display: none;
    }
    .row.calendario .evento.diaActual .mes {
        background-color: #f4f4f4;
        border: 2px solid #0089a6;
        color: #0089a6;
    }
}

/*---------Seen TV-------*/

.seenTV .privadaCard img {
    width: auto;
    height: auto;
}

.seenTV .privadaCard .posicionado {
    position: absolute;
    right: 5px;
    top: 5px;
}

.seenTV .privadaCard .posicionado img {
    width: 50px;
}

.pildoras .privadaCard img {
    width: auto;
    max-width: 180px;
    height: auto;
    margin-bottom: 10px;
}

/*---------Video container-------*/

.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.videoContainer iframe,
.videoContainer object,
.videoContainer embed,
.videoContainer video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*---------Inputs para DES-------*/

.input-group-btn .fileinput-cancel-button {
    background-color: #cf7d23;
    color: #fff;
    border: 1px solid #cf7d23;
}

.input-group-btn .btn-file {
    background-color: #0089a6;
    color: #fff;
    border: 1px solid #0089a6;
}

@media (max-width: 1070px) {
    .botoneraInicio {
        width: auto;
    }
}

.boton.botonCongreso {
    background-image: url(../img/inicio/tramaCongreso.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 4px solid #cf7d23;
    border-right: none;
}

.boton.botonCongreso a,
.boton.botonCongreso small {
    color: #fff;
}

.boton.botonCongreso:hover {
    background-image: url(../img/inicio/proyectosInvestigacionHover.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-bottom: 4px solid #cf7d23;
}

@media (min-width: 768px) {
    .row.meses .col,
    .row.dias .col {
        width: 8.33%;
        flex-basis: 8.33%;
    }
    .oculto-md {
        display: none;
    }
}

@media (max-width: 768px) {
    .row.meses .col,
    .row.dias .col {
        width: 100%;
        flex-basis: 100%;
    }
    .row.meses {
        display: none;
    }
    .row.dias {
        flex-direction: column;
    }
}

.svg img {
    max-width: 350px;
}

/*---------Inputs para DES-------*/

.alertaApp {
    display: none;
}

@media (max-width: 991px) {
    .alertaApp {
        position: relative;
        display: block;
        width: 100%;
        top: 0;
        background-color: #f3f3f3;
        z-index: 999;
        margin-bottom: 0;
        border: none;
        border-radius: 0;
        border-bottom: 3px solid #0089a6;
        color: var(--colorFuente);
    }
    .alertaApp img {
        height: 70px;
    }
    .alertaApp .close {
        position: absolute;
        right: 20px;
        top: 5px;
    }
    .alertaApp .botonDrop {
        padding: 5px 20px;
        margin-top: 20px;
    }
    .alertaApp span {
        display: inline-block;
        line-height: 1.3rem;
    }
}

.seleccion .mainflip {
    height: 100%;
}

.seleccion .frontside {
    height: 100%;
}

.seleccion .mainflip .card {
    min-height: 100%;
    height: 100%;
}

.seleccion .mainflip .card-body {
    padding-bottom: 0;
}

@media (max-width: 576px) {
    .seleccion .mainflip .card {
        height: auto;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .seleccion .frontside {
        height: auto;
        padding-bottom: 1.25rem;
    }
}

.seleccion .mainflip .card:hover img {
    transform: scale(1.03);
    transition: all 0.6s;
}

.seleccion .frontside:hover {
    box-shadow: rgb(126 126 126) 8px 10px 13px -4px;
    transition: all 0.6s;
    transform: translateY(-4px);
}

a.aspNetDisabled .frontside {
    box-shadow: none;
    opacity: 0.4;
    cursor: default;
}

a.aspNetDisabled .mainflip .frontside:hover,
a.aspNetDisabled .mainflip .card:hover,
a.aspNetDisabled .mainflip .card:hover img {
    box-shadow: none;
    transform: translate(0);
    transform: scale(1);
}

/*===Loader===*/
#loader .modal-content {
    text-align: center;
    background-color: transparent;
    border: none;
}

#loader img {
    width: 210px;
}

.modal-backdrop.loader {
    opacity: 0.9;
    background-color: #fff;
}

.h-64 {
    height: 64px;
}

/*---------Tabla enlaces-------*/

table.directorio td:last-child {
    width: 155px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*===Switches===*/
.custom-control-label {
    cursor: pointer;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #2e8f8b;
    background-color: #2e8f8b;
    cursor: pointer;
}

.custom-control-input.requerido:checked ~ .custom-control-label.requerido::before {
    border-color: #c74848;
    background-color: #c74848;
    cursor: no-drop;
}

.custom-switch .custom-control-label::before {
    width: 2.2rem;
    height: 1.2rem;
}

.custom-switch .custom-control-label::after {
    width: calc(1.2rem - 4px);
    height: calc(1.2rem - 4px);
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1rem);
}

.table.calculadora tbody th,
.table.calculadora tbody td {
    vertical-align: middle;
    border: 1px solid #fff;
    padding: 0.4rem;
}

.table.calculadora .bg-azul {
    background-color: #0089a6;
    color: #fff;
    font-weight: 600;
}

.swiper-button-disabled {
    display: none;
}

.fs-4 {
    font-size: 1.3rem;
}

.contenedorImagen {
    position: relative;
}

.contenedorImagen {
    float: left;
    margin: 0 1rem 0.5rem 0;
}

.contenedorImagen.inicio {
    float: none;
    margin: 0 1rem 0.5rem 0;
}

.contenedorImagen &gt; img {
    width: 100%;
}

.contenedorImagen::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--relacionAspecto)));
    min-width: 200px;
}

.contenedorImagen &gt; img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 475px) {
    .contenedorImagen {
        float: none;
        margin: 0 0 1rem 0;
    }
}

.patrocinador img {
    max-width: 110px;
}

audio {
    width: 100%;
    border-radius: 4px;
}

.porDefecto {
    background-image: url(../img/svg/porDefecto.svg);
    background-position: center;
    background-size: cover;
}

.accordion .btn.btn-link::after {
    margin-left: 8px;
    vertical-align: top;
    display: inline-block;
    font-family: "FontAwesome";
    content: "\f054";
    color: inherit;
    transform-origin: center center;
    transform: rotate(90deg);
    transition: all linear 0.3s;
    position: absolute;
    right: 15px;
}

.accordion .btn.btn-link.collapsed::after {
    transform: rotate(0);
}

.accordion .btn.btn-link:hover {
    text-decoration: none;
    color: #0089a6;
}

.accordion .btn.btn-link:focus {
    text-decoration: none;
    color: #0089a6;
}

.estrellas i {
    cursor: pointer;
}

.estrellas .fa-star {
    color: #0089a6;
}

.valoraciones {
    svg {
        cursor: pointer;
        max-width: 25px;
        fill: #0089a6;
        margin-left: 0.5rem;
    }
}

/*===Swiper===*/
.swiper-pagination-bullet {
    background: var(--colorTerciario);
    width: 15px;
    border-radius: 6px;
    opacity: 0.8;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--colorSecundario);
    width: 40px;
    border-radius: 6px;
    opacity: 1;
}
</pre></body></html>