/*.mycolumn {
  float: left;
  width: 50%;
}*/

/* Clear floats after the columns */
/*.myrow:after {
  content: "";
  display: table;
  clear: both;
}*/

@media only screen and (min-width: 767px) {
    .photo-alpinia {
        position: absolute;
        z-index: 10;
        left: 50px;
        bottom: 80px;
        max-width: 300px;
    }
}

@media only screen and (min-width: 767px) {
    .cont-grid {
        overflow:hidden;
        height:1%;
    }
    .cont-grid .izq {
        float:left;
        width:40%;
    }
    .cont-grid .der {
        float:right;
        width:60%;
    }
}

@media only screen and (max-width: 766px) {
    .cont-grid .der {
        display: none
    }
}

@media only screen and (min-width: 767px) {
    .mcb-wrap-inner .mcb-column .column_attr.sliBig {
        display: none
    }
}

.whereAlpinia {
    font-size: 30px
}

.button, a.tp-button {
    background-color: #1761a0 !important;
    color: #fff !important;
}

ul.cp {
    padding-left: 30px;
    list-style-type: disc;
    margin: 0 0 15px;
}


.tooltip- {
  position: relative;
  display: inline-block;

}

.tooltip- .tooltiptext- {
  visibility: hidden;
  width: 780px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 90%;
  left: 3%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.7s;
}



.tooltip-:hover .tooltiptext- {
  visibility: visible;
  opacity: 1;
}

