@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body .swiper-button-next {
    right: 15px;
}

body .swiper-button-prev {
    left: 15px;
}

.region-content {
    padding: 0;
}

/*Menu*/

.user-logged-in nav.navbar {
    position: relative;
    background: #010c1f !important;
    z-index: 1;
}

nav.navbar.fixed {
    background: #010c1f !important;
}

nav.navbar {
    background: transparent !important;
    padding: 20px 10px;
    position: fixed;
    width: 100%;
    z-index: 9;
}

nav.navbar .nav-link {
    color: white;
}

ul.navbar-nav {
    gap: 30px;
}

.padre-banner-principal {
    padding-top: 5%;
}

.tituloBanner {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 63px;
    word-break: break-word;
}

p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.c-white {
    color: white;
}

.c-blue,
.c-blue p {
    color: #001E50;
}

.radius {
    border-radius: 10px;
}

.relative {
    position: relative;
}

/*Banner principal*/
.degradado-verde {
    background: linear-gradient(180deg, #7CE495 0%, #39A19D 100%);      
    /* background: rgba(124, 228, 148, 1);
    background: -moz-linear-gradient(top, rgba(124, 228, 148, 1) 0%, rgba(124, 228, 148, 1) 59%, rgba(57, 161, 158, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(124, 228, 148, 1)), color-stop(59%, rgba(124, 228, 148, 1)), color-stop(100%, rgba(57, 161, 158, 1)));
    background: -webkit-linear-gradient(top, rgba(124, 228, 148, 1) 0%, rgba(124, 228, 148, 1) 59%, rgba(57, 161, 158, 1) 100%);
    background: -o-linear-gradient(top, rgba(124, 228, 148, 1) 0%, rgba(124, 228, 148, 1) 59%, rgba(57, 161, 158, 1) 100%);
    background: -ms-linear-gradient(top, rgba(124, 228, 148, 1) 0%, rgba(124, 228, 148, 1) 59%, rgba(57, 161, 158, 1) 100%);
    background: linear-gradient(to bottom, rgba(124, 228, 148, 1) 0%, rgba(124, 228, 148, 1) 59%, rgba(57, 161, 158, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ce494', endColorstr='#39a19e', GradientType=0); */
}

.degradado-azul {
    background: rgba(1, 32, 86, 0.96);
    background: -moz-linear-gradient(45deg, rgba(1, 32, 86, 0.96) 0%, rgba(53, 156, 158, 0.99) 69%, rgba(53, 156, 158, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(1, 32, 86, 0.96)), color-stop(69%, rgba(53, 156, 158, 0.99)), color-stop(100%, rgba(53, 156, 158, 1)));
    background: -webkit-linear-gradient(45deg, rgba(1, 32, 86, 0.96) 0%, rgba(53, 156, 158, 0.99) 69%, rgba(53, 156, 158, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(1, 32, 86, 0.96) 0%, rgba(53, 156, 158, 0.99) 69%, rgba(53, 156, 158, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(1, 32, 86, 0.96) 0%, rgba(53, 156, 158, 0.99) 69%, rgba(53, 156, 158, 1) 100%);
    background: linear-gradient(45deg, rgba(1, 32, 86, 0.96) 0%, rgba(53, 156, 158, 0.99) 69%, rgba(53, 156, 158, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#012056', endColorstr='#359c9e', GradientType=1);
}

.botones-banner {
    padding: 10px 23px;
    border-radius: 40px;
    display: block;
    width: 210px;
    text-decoration: none;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 12px;
    justify-content: center;
}

.ct-botones-banner p {
    font-size: 24px;
    font-weight: 800;
}

.contimgBanner-ppal {
    background: #00000052;
    width: 100%;
}

body .swiper-button-prev:after {
    content: url(/themes/custom/landing_incocredito/img/arrow-slider.svg);
    transform: rotate(180deg);
    margin-top: -10px;
}

body .swiper-button-next:after {
    content: url(/themes/custom/landing_incocredito/img/arrow-slider.svg);
}

.img-banner-ppal {
    max-width: 100%;
    border-radius: 10px;
}

.bg-deco:before {
    content: "";
    width: 250px;
    height: 130px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/themes/custom/landing_incocredito/img/rombo2.svg) 0 0 no-repeat;
}

.bg-deco:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 240px;
    height: 165px;
    display: block;
    background: url(/themes/custom/landing_incocredito/img/rombo1.svg) 0 0 no-repeat;
}

.swiper-banner-principal .swiper-slide {
    padding: 0 80px !important;
}

/*Objetivos*/

.ct-object h3 {
    color: #001E50;
    font-weight: bold;
    font-size: 25px;
}

/*Agenda eventos*/

.container-agenda-evento {
    background-size: cover !important;
}

.ct-agenda-evento {
    max-width: min(1020px, 90%);
    margin: auto;
    padding: 10% 0;
}

.conttituloAgenda h3 {
    font-size: 50px;
    font-weight: 700;
    max-width: 265px;
}

.botonera a {
    background: white;
    padding: 13px 30px;
    display: block;
    width: fit-content;
    border-radius: 13px;
    text-decoration: none;
    font-weight: 600;
    color: #001E50;
    transition: all.3s;
}

.botonera a:hover {
    background: #7ce393;
}

/*Slider conferencistas*/

.container-slider-conferencistas h3 {
    color: white;
    font-size: 40px;
    font-weight: 700;
}

.padre-slider-conferencistas {
    max-width: min(1050px, 95%);
}

.img-rombo {
    height: fit-content;
    margin-left: -20%;
}

.content-conferencista h4 {
    color: white;
}

.content-conferencista h5 {
    color: #7AE295;
}

.content-conferencista p {
    font-size: 16px;
    margin: 0;
}

.ct-conferencistas {
    border: 2px solid #7CE495;
    margin-left: 13%;
}

.swiper-conferencistas .swiper-slide {
    padding: 0 80px;
}









/*block footer general*/
.container-footer-incocredito a img {
    width: 40px;
}

footer.mt-auto {
    background: #001E50 !important;
}

.container-footer-incocredito {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    gap: 50px 3%;
    justify-content: center;
    margin: 50px auto auto;
}

.container-footer-incocredito div {
    color: #fff;
}

.container-footer-incocredito a {
    color: #fff;
    text-decoration: none;
}

body .ct-oficina a {
    background: white;
    color: #001e50;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: bold;
}

body .ct-oficina a:hover,
body .ct-oficina a:focus {
    color: #001e50;
}

.ct-redes p {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 15px;
    width: 100%;
}

@media (max-width: 768px) {
    .container-footer-incocredito {
        display: flex;
        flex-direction: column;
        padding: 30px;
        align-items: center;
    }

    .container-footer-incocredito div {
        width: calc(100%);
        text-align: center;
    }

    .ct-redes {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .ct-redes p {
        margin: 0 auto;
        width: 100%;
        justify-content: center;
    }
}

/*end block footer general*/



/*Responsive*/

/*Banner principal*/
@media (max-width:1200px) {
    .tituloBanner {
        font-size: 35px;
        line-height: 37px;
    }
}

@media (max-width:990px) {
    nav.navbar {
        background: #010c1f !important;
    }

    ul.navbar-nav {
        background: #010c1f;
        padding: 30px;
        text-align: center;
        gap: 5px;
    }

    button.navbar-toggler {
        border: 0;
    }

    button.navbar-toggler:focus {
        box-shadow: none;
    }

    .botones-banner {
        margin: 0 auto 12px;
    }

    .img-banner-ppal {
        width: 60%;
    }

    .bg-deco:before,
    .bg-deco:after {
        content: none;
    }

    .swiper-banner-principal .swiper-slide {
        padding: 0 !important;
    }

    a.botones-banner {
        justify-content: center;
        font-size: 16px;
        width: 150px;
    }

    .ct-botones-banner p {
        font-size: 16px;
    }
}