@font-face {
    font-family: 'Barmeno';
    src: url('../fonts/barmeno.woff2') format('woff2'), url('../fonts/barmeno.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Barmeno';
    src: url('../fonts/barmeno_medium.woff2') format('woff2'), url('../fonts/barmeno_medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Barmeno';
    src: url('../fonts/barmeno_bold.woff2') format('woff2'), url('../fonts/barmeno_bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/PTS55F-webfont.woff') format('woff');
}

@font-face {
    font-family: 'PT Sans';
    font-weight: 400;
    font-style: italic;
    src: url('../fonts/PTS56F-webfont.woff') format('woff');
}

@font-face {
    font-family: 'PT Sans';
    font-weight: 800;
    font-style: normal;
    src: url('../fonts/PTS75F-webfont.woff') format('woff');
}

@font-face {
    font-family: 'PT Sans';
    font-weight: 800;
    font-style: italic;
    src: url('../fonts/PTS76F-webfont.woff') format('woff');
}

@font-face {
    font-family: 'MobiriseIcons';
    src: url('../fonts/mobirise-icons.eot?spat4u');
    src: url('../fonts/mobirise-icons.eot?spat4u#iefix') format('embedded-opentype'), url('../fonts/mobirise-icons.ttf?spat4u') format('truetype'), url('../fonts/mobirise-icons.woff?spat4u') format('woff'), url('../fonts/mobirise-icons.svg?spat4u#MobiriseIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'et-line';
    src: url('../fonts/et-line.eot');
    src: url('../fonts/et-line.eot?#iefix') format('embedded-opentype'), url('../fonts/et-line.woff') format('woff'), url('../fonts/et-line.ttf') format('truetype'), url('../fonts/et-line.svg#et-line') format('svg');
    font-weight: normal;
    font-style: normal;
}

@-webkit-keyframes gatillo-hover {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 500px 0;
    }
}

@keyframes gatillo-hover {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 500px 0;
    }
}

:root,
p {
    font-family: 'PT Sans', sans-serif;
    font-size: 22px;
}

html {
    height: 100%;
}

@media (max-width: 767px) {

    :root,
    p {
        font-size: 18px;
    }
}


a {
    color: #49a5aa;
    outline: none;
}

a:hover {
    color: #49a5aa;
}

body {
    /*-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;*/

    font-family: 'PT Sans', sans-serif;
    font-size: 1rem;
    color: #666;
    height: 100%;
}

.js body {
    overflow: hidden;
}

button.close {
    background: #ad123c;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    opacity: 1;
    outline: 0;
    padding: 5px;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: background .2s;
    transition: background .2s;
    width: 30px;
    z-index: 1000;
}

button.close:focus,
button.close:hover {
    background: #ffd200;
    opacity: 1;
}

button.cerrar-leccion {
    position: fixed;
}


/* Estilos de botón cerrar de acuerdo al Sistema Operativo */

button.cerrar-leccion-windows {
    right: 33px;
    top: 15px;
}

button.cerrar-leccion-linux {
    /* right: 33px;
top: 15px; */
}

button.cerrar-leccion-mac {
    right: 16px;
    top: 17px;
}

figure {
    margin: 0 2em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: 'Barmeno', cursive;
    font-weight: 600;
}

h1,
.h1 {
    color: #ad123c;
}

@media (max-width: 576px) {
    h1.elementor-heading-title {
        font-size: 2.1rem !important;
    }
}

h3,
.h3 {
    color: #FFD200;
}

.barmeno {
    font-family: 'Barmeno', cursive;
    font-weight: 600;
}

.ptSans {
    font-family: 'PT Sans', sans-serif;
}

#logo-frisby {
    bottom: 0;
    margin-bottom: 30px;
    position: absolute;
}

.bb-nav-prev,
.bb-nav-next,
.menu-button {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #ad123c;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    text-align: center;
    speak: none;
    font-weight: bold;
    cursor: pointer;
}

.bb-nav-prev {
    top: 48vh;
    left: 14px;
    position: fixed;
    z-index: 1000;
}

.bb-nav-next {
    top: 48vh;
    /* right: 14px; */
    position: fixed;
    z-index: 1000;
}


/* estilos de acuerdo al Sistema Operativo */

.bb-nav-next-windows {
    right: 31px;
}

