@font-face {
    font-family: 'disney';
    src: url("fonts/Disney.ttf");
}

@font-face {
    font-family: 'great-vibes';
    src: url("fonts/GreatVibes-Regular.ttf");
}

@font-face {
    font-family: 'brittany-signature';
    src: url("fonts/BrittanySignature.ttf");
}

@font-face {
    font-family: 'shelley-andante';
    src: url("fonts/Shelley-AndanteScript.otf");
}

@font-face {
    font-family: 'southland';
    src: url("fonts/Southland.ttf");
}

@font-face {
    font-family: 'arapey';
    src: url("fonts/Arapey-Regular.ttf");
}

@font-face {
    font-family: 'arapey';
    src: url("fonts/Arapey-Italic.ttf");
    font-style: italic;
}

@font-face {
    font-family: 'montserrat';
    src: url("fonts/Montserrat-Regular.ttf");
}

@font-face {
    font-family: 'montserrat';
    src: url("fonts/Montserrat-Italic.ttf");
    font-style: italic;
}

@font-face {
    font-family: 'montserrat';
    src: url("fonts/Montserrat-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: 'montserrat';
    src: url("fonts/Montserrat-Regular.ttf");
}

@font-face {
    font-family: 'bodoni';
    src: url("fonts/Bodoni-Regular.ttf");
}

@font-face {
    font-family: 'bodoni';
    src: url("fonts/Bodoni-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: 'bodoni';
    src: url("fonts/Bodoni-Italic.ttf");
    font-style: italic;
}

@font-face {
    font-family: 'cowboy';
    src: url("fonts/Cowboy.otf");
}

@font-face {
    font-family: 'cowboyjunk';
    src: url("fonts/CowboyJunk.otf");
}

:root {
    --primary-color: #08554c;
    --secondary-color: #f3e5ab;
    --text-primary: #000;
    --text-secondary: #aaa;
    --main-bg: #efefef;
    --card-bg: #fff;
    --box-shadow:0px 7px 0px 0px #64646f33;
    --border-radius:16px;
}

/*
 * Debug: borde rojo en todos los elementos
* {
    border: 1px solid red;
}
*/

h1 {
    line-height: 1em !important;
}

body {
    min-height: 100%;
    background-size: cover; 
    background-position: top left;
    background-color: var(--main-bg) !important;
    margin: 0;
    padding: 0;
    overflow: auto !important;
    overflow-x: hidden;
}

.contenido {
    max-width: 420px;
    margin: auto;
    background-color: #FFFAE7;
}

.portada {
    height: 750px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.secciones {
    background-size: contain;
}

.seccion {
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

h1 {
    margin-bottom: 2rem !important;
}

.row {
    --bs-gutter-x: 0 !important;
}

.sombra-texto {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.contador {
    text-align: center;
    color: #7B7B7B;
}

.div-contador {
    background-color: var(--card-bg);
    border-radius: var(--border-radius);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.28);
    margin: 40px;
    padding: 20px;
    line-height: 1.2em;
}

.contador p {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.contador .texto-contador {
    font-size: 0.8rem;
}

.foto_album {
    width: 100%;
    background-color: white;
    padding: 5px 5px 30px 5px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.28);
}

.rotar-izq {
    transform: rotate(-15deg);
}

.rotar-der {
    transform: rotate(15deg);
}

.texto-formateado {
    white-space: pre-wrap;
    line-height: 1 !important;
    margin-bottom: 2em;
}


.circulo-icon {
    border-radius: 50%;
    padding: 8px 10px 8px 10px;
    font-size: 20px;
    margin: 0 20px 0 0;
}   

.circulo-icon:hover {
    cursor: pointer;
}
    
.circulo-icon a {
    color: #fff;
}

.height-200 {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: flex;
}

.long-image {
    width: 100%;
    height: auto;
}

.texto-espaciado {
    letter-spacing: 0.2em;
}

.cenefa1 {
    display: block;
    height: 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cenefa2 {
    display: block;
    height: 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cenefa3 {
    display: block;
    height: 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.cenefa4 {
    display: block;
    height: 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.invertir-horizontal {
    transform: scaleX(-1);
}

.borde {
    -webkit-text-stroke: 1px white;
}
