


/*layout directorio y contacto*/
.layout {
    background: #fff;
    position: absolute;
    color: #fff;
}

.layoutt{
    background: #1C1E53;
    position: relative;
    z-index: 1;
    padding: 235px 0px 125px;
    overflow: hidden;
}

    .layoutt .imagen_layout {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

img {
    vertical-align: middle;
    border-style: none;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.texto-centrado {
    text-align: center !important;
}

    .texto-centrado h1 {
        word-break: break-word;
        margin-bottom: 15px;
        line-height: 1.3em;
        color: #fff;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-size: 50px;
    }

div {
    display: block;
}

.bg-light {
    background-color: white !important;
}

    .bg-light.scrolled {
    }

nav {
    position: fixed !important;
    top: 0;
    right: 0;
    left: 0;
    z-index: 900;
}

/*Paginas externas de directorio*/
*, ::after, ::before {
    box-sizing: border-box;
}

.containerPrincipal {
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
    
    
}

    .containerPrincipal .second {
        padding: 30px;
    }

.details-main-wrap {
    font-family: 'Roboto', sans-serif;
}

.post {
    margin: 0 0 1.5em;
}

.wrap-top .directory-image {
    position: relative;
}

.details-main-wrap .directory-image img {
    vertical-align: top;

}

.details-main-wrap img {
    max-width: 100%;
}

.details-main-wrap .directory-category {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 30px;
}

.category {
    display: inline-block;
    margin-right: 3px;
}

.details-main-wrap .directory-category .category a {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    background: #f56c5c;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
}

a, .btn, button {
    text-decoration: none;
    outline: none;
}

.details-main-wrap .directory-category .category a:hover {
    background-color: #fff;
    color: #f56c5c;
    box-shadow: 5px 5px 8px 5px rgba(0,0,0,0.10);
}

.details-main-wrap .wrap-bottom h1 {
    margin: 20px 0;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 600;
    color: #0D0D0D;
}

.details-main-wrap .wrap-bottom .wrap-information-contact {
    padding: 45px;
    background: #f2f2f2;
    font-size: 14px;
    color: #66696F;
    font-weight: 400;
    margin: 40px 0;
}

    .details-main-wrap .wrap-bottom .wrap-information-contact .information-contact {
        position: relative;
        padding-left: 35px;
    }

.details-main-wrap .wrap-bottom .wrap-information-contact {
    padding: 45px;
    background: #f2f2f2;
    font-size: 14px;
    color: #66696F;
    font-weight: 400;
    margin: 40px 0;
}

    .details-main-wrap .wrap-bottom .wrap-information-contact .information-contact .info-value:before, .details-main-wrap .wrap-bottom .wrap-information-contact .information-contact .info-value:before {
        position: absolute;
        font-family: Linearicons-Free;
        top: -1px;
        left: 0;
        line-height: 1;
        font-size: 18px;
        font-weight: 500;
    }

    .details-main-wrap .wrap-bottom .wrap-information-contact .information-contact {
        margin-bottom: 20px;
        display: block;
    }

.icono {
    margin-right: 10px;
}
.social-information-directorio a.ebd-facebook-icn {
    background: #3b5998;
    border-radius:50%;
 
}

.social-information-directorio a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: inline-block;    font-size: 16px;
    color: #FFF;

    margin-right: 5px;
}

    .social-information-directorio a.ebd-facebook-icn:hover {
        background: #000;
    }


.details-main-wrap .wrap-bottom .wrap-information-contact .information-contact .info-value:before, .details-main-wrap .wrap-bottom .wrap-information-contact .information-contact a {
    text-decoration: none;
}
/********** Enlaces Modernos **********/

.enlacesmodernos {
    position: relative;
    z-index: 1; /* Necesario para establecer el pseudo-elemento z-index */
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.enlacesmodernos {
    position: relative;
    display: inline-block;
    outline: none;
    color: #000;
    vertical-align: bottom;
    text-decoration: none;
    white-space: nowrap;
}


    .enlacesmodernos::before,
    .enlacesmodernos::after {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
    }
/* Slide right */
.link-slideright {
    background: transparent;
}

.link-slideright {
    overflow: hidden;
    font-weight: 500;
}

    .link-slideright:hover {
        color: #f56c5c;
    }

    .link-slideright::before {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 1.3px;
        background: #f56c5c;
        content: '';
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transform: scaleY(0.618) translateX(-100%);
        transform: scaleY(0.618) translateX(-100%);
    }

    .link-slideright:hover::before,
    .link-slideright:focus::before {
        -webkit-transform: scaleY(0.618) translateX(0);
        transform: scaleY(0.618) translateX(0);
    }

@media screen and (max-width: 375px) {
    .details-main-wrap .wrap-bottom .wrap-information-contact .information-contact .info-value {
        display: block;
    }

    .wrap-information-contact {
        padding: 25px 5px 25px 0px !important;
        text-align: center;
    }

    .icono {
        text-align: 50%;
    }
    .details-main-wrap .social-informacion a {
        height: 35px;
        width: 35px;
        text-align: center;
        line-height: 35px;
        color: #FFF;
    }
    .details-main-wrap a.facebok-icon {
        background: #3a559f;
    }
    .fa-facebook:before {
        content: "\f09a";
    }
    i:before {
        margin-left: 0px !important;
    }
}



/**VISTAS DE FOOTER**/
.page_wrapper{
    text-align:justify;
}
.sec_pad hr {
    margin-top: 4rem;
    margin-bottom: 4em;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    display: block;
}
.page_wrapper p {
    font-weight: 400;
    margin-top: 0;
    margin-bottom:1rem;
}
vista-contenedor.mini-title{
    font-weight: 500;
}

.comillas-talent{
    color:#525c7c;
    background-color:#fff;
    box-shadow:0px 10px 30px 0px rgba(20 3 67 / 8%);
    border-radius:6px;
    padding:28px 40px 22px 40px !important;
    position:relative;
    overflow:hidden;
    border-left:6px solid #5e2ced;
    z-index:0;
    margin:40px 0px 45px;
}
.fa-quote-left{
    font-size: 40px;
    color: #5e2ced;
    padding-bottom: 12px;
    display: inline-block;
    font-weight: 900;
}
.fa-quote-right {
    font-weight: 900;
    position: absolute;
    right: 30px;
    bottom: auto;
    top: 50%;
    color: #f2effd;
    font-size: 100px;
    z-index: -1;
}
blockquote p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 0 !important;
}

/* This is hidden */
#State {
    display: none;
}

