
html {
    scroll-behavior: smooth;
}

main {

    background-color: #ffffff;
}

.bg-header {
    background-color: #0f086d;
}

ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

header {
    font-family: "Roboto", sans-serif;
}

header ul {
    font-size: 13px;
    font-weight: 500;

}

.navbar-brand {

    font-size: 2.3rem !important;
    font-weight: bold;
}

.img-animated {

    width: 650px;
}

.carousel-inner {

    padding-top: 2rem;
    border-radius: 2px;
    background: #dad7c5;
    box-shadow: 5px 5px 0px #d8d5c3,
        -5px -5px 0px #dcd9c7;

}

.content {
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 5px 5px 0px #fcfcfc,
        -5px -5px 0px #ffffff;
}

.content-banner {
    position: relative;
    width: 700px;
    top: -100px;
}

.carousel-caption h1 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 600;
}

.carousel-caption {
    color: #454545!important;
    font-family: "Poppins", sans-serif;
  
}

.carousel-caption p {
    font-size: 1.5rem;
}


.featurette {
    padding: 3rem 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #424144;
}

.featurette h1{
    font-family: "Poppins", sans-serif;
    font-size: 2.5rem;
}

/* ABOUT US */

.about-us{
    color: #494848;
    font-size: 15px;
}

.about-us h2 {
  
    font-size: 2.5rem;
    font-weight: bold;
}

.about-us ul li {
    padding: 10px 0;
}


.featurette p {

    font-size: 16px;
}

.featurette i {
    color: rgb(46, 46, 214);
}

@keyframes scaleOnce {
    0% {
        transform: scale(1);
        /* Tamaño original */
    }

    100% {
        transform: scale(1.2);
        /* Escala al 120% */
    }
}

.img-animated {
    margin-top: 4rem;
    animation: scaleOnce 3s ease-in-out forwards;
}


.accordion {
    --bs-accordion-color: #14141C;
    --bs-accordion-bg: #F1F1F5;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 10px;
    --bs-accordion-inner-border-radius: 10px;
    --bs-accordion-btn-padding-x: 30px;
    --bs-accordion-btn-padding-y: 25px;
    --bs-accordion-btn-color: #14141C;
    --bs-accordion-btn-bg: #F1F1F5;

    --bs-accordion-btn-icon-width: 18px;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;

    --bs-accordion-btn-focus-border-color: #8ba1dc;
    --bs-accordion-btn-focus-box-shadow: 0;
    --bs-accordion-body-padding-x: 30px;
    --bs-accordion-body-padding-y: 25px;
    --bs-accordion-active-color: #143ba7;
    --bs-accordion-active-bg: #F1F1F5;
}

.accordion-header {
    margin: 0 !important;
}

.accordion-button {
    padding: 10px 30px;
}


.neumatic {

    text-align: justify;
    padding: 30px;
    border-radius: 10px;
    background: #ffffff;
    --tw-shadow: 0px 0px 56px rgba(69, 69, 69, .2);
    --tw-shadow-colored: 0px 0px 56px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}


.sombra {
    padding: 20px;
    --tw-shadow: 0px 0px 56px rgba(69, 69, 69, .2);
    --tw-shadow-colored: 0px 0px 56px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}



.custom-tabs .nav-link {

    border: none;
    outline: none;
    padding: 10px 20px;
    color: #000;
    font-weight: bold;
    transition: all 0.3s ease;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.custom-tabs .nav-link:hover {

    transform: translateY(-3px);
}

.custom-tabs .nav-link.active {

    color: #282985!important;
}

.custom-tabs .nav-link:focus {
    outline: none;
    box-shadow: 0 0 5px rgba(74, 144, 226, 0.7);
}



.footer {
    font-family: "Roboto", sans-serif;
    background-color: #0f086d;
    color: #fff;
    padding: 20px 0;

}

.footer ul li {
    padding: 5px 0;
   
    font-size: 15px;
}