.col-md-6 {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 2%;
}

.col-md-6 > img {
    width: 100%;
}

.size {
    width: 100%;
}

.main-buttons {
    /*box-shadow: 10px 10px 10px #999;*/
    cursor: pointer;  
    transition: all 0.2s ease 0s;
    border: 2px solid black;
    font-weight: 600; 
}

.main-buttons:active {
    /*box-shadow: 2px 2px 2px #777, 0px 0px 35px 0px #00b7f8;*/
	border-bottom: 1px solid #FFC107;
    /*text-shadow:  0px 0px 5px #FFC107, 0px 0px 5px #FFC107;*/
	transform: translateY(4px);
    transition: all 0.3s ease 0s;
}

.fontz15 {
    font-size: 2.0em;
}

.shadow-dark{
    text-shadow: black 0.1em 0.1em 0.2em
}

.shadow-white{
    text-shadow: white 0.1em 0.1em 0.2em
}

.shadow-warning{
    text-shadow: #FFC107 0.1em 0.1em 0.2em
}
.bg-static {
    background-image: url("../img/fondo2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
};

@media (min-width: 800px) {
    .fontz15 {
        font-size: 2.5em;
    }
}

.p-buttons {
    font-weight: 600;
    /*font-weight: bold;*/
}

.maincont {
    width:90%;
    margin:auto;
    background-color: #000;
    border-radius: 15px;
}

@media (min-width: 1200px) {
    .maincont {
        width:80%;
        margin:auto;
        background-color: #000;
        border-radius: 15px;
    }
}

@media (min-width: 1400px) {
    .maincont {
        width:60%;
        margin:auto;
        background-color: #000;
        border-radius: 15px;
    }
}

/*Button*/
.inputfile1 {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile1 + label {
  font-size: 1.00em;
  font-weight: 400;
  color: black;
  background-color: white;
  display: inline-block;
  padding: 4px;
  border: 2px solid #018040;
  border-radius: 10px;
}

.inputfile1:focus + label,
.inputfile1 + label:hover {
  background-color: #018040;
}

.inputfile1 + label {
	cursor: pointer; /* "hand" cursor */
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

/*#alojamiento {
    display: none;
}

#alimentacion {
    display: none;
}*/

.ceroPadding {
    padding-right: 0px;
    padding-left: 0px;
}





