body {
    margin: 0px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 0px;
    color: black;
}
.nav-link {
    color: #fff !important;
    font-weight: bold;
}
.nav-link:hover {
    position: relative;
}
.sombra-tabs{
    box-shadow: 10px 48px 60px -32px rgba(0,0,0,0.3);
}
.nav-link:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease-in-out;
    width: 0;
}
.navbar-toggler {
    transition: background-color 0.3s ease-in-out;
}

.navbar-toggler:focus, 
.navbar-toggler:active {
    color: #ffffff;
}


.nav-link:hover::after {
    width: 100%;
}

h1 {
    font-weight: 1000;
    font-size: 3rem;
}
footer {
    position: relative;
    overflow: hidden;
    background-color: #0085c2;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
}
.colore{
    color: #0085c2;
    color: #0b92c9;
    color: #53b65b;
    color: #71bf6b;
    color: #096187;
}
.color-negro
footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
    mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
    transition: transform 0.3s ease-in-out;
    pointer-events: none;
}

footer:hover::before {
    transform: scale(1.1);
}
.navbar-brand{
    padding-top: 0px !important;
}
.espacio-video{
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    z-index: 1;
}
.iconos, .iconos2{
    fill: #fff;
    width: 70px;
    height: 70px;
}
.iconos2{
    fill: #d31818;
}
.iconos-div{
    box-shadow: 10px 48px 60px -32px rgba(0,0,0,0.3);
}
.parallax {
    /* The image used */  
    /* Set a specific height */
    min-height: 500px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
.bg-success{
    background-color: #53b65b !important;
}
.tabs-links{
    border-color: transparent !important;
}
#tabs-list .nav-link.active
{
    color: #53b65b !important;
}
#tabs-list{
    background-color: #53b65b !important;
    color: #fff !important;
    font-weight: bold;
    box-shadow: 0 48px 80px -32px rgba(0,0,0,0.3);
}
.sinBordes {
    border-radius: 0 !important;
}
@media (max-width: 1200px) {

}

@media (max-width: 992px) {
    .logo-inicio{
        width: 200px !important;
    }
    .espacio-video{
        position: absolute; 
        top: 30%; 
        left: 50%; 
        transform: translate(-30%, -50%);
        z-index: 1;
    }
    h1 {
        font-size:1.8rem;
    }
    #ld-inicio p.text-secondary {
        font-size: 0.2rem !important;
    }
}

@media (max-width: 768px) {
    .logo-inicio{
        width: 100px !important;
    }
    .espacio-video{
        position: absolute; 
        top: 30%; 
        left: 50%; 
        transform: translate(-30%, -50%);
        z-index: 1;
    }
    h1 {
        font-size:1.8rem;
    }
    #ld-inicio p.text-secondary {
        font-size: 0.2rem !important;
    }
}

@media (max-width: 576px) {
    .logo-inicio{
        width: 75px !important;
    }
    .espacio-video{
        position: absolute; 
        top: 30%; 
        left: 50%; 
        transform: translate(-30%, -50%);
        z-index: 1;
    }
    h1 {
        font-size:1.6rem;
    }
    #ld-inicio p.text-secondary {
        font-size: 0.2rem !important;
    }
}
