/* ======== BARRA DE NAVEGACION ======== */
#brand {width: 160px;}
.avatar {vertical-align: middle;width: 60px;height: 60px;border-radius: 50%;}
.dropbtn {background-color: transparent;color:inherit;}
.dropdown-content a:hover {background-color: #29ca8e;color: white;}
.navbar.navbar-fixed-top {border-top: 5px solid #29CA8E !important;height: 75px;font-size: 16px;}
.navbar-nav .active {background-color: #29CA8E;}
.navbar-nav .active a {color: #ffffff !important;}
.navbar-nav-first {margin-left:0em !important;}
.nav.navbar-nav.navbar-right .dropdown {position: fixed;top: 5px;right: 20px;}
.regist {background-color: #29ca8e;color: #fff;font-size: 20px;border-radius: 50px;padding: 12px 22px;margin-top: 14px;}
.regist:hover  {background-color: #156346;color: #fff !important;}
.regist a {color: white !important;}
.regist a:hover {background-color: #156346;}
.ribbon {
    width: 42px;
    font-size: 10px;
    padding: 4px;
    position: absolute;
    right: 18px;
    top: 12px;
    text-align: center;
    border-radius: 25px;
    background-color: red;
    color: white;
}

/* ======== GENERAL ======== */
.swal2-html-container {font-size: 1.6em !important;}
.swal2-popup {width: 42em !important;}
.swal2-styled.swal2-cancel,.swal2-styled.swal2-confirm,.swal2-styled.swal2-deny {font-size: 1.5em !important;}
.welcome {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    margin-top: -132px; /* Negative half of height. */
    margin-left: -200px; /* Negative half of width. */
    z-index: 1036;
    text-align: center;
    padding: 2% 4% 2% 4%;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.custom-radio-list {list-style-type: none;padding: 0;margin: 0;}
label {font-weight: 200;}
.btn-comun {
    width: 60%;
    background: #29CA8E;
    border-radius: 50px;
    border: 0;
    color: #ffffff;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 30px;
    transition: 0.5s;
    margin: 20px 20%;
}
.btn-comun:hover {background-color: #3F51B5;}
ul.custom-radio-list {margin-left: 30%;}

/* ======== FOOTER ======== */
#footer {padding: 60px 0;}
.sellos {display: flex;justify-content: space-between;}
.lst {padding-left: 16px;}
.lstMediosDePago .it {display: inline-block;margin: 0 10px 5px 0;}
.lstMediosDePago>.it img {display: block;height: 30px;width: 50px;padding: 10%;object-fit: contain;}

/* ======== RESPONSIVE ======== */
@media only screen and (max-width: 767px) {
    #brand {width: 100px;margin:9px 0 6px -40px;}
    .custom-navbar {padding: 0;text-align: left;}
    .custom-navbar .nav li a, .top-nav-collapse .nav li a {color: black;}
    .nav.navbar-nav.navbar-right .dropdown {right: 0px !important;}
    /* .regist {font-size:18px;padding:6px 12px;right:8px;} */
    .sellos {margin-top: 40px;}
    .d-clases {background-color:transparent;box-shadow:none;}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {.regist {font-size: 20px;padding: 6px 20px;}}
@media (max-width: 1199px) {
    /* .custom-navbar .nav li a {line-height: 16px;} */
    .navbar-collapse.collapse {display:none !important;}
    .navbar-collapse.collapse.in {display: block !important;background-color: #d0f0b6 !important;}
    .navbar-fixed-top .navbar-collapse {max-height: fit-content;}
    /* .navbar-header {float: none;} */
    /* .navbar-nav {float: none!important;margin-top: 7.5px;} */
    /* .navbar-nav>li {float: none;} */
    .navbar-toggle {display: block !important;}
}