@charset "UTF-8";
/*##############################################################################
################################################################################
#################################   !!HELPERS  ###################################
################################################################################
##############################################################################*/
/* Saltos de Bootstrap */
/* FIXES */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800);
* {
  image-rendering: -webkit-optimize-contrast;
}

.float-right {
  float: right;
}

.relative {
  position: relative;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a:focus, a:hover, input:focus {
  text-decoration: underline;
}

*, *:hover, *:focus, *:active {
  outline: none;
}

.white {
  color: white !important;
}

.img100 {
  width: 100%;
}

.bold {
  font-weight: bold;
}

.black {
  color: black !important;
}

.oculto {
  display: none;
}

.visible {
  display: block !important;
}

.clear {
  display: block;
  float: none;
  clear: both;
}

.mayus {
  text-transform: uppercase;
}

.texto-centrado {
  text-align: center !important;
}

/*.no-padding{
    padding:0;
}

.no-padding-left{
    @media all and (min-width: $screen-sm-min){
        padding-left: 0;
    }
}

.no-padding-right{
    @media all and (min-width: $screen-sm-min){
        padding-right: 0;
    }
}

.npl-sm{
    @media all and (min-width: $screen-sm-min) and (max-width: $screen-md-max){
        padding-left: 0;
    }
}

.npl-xs{
    @media all and (max-width: $screen-sm-max){
        padding-left: 0;
    }
}

.npr-sm{
    @media all and (min-width: $screen-sm-min) and (max-width: $screen-md-max){
        padding-right: 0;
    }
}

.npr-xs{
    @media all and (max-width: $screen-lg-max){
        padding-right: 0;
    }
}

.padding-right-10{
    @media all and (min-width: $screen-sm-min){
        padding-right: $rem10;
    } 
}


.texto-peque{
    font-size:0.5rem;
    font-size: 0.7rem;
    margin-top: 10px;
    padding-top: 40px;
    text-align: left;
}*/
/* Accesibilidad */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Márgenes */
/*.mb-1{
    margin-bottom: $rem10 !important;
}
.mb-2{
    margin-bottom: $rem20 !important;
}
.mb-3{
    margin-bottom: $rem30 !important;
}
.mb-4{
    margin-bottom: $rem40 !important;
}

.mt-1{
    margin-top: $rem10 !important;
}
.mt-2{
    margin-top: $rem20 !important;
}
.mt-3{
    margin-top: $rem30 !important;
}
.mt-4{
    margin-top: $rem40 !important;
}*/
.uppercase {
  text-transform: uppercase;
}

pre {
  font-size: 1rem;
}

/*##############################################################################
################################################################################
################################   *COLORES 38  #################################
################################################################################
##############################################################################*/
/*##############################################################################
################################################################################
################################   *COLORES 39  #################################
################################################################################
##############################################################################*/
/*##############################################################################
################################################################################
################################   *COLORES 41  #################################
################################################################################
##############################################################################*/
/* FONDOS 38 */
.bg-default {
  background-color: #f3ebd6 !important;
  color: #271738 !important;
}
.bg-default .sep {
  background-color: #271738 !important;
}

.bg-dark-blue {
  background-color: #130641 !important;
  color: #f3ebd6 !important;
}
.bg-dark-blue .sep {
  background-color: #f3ebd6 !important;
}

.bg-yellow {
  background-color: #fdd025 !important;
  color: #271738 !important;
}
.bg-yellow .sep {
  background-color: #002e53 !important;
}

.bg-green {
  background-color: #1A8927 !important;
  color: white !important;
}
.bg-green h1 {
  color: whiter !important;
}
.bg-green .sep {
  background-color: white !important;
}

.bg-light-green {
  background-color: #b5d37d !important;
  color: #271738 !important;
}
.bg-light-green h1 {
  color: #271738 !important;
}
.bg-light-green .sep {
  background-color: #271738 !important;
}

.bg-purple {
  background-color: #ad96c7 !important;
  color: #271738 !important;
}
.bg-purple a {
  color: #271738 !important;
}

.bg-pink {
  background-color: #f5aab1 !important;
  color: #271738 !important;
}
.bg-pink a {
  color: #271738 !important;
}

.bg-red {
  background-color: #d3483f !important;
  color: white !important;
}
.bg-red a {
  color: white !important;
}
.bg-red .sep {
  background-color: white !important;
}
.bg-red hr {
  border-color: white !important;
}

.bg-blue {
  background-color: #4477c1 !important;
  color: white !important;
}
.bg-blue .sep {
  background-color: white !important;
}
.bg-blue a {
  color: white;
}
.bg-blue a:hover {
  color: white;
}
.bg-blue hr {
  border-color: white;
}

.bg-lightblue {
  background-color: #eaf3f3 !important;
  color: #271738 !important;
}
.bg-lightblue h1 {
  color: #271738 !important;
}
.bg-lightblue .sep {
  background-color: #271738 !important;
}

/* !FONDOS */
.bg-light-gray {
  background-color: #f3f3f3;
}

.bg-dark-gray {
  background-color: #525252;
  color: white;
}

.bg-gray {
  background-color: #c6c6c6;
}

.bg-grisclaro {
  background-color: #f3f3f3;
}

.bg-white {
  background-color: white;
}

/* FIN FONDOS */
/* COLORES TEXTOS */
.text-yellow {
  color: #fdd025 !important;
}

.text-red {
  color: #d3483f !important;
}

.text-blue {
  color: #4477c1 !important;
}

.text-green {
  color: #1A8927 !important;
}

/*##############################################################################
################################################################################
#################################   FONTS 37  ###################################
################################################################################
##############################################################################*/
@font-face {
  font-family: "CubanoRegular";
  src: url("../fonts/cubano-regular-webfont.eot");
  src: url("../fonts/cubano-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/cubano-regular-webfont.woff") format("woff"), url("../fonts/cubano-regular-webfont.ttf") format("truetype"), url("../fonts/cubano-regular-webfont.svg#CubanoRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "D-DIN Condensed";
  src: url("../fonts/D-DINCondensed.eot");
  src: url("../fonts/D-DINCondensed.eot?#iefix") format("embedded-opentype"), url("../fonts/D-DINCondensed.woff2") format("woff2"), url("../fonts/D-DINCondensed.woff") format("woff"), url("../fonts/D-DINCondensed.ttf") format("truetype"), url("../fonts/D-DINCondensed.svg#D-DINCondensed") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "D-DIN Condensed";
  src: url("../fonts/DINCondensed-Bold.eot");
  src: url("../fonts/DINCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINCondensed-Bold.woff2") format("woff2"), url("../fonts/DINCondensed-Bold.woff") format("woff"), url("../fonts/DINCondensed-Bold.ttf") format("truetype"), url("../fonts/DINCondensed-Bold.svg#D-DINCondensed-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "DINRoundPro";
  src: url("../fonts/DINRoundPro-Bold.eot");
  src: local("../fonts/DINRoundPro-Bold"), url("../fonts/DINRoundPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/DINRoundPro-Bold.woff2") format("woff2"), url("../fonts/DINRoundPro-Bold.woff") format("woff"), url("../fonts/DINRoundPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
}
@media all and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}

body {
  font-size: 0.9375rem;
  font-family: "Raleway";
  font-weight: 500;
  color: #271738;
}
h1 {
  text-transform: uppercase;
}

h2 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
  text-align: center;
  margin-bottom: 1rem;
}
h2.title {
  padding: 0.625rem;
}
h2.h3 {
  font-size: 1rem;
  margin: auto;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.625rem;
}

h3 {
  font-size: 1rem;
  margin: auto;
  margin-bottom: 0.625rem;
  font-weight: bold;
}
h3.title {
  padding: 0.625rem;
}

p {
  margin-bottom: 0.8rem;
}
p.title {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}
p a {
  text-decoration: underline;
}
p a:hover, p a:focus {
  font-weight: bold;
}

.text-sm {
  font-size: 0.8125rem !important;
}

.text-xs {
  font-size: 0.6875rem !important;
}

.text-lg {
  font-size: 1.125rem !important;
}

.text-big {
  font-size: 1em;
}

.text-xl {
  font-size: 1.5rem;
}

/* FIN ENCABEZADOS Y PÁRRAFOS */
/* ENLACES */
a, a:visited {
  color: #271738;
  text-decoration: none;
}

a:hover {
  color: #271738;
}

/*.claim{
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}*/
caption {
  color: #271738;
}

.modal-title {
  font-size: 0.9rem !important;
}

@media all and (max-width: 991px) {
  .text-xl {
    font-size: 1.25rem;
  }
}
@media all and (max-width: 767px) {
  .text-xl {
    font-size: 1rem;
  }
}
/*##############################################################################
################################################################################
#################################   MIXINS   ###################################
################################################################################
##############################################################################*/
/*.middle-container() {
    position: relative;
    //height: 100%;
}
.middle() {
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.middle-container {
    .middle-container();
}
.middle {
    .middle();
}*/
.btn {
  border-radius: 10px;
  margin: 0 0.3125rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-decoration: none;
  border: 2px solid #271738;
  padding: 0.5rem 0.75rem;
  -webkit-transition: all ease 0.2;
  transition: all ease 0.2;
}
.btn:hover {
  text-decoration: none;
}
.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:focus {
  text-decoration: underline;
  outline: 2px solid black;
}

.btn-lg {
  font-size: 0.9375rem;
  padding: 0.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .btn-lg {
    padding: 0.3125rem 0.625rem;
    font-size: 0.8125em;
    margin-bottom: 1em;
  }
}

.btn-xl {
  font-size: 1.25rem;
  padding: 0.625rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .btn-xl {
    padding: 0.5rem 0.625rem;
    font-size: 1rem;
    margin-bottom: 1em;
  }
}

.btn-sm {
  font-size: 0.8125rem;
  padding: 0.3rem 0.625rem;
}

.btn-shadow {
  border: 1px solid #271738 !important;
  -webkit-box-shadow: 0px 4px 0px 0px rgb(39, 23, 56);
  box-shadow: 0px 4px 0px 0px rgb(39, 23, 56);
}
.btn-shadow:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-shadow:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 4px;
}

.btn-stroke {
  text-shadow: -1px -1px 0 #271738, 0 -1px 0 #271738, 1px -1px 0 #271738, 1px 0 0 #271738, 1px 1px 0 #271738, 0 1px 0 #271738, -1px 1px 0 #271738, -1px 0 0 #271738;
}
.btn-stroke:hover {
  color: #271738 !important;
  text-shadow: none;
}

/* Estilos colores de botones */
.btn-green {
  background-color: #1A8927;
  color: white !important;
  border-color: #1A8927;
}
.btn-green:hover, .btn-green:focus, .btn-green:active {
  background-color: white;
  color: #1A8927 !important;
}
.btn-green.alt:hover, .btn-green.alt:focus, .btn-green.alt:active {
  background-color: white;
}

.btn-red {
  background-color: #d3483f;
  color: white !important;
  border-color: #d3483f;
}
.btn-red:hover, .btn-red:focus, .btn-red:active {
  background-color: white;
  color: #d3483f !important;
}
.btn-red.alt:hover, .btn-red.alt:focus, .btn-red.alt:active {
  background-color: white;
  color: black !important;
}

.btn-yellow {
  background-color: #fdd025;
  border-color: #fdd025;
  color: #271738 !important;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {
  background-color: white;
  color: black !important;
}

.btn-blue {
  background-color: #4477c1;
  border-color: #4477c1;
  color: white !important;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
  background-color: white;
  color: #4477c1 !important;
}

.btn-dark-blue {
  background-color: #130641;
  border-color: #130641;
  color: white !important;
}
.btn-dark-blue:hover, .btn-dark-blue:focus, .btn-dark-blue:active {
  background-color: white;
  color: #130641 !important;
}

.btn-white {
  background-color: white;
  border-color: white;
  color: #4477c1 !important;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  background-color: #4477c1;
  color: white !important;
}

/* TÍTULOS PÁGINAS INTERIORES */
.page-title {
  background-color: #d3483f;
  color: white;
  text-align: center;
  margin-bottom: 1.5625rem;
}
.page-title h1, .page-title div.h1 {
  font-size: 1.25rem;
  font-weight: bold;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  background-color: #d3483f;
  text-transform: uppercase;
}
@media all and (max-width: 1199px) {
  .page-title h1, .page-title div.h1 {
    font-size: 1.125rem;
  }
}
@media all and (max-width: 767px) {
  .page-title {
    margin-top: 5px;
    margin-bottom: 0.625rem;
  }
  .page-title h1 {
    font-size: 1rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.page-title.bg-yellow h1, .page-title.bg-yellow .h1 {
  background-color: #fdd025;
}
.page-title.bg-red h1, .page-title.bg-red .h1 {
  background-color: #d3483f;
}
.page-title.bg-blue h1, .page-title.bg-blue .h1 {
  background-color: #4477c1;
}
.page-title.bg-green h1, .page-title.bg-green .h1 {
  background-color: #1A8927;
}
.page-title.bg-dark-blue h1, .page-title.bg-dark-blue .h1 {
  background-color: #130641;
}

/* CONTENEDORES */
.box {
  padding: 1.875rem 1.875rem 0.625rem;
  background-color: #f3ebd6;
  border-radius: 0.625rem;
}
.box a {
  text-decoration: underline;
}
.box a.btn {
  text-decoration: none;
}
.box .sep {
  width: 20%;
  height: 1px;
  background-color: black;
  margin: 0.625rem auto;
}
.box.bg-blue a:focus, .box.bg-blue a:active, .box.bg-blue a:hover {
  border-bottom: 2px solid white;
}
.box.bg-red a:focus, .box.bg-red a:active, .box.bg-red a:hover {
  border-bottom: 2px solid white;
}
.box.title {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.box.title h2 {
  margin-bottom: 0;
}
.box.no-margin {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .box {
    padding: 0.9375rem 0.9375rem 1px;
  }
}

/*##############################################################################
#################################   BANNERS ABAJO  #############################
##############################################################################*/
#banners-bottom {
  margin-top: 4rem;
  margin-bottom: 1.25rem;
}
#banners-bottom .sep {
  width: 100%;
  height: 1px;
  background-color: #c6c6c6;
  margin: 1.875rem auto 1.875rem;
}
#banners-bottom ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#banners-bottom ul li {
  min-width: 32.33%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  margin-bottom: 0.625rem;
}
#banners-bottom ul li a {
  padding: 1.125rem 1.875rem;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: white;
  border-radius: 0.625rem;
  border: 1px solid #271738 !important;
  -webkit-box-shadow: 0px 3px 0px 0px rgb(39, 23, 56);
  box-shadow: 0px 3px 0px 0px rgb(39, 23, 56);
  text-shadow: -1px -1px 0 #271738, 0 -1px 0 #271738, 1px -1px 0 #271738, 1px 0 0 #271738, 1px 1px 0 #271738, 0 1px 0 #271738, -1px 1px 0 #271738, -1px 0 0 #271738;
}
#banners-bottom ul li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#banners-bottom ul li a:hover {
  color: #271738 !important;
  text-shadow: none;
}
#banners-bottom ul li a:hover {
  text-decoration: none;
  background-color: white !important;
}
#banners-bottom ul li:first-child a {
  background-color: #ad96c7;
}
#banners-bottom ul li:first-child a:hover {
  color: #ad96c7;
}
#banners-bottom ul li:nth-child(2) a {
  background-color: #b5d37d;
}
#banners-bottom ul li:nth-child(2) a:hover {
  color: #b5d37d;
}
#banners-bottom ul li:nth-child(3) a {
  background-color: #fdd025;
}
#banners-bottom ul li:nth-child(3) a:hover {
  color: #fdd025 !important;
}
@media all and (max-width: 767px) {
  #banners-bottom ul li {
    width: 90%;
    max-width: 420px;
  }
}

