:root{
    --inicio: 'MedievalSharp', cursive;
    --titulo: 'Almendra SC', serif;
    --titulo2: 'Pirata One', cursive;
    --descripcion: 'Nova Oval', cursive;
    --fecha: 'Limelight', cursive;

}

body{
    background-color: #492310;
    
}

h1{
    font-family: var(--titulo);
    font-size: 35px;
    font-weight: bold;
    color: #AE1D1E;
    -webkit-text-stroke: 0.5px #621010;
    text-shadow: black 3px 3px 5px;
}

h2{
    font-family: var(--titulo2);
    font-size: 30px;
    color: #573321;
    text-transform: capitalize;
}

h3{
    font-family: var(--descripcion);
    font-size: 18px;
    color:#583225;
    padding: 1% 10%;
}

h4{
    font-family: var(--fecha);
    font-weight: bolder;
    color: #492310;
    font-size: 30px;
    margin-top: 30px;
}

.footer-tarjeta{
    padding:40px;
}

img {
    width:100%;
}

.imgLG{
    width: 600px;
    display: block;
    float: right;
}
.sello{
    width: 70%;
    margin-right: -57%;
    margin-top: -13%;
}

.selloMD{
    width: 40%;
    margin-left: 65%;
    margin-top: -3%;
}

/* div.containerSM{
    position:relative;
    background-image: url(imgPrincipal/fondo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
} */

div.container-tarjeta {
    position:relative;
    border: #E2AD05 4px solid ;
    border-radius: 5px;
    background-image: url(imgPrincipal/fondo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    width: 90%;
}

a{
    text-decoration: none;
    font-size: 23px;
    color: #492310;
    font-weight: bold;
    font-family: var(--inicio);   
}

a:hover{
    color:#B46717;
}
a:active{
    color:#B46717;
}

a.enlaceLG{
    font-size: 30px;
    line-height: 35px;
}

p{
    color: #A69366;
}

.pie{
    margin: 10px 35px;
}

.logo-overlay {
    position: absolute;
top:0;
    left: 0;
    z-index: 1;
    margin-top: 70px;
}
.enlaces-container {
    position: relative;
    z-index: 3;
    margin-top: 80%;
}
.enlaces-containerSM {
    position: relative;
    z-index: 3;
    margin-top: 97%;
}

.justify{
    text-align: justify;
}