@charset "UTF-8";
/*!
CUSTOM
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,500;1,700&display=swap');

@font-face {
    font-family: "cbxIcons";
    /* src: url("../fonts/councilbox-icons.woff2") format("woff"); */
	src: url("../fonts/specialalphabetsp.woff") format("woff");
}

:root{
    --primary-color: #37388A;
    --secondary-color: #51E1D7;
    --tertiary-color: #9381FD;
}

*{
    scroll-behavior: auto !important;
}
header {
    position: relative;
    z-index: 9;
}
body {
    font-family: 'DM Sans', sans-serif;
}

/* COLORS */
.btn {
    border-radius: 0;
}

.text-primary {
    color: #37388A !important;
}

.btn-primary {
    background-color: #37388A;
    border-color: #37388A;
    padding: 0.375rem 3.75rem;
}

.btn-primary:hover {
    background-color: #9381FD;
    border-color: #9381FD;
    border-color: #ffffff;
}

.bg-primary {
    background-color: #37388A!important;
}
.sitemap{
    height: 20px;
}

.btn-outline-primary {
    color: #37388A;
    border-color: #37388A;
}

.btn-outline-primary:hover {
    background-color: #37388A;
    border-color: #37388A;
}

.background-primary {
    background-color: #37388A !important;
}

.border-primary {
    border-color: #37388A !important;
}

.text-secondary {
    color: #9381FD !important;
}

.btn-secondary {
    background-color: #9381FD;
    border-color: #9381FD;
    padding: 0.375rem 3.75rem;
}

.btn-secondary:hover {
    background-color: #37388A;
    border-color: #37388A;
}

.bg-secondary {
    background-color: #9381FD !important;
}

.text-tertiary {
    color: #6beaf2 !important;
}
.bg-tertiary {
    background-color: #6beaf2 !important
}


.btn-outline-secondary {
    color: #9381FD;
    border-color: #9381FD;
}

.btn-outline-secondary:hover {
    background-color: #9381FD;
    border-color: #9381FD;
}

.border-secondary {
    border-color: #9381FD !important;
}

.btn-success {
    color: #37388A;
    background-color: #51E1D7;  
    border-color: #51E1D7;  
}

.btn-success:hover {
    background-color: #22a79e;  
    border-color: #22a79e;  
}



.btn-light {
    color: #37388A;
}

.btn-light:hover {
    color: #9381FD;
}

.w-17{
    width: 17%;
}
.w-32{
    width: 32%;
}
.bg-yellow {
    background-image: url(../imgs/home/bg-yelllow.jpg);
    background-size: cover;
}

@media (min-width: 992px) {

.bg-lg-primary {
    background-color: #37388A!important;
}
.bg-lg-secondary {
    background-color: #9381FD!important;
}
}

/* HEADER */
.w-45{
    width: 45%;
}
.padding-stretch{
    padding: 0.375rem !important;
}
img#logo {
    max-width: 200px;
}

.text-menu .nav-link {
    font-size: 12px;
    font-weight: 800;
}

.navbar-light .navbar-nav .nav-link, .nav-link {
    color: #37388A;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .nav-link:focus, .nav-link:hover, li.nav-item.active a.nav-link {
    color: #9381FD;
}

.idioma .dropdown-item {
    font-size: 12px;
    font-weight: 800;
}

.navbar-toggle {
    padding: 24px 9px;
    border-color: #ddd;
}

.navbar-light .navbar-toggler:focus, .navbar-toggle:focus, .navbar-toggle:hover {
    box-shadow: none;
    color: #fff;
}

.display-1, .display-2, .display-3, .display-4, .display-5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300 !important;
    color: #37388A;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1 !important;
    color: #37388A;
}

h1, h2, h3, h4 {
    font-weight: 300 !important;
}


h5, h6 {
    font-weight: 500 !important;
}


/* ANIMACION scroll header */