.bb-nav-next-linux {
    right: 31px;
}

.bb-nav-next-mac {
    right: 14px;
}

.bb-nav-prev:hover,
.bb-nav-next:hover,
.menu-button:hover {
    background: #ffd200;
}

.container,
.bb-custom-wrapper,
.bb-bookblock {
    width: 100%;
    height: 100%;
}

.container {
    position: relative;
    left: 0px;
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    padding: 0;
}

.no-js .container {
    padding-left: 240px;
}

.bb-custom-wrapper {
    padding-left: 0px;
}

.bb-custom-wrapper.open {
    padding-left: 240px;
}

.backdrop {
    bottom: 0;
    left: -100%;
    overflow: auto;
    padding: 15px;
    position: fixed;
    right: 100%;
    top: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
    z-index: 1002;
}

.backdrop.actividad {
    background: #ffd200;
}

.backdrop.recurso {
    background: #49a5aa;
}

.backdrop.in {
    left: 0;
    right: 0;
}

.backdrop header {
    font-size: 1.3em;
    padding: 20px 40px;
}

.backdrop.actividad footer,
.backdrop.recurso footer {
    padding: 0 10px 10px 0;
    text-align: right;
}

.backdrop.actividad header {
    background: rgba(255, 210, 0, .4);
}

.backdrop.recurso header {
    background: rgba(73, 165, 170, .4);
}

.backdrop header h1,
.backdrop header h2 {
    font-family: 'Barmeno', sans-serif;
    margin-top: 10px;
}

.backdrop header h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 600;
}

.backdrop.actividad header h1 {
    text-shadow: 4px 3px 0 #ffd200;
}

.backdrop.recurso header h1 {
    text-shadow: 4px 3px 0 #49a5aa;
}

.backdrop header h2 {
    background: #fff;
    border-radius: 2em;
    display: inline-block;
    font-size: 26px;
    padding: 2px 25px;
}

.backdrop.actividad header h2 {
    color: #ffd200;
}

.backdrop.recurso header h2 {
    color: #49a5aa;
}

.backdrop .contenido {
    display: block;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    overflow: auto;
}

.backdrop .fondo {
    background-image: url(../img/logo-footer.png), url(../img/patron-fondo.png);
    background-color: #fff;
    position: relative;
    background-repeat: no-repeat, repeat;
    background-position: right 15px bottom 10px, top left;
    padding-bottom: 65px;
}

.btn-primary {
    background: #ad123c;
    border: none;
    border-radius: 0;
    font-family: 'Barmeno', sans-serif;
    font-size: 1.15em;
    padding: 6px 30px;
}

.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover {
    background: #ffd200;
    border: none;
    outline: 0;
}

.btn-secundary {
    background: #ffd200;
    border: none;
    border-radius: 0;
    color: #ad123c;
    font-family: 'Barmeno', sans-serif;
    font-size: 1.15em;
    font-weight: 600;
    padding: 6px 30px;
}

.btn-secundary:active,
.btn-secundary:active:focus,
.btn-secundary:focus,
.btn-secundary:hover {
    background: #49a5aa;
    border: none;
    color: #fff;
    outline: 0;
}

.gatillo {
    clear: both;
    display: table;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.gatillo a:hover .img-circle:before {
    transform: scale(1.2) translateX(-40%);
}

.gatillo .franja {
    -webkit-animation: gatillo-hover 15s linear infinite;
    animation: gatillo-hover 15s linear infinite;
    background: #ad123c;
    background-image: -webkit-repeating-linear-gradient(55deg, transparent, transparent 15px, rgba(0, 0, 0, .05) 15px, rgba(0, 0, 0, .05) 30px);
    background-image: repeating-linear-gradient(35deg, transparent, transparent 15px, rgba(0, 0, 0, .05) 15px, rgba(0, 0, 0, .05) 30px);
    border-radius: 4em;
    -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, .3);
    box-shadow: 0px 4px 5px rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 1.1em;
    font-family: 'Barmeno', cursive;
    padding: 20px;
    padding-left: 260px;
    position: absolute;
    top: 80px;
    width: 100%;
    -webkit-transition: .2s all linear;
    transition: .2s all linear;
}

.gatillo a:hover .franja {
    padding-left: 270px;
}

