

button{
    outline-color: #aa8800 !important;
}
hr{
    height: 2px;color: #a80;background-color: #aa8800;
}
.mayusculas{
    text-transform: uppercase;
}
html,body{
    font-family: redonda;
    /*overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;*/
}
/*----------------------Footer fixed bottom----*/
#page-content {
    flex: 1 0 auto;
}

#footer {
    flex-shrink: 0;
}
.min-height{
    min-height:85.2vh;/*88.2*/
}
/*---------------------------------------------*/
input, select, textarea{
    outline-color: #aa8800 !important;
    padding: 2px 5px;
    width: 100%;
    
}
input:focus, select:focus, textarea:focus{
    background-color: #D3BC5F
}
label{
    margin-bottom: 0 !important;
}

.btn-apro{
    color: #195DFF;background-color: #e8eeff;border: 1px solid #000;
    cursor: pointer;
}

.border-color-app{
    text-shadow: -1px 0 #A80, 0 1px #A80, 1px 0 #A80, 0 -1px #A80;
}
.color-app{
    color: #A80; /*rgb(42, 105, 164)*/
}
.back-color-app{
    background-color: #D3BC5F;
}
.font-24{
    font-size: 24px;
}
.font-20{
     font-size: 20px;
 }
.font-18{
    font-size: 18px;
}
.font-16{
    font-size: 16px;
}
.font-14{
    font-size: 14px;
}
.font-12{
    font-size: 12px;
}
.font-10{
    font-size: 10px;
}
.font-8{
    font-size: 8px;
}
.flip{
    transform: scaleX(-1);
}
.color-rojo{
    color: #900;
}
.color-verde{
    color: #080;
}
.color-azul{
    color: #009;
}
.color-blanco{
    color: #fff;
}
.color-gris{
    color: #bbb;
}
.padd-left0{
    padding-left: 0;
}
.padd-right0{
    padding-right: 0;
}
.margin-lr0{
    margin-right: 0;margin-left: 0;
}
.margin-right0{
    margin-right: 0;
}
.margin-bott0{
    margin-bottom: 0;
}
.margin-left0{
    margin-left: 0;
}
.margin-top30{
    margin-top:  30px;
}
.negrita{
    font-weight: bold;
}
.subrayado{
    text-decoration: underline;
}
.displayno{
    display: none;
}
.displaylinea{
    display: inline-flex;
}
input[type=date]:invalid+div:after{
    content: 'No';
    padding-left: 5px;
    color: #900;
}
input[type=date]:valid+div:after{
    content: 'Ok';
    padding-left: 5px;
    color: #080;
}
.mouseover:hover{
    cursor: pointer;
}

/*----------especifico aprositus----------*/
.imglink:hover{
    opacity: 0.5;
}

.ratonover{
    background-color: transparent;
}
.ratonover:hover{
    text-decoration: underline;
    cursor: pointer;
}
.img-titulo{
    max-width: 40%; float: left;margin: 20px 20px 20px 0; border: 1px solid #666;
}
/*-----------index------------*/
#error{
    background-color: #990000;display: none ; height: 30px;border-radius: 5px;padding-top: 3px;
}
.cont-noticia{
    height: 0;width: 100%;max-width: 560px;padding-top: 56.25%;position: relative;
}
.cont-noticia iframe{
    border: 1px solid #ccc;position: absolute;height: 100%;width: 100%;top:0;left:0
}
.cont-noticia img{
    border: 1px solid #ccc;position: absolute;width: 100%;top:0;left:0
}
.seccion{
    text-shadow: 2px 2px 4px #555;
}
.titular{
    font-size: 24px;
    text-decoration: underline;
}
.fecha-noti{
    color: #AA8800;font-size: 12px;font-style: italic;
}
.texto-noti{
    font-size: 16px;color: #555; word-wrap: break-word;
}
.texto-borde {
    /*-webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: #000;*/
    color: #fff;
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
}
/*--------Ventana inicio ---------------*/

.logo-inicio{
    margin-top: 12%; border: 2px solid rgba(42, 105, 164,1); padding: 80px; border-radius: 50%; background-color: #fff; color: #fff;
}
/*--------------Zener---------------*/

