@font-face {
    font-family: lobster;
    src: url(../fonts/Lobster.ttf);
	font-display: swap;
}
@font-face {
    font-family: lobster2;
    src: url(../fonts/LobsterTwo.ttf);
	font-display: swap;
}

.cloud_tags{
    /* background-color: #e3e3e3;
    border-radius: 5px;
    padding: 2px 6px;
    margin: 0 3px;
    font-size: 0.9rem;
    font-synthesis-weight: bold; */
    font-weight: 700;
    /* box-shadow: 1px 1px 2px #00000050; */
}

* {
   /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
    font-size: 9pt;
    /*box-shadow:inset 0 0 0 1px black;*/

}
#fixed-background{
    position: fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background-image:url('../img/bg_pattern_3.jpg');
    background-size:30%;
}
i{
    font-family: sans-serif,"Font Awesome 5 Pro";
}

.card{
    border: none;
}
/**h1 en movil tiene un tamaño diferente**/
h1{
    font-family: Lobster, sans-serif;
    margin: 10px 0 4px 0;
    font-size: 2.2rem;
    letter-spacing: 0px;
}
/* Media query para tablets y escritorio */
@media screen and (min-width: 768px) {
    h1 {
        font-size: 2.525rem;    /* Tamaño más grande para desktop */
        letter-spacing: -1px;  /* Espaciado original para desktop */
    }
    h2{
        /* font-family: Lobster, sans-serif; */
        margin:20px 0;
    }

    .sub-title{
        font-size: 1.8rem;
    }

    #rojo > div {
        padding: 1em;
    }
}
h2{
    font-family: Lobster, sans-serif;
    /* margin:20px 0; */
}
.sub-title{
    font-family: lobster2, monospace;
    font-size: 1.45rem;
    /*text-shadow: black 1px 1px 1px;*/
}


h5.card-title{
    font-weight: 100;
}
h5 *{
    font-size: inherit;
}

.bandera {
    height: 54px;
    width: 64px;
}

.progress{
    box-shadow: 0px 0px 2px #0067d69c;
}
.progress-bar.RojoOscuro{
    box-shadow: inset 0 1px 1px #ffffff70, inset -1px -1px 1px #00000060;
    border-radius: .25em;
}

#rojo{
	position:sticky;
	top:0;
}

/* #rojo > div{
    padding:1em;
} */

.card-subtitle > span{
    margin-right:35px;
}


#foto-div *{
    text-align: center;
}

#foto-div img{
    border-radius:100%;
}

#foto-div #pic::before{
    content: "";
    background-image: url(../img/laureles_3.png);
    width: 89px;
    height: 89px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0;
    display: block;
    margin-top: -9px;
    margin-left: -7px;
}

#foto-div #pic{
    background-image: url(../img/foto_carnet.jpg);
    background-size: 90%;
    background-position-y: 34%;
    border-radius: 50px;
    width: 74px;
    height: 74px;
    z-index: 0;
    background-position-x: center;
    margin: 15px 0;
    align-self: center;;
}

#contacto a{
    font-size: 1.4rem;
}


.ger,
.fre,
.ang,
.spa,
.cat{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.cat{
    background-image: url('../img/idiomas/catalonia.svg');
}

.ger{
    background-image: url('../img/idiomas/aleman.svg');
}

.spa{
    background-image: url('../img/idiomas/espanol.svg');
}

.fre{
    background-image: url('../img/idiomas/frances.svg');
}

.ang{
    background-image: url('../img/idiomas/ingles.svg');
}



.vertical-center {

    display: flex;
    align-items: center;
}

.vertical-center > div{
    width: inherit;
    display: flex;
    flex-direction: column;
}
.vertical-center > div > p{
    align-self: center;
}

.vertical-center > div > span{
    justify-content: space-around;
}

.vertical-center > div > span > i{
    color: #991212;
}