﻿body {
    font-family: 'Raleway',sans-serif;

    background-color: #ffffff;
    margin: 0;
    background-image: url('../Images/LineasT.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.carga {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 99;
    opacity: 0.6;
    filter: alpha(opacity=80);
    -moz-opacity: 0.6;
    min-height: 100%;
    width: 100%;
    background-image: url('../Images/load.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.titulo_textos {
    font-size: small;
    font-weight: bold;
    font-family: 'Cocogoose Pro Italic-trial';
    src: url('../../Fonts/Cocogoose Pro Italic-trial.ttf') format('truetype');
}

header {
    padding: 2px 0px 5px 0px;
    background-color: #00A8AB;
    margin-bottom: 20px;
}

.button {
    color: white;
    background-color: #0071BD;
    width: 60%;
    border-radius: 9px;
    border: solid 2px #0071BD;
    padding: 5px 0px 5px 0px;
    font-weight: bold;
}

    .button:hover {
        background-color: #00A8AB;
        border: solid 2px #00A8AB;
    }

.btn-pop {
    color: white;
    background-color: #0071BD;
    width: 40px;
    height: 35px;
    border-radius: 9px;
    border: solid 1px #0071BD;
    padding: 3px 0px 0px 0px;
    font-weight: bold;
}
    .btn-pop:hover {
        background-color: #00A8AB;
        border: solid 1px #00A8AB;
    }

.texto {
    border-radius: 8px;
    height: 37px;
    width: 100%;
    border: 3px solid #8CC2D5;
    background-color: #B4C8D3;
    padding-left: 10px;
    color: #000000;
}

    .texto::placeholder {
        color:#000000;
    }

select {
    border-radius: 8px;
    height: 37px;
    width: 100%;
    border: 3px solid #8CC2D5;
    background-color: #B4C8D3;
    padding-left: 10px;
    color:#000000;
}

/*select-selected {
    color: #ffffff;
}*/

/*select option {
    color: #ffffff;
}*/

/*select:not(:checked) {
    color: #000000;
}*/

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #ffffff transparent;
    top: 7px;
}

.select-items {
    position: absolute;
    background-color: aqua;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

input[type=date] {
    border-radius: 8px;
    height: 37px;
    width: 100%;
    border: 3px solid #8CC2D5;
    background-color: #B4C8D3;
    padding-left: 10px;
    color: #000000;
}

    input[type=date]::placeholder {
        color: white;
    }



input:focus {
    background-color: #0071BD;
}

select:focus {
    background-color: #0071BD;
}

.div_instrucciones {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: small;
    background-color: #01A4A7;
    color: white;
}



ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    color: #0071BD;
    font-family: 'Cocogoose Pro Italic-trial';
    src: url('../../Fonts/Cocogoose Pro Italic-trial.ttf') format('truetype');
}

    ol li {
        counter-increment: my-awesome-counter;
        display: flex;
        width: 100%;
        font-size: 20px;
        margin-bottom: 25px;
        color: #4A9CCF;
    }

        ol li::before {
            content: "0" counter(my-awesome-counter);
            font-weight: bold;
            font-size: 28px;
            margin-right: 20px;
            font-family: 'Abril Fatface', serif;
            /*line-height: 1;*/
            height: 100%;
            font-weight: bold;
            font-family: 'Cocogoose Pro Italic-trial';
            src: url('../../Fonts/Cocogoose Pro Italic-trial.ttf') format('truetype');
        }

.lbl_inst {
    color: #000000;
    font-family: 'Cocogoose Pro Italic-trial';
    src: url('../../Fonts/Cocogoose Pro Italic-trial.ttf') format('truetype');
    font-size: 21px;
    margin-bottom: 25px;
    font-weight: bold;
    font-family: 'Abril Fatface', serif;
}

.lbl_number {
    color: #000000;
    font-family: 'Cocogoose Pro Italic-trial';
    src: url('../../Fonts/Cocogoose Pro Italic-trial.ttf') format('truetype');
    font-size: 36px;
    margin-right: 20px;
    height: 100%;
    font-weight: bold;
    font-family: 'Abril Fatface', serif;
}



@media only screen and (min-width: 601px) {
    #date_np {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    #date_NG {
        display: none;
    }
}