/* Se reescribe la altura de la introducción  */
.emysa-home-header-content {
	padding-top: 5%;
	padding-bottom: 5%;
}

/* Principal contenedor de la App Emysa */
.emysa-aplicacion-operaciones-home {
	padding-right: 90px;
	padding-left: 90px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.emysa-home-login {
	display: none;
}
.btn:hover, .btn-large:hover {
	background-color: #5da219;
}

@media only screen and (min-width: 250px) and (max-width: 600px) {
	/* Adaptación del texto en los botones */
	.emysa-button {
		font-size: 1.2em;
    	display: block;
    	width: 100%;
	}
	.emysa-aplicacion-operaciones-home {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media only screen and (min-width: 601px) and (max-width: 992px)  {

}

@media only screen and (min-width: 993px) and (max-width: 1201px) {

}

@media only screen and (min-width: 1201px) {

}




.emysa-tab-container {
	padding-top: 15px;
}
.emysa-details-service-title {
	text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #249feb;
    font-weight: bold;
	margin: 0px;
    margin-top: 20px;
}
.emysa-details-service-ago {
	text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    color: #66cc00;
    font-weight: bold;
	margin: 0px;
	margin-bottom: 20px;
}
.wpk-page-title {
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.wpk-page-subtitle {
    color: #fff;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}


.boarding-message {
    font-weight:bold;
    animation: backgroundBlinker 1s infinite;
}
.onway-message {
    font-weight:bold;
    animation: backgroundBlinker2 3s infinite;
}

@keyframes backgroundBlinker {
	0% {
		background-color: #eac913;
        color: #5f5f5f;
	}
    50% {
        background-color: #ffffff;
        color: #5f5f5f;
    }
	100% {
		background-color: #eac913;
        color: #5f5f5f;
	}
}

@keyframes backgroundBlinker2 {
	0% {
		background-color: #ffffff;
        color: #767676;
	}
    50% {
        background-color: #66cc00;
        color: #f4f4f4;
    }
	100% {
		background-color: #ffffff;
        color: #767676;
	}
}


#aeropuertoBookingForm {
	display: none;
}
#ABinfoRT {
    display: none;
}