/*##############################################################################
################################################################################
#################################  !!COMUNES  ###################################
################################################################################
##############################################################################*/
/*section{
    font-size: $rem15;
    &.margin-bottom{
        margin-bottom: $rem15;
    } 
}*/
/* .CONTENEDORES */
.container.container-big {
  width: 84.375rem;
  max-width: 100%;
}
@media all and (max-width: 1400px) {
  .container.container-big {
    width: 100%;
  }
}
@media all and (max-width: 1199px) {
  .container.container-big {
    width: 61.5rem;
    max-width: 61.5rem;
  }
}
@media all and (max-width: 991px) {
  .container.container-big {
    width: 51.6rem;
    max-width: 51.6rem;
  }
}
@media all and (max-width: 767px) {
  .container.container-big {
    width: 100%;
  }
}

@media all and (min-width: 992px) {
  .container {
    width: 61.5rem;
    max-width: 61.5rem;
  }
}
@media all and (max-width: 991px) {
  .container {
    width: 51.6rem;
    max-width: 51.6rem;
  }
}
@media all and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

table.border, table.border th, table.border td {
  border: 1px solid black;
  border-collapse: collapse;
}

.modal-body {
  padding: 1.875rem;
}

/* FIN CONTENEDORES */
@media all and (min-width: 991px) {
  .modal-dialog .modal-header h1 {
    font-weight: bold;
    font-size: 1.25rem;
    margin-top: 0.625rem;
  }
  .modal-dialog .modal-body p {
    font-size: 0.9375rem;
  }
  .modal-dialog .modal-body .video {
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 576px) {
  .modal-dialog {
    margin: 30px auto;
  }
}
/* Estilos Cookiebot para mejorar accesibilidad */
.politica-cookies .CookieDeclaration > p, .politica-cookies .CookieDeclaration > div, .politica-cookies .CookieDeclaration > ul {
  display: none;
}
.politica-cookies .CookieDeclaration #CookieDeclarationUserStatusPanel, .politica-cookies .CookieDeclaration .CookieDeclarationLastUpdated, .politica-cookies .CookieDeclaration .CookieDeclarationType {
  display: block !important;
}

#CybotCookiebotDialog *:focus-visible, #CybotCookiebotDialog *:focus {
  outline: inherit !important;
  outline-offset: 1px !important;
  outline: 2px solid black !important;
}
#CybotCookiebotDialog .CybotCookiebotDialogNavItemLink:focus-visible, #CybotCookiebotDialog .CybotCookiebotDialogNavItemLink:focus {
  outline-offset: -5px !important;
}

/* OTROS */
#error-title {
  font-size: 1.75em;
  margin-top: 0.625rem;
  color: #265f7b;
  font-weight: normal;
  font-family: "CubanoRegular";
}

.alert-danger {
  background-color: white;
}

.modal-header button {
  float: right;
  color: white;
  text-shadow: none;
  padding: 0 5px !important;
}
.modal-header button:hover, .modal-header button:focus {
  color: white;
}
.modal-header button:focus {
  border: 1px solid white;
  opacity: 1;
}

/* PAGINACIÓN BOOTSTRAP */
.pagination li a.active {
  font-weight: bold;
}
.pagination li.active a.page-link {
  background-color: #4477c1;
}

header {
  position: relative;
  /* Cabecera fondo blanco */
  /* Cabecera mid - claim imagen */
  /* Menú principal */
  /* End navbar-default */
}
header #header {
  margin-top: 0;
  margin-bottom: 0.625rem;
}
@media all and (max-width: 991px) {
  header #header {
    margin-bottom: 1.25rem;
  }
}
header #header .salto {
  margin-bottom: 0.625rem;
}
header #header .salto a {
  font-size: 0.625rem;
  padding: 0.3125rem;
  color: black;
  text-transform: uppercase;
}
header #header .salto a:hover {
  text-decoration: underline;
}
header #header .salto a:focus {
  outline: 1px solid black !important;
  text-decoration: none;
}
@media all and (max-width: 767px) {
  header #header {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
header #header #header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header #header #header-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
}
@media all and (max-width: 767px) {
  header #header #header-left {
    padding-left: 0.625rem;
  }
}
header #header #header-left .cont-logo {
  width: 15.9375rem;
}
header #header #header-left .cont-logo div.logo {
  width: 13.125rem;
}
header #header #header-left .cont-logo div.logo a {
  color: #271738;
  display: block;
}
header #header #header-left .cont-logo div.logo a:hover {
  text-decoration: none;
}
header #header #header-left .cont-logo div.logo a:focus {
  text-decoration: none;
  outline: 1px solid black !important;
}
header #header #header-left .cont-logo .curso-logo {
  font-family: "Raleway";
  clear: both;
  margin-bottom: 0.3125rem;
  text-align: right;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1;
  margin-right: 5px;
}
header #header #header-left .cont-logo .curso-logo span {
  font-size: 0.9375rem;
}
@media all and (max-width: 1199px) {
  header #header #header-left .cont-logo {
    width: 12.9375rem;
    margin-top: 0;
  }
  header #header #header-left .cont-logo div.logo {
    margin-top: 0;
  }
  header #header #header-left .cont-logo .curso-logo {
    margin-bottom: 0.4375rem;
    font-size: 0.8125rem;
    line-height: 1;
    margin-right: 2px;
    margin-top: 1px;
  }
  header #header #header-left .cont-logo .curso-logo span {
    font-size: 1rem;
  }
}
@media all and (max-width: 767px) {
  header #header #header-left .cont-logo {
    width: 10rem;
  }
  header #header #header-left .cont-logo div.logo {
    width: 10rem;
  }
  header #header #header-left .cont-logo .curso-logo {
    margin-bottom: 2px;
    font-size: 0.62rem;
    line-height: 1;
    margin-right: 2px;
  }
  header #header #header-left .cont-logo .curso-logo span {
    font-size: 0.8125rem;
  }
}
header #header #header-left .curso img {
  max-width: 10.625rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 7px;
}
@media all and (max-width: 1199px) {
  header #header #header-left .curso {
    margin-left: 0.5rem;
  }
  header #header #header-left .curso img {
    max-width: 8.125rem;
  }
}
header #header #header-left .saltar {
  font-size: 0.7rem;
  position: absolute;
  top: -20px;
}
header #header #header-left .saltar:focus {
  outline: 1px black solid !important;
}
header #header #header-left #idiomas, header #header #header-left #idiomas-movil {
  list-style-type: none;
  display: block;
  padding-left: 0;
  margin-bottom: 0;
}
header #header #header-left #idiomas li, header #header #header-left #idiomas-movil li {
  font-size: 0.875rem;
  color: black;
  font-weight: 500;
  margin-bottom: 1px;
}
header #header #header-left #idiomas li.active a, header #header #header-left #idiomas li:hover a, header #header #header-left #idiomas-movil li.active a, header #header #header-left #idiomas-movil li:hover a {
  color: #d3483f;
  text-decoration: underline;
}
header #header #header-left #idiomas li a, header #header #header-left #idiomas-movil li a {
  color: black;
}
header #header #header-left #idiomas li a:focus, header #header #header-left #idiomas-movil li a:focus {
  text-decoration: none;
  outline: 1px solid black !important;
}
@media all and (max-width: 1199px) {
  header #header #header-left #idiomas, header #header #header-left #idiomas-movil {
    padding-left: 1.5rem;
  }
  header #header #header-left #idiomas li, header #header #header-left #idiomas-movil li {
    font-size: 0.8125rem;
  }
}
@media all and (max-width: 991px) {
  header #header #header-left #idiomas, header #header #header-left #idiomas-movil {
    padding-left: 0.5rem;
  }
}
@media all and (max-width: 991px) {
  header #header #header-left #idiomas {
    padding-left: 1.5rem;
  }
}
header #header #header-left .cont-telefonos {
  float: left;
  margin-left: 2.5rem;
}
header #header #header-left .cont-telefonos ul {
  list-style-type: none;
  padding-left: 0;
}
header #header #header-left .cont-telefonos .telefono {
  background-color: #fdd025;
  margin-bottom: 0.5rem;
  padding-left: 2.5rem;
  padding-right: 0.625rem;
  height: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  background-size: 1.125rem 1.125rem;
  background-repeat: no-repeat;
  background-position: 0.625rem center;
  color: #271738;
  border-radius: 10px;
  border: 1px solid #ad96c7;
  border: 1px solid #271738 !important;
  -webkit-box-shadow: 0px 3px 0px 0px rgb(39, 23, 56);
  box-shadow: 0px 3px 0px 0px rgb(39, 23, 56);
}
header #header #header-left .cont-telefonos .telefono:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
header #header #header-left .cont-telefonos .telefono.whatsapp {
  background-image: url("../images/header/icon-whatsapp.png");
}
header #header #header-left .cont-telefonos .telefono.gratuito {
  background-image: url("../images/header/icon-telefono.png");
}
header #header #header-left .cont-telefonos .telefono-gratuito {
  font-size: 0.5625rem;
  padding-left: 2rem;
  padding-top: 0.625rem;
  margin-top: -0.625rem;
  margin-left: 0.3125rem;
  background-size: 1.5rem 1.25rem;
  background-repeat: no-repeat;
  background-image: url("../images/header/flecha.png");
}
@media all and (max-width: 1199px) {
  header #header #header-left .cont-telefonos {
    margin-left: 1.375rem;
  }
  header #header #header-left .cont-telefonos .telefono {
    font-size: 0.9rem;
    background-size: 0.875rem 0.875rem;
    padding: 0.625rem 0.7rem 0.625rem 1.875rem;
  }
  header #header #header-left .cont-telefonos .telefono-gratuito {
    font-size: 0.7rem;
    padding-left: 1.25rem;
    background-size: 1.25rem auto;
  }
}
@media all and (max-width: 991px) {
  header #header #header-left .cont-telefonos {
    margin-left: 1.25rem;
  }
  header #header #header-left .cont-telefonos .telefono {
    font-size: 0.7rem;
    background-size: 0.75rem 0.75rem;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  }
  header #header #header-left .cont-telefonos .telefono-gratuito {
    font-size: 0.4rem;
    padding-left: 1.25rem;
    background-size: 1.25rem auto;
  }
}
@media all and (max-width: 767px) {
  header #header #header-left .cont-telefonos {
    margin-left: 0.625rem;
  }
  header #header #header-left .cont-telefonos .telefono {
    padding: 0.3rem 0.3rem 0.3rem 1.5rem;
    background-size: 0.625rem 0.625rem;
    background-position: 0.5rem 0.5rem;
  }
  header #header #header-left .cont-telefonos .telefono-gratuito {
    display: none;
  }
}
header #header #header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1rem;
}
header #header #header-right #hr-left #menu-top {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  /*@media all and (max-width: $screen-xl-max){
      padding-top: 0;
      li{
          display: block;
          float: none;
      }
  }*/
}
header #header #header-right #hr-left #menu-top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header #header #header-right #hr-left #menu-top li a {
  font-size: 0.6875rem;
  color: black;
  text-transform: uppercase;
  text-align: right;
}
header #header #header-right #hr-left #menu-top li:last-child:after {
  content: "";
  display: none;
}
header #header #header-right #hr-left #menu-top li:after {
  content: "/";
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  font-size: 0.6875rem;
}
@media all and (max-width: 1199px) {
  header #header #header-right #hr-left #menu-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
  }
  header #header #header-right #hr-left #menu-top li {
    line-height: 1.2;
  }
  header #header #header-right #hr-left #menu-top li:after {
    display: none;
  }
}
@media all and (max-width: 991px) {
  header #header #header-right #hr-left #menu-top li a {
    font-size: 0.625rem;
  }
}
header #header #header-right #hr-left #social-top {
  padding-left: 0;
  list-style-type: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 6px;
}
header #header #header-right #hr-left #social-top li a {
  display: block;
  width: 2rem;
}
header #header #header-right #hr-left #social-top li a:focus {
  outline: 2px solid black !important;
}
header #header #header-right #hr-left #social-top li:last-child {
  margin-right: 0;
}
@media all and (max-width: 1399px) {
  header #header #header-right #hr-left #social-top {
    padding-top: 0;
  }
}
@media all and (max-width: 1199px) {
  header #header #header-right #hr-left #social-top li a {
    width: 1.75rem;
    height: 1.75rem;
  }
}
@media all and (max-width: 991px) {
  header #header #header-right #hr-left #social-top li {
    margin: 0;
  }
}
@media all and (max-width: 991px) {
  header #header #header-right #hr-left {
    margin-right: 0.5rem;
  }
}
header #header #header-right #hr-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
}
header #header #header-right #hr-right .btn {
  margin: 0;
  display: block;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1;
  width: 10rem;
  text-align: center;
  padding: 0.4rem 0.625rem 0.3rem;
  border-radius: 1.5rem;
  text-transform: uppercase;
  border: 1px solid #271738 !important;
  -webkit-box-shadow: 0px 2px 0px 0px rgb(39, 23, 56);
  box-shadow: 0px 2px 0px 0px rgb(39, 23, 56);
}
header #header #header-right #hr-right .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media all and (max-width: 991px) {
  header #header #header-right #hr-right .btn {
    width: 9rem;
    font-size: 0.625rem;
  }
}
header #header-mid {
  text-align: center;
  text-align: center;
  padding-top: 0;
  margin-bottom: 0;
}
header #header-mid a {
  display: block;
}
header #header-mid a:focus {
  outline: 2px solid black !important;
}
header #header-mid img {
  margin: auto;
  width: 100%;
}
@media all and (max-width: 1199px) {
  header #header-mid img {
    max-width: 90%;
  }
}
@media all and (max-width: 991px) {
  header #header-mid {
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 575px) {
  header #header-mid img {
    max-width: 100%;
  }
}
header #breadcrumbs {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  padding-left: 0.5rem;
  text-align: left;
  border-left: 2px solid #d3483f;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
