﻿

/*.titulo {
    color: #3c763d !important;
}

.subtitulo {
    color: #3c763d !important;
}

hr {
    border-top: 1px solid #3c763d;
}

.panel {
    border-radius: 0;
    border-top: solid 1px #3c763d;
    border-bottom: solid 1px #3c763d;
}*/


.contador {
   /* font-weight: bold;*/
    font-size: x-large
}

.pregunta {
    font-weight: bold;
    font-size: xx-large
}

.respuesta {
    font-weight: bold;
    font-size: large
}

.contenedor-secundario{
    display:flex;
/*    padding-left:30px;
    padding-right:30px;*/
}

.contenedor-principal {
    display: flex;
    justify-content:center;
    align-items:center;
}

.num {
    border: 1px solid #dee892;
    border-radius: 35px;
    width: 70px;
    height: 70px;
    background-color: #fffddf;
}
div > p {
    margin-top: 11px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: xx-large;
}


.img {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
}


.img-fucus {
    background-color: #3c763d !important;
   /* border-style: solid;*/
    border-radius: 10px;
    border-color: #3c763d !important;
    color: white !important;
}

.num-fucus {
    background-color: #3c763d !important;  
    color: white !important;
}

.border-left {
    border-color: #3c763d;
}

/*.comentario:active,*/
/*.comentario:hover,*/
.comentario:focus {
    width: 400px;
    height: 100px;
    border: 2px solid #3c763d;
    background: #3c763d;
    line-height: 20px;
    font-size: x-large;
    color: white;
    border-radius: 10px;
    box-sizing: border-box;
    resize: none;
}

.comentario {
    width: 400px;
    height: 100px;
    border: 2px solid #3c763d;
    background: white;
    line-height: 20px;
    font-size: x-large;
    color: black;
    border-radius: 10px;
    box-sizing: border-box;
    resize: none;
} 

.btn-primary {
    background-color: #3c763d !important;
    border-color: #3c763d !important;
    font-size: 20px;
    opacity: 0.9;
    padding-right: 78px;
    padding-left: 78px;
}

    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:hover {
        background-color: #3c763d !important;
        border-color: #3c763d !important;
        opacity: 1;
    }

    .btn-primary:disabled {
        opacity: .65;
    }

.btn-secundary {
    background-color: white;
    border-color: #FF0000 !important;
    font-size: 20px;
    opacity: 0.9;
    color: #FF0000;
    padding-right: 78px;
    padding-left: 78px;
}

    .btn-secundary:active,
    .btn-secundary:focus,
    .btn-secundary:hover {
        background-color: white !important;
        border-color: #FF0000 !important;
        opacity: 1;
        color: #FF0000
    }

    .btn-secundary:disabled {
        opacity: .65;
    }

/*.img {
    min-width: 60px;
    min-height: 30px;
}*/

/* Loader */

/*.dialog {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(14, 95, 175, 0.1);
}

.loader {
    margin-top: 12em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 15px solid white;
    border-top: 15px solid #0c5dc5;
    background: rgba(1, 85, 50, 0.1);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 0.5s linear infinite;
}*/

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner-content {
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.8;
    z-index: 10000000;
    background: gray;
    height: 100%;
    width: 100%;
    margin: auto;
}

.spinner {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    left: calc(50vw - 25px);
    top: calc(50vh - 20px);
}

    .spinner > div {
        z-index: 999;
        background-color: #3c763d;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
        border-color: white;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
        border-color: white;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
        border-color: white;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
        border-color: white;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
