﻿
    body {
        background-image: url('../lib/images/SAGO/FondoPagina.png');
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }

/*.container-login100 {
    background-image: url('../lib/images/SAGO/FondoPagina.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}*/

html {
    background-image: url('../lib/images/SAGO/FondoPagina.png');
    background-position:center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.flota {
    position: fixed;
    width: 4rem;
    height: 4rem;
    bottom: 4rem;
    background-color: #25d366;
    color: #FFF;
    border-radius: 3rem;
    text-align: center;
    font-size: 2rem;
    box-shadow: 3px 4px 3px #999;
    right: 10px;
    bottom: 20%;
    z-index: 100;
}

.my-flota {
    margin-top: 15px;
}

.carousel-control-one-icon,
.carousel-control-two-icon {
    height: 100px;
    width: 100px;
    outline: black;
    background-size: 100%, 100%;
    border-radius: 40%;
    border: 0px;
    background-image: none;
    margin:10px 10px 10px 10px;
}

    .carousel-control-one-icon:after {
        content: '<';
        font-size: 55px;
        color: #3498DB;
       
    }

    .carousel-control-two-icon:after {
        content: '>';
        font-size: 55px;
        color: #3498DB;
        margin
    }
.carousel .carousel-indicators li.active {
    background-color: #3498DB;
}

.carousel-control.left {
    margin: 10px 0;
}
.carousel-control.rigth {
    margin: 10px 0;
}