/* Draw content box for burguer */
#burguer {
    width: 25px;
    height: 15px;
    display: flex;
    flex-flow: nowrap column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

    #burguer span {
        width: 100%;
        height: 3px;
        border-radius: 2px;
        background-color: white;
        transition: all 0.2s;
        transform-origin: 0;
    }

#State:checked ~ #burguer span:first-child {
    transform: rotate(30deg);
}

#State:checked ~ #burguer span:nth-child(2) {
    opacity: 0;
}

#State:checked ~ #burguer span:last-child {
    transform: rotate(-30deg);
}


/*style de DIRECTORIO*/
.section-wrapper {
    padding: 120px 0px;
    text-align: justify;
}

.container-select {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.main-wrap {
    -webkit-font-smoothing: antialiased;
}

/*  FORM BUSCADOR*/
.search-form-wrap form {
    -webkit-box-align: end;
    align-items: flex-end;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: end;
    display: inline;
}

.search-field {
    display: inline;
    float: left;
    width: 32%;
    margin-left: 10px;
}

.search-form-wrap {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
    max-width: 100%;
}

.form-main-fields-wrap {
    display: inline-block;
    width: 100%;
}

    .form-main-fields-wrap:before, .form-main-fields-wrap:after {
        display: inline;
        clear: both;
        content: "";
    }

.search-form-wrap form.search-field {
    float: left;
    display: inline;
    padding-right: 15px;
    line-height: 1;
}

.search-form-wrap .search-field .title-field-lb {
    display: none;
}

label {
    margin-bottom: 0.5em;
    cursor: default;
}

.search-form-wrap .search-field input[type="text"] {
    padding: 0px;
    width: 100%;
    display: inline;
    line-height: 45px;
    font-size: 13px;
    height: 45px;
    border-radius: 0px;
    font-weight: 500;
    background: #fff;
    color: #000;
    border: none;
    border-bottom: 1px solid #b7b7b7;
    transition: all ease 0.3s;
}

input[type="text"] {
    -webkit-appearance: none;
    outline: none;
}

input {
    display: inline;
    height: auto;
    padding: 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.search-field input[type="submit"] {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    border: none;
    background: #208ef0;
    appearance: none !important;
    text-transform: uppercase;
    transition: all ease 0.3s;
}

    .search-field input[type="submit"]:hover {
        color: #fff;
        background: #000;
        appearance: none !important;
        text-transform: uppercase;
        transition: all ease 0.3s;
    }

.search-field select {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    background: #FFF;
    padding: 0px 25px 0 0;
    height: 45px;
    line-height: 45px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #b7b7b7;
    background-image: url(../images/down-icon-3.png);
    position: relative;
    display: inline-block;
    -webkit-appearance: none;
    background-position: right 3px center;
    background-repeat: no-repeat;
    transition: all ease 0.3s;
}

.toggle-wrap {
    max-width: 80%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin: 20px 0;
}



.fa, .fab, .fal, .far, .fas {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}



i:before {
    margin-left: 0px !important;
}



.list-template .each-directory:first-of-type {
    margin-top: 0;
}

.each-directory {
    display: inline-block;
}

.main-wrap .directory-listing-wrap.list-template .each-directory {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    text-align: justify;
    justify-content: flex-start;
    margin: 40px 0;
    border: 1px solid #eee;
    padding: 20px;
}
/*CONTENEDOR IMAGEN*/
.directory-imagee {
    position: relative;
    overflow: hidden;
}

.feat-img-wrap .directory-imagee img {
    object-fit: cover;
    object-position: center;
    flex-wrap: wrap;
    display: flex;
}



.each-directory {
    vertical-align: top;
}

.directory-imagee img {
    max-width: 100%;
    width: 450px;
}
/*CONTENEDOR INFO*/
.list-details-wrap {
    padding: 20px;
    float: right;
    width: 600px;
    flex-wrap: wrap;
    max-width: 100%;
}
/*Titulo del aliado*/
h2.ebd-list-title {
    margin: 10px 0;
    font-size: 22px;
    color: #0C0C0C;
    font-weight: 500;
}

.directory-listing-wrap h2 {
    text-transform: capitalize;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h2.ebd-list-title a {
    text-decoration: none;
    color: #0c0c0c;
    transition: all ease 0.3s;
}

    h2.ebd-list-title a:hover {
        text-decoration: none;
        color: #79C33A;
        transition: all ease 0.3s;
    }
/*Etiqueta de EDUCACION Y DESARROLLO*/
span.ebd-each-category a {
    text-decoration: none;
}

span.ebd-each-category {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    color: #000;
    text-decoration: none;
}


    span.ebd-each-category:last-of-type {
        margin-right: 0;
    }

    span.ebd-each-category:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        /*transform: translateY(-50%);*/
        width: 8px;
        height: 8px;
        -webkit-border-radius: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
        background: #79C33A;
        text-decoration: none;
    }

    span.ebd-each-category a {
        color: #000;
    }

        span.ebd-each-category a:hover {
            color: #79C33A;
            text-decoration: none;
        }
/*PARRAFO DESCRIPCION*/
.listing-description p {
    font-size: 15px;
    color: #67676F;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}
/*TAGS*/
.ebd-directory-tags {
    display: block;
    margin: 20px 0 25px;
}

div.ebd-tag-title {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 12px;
    background: #77C436;
    position: relative;
    color: #FFF;
    margin-right: 25px;
}

.ebd-directory-tags div.ebd-tag-title {
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

div.ebd-tag-title:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px;
    border-color: transparent transparent transparent #77c436;
}

div.ebd-tag-title:before, div.ebd-tag-title:after {
    position: absolute;
    top: 0;
    left: 100%;
    content: "";
}


/*BOTON VER MAS DIRECTORIO*/
.main-wrap .directory-listing-wrap.list-template .view-more-btn {
    display: block;
    margin-top: 15px;
}

.view-more-btn a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #77C436;
    background: #77C436;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

    .view-more-btn a:hover {
        background: #fff;
        color: #77C436;
        border: 1px solid #77C436;
        text-decoration: none;
    }
/*CONTACTO DIRECTORIO*/
.ebd-directory-location .ebd-location a {
    text-decoration: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #67676F;
}

    .ebd-directory-location .ebd-location a:hover {
        color: #77C436;
        text-decoration: none;
    }

span#ubicacion {
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #67676F;
}

.ebd-directory-location .webadd span a {
    border-bottom: solid 1px #67676F !important;
    color: #67676F;
}

    .ebd-directory-location .webadd span a:hover {
        border-bottom: solid 1px #77C436 !important;
        color: #77C436;
    }
/*ICONOS*/

.social-information a.ebd-facebook-icn {
    background: #3b5998;
}

.social-information a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    color: #FFF;
    display: inline-block;
    margin-right: 5px;
}

    .social-information a.ebd-facebook-icn:hover {
        background: #77C436;
    }

.list-face {
    margin-top: 15px;
}

.ebd-directory-location .ebd-location span:before {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 18px;
    color: #3D3D3D;
    font-weight: 500;
    font-family: Linearicons-Free;
}

/*VISTA EN GRID*/

.grid-layout .main-grid-wrapp {
    display: block;
    background-color: #fff !important;
}

.main-grid-wrapp {
    background-color: #fff !important;
}

.grid-layout {
    max-width: 100%;
    display: inline-block;
    max-height: auto;
}

    .grid-layout .main-grid-wrapp:before, .grid-layout .main-grip-wrapp:after {
        display: table;
        content: "";
        clear: both;
    }

    .grid-layout.grid-column-2 .main-grid-wrapp .ebd-each-directory {
        width: 47%;
        float: left;
        margin-right: 6%;
        margin-bottom: 60px;
    }

        .grid-layout.grid-column-2 .main-grid-wrapp .ebd-each-directory:nth-of-type(2n) {
            margin-right: 0;
        }

.details-grid {
    text-align: justify;
}
/*CONTENEDOR IMAGEN*/
.grid-layout.grid-template .ebd-each-directory .dir-img-wrap .directory-imagee a:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.1);
    transition: all ease 0.3s;
}