.scrolled-down {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.scrolled-up {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

/* ANIMACION navbar-toggler */

button.navbar-toggler {
    max-width: 50px;
    z-index: 999;
    padding: 24px 9px;
}

.bar1, .bar2, .bar3 {
    width: 22px;
    height: 3px;
    background-color: #000000;
    margin: 2px 0;
    transition: 0.4s;
    float: right;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
}


/* FOOTER */


footer a {
    font-size: 14px;
    font-weight: 900;
}

footer .small a, footer .small span {
    font-size: 10px;
    font-weight: 400;
}

footer .list-unstyled li {
    line-height: 11px;
    margin-bottom: 20px;
}


/* CAROUSEL */


.carousel-control-prev-icon {
    background-image: url("https://www-dev.councilbox.com/wp-content/uploads/2022/01/flecha-izquierda-white.png");
}

.carousel-control-next-icon {
    background-image: url("https://www-dev.councilbox.com/wp-content/uploads/2022/01/flecha-derecha-white.png");
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}


.carousel-item {
    height: 480px;
    background-position: center;
    background-size: cover;
}

.carousel-principal .carousel-item {
    height: 408px;
    background-position: center;
    background-size: cover;
}

.carousel-caption {
    top: 15%;
}

#testimoniosCarousel .carousel-caption {
    top: 0%;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #34265d;
    border: 1px solid #34265d;
}

.carousel-principal video {
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
}

@media (min-width: 992px) {
    .carousel-principal .carousel-item {
        height: 692px;
    }

    .carousel-caption {
        top: 25%;
    }
	#testimoniosCarousel .carousel-caption {
    top: 15%;
}
}

/* MARGIN */
.flecha-card {
    margin-bottom: -40px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-negative {
    margin-top: -50px;
}

.me-negative {
    margin-left: -35px;
}

.m-negative-video {
    background-image: url(../imgs/sobre/bg-video.jpg);
    background-size: cover;
    margin: 0 0 40px 8%;
    width: 90%;
}
.m-negative-video iframe,.m-negative-video .card  {
    margin-top: -5%;
    margin-left: -8%;
    width: 105%;
}

.card.position-fixed.end-0.bottom-0 {
    z-index: 6;
}

.ms-col-1 {
    margin-left: -8.33333333%;
}
.me-col-1 {
    margin-right: -8.33333333%;
}



.z-10 {
    z-index: 0;
}

.z-100 {
    z-index: 5;
}

@media (min-width: 992px) {
    .mt-200 {
        margin-top: 50px;
    }
    .mt-negative {
        margin-top: -120px !important;
    }
    .position-lg-absolute {
        position: absolute;
    }
    .m-negative-video {
        margin-top: -75px;
    }
    .m-negative-video-mini {
        margin-top: -40px;
    }
    
}

/* CARDs */

.rounded-top {
    border-top-right-radius: 0.25rem!important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0.25rem!important;
    border-bottom-left-radius: 0 !important;
}

@media (min-width: 576px) {
    .card-group>.card {
        flex: 1 0 100%;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .rounded-lg-end {
        border-top-right-radius: 0.25rem!important;
        border-bottom-right-radius: 0.25rem!important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }
}

/* FORMS */

input.form-control {
    border-radius: 0px;
    background-color: transparent;
}

.form-check-input[type=checkbox], input[type="checkbox" i] {
    border-radius: 1em;
}

/* TEXT */

.accordion-button:not(.collapsed) {
    color: #36398a;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 #36398a;
}

/*
 * .accordion-button::after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f078";
    background-image: none;
}


.accordion-button:not(.collapsed)::after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f078";
    background-image: none;
    transform: rotate(-180deg) translate(5px,3px);
} */

#accordionFAQs button.accordion-button {
    box-shadow: none;
    color: #36398a;
    font-size: 1.2rem;
    font-weight: 500;
}
#accordionCountry button.accordion-button{
    color: #9381FD;
    font-size: 1.2rem;
}
#accordionCountry button.accordion-button:not(.collapsed){
    box-shadow: inset 0 -7px 0 #36398a;
    color: #36398a;
}
#accordionFAQs .accordion-item {
    margin-bottom: 40px !important;
}

