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

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

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

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

@font-face {
    font-family: "SourGummy";
    src: url("../fonts/SourGummy-VariableFont_wdth.ttf");
}

#videoFondo {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    filter: grayscale(0%);
    opacity: 100%;

}

#videocentrado {
    width: 50%;
    display: block;
    margin: 2em auto;
    filter: grayscale(0%);
    opacity: 100%;

}

.vacio {
    clear: both;
}

.romperFlujo {
    clear: both;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    margin: 16px auto;
    background-color: antiquewhite;
    width: 85%;
}

mark {
    background-color: rgb(246, 128, 128);
}

img {

    vertical-align: middle;
    width: 20%;
}

h1 {
    font-family: "SourGummy";
    font-size: 3em;
    color: red;
    letter-spacing: 5px;
    /* opcional ponerlo si queremos que salga mas amplio*/

}

.letraCapital {
    font-size: 2em;
    margin-left: 0.75em;
}

.barritaGorda {
    font-size: 3em;
    color: brown;
    padding: 0px 10px;

}

h2 {

    color: blue;
    font-family: "HolenVintage";
    text-align: right;
    font-size: 1.5em;

    margin: 0px 0px 8px 0px;
    font-style: italic;

}

h3 {
    width: 100%;
    color: rgb(81, 56, 56);
    font-family: "HolenVintage";
    text-align: justify;
    font-size: 1.1em;

    font-style: italic;
    margin-bottom: 16px;
    text-indent: 2em;
}

h4 {
    text-align: center;
    font-size: 2em;
}

nav {

    margin-bottom: 3em;
    text-align: right;
}

nav ul li {
    list-style: none;
    display: inline;

}

a {
    font-size: 1.5em;
    color: brown;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 5px;
}


a:hover {

    font-size: 1.5em;
    color: rgb(245, 10, 206);
    border: 1px solid blue;
    border-radius: 5px;
    font-style: italic;
    background-color: goldenrod;
    text-decoration: underline;
}

.redesSociales {
    padding: 0px;
}



footer a.redesSociales img {
    width: 50px;
    border: 2px solid red;
    border-radius: 50%;
}

footer a.redesSociales img:hover {

    border: 2px solid rgb(47, 0, 255);
    background-color: rgb(173, 158, 228);
}

a.redesSociales:hover {
    background-color: transparent;
    border: 2px solid transparent;

}


.alinearizquierda {
    text-align: left;
}

.alinearderecha {
    text-align: right;
}

.alinearcentro {

    text-align: center;
}

p {

    color: black;
    font-family: "SourGummy";
    text-align: justify;
    font-size: 1.2em;

    font-style: italic;
    margin-bottom: 16px;
    text-indent: 2em;
    line-height: 1.5em;
}

p.interlineado {
    line-height: 1.2em;
}

footer a img {
    width: 50px;
    padding: 5px;
    border: none;
    margin: 0px 5px;
}

footer {

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

address {
    /* sepuede poner footer adress a.redesSociales p {} y modificamos el <p>  */
    font-size: 0.55em;
    padding: 25px;
}

.columnas {
    column-count: 3;
    column-gap: 2em;
}

/* Estos son estilos generales de las lista*/

.lista_01 {
    list-style-type: square;


}

.lista_02 {

    list-style-type: upper-roman;
    /*lo pone en letra mayuiscula , se puede poner en lower-roman*/

}

.lista_03 {

    list-style-image: url(../img/estiloviñeta.png);

}

.lista_04 {
    list-style-position: inside;

}

.lista_05 {
    list-style-position: outside;

}

.parrafos {
    /*lo hemos puesto para poner mas altura de interlineado, la letra capital*/
    line-height: 1.5em;
    margin-bottom: 1em;
    color: rgb(20, 3, 36);
}

ul,
ol {
    margin-left: 40px;
    margin-bottom: 16px;

}

li {

    font-size: 1.2em;
    color: brown;
    text-align: justify;
    font-style: italic;
    line-height: 2em;
}







.ancho33 {
    width: 33%;
    border: 1px solid blue;
}

.ancho100 {
    width: 100%;
}

.festivos {
    color: red;
}

.vacaciones {
    color: blueviolet;
}

.leyenda {
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
}

span.cuadradoLeyenda1 {
    background-color: red;
    color: transparent;
}

span.cuadradoLeyenda2 {
    background-color: black;
    color: transparent;
}

span.cuadradoLeyenda3 {
    background-color: blueviolet;
    color: transparent;
}

.diasTenues tra {
    color: rgb(122, 118, 118);
}

th,
th,
td {
    text-align: center;

}

article.ancho33 {
    float: left;
}

/*estilos de formularios*/

form{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
}

.agrupadoFilas{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 2px solid transparent;
}

.agrupadoColumnas{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border: 2px solid transparent;
   
}

.horizontal{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border: 2px solid transparent;
}

.bordesRadio{
    border: 2px solid blue;
    border-radius: 1rem;
}

legend{
    font-size: 1.00rem;
    color: blue;
    margin: -1rem 1rem 1rem 1rem;
    padding: 0.25rem 1.00rem;
    background-color: aquamarine;
    border: 2px solid blue;
    border-radius: 0.5rem;
}

label{
    padding: 0.0rem 0.5rem 0.10rem 0.20rem;

}

textarea{
    font-size: 1.25rem;
    color: rgb(98, 98, 155);
    padding: 0.0rem 0.5rem 0.10rem 0.20rem;
}

fieldset{
    padding: 0.5rem;
    font-size: 1.5rem;
    color: blue;
    text-align: left;
}

input[type="submit"],
input[type="reset"]{
    font-size: 1em;
    color: brown;
    width: 12%;
    margin: 0rem 2rem;
    padding: 0.5rem 0.0rem;
    border: 2px solid blue;
    border-radius: 1rem;
    text-align: center;
    background-color: aquamarine;
    cursor: pointer;
}

input[type="submit"]:hover,
input[type="reset"]:hover{
    color: white;
    border: 2px solid aquamarine;
    background-color: blue ;
    cursor: pointer;
}