header #breadcrumbs a:focus {
  padding: 2px;
  outline: 1px solid black !important;
}
header #breadcrumbs li {
  display: inline-block;
  margin-right: 5px;
}
header .navbar-default {
  font-weight: 600;
  border: none;
  margin-bottom: 0;
  background-color: white;
  color: #130641;
  /* Responsive Menu */
  /* Menú de idiomas para móvil */
}
@media all and (min-width: 576px) and (max-width: 1199px) {
  header .navbar-default {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-default {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    height: 0;
    min-height: auto;
    background-color: transparent;
  }
  header .navbar-default .navbar-header {
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
    height: 0;
  }
  header .navbar-default .navbar-header button {
    background-color: transparent !important;
    border-radius: 0;
    border: none;
    margin-top: 1px;
    margin-bottom: 1px;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
  }
  header .navbar-default .navbar-header button .icon-bar {
    background-color: black;
  }
  header .navbar-default .navbar-header button:focus {
    outline: 2px solid black !important;
  }
}
header .navbar-default #idiomas-movil {
  list-style-type: none;
  padding: 0;
  margin: auto;
  padding-top: 0.9375rem;
  text-align: center;
  display: inline-block;
  width: 100%;
}
header .navbar-default #idiomas-movil li {
  display: inline-block;
  text-align: center;
  margin: 0 4px;
  font-size: 0.75em;
  font-weight: bold;
}
header .navbar-default #idiomas-movil li.active a {
  color: #d3483f;
}
header .navbar-default #idiomas-movil li a {
  line-height: 2.25rem;
  display: block;
}
header .navbar-default .container {
  /* Menú Principal */
}
@media screen and (min-width: 576px) {
  header .navbar-default .container .navbar-collapse {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  header .navbar-default .container .navbar-collapse {
    background-color: white;
    width: 100%;
    margin: 0;
    margin-top: 75px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: 0;
    -webkit-box-shadow: 0 0.625rem 0.3125rem 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.625rem 0.3125rem 0 rgba(0, 0, 0, 0.3);
  }
}
header .navbar-default .container ul.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  width: 100%;
  padding: 0;
}
header .navbar-default .container ul.navbar-nav:after, header .navbar-default .container ul.navbar-nav:before {
  display: none;
}
header .navbar-default .container ul.navbar-nav > li.nav__menu-item {
  position: relative;
  max-width: 8rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
header .navbar-default .container ul.navbar-nav > li.nav__menu-item > a {
  height: 100%;
  position: relative;
  color: #130641;
}
header .navbar-default .container ul.navbar-nav > li.nav__menu-item > a:first-child {
  padding-left: 0;
}
header .navbar-default .container ul.navbar-nav > li.nav__menu-item > a:last-child {
  padding-right: 0;
}
header .navbar-default .container ul.navbar-nav > li.nav__menu-item > a:after {
  width: 50%;
  margin-left: 25%;
  position: absolute;
  content: "";
  visibility: hidden;
  border-bottom: 2px solid #d3483f;
  bottom: 0;
  left: 0;
  right: 0;
}
header .navbar-default .container ul.navbar-nav > li.nav__menu-item > a:focus:after, header .navbar-default .container ul.navbar-nav > li.nav__menu-item > a:hover:after {
  visibility: visible;
}
header .navbar-default .container ul.navbar-nav > li.nav__menu-item > a:focus {
  text-decoration: underline !important;
}
@media all and (max-width: 991px) {
  header .navbar-default .container ul.navbar-nav > li.nav__menu-item > a {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
header .navbar-default .container ul.navbar-nav > li.nav__menu-item.active a, header .navbar-default .container ul.navbar-nav > li.nav__menu-item:hover a, header .navbar-default .container ul.navbar-nav > li.nav__menu-item:focus a {
  background-color: white;
}
header .navbar-default .container ul.navbar-nav > li.nav__menu-item.active a:after, header .navbar-default .container ul.navbar-nav > li.nav__menu-item:hover a:after, header .navbar-default .container ul.navbar-nav > li.nav__menu-item:focus a:after {
  visibility: visible;
}
header .navbar-default .container ul.navbar-nav > li.nav__menu-item:focus {
  text-decoration: underline !important;
}
header .navbar-default .container ul.navbar-nav > li.nav__menu-item:hover ul.nav__submenu, header .navbar-default .container ul.navbar-nav > li.nav__menu-item.hover ul.nav__submenu {
  display: block;
}
header .navbar-default .container ul.navbar-nav > li.nav__menu-item ul.nav__submenu {
  text-transform: none;
  display: none;
  position: absolute;
  width: auto;
  z-index: 2000;
}
header .navbar-default .container ul.navbar-nav > li.nav__menu-item ul.nav__submenu .triangle-cont {
  margin-top: 0.625rem;
}
header .navbar-default .container ul.navbar-nav > li.nav__menu-item ul.nav__submenu .triangle-cont .triangle {
  width: 0;
  height: 0;
  border-top: 0.875rem solid transparent;
  border-bottom: 0.875rem solid transparent;
  border-left: 0.875rem solid transparent;
  border-right: 0.875rem solid transparent;
  display: inline-block;
  border-bottom: 1.0103926097rem solid #d3483f;
  margin-top: -0.875rem;
}
header .navbar-default .container ul.navbar-nav > li.nav__menu-item ul.nav__submenu li.nav__submenu-item {
  background-color: white;
  text-transform: uppercase;
  font-weight: normal;
  width: 100%;
  text-align: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
header .navbar-default .container ul.navbar-nav > li.nav__menu-item ul.nav__submenu li.nav__submenu-item:last-child a {
  border-bottom: none;
}
header .navbar-default .container ul.navbar-nav > li.nav__menu-item ul.nav__submenu li.nav__submenu-item a {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid black;
  font-size: 0.75rem;
  font-weight: bold;
  text-decoration: none;
  color: black;
}
header .navbar-default .container ul.navbar-nav > li.nav__menu-item ul.nav__submenu li.nav__submenu-item a:focus {
  border-bottom: 3px solid black;
  text-decoration: underline;
}
@media all and (max-width: 991px) {
  header .navbar-default .container ul.navbar-nav > li.nav__menu-item ul.nav__submenu li.nav__submenu-item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media all and (max-width: 767px) {
  header .navbar-default .container ul.navbar-nav > li.nav__menu-item ul.nav__submenu {
    position: relative;
    margin-bottom: 0.625rem;
  }
  header .navbar-default .container ul.navbar-nav > li.nav__menu-item ul.nav__submenu .triangle-cont {
    display: none;
  }
  header .navbar-default .container ul.navbar-nav > li.nav__menu-item ul.nav__submenu li {
    width: 49% !important;
    display: inline-block;
  }
  header .navbar-default .container ul.navbar-nav > li.nav__menu-item ul.nav__submenu li:last-child a {
    border-bottom: 1px solid black !important;
  }
}
@media all and (max-width: 767px) {
  header .navbar-default .container ul.navbar-nav {
    width: 100%;
    margin: 0;
    margin-top: 0;
    display: block;
  }
  header .navbar-default .container ul.navbar-nav li.nav__menu-item {
    float: none;
    max-width: none;
    width: 100%;
    display: block;
  }
  header .navbar-default .container ul.navbar-nav li.nav__menu-item a {
    padding: 0.625rem;
  }
}
header .navbar-default .container ul.navbar-nav li {
  text-align: center;
  float: none;
}
header .navbar-default .container ul.navbar-nav li a {
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 0.975rem;
  text-transform: uppercase;
  color: #130641;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
header .navbar-default .container ul.navbar-nav li a:focus {
  color: #4477c1 !important;
}
header .navbar-default .container ul.navbar-nav li.active > a, header .navbar-default .container ul.navbar-nav li:hover > a {
  color: #4477c1 !important;
}
header .navbar-default .container ul.navbar-nav ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 1;
  background-color: white;
}
header .navbar-default .container ul.navbar-nav a {
  display: block;
  cursor: pointer;
}
header .navbar-default .container ul.navbar-nav a:hover {
  text-decoration: none;
}
header .navbar-default .btn-header-movil .btn {
  width: 9rem;
  font-size: 0.6875rem;
  display: block;
  text-transform: uppercase;
  margin: auto;
  margin-top: 0.5rem;
}

/* END HEADER */
form {
  /*textarea{
      border: 2px solid white; //border: none;
      background-color: white;
      width: 100%;
      padding: 0.5em 1em;

      &:focus {
          border: 2px solid black;
      }
  }*/
}
form input[type=text],
form select,
form input[type=password],
form input[type=file],
form input[type=date],
form input[type=tel],
form input[type=email],
form textarea {
  border: 2px solid white;
  background-color: white;
  padding: 0.5rem 0.625rem;
  width: 100%;
  border-radius: 10px;
  text-decoration: none;
}
form input[type=text]:focus,
form select:focus,
form input[type=password]:focus,
form input[type=file]:focus,
form input[type=date]:focus,
form input[type=tel]:focus,
form input[type=email]:focus,
form textarea:focus {
  border: 2px solid black !important;
}
form .form-control, form .form-select {
  font-size: 0.9375rem;
}
form input[type=checkbox]:focus {
  padding: 2px;
  outline: 2px solid black !important;
}
form label.form-label {
  font-weight: bold;
}
form label.label-checkbox {
  font-weight: normal;
}
form label.form-check-label {
  font-size: 0.8125rem;
}
form label.form-check-label a {
  font-weight: 600;
  text-decoration: underline;
}
form .contenedor-form {
  margin-bottom: 1.25rem;
}
form .has-error > label {
  color: #800000;
  font-weight: bold;
}
form .has-error > input, form .has-error > select, form .has-error > textarea {
  border: 2px solid #800000 !important;
}
form .cont-form {
  padding: 0.3125rem 1.875rem;
  margin-bottom: 1.875rem;
  border-radius: 0.625rem;
  background-color: #f3ebd6;
}
form.estrecho {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  form.estrecho {
    width: 100%;
  }
}
form .form-control {
  display: block;
  height: auto;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: black;
}

footer {
  background-color: white;
  margin-top: 2.5rem;
}
footer #footer-text {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.75rem;
  color: #271738;
}
footer #footer-top {
  margin-bottom: 2rem;
}
footer #footer-top ul {
  margin: 0;
  padding: 0.625rem 0;
  list-style-type: none;
  text-align: center;
  border-radius: 0.9375rem;
}
footer #footer-top ul li {
  display: inline-block;
  padding: 0 0.625rem !important;
  border-right: 1px solid white;
  color: white;
  line-height: 100%;
  font-weight: bold;
  font-size: 0.765rem;
}
footer #footer-top ul li.last {
  border-right: none;
}
footer #footer-top ul li a {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
footer #footer-top ul li a:focus {
  padding: 2px;
  outline: 1px solid white !important;
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  footer #footer-top ul li {
    padding: 0 0.5625rem !important;
  }
}
@media all and (max-width: 767px) {
  footer #footer-top ul li {
    width: 100%;
    border: none;
    margin-bottom: 0.6rem;
  }
}
footer #footer-mid {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
footer #footer-mid h2 {
  margin: 0;
  padding: 0;
  color: #646263;
  font-size: 1rem;
  display: inline;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
}
footer #footer-mid a:focus img {
  padding: 2px;
  outline: 1px solid black !important;
}
footer #footer-mid .colaboran {
  gap: 1.25rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-right: 1px solid #bfbfbf;
  padding-right: 2rem;
}
footer #footer-mid .colaboran img {
  max-width: 11.5rem;
}
footer #footer-mid .organizan {
  text-align: left;
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
footer #footer-mid .organizan img {
  max-width: 11rem;
}
@media all and (max-width: 575px) {
  footer #footer-mid .colaboran, footer #footer-mid .organizan {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin-bottom: 0.625rem;
  }
}
footer #footer-bases {
  text-align: center;
}
footer #footer-bases .btn {
  margin: 2rem auto 1rem;
  padding: 1.125rem 1.875rem;
  font-size: 1.125rem;
  border: 1px solid #271738 !important;
  -webkit-box-shadow: 0px 3px 0px 0px rgb(39, 23, 56);
  box-shadow: 0px 3px 0px 0px rgb(39, 23, 56);
  text-shadow: -1px -1px 0 #271738, 0 -1px 0 #271738, 1px -1px 0 #271738, 1px 0 0 #271738, 1px 1px 0 #271738, 0 1px 0 #271738, -1px 1px 0 #271738, -1px 0 0 #271738;
}
footer #footer-bases .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
footer #footer-bases .btn:hover {
  color: #271738 !important;
  text-shadow: none;
}
footer #footer-bot {
  margin-top: 1.875rem;
  padding-bottom: 18.75rem;
  background-image: url("../images/footer/bg-footer.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
}
footer #footer-bot .title-social {
  font-size: 0.75rem;
  font-weight: normal;
  text-transform: none;
}
footer #footer-bot ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
footer #footer-bot ul li a {
  width: 2.25rem;
  display: block;
}
footer #footer-bot ul li a:focus {
  padding: 3px;
  outline: 1px solid black !important;
}
footer #footer-bot ul li a img {
  max-width: 100%;
}
footer #footer-bot .certificaciones {
  text-align: right;
}
footer #footer-bot .certificaciones img {
  vertical-align: top;
  max-width: 12.5rem;
}
@media all and (max-width: 767px) {
  footer #footer-bot .certificaciones {
    margin-top: 0.9375rem;
    text-align: center;
  }
  footer #footer-bot .certificaciones img {
    margin: auto;
  }
}
@media all and (max-width: 767px) {
  footer #footer-bot .social-footer {
    text-align: center;
    margin-bottom: 1.875rem;
  }
}
footer.footer-gestos {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgb(255, 255, 255)), to(rgb(171, 219, 237)));
  background: linear-gradient(to top, rgb(255, 255, 255) 40%, rgb(171, 219, 237) 100%);
  margin-top: 0;
}
footer.footer-gestos #footer-bot {
  background-image: url("../images/footer/bg-footer-gestos.jpg");
}

/* BOTÓN VOLVER ARRIBA */
#btnTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 10px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #130641; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 0.625rem; /* Rounded corners */
  font-size: 14px; /* Increase font size */
  width: 4rem;
  border: 2px solid white;
}

#btnTop:hover, #btnTop:focus {
  background-color: white; /* Add a dark-grey background on hover */
  color: #130641;
  border-color: #130641;
  text-decoration: underline !important;
}

#btnTop:hover {
  text-decoration: none;
}