#accordionFAQs .accordion-item, #accordionCountry .accordion-item {
    border-radius: 4px;
    border: 0;
    color: #36398a;
}

#accordionCountry .accordion-button::after {
display: none;
}


.list-ok li::before {
    content: " ";
    background-image: url(../imgs/ok.png) !important;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    margin-left: -50px;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
}

.list-ok li{
    padding-left: 50px !important;
}
/* BUTTONS */

.btn-outline-secondary .fa-facebook-f, .btn-outline-secondary .fa-facebook-f {
    margin: -1px;
    padding: 4px 8px;
    border-radius: 20px;
}

.btn-outline-secondary .fa-facebook-f:hover, .btn-outline-secondary .fa-instagram:hover, .btn-outline-secondary .fa-youtube:hover, .btn-outline-secondary .fa-twitter:hover {
    color: #fff;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.btn-outline-secondary .fa-instagram, .btn-outline-secondary .fa-instagram {
    margin: -3px;
    padding: 4px 8px;
}

.btn-outline-secondary .fa-youtube, .btn-outline-secondary .fa-youtube {
    margin: -5px;
    padding: 4px 8px;
}

.btn-outline-secondary .fa-twitter, .btn-outline-secondary .fa-twitter {
    margin: -4px;
    padding: 4px 8px;
}

.btn-outline-secondary .fa-linkedin-in, .btn-outline-secondary .fa-linkedin-in {
    margin: -4px;
    padding: 4px 9px;
}


/*PARALLAX*/

.parallax {
    /* The image used */
    background-image: url("../imgs/home/bg-yelllow.jpg");
    /* Set a specific height */
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

@media (min-width: 992px) {
.parallax {
    background-attachment: fixed;
	}    
}


/* OWL CARUSEL */
.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;  
}
/* .owl-carousel .owl-stage-outer {
    padding-top: 10px;
    padding-bottom: 40px;
} */
.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}
@media (min-width: 992px) {
    .full-width {
        width: 100%;
        position: relative;
        left: 0;
        right: 0;
        margin-left: 0;
        margin-right: 0;  
    }
    
}

/* scrollspy */

.scrollspy-example {
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

#list-example .list-group-item {
    display: none;
}

#list-example .list-group-item.active {
    display: block;
}
.scrollspy-example .border-start, .timeline .border-start {
    border-left-style: dashed !important;
}
.scrollspy-example .row:last-child .border-start {
    border-left-width: 0px !important;
}


@media (min-width: 992px) {
    .scrollspy-example {
        height: 280px;
    }
}

@media (min-width: 1200px) {
    .scrollspy-example {
        height: 320px;
    }
}
@media (min-width: 1400px) {
    .scrollspy-example {
        height: 400px;
    }
}

/*TABLES*/
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
tbody, td, tfoot, th, thead, tr {
    border-style: dashed;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #CECECE;
}

.w-icon-table {
    max-width: 50px;
}

/*
 .table-start{
    min-width: 250px;
}
*/

tr:last-child {
    border-bottom:0px transparent dashed !important;
}


.table-responsive::-webkit-scrollbar, .scrollspy-example::-webkit-scrollbar {
    height: 10px;
    width: 10px;
  }
  
  /* Track */
  .table-responsive::-webkit-scrollbar-track, .scrollspy-example::-webkit-scrollbar-track{
    background: #9381FD; 
    border-radius: 10px;
}
   
  /* Handle */
  .table-responsive::-webkit-scrollbar-thumb, .scrollspy-example::-webkit-scrollbar-thumb {
    background: #37388A; 
    border-radius: 10px;
}
  
/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover, .scrollspy-example::-webkit-scrollbar-thumb:hover {
    background: #37388A; 
  }
    