.grid-layout.grid-template.grid-column-2.original-image-size .ebd-each-directory .dir-img-wrap .directory-imagee img {
    max-height: unset;
    min-height: unset;
    height: auto;
    width: auto;
    object-fit: contain;
}
/*CONTENEDOR INFO GRID*/
.grid-layout.grid-template .ebd-each-directory .extra-content-wrap {
    padding: 10px 30px 30px;
    display: block;
}

    .grid-layout.grid-template .ebd-each-directory .extra-content-wrap .listing-description {
        padding: 0 0 12px;
    }

.description-grid p {
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.65;
    margin-bottom: 0;
}
/*ETIQUETA EDUCACION/DESARROLLO*/
.grid-layout.grid-template .ebd-each-directory.extra-content-wrap .ebd-directory-categoryy {
    margin-top: 8px;
}

    .grid-layout.grid-template .ebd-each-directory .extra-content-wrap .ebd-directory-categoryy .ebd-eachcategoryy:first-of-type {
        display: inline-block;
        margin-left: 5px;
    }

    .grid-layout.grid-template .ebd-each-directory.extra-content-wrap .ebd-directory-categoryy .ebd-each-categoryy {
        display: inline-block;
    }

.ebd-directory-categoryy .ebd-each-categoryy a {
    font-size: 14px;
    position: relative;
    font-weight: 700;
    padding: 0 5px 0 15px;
    display: block;
    color: #0C0C0C;
    transition: all ease 0.3s;
    text-decoration: none;
}

    .ebd-directory-categoryy .ebd-each-categoryy a:hover {
        color: #79C33A;
        transition: all ease 0.3s;
        text-decoration: none;
    }

