body {
    /* font-family: 'Josefin Sans', sans-serif; */
    font-weight: bold;
    width: 100%;
    height: 100%;
    /* background-color: rgba(227, 164, 86, 0.578); */
    background-color:rgb(0, 0, 0);
    /* background-image: url('https://www.afoch.cl/eventos/assets/img/coark.jpg'); */
    /* background-image: url('../assets/img/fondoEventos.jpg'); */
   /* background-repeat: no-repeat;
     background-size: cover; */
     /* background-image: url('https://afoch.cl/assets/img/logo.png');  */
   

}

h2 {
    font-family: 'Josefin Sans', sans-serif;
}

a {
    text-decoration: none;
    color: rgb(88, 63, 16);
}

#maincontainer {

    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    
}


.container-fluid {
     background-color: transparent; 
}

.container {
    background-color: transparent; 
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 0.25rem;
    margin-top: 15px;
    margin: auto;
    margin-top: 15px;
    /* box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; */
    /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

#logocontainer {
    background-color: white;
    padding: 15px;
}

.datos {
    position: absolute;
    top: 0px;
    background-color: rgba(198, 198, 198, 0.696);
    width: 100%;
    padding: 7px;
}

.info-big {
    position: absolute;
    top: 30%;
    transform: rotate(-45deg);
    font-size: 50px;
    background-color: rgba(198, 198, 198, 0.696);
    color: red;
}

.rot {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    writing-mode: lr-tb;
    color: red;
    background-color: rgba(0, 0, 0, 0.8);
    letter-spacing: 0px;
    font-weight: bold;
    border-top: solid 2px red;
    border-bottom: solid 2px red;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 2px;
    ;
}

.rot2 {
    text-align: center;
    margin-left: auto;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    /* writing-mode: lr-tb; */
    padding-left: 30px;
    padding-right: 30px;
    color: greenyellow;
    background-color: rgba(0, 0, 0, 0.8);
    letter-spacing: 12px;
    font-weight: bold;
    border-top: solid 2px green;
    border-bottom: solid 2px green;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}


.rotd {
    text-align: center;
    margin-left: auto;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    /* writing-mode: lr-tb; */
    padding-left: 30px;
    padding-right: 30px;
    color: greenyellow;
    background-color: rgba(0, 0, 0, 0.8);
   
    font-weight: bold;
    border-top: solid 2px green;
    border-bottom: solid 2px green;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.pronto {
    background-color: rgba(0, 0, 0, 0.8);
    text-transform: uppercase;
    border-top: solid 2px rgb(255, 179, 0);
    border-bottom: solid 2px rgb(255, 179, 0);
    color: rgb(255, 179, 0);
    letter-spacing: 5px;
    text-align: center;
    padding: 15px;
    font-weight: bold;
}

.card{
    padding: 20px;
    margin-top: 30px;
}

.card:hover{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.tipoq{
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
}

.tipor{
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
}

.tipoz{
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
}


.hand {
    font-family: 'Shadows Into Light', cursive;
    text-align: right;
}

.handt {
    font-family: 'Shadows Into Light', cursive;
    font-size: 70px;
    padding: 15px;
    letter-spacing: 5px;
}

@media screen and (max-width: 992px) {

    .row {
        flex-direction: column;

    }
}


body{
    overflow-x: hidden;
}