.privada {
  /* MENU AREA PRIVADA */
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  /* Edición de profesor / grupos */
  /* Recomendar programa */
  /* Estilos sección juego*/
}
.privada .page-title {
  background-color: #fdd025;
}
.privada .page-title h1, .privada .page-title div.h1 {
  background-color: #fdd025;
  color: #271738;
}
.privada .menu-privada {
  margin-bottom: 1.875rem;
}
.privada .menu-privada ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.privada .menu-privada ul li {
  font-size: 0.8125rem;
  text-align: center;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  text-transform: uppercase;
  font-weight: 600;
}
.privada .menu-privada ul li a {
  display: block;
  height: 100%;
  position: relative;
  padding: 0.625rem;
}
.privada .menu-privada ul li a:after {
  width: 50%;
  margin-left: 25%;
  position: absolute;
  content: "";
  visibility: hidden;
  border-bottom: 2px solid #d3483f;
  bottom: 0;
  left: 0;
  right: 0;
}
.privada .menu-privada ul li a:hover {
  text-decoration: none;
}
.privada .menu-privada ul li a:focus, .privada .menu-privada ul li a:hover {
  color: #d3483f;
}
.privada .menu-privada ul li a:focus:after, .privada .menu-privada ul li a:hover:after {
  visibility: visible;
}
.privada .menu-privada ul li a:focus {
  text-decoration: underline;
}
.privada .menu-privada ul li.active a {
  color: #d3483f;
}
.privada .menu-privada ul li.active a:after {
  visibility: visible;
}
@media all and (max-width: 767px) {
  .privada .menu-privada ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .privada .menu-privada ul li {
    width: 45%;
    padding-left: 0;
    padding-right: 0;
  }
}
.privada .inner-content {
  padding: 1.25rem;
}
.privada h2 {
  margin-bottom: 0.9375rem;
}
.privada table {
  width: 100%;
  font-size: 0.9375em;
  caption-side: top;
}
.privada table thead {
  background-color: #4477c1;
  color: white;
}
.privada table thead th {
  padding: 0.625rem 0.9375rem;
}
.privada table tbody tr {
  border-bottom: 1px dashed black;
}
.privada table tbody tr td {
  color: black;
  text-align: left;
  padding: 0.9375rem 0.625rem;
}
.privada table caption {
  margin-top: 0;
}
.privada #modal-enviar .modal-dialog .modal-content {
  border-radius: 1.25rem;
}
.privada #modal-enviar .modal-dialog .modal-content .modal-header {
  background-color: #d3483f;
  color: white;
  border-radius: 1.25rem 1.25rem 0 0;
}
.privada #modal-enviar .modal-dialog .modal-content .modal-header h1 {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.privada #modal-enviar .modal-dialog .modal-content .modal-header .close {
  color: white;
}
.privada #modal-enviar .modal-dialog .modal-content .modal-body {
  text-align: center;
}
.privada .spinner {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  margin: 1.25rem auto 1.25rem auto;
}
.privada .double-bounce1, .privada .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d3483f;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.privada .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  background-color: #4477c1;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.privada.colegios-grupos .cont-grupos {
  margin-bottom: 1.875rem;
}
.privada.colegios-grupos .cont-grupos #cont-errores-contacto {
  margin-top: 1.25rem;
}
.privada.colegios-grupos .cuadro-grupos h3 {
  font-weight: bold;
  color: black;
  font-size: 0.875rem;
  margin-left: 0px;
  padding-left: 0px;
}
.privada.colegios-grupos .cuadro-grupos form label {
  font-weight: normal;
  font-size: 0.8125rem;
}
.privada.colegios-grupos .cuadro-grupos form .fila-grupo {
  margin-top: 20px;
}
.privada.recomendar-programa .compartir-redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.privada.recomendar-programa .compartir-redes img {
  margin: 10px;
  max-width: 40px;
}
.privada #enlaces-juego {
  padding-left: 0;
  list-style-type: none;
  max-width: 50rem;
  margin: auto;
}
.privada #enlaces-juego li {
  text-align: center;
  margin-bottom: 1.25rem;
}
.privada #enlaces-juego li h3 {
  font-size: 1.125rem;
}
.privada #enlaces-juego li a:hover {
  font-weight: bold;
  color: white;
}

/* FORMULARIOS CAPTURA DE AUDIO */
#alert-flash {
  display: none;
}

#uploadForm {
  display: none;
}

.recorder-container {
  display: none;
}
.recorder-container button.start-playing,
.recorder-container button.stop-recording,
.recorder-container #saveMobile,
.recorder-container #saveMobileVideo {
  display: none;
}
.recorder-container .upload {
  display: inline-block;
  max-height: 2.5rem;
  vertical-align: middle;
}
.recorder-container #stop,
.recorder-container #save,
.recorder-container #play {
  display: none;
}

#mensajes {
  display: none;
}

/* FIN FORMULARIOS CAPTURA DE AUDIO */
@media only screen and (max-width: 767px) {
  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    border-bottom: 2px solid black;
    margin-bottom: 0.9375rem;
  }
  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }
  #no-more-tables td.boton {
    padding-left: 0;
    text-align: center;
    border-bottom: none;
  }
  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 1rem;
    left: 1rem;
    width: 45%;
    padding-right: 0.625rem;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /*
  Label the data
  */
  #no-more-tables td:before {
    content: attr(data-title);
  }
}
/* Ajustes de estilos para elementos que en idiomas se descuadran */
.ca #main #noticias li span {
  font-size: 0.875rem;
}
.ca form label {
  font-size: 0.75rem;
}

.en #header-right #hr-right .btn {
  font-size: 0.69rem !important;
}
.en ul.cursos-list li {
  padding-top: 1.25rem !important;
}
.en #trabajo .trabajo-container h3 {
  font-size: 0.75rem;
}
.en #formacion #formacion-list li a {
  padding-top: 1.25rem !important;
}
.en #premios-list .cont-box-premios .box-premios h2 {
  font-size: 1.625rem !important;
}
.en #material ul li a {
  font-size: 1.5rem;
}
.en #material ul li a:first-child:hover:before {
  margin-top: 7.25rem;
}
.en.apuntate form label {
  font-size: 0.88rem;
}
.en #premios-list .cont-box-premios .box-premios h2 {
  font-size: 1.375rem !important;
}

.eu #header #header-left .cont-logo div.logo .logo2 {
  font-size: 2rem;
}
@media all and (max-width: 1199px) {
  .eu #header #header-left .cont-logo div.logo .logo2 {
    font-size: 1.5rem;
  }
}
@media all and (max-width: 767px) {
  .eu #header #header-left .cont-logo div.logo .logo2 {
    font-size: 1rem;
  }
}
.eu #header #header-left .cont-logo div.logo .logo3 {
  font-size: 0.96rem;
}
@media all and (max-width: 1199px) {
  .eu #header #header-left .cont-logo div.logo .logo3 {
    font-size: 0.66rem;
  }
}
@media all and (max-width: 767px) {
  .eu #header #header-left .cont-logo div.logo .logo3 {
    font-size: 0.46rem;
  }
}
.eu.apuntate form label {
  font-size: 0.88rem;
}
.eu #header-right #hr-right .btn {
  font-size: 0.69rem !important;
}
.eu #trabajo .trabajo-container h3 {
  font-size: 0.75rem;
}
.eu #material ul li:nth-child(2) a:hover:before {
  margin-top: 5.25rem;
}
.eu #material ul li:last-child a:hover:before {
  margin-top: 4rem;
}
.eu #formacion #formacion-list li a {
  padding-top: 2.56rem !important;
  font-size: 1rem !important;
  padding-right: 1.75rem !important;
}
.eu #premios-list .cont-box-premios .box-premios h2 {
  font-size: 1.375rem !important;
}

@media all and (max-width: 991px) {
  .ca #main #noticias li span {
    font-size: 0.625rem !important;
  }
  .ca form label {
    font-size: 0.75rem;
  }
  .en #header-right #hr-right .btn {
    font-size: 0.59rem !important;
  }
  .en ul.cursos-list li {
    padding-top: 1.25rem !important;
  }
  .en #trabajo .trabajo-container h3 {
    font-size: 0.625rem;
  }
  .en #premios-list .cont-box-premios .box-premios h2 {
    font-size: 1.25rem !important;
  }
  .eu #header-right #hr-right .btn {
    font-size: 0.59rem !important;
  }
  .eu #trabajo .trabajo-container h3 {
    font-size: 0.625rem;
  }
  .eu ul.cursos-list li {
    padding-top: 1.25rem !important;
  }
  .eu #formacion #formacion-list li a {
    padding-top: 1rem !important;
    font-size: 0.75rem !important;
  }
  .eu #premios-list .cont-box-premios .box-premios h2 {
    font-size: 1.375rem !important;
  }
}
@media all and (max-width: 767px) {
  .ca #main #noticias li span {
    font-size: 0.875rem !important;
  }
  .en #header-right #hr-right .btn {
    font-size: 0.59rem !important;
  }
  .en ul.cursos-list li {
    padding-top: 1.25rem !important;
  }
  .en #trabajo .trabajo-container h3 {
    font-size: 0.625rem;
  }
  .en #premios-list .cont-box-premios .box-premios h2 {
    font-size: 1.25rem !important;
  }
  .eu header .navbar-default .btn-header-movil .btn {
    font-size: 0.5875rem;
  }
}
/* ESTILOS GENERALES SLIDER */
.carousel, .slide {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.carousel {
  position: relative;
  height: 25.3125rem;
  position: relative;
}
@media all and (max-width: 991px) {
  .carousel {
    height: 19.8125rem;
  }
}
@media all and (max-width: 767px) {
  .carousel {
    height: 15.625rem;
  }
}
@media all and (max-width: 500px) {
  .carousel {
    height: 12rem;
  }
}
@media all and (max-width: 400px) {
  .carousel {
    height: 11rem;
  }
}
.carousel aside.carousel-aside-pause .carousel-pause-button {
  position: absolute;
  top: -30em;
  left: -300em;
  display: block;
}
.carousel ul {
  margin: 0;
  padding: 0;
}
.carousel ul.controls li button {
  background-color: white;
  padding: 10px;
  position: absolute;
  z-index: 700;
  top: 50%;
  margin-top: -2.5em;
  border: 0;
  line-height: 1;
}
.carousel ul.controls li button img {
  width: 10px;
}
@media all and (max-width: 767px) {
  .carousel ul.controls li button img {
    width: 10px;
  }
}
.carousel ul.controls li button:focus {
  outline: 2px solid black !important;
  outline-offset: -5px !important;
  padding: 15px;
}
@media all and (max-width: 767px) {
  .carousel ul.controls li button {
    padding: 5px;
  }
  .carousel ul.controls li button img {
    width: 7px;
  }
}
.carousel .slide {
  display: block !important;
  visibility: hidden;
  -webkit-transition: left 0.6s ease-out;
  transition: left 0.6s ease-out;
  height: 25.3125rem;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 1em;
  border: none;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}
@media all and (max-width: 991px) {
  .carousel .slide {
    height: 19.8125rem;
  }
}
@media all and (max-width: 767px) {
  .carousel .slide {
    height: 15.625rem;
  }
}
@media all and (max-width: 500px) {
  .carousel .slide {
    height: 12rem;
  }
}
@media all and (max-width: 400px) {
  .carousel .slide {
    height: 11rem;
  }
}
.carousel .slide.current {
  visibility: visible;
  left: 0;
  display: block;
  z-index: 500;
}
.carousel .slide.next.in-transition, .carousel .slide.prev.in-transition {
  visibility: visible;
}
.carousel .slide.next {
  left: 100%;
}
.carousel .slide.prev {
  left: -100%;
}

.btn-prev {
  left: 0px;
  border-radius: 0 0.25em 0.25em 0;
}

.btn-next {
  right: 0px;
  border-radius: 0.25em 0 0 0.25em;
}

.carousel.with-slidenav {
  padding-bottom: 2em;
  background-color: transparent;
}

.slidenav {
  position: absolute;
  left: 0;
  text-align: center;
  z-index: 500;
  width: auto;
  background-color: white;
  bottom: 0;
  padding: 10px 20px !important;
}
@media all and (max-width: 991px) {
  .slidenav {
    padding: 5px 10px !important;
  }
}
@media all and (max-width: 991px) {
  .slidenav {
    padding: 3px 7px !important;
  }
}
.slidenav li {
  display: inline-block;
  margin: 0 0.25em;
}
.slidenav li:first-child button {
  height: auto;
  width: auto;
  background-color: transparent;
  font-size: 1rem;
  border-radius: 0;
  padding: 0 3px;
  border: none;
}
.slidenav li:first-child button:focus {
  border: 1px solid black;
}
.slidenav li button {
  background-color: white;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  padding: 0;
  border: none;
  border: 1px solid #130641;
  vertical-align: middle;
}
.slidenav li button i {
  pointer-events: none;
}
.slidenav li button.current {
  background-color: #130641;
  height: 0.75rem;
  width: 0.75rem;
}
.slidenav li button.current:hover, .slidenav li button.current:focus {
  background-color: #d3483f;
}
.slidenav li button:hover, .slidenav li button:focus {
  background-color: #d3483f;
}
.slidenav li button:focus {
  outline: 1px solid black !important;
  outline-offset: 1px;
}

/* ESTILOS DE SLIDERS INDIVIDUALES */
#slider1 {
  background-image: url("../images/slider/slider1/slider1-bg_v2.jpg");
  padding: 0.625rem 1.875rem;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #slider1 {
    background-image: url("../images/slider/slider1/slider1-bg@2x_v2.jpg");
  }
}
#slider1 .p1 {
  font-family: "DINRoundPro";
  color: #271738;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1.875rem;
}
@media all and (max-width: 991px) {
  #slider1 .p1 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
@media all and (max-width: 767px) {
  #slider1 .p1 {
    max-width: 300px;
    margin: auto;
    font-size: 1rem;
    margin-bottom: 0.9375rem;
  }
}
#slider1 img {
  padding-top: 0.9375rem;
  max-width: 90%;
  margin-bottom: 0.625rem;
}
@media all and (max-width: 991px) {
  #slider1 img {
    width: 25rem;
  }
}
@media all and (max-width: 767px) {
  #slider1 img {
    padding-top: 0;
    width: 18.75rem;
  }
}

/* OTROS */
.carousel-tablist-highlight {
  display: none;
}