.extra-content-wrap .ebd-directory-categoryy .ebd-each-categoryy a:before {
    position: absolute;
    top: 50%;
    font-size: 14px;
    font-weight: 500;
    background: #79C33A;
    content: "";
    height: 8px;
    width: 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /*-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
    left: 0px;
}
/*H2 GRID*/
/*h2.title-grid{
    font-size: 22px;
    font-weight: 600;
    margin: 5px 0 10px;
    color: #0C0C0C;
    text-decoration: none;
}*/
h2.title-grid a {
    font-size: 22px;
    font-weight: 600;
    margin: 5px 0 10px;
    text-decoration: none;
    color: #0C0C0C;
}

    h2.title-grid a:hover {
        text-decoration: none;
        color: #79C33A;
    }
/*ENLACES GRID*/
.grid-layout.grid-template .ebd-each-directory .extra-content-wrap .ebd-directory-location {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #6A6A6A;
    padding: 0px 0px 6px;
}

.location-grid {
    position: relative;
    margin-bottom: 10px;
}

.ebd-locat-title {
    font-weight: 700;
    color: #5A5B5D;
    padding-right: 10px;
}

div.tag-grid {
    font-size: 15px;
}

.ebd-socialnexpdat {
    display: block;
    padding: 0px 0px 15px;
}
/*Iconos*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #3C3B3B !important;
}

.nav-pills .nav-link {
    display: inline-block;
    border-bottom: none;
    margin-right: 7px;
    border-radius: 0 !important;
    text-align: center;
    line-height: 22px;
    background: #FFF;
    color: #e0e0e0;
    font-size: 20px;
    border: solid 1px #e2e3dc !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.directory-listing-wrap {
    padding-top: 0px !important;
}

/**NO RESULT*/
#Oculto, #Ocultar {
    background-color: #fff !important;
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 20px auto 10px;
}

