.icon {
	color: red;
}
.rojo {
	color: red;
}

.blanco {
  color: white;
}
.rojo-center {
	color: red;
	text-align:center;
}
.h4red {
	color: red;
}


.novineta {
	list-style: none;
}

.parpadea {
font-size: 18px;  
animation-name: parpadeo;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;

-webkit-animation-name:parpadeo;
-webkit-animation-duration: 1s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
}

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

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

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

.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  margin-top: 20px;
}

.dropdown .dropdown-menu .dropdown-item:hover {
  color: #ff0000 !important;
}

.dropdown:hover .dropdown-menu {
  transform: scale(1);
}

.flaticon-drop:before { content: "\f100"; }
.flaticon-ui:before { content: "\f101"; }
.flaticon-left-arrow:before { content: "\f102"; }
.flaticon-arrow-pointing-to-right:before { content: "\f103"; }


.iconoooo {
  background-color: red;
  height: 70px;
  width: 70px;
  float: left;
  text-align: center;
  padding-top: 2%;
  color: white;
  margin-right: 5%;

}
.iconooo {
  color: red;
}
.icono-contador{
  width: 60px;
  color: rgb(255, 255, 255);
}

.quienes {
  padding: 140px 0;
  background-image: url("../img/blocks.png");
  background-size: 100%;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
  display: block;
  position: relative; }


 
.caja-contador {
  background-color: rgb(255, 0, 0);
  height: 400px;
}

.letra-contar {
  margin-top:10%;
  color: white;

}

#Contaaa {
  background-color: red;
  height: 350%;
}   

.counter {
  font-size:50px;
  color: white;
  margin-bottom:550px;
  }

.icono-contador {
  margin-top:70px;
  }
.counter {
  margin-top:500px;
}
#contadooo {
  margin-bottom:500px;
}

.btn-primary {
    color: #fff;
    background-color: red;
    border-color: red; /*set the color you want here*/
}
.btn-primary:hover {
    color: white;
    background-color: rgb(230, 0, 0);
    border-color: rgb(230, 0, 0);
}



.media {
  width: 100%;
  margin-top: 10%;
  margin-bottom: 10%;
}



#formGroupExampleInput5 {
  height:300px;
}

#Form-contact {
  background-color: rgb(40, 46, 62);
}

#Fondo-form {
  background-color: white;
  margin-top: 50px;
  margin-bottom: 50px;
}

.foot2 {
  background-color: red;
  line-height: 10px;
}

footer {
  height:350%;
}

footer #finals {
  display: inline-block;
}

#barra {
  border-right: 1px solid rgb(255, 255, 255);
  padding-right: 2%;
  padding-left: 2%;
}
#barras {
  padding-left: 2%;
}

#linkpuntos {
  background-color: rgb(40, 46, 62);
  color: white;
}

#unete {
  width: 100%;
}

#munete {
  width: 100%;
}

#imagenpalmar {
  width: 100%;
}

#mision1 {
  background-color: rgb(255, 0, 0);
  color: white;
  text-align: justify;
}

#iconored {
  color: rgb(255, 0, 0);
}

/*Ventana de errores */
.modal_wrap {
  width: 100%;
  height: 100vh;
  background: rgb(0,0,0,0.7);

  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;

  display: flex;  
  justify-content: center;
  align-items: center;
}

.mensaje_modal {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
  width: 400px;
  padding: 30px 20px 15px;
}

.mensaje_modal h3 {
  text-align: center;
  font-family: 'Ubuntu';
  font-size: 20px;
  font-weight: 400;
}

.mensaje_modal h3:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #C5C5C5;
  margin: 10px 0px 15px;
}
.mensaje_modal p {
  font-size: 16px;
  color: #606060;  
}

.mensaje_modal #btnClose {
  display: inline-block;
  padding: 3px 10px;
  margin-top: 10px;

  background: #E25151;
  color: #fff;
  border: 2px solid #B14141;
  cursor: pointer;

  float: right;
}