.gatillo .img-circle {
    -webkit-animation: gatillo-hover 15s linear infinite;
    animation: gatillo-hover 15s linear infinite;
    border: 8px solid #ccc;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .4);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .4);
    display: block;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: .3s all linear;
    transition: .3s all linear;
    width: 240px;
}

.gatillo .img-circle {
    max-width: 240px;
    width: 100%;
}

.gatillo .img-circle:before {
    border: 3px solid;
    border-radius: 2em;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    bottom: -24px;
    color: #fff;
    left: 50%;
    padding: 2px 10px;
    position: absolute;
    text-align: center;
    -webkit-transition: .2s all linear;
    transition: .2s all linear;
    width: 180px;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .gatillo .franja {
        height: 60px;
        top: 90px;
    }

    .gatillo .img-circle {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

.gatillo p {
    clear: both;
    padding: 5px;
}

@media (max-width: 479px) {
    .gatillo .franja {
        display: none;
    }
}

.gatillo.actividad .img-circle {
    background: #ffd200;
    background-image: -webkit-repeating-linear-gradient(55deg, transparent, transparent 15px, rgba(0, 0, 0, .05) 15px, rgba(0, 0, 0, .05) 30px);
    background-image: repeating-linear-gradient(35deg, transparent, transparent 15px, rgba(0, 0, 0, .05) 15px, rgba(0, 0, 0, .05) 30px);
}

.gatillo.actividad .img-circle:before {
    background: #49a5aa;
    content: 'Entrenamiento:';
}

.gatillo.actividad a:hover .img-circle {
    background: #49a5aa;
    background-image: -webkit-repeating-linear-gradient(55deg, transparent, transparent 15px, rgba(0, 0, 0, .05) 15px, rgba(0, 0, 0, .05) 30px);
    background-image: repeating-linear-gradient(35deg, transparent, transparent 15px, rgba(0, 0, 0, .05) 15px, rgba(0, 0, 0, .05) 30px);
}

.gatillo.actividad a:hover .img-circle:before {
    background: #ffd200;
}

.gatillo.recurso .img-circle {
    background: #49a5aa;
    background-image: -webkit-repeating-linear-gradient(55deg, transparent, transparent 15px, rgba(0, 0, 0, .05) 15px, rgba(0, 0, 0, .05) 30px);
    background-image: repeating-linear-gradient(35deg, transparent, transparent 15px, rgba(0, 0, 0, .05) 15px, rgba(0, 0, 0, .05) 30px);
}

.gatillo.recurso .img-circle:before {
    background: #ffd200;
    content: 'Exploración:';
}

.gatillo.recurso a:hover .img-circle {
    background: #ffd200;
    background-image: -webkit-repeating-linear-gradient(55deg, transparent, transparent 15px, rgba(0, 0, 0, .05) 15px, rgba(0, 0, 0, .05) 30px);
    background-image: repeating-linear-gradient(35deg, transparent, transparent 15px, rgba(0, 0, 0, .05) 15px, rgba(0, 0, 0, .05) 30px);
}

.gatillo.recurso a:hover .img-circle:before {
    background: #49a5aa;
}

.menu-button {
    left: 14px;
    text-indent: -9000px;
    top: 20px;
    z-index: 1000;
}

.menu-button:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 2px;
    background: #fff;
    top: 50%;
    margin-top: -1px;
    left: 25%;
    -webkit-box-shadow: 0 -4px #fff, 0 4px #fff;
    box-shadow: 0 -4px #fff, 0 4px #fff;
}

.menu-panel {
    background: #ffd200;
    -webkit-box-shadow: 3px 0 5px rgba(0, 0, 0, .25);
    box-shadow: 3px 0 5px rgba(0, 0, 0, .25);
    height: 100%;
    left: -240px;
    position: absolute;
    top: 0;
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    width: 240px;
    z-index: 1000;
}

.menu-panel h3 {
    background: #ad123c;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 10px;
    text-align: center;
}

.menu-panel.open {
    left: 0;
}

#menu-toc {
    height: calc(100vh - 300px);
    overflow-y: auto;
}


.menu-toc li {
    border-bottom: 1px dashed #fff;
}


.menu-toc li a {
    color: #ad123c;
    display: block;
    font-size: 0.9em;
    padding: 10px 15px;
    text-decoration: none;
}