.materiales h1 {
  font-size: 1.875rem;
  color: #130641;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-decoration: underline;
}
.materiales h2 {
  font-size: 1.5rem;
  padding-top: 1.875rem;
  text-align: left;
  border-bottom: 1px solid #130641;
  padding-bottom: 0.625rem;
  margin-bottom: 1.875rem;
  font-weight: bold;
  text-transform: none;
}
.materiales h2.small {
  font-size: 1rem;
  margin-bottom: 0.625rem;
}
.materiales h3 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 0;
  font-weight: bold;
  text-transform: none;
}
.materiales p, .materiales ul li, .materiales ol li {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
@media all and (max-width: 1399px) {
  .materiales h1 {
    font-size: 1.5rem;
  }
  .materiales h2 {
    font-size: 1.375rem;
  }
  .materiales h3 {
    font-size: 1.125rem;
  }
}
.materiales a {
  /*&:hover{
      font-weight: 500;
  }*/
}
.materiales a.btn:hover {
  font-weight: bold;
}
.materiales b a:hover {
  font-weight: bold;
}
.materiales ul, .materiales ol {
  margin-bottom: 0.625rem;
}
.materiales ul li, .materiales ol li {
  margin-bottom: 0.9375rem;
}
.materiales .dest {
  background-color: #eaf3f3;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875rem;
  border-radius: 0.625rem;
  padding: 0.9375rem 1.25rem;
}
.materiales .dest p, .materiales .dest li, .materiales .dest a {
  font-size: 0.9375rem;
}
.materiales .dest p:last-child {
  margin-bottom: 0;
}
.materiales img-embed {
  padding: 0.625rem;
}
.materiales .intro-text {
  padding: 1.875rem;
}
.materiales .intro-text.caja {
  max-width: 43.75rem;
  margin: auto;
  margin-bottom: 1.875rem;
}
.materiales .intro-text p:last-child {
  margin-bottom: 0;
}
.materiales .btn-descargar {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  font-size: 0.8125rem;
  border: 1px solid #271738 !important;
  -webkit-box-shadow: 0px 3px 0px 0px rgb(39, 23, 56);
  box-shadow: 0px 3px 0px 0px rgb(39, 23, 56);
  text-decoration: none;
}
.materiales .btn-descargar:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.materiales .btn-descargar:hover {
  font-weight: bold;
}
.materiales .img-global {
  width: 100%;
  padding: 25px 0 0 0;
  margin-right: 31px;
}
.materiales .img-central {
  width: 150px;
}
.materiales a {
  text-decoration: underline;
}
.materiales a.btn {
  text-decoration: none;
}
.materiales.familia {
  /*.box {
      display: flex;
      .cont-img {
          max-width: 200px;
          width: 100%;
          display: flex;
          align-items: start;
          img {
              object-fit: contain;
              width: 100%;
          }
      }

  }*/
}
.materiales.familia h2 {
  padding-top: 0 !important;
}
.materiales.infografia .box h2 {
  padding-top: 0;
  border-bottom: 0;
}
.materiales.infografia .box h2 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d3483f;
  border-radius: 50%;
  margin-right: 0.625rem;
  color: white;
  font-size: 1.875rem;
  width: 50px;
  height: 50px;
  border: 1px solid #271738 !important;
  -webkit-box-shadow: 0px 3px 0px 0px rgb(39, 23, 56);
  box-shadow: 0px 3px 0px 0px rgb(39, 23, 56);
}
.materiales.infografia .box h2 span:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media all and (max-width: 991px) {
  .materiales img {
    max-width: 280px !important;
    margin: 0.625rem auto;
  }
  .materiales .d-flex p {
    width: 100%;
  }
  .materiales ul {
    padding-left: 20px;
  }
}

.menu-materiales {
  margin-bottom: 0.625rem;
}
.menu-materiales ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 1.875rem;
}
.menu-materiales ul li {
  font-size: 0.8125rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  width: 8.125rem;
  width: 18%;
}
.menu-materiales ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.3125rem 0.625rem;
  color: #271738;
  border-radius: 0.625rem;
  border: 1px solid #271738 !important;
  -webkit-box-shadow: 0px 3px 0px 0px rgb(39, 23, 56);
  box-shadow: 0px 3px 0px 0px rgb(39, 23, 56);
}
.menu-materiales ul li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.menu-materiales ul li a:focus, .menu-materiales ul li a:hover {
  color: white;
  background-color: #1A8927;
}
.menu-materiales ul li a:hover {
  text-decoration: none;
}
.menu-materiales ul li a:focus {
  text-decoration: underline;
}
.menu-materiales ul li.active a {
  background-color: #1A8927;
  color: white;
}
.menu-materiales ul li.active a:after {
  visibility: visible;
}
@media all and (max-width: 767px) {
  .menu-materiales ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0.625rem;
    /*li{
        width: 50%;
    }*/
  }
  .menu-materiales ul li {
    width: auto;
  }
}
.menu-materiales.secundaria ul li a:focus, .menu-materiales.secundaria ul li a:hover {
  background-color: #4477c1;
  color: white;
}
.menu-materiales.secundaria ul li.active a {
  background-color: #4477c1;
  color: white;
}
.menu-materiales.secundaria ul li.active a:after {
  visibility: visible;
}

#pjuego {
  background-image: url("../images/juego/bg-jugar.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #4477c1;
}
@media all and (max-width: 1199px) {
  #pjuego {
    background-size: 1600px;
  }
}
@media all and (max-width: 991px) {
  #pjuego {
    background-size: 1400px;
  }
}
#pjuego h1 {
  margin-top: 0;
  font-family: "CubanoRegular";
  text-align: center;
  color: black;
  font-size: 2.25rem;
}
@media all and (max-width: 1199px) {
  #pjuego h1 {
    font-size: 2rem;
  }
}
@media all and (max-width: 991px) {
  #pjuego h1 {
    font-size: 1.375rem;
  }
}
#pjuego .header {
  margin: 2.5rem auto;
  text-align: center;
}
#pjuego .header img {
  max-width: 23rem;
  margin: 0 auto;
}
@media all and (max-width: 1199px) {
  #pjuego .header {
    margin: 1.875rem auto;
  }
  #pjuego .header img {
    max-width: 20rem;
  }
}
@media all and (max-width: 991px) {
  #pjuego .header {
    margin: 1.25rem auto;
  }
  #pjuego .header img {
    max-width: 16rem;
  }
}
#pjuego .cont-errores-eventos {
  margin-bottom: 1.875rem;
}
#pjuego .form-acceso {
  background-color: white;
  border-radius: 1.25rem;
  max-width: 21.875rem;
  padding: 0.9375rem 1.25rem;
  margin: 0 auto;
  border: 2px solid black;
  -webkit-box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 11px 0px rgba(0, 0, 0, 0.4);
}
#pjuego .form-acceso p {
  text-align: center;
  padding: 15px 30px 5px;
}
@media all and (max-width: 991px) {
  #pjuego .form-acceso p {
    font-size: 0.875rem;
  }
}
#pjuego .form-acceso .contenedor-form {
  text-align: center;
  margin-bottom: 0.625rem;
}
#pjuego .form-acceso .final-form {
  margin-bottom: -10px;
}
#pjuego .form-acceso form {
  text-align: center;
}
#pjuego .form-acceso form input[type=number] {
  border-radius: 10px;
  width: 6rem;
  font-size: 2.5rem;
  font-family: "DINRoundPro";
  border: 1px solid black;
  margin: 0.625rem auto 0;
  text-decoration: none;
}
@media all and (max-width: 1199px) {
  #pjuego .form-acceso form input[type=number] {
    font-size: 2rem;
  }
}
#pjuego .form-acceso form input[type=image] {
  background-color: transparent;
  border: none;
  max-width: 100%;
}
@media all and (max-width: 1199px) {
  #pjuego .form-acceso {
    max-width: 18.75rem;
  }
}
@media all and (max-width: 991px) {
  #pjuego .form-acceso {
    max-width: 15.625rem;
  }
}

/* Controles vídeo accesibles (focus en botones) */
.video {
  display: block;
  margin-bottom: 20px;
}
.video ul {
  padding: 0;
  list-style: none;
}
.video ul .liControl .btnPlayerControl:focus {
  border: 2px solid black;
}
.video a {
  color: black;
}
@media all and (min-width: 576px) and (max-width: 991px) {
  .video {
    margin-bottom: 1.25rem;
  }
}

a:focus {
  outline-offset: 0 !important;
}

a.foco {
  display: block;
}
a.foco:focus {
  outline: 1px solid black !important;
}

#youtube-player-controls ul li button:focus {
  padding: 2px;
  outline: 2px solid black !important;
}

#datepicker th a {
  color: white;
}
#datepicker th a:focus {
  padding: 2px;
  outline: 1px solid white !important;
}

/*##############################################################################
#################################   !!HOME  ######################################
##############################################################################*/
.home .section-desc {
  margin-top: 2.5rem;
  text-align: center;
}
.home .section-desc p.claim {
  font-size: 1.5625rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: -15px;
}
.home .section-desc .btn {
  font-size: 2rem;
  width: 70%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.9375rem;
  margin-bottom: 1.875rem;
  border: 1px solid #271738 !important;
  -webkit-box-shadow: 0px 6px 0px 0px rgb(39, 23, 56);
  box-shadow: 0px 6px 0px 0px rgb(39, 23, 56);
  text-shadow: -1px -1px 0 #271738, 0 -1px 0 #271738, 1px -1px 0 #271738, 1px 0 0 #271738, 1px 1px 0 #271738, 0 1px 0 #271738, -1px 1px 0 #271738, -1px 0 0 #271738;
}
.home .section-desc .btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.home .section-desc .btn:hover {
  color: #271738 !important;
  text-shadow: none;
}
.home #home-botones {
  margin-top: 2.5rem;
}
.home #home-botones ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
  list-style-type: none;
}
.home #home-botones ul li {
  width: 48.5%;
}
.home #home-botones ul li a {
  display: block;
  font-size: 2rem;
  padding: 0.625rem;
  text-align: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-radius: 0.625rem;
  font-weight: bold;
  color: white !important;
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid #271738 !important;
  -webkit-box-shadow: 0px 6px 0px 0px rgb(39, 23, 56);
  box-shadow: 0px 6px 0px 0px rgb(39, 23, 56);
  text-shadow: -1px -1px 0 #271738, 0 -1px 0 #271738, 1px -1px 0 #271738, 1px 0 0 #271738, 1px 1px 0 #271738, 0 1px 0 #271738, -1px 1px 0 #271738, -1px 0 0 #271738;
}
.home #home-botones ul li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.home #home-botones ul li a:hover {
  color: #271738 !important;
  text-shadow: none;
}
.home #home-botones ul li a:hover {
  background-color: white !important;
  text-decoration: none;
  color: #271738 !important;
}
@media all and (max-width: 1199px) {
  .home #home-botones ul li a {
    font-size: 2.25rem;
    padding: 1.5rem;
  }
}
@media all and (max-width: 991px) {
  .home #home-botones ul li a {
    font-size: 2rem;
    padding: 1.25rem;
  }
}
@media all and (max-width: 767px) {
  .home #home-botones ul li a {
    font-size: 1.5rem;
    padding: 1.25rem;
  }
}
@media all and (max-width: 767px) {
  .home #home-botones ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home #home-botones ul li {
    width: 100%;
    max-width: 19rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.625rem;
  }
}
.home #anteriores {
  text-align: center;
  margin-bottom: 0.9375rem;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}
.home #anteriores h2 {
  margin-bottom: 1.25rem;
}
.home #anteriores p {
  width: 80%;
  margin: auto;
  margin-bottom: 1.25rem;
}

/*#video-portada{
    h1{
        margin-top: 0; 
    }
    .modal-body{
        padding: $rem10;
        .video{
            margin-bottom: 0 !important;
        }
    }
}*/
/*##############################################################################
###########################   EDICIONES ANTERIORES  ###########################
##############################################################################*/
ul#lista-anteriores {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin: auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ul#lista-anteriores li {
  width: 25%;
  border-radius: 0.9375rem;
}
ul#lista-anteriores li a {
  width: 100%;
  height: 9.6875rem;
  display: block;
  padding: 6.25rem 2.5rem 0;
  background-size: 9.6875rem auto;
  background-repeat: no-repeat;
  background-position: center 1.5625rem;
  color: #271738;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 130%;
  text-transform: uppercase;
  position: relative;
  border: 1px solid #271738 !important;
  -webkit-box-shadow: 0px 4px 0px 0px rgb(39, 23, 56);
  box-shadow: 0px 4px 0px 0px rgb(39, 23, 56);
  border-radius: 0.9375rem;
}
ul#lista-anteriores li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
ul#lista-anteriores li a:after {
  position: absolute;
  top: 5.625rem;
  content: "";
  height: 1px;
  width: 12%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #271738;
}
ul#lista-anteriores li a:hover, ul#lista-anteriores li a:focus {
  background-color: #c6c6c6 !important;
  color: #271738 !important;
}
ul#lista-anteriores li a:hover:after, ul#lista-anteriores li a:focus:after {
  background-color: #271738;
}
ul#lista-anteriores li a:hover {
  text-decoration: none;
}
ul#lista-anteriores li:first-child {
  background-color: #b5d37d;
}
ul#lista-anteriores li:first-child a {
  background-image: url("../images/home/37-concurso.png");
}
ul#lista-anteriores li:nth-child(2) {
  background-color: #f5aab1;
}
ul#lista-anteriores li:nth-child(2) a {
  background-image: url("../images/home/38-concurso.png");
}
ul#lista-anteriores li:nth-child(3) {
  background-color: #ad96c7;
}
ul#lista-anteriores li:nth-child(3) a {
  background-image: url("../images/home/39-concurso.png");
}
ul#lista-anteriores li:nth-child(4) {
  background-color: #fdd025;
}
ul#lista-anteriores li:nth-child(4) a {
  background-image: url("../images/home/40-concurso.png");
  background-size: auto;
}
@media all and (max-width: 767px) {
  ul#lista-anteriores li {
    width: 100%;
  }
}
@media all and (max-width: 991px) {
  ul#lista-anteriores {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul#lista-anteriores li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
    max-width: 18rem;
  }
}
@media all and (max-width: 575px) {
  ul#lista-anteriores {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul#lista-anteriores li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 17.33rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.fechas-clave .container-fecha {
  text-align: center;
  padding: 1.5rem;
  height: 100%;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.fechas-clave .container-fecha .title-fecha {
  max-width: 200px;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1.875rem;
}
.fechas-clave .container-fecha span {
  font-size: 1.5rem;
  display: block;
  font-weight: bold;
  font-family: "DINRoundPro";
}
@media all and (max-width: 991px) {
  .fechas-clave .container-fecha .title-fecha {
    max-width: none;
  }
}
@media all and (max-width: 767px) {
  .fechas-clave .container-fecha {
    margin-bottom: 1.25rem;
  }
}
@media all and (max-width: 991px) {
  .fechas-clave .row-cajas {
    gap: 20px;
  }
}

#valoracion .box-valoracion {
  background-position: center 0.625rem;
  background-repeat: no-repeat;
  background-size: 11rem;
  padding-top: 13rem;
}
#valoracion .box-valoracion.valoracion1 {
  background-image: url("../images/valoracion/icon-creatividad.png");
}
#valoracion .box-valoracion.valoracion2 {
  background-image: url("../images/valoracion/icon-originalidad.png");
}
#valoracion .box-valoracion.valoracion3 {
  background-image: url("../images/valoracion/icon-accesibilidad.png");
}

