body {
    padding: 0px !important;
    margin: 0px !important;
}

.btn-orange {
    background: #ff5910;
    border-color: #ff5910;
}

.btn-rounded {
    border-radius: 10px;
}

.text-white {
    color: #FFF;
}

.btn-default-outline {
    border-radius: 0px !important;
    background: rgba(0, 0, 0, 0);
    color: #000;
    border-color: #000;
}

.g, .g-s {
    color: #4285f4;
}

.o-f, .e {
    color: #ea4336;
}

.o-s {
    color: #fbbd3d;
}

.l {
    color: #49a853;
}

.text-orange {
    color: #f9654f;
}

.nav-bar-custom {
    margin-bottom: 0px;
    background-color: #FFF;
    min-height: 70px;
    background-image: linear-gradient(to bottom, #fff 0, #ffffff 100%);
}

#myCarousel {
    height: 500px;
    margin-bottom: 0px;
}

#myCarousel .carousel-inner {
    height: 100%;
}

#myCarousel .carousel-inner .carousel-item {
    height: 100%;
    background-size: cover;
    opacity: 0.8;
}

#myCarousel .carousel-inner .carousel-item .carousel-caption {
    top: 100px;
}

.text-hash-tag {
    font-size: 50px;
    font-weight: bold;
    color: #000;
}

.background-black {
    background: #212121 !important;
    color: #FFF;
}

.row-custom {
    margin: 0px;
    padding: 0px;
}

.btn-outline-black {
    background: rgba(0, 0, 0, 0) !important;
    color: #f9654f !important;
    border-color: #f9654f !important;
    text-shadow: 0 1px 0 rgba(255, 110, 30, 0);
}

.container-data-register {
    height: 250px;
}

.background-register {
    padding: 0px;
    margin: 0px;
}

.background-image-register {
    background-image: url("../img/registro-home.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-child {
    height: 100%;
}

.input-register-volunteers {
    background-color: #212121 !important;
    border-radius: 0px;
}

.button-send-register-volunteers {
    background-color: #f9654f;
    border-radius: 0px;
}

.grey-text {
    color: #434343;
}

.list-url {
    list-style: none;
}

.list-items img {
    opacity: 0.4;
}

.list-items img:hover {
    opacity: 1;
}

.img-slider {
    margin-left: 10px;
    margin-right: 10px;
    height: 90px;
    width: 180px;
    filter: grayscale(100%);
}

hr {
    margin: 0px;
}

.list-victuals li, .title-list {
    color: #828282;
}

.logo {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
    width: 15%;
    border-radius: 0px;
    background-color: #FFF;
}

.menu-custom {
    position: absolute;
    right: 20px;
    top: 10px;
}

.menu-custom li a.active, .menu-custom li a.active:hover {
    color: #f9654f !important;
}

.help-icons {
    background-color: #f84d3b;
    color: #FFF;
    height: 110px;
    width: 110px;
    border-radius: 70px;
    margin-left: auto;
    margin-right: auto;
}

.help-icons a i {
    padding-top: 10px;
    color: #FFF;
}

.help-icons a img {
    width: 95px;
    height: 95px;
    padding-top: 15px;
}

.btn-orange:hover {
    background-color: #f84d3b;
    color: #FFF;
}

.btn-outline-register:hover{
    background: #f84d3b;
}

.navbar-brand {
    padding: 0px;
}
.navbar-brand>img {
    height: 100%;
    padding: 15px;
    width: auto;
}

.nav-bar-custom div.container,
.nav-bar-custom div.container .navbar-header,
.nav-bar-custom div.container .navbar-header a{
    min-height: 70px;
}


@media (max-width: 767px) {
    .text-hash-tag{
        font-size: 35px;
    }

    .container-data-register {
        height: 600px;
    }

    .container-data-register .bg-child{
        height: 50%;
    }

    .menu-custom {
        position: initial;
        right: auto;
        top: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-data {
        min-height: initial;
        height: initial;
    }

    .menu-custom {
        position: initial;
        right: auto;
        top: auto;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-data {
        min-height: initial;
        height: initial;
    }

    .menu-custom {
        position: initial;
        right: auto;
        top: auto;
    }
}