.boton-zener{
    border: 1px solid #aa8800;padding: 20px;margin: 20px 20px 0 0;background-color: #bbbbbb;color: #fff;
}
.boton-zener:hover{
    background-color: #ccc;color: #000;
    cursor: pointer;
}
#resultado{
    text-align: center;margin: 20px 0 0 0;background-color: #080;color: #fff;padding: 10% 0 10% 0;
}
/*----------------Chat--------------------------*/
#mensajes{
    overflow-y: scroll;background-color: rgba(255,255,255,0.5);height:60vh; border: #aa8800 1px solid;border-radius: 5px;
}


/*----------------ventana CITAS-----------------**/
.citas{
    /*position: absolute;top: 0;left: 0;width: 100%;height: 100vh;z-index: 66556656;overflow: hidden;display: none;border: none;*/
    position: absolute;top: 40%;left: 33%;width: 33%;height: auto;z-index: 66556656;overflow: hidden;display: none;border: 1px solid #aa8800;outline: #aa8800;
}
.citas .contenedor{
    display: flex; flex-flow: row wrap;justify-content: center;height: auto;align-content: center;align-items: center;
}
.citas .contenedor .ventana{
    width: 100%;max-height: 200px;background-color: white; padding: 0;outline: none;
}
.citas .contenedor .ventana .titulo {
    width: 100%;
    height: 26px;
    background-color: #aa8800;
}
.citas .contenedor .ventana .titulo .cerrar{
    float: right;background-color: #aa8800;height: 26px;font-weight: bold;
}
.citas .contenedor .ventana .titulo .cerrar:hover{
    background-color: #900;color: #fff;
}
.citas .contenedor .ventana .texto{
    float: left;width:100%;height: auto;text-align: center;margin-top: 10px;padding: 1px 10px;
}
.citas .contenedor .ventana .pie {
    width: 100%;
    min-height: 28px;
    max-height: 50px;
    background-color: #D3BC5F;
    border-top: 1px solid #a80;
    border-bottom: 1px solid #a80;
    float: left;
    padding-left: 15px;
}


/*-----------Ventana Modal--------*/
.mimodal{
    padding: 0;background-color: rgba(163, 161, 161, 0.68);position: fixed;width: 100%;min-height: 100%;z-index: 35353535;left:0;
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    scroll-behavior: unset;
}

.mimodal .ventana{
    position: absolute;top: 0;left: 0;margin: 20% 30% 33% 30%;width: 40%;max-height: 200px;background-color: white; border-radius: 7px;padding: 10px 20px;
}
.mimodal .ventana .titulo{
    text-decoration: underline;color: #aa8800;font-weight: bold;
}
.mimodal .ventana .texto{
    position: relative;width:100%;height: 30%;border-bottom:1px dashed #a80;text-align: center;margin-top: 10px;
}
.mimodal .ventana .cerrar{
    float: right;text-align: right; margin-top: 10px;margin-left: 10px;
}
.mimodal .ventana .aceptar{
    float: right;text-align: right; margin-top: 10px;margin-left: 10px;
    color: #a80;
}
.mimodal .ventana .aceptar #bt-aceptar-modal{
    display: none;
    color: #000;
}
/*------------Media querys--------------------*/
/*--------Moviles----------*/
@media only screen and (max-width: 767.98px) {
    .container{
        width: 100% !important;
    }
    #logito-pie{
        max-width: 30px !important;
    }
    #email-pie{
        padding-top: 5px !important;
    }
    #espacio-zener{
        display: none !important;
    }
    #pass{
        width: 80% !important;
    }
    #bor-usuario, #bor-pass, #bor-email, #btn-borrar-rec{
        width: 49% !important;
    }
    #mensajes{
        height: 60vh !important;
    }
    #nuevo-msj {
        height: 20vh !important;
    }
    #carruel-index, #inner-carrusel, .img-carr {
        max-height: 30vh !important;
        width: 100% !important;
    }
    .citas .contenedor .ventana{
        width: 100%;
    }
    .citas{
        width: 100%;left: 0;
    }
    #contenido-iching{
        height: 100vh;
    }
    #popup-texto{
        width: 90% !important;
        left: 5% !important;
        top: 5% !important;
    }
}

/*--------tablets----------*/
@media only screen and (max-width: 991.98px) {
    .container{
        width: 100% !important;
    }
    #carruel-index, #inner-carrusel, .img-carr {
        max-height: 50vh !important;
        width: 100% !important;
    }
}
/*--------Desktop----------*/
@media only screen and (min-width: 1199.98px) {
    #btn-pide{
        margin: 0 20px 0 0!important;
    }
}