.callout {
  padding: 0.9375rem 2.5rem;
  font-weight: bold;
}

.apuntate #cuadros-opciones {
  padding-bottom: 1rem;
}
.apuntate #cuadros-opciones ul {
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.apuntate #cuadros-opciones ul li {
  width: 32.5%;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.apuntate #cuadros-opciones ul li a {
  padding: 1.25rem 2.5rem;
  width: 99%;
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  line-height: 120%;
  border: 2px solid #4477c1;
}
.apuntate #cuadros-opciones ul li a:hover, .apuntate #cuadros-opciones ul li a.elegida {
  background-color: #4477c1;
  color: white;
  text-decoration: none;
  text-decoration: underline;
}
.apuntate #cuadros-opciones ul li a:focus {
  outline: 2px solid black;
  outline-offset: 2px !important;
}
@media all and (max-width: 767px) {
  .apuntate #cuadros-opciones ul li {
    width: 30%;
  }
  .apuntate #cuadros-opciones ul li a {
    font-size: 0.8125rem;
    padding: 0.5rem;
    width: 100%;
    height: 4.8125rem;
  }
}
.apuntate #cuadros-pasos {
  padding-bottom: 1.875rem;
}
.apuntate #cuadros-pasos .pasos {
  padding: 0.625rem 2.5rem 1.25rem 1.25rem;
  height: 6.5rem;
  margin: 0px 0.625rem;
  font-size: 0.75rem;
}
.apuntate #cuadros-pasos .pasos .tit {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  vertical-align: bottom;
  display: table-cell;
}
.apuntate #cuadros-pasos .pasos hr {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  border-top: 1px solid black;
}
.apuntate #cuadros-pasos .pasos .sep {
  margin-bottom: 0.3125rem;
  width: 70%;
  height: 0px;
  background-color: black;
}
.apuntate #cuadros-pasos .pasos.bg-gray hr {
  border-top: 1px solid black;
}
@media all and (max-width: 991px) {
  .apuntate #cuadros-pasos .pasos {
    height: 7rem;
  }
}
@media all and (max-width: 767px) {
  .apuntate #cuadros-pasos .pasos {
    margin: 0;
    height: auto;
  }
}
.apuntate #cuadros-pasos .paso1 {
  margin-left: 0px;
}
.apuntate #cuadros-pasos .paso3 {
  margin-right: 0px;
}
.apuntate #cuadros-pasos .elegida {
  border-bottom: 5px solid #d3483f;
}
.apuntate #inscripcion1,
.apuntate #cuadros-pasos,
.apuntate .centros, .apuntate #recuperar, .apuntate #llamar {
  display: none;
}
.apuntate #inscripcion1, .apuntate #recuperar, .apuntate #llamar {
  margin-bottom: 1.875rem;
}
.apuntate #recuperar, .apuntate #llamar {
  padding-bottom: 1.875rem;
}
.apuntate #inscripcion1 .hidden-inscripcion {
  display: none;
}
.apuntate #inscripcion1 .hidden-inscripcion.visible {
  display: block;
}
.apuntate #llamar .error-llamada, .apuntate #llamar .llamada-registrada {
  padding: 40px;
  text-align: center;
}
.apuntate #llamar .btn-llamar {
  margin-top: 24px;
}
.apuntate form #centro {
  margin-top: 5px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  height: 2.5rem;
}
.apuntate form h3 {
  text-transform: none;
  font-size: 1.125rem;
  margin: auto;
  text-align: center;
  display: block;
  width: 100%;
}
.apuntate form .btn-filtrar {
  margin-top: 2rem;
  width: 100%;
}
@media all and (max-width: 991px) {
  .apuntate form .btn-filtrar {
    padding: 0.3125rem 5.5rem;
  }
}
.apuntate form label + p {
  font-size: 0.7rem;
  margin-bottom: 0;
}
.apuntate form label.has-error {
  color: #800000;
}
.apuntate form label.has-error input {
  outline: 1px solid #800000;
}
.apuntate form .cont-tlf {
  padding-top: 0.875rem;
}
.apuntate form #next-step {
  text-transform: uppercase;
  margin-bottom: 0.625rem;
  font-size: 0.9375rem;
  padding: 0.9375rem 1.875rem;
}
.apuntate form hr {
  border-top: 1px solid black;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.apuntate form .titulo-seccion {
  padding-bottom: 0.625rem;
  padding-top: 1.25rem;
  display: inline-block;
  padding-left: 0;
}
@media all and (max-width: 767px) {
  .apuntate form {
    padding: 0;
  }
}
.apuntate form .bases-container {
  padding-bottom: 1.25rem;
  padding-top: 1.875rem;
}

.inscripcion form, .login form, .gestion-trabajo form {
  margin: auto;
}
.inscripcion form fieldset label, .login form fieldset label, .gestion-trabajo form fieldset label {
  display: block;
}
.inscripcion form fieldset label.note, .login form fieldset label.note, .gestion-trabajo form fieldset label.note {
  font-size: 0.875em;
  font-weight: normal;
}
.inscripcion p.note, .login p.note, .gestion-trabajo p.note {
  font-size: 0.8125em;
}
@media all and (max-width: 767px) {
  .inscripcion form, .login form, .gestion-trabajo form {
    width: 100%;
  }
}

.login form {
  padding: 1.25rem;
}
@media all and (max-width: 767px) {
  .login form {
    padding: 1rem;
  }
}
.login form a {
  color: black;
}
.login form .btn.btn-default {
  color: white;
}
.login form .btn.btn-default:hover, .login form .btn.btn-default:focus {
  background-color: white;
  color: #000000;
}

#login #submit-login, #recuperar #submit-login {
  margin-bottom: 1rem;
}

.gestion-trabajo ul {
  padding-left: 0;
  margin-left: 0;
}
.gestion-trabajo #con-trabajo-errores ul {
  padding-left: 15px;
}

.note {
  font-size: 0.8125rem;
  margin-top: 5px;
}

#tabla_datos caption {
  text-align: center;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0.9375rem;
  color: inherit;
  font-weight: bold;
}
@media only screen and (max-width: 800px) {
  #tabla_datos caption {
    display: block;
  }
}
@media all and (max-width: 767px) {
  #tabla_datos .boton a.btn {
    float: none !important;
    display: inline-block;
  }
}

.grupos .grupo_eliminar {
  margin-top: -0.9375rem;
}
.grupos .linea-grupo {
  padding: 1.25rem 1.875rem;
  margin-bottom: 0.625rem;
}
.grupos .linea-grupo .row > [class^=col-], .grupos .linea-grupo .row > [class*=" col-"] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.grupos .linea-grupo .row h3 {
  font-weight: bold;
  color: black;
  font-size: 0.9375rem;
}
.grupos .linea-grupo .row label {
  font-size: 0.8125rem !important;
}
.grupos .cont-nuevo {
  padding: 10px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  cursor: pointer;
  text-decoration: none !important;
  margin-bottom: 1.25rem;
}
.grupos .cont-nuevo:hover, .grupos .cont-nuevo:focus {
  text-decoration: none !important;
}
.grupos .cont-nuevo:hover .mas, .grupos .cont-nuevo:focus .mas {
  background-color: white;
  border: 1px solid #1A8927;
}
.grupos .cont-nuevo:hover .blackmas, .grupos .cont-nuevo:focus .blackmas {
  color: black;
}
.grupos .cont-nuevo .mas {
  color: black;
  background-color: #fdd025;
  font-size: 2rem;
  width: 1.875rem;
  line-height: 0.9;
  height: 1.875rem;
  font-weight: normal;
  border-radius: 50%;
  margin-right: 0.625rem;
  border: 1px solid #c6c6c6;
  display: inline-block;
  vertical-align: middle;
}
.grupos .cont-nuevo .blackmas {
  color: white;
  background-color: black;
  border: 1px solid black;
}

.categorias-participacion #list-categorias {
  margin-bottom: 1.25rem;
}
.categorias-participacion #list-categorias ul {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.categorias-participacion #list-categorias ul li {
  background-color: #eaf3f3;
  margin-left: 3px;
  margin-right: 3px;
  width: 25%;
  padding: 1.25rem 1.25rem 0.5rem;
  min-height: 9rem;
  text-align: center;
  border-radius: 0.625rem;
}
.categorias-participacion #list-categorias ul li:first-child {
  margin-left: 0;
}
.categorias-participacion #list-categorias ul li:last-child {
  margin-right: 0;
}
.categorias-participacion #list-categorias ul li span {
  display: block;
}
.categorias-participacion #list-categorias ul li .cat {
  font-family: "DINRoundPro";
  text-transform: uppercase;
  line-height: 1;
}
.categorias-participacion #list-categorias ul li .cat-letra {
  font-size: 3.5rem;
  font-family: "DINRoundPro";
  line-height: 1;
  margin-bottom: 0.625rem;
}
@media all and (max-width: 767px) {
  .categorias-participacion #list-categorias ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .categorias-participacion #list-categorias ul li {
    width: 49%;
    margin: 0;
    margin-bottom: 0.625rem;
  }
}
.categorias-participacion #trabajo .box-trabajo {
  padding-left: 11rem;
  background-repeat: no-repeat;
  background-position: 0.625rem center;
  background-size: 10rem;
}
.categorias-participacion #trabajo .box-trabajo.trabajo1 {
  background-image: url("../images/categorias/icon-escudo.png");
  background-position-y: 4.0625rem;
}
.categorias-participacion #trabajo .box-trabajo.trabajo1 .cont-ejemplo {
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid black;
  background-color: white;
  margin-bottom: 1rem;
}
.categorias-participacion #trabajo .box-trabajo.trabajo2 {
  background-image: url("../images/categorias/icon-actividad.png");
}
.categorias-participacion #trabajo .box-trabajo.trabajo3 {
  background-image: url("../images/categorias/icon-subelo.png");
}
@media all and (max-width: 575px) {
  .categorias-participacion #trabajo .box-trabajo {
    padding-left: inherit;
    background-position: center 0.625rem;
    padding-top: 12rem;
  }
  .categorias-participacion #trabajo .box-trabajo.trabajo1 {
    background-position-y: 0.625rem;
  }
}

.premios #premios-list .box-premios {
  padding-top: 17.5rem;
  background-repeat: no-repeat;
  background-position: center 0.625rem;
}
.premios #premios-list .box-premios.premio1 {
  background-image: url("../images/premios/icon-docente.png");
}
.premios #premios-list .box-premios.premio2 {
  background-image: url("../images/premios/icon-autonomico.png");
}
.premios #premios-list .box-premios.premio3 {
  background-image: url("../images/premios/icon-nacional.png");
}
.premios #premios-list .box-premios.premio4 {
  background-image: url("../images/premios/icon-popular.png");
}
@media all and (max-width: 991px) {
  .premios #premios-list .box-premios {
    min-height: 12.5rem;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-right: 0;
    background-position: none;
  }
  .premios #premios-list .box-premios.premio2, .premios #premios-list .box-premios.premio4 {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .premios #premios-list .box-premios h2 {
    font-size: 1.0625rem;
  }
}
.premios #premios-list.last {
  margin-right: 0;
}
@media all and (max-width: 575px) {
  .premios #premios-list .box-premios {
    padding-top: 13rem;
    background-size: 12rem;
  }
}

.title-fecha-29 {
  font-size: 1.3rem;
}

.oncity-anteriores {
  text-align: center;
}
.oncity-anteriores img {
  width: 20rem;
}

.materiales-didacticos #enlaces-material a {
  display: block;
  text-align: center;
  font-family: "DINRoundPro";
  font-size: 1.5rem;
  background-color: #d3483f;
  padding: 0.625rem 1.875rem;
  color: white;
  border-radius: 15px;
  text-transform: uppercase;
  border: 3px solid #d3483f;
  line-height: 1.3;
}
.materiales-didacticos #enlaces-material a:hover {
  text-decoration: none;
  color: #d3483f;
  background-color: white;
}
@media all and (max-width: 767px) {
  .materiales-didacticos #enlaces-material a {
    margin-bottom: 0.9375rem;
    font-size: 1.25rem;
  }
}

/*##############################################################################
################################################################################
#################################   BLOG  ##################################
################################################################################
##############################################################################*/
#blog-index .nav-tabs-container,
#blog-post .nav-tabs-container {
  border-bottom: solid 0.2rem #ad96c7;
}
#blog-index .nav-tabs-container .nav-tabs,
#blog-post .nav-tabs-container .nav-tabs {
  display: table;
  text-align: center;
  border-bottom: solid 0px #ad96c7;
  width: 75rem;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  #blog-index .nav-tabs-container .nav-tabs,
  #blog-post .nav-tabs-container .nav-tabs {
    width: 100%;
  }
}
#blog-index .nav-tabs-container .nav-tabs li,
#blog-post .nav-tabs-container .nav-tabs li {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: bold;
  width: 20%;
  display: contents;
}
#blog-index .nav-tabs-container .nav-tabs li a,
#blog-post .nav-tabs-container .nav-tabs li a {
  border-radius: 0;
  border: none;
  vertical-align: middle;
  display: table-cell;
  width: 20vw;
  padding: 0.625rem 1.5625rem;
  color: #130641;
}
#blog-index .nav-tabs-container .nav-tabs li a:hover, #blog-index .nav-tabs-container .nav-tabs li a:active, #blog-index .nav-tabs-container .nav-tabs li a:focus,
#blog-post .nav-tabs-container .nav-tabs li a:hover,
#blog-post .nav-tabs-container .nav-tabs li a:active,
#blog-post .nav-tabs-container .nav-tabs li a:focus {
  background-color: #ad96c7;
  color: #271738;
}
#blog-index .nav-tabs-container .nav-tabs li a:active, #blog-index .nav-tabs-container .nav-tabs li a:focus,
#blog-post .nav-tabs-container .nav-tabs li a:active,
#blog-post .nav-tabs-container .nav-tabs li a:focus {
  text-decoration: underline;
}
#blog-index .nav-tabs-container .nav-tabs li.active a,
#blog-post .nav-tabs-container .nav-tabs li.active a {
  background-color: #ad96c7;
  color: #271738;
  font-weight: bold;
}
@media (max-width: 767px) {
  #blog-index .nav-tabs-container,
  #blog-post .nav-tabs-container {
    height: auto;
  }
  #blog-index .nav-tabs-container .nav-tabs li,
  #blog-post .nav-tabs-container .nav-tabs li {
    display: block;
    width: 100%;
  }
  #blog-index .nav-tabs-container .nav-tabs li a,
  #blog-post .nav-tabs-container .nav-tabs li a {
    width: 100vw;
  }
}