.menu-toc li a:hover,

.menu-toc li.menu-toc-current a {
    background: #ad123c;
    -webkit-box-shadow: inset 0 4px 10px rgba(0, 0, 0, .25);
    box-shadow: inset 0 4px 10px rgba(0, 0, 0, .25);
    color: #fff;
}

@media (orientation: portrait) and (max-width: 767px) {
    #menu-toc {
        height: calc(100vh - 210px);
    }

    #logo-frisby {
        margin-bottom: 10px;
    }

    #logo-frisby img {
        max-width: 120px;
    }
}

@media (orientation: landscape) and (max-width: 767px) {
    #logo-frisby img {
        display: none;
    }

    #logo-frisby {
        margin-bottom: 10px;
    }

    #menu-toc {
        height: 100vh;
    }
}

.no-js .bb-nav-prev,
.no-js .bb-nav-next,
.no-js .menu-button {
    display: none;
}

.js .bb-item {
    padding: 30px;
    overflow: auto;
}

.js .content {
    border: 1px solid #ddd;
    overflow: auto;
    padding: 15px 15px 20px;
}

@media screen and (max-width: 800px) {
    .no-js .menu-panel {
        display: none;
    }

    .no-js .container {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .js .content {
        padding: 0 10px 10px;
    }

    .js .bb-item {
        padding: 30px 20px;
    }

    .menu-button {
        left: 10px;
        top: 15px;
    }

    button.cerrar-leccion-windows {
        right: 10px;
        top: 15px;
    }

    .bb-nav-prev {
        top: auto;
        bottom: 15px;
        left: 9px;
    }

    .bb-nav-next {
        top: auto;
        bottom: 15px;
        right: 10px;
    }

    .bb-nav-next-windows {
        right: 10px;
    }
}

.calificacion .modal-content {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.calificacion .modal-body {
    background-size: cover;
    height: 386px;
    width: 300px;
}

.calificacion .modal-body.exito {
    background: url('../img/puntaje-exito.png') center no-repeat;
}

.calificacion .modal-body.parcial {
    background: url('../img/puntaje-parcial.png') center no-repeat;
}

.calificacion .modal-body .mensaje {
    background: #fff;
    border-radius: 8px;
    font-size: 20px;
    line-height: normal;
    margin: 0 25px;
    padding: 5px;
    position: relative;
}

.calificacion .modal-body .mensaje:after {
    bottom: -30px;
    border-color: #fff transparent transparent;
    border-style: solid;
    border-width: 15px;
    content: "";
    left: calc(50% - 15px);
    position: absolute;
}

.calificacion .modal-body .mensaje .texto-puntaje {
    display: block;
}

.calificacion .modal-body .mensaje .puntaje {
    font-size: 1.1em;
    font-weight: bold;
}

.calificacion .modal-body.exito .mensaje .puntaje {
    color: #8eb936;
}

.calificacion .modal-body.parcial .mensaje .puntaje {
    color: #ad123c;
}

.calificacion .modal-footer {
    border: none;
    text-align: center;
}

.titulo-tema {
    background-color: rgb(250, 197, 28);
    color: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-size: 32px;
    margin: 0;
    padding: 40px 0;
    text-align: center;
}

.titulo-importante {
    color: #d14841;
    font-size: 30px;
    text-align: center;
}

.nota blockquote {
    font-style: italic;
    padding: 10px 0 10px 20px;
    border-left: 4px solid #fac51c;
    position: relative;
}

.margen-vertical {
    margin: 20px 0;
}

.content section,
.content section.elementor-section-boxed {
    padding-top: 0;
    padding-bottom: 0;
}

.content .container {
    padding-left: .9375rem;
    padding-right: .9375rem;
}

.seccion-gris {
    background-color: rgb(239, 239, 239);
}

.row {
    margin-right: 0;
    margin-left: 0;
}


/*=== ESILOS PARA ELEMENTOR ===*/

/*-- Ajuste elementor --*/

.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

/*-- Lista cla --*/

.listaRecuadrosVertical ul {
    margin: 0;
    padding: 0;
}

.listaRecuadrosVertical li {
    background-color: #fff;
    margin-bottom: 10px;
    list-style: none;
    padding: 12px 20px;
    position: relative;
}

.listaRecuadrosVertical li:last-child {
    margin-bottom: 0;
}

.listaRecuadrosVertical li::before {
    content: "";
    background-color: #ff8f00;
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

/*-- Lista recuadros verdes --*/

.listaRecuadrosVerde ul,
.listaRecuadrosNaranja ul,
.listaRecuadrosRojo ul,
.listaHexagonosNaranja ul,
.listaHexagonosVerdes ul,
.listaHexagonosRojos ul,
.listaCirculos ul {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.listaRecuadrosVerde li,
.listaRecuadrosNaranja li,
.listaRecuadrosRojo li {
    color: #fff;
    background-color: #ccc;
    list-style: none;
    margin: 10px;
    padding: 25px;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: calc(33.3333% - 20px);
    display: flex;
}

.listaRecuadrosVerde.centrarVertical li,
.listaRecuadrosNaranja.centrarVertical li,
.listaRecuadrosRojo.centrarVertical li {
    align-items: center;
}

.listaRecuadrosVerde.centrarHorizontal li,
.listaRecuadrosNaranja.centrarHorizontal li,
.listaRecuadrosRojo.centrarHorizontal li {
    justify-content: center;
}

.listaRecuadrosVerde.column1 li,
.listaRecuadrosNaranja.column1 li,
.listaRecuadrosRojo.column1 li,
.listaHexagonosNaranja.column1 li,
.listaHexagonosVerdes.column1 li,
.listaHexagonosRojos.column1 li {
    width: 100%;
}

.listaRecuadrosVerde.column2 li,
.listaRecuadrosNaranja.column2 li,
.listaRecuadrosRojo.column2 li,
.listaHexagonosNaranja.column2 li,
.listaHexagonosVerdes.column2 li,
.listaHexagonosRojos.column2 li {
    width: calc(50% - 20px);
}

@media (max-width: 960px) {

    .listaRecuadrosVerde li,
    .listaRecuadrosNaranja li,
    .listaRecuadrosRojo li {
        width: calc(50% - 20px);
    }
}

@media (max-width: 576px) {

    .listaRecuadrosVerde li,
    .listaRecuadrosNaranja li,
    .listaRecuadrosRojo li,
    .listaRecuadrosVerde.column2 li,
    .listaRecuadrosNaranja.column2 li,
    .listaRecuadrosRojo.column2 li,
    .listaHexagonosNaranja.column2 li,
    .listaHexagonosVerdes.column2 li,
    .listaHexagonosRojos.column2 li {
        width: 100%;
    }
}

.listaRecuadrosVerde li::after,
.listaRecuadrosNaranja li::after,
.listaRecuadrosRojo li::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 2px dashed #fff;
    border-radius: 8px;
}


.listaHexagonosNaranja li,
.listaHexagonosVerdes li,
.listaHexagonosRojos li {
    max-width: 180px;
    margin: 5px;
    display: inline-flex;
    min-width: 150px;
    width: 100%;
    position: relative;
    color: white;
    align-items: center;
    padding: 70px 10px;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    background-color: #ccc;
    justify-content: center;
    list-style: none;
    text-align: center;
    line-height: 1.2;
}


.listaRecuadrosVerde li:nth-child(9n+1),
.listaHexagonosVerdes li:nth-child(9n+1) {
    background-color: #A5B756;
}

.listaRecuadrosVerde li:nth-child(9n+2),
.listaHexagonosVerdes li:nth-child(9n+2) {
    background-color: #858333;
}

.listaRecuadrosVerde li:nth-child(9n+3),
.listaHexagonosVerdes li:nth-child(9n+3) {
    background-color: #FFCF03;
}

.listaRecuadrosVerde li:nth-child(9n+4),
.listaHexagonosVerdes li:nth-child(9n+4) {
    background-color: #EE9545;
}

.listaRecuadrosVerde li:nth-child(9n+5),
.listaHexagonosVerdes li:nth-child(9n+5) {
    background-color: #E67039;
}

.listaRecuadrosVerde li:nth-child(9n+6),
.listaHexagonosVerdes li:nth-child(9n+6) {
    background-color: #F47920;
}

.listaRecuadrosVerde li:nth-child(9n+7),
.listaHexagonosVerdes li:nth-child(9n+7) {
    background-color: #F1626E;
}

.listaRecuadrosVerde li:nth-child(9n+8),
.listaHexagonosVerdes li:nth-child(9n+8) {
    background-color: #AD123C;
}

.listaRecuadrosVerde li:nth-child(9n+9),
.listaHexagonosVerdes li:nth-child(9n+9) {
    background-color: #760000;
}



.listaRecuadrosRojo li:nth-child(9n+1),
.listaHexagonosRojos li:nth-child(9n+1) {
    background-color: #F1626E;
}

.listaRecuadrosRojo li:nth-child(9n+2),
.listaHexagonosRojos li:nth-child(9n+2) {
    background-color: #AD123C;
}

.listaRecuadrosRojo li:nth-child(9n+3),
.listaHexagonosRojos li:nth-child(9n+3) {
    background-color: #760000;
}

.listaRecuadrosRojo li:nth-child(9n+4),
.listaHexagonosRojos li:nth-child(9n+4) {
    background-color: #EE9545;
}

.listaRecuadrosRojo li:nth-child(9n+5),
.listaHexagonosRojos li:nth-child(9n+5) {
    background-color: #E67039;
}

.listaRecuadrosRojo li:nth-child(9n+6),
.listaHexagonosRojos li:nth-child(9n+6) {
    background-color: #F47920;
}

.listaRecuadrosRojo li:nth-child(9n+7),
.listaHexagonosRojos li:nth-child(9n+7) {
    background-color: #A5B756;
}

.listaRecuadrosRojo li:nth-child(9n+8),
.listaHexagonosRojos li:nth-child(9n+8) {
    background-color: #858333;
}

.listaRecuadrosRojo li:nth-child(9n+9),
.listaHexagonosRojos li:nth-child(9n+9) {
    background-color: #FFCF03;
}



.listaRecuadrosNaranja li:nth-child(9n+1),
.listaHexagonosNaranja li:nth-child(9n+1) {
    background-color: #EE9545;
}

.listaRecuadrosNaranja li:nth-child(9n+2),
.listaHexagonosNaranja li:nth-child(9n+2) {
    background-color: #E67039;
}

.listaRecuadrosNaranja li:nth-child(9n+3),
.listaHexagonosNaranja li:nth-child(9n+3) {
    background-color: #F47920;
}

.listaRecuadrosNaranja li:nth-child(9n+4),
.listaHexagonosNaranja li:nth-child(9n+4) {
    background-color: #F1626E;
}

.listaRecuadrosNaranja li:nth-child(9n+5),
.listaHexagonosNaranja li:nth-child(9n+5) {
    background-color: #AD123C;
}

.listaRecuadrosNaranja li:nth-child(9n+6),
.listaHexagonosNaranja li:nth-child(9n+6) {
    background-color: #760000;
}

.listaRecuadrosNaranja li:nth-child(9n+7),
.listaHexagonosNaranja li:nth-child(9n+7) {
    background-color: #A5B756;
}

.listaRecuadrosNaranja li:nth-child(9n+8),
.listaHexagonosNaranja li:nth-child(9n+8) {
    background-color: #858333;
}

.listaRecuadrosNaranja li:nth-child(9n+9),
.listaHexagonosNaranja li:nth-child(9n+9) {
    background-color: #FFCF03;
}


.listaCirculos li {
    max-width: 180px;
    width: 100%;
    min-height: 180px;
    padding: 15px;
    display: inline-flex;
    flex-wrap: wrap;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    align-items: center;
    text-align: center;
    color: white;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 6%;
    border: 1px dashed white;
    justify-content: center;
    background-color: #ccc;
    box-shadow: 0 0 0 7px #ccc;
}

.listaCirculos li:nth-child(6n+1) {
    background-color: #A5B756;
    box-shadow: 0 0 0 7px #A5B756;
}

.listaCirculos li:nth-child(6n+2) {
    background-color: #49A5AA;
    box-shadow: 0 0 0 7px #49A5AA;
}

.listaCirculos li:nth-child(6n+3) {
    background-color: #F9A018;
    box-shadow: 0 0 0 7px #F9A018;
}

.listaCirculos li:nth-child(6n+4) {
    background-color: #FFCF03;
    box-shadow: 0 0 0 7px #FFCF03;
}

.listaCirculos li:nth-child(6n+5) {
    background-color: #AD123C;
    box-shadow: 0 0 0 7px #AD123C;
}

.listaCirculos li:nth-child(6n+6) {
    background-color: #858333;
    box-shadow: 0 0 0 7px #858333;
}



.listaOrdenadaRedonda ol {
    margin: 0;
    counter-reset: li;
    list-style: none;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}

.listaOrdenadaRedonda li {
    position: relative;
    display: block;
    padding: 0.4em 0.4em 0.4em 1.7em;
    margin: 0.5em 0;
    background: #ddd;
    color: #2e2e2e;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
}

.listaOrdenadaRedonda li::before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #ad123c;
    height: 2.5em;
    width: 2.5em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    text-shadow: none;
}

.listaOrdenadaRedonda li:hover {
    background: #eee;
}

.listaOrdenadaRedonda li:hover::before {
    transform: rotate(360deg);
}

.listaDesordenadaChulos ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.listaDesordenadaChulos li {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    margin: .5em 0 .5em 2.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;
    border-radius: .3em;
}

.listaDesordenadaChulos li::before {
    content: "✔";
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #ad123c;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    color: #fff;
    text-shadow: none;
}

.listaDesordenadaChulos li::after {
    content: '';
    position: absolute;
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

.listaDesordenadaChulos li:hover {
    background: #eee;
}

.listaDesordenadaChulos li:hover::after {
    left: -.5em;
    border-left-color: #ad123c;
}

/*-- Fuentes --*/

.fuente span {
    padding: 2px 2px 2px 8px !important;
    border-left: 2px dotted #ffd200;
    font-size: 16px;
}

/*-- subtitulo --*/

/*-- subtitulo resaltado --*/

.subtituloConResaltado .elementor-heading-title {
    display: inline-block;
    border-bottom: 3px solid #ffd200;
    padding: 0 10px 3px;
}

.subtituloConIcono.elementor-element .elementor-icon-box-wrapper {
    align-items: stretch;
}

.subtituloConIcono.elementor-element.elementor-position-left .elementor-icon-box-icon {
    background-color: #ffd200;
    background-image: repeating-linear-gradient(35deg, transparent, transparent 15px, rgba(0, 0, 0, .03) 15px, rgba(0, 0, 0, .03) 30px);
    display: flex;
    align-items: center;
}

.subtituloConIcono .elementor-icon-box-content {
    background-color: #ffd200;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6px 15px 8px;
}

.subtituloConIcono .elementor-icon-box-title {
    margin: 0;
}

@media (max-width: 767px) {
    .subtituloConIcono.elementor-element.elementor-element-cd83a0e.elementor-position-left .elementor-icon-box-icon {
        justify-content: center;
    }

    .subtituloConIcono .elementor-icon-box-content {
        text-align: center;
        justify-content: center;
    }
}

/*-- Fondos --*/

.fondoDiagonal .elementor-widget-container,
.fondoDiagonalSeccion,
.fondoDiagonalColumna>.elementor-column-wrap {
    background-image: repeating-linear-gradient(35deg, transparent, transparent 15px, rgba(0, 0, 0, .03) 15px, rgba(0, 0, 0, .03) 30px);
}

/*-- TABLAS --*/

.tablaEstilo1 {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    overflow: hidden;
}

.tablaEstilo1 th {
    background-color: #ffd200;
    color: #fff;
    font-weight: normal;
    padding: 5px 10px;
}

.tablaEstilo1 tr {
    border-bottom: 1px solid #ccc;
}

.tablaEstilo1 tr:last-child {
    border-bottom: 0;
}

.tablaEstilo1 td {
    padding: 5px 10px;
}

.tablaImg img {
    min-width: 100px;
}

@media (max-width: 767px) {

    table.tablaMovil,
    .tablaMovil thead,
    .tablaMovil tbody,
    .tablaMovil th,
    .tablaMovil td,
    .tablaMovil tr {
        display: block;
    }

    .tablaMovil thead tr,
    .tablaMovil th,
    .tablaMovil>tbody tr:first-child {
        visibility: hidden;
        height: 0;
    }

    .tablaMovil>thead+tbody tr:first-child {
        visibility: visible;
        height: auto;
    }

    .tablaMovil tr {
        border: 1px solid #666;
    }

    .tablaMovil td {
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding: 10px;
        text-align: left;
        display: flex;
        align-items: stretch;
    }

    .tablaMovil td:before {
        --anchoTituloColumna: 40%;
        min-width: var(--anchoTituloColumna);
        max-width: var(--anchoTituloColumna);
        padding: 10px;
        display: flex;
        align-items: center;
        white-space: normal;
        background-color: #f5f5f5;
        font-weight: 600;
        justify-content: flex-end;
        text-align: right;
        margin: -10px 15px -10px -10px;
    }

    .tablaMovil td:nth-of-type(1):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(2):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(3):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(4):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(5):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(6):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(7):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(8):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(9):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(10):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(11):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(12):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(13):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(14):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(15):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(16):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(17):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(18):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(19):before {
        content: attr(data-titletable);
    }

    .tablaMovil td:nth-of-type(20):before {
        content: attr(data-titletable);
    }

    /*-- Se deben crear tantos hijos como la tabla con más columnas --*/
    .tablaEstilo1 {
        box-shadow: none;
        overflow: auto;
    }

    .tablaEstilo1 th {
        color: initial;
    }

    .tablaEstilo1 tr {
        border: 2px solid #ffd200;
        border-radius: 10px;
        overflow: hidden;
        margin: 10px 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    }

    .tablaEstilo1 tr:last-child {
        border-bottom: 2px solid #ffd200;
    }

    .tablaImg img {
        min-width: auto;
    }
}

@media (max-width: 1050px) {

    table.tablaMovil.tabla1050,
    .tablaMovil.tabla1050 thead,
    .tablaMovil.tabla1050 tbody,
    .tablaMovil.tabla1050 th,
    .tablaMovil.tabla1050 td,
    .tablaMovil.tabla1050 tr {
        display: block;
    }

    .tablaMovil.tabla1050 thead tr,
    .tablaMovil.tabla1050 th,
    .tablaMovil.tabla1050>tbody tr:first-child {
        visibility: hidden;
        height: 0;
    }

    .tablaMovil.tabla1050>thead+tbody tr:first-child {
        visibility: visible;
        height: auto;
    }

    .tablaMovil.tabla1050 tr {
        border: 1px solid #666;
    }

    .tablaMovil.tabla1050 td {
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding: 10px;
        text-align: left;
        display: flex;
        align-items: stretch;
    }

    .tablaMovil.tabla1050 td:before {
        --anchoTituloColumna: 40%;
        min-width: var(--anchoTituloColumna);
        max-width: var(--anchoTituloColumna);
        padding: 10px;
        display: flex;
        align-items: center;
        white-space: normal;
        background-color: #f5f5f5;
        font-weight: 600;
        justify-content: flex-end;
        text-align: right;
        margin: -10px 15px -10px -10px;
    }

    .tablaMovil.tabla1050 td:nth-of-type(1):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(2):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(3):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(4):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(5):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(6):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(7):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(8):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(9):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(10):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(11):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(12):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(13):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(14):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(15):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(16):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(17):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(18):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(19):before {
        content: attr(data-titletable);
    }

    .tablaMovil.tabla1050 td:nth-of-type(20):before {
        content: attr(data-titletable);
    }

    /*-- Se deben crear tantos hijos como la tabla con más columnas --*/
    .tablaEstilo1.tabla1050 {
        box-shadow: none;
        overflow: auto;
    }

    .tablaEstilo1.tabla1050 th {
        color: initial;
    }

    .tablaEstilo1.tabla1050 tr {
        border: 2px solid #ffd200;
        border-radius: 10px;
        overflow: hidden;
        margin: 10px 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    }

    .tablaEstilo1.tabla1050 tr:last-child {
        border-bottom: 2px solid #ffd200;
    }

    .tablaImg.tabla1050 img {
        min-width: auto;
    }
}

.numeroCircular .elementor-heading-title {
    background-color: #FFD200;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}


/*=== FIN ESILOS PARA ELEMENTOR ===*/

/*=== GALERÍA Ajustes ===*/

.elementor .gallery {
    display: flex;
    flex-wrap: wrap;
}

/*=== Fin GALERÍA Ajustes ===*/

.mb-20 {
    margin-bottom: 20px;
}