*{
  margin: 0;
  padding: 0;
  list-style: none;
}
.header {
    color: #36A0FF;
    font-size: 27px;
    padding: 10px;
}
.btn-secondary {
    color: #fff;
    background-color: #157ad5;
    border-color: #2079c8;
}
.bigicon {
    font-size: 35px;
    color: #36A0FF;
}
.checkeable input {
    display: none;
  }
  .checkeable img {
    width: 100px;
    border: 5px solid transparent;
  }
  .checkeable input {
    display: none;
  }
  .checkeable [type=radio] + img {
    cursor: pointer;
  }  
  .checkeable input:checked  + img {
    border-color: rgba(65, 65, 201, 0.526);
  }
  .zoom {
    padding: 50px;
    transition: transform .2s; /* Animation */
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  
  .zoom:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

  .parent {
    text-align: center;
  }

  .portada img {
    width: 100px;
    border: 5px solid transparent;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
  }


  .logo {
    width: 150px;
    height: 120px;
}

.logoHeader {
    height: 120px;
    vertical-align: middle;
    text-align: center; 
}

.texto {
  font-size: 24px;
}
.texto2 {
  font-size: 22px;
}


.floatLeft { float: left; }

.floatRight { float: right; }