@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,400&display=swap');

:root {
    --light1: #FFFFFF;
    --light2: #FAFAFA;
    --dark1: #393939;
    --primary-bqb: #1B88C2;
    --secondary-bqb: #40B4F1;

}

html,
body {
    width: 100%;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif !important;
    word-wrap: break-word;
    scroll-behavior: smooth;
    scroll-padding-top: 2.5rem;
}

nav {
    background-color: var(--primary-bqb);
}


.logo-bqb {
    max-height: 8rem;
    width: auto;
}

.logo-bqb-small {
    max-height: 3rem;
    width: auto;
}

.list-description {
    font-weight: 600;
    font-size: large;
}

.btn-nav {
    font-family: Montserrat;
    font-style: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    font-weight: 600;
}

.btn-nav:hover {
    color: #83CFF8;
    text-decoration: none;
}

.login-icon:hover {
    color: #83CFF8;
}

.bg-bqb1 {
    background-color: var(--primary-bqb);
}

.text-bqb-dark {
    color: var(--dark1);
}

.text-bqb-light {
    color: var(--light1);
}

.shadow-text {
    text-shadow: .5rem .5rem 1rem rgba(0, 0, 0, .45) !important;
}

.login-icon {
    height: 25px;
    width: 25px;
}

.contact-info {
    background-color: var(--secondary-bqb);
    padding: 3rem;
    border-radius: 15px;
    background-image: url(/seguro/static/src/img/fondo_circulo1_light.svg), url(/seguro/static/src/img/fondo_circulo2_light.svg);
    background-position: -170% -100%, 200% 180%;
    background-repeat: no-repeat;
    background-size: 90%, 90%;
    box-shadow: .5rem .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.btn-bqb {
    width: 224px;
    height: 58px;
    background: var(--secondary-bqb);
    border-radius: 10px;
    border: none;
    color: var(--light1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-bqb:hover {
    text-decoration: none;
    background: var(--primary-bqb);
    color: var(--light1);
}

.contact-link {
    text-decoration: none;
    color: var(--light1);
}

.contact-link:hover {
    text-decoration: none;
    cursor: pointer;
    color: var(--light2);
}

.mb-10 {
    margin-bottom: 20rem;
}

.companies-logos {
    overflow-x: auto;
}

.quoter-div {
    text-align: center;
    color: #393939;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: .8rem 0.5rem;
    width: 11rem;
    margin: 1rem 0;
    font-size: .8rem;
    font-family: 'Montserrat', sans;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.quotation-upper-btn {
    border-radius: 0 !important;
    border-bottom: 1px var(--light2) solid !important;
}

.star {
    height: 20px;
    width: 20px;
}

.opinion {
    border-radius: 15px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    margin: 0 2rem;
    max-width: 360px;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.choose-us-logo {
    height: 45px;
    width: 45px;
    margin-bottom: 1.5rem;
}

.choose-us-title {
    font-weight: 700;
    font-size: 1.2rem;
}

.choose-us-div {
    max-width: 220px;
    margin: 0 2rem;
    border-radius: 0 0 50% 50% / 45px;
}

.quotation-btn {
    width: 100%;
    border: none;
    border-radius: 0 0 15px 15px;
    background-color: var(--secondary-bqb);
    color: var(--light1);
    height: 30px;
    font-weight: 700;
    font-size: .8rem;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.quotation-btn:active:hover:not([disabled]) {
    text-decoration: none;
    background-color: var(--primary-bqb);
    color: var(--light1);
}

.quotation-btn:disabled {
    background-color: var(--secondary-bqb);
}

.quotation-btn:hover {
    text-decoration: none;
    background-color: var(--primary-bqb);
    color: var(--light1);
}

.us-img {
    border-radius: 15px;
}

.div-rounded-top {
    border-radius: 50% 50% 0 0 / 45px;
}

.join-us-subtitle {
    font-size: 1.2rem;
    font-weight: 400;
}

.social-media {
    position: absolute;
    bottom: 2.5rem;
}

.textarea-contact {
    margin-right: 0px;
    height: 120px;
}

.bg-bqb-light2 {
    background-color: var(--light2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary-bqb);
    font-weight: 600;
    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: break-word;
}

#companies-logos {
    border: 0;
    background-image: url(/seguro/static/src/img/fondo_azul.svg);
    background-image: url(/seguro/static/src/img/fondo_azul.svg), linear-gradient(to bottom, #ffffff 50%, #1B88C2 70%);
    background-position: center 30%;
    background-repeat: no-repeat;
    background-size: 105%;
    padding-bottom: 18rem;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 11));
    }
}

.slider_companies {
    animation: scroll 11s linear infinite;
    display: flex;
    width: calc(250px * 22);
    height: 100%;
}

.image_companies {
    width: 150px;
    height: 150px;
    margin: 10px;
}


.color_image_companies {
    filter: invert(34%);
}

#choose-us {
    background-color: var(--primary-bqb);
    color: var(--light1);
}

#clients {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

#us {
    background-image: url(/seguro/static/src/img/fondo_circulo1.svg), url(/seguro/static/src/img/fondo_circulo2.svg);
    background-position: 10% top, 140% center;
    background-repeat: no-repeat;
    background-size: 50%, 60%;
    background-color: var(--light2);
}

#join-us {
    border-radius: 50% 50% 0 0 / 45px;
}