#blog-index .tab-content-background {
  padding-top: 1.25rem;
  padding-bottom: 3.75rem;
}
#blog-index .tab-content-background h2, #blog-index .tab-content-background h3 {
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.625rem;
  color: white;
}
#blog-index .tab-content-background h2.bg-red, #blog-index .tab-content-background h3.bg-red {
  margin: 2.5rem 0 1.25rem;
  border-top: solid 0.75rem white;
  border-bottom: solid 0.75rem white;
}
#blog-index .tab-content-background #mas-posts {
  margin-top: 1.25rem;
}
#blog-index .padding-top-10 {
  padding-top: 0.625rem;
}
#blog-index #cat-preview-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
#blog-index #cat-preview-container li:nth-child(1) .cat-preview-link {
  background-color: #d3483f;
  color: white;
}
#blog-index #cat-preview-container li:nth-child(2) .cat-preview-link {
  background-color: #fdd025;
}
#blog-index #cat-preview-container li:nth-child(3) .cat-preview-link {
  background-color: #1A8927;
  color: white;
}
#blog-index #cat-preview-container li:nth-child(4) .cat-preview-link {
  background-color: #4477c1;
  color: white;
}
#blog-index #cat-preview-container li .cat-preview-link {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.3;
}
@media all and (max-width: 575px) {
  #blog-index #cat-preview-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.featured-post-container,
.post-preview-container,
#cat-preview-container,
.cat-preview-container {
  list-style: none;
  padding-left: 0;
}

.post-featured-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media all and (max-width: 767px) {
  .post-featured-container {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.post-preview-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post-preview-container.d-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media all and (max-width: 575px) {
  .post-preview-container.d-grid {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media all and (max-width: 991px) {
  .post-preview-container.d-grid .post-preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-preview-container.d-grid .post-preview .cat-preview-link {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media all and (max-width: 767px) {
  .post-preview-container.d-grid .post-preview .post-preview-text-container {
    min-height: auto;
    padding: 1.25rem;
  }
}

.post-preview {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-preview .post-preview-img-container,
.post-preview .cat-preview-link {
  height: 13.125rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13.125rem;
          flex: 0 0 13.125rem;
  background-color: #d4d4d4;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.post-preview .post-preview-text-container {
  background-color: #f3ebd6;
  padding: 0.9375rem;
  min-height: 13.125rem;
}
.post-preview .post-preview-text-container .post-preview-category,
.post-preview .post-preview-text-container .post-preview-title,
.post-preview .post-preview-text-container .post-preview-body {
  margin-bottom: 0.5rem;
}
.post-preview .post-preview-text-container .post-preview-category {
  text-transform: uppercase;
  line-height: 1.2;
}
.post-preview .post-preview-text-container .post-preview-category {
  font-size: 0.8125rem;
}
.post-preview .post-preview-text-container .post-preview-title {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #130641;
  display: block;
  line-height: 1.2;
}
.post-preview .post-preview-text-container .post-preview-title:hover, .post-preview .post-preview-text-container .post-preview-title:active, .post-preview .post-preview-text-container .post-preview-title:focus {
  text-decoration: underline;
  color: #d3483f;
}
.post-preview .post-preview-text-container .post-preview-body {
  font-size: 0.8125rem;
}
.post-preview .post-preview-text-container .post-preview-body .leer-mas {
  text-decoration: underline;
  color: #d3483f;
}
.post-preview .post-preview-text-container .post-preview-body .leer-mas:hover, .post-preview .post-preview-text-container .post-preview-body .leer-mas:active, .post-preview .post-preview-text-container .post-preview-body .leer-mas:focus {
  text-decoration-style: double;
}
.post-preview .post-preview-text-container .post-preview-date {
  font-size: 0.8125rem;
}
@media (max-width: 767px) {
  .post-preview .post-preview-text-container {
    height: auto;
    width: 100%;
  }
}
@media all and (max-width: 575px) {
  .post-preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-preview .cat-preview-link {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media all and (max-width: 991px) {
  #cat-preview-container .post-preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #cat-preview-container .post-preview .cat-preview-link {
    height: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media all and (max-width: 767px) {
  #cat-preview-container .post-preview .post-preview-text-container {
    min-height: auto;
    padding: 1.25rem;
  }
}

@media all and (max-width: 991px) {
  #blog-post .page-content-left {
    margin-left: 0;
    margin-right: 0;
  }
}
#blog-post .page-content-left h1 {
  color: black;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  padding: 0;
  text-transform: uppercase;
  background-color: white;
}
#blog-post .page-content-left.border-none {
  padding-left: 0;
}
#blog-post .post-img-container {
  overflow: hidden;
}
#blog-post .post-img-container img {
  min-width: 100%;
}
#blog-post .post-body h2 {
  margin: 1em 0px;
  text-align: left;
  font-size: 1.125rem;
}
#blog-post .post-body .post-img-container {
  overflow: hidden;
}
#blog-post .post-body .post-img-container img {
  max-width: 100%;
  top: 0px;
  -webkit-transform: none;
  transform: none;
  margin-bottom: 1.875rem;
}
#blog-post .link-post-adyacente {
  font-weight: normal;
  width: 10.625rem;
  min-width: auto;
  height: 2.8125rem;
  padding: 0.5rem;
  font-size: 1rem;
}
#blog-post .share-btn {
  width: 100%;
  margin-bottom: 1.25rem;
  display: inline-block;
}
#blog-post .share-btn > a {
  border-radius: 0.25rem;
  border: none;
  cursor: pointer;
  padding: 0.3125rem 0.9375rem;
  float: right;
  margin-left: 0.625rem;
  color: white;
}
#blog-post .share-btn > a.btn-facebook {
  background-color: #4267B2;
}
#blog-post .share-btn > a.btn-twitter {
  background-color: #55acee;
}
#blog-post .share-btn > a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#blog-post .pie-post {
  background-color: #f3ebd6;
  color: #271738;
}
#blog-post .pie-post p {
  text-align: center;
  margin-top: 0.9375rem;
  margin-bottom: 0px;
}
#blog-post .pie-post p:last-child {
  margin-top: 0px;
  margin-bottom: 0.9375rem;
  padding: 0px 16%;
}

.banners {
  margin-top: 1.25rem;
}
@media (max-width: 991px) {
  .banners {
    margin-left: 0;
  }
}
.banners .banner {
  margin-bottom: 2.5rem;
}
.banners .banner .banner-title {
  background-color: #4477c1;
  color: white;
  text-align: center;
  padding: 0.625rem 0.625rem;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875rem;
}
.banners .banner .banner-content {
  background-color: white;
  padding: 1.25rem;
  color: #271738;
}
.banners .banner .banner-content ul {
  list-style: none;
  padding: 0;
}
.banners .banner .banner-content ul li {
  margin-top: 1.25rem;
  display: block;
  text-align: center;
}
.banners .banner .banner-content ul li:first-child {
  margin-top: 0;
}
.banners .banner .banner-content ul li a {
  color: #271738;
}
.banners .banner#banner-posts {
  font-size: 0.8125rem;
}
.banners .banner#banner-posts ul li {
  text-align: left;
}
.banners .banner#banner-posts ul li a {
  color: #271738;
  font-weight: bold;
  text-transform: uppercase;
}
.banners .banner#banner-posts ul li a:hover {
  color: #d3483f;
}

/*mixin @tag-sizes( $base-value:$n, $n, $unit : px, $j : 1,$_s:0, $step-size:3, $selector:&.size, $property : font-size) when not($n=0)  {

    $size : $base-value+$_s;
    ${selector}${j}{
        ${property} : ${size}${unit};
    }
    @include tag-sizes($base-value ,  ($n - 1), $unit , ($j + 1) ,  ($_s+$step-size) , $step-size,  $selector, $property);
}*/
.size12 {
  font-size: 12px;
}

.size13 {
  font-size: 13px;
}

.size14 {
  font-size: 14px;
}

.size15 {
  font-size: 15px;
}

.size16 {
  font-size: 16px;
}

.size17 {
  font-size: 17px;
}

.size18 {
  font-size: 18px;
}

.size19 {
  font-size: 19px;
}

.size20 {
  font-size: 20px;
}

.size21 {
  font-size: 21px;
}

.size22 {
  font-size: 22px;
}

.size23 {
  font-size: 23px;
}

.size24 {
  font-size: 24px;
}

.size25 {
  font-size: 25px;
}

.size26 {
  font-size: 26px;
}

.size27 {
  font-size: 27px;
}

.size28 {
  font-size: 28px;
}

.size29 {
  font-size: 29px;
}

.size30 {
  font-size: 30px;
}

.size31 {
  font-size: 31px;
}

.size32 {
  font-size: 32px;
}

#tags-cloud {
  text-align: center;
}
#tags-cloud .tag {
  display: inline-block;
  font-weight: bold;
  color: #271738;
  line-height: 1em;
}
#tags-cloud .tag a {
  display: inline-block;
}

@media all and (max-width: 991px) {
  section.edicion-41 .escudo {
    max-width: 380px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.frecuentes h2 {
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 0.9375rem;
  margin-top: 0.625rem;
}
@media all and (max-width: 767px) {
  .frecuentes h2 {
    font-size: 1.25em;
  }
}
.frecuentes h3 {
  padding-left: 0;
}
.frecuentes ul {
  list-style-type: disc;
}
.frecuentes table tr th, .frecuentes table tr td {
  padding: 10px;
  border: 1px solid black;
}
.frecuentes .arriba {
  margin-top: -0.625rem;
  margin-bottom: 0.625rem;
}

/*table.border, table.border th, table.border td {
  border: 1px solid black;
  border-collapse: collapse;
}*/
#bases-concurso h2, #aviso-legal h2, #cookies h2 {
  text-align: left;
  margin-bottom: 0.625rem;
  margin-top: 1.875rem;
}
#bases-concurso h3, #aviso-legal h3, #cookies h3 {
  padding-left: 0;
}
#bases-concurso #footer-mid h2, #aviso-legal #footer-mid h2, #cookies #footer-mid h2 {
  text-align: center;
}
#bases-concurso .pre-bases .nota, #aviso-legal .pre-bases .nota, #cookies .pre-bases .nota {
  border: 1px solid red;
  padding: 10px;
}

#map {
  height: 28.125rem;
  border: 3px solid white;
}
#map a:focus, #map button:focus, #map div:focus {
  outline: 1px solid black !important;
  outline-offset: 0px !important;
}
#map a:focus img, #map button:focus img, #map div:focus img {
  outline: 1px solid black !important;
  outline-offset: 0px !important;
}

#saltar-map {
  font-size: 0.75em;
}

.directorio {
  margin-bottom: 20px;
}
.directorio #map {
  margin-bottom: 20px;
}
.directorio label {
  text-transform: uppercase;
  margin-right: 1.25rem;
  width: 100%;
}
.directorio select {
  max-width: 250px;
}
.directorio h2 {
  text-align: center;
}
.directorio table {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.directorio table td {
  padding: 0.9375rem 1.25rem;
  width: 33.333%;
  text-align: center;
  color: black;
}
@media screen and (max-width: 767px) {
  .directorio table td {
    width: 100%;
    display: block;
  }
}
.directorio .color0 {
  background-color: #4477c1;
  color: white;
}
.directorio .color1 {
  background-color: #fdd025;
  color: #271738;
}
.directorio .color2 {
  background-color: #1A8927;
  color: white;
}
.directorio .color3 {
  background-color: #d3483f;
  color: white;
}
.directorio .color4 {
  background-color: #130641;
  color: white;
}
.directorio .color5 {
  background-color: #f3ebd6;
  color: #271738;
}

/** Página de contador de gestos **/
section#contador-gestos .box h2 {
  font-size: 18px;
}
section#contador-gestos .cont-manos {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section#contador-gestos .cont-manos .izq {
  margin-top: 70px;
  margin-right: 10px;
}
section#contador-gestos .cont-manos .der {
  margin-top: 150px;
  margin-left: 10px;
}
section#contador-gestos .cont-manos .contenido {
  max-width: 630px;
  width: 100%;
  margin-bottom: 20px;
}
section#contador-gestos .contenedor-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section#contador-gestos .contenedor-form .cont-select {
  max-width: 630px;
  width: 100%;
}
section#contador-gestos .contenedor-form select {
  background-color: transparent;
  border: 2px solid black;
}
section#contador-gestos .contenedor-form .contenedor-botones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
section#contador-gestos .contenedor-form .contenedor-botones a {
  width: 100%;
  margin: 0;
  font-size: 18px;
}
section#contador-gestos .box-listado {
  background-color: #4477c1;
  max-width: 500px;
  margin: auto;
  padding-bottom: 20px;
}
section#contador-gestos .box-listado * {
  color: white !important;
}
section#contador-gestos .listado-mejores {
  padding-left: 0;
  list-style-type: none;
  max-width: 500px;
  margin: auto;
}
section#contador-gestos .listado-mejores li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
section#contador-gestos .listado-mejores li .comunidad, section#contador-gestos .listado-mejores li .numgestos {
  font-size: 1.125rem;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  section#contador-gestos .cont-manos .izq {
    width: 70%;
  }
  section#contador-gestos .cont-manos .der {
    width: 70%;
  }
}
@media all and (max-width: 575px) {
  section#contador-gestos .cont-manos .izq {
    display: none;
  }
  section#contador-gestos .cont-manos .der {
    display: none;
  }
}

/** Página de detalle de comunidad **/
#gestos-page h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4477c1;
  text-align: center;
  margin-top: 0.625rem;
}
#gestos-page input, #gestos-page select {
  border: 1px solid black;
  margin-bottom: 10px;
  border-radius: 0.625rem;
}
#gestos-page .btn-block {
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
#gestos-page p#titleGestos {
  padding: 1.25rem;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
