/*
Theme Name: Landing Code Cole
Theme URI: https://pinkxel.com
Template: twentytwentytwo
Author: pinkxel
Author URI: https://pinkxel.com
Description: Tema creado por pinkxel para Code en mi cole.
Tags: pinkxel, code en mi cole
Version: 1.1657793410.6
Updated: 2022-07-14 10:10:10

*/
@import url("https://use.typekit.net/urd3yub.css");

body {
    overflow-x: hidden;
    width: 100%;
    font-size: var(--wp--preset--font-size--small);
    --wp--preset--font-family--system-font: proxima-nova, sans-serif;
    --wp--preset--font-family--source-serif-pro: proxima-nova, sans-serif;
    --wp--custom--typography--line-height--normal: 1.25;
}

body p {
    text-align: justify;
}

body p strong {
    text-align: initial;
    display: inline-block;
}

h2 {
    font-size: 2rem;
    font-weight: bold;
}

h3 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.25em;
}

.blend {
    mix-blend-mode: soft-light;
    -webkit-mask-image: radial-gradient(ellipse 100% 100% at 50% 50%, black 30%, transparent 50%);
    transform: scale(1.5);
}

.wp-site-blocks > * {
    margin-block-start: 0;
}

.has-large-font-size {
    line-height: 1.2em;
}

.round > div{
    border-radius: 1.5rem;
}

.wp-block-gallery img {
    padding: .5rem;
}

.wp-block-buttons {
    --wp--style--block-gap: 1rem;
}

.wp-block-buttons>.wp-block-button {
    margin: 0 auto;
}

.wp-block-button a {
    font-size: 1.5rem;
    font-weight: bold;
    width: 12em;
}

.trama {
    background-image: url(trama.png);
    background-blend-mode: color-dodge;
    background-position-x: 700%;
    background-repeat: no-repeat;
    animation-name: move;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.rayas {
    background-image: url(rayas.png);
    background-blend-mode: color-dodge;
    background-position-x: -40%;
    background-repeat: no-repeat;
    background-size: cover;
    animation-name: big;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes move {
    0%   {
        background-size: 110%;
    }
    100%   {
        background-size: 107%;
    }
}

@keyframes big {
    0%   {
        background-size: 140%;
    }
    100%   {
        background-size: 150%;
    }
}

img.wp-image-28 {
    margin-top: .5em;
}

img.wp-image-37 {
    margin-top: -1em;
}

img.wp-image-39 {
    margin-top: -.5em;
}

.wp-container-28 > * + * {
    margin-inline-start: 0;
}

.wp-block-column.has-background-color.has-text-color.has-background.has-link-color {
    backdrop-filter: blur(4px);
}

.timeline table {
    background: rgb(34, 0, 102, 0.5) !important;
    backdrop-filter: blur(4px); 
    padding: 1rem 1rem 1.5rem;
    display: block;
    border-radius: 1.5rem;
}

.timeline table * {
	border: none !important;
    vertical-align: top;
}

.timeline table tr:first-child {
    font-size: 1.5em;
    font-weight: bold;
}

.timeline table tr td:first-child {
    text-align: end;
    font-weight: bold;
    padding-right: 3rem;
    position: relative;
}

.timeline table tr:not(:first-child) td:first-child::after,
.timeline table tr:not(:first-child,:last-child) td:first-child::before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: #a04;
    top: .5rem;
    position: absolute;
    border: 4px solid #f04;
}

.timeline table tr:not(:first-child) td:first-child::after {
    border-radius: 100%;
    right: .5rem;
}


.timeline table tr:not(:first-child) td:first-child::before {
    border: 3px solid #f04;
    width: 0;
    right: calc(.5rem + 9px );
    height: 2.75em;
    top: 1em;
}

.collapse {
    height: 0;
    opacity: 0;
    margin: -2em;
    transition: all 200ms ease;
}

.collapse.show {
    height: initial;
    opacity: 1;
    margin: initial;
}

footer {
    font-size: 1rem;
}

/*
    justificar 
    menos interlineado
    menos tamaño
    3 etapas
    botón de fechas de eventos
    lista de fechas
*/
