﻿body {
    background-color: snow;
    margin-top: 77px !important;
    padding: 0 !important;
}

.bg-dark {
    background-color: #272b30 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}

.navbar.fixed-top .navbar-nav {
    font-weight: 400 !important;
}

.navbar-nav {  
    align-items: baseline;
}

header {
    background-position: 25% 25% !important;
}

/*.navbar-nav .dropdown-menu {
    border: none;
    font-size: inherit !important;
    background-color: #262728;
}*/

/*/////// REGLAS PARA EL NAVBAR /////////*/
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropleft {
    margin-top: -1px;
}

.dropdown-submenu .dropdown-menu {
    margin-right: -1px;
}

.nav-item .dropdown-menu {
    font-size: .875rem;
    background-color: #343a40 !important;
    border: none;
}

.nav-item .dropdown-menu .active a {
    color: dodgerblue !important;
}

.nav-item .dropdown-item:hover {
    color: #91a7bd !important;
    background-color: transparent;
}

.nav-link img {
    transition: all .15s ease-in-out;
}

.nav-link img:hover {
    filter: brightness(0) saturate(100%) invert(74%) sepia(10%) saturate(737%) hue-rotate(169deg) brightness(88%) contrast(86%);
}

/*reglas para que el modal no desplace toda la ventana*/ 
/*.modal {
    overflow-y: auto;
}

body .modal-open {
    overflow: auto;
    padding-right: 0px !important;
}*/
/*///////////*/

/*.dropdown:hover .dropdown-content {
    display: block;
}
*/

.navbar-brand img {
    max-height: 50px;
}

.navbar .active .nav-link {
    color: dodgerblue !important;
}

.navbar .nav-link:hover {
    color: #91a7bd !important;
}

.logos img {
    height: 130px;
    width: auto;
}

footer a{
    color: white !important;
}

footer a:hover {
    color: #91a7bd !important;
    text-decoration: none;
}

.sinEfecto:hover {
    color: white !important;
    transition: all .2s ease-in-out;
}

.instagram:hover {
    transition: all .2s ease-in-out;
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
}

#facebook:hover {
    color: #1877f2 !important;
    transition: all .2s ease-in-out;
}

#twitter:hover {
    color: black !important;
    transition: all .2s ease-in-out;
}

#youtube:hover {
    color: #ff0000 !important;
    transition: all .2s ease-in-out;
}

.logos p{
    font-style: italic;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.float1 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 40px;
    background-color: #C43026;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.float2 {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float1:hover{
    color: #FFF;
    opacity: 0.4;
}

.float2:hover{
    color: #FFF;
    opacity: 0.4;
}

.float:hover{
    color: #FFF;
    opacity: 0.4;
}

/* sobreescribiendo reglas de Bootstrap */
.table td {
    padding: .5rem !important;
}

.my-float {
    margin-top: 16px;
}

select, input[type=date] {
    height: 40px;
    padding-right: 0 !important;
}

.reducirPadding {
    padding: 3.5rem 0 !important;
}

#btnArriba {
    width: 45px;
    height: 45px;
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 0px; /* Some padding */
    border-radius: 50px; /* Rounded corners */
    font-size: 30px; /* Increase font size */
}

#btnArriba:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

label input[type=checkbox] {
    vertical-align: middle;
}

label span {
    vertical-align: middle;
}

/*Reglas media para mejorar la responsividad*/

@media(max-width:575px) {
    table {
        font-size: 0.8rem;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    h5 {
        font-size: 1rem;
    }
}

@media(max-width:440px) {
    .logos img {
        height: 30vw !important;
        width: auto;
    }

    .float {
        right: 10px;
    }

    .tiendas img {
        margin-right: 0 !important;
        margin-bottom: 0.6em !important;
    }

    header h1 {
        font-size: 2.5rem !important;
    }
}

@media(max-width:575px) {
    nav a {
        font-size: 1rem !important;
    }

    .redes {
        text-align: left !important;
    }
}

@media(max-width: 991px) {
    .navbar-nav {
        align-items: normal !important;
    }

    li ul {
        padding-left: 1.5rem !important;
    }
}

@media(min-width: 426px) and (max-width: 991px) {
    .float {
        right: 20px;
    }
}

@media(min-width: 992px) and (max-width: 1040px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0 !important;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    nav li {
        font-size: 0.84rem;
    }
}
