#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}


.enaire_logo {
    height: 40px;
}

.enaire_logo img {
    width: 150px;
}

.pregunta_respuesta {
    font-size: 23px;
    height: auto;
}


@media only screen and (min-width: 650px) {
    .enaire_logo img {
        width: 200px;
    }
    .enaire_logo {
        height: 50px;
    }
    .titulo_drones {
        height: 50px;
        color: #009fda;
        line-height: 0.8;
        font-size: 20px;
    }
}

.enaire_logo .w3-col,
.enaire_logo .w3-rest,
.titulo_drones .w3-col,
.titulo_drones .w3-rest {
    height: 100%;
}

.titulo_drones {
    height: 50px;
    color: #009fda;
    line-height: 0.8;
    font-size: 20px;
}

.titulo_drones img {
    width: 50px;
}

.logo-drones img {
    width: 150px;
}

.enaire-enazuloscuro {
    background-color: #00224C;
}

 .enaire-enazuloscuroo-color {
    color: #00224C;
}

.hiliteVIGOR {
  background-color:#009fda;
  color:white;
}
.hiliteAIRAC {
  background-color:#299936 ;
  color:white;
}

.w3-card {

    margin: 5px;
}

.w3-bar {
    margin-top: 10px;
}
