.transition-image {
  position: absolute;
  opacity:100;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin: -120px -20px;
  color: #FFFFFF;
  font-size: 50px;
  /*overflow: hidden;*/

}
.transition-image:hover {
  opacity:1;
  -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.hero-image1 {
    background-image: url(../../imgs/trascendencia2.jpg);
}
.hero-image2 {
  background-image: url("../../imgs/ciencia2.jpg");
}
.hero-image3 {
  background-image: url("../../imgs/tenacidad2.jpg");
}
.hero-image4 {
  background-image: url("../../imgs/proyectos2.jpg");
}
.hero-image5 {
  background-image: url("../../imgs/positividad2.jpg");
}
.hero-image6 {
  background-image: url("../../imgs/superarte2.jpg");
}
.padding-icon {
  padding: 80px 0;
  color: #fff;
}
.transition-red {
  position: relative;
  opacity:1;
  /*background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  width: 100%;
  height: 100%;
  /*-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  margin: -120px -20px;*/
  color: #FFFFFF;
  font-size: 50px;
  /*overflow: hidden;*/
}
.transition-red img {
  width: 100%;
  height: 100%;
}
.full-image{
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

/**/
.view {
  /*margin: 10px;*/
  float: left;
  font-family: 'Titillium Web', sans-serif;
  /*border: 10px solid #fff;*/
  overflow: hidden;
  position: relative;
  text-align: center;
  /*box-shadow: 1px 1px 2px #e6e6e6;*/
  cursor: default;
  /*background: #fff url(../images/bgimg.jpg) no-repeat center center*/
  width: 100%;
  height: 100%;
}
.view img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.view .mask,
.view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view h2 {
  text-transform: uppercase;
  color: #21409a;
  text-align: center;
  position: relative;  
  font-family: 'Titillium Web', sans-serif;
  /*font-size: 32px;
  padding-top: 30%;*/
  /*background: rgba(0, 0, 0, 0.8);*/
  margin: 20px 0 0 0
}

.view p {
  font-family: 'Titillium Web', sans-serif;
  /*font-style: italic;*/
  /*font-size: 18px;*/
  position: relative;
  color: #21409a;
  padding: 0px 20px 0px;
  text-align: center
}


@media (max-width: 767px) {
  .view h2 {    
    font-size: 26px;
    padding-top: 20%;    
  }
  .view p {    
    font-size: 17px;  
  }
}

@media (min-width: 768px) {
  .view h2 {    
    font-size: 26px;
    padding-top: 20%;    
  }
  .view p {    
    font-size: 15px;  
  }
}

@media (min-width: 992px) {
  .view h2 {    
    font-size: 30px;
    padding-top: 25%;    
  }
  .view p {    
    font-size: 17px;  
  }
}

@media (min-width: 1200px) {
  .view h2 {    
    font-size: 30px;
    padding-top: 25%;    
  }
  .view p {    
    font-size: 17px;  
  }
}

/**/

.view-first img {
  /*1*/
  transition: all 0.2s linear;
  /*width: 300px;
  height: 200px;*/
}

.view-first .mask {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.75);
  transition: all 0.4s ease-in-out;
}

.view-first h2 {
  /*transform: translateY(-100px);*/
  opacity: 1;
  font-family: 'Titillium Web', sans-serif;
  transition: all 0.2s ease-in-out;
}

.view-first p {
  /*transform: translateY(100px);*/
  opacity: 1;
  transition: all 0.2s linear;
  font-family: 'Titillium Web', sans-serif;
}

.view-first a.info {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}


/* */

.view-first:hover img {
  transform: scale(1.1);
}

.view-first:hover .mask {
  opacity: 1;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
  opacity: 1;
  transform: translateY(0px);
}

.view-first:hover p {
  transition-delay: 0.1s;
}

.view-first:hover a.info {
  transition-delay: 0.2s;
}
.btn_donar {
  width: 30px;
  height: 30px;
  padding: 0 0 0 0;
  margin-right: 60px;
  font-size: 22px;
  margin-top: -4px;
  color: #000;
  font-family: 'Titillium Web', sans-serif;
}
.popup {
  /*position: absolute;*/
  min-height: auto;
  width: auto;
  z-index: 1002;
}

.test {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  height: 80%;
  margin: auto;
}

.test2 {
  position: absolute;
  margin-left: 10%;
  margin-top: 10%;
  width: 80%;
  height: 80%
}

.test3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  height: 80%
}

.bg {
  background-color: black;
  opacity: 1;
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  /*width: 100%;
  min-height: 100%;*/
  overflow: hidden;
  z-index: 0;

}
/*ESTILOS REGISTRO*/
.register {
  font-family: 'Titillium Web', sans-serif;
  color: #767676;
}
.register .title_section {
  padding-bottom: 30px;
}
.register .subtitle_section {
  padding-bottom: 20px;
}
.register .subtitle_section_top {
  padding-top: 20px;
}
.register .color1 {
  color: #21409a;
}
.register .number {
  font-size:16px;
  color: #f287b7;
  font-weight:bold;
}
.register .form-control {
border: 1px solid #ced4da;
}
/*botones radio*/
/* The container */
.container-radio {
    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 radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

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

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #21409a;
}

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

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
