:root {
    --loncoche1: #356A83;
    --loncoche2: #26d6b3;
    --loncoche3: #c34e35;
    --loncoche4: #eac529;
}

body {
    font-family: 'Open Sans', sans-serif !important;
}

.navbar-nav {
	font-family: 'Open Sans', sans-serif;
}

.navbar-nav .nav-link {
padding-right: 20px !important;
padding-left: 20px !important;
font-size: 1.1em;
text-transform: uppercase;
font-weight: 900;
line-height: 1.3;

}

.color1 {
    color: var(--loncoche1) !important;
}

.color2 {
    color: var(--loncoche2) !important;
}

.color3 {
    color: var(--loncoche3) !important;
}

.color4 {
    color: var(--loncoche4) !important;
}

.navbar-nav  a.contacto:hover {
    color: var(--loncoche1)  !important;
}
.navbar-nav  a.participa:hover {
    color: var(--loncoche2)  !important;
}



.navbar-nav .nav-link.active {
	font-weight: bolder;
}


.ml-auto .dropdown-menu {
      left: auto !important;
      right: 0px;
    }

.contacto {
	background-color: var(--loncoche2);
	font-weight: 600;
	border-radius: .2em;
	
}

.participa {
    background-color: var(--loncoche1);
    font-weight: 600;
    border-radius: .2em;
    color: #ffffff !important;
    
}

.navbar-light .navbar-nav .nav-link.contacto {
	color: #ffffff;
}

.container-fluid.header {
	background-color: #ffffff;
	text-align: center;
}

.headerimg {
	padding-top: 2em;
	padding-bottom: 2em;
	
}

.container.headerimg h1 {
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	margin-top: 1em;
	margin-bottom: .5em;
}

.btn.btn-participa {
	background-color: #A5BE5F;
	color: #fff;
	font-weight: 400;
	font-size: 1.3em;
	border-radius: 1em;
	padding-left: 1em;
	padding-right: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
}

.presentacion {
	padding-top: 4em;
	padding-bottom: 3em;
}

.presentacion h1 {
	font-family: 'Open Sans', sans-serif ;
	font-size: 2em;
}

.tablaresult {
	background-color: var(--loncoche3);
	padding: 1em;
}

.resultados h1 {
	text-align: center;
	font-size: ;
}

.resultados p {
	text-align: center;
}

.container-fluid.resultados {
	background-color: #FFFFFF;
	padding-bottom: 3em;
	padding-top: 3em;
}

.container-fluid.resultados h1 {
	margin-top: 1em;
	font-family: 'Open Sans', sans-serif ;
	font-size: 2em;
}

.container-fluid.faq {
    background-color: #FFFFFF;
    padding-bottom: 3em;
    padding-top: 3em;
}

.faq h1 {
    text-align: center;
    font-size: ;
}

.faq p {
    text-align: left;
}

.container-fluid.faq h1 {
    margin-top: 1em;
    font-family: 'Open Sans', sans-serif ;
    font-size: 2em;
}

.box-grafico {
    display: block;
    position: relative;
    width: 100%;
}

.box-grafico p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85em;
    position: absolute;
    top: 0;   
    width: 100px;
    text-align: left;
}

.box-grafico p:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--loncoche1);
    border-radius: 50px;
    margin-right: 6px;
}

.box-grafico p + p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85em;
    position: absolute;
    bottom: 10px;
    right: 10px;
    top: unset;
    width: 100px;
    text-align: left;
}

.box-grafico p + p:before {
    background-color: var(--loncoche3);
}

.grafico-donut {
    width: 200px;
    height: 200px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: relative;
    background: var(--loncoche1) linear-gradient(to right, var(--loncoche1) 50%, var(--loncoche3) 50%);
    color: var(--loncoche3);
    border-radius: 50%;
}
@keyframes spin {
  to {
    transform: rotate(180deg);
  }
}
@keyframes background {
  50% {
    background-color: currentColor;
  }
}
.grafico-donut::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 60%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #FFF;
    border-radius: 50%;
}
.grafico-donut::before {
    content: '';
    position: absolute;
    display: block;
    background-color: inherit;
    height: 100%;
    width: 50%;
    bottom: 0;
    right: 0;
    border-radius: 0 100% 100% 0 / 50%;
    transform: rotate(0);
    transform-origin: 0 50%;
    animation: 50s spin infinite linear, 100s background infinite step-end;
    animation-play-state: paused;
    animation-delay: inherit;
}

.votaron {
	font-size: 1.9em;
	font-weight: 600;
}

.container-fluid.footer {
	padding-top: 2em;
	background-color: #EEEEEE;
	padding-bottom: 2em;
}

.tituloem {
	font-size: 1em;
	font-weight: 800;
    margin-bottom: 1em;
}

.titulop {
	font-size: 1.8em;
}

.textodato {
	font-size: 1.6em !important;
	font-weight: 600 !important;
}


@media only screen and (min-width: 992px) {
    .anterior-derecha {
    border-left: 1px solid;
    }
}

@media (max-width: 768px) {
    
    .container.headerimg h1 {
        font-size: 1.6em;
    }
    .box-grafico p + p {
    text-align: right;
    top: 0;
    }
    .grafico-donut {
    width: 120px;
    height: 120px;
    }

    .container.headerimg {
        padding-left: 0;
        padding-right: 0;
    }
}

.boton,
.boton:active,
.boton:focus {
    background-color: #202D3B;
    display: inline-block;
    padding: 20px;
    color: #fff;
    width: 300px;
    border-radius: 10px;
    font-size: 3em;
    font-weight: 100;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.boton.open {
    background-color: var(--loncoche3);
}

.boton.resultados {
    background-color: #EA4225;
    font-size: 1.5em;
}

.boton.open:hover {
    background-color: var(--loncoche1);
    color: #fff;
    text-decoration: none;
}
.boton.open.dish:hover {
    background-color: var(--loncoche3);
    color: #fff;
    text-decoration: none;
}

.boton.ready {
    background-color: #C6CED6;
}

.boton.ready span {
    background-color: #C6CED6;
    width: 100%;
    font-size: 0.5em;
    display: block;
}



.boton span.iconvote {
    background: url('../images/vote.svg') no-repeat;
    float:left;
    width: 60px;
    height: 60px;
}