#gestos-page .btn-gray {
  border: none;
  background-color: #f5f5f5;
  margin-top: 5px;
}
#gestos-page .btn-gray:hover {
  background-color: #4477c1;
  color: white;
}
#gestos-page #gestoTexto {
  font-weight: 600;
  text-align: center;
  font-size: 1rem;
}
#gestos-page #cont-btn-buscar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#gestos-page section#gestos {
  background-color: #ABDBED;
}
#gestos-page section#gestos .logo {
  margin-bottom: 40px;
  margin-top: 40px;
}
#gestos-page section#gestos .cont-720 {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gestos-page section#gestos .cont-720 img {
  max-width: 100%;
}
#gestos-page section#gestos .cont-720 .box {
  background-color: white;
  width: 100%;
  padding: 0;
  border-radius: 1.25rem;
}
#gestos-page section#gestos .cont-720 .box.box-list {
  margin-top: 20px;
  margin-bottom: 20px;
}
#gestos-page section#gestos .cont-720 .box svg:hover, #gestos-page section#gestos .cont-720 .box svg.active {
  cursor: pointer;
}
#gestos-page section#gestos .cont-720 .box svg:hover .background, #gestos-page section#gestos .cont-720 .box svg.active .background {
  fill: #4477c1;
}
#gestos-page section#gestos .cont-720 .box svg:hover .interior, #gestos-page section#gestos .cont-720 .box svg.active .interior {
  fill: white;
}
#gestos-page section#gestos .cont-720 .box .cont-iconos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#gestos-page section#gestos .cont-720 .box .cont-iconos p {
  margin: 0;
}
#gestos-page section#gestos .cont-720 .box .cont-list {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  padding: 1.875rem;
}
#gestos-page section#gestos .cont-720 .box .cont-list.grid {
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
#gestos-page section#gestos .cont-720 .box .cont-list.grid .gesto {
  background-color: white;
  padding: 6px 7px 6px 20px;
  border-radius: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gestos-page section#gestos .cont-720 .box .cont-list.grid .gesto .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#gestos-page section#gestos .cont-720 .box .cont-list.grid .gesto .flex .numero {
  font-size: 15px;
  color: #4477c1;
}
#gestos-page section#gestos .cont-720 .box .cont-list.grid .gesto .flex .texto p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
  margin: 0;
}
#gestos-page section#gestos .cont-720 .box .cont-list.grid .gesto .btn-red {
  display: none;
}
#gestos-page section#gestos .cont-720 .box .cont-list.list {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
}
#gestos-page section#gestos .cont-720 .box .cont-list.list .gesto {
  background-color: white;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.1490196078);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 10px 16px 16px 20px;
}
#gestos-page section#gestos .cont-720 .box .cont-list.list .gesto .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#gestos-page section#gestos .cont-720 .box .cont-list.list .gesto .flex .numero {
  font-size: 15px;
  color: #4477c1;
}
#gestos-page section#gestos .cont-720 .box .cont-list.list .gesto .flex .texto {
  max-width: 420px;
}
#gestos-page section#gestos .cont-720 .box .cont-list.list .gesto .flex .texto p {
  margin: 0;
}
#gestos-page section#gestos .cont-720 .box .cont-list.list .gesto .btn-ver {
  display: none;
  cursor: pointer;
}
#gestos-page section#gestos .cont-720 .box .cont-list.list .gesto .btn-red {
  font-size: 18px;
}
#gestos-page section#gestos .cont-720 .box .cont-list .gesto {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gestos-page section#gestos .cont-720 .box .cont-list .gesto p {
  font-weight: bold;
}
#gestos-page section#gestos .cont-720 .box .cont-list .gesto .numero {
  font-size: 15px;
  color: #4477c1;
  font-weight: bold;
}
#gestos-page section#gestos .cont-720 .box .cont-list .gesto .btn-ver {
  background-color: #BFBFBF;
  font-size: 0.9375rem;
  padding: 3px 10px;
  border-radius: 20px;
  text-decoration: none;
  cursor: pointer;
}
#gestos-page section#gestos .cont-720 .box .cont-list .gesto .btn-ver:hover {
  background-color: #4477c1;
  color: white;
}
#gestos-page section#gestos .cont-720 .box .cont-list .gesto .btn-red {
  font-size: 18px;
  min-width: 170px;
}
@media all and (max-width: 767px) {
  #gestos-page section#gestos .cont-720 .box .cont-list.grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  #gestos-page section#gestos .cont-720 .box .cont-list.grid .gesto .flex .texto p {
    width: 300px;
  }
  #gestos-page section#gestos .cont-720 .box .cont-list.list .gesto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gestos-page section#gestos .cont-720 .box .cont-list.list .gesto .flex {
    width: 100%;
  }
  #gestos-page section#gestos .cont-720 .box .cont-list.list .gesto .flex .numero {
    font-size: 15px;
  }
  #gestos-page section#gestos .cont-720 .box .cont-list.list .gesto .flex .texto {
    max-width: none;
  }
  #gestos-page section#gestos .cont-720 .box .cont-list.list .gesto .btn-red {
    font-size: 16px;
    min-width: 150px;
  }
}
@media all and (max-width: 575px) {
  #gestos-page section#gestos .cont-720 .box .cont-list.grid .gesto .flex .texto p {
    width: 150px;
  }
}

/** Comunes **/
.box .number {
  margin: 0 auto 0.625rem;
  max-width: 200px;
  padding: 0 2.5rem 0.5rem;
  border-radius: 1.25rem;
  border: 2px solid #4477c1;
}
.box .number h2 {
  margin: 0;
  font-size: 40px !important;
  color: #4477c1;
}
.box.box-listado .number {
  border-color: white;
}

.ganadores #container-ganadores .ficha-trabajo {
  margin-bottom: 0.9375rem;
  background-color: #f3ebd6;
  border-radius: 0.625rem;
}
.ganadores #container-ganadores .ficha-trabajo .title-ficha-trabajo {
  padding: 0.625rem;
  border-radius: 0.625rem 0.625rem 0 0;
}
.ganadores #container-ganadores .ficha-trabajo .title-ficha-trabajo h2 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0;
}
.ganadores #container-ganadores .ficha-trabajo .cont-trabajo {
  padding: 1.25rem;
  text-align: center;
}
.ganadores #container-ganadores .ficha-trabajo .cont-trabajo h3 {
  font-size: 1.25rem;
  padding: 0;
  margin-bottom: 1.25rem;
}
.ganadores #container-ganadores .ficha-trabajo .cont-trabajo h4 {
  font-size: 1.125rem;
  padding: 0;
  margin-bottom: 1.25rem;
  font-weight: bold;
}
.ganadores #container-ganadores .ficha-trabajo .cont-trabajo audio {
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}
@media all and (max-width: 767px) {
  .ganadores #container-ganadores .ficha-trabajo .cont-trabajo audio {
    margin-bottom: 1.25rem;
  }
}
.ganadores #container-ganadores .ficha-trabajo .cont-trabajo img {
  max-height: 18.75rem;
  border-radius: 0.9375rem;
}

section.docentes-ganadores hr {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
section.docentes-ganadores .titulo-docentes {
  margin-top: 2rem;
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.docentes-ganadores .titulo-docentes img {
  width: 130px;
}
section.docentes-ganadores .titulo-docentes h2 {
  margin-bottom: 0;
  font-size: 1.5rem;
}
section.docentes-ganadores ul {
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.docentes-ganadores ul li {
  background-color: #eaf3f3;
  margin-left: 3px;
  margin-right: 3px;
  width: 25%;
  padding: 1.25rem 1.25rem 0.5rem;
  min-height: 9rem;
  text-align: center;
  border-radius: 0.625rem;
}
section.docentes-ganadores ul li:first-child {
  margin-left: 0;
}
section.docentes-ganadores ul li:last-child {
  margin-right: 0;
}
section.docentes-ganadores ul li span {
  display: block;
}
section.docentes-ganadores ul li .cat {
  font-family: "DINRoundPro";
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.625rem;
}
section.docentes-ganadores ul li .cat-letra {
  font-size: 2rem;
  font-family: "DINRoundPro";
  line-height: 1;
  margin-bottom: 0.625rem;
}
@media all and (max-width: 767px) {
  section.docentes-ganadores ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.docentes-ganadores ul li {
    width: 49%;
    margin: 0;
    margin-bottom: 0.625rem;
  }
}

#votacion-popular .menuvotacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
#votacion-popular .menuvotacion a.btn {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.875rem;
  margin: 0;
}
#votacion-popular .menuvotacion a.btn:first-child {
  font-size: 1.25rem;
}
#votacion-popular .menuvotacion a.btn.active {
  background-color: #4477c1;
  color: white !important;
}
#votacion-popular #votar h2 {
  text-align: center;
  color: #4477c1;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0px;
}
#votacion-popular #votar .ntotaltrabajos {
  text-align: left;
  margin-bottom: 10px;
  width: 50%;
  float: left;
}
#votacion-popular #votar .paginacion-top {
  float: right;
  width: 50%;
  text-align: right;
}
#votacion-popular #votar #listado-trabajos {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  clear: both;
}
#votacion-popular #votar #listado-trabajos > li {
  width: 48%;
  margin-bottom: 55px;
  padding: 10px 30px 20px 30px;
  border: 1px solid #4477c1;
  border-radius: 0.875rem;
  padding-bottom: 90px;
  position: relative;
}
@media all and (max-width: 1399px) {
  #votacion-popular #votar #listado-trabajos > li {
    padding: 10px 20px 90px;
  }
}
@media all and (max-width: 991px) {
  #votacion-popular #votar #listado-trabajos > li {
    width: 49%;
  }
}
@media all and (max-width: 575px) {
  #votacion-popular #votar #listado-trabajos > li {
    width: 100%;
  }
}
#votacion-popular #votar #listado-trabajos > li .content-top {
  height: auto;
}
#votacion-popular #votar #listado-trabajos > li .content-top h3 {
  font-size: 1.125rem;
  margin-bottom: 5px;
  text-align: center;
  background-color: white;
  margin: -30px auto;
}
#votacion-popular #votar #listado-trabajos > li .content-top .nombre-colegio {
  font-size: 0.9375rem;
  margin-top: 50px;
}
@media all and (max-width: 1399px) {
  #votacion-popular #votar #listado-trabajos > li .content-top h3 {
    font-size: 1rem;
  }
}
#votacion-popular #votar #listado-trabajos > li .imagen {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#votacion-popular #votar #listado-trabajos > li .imagen img {
  max-height: 300px;
  max-width: 100%;
  margin: auto;
  border-radius: 0.875rem;
}
@media all and (max-width: 1399px) {
  #votacion-popular #votar #listado-trabajos > li .imagen img {
    max-height: 250px;
  }
}
#votacion-popular #votar #listado-trabajos > li .ficha {
  margin-left: 10px;
}
#votacion-popular #votar #listado-trabajos > li .datos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
}
#votacion-popular #votar #listado-trabajos > li .datos .colegio {
  width: 100%;
  text-align: left;
}
#votacion-popular #votar #listado-trabajos > li .datos .colegio .blue {
  color: #4477c1;
  font-weight: bold;
}
#votacion-popular #votar #listado-trabajos > li .datos .aula, #votacion-popular #votar #listado-trabajos > li .datos .categoria {
  width: 50%;
  text-align: left;
}
#votacion-popular #votar #listado-trabajos > li .datos .aula .blue, #votacion-popular #votar #listado-trabajos > li .datos .categoria .blue {
  color: #4477c1;
  font-weight: bold;
}
#votacion-popular #votar #listado-trabajos > li .datos .linea {
  border-bottom: 1px solid #4477c1;
}
#votacion-popular #votar #listado-trabajos > li .opciones-bottom {
  position: absolute;
  bottom: 12px;
  left: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#votacion-popular #votar #listado-trabajos > li .opciones-bottom .numvotos {
  text-align: left;
  color: #4477c1;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 10px;
  width: 30%;
}
#votacion-popular #votar #listado-trabajos > li .opciones-bottom .botones-votar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#votacion-popular #votar #listado-trabajos > li .opciones-bottom .botones-votar .btn-votar {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  line-height: 1;
}
#votacion-popular #votar #listado-trabajos > li .opciones-bottom .botones-votar .btn-votar i {
  font-size: 1.875rem;
  margin-top: -4px;
}
#votacion-popular #votar #listado-trabajos > li .opciones-bottom .botones-votar .btn-votar:focus {
  text-decoration: none;
}
@media all and (max-width: 1200px) {
  #votacion-popular #votar #listado-trabajos > li .opciones-bottom .botones-votar .btn-votar {
    width: 65%;
    background-position: 84% 30%;
  }
}
#votacion-popular #votar #listado-trabajos > li .opciones-bottom .botones-votar .btn-compartir {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#votacion-popular #votar #listado-trabajos > li .opciones-bottom .botones-votar .btn-compartir i {
  font-size: 1.875rem;
}
#votacion-popular #votar #listado-trabajos > li .opciones-bottom .botones-votar .btn-compartir:focus {
  text-decoration: none;
}
#votacion-popular #votar #listado-trabajos > li .opciones-bottom .capa-compartir {
  right: 4;
}
#votacion-popular #votar #listado-trabajos > li .opciones-bottom .capa-compartir ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 5px;
  gap: 0.5rem;
}
#votacion-popular #votar #listado-trabajos > li .opciones-bottom .capa-compartir ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background-color: #4477c1;
  text-decoration: none;
}
#votacion-popular #votar #listado-trabajos > li .opciones-bottom .capa-compartir ul li a i {
  font-size: 1rem;
  color: white;
}
#votacion-popular #votar #listado-trabajos > li .opciones-bottom .capa-compartir ul li a:hover {
  background-color: #d3483f;
}
#votacion-popular #votar .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#votacion-popular #votar .pagination li a {
  padding: 10px 20px;
  border-radius: 0;
  border-color: #4477c1;
  color: #4477c1;
  text-decoration: none !important;
}
#votacion-popular #votar .pagination li a:hover {
  background-color: #4477c1;
  color: white;
}
#votacion-popular #votar .pagination li.active a {
  background-color: #4477c1;
  color: white;
}
@media all and (max-width: 991px) {
  #votacion-popular #tabla-ranking th {
    font-size: 10px;
    padding: 5px;
  }
}
@media all and (max-width: 991px) {
  #votacion-popular #tabla-ranking tr {
    font-size: 10px;
  }
}
@media all and (max-width: 991px) {
  #votacion-popular #tabla-ranking td {
    padding: 5px 0;
  }
}
#votacion-popular .actualizacion {
  margin: 30px 0 60px;
  padding: 20px;
}
#votacion-popular #modal-voto .modal-header {
  text-align: center;
  text-transform: uppercase;
  color: white;
  background-color: #d3483f;
  font-weight: bold;
  font-size: 1.125rem;
}
#votacion-popular #modal-voto .modal-body .correo {
  width: 100%;
  border: 1px solid #271738;
}
#votacion-popular #modal-voto .modal-body p {
  font-size: 0.875rem !important;
}
#votacion-popular #modal-voto .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ########################### NO AGREGAR ESTILOS A ESTE FICHERO. USAR LA CARPETA INCLUDES ############################## */
/*# sourceMappingURL=main.min.css.map */