/* range */
.form-range {
    width: 100%;
}
.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #37388A; 
    cursor: pointer;
    margin-top:-6px;
  }
  
  .form-range::-moz-range-thumb {
    background: #37388A;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-top:-6px;
  }

/* COOKIES */
  #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
    background-color: #9381fd !important;
    border-top: 0px solid #fff  !important;
    bottom: 40px  !important;
    margin-left: 12.5%  !important;
    width: 75% !important;
    border-radius: 4px  !important;
    padding: 10px !important;
	max-height: 80%;
}

  /* MODAL */
  .btn-close {
    color: #ffffff;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border-radius: 2rem;
    opacity: 1;
    background-color: #36398a;
    }

    .modal-header .btn-close {
        padding: 0.8rem 0.8rem;
    }
    
    .modal-header {
        padding: 3rem 3rem 0 3rem;
    }

    .modal-body {
        padding: 3rem;
    }

    .modal-footer {
        padding: 0 3rem 3rem 3rem;
        justify-content: flex-start;
    }

@media (min-width: 576px) {
    .modal-dialog {
    max-width: 630px;
    margin: 1.75rem auto;
    }
}

/* DROPDOWN*/

.navbar .dropdown-menu {
    background-color: #9381FD;
    border: 0;
    border-radius: 0;
}

.navbar .dropdown-item {
    color: #ffffff;
}

.navbar .dropdown-item:hover {
    background-color: #37388A;
}

.page-numbers:not(.prev,.next){
    display: none;
}

/*COMENTARIOS POST*/
h3#reply-title {
    padding-left: 3rem;
}

#commentform .submit {
    background-color: #37388A;
    border: 1px solid #37388A;
    padding: 0.375rem 3.75rem;
	color: #ffffff;
}

#commentform .submit:hover {
    background-color: #9381FD;
    border-color: #9381FD;
    border-color: #ffffff;
}

#commentform label {
	width: 100%;
}

/*BOTONES OWL CARRUSEL*/
button.owl-prev {
    left: 0;
    position: absolute;
    /* top: 25px; */
    top: 50%;
    transform: translateY(-50%);
    font-size: 1px !important;
	border-radius: 40px !important;
}

button.owl-prev span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
	width: 40px;
    height: 40px;
	background-image: url("https://www-dev.councilbox.com/wp-content/uploads/2022/01/flecha-izquierda-white.png");
	filter: brightness(0.5);
}


button.owl-next {
    right: 0;
    position: absolute;
    /* top: 25px; */
    top: 50%;
    transform: translateY(-50%);
    font-size: 1px !important;
	border-radius: 40px !important;
}

button.owl-next span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
	 width: 40px;
    height: 40px;
	background-image: url("https://www-dev.councilbox.com/wp-content/uploads/2022/01/flecha-derecha-white.png");
	filter: brightness(0.5);
}


.owl-theme .owl-nav [class*='owl-']:hover {
    background: #9381fc;
    color: #FFF;
    text-decoration: none;
}

button.owl-prev:hover span, button.owl-next:hover span {
	filter: none;
}

#juntas-carousel button.owl-prev, #juntas-carousel button.owl-next, #ovac-carousel button.owl-prev, #ovac-carousel button.owl-next {
    top: 41%;
}

#carousel-home .owl-nav.disabled {
    display: inline;
}

.scroll-desktop {
    border-width: 0px !important;
}

@media (min-width: 992px) {
.scroll-desktop {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
}
}

.arrow-about{
    height: 48px;
    width: 48px;
}



/* ATD - 2023-06-23 */
.card-body .btn-success {
    color: rgba(255,255,255,1);
    background-color:  rgba(0,77,152,1);
    border: none;
	border-radius: 5px !important;
    line-height: 1em;
}

.card-body .btn-success:hover {
    color: rgba(0,77,152,1);
	background-color: rgba(0,77,152,0.3);
}
.card-img-top img:hover{
	opacity: 0.8;
}



/* ATD - SELECTOR IDIOMA */
select#lang_choice_1 {
    border: 0px;
    color: #36398a;
    text-transform: uppercase;
}

