
:root{
    --gold1:#f4bd76;
    --gold2:#f6cd8f;
    --gray:#ffffff80;
    --gray2:#f7d9d990;
    --grayclaro: #EEEEEE;
    --grayoscuro: #757575;
    --red1:#ff0000;
    --red2:#ff3000;
    --black1:#1a1b1f;
    --black2:#30353b;
    --blackoscuro: #2A2723;
    --black3:#0a0a0a;
    --shadow: 0 8px 8px;
    --green:#00bb2d;
    --blanco: #FFFFFF; 
    --color_shadow:#00000033;
    --tinto1: #712127;
    --tinto2: #CE5454;
    --tinto3: #D9463D;
    --tinto4: #EF5548;
    --tinto5: #9D2020;
    --tinto6: #800000;
    --orange: #CE6515;
    --bluemedio: #07889b;
    --yellowclaro: #F7BE15;
    --yellowmedio: #F2960D;
}

*{
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background: linear-gradient(180deg, var(--black2) 0%, var(--black1) 100%);
}

body{
    font-family: 'Roboto', sans-serif;
}

i{
    background: none;
}

/*ENCABEZADO*/

.containerp{
    margin-top: .5em;
    position: relative;    
    display: flex;
    flex-direction: row;
    width: 100%;
    min-width: 100%;
    border-bottom: 3px solid var(--tinto1);
}

/*ENCABEZADO IZQUIERDA*/

.containerp__logo-imagenlogocompleto{
    display: flex;
    justify-content: flex-start;
    align-items:center;
    width: 350px;
    height: 70px;
    background: none;
    animation-name: hola;
    animation-duration: 5s;
    animation-direction: normal;
    animation-fill-mode: forwards;
    background: none;
}

.containerp__logo img{
    background-size: cover;
    position: relative;
    display: flex;
    flex-flow: row;
    width: 100%;
    height: 100%;
    background: none;
}

@keyframes hola{
    0%{
        position: relative;
        filter: opacity(0%);
        left: 90%;
    }
    50%{
        filter: opacity(70%);
    }
    100%{
        position: relative;
        filter: opacity(100%);
        left: 3%;
    }
}

/*ENCABEZADO DERECHA*/

.containerp__enlaces{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 80vw;    
    height: 80px;
    background-color: white;
}

.containerp__enlaces-link{
    background: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    padding: .5em;
}

.containerp__enlaces-link:hover{
    color: var(--gold1);
}

.containerp__enlaces-link-active{
    background: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: var(--gold1);
    text-decoration: none;
    padding: .5em;
    font-weight: bold;
    font-size: calc(.85em + .85vw);
}

.containerp__enlaces-link-active:hover{
    color: var(--orange);
    font-size: calc(.9em + .9vw);
}

/*ENCABEZADO INFERIOR IZQUIERDA*/

.containerp1{
    position: relative;    
    display: flex;
    flex-direction: row;
    width: 100%;
    min-width: 100%;
    border-bottom: 3px solid var(--tinto1);
}

.containerpbj{
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-template-rows: 30px;
    width: 50%;
    align-items: center;
    align-self: start;
    background: none;
    font-size: calc(.55em + .55vw);
    background: white;
}

.containerpbj-link p{
    background: none;
}

.containerpbj-link{
    background: none;
    color: var(--black1);
    font-weight: bold;
}

.containerpbj-linki{
    background: none;
    padding-left: 30px;
}

.containerpbj-linki img{
    background: none;
    width: 1em;
}



/*CUERPO*/

.section_1{
    position: relative;    
    display: flex;
    flex-direction: row;
    width: 100%;
    min-width: 100%;
}
.section_letra{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    width: 100vw;    
    text-align: center;
    
}

.section_letra-grande{
    background: none;
    font-size: calc(2em + 2vw);
    color: var(--blanco);
    
}
.section_letra-media{
    background: none;
    font-size: calc(1em + 1vw);
    color: var(--gold1);
    font-weight: bold;
    
}

/*IMAGEN CUERPO*/

.section_img{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:center;
    padding: 30px;
    background: none;
}
.section_img img{
    width: calc(20em + 20vw);
    background: none;
}


/* services */

.section_2{
    background: linear-gradient(180deg, #f7ce90 0%, #f48d76 100%);
    position: relative;    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    flex-basis: content;
    width: 100%;
    min-width: 100%;
    height: 7em;
    border-top: 3px solid var(--tinto1);; 
    border-bottom: 3px solid var(--tinto1);; 
}
.section_2-subtitle1{
    background: none;
    align-items:center;
    width: 100vw;   
    text-align: center;
    font-size: calc(1.5em + 1.5vw);
    font-weight: bold;
    color: var(--black1);
    letter-spacing: 4px;
    text-shadow: 1px 1px 4px var(--gold1);
    
}
.section_2-subtitle2{
    background: none;
    align-items:center;
    width: 100vw;   
    text-align: center;
    font-size: calc(1em + 1vw);
    font-weight: bold;
    color: var(--tinto6);
    text-shadow: 1px 1px 4px var(--gold2);
    letter-spacing: 3px;
}


/*CARTAS*/

.container-cards{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
}

.card{
    width: 30%;
    padding: 20px 0;
    overflow: hidden;
    background: linear-gradient(180deg, var(--black2) 0%, var(--black1) 100%);
    border-radius: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    box-shadow: 0 0 6px var(--color_shadow);
}

.card__img{
    width: 95%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.cards__text{
    background: none;
    width: 95%;
    margin-left: auto;
    padding-right: 25px;
    line-height: 1em;
}

.card__list{
    background: none;
    color: var(--gold1);
    font-weight: 700;
    margin: 25px 0 12px;
    font-size: calc(.8em + .8vw);
    line-height: 1em;
    
}

.card__title{
    background: none;
    font-size: calc(2em + 2vw);
    color: #fff;
    margin-bottom: 8px;
    line-height: 1em;
    text-shadow: 2px 2px 4px #800000;
}
.card__copy{
    background: none;
    color: var(--gray2);
    margin-bottom: 16px;
    font-size: calc(.5em + .5vw);
    line-height: 1.3em;
}
.card__buttom{
    display: block;
    background: linear-gradient(180deg, #f7ce90 0%, #f48d76 100%);
    border-radius: 6px;   
    text-decoration: none;
    width: 90%;
    color: var(--black1);
    font-weight: 700;
    text-align: center;
    padding: 12px 0;
    margin-left: 20px;
}
.card__date{
    color: var(--gold2);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}

