

body {
    box-sizing: border-box;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

/*   CONFIGURACION MODAL  */
.window-notice {
    background: rgba(47, 52, 59, 0.85);    /* rgba(53, 58, 65, 0.85) */
    bottom: 0;
    display: flex;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    transition: background .6s;
}
/**/
.textonavi, .content-text{
    font-family: 'Dancing Script', cursive;
    font-size: 17px;
    color: #f6f7f8;
    line-height: 20px;
}

.content{
    width: 1000%;
    text-align: center;
}

.imgs{
    text-align: center;
    width: 25%;
}

.textofin{
    font-weight: bold;
}

/* FONDO MODAL */
.window-notice .contentnav {
   /* background: rgb(252, 249, 249);
    border-radius: 20px;
    box-shadow: 10px 10px 30px rgba(144, 185, 241, 0.75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 50%;
    height: 55%;
    max-width: 600px;
    min-width: 100px !important;
    overflow: hidden;
    position: relative;*/
    /*width: 80%;
    padding: 5px;*/
    
    /*font-size: 1.3rem;*/
}
/*
.window-notice .contentnav{
    background: hsla(214, 100%, 24%, 1);

    background: linear-gradient(90deg, hsla(214, 100%, 24%, 1) 0%, hsla(214, 50%, 63%, 1) 100%);
    
    background: -moz-linear-gradient(90deg, hsla(214, 100%, 24%, 1) 0%, hsla(214, 50%, 63%, 1) 100%);
    
    background: -webkit-linear-gradient(90deg, hsla(214, 100%, 24%, 1) 0%, hsla(214, 50%, 63%, 1) 100%);
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00357B", endColorstr="#729BD0", GradientType=1 );
}*/
/* CONFIGURACION BOTON CERRAR */
.content-buttons {
    text-align:center;    
    margin-top: 5px;    /*     1 rem   */
}

.content-buttons a {
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 10px;
    color: #f9f7fc;
    text-transform: uppercase;
    font-size: 16px;
}

.content-buttons a:hover {
    color: #f10707;
}



.content-text , .centra{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-align: center;
    padding: 10px;
}

/* PIE DE PAGINA MODAL */
.foonav{
    text-align: center;
}

.foonav a{
    text-decoration: none;
    color: rgb(202, 199, 199);
    font-size: 14px;
}

.foonav a:hover {
    color: #f80606;
    text-decoration: underline;
    
}