/* ATD- TESTIMONIOS CARRUSEL */

#testimonios-carrusel .owl-item img {
    width: 75%;
    object-fit: contain;
    margin: auto;
    margin-bottom: 20px;
}

div#testimonios-carrusel {
    margin-top: 0px;
}

#testimonios-carrusel .item {
    text-align: center;
}

#testimonios-carrusel p.card-text.fw-light {
    font-size: 16px;
    font-weight: 500 !important;
    font-family: 'DM Sans';
}

#testimonios-carrusel p.card-text.fw-light.small.nombre {
    color: #37388A;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 700 !important;
}

#testimonios-carrusel p.card-text.fw-light.small.cargo {
    font-size: 16px;
    color: #9381FD;
    font-family: 'Montserrat';
    font-weight: 500 !important;
}

/* #testimonios-carrusel button.owl-prev, #testimonios-carrusel button.owl-next{
    top: 25%;
} */


/* ATD - CLIENTES */

picture#logo-ministerio-clientes img {
    width: 100%;
}

/* DLG - GLOBAL CLASSES */
.object-fit-cover{
    object-fit: cover !important;
}
.object-fit-contain{
    object-fit: contain !important;
}
.object-position-left{
    object-position: left;
}
.object-position-right{
    object-position: right;
}
.w-fit-content{
    width: fit-content;
}
.max-w-fit{
    max-width: fit-content;
}

.text-justify{
    text-align: justify !important;
}

/* HOME */
#title-rewrite{
    color: var(--secondary-color);
}

.h1-banner{
    font-size: 20px !important;
    color: #151668;
    font-weight: 300;
    /* font-family: 'Monserrat'; */
    text-align: center !important;
}

.p-banner{
    text-align: left;
    font-size: 32px;
    color: #151668;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    margin-bottom: 0px;
}

.owl-carousel.owl-items-start .owl-stage{
    align-items: start;
}

/* PARTNERS V3 */
.partner-pills{
    max-width: 1200px;
    margin: auto;
}
.partner-pill{
    width: 350px;
    margin: 0.5rem;
    padding: 0.75rem;
    text-align: center;
    border: 3px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    /* w-25 text-center border-2 rounded-pill m-2 p-2 text-decoration-none */
}

.partner-pill:hover{
    background-color: var(--primary-color);
    color: #FFF;
}

.partner-cards{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /* display: grid;
    grid-template-columns: repeat(2, 1fr); */
    gap: 2rem;
}

.partner-card{
    display: flex;
    min-width: 480px;
    justify-content: center;
    /* grid-column: span 2 / span 2; */
    padding: 1rem;
    justify-content: space-between;
}

/* .partner-card-content{
    display: flex;
    flex-direction: row;
    gap: 1rem;
} */

.partner-card-img{
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 50%;
    align-self: flex-start;
}

.partner-card-logos{
    display: flex;
    flex-direction: row;
    place-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.partner-card-logos img{
    max-height: 50px;
}

@media (min-width: 768px) {
    .partner-card{
        width: calc(50% - 2rem);
    }
}

@media (min-width: 992px) {
    .partner-card{
        width: calc(33.33% - 2rem);
    }
}

@media (min-width: 1200px) {
    /* .partner-cards{
        grid-template-columns: repeat(4, 1fr);
    } */
}

@media (min-width: 1400px) {
    /* .partner-cards{
        grid-template-columns: repeat(6, 1fr);
    }

    .partner-card:nth-child(5n+4){
        grid-column-start: 2;
    } */
}

/* CUSTOM FONTAWESOME */
.fab.fa-twitter{
    font-family: "cbxIcons";
}

.fab.fa-twitter:before{
    content: "X";
	padding: 0px 2px;
}

/* ACID IMAGES */
.acid-images{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;

    .acid-image{
        padding: 5px;
        flex: 1 1 0%;
    }

    img{
        max-height: 70px;
        width: auto;
    }
}