﻿.transparencia-full {
    opacity: 0.001;
}

.slideshow-container, .tab-vales {
    position: relative;
    margin: auto;
    background-image: url(/images/SmartgasVales/Smartgas/fondo.jpg);
    /*background-position: center;*/
    background-repeat: no-repeat;
}

.controles {
    position: absolute;
    /*right: 40px;*/
    left: calc(100% - 40px);
    top: 40%;
}

@media (max-width: 489px) {
    .controles {
        left: calc(100% - 30px);
    }
}

.controles-2 {
    position: absolute;
    right: 48%;
    bottom: -18px;
}

.control {
    height: 8px;
    width: 8px;
    background-color: #9C9C9C;
    border-radius: 50%;
    margin-bottom: 8px;
    cursor: pointer;
}

.control-2 {
    height: 8px;
    width: 8px;
    background-color: #9C9C9C;
    border-radius: 50%;
    margin-bottom: 8px;
    cursor: pointer;
    display: inline-block;
}

/*.carousel-control-next {
    right: -150px;
    z-index: 1000;
}

.carousel-control-prev {
    left: -150px;
    z-index: 1000;
}*/

.control:hover {
    background-color: #FFF;
    border: solid 4px #FFF;
}

.control-activo {
    background-color: #FFF;
    border: solid 4px #FFF;
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.btn-flotante {
    position: absolute;
    bottom: 20px;
    /*right: 48%;*/
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border: solid 3px #FFF;
    color: #FFF;
    padding-left: 7px;
    padding-top: 2px;
    font-size: 22px;
    cursor: pointer;
}

.card {
    margin-bottom: 10px;
    background: transparent;
    border: none;

}

.card-title {
    font-size: 16px;
}

.card-text {
    font-size: 14px;
}

.logo-smartgas {
    height: 65px;
}

.nav-link:hover {
    color: #EAECEE;
}

.nav-tabs {
    border-bottom: none;
}