

.owl-theme .owl-dots .owl-dot span{
	background: #002046 !important;
}

.opciones {
	-webkit-transition: background-color 500ms linear;
    -moz-transition: background-color 500ms linear;
    -o-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: 400ms;
    transition-timing-function: ease-in-out;
}

.opciones:hover {
	background-color: #ffffff !important;
	box-shadow: 0px 15px 30px #b1c3c7 !important;
}

.floating-cotice {
    display: flex !important;
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 999999;
    background: linear-gradient(45deg, rgba(254,123,24,1) 0%, rgba(255,152,0,1) 35%, rgba(255,193,7,1) 100%);
    box-shadow: 0px 2px 10px #001f47a8;
    padding: 12px;
    border-radius: 10px;
    height: 2em;
    width: 2em;
    align-items: center;
    justify-content: center;
    font-size: 1.6em !important;
}

.floating-cotice:hover {
	background: rgb(254,123,24);
    background: linear-gradient(45deg, rgba(254,123,24,1) 50%, rgba(255,152,0,1) 100%);
}

.floating-pague {
    display: flex !important;
    position: fixed;
    right: 10px;
    top: 60%;
    z-index: 999999;
    background: linear-gradient(45deg, rgba(254,123,24,1) 0%, rgba(255,152,0,1) 35%, rgba(255,193,7,1) 100%);
    box-shadow: 0px 2px 10px #001f47a8;
    padding: 12px;
    border-radius: 10px;
    height: 2em;
    width: 2em;
    align-items: center;
    justify-content: center;
    font-size: 1.6em !important;
}

.floating-pague:hover {
	background: rgb(254,123,24);
    background: linear-gradient(45deg, rgba(254,123,24,1) 50%, rgba(255,152,0,1) 100%);
}

nav-button:focus {
	border:0px !important;
}

.waves-container{
        z-index: 1 !important;
}