.blink_text {

    animation:1s blinker linear infinite;
    -webkit-animation:3s blinker linear infinite;
    -moz-animation:3s blinker linear infinite;

     color: red;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

.social{
  padding: 5px;
  size: 20px;
  color:white;
  
}
.footer-title{
  background: #00558e;
  height: 100px;
  text-align:center;
  color: white;
}
.footer-button{
/*  border: solid 1px white; */
padding: 10px;
margin: 10px;
  
}

.sub-footer-text{
  color: white;
  text-align: center;
}
.footer{
  background: #1F3A52;
  vertical-align: middle;
}
.sub-footer{
  text-align: center;
  vertical-align: middle;
  line-height: 90px;       /* The same as your div height */
  
  background: black;
  height: 200px;
  
}


body{
  font-family: Barlow;
  font-size: 16px;
    font-weight: 400;
    
}



.myChart{
  width: 250px;
  height: 250px;  
}

.top{
  height: 50%;
}

.info{
  height: 50%;
}

.myspan {
    display: block;
    overflow: hidden;
    padding: 0 4px 0 6px
    }

/* Customize the label (the container) */
.containerCB {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerCB input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmarkCB {
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 45px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerCB:hover input ~ .checkmarkCB {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerCB input:checked ~ .checkmarkCB {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarkCB:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerCB input:checked ~ .checkmarkCB:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerCB .checkmarkCB:after {
 left: 15px;
  top: 5px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 6px 6px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*Checkbox*/

.votos{
  border-style: outset;
    border-width: 1px;
    margin: 5px;
}
.votar{
  border-style: solid 1px black;
}
.container{
  margin-top:15px;
  padding: 0px;
  max-width: 90%
}
.container-central{
/*  margin-top:15px; */
  padding: 0px;
  max-width: 100%
}

.navbar{
  /*border-radius: 5px;*/
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}




#greeting {
  margin-top: 15px;
}

.votar{
  background-size: 400px 400px;
}
.topbar{
  height: 150px;
}

#logo {
/*  width: 75%; */
/*  height: 75%; */
/*  margin-bottom: 15px; */
}
#whatsapp {
  width: 35px;
  height: 35px;
/*  margin-bottom: 15px; */
}

#votacion{
  border-style: outset ;
  border-color: lightblue;
  border-width: 10px;
  border-radius: 5px;
  }

.tdFecha{
  border-width: 0.5px;
  border-color: black;
  border-style: solid;
  border-radius: 5px;
  padding: 5px;
  
}

.img-votacion-social{
  width: 70px;
    height: 70px;
    border-radius: 5px
}

.img-votacion-lista{
  max-width: 120px;
    max-height: 120px;
}

.img-votacion-opcion{
  max-width: 200px;
    max-height: 153px; 
}
.img-votacion-index{
  max-width: 90%;
    max-height: 90%;
}

.img-circle {
    border-radius: 50%;
    width: 50%;
    height: 50%;
    display: block;
    margin: auto;
    border-style:solid;
    border-width: 5px;
    border-color: #c0c0c0;
}

.about{
  display: block;
    margin: auto;
    text-align: center;
    border-radius: 50%;
}

#rcorners {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px; 
    border-color: lightblue;
  border-width: 10px;
        
}


/*---------Banner--------------*/


#index_banner{
   border-radius: 25px;
    display: block;
    width: 100%;
    height: 100%;
     margin: 0 auto;
}

/*--- top navigation ---*/
.top-navigation-wrapper {
  position: relative;
  z-index: 98;
  padding-top: 12px;
}

.top-navigation-left {
  float: left;
  margin: 0px 15px;
  font-size: 13px;
  line-height: 20px;
}

.top-navigation-right {
  float: right;
  margin: 0px 15px;
  font-weight: 600;
}

.top-navigation-right-text {
  font-size: 13px;
}

.top-bar-right-text-inner {
  float: left;
  line-height: 20px;
  padding: 0px 25px;
  border-right-width: 1px;
  border-right-style: solid;
}

.top-social-wrapper {
  float: left;
  padding-left: 23px;
  height: 20px;
} /* height = 33px */
.top-social-wrapper .social-icon {
  float: left;
  margin-left: 17px;
  max-width: 20px;
  font-size: 0px;
}
}

.top-social-wrapper .social-icon:first-child {
  margin-left: 0px;

.top-social-wrapper .social-icon a {
  opacity: 0.6;
  filter: alpha(opacity = 60);
}

.top-social-wrapper .social-icon a:hover {
  opacity: 1;
  filter: alpha(opacity = 100);
}


.goToTop {
  position: fixed;
  top: 0;
  height: auto;
  z-index: 1;
  width: 100%
}


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

.checkbox label:after {
  content: '';
  display: table;
  clear: both;
}

.checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
}

.checkbox .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}




.checkbox label input[type="checkbox"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr {
  opacity: .5;
}

.btn-h1{
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .btn-h1{
    font-size: 2.5rem;
  }
}