#contact {
    background-image: url(/seguro/static/src/img/fondo_circulo1.svg), url(/seguro/static/src/img/fondo_circulo2.svg);
    background-position: 160% 60%, -45% 180%;
    background-repeat: no-repeat;
    background-size: 50%, 60%;
    border-radius: 50% 50% 0 0 / 45px;
}

#clients {
    border-radius: 50% 50% 0 0 / 45px;
}

#contact-form {
    border-radius: 0 15px 15px 0;
    box-shadow: .5rem .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.quoters-grid {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}

.scrollable-div {
    flex-wrap: wrap;
}

.loader {
    display: flex;
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    z-index: 99;
    place-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

.slider-info-div {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 55%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel-img {
    width: 100%;
}

#companies-logos {
    height: 350px;
    position: relative;
    overflow: hidden;
    padding-top: 3rem;
}

/*
.companies-logos {
    position:absolute;
    top:0px; 
    left:0px; 
    overflow:hidden; 
    white-space: nowrap;
    animation: bannermove 6s linear infinite;
}
  
.companies-logos img {
    margin: 0 0.5em 
}
  
  @keyframes bannermove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-20%, 0);
    }
  }
*/

.muted-link:focus {
    text-decoration: none;
    box-shadow: none;
}

.accordion>.card:only-child>.card-header {
    margin-bottom: 1px !important;
    border-radius: 0.25rem;
}

.accordion>.card:only-child>.collapse>.card-body {
    margin-bottom: 1px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}


.bqb-expand {
    color: var(--primary-bqb) !important;
    background-color: var(--light1) !important;
    opacity: .95;
}

.banner {
    background-image: url(/seguro/static/src/img/Denuncia.jpg);
    height: 400px;
    background-size: cover;
    background-position: center 60%;
    margin: 0 0 3rem 0;
}

.banner-inner {
    padding-left: 3em;
    color: var(--light1);
}

.banner-title {
    color: var(--light1);
    text-shadow: 0 0 10px #393939;
    font-weight: 600 !important;
}

.overlapping-container {
    position: relative;
    top: -250px;
    margin-bottom: -250px;
}

@media (max-width: 991px) {
    .btn-nav {
        color: var(--primary-bqb) !important;
    }

    .carousel-img {
        width: 200%;
        margin-left: 90%;
        transform: translateX(-50%);
    }

    .screen-80 {
        height: 90vh;
        justify-content: space-around !important;
        padding-bottom: 20%;
    }

    .screen-15 {
        height: 15vh;
    }

    .hv-100 {
        height: 100vh;
    }
}

@media (max-width: 767px) {

    .carousel-img {
        width: 300%;
        margin-left: 90%;
        transform: translateX(-50%);
    }

    .slider-info-div {
        position: absolute;
        right: 15%;
        bottom: 20px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: left;
    }

    .carousel-item {
        width: 200%;
    }

    .scrollable-div {
        margin-bottom: 10%;
    }

    .img-full-width {
        width: 150%;
        left: -25%;
        position: relative;
    }

    #companies-logos {
        padding-bottom: 2rem;
    }

    #join-us {
        border-radius: 50% 50% 0 0 / 45px;
        margin-top: 0;
    }

    #choose-us {
        background-image: none;
        color: var(--light1);
    }

    #why-choose-us {
        color: var(--light1);
    }

    .choose-us-div {
        max-width: 85%;

    }

    .choose-us-logo {
        margin: 0 1rem;
    }

    .scrollable-div {
        overflow-x: scroll;
        flex-wrap: nowrap;
    }

    .logo-bqb {
        max-height: 4rem;
        width: auto;
    }

    .first-screen {
        display: flex;
        height: 80vh;
        flex-direction: column;
        justify-content: space-between;
    }

    .overlapping-container {
        position: relative;
        top: -250px;
        margin-bottom: -250px;
    }

    .box1 {
        opacity: .95;
    }

    #banner4 .carousel-img {
        transform: translateX(-60%) !important;
    }
}

@media (max-width: 450px) {
    .btn-nav {
        color: var(--primary-bqb) !important;
    }

    .carousel-img {
        width: 400%;
        margin-left: 110%;
        transform: translateX(-50%);
    }

    #why-choose-us {
        background-position: 50% 700%;
        background-color: var(--primary-bqb);
    }

    #companies-logos {
        padding-bottom: 0rem;
        background-size: 105% 150%;
    }

    .banner {
        background-image: url(/seguro/static/src/img/Denuncia-mobile.jpg);
        width: 110%;
        height: 50%;
        margin-left: 86%;
        transform: translateX(-80%);
    }

    .overlapping-container {
        top: -300px;
        margin-bottom: -300px;
    }

    .box1 {
        opacity: .95;
    }
}

@media (min-width: 767px) {
    .footer-info {
        border-right: #393939 1px solid;
    }

    #banner4 .slider-info-div {
        left: 62% !important;
    }

}