.hover_taxes_selects_gris {
    background-color: #96999B;
}

.hover_taxes_selects_azul {
    background-color: #006FCF;
}

.hover_taxes_selects_gris:hover {
    background-color: #006FCF;
}

/* Anuncio Resposive Estados --------------------------------------------------------------------------------------- */
.banner-style {
    width: 300px;
    position: absolute;
    right: 10%;
    margin-top: -35px;
}

.font-white {
    color: white !important;
}

h1 {
    font-size: 3.0rem;
    font-weight: 800;
}

.mobile-banner-msi {
    display: none;
    margin-right: 20px;
    margin-left: 20px;
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .small-banner-title{
        font-size: 2.2rem;
    }
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .banner-style {
        display: none;
    }

    .mobile-banner-msi {
        display: block;
    }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {

}

@media (max-width: 1600px) {
    .banner-style {
        right: 2%;
    }
}

/* --------------------------------------------------------------------------------------------------------------- */

.bg-1 {
    background-color: #016FCF !important;
}

.bg-2 {
    background-color: #00175A !important;
}

.bg-3 {
    background-color: #016FCF !important;
}

.bg-4 {
    background-color: #00175A !important;
}

.bg-5 {
    background-color: #016FCF !important;
}

.bg-6 {
    background-color: #00175A !important;
}

.bg-7 {
    background-color: #016FCF !important;
}

.bg-8 {
    background-color: #00175A !important;
}
.bg-9 {
    background-color: #016FCF !important;
}

.bg-10 {
    background-color: #016FCF !important;
}

/* Estilo de Botones de ver tutorial */
.button_tutorial {
    font-size: 18px;
    color: #00175A;
    border-color: #00175A;
    width: 150px;
}

.button_tutorial:hover {
    color: #FFFFFF;
    border-color: #00175A;
    background-color: #00175A;

}

/* Video de YouTube en modal */

.video-youtube {
    width: 100%;
    height: 300px;
}

.cerrar-video {
  background: #3c3c3c;
  width: 40px;
  border-radius: 50px;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  color: white;
}