.no-result {
    font-size: 32px;
    display: block;
    margin-bottom: 40px;
    margin-top: 30px;
    text-align: center;
    color: #677294;
    font-weight: bold;
}

.no-found {
    max-width: 100%;
    box-sizing: border-box;
}
.table th, .table td {
    border-top: none;
}
.carousel-caption {
    position: relative;
    right: 15%;
    bottom: 25%;
    left: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffff;
    text-align: center;
}
    .carousel-caption h6 {
        font-size: 20px;
        font-weight:700;
    }

.carousel-caption-bg {
    background-color: rgba(102, 0, 204, 0.1019607843);
    padding: 5px 14px 5px;
    border-radius: 32px;
    display: inline-block;
    margin-bottom: 22px;
}

   /*convenios*/
.texto-convenio {
    padding-top: 2rem;
}
#imagen3{
    display:none;
}
.img-carru{
    height: 700px;
   width: 100% !important;
}
.imagen-convenio{
    border-radius: 10px;
}
.w-carrou {
    height: 400px;
    background-color: #fff7fa !important;
    border-radius: 1rem !important;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #1C1E53;
    border-color: #1C1E53;
}
.navbar-dark .navbar-toggler{
    border: none;
}

.carousel-img1 {
    border-radius: 1rem !important;
    border: 7px solid #ff66c4;
    width: 100%;
}

.carousel-img2 {
    border-radius: 1rem !important;
    border: 7px solid #52d6ce;
    width: 100%;
}

.carousel-img3 {
    border-radius: 1rem !important;
    border: 7px solid #b55dc2;
    width: 340px;
}


/*Tabla*/
.table-title {
    font-size: 27px !important;
    color: #000;
}

.presentation {
    font-size: 18px !important;
    font-weight: 700;
}

.speaker {
    font-family: Rubik,sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    color: #000;
}

    .speaker a {
        color: #003489 !important;
    }

    .speaker p {
        font-size: 13px;
        font-weight: 300;
        margin-bottom: 0;
    }

.hour {
    font-size: 18px !important;
    color: #003489;
    font-weight: 550;
}


/*Btn back to top*/
#myBtn {
    display: none; 
    position: fixed; 
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
}

    #myBtn:hover {
        background-color: #fff7fa;
    }
