/**
 * @file
 * Subtheme specific CSS.
 */

*html {
    height: 100%;
}

body {
    font-family: 'Raleway', sans-serif;
}

#block-bethlemitas-footer-menu,
#block-bethlemitas-main-menu-menu,
#block-bethlemitas-account-menu-menu,
#block-footer-menu {
    display: none;
}
.link-verde{
    color:#fff;
    background-color: #04b501;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 20px;
}
.ver-cell{
    display: none;
}
.nover-cell{
    display: block;
}
.link-verde:hover{
    background-color: #029100;
    color:#fff;
}
.link-primary{
    display: block;
    background-color: #029100;
    color:#fff;
    text-align: center;
    margin: 10px 0px 10px 0px;
    text-decoration: none;
    padding: 5px 0px 5px 0px;
    border-radius: 10px;
}
.link-primary:hover{
    background-color: #03cc01;
    color:#fff;
}
.link-mail{
    color:#fff;
    background-color: #0f529e;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 20px;
}
.link-mail:hover{
    background-color:#0f4786;
    color:#fff;
}
.ejecutado{
    color: #04b501;
    font-weight: normal !important;
}
.ejecutado a{
    color: #04b501;
    font-weight: normal;
    text-decoration: none !important;
}
.ejecutado a:hover{
    color: #04b501;
}
.reprogramado{
    color: #ff9900;
    font-weight: normal;
}

.reprogramado a{
    color: #ff9900;
    font-weight: normal;
    text-decoration: none !important;
}
.reprogramado a:hover{
    color: #ff9900;
}
.noejecutado{
    color: #e50000;
    font-weight: normal !important;
}
.noejecutado a{
    color: #e50000;
    font-weight: normal;
    text-decoration: none !important;
}
.noejecutado a:hover{
    color: #e50000;
}
.text-left{
    text-align: left !important;
}
.font-family-primary{
    font-size:'Lobster Two' !important;
}

.agendado{
    color: #444444;
}
.color-red{
    color: #ba0000 !important;
}

.agendado a{
    color: #444444;
   font-weight: normal;
    text-decoration: none !important;
}
.agendado a:hover{
    color: #444444;
}
.cursor{
    cursor:pointer;
    cursor: hand;

}
.login-popup-form{
    color:#ac59d6 !important;
    text-decoration: none;
}

.ui-helper-clearfix {
     background-color:#ac59d6 !important;
     color:#ffffff;
}
.ui-helper-clearfix .ui-dialog-titlebar-close{
    content:"X";
}
.nav-link--user-password{
    display:none;
}
.cronograma-lista{
    list-style: none;
    display: flex;
    flex-flow: row wrap;
}
.botones-accion{
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}


.cuadrado{
    width: 25px;
    height: 25px;
    border:1px solid #ddd;
    float: left;
    margin: 0px 5px 0px 5px;
}
.calendar-calendar td a{
    font-weight:normal !important;
}
.bg-ejecutado{
    background-color: #04b501;
}
.bg-reprogramado{
    background-color: #ff9900;
}
.bg-noejecutado{
    background-color: #e50000;
}

.bg-agendado{
    background-color: #111111;
}

.bg-ines-fudtillo{
    background-color: #ff8d4e;
}
.text-ines-fudtillo a{
    color: #ff8d4e;
    font-weight: normal !important;
    text-decoration: none !important;
}
.text-ines-fudtillo a:hover{
    color: #ff8d4e;
}
.bg-ligia-pozo{
    background-color: #e0c267;
}
.text-ligia-pozo a{
    color: #e0c267;
    font-weight: normal !important;
    text-decoration: none !important;
}
.text-ligia-pozo a:hover{
    color: #e0c267;
}

.bg-marlene-garcia{
    background-color: #d9da45;
}
.text-marlene-garcia a{
    color: #d9da45;
    font-weight: normal !important;
    text-decoration: none !important;
}
.text-marlene-garcia a:hover{
    color: #d9da45;
}

.bg-ana-belen{
    background-color: #F19DF9;
}
.text-ana-belen a{
    color: #F19DF9;
    font-weight: normal !important;
    text-decoration: none !important;
}
.text-ana-belen a:hover{
    color: #F19DF9;
}
.bg-graciela-osorio{
    background-color: #75FBFD;
}
.text-graciela-osorio a{
    color: #75FBFD;
    font-weight: normal !important;
    text-decoration: none !important;
}
.text-graciela-osorio a:hover{
    color: #75FBFD;
}
.bg-norma-quiguiri{
    background-color: #F7E5D7;
}
.text-norma-quiguiri a{
    color: #F7E5D7;
    font-weight: normal !important;
    text-decoration: none !important;
}
.text-norma-quiguiri a:hover{
    color: #F7E5D7;
}
.bg-isabel-cristina{
    background-color: #B7C5E4;
}
.text-isabel-cristina a{
    color: #B7C5E4;
    font-weight: normal !important;
    text-decoration: none !important;
}
.text-isabel-cristina a:hover{
    color: #B7C5E4;
}

.bg-maria-stella{
    background-color: #0d6efd;
}
.text-maria-stella a{
    color: #0d6efd;
    font-weight: normal !important;
    text-decoration: none !important;
}
.text-maria-stella a:hover{
    color: #0d6efd;
}

.bg-nelly-chuquitarco{
    background-color: #a1176f;
}
.text-nelly-chuquitarco a{
    color: #a1176f;
    font-weight: normal !important;
    text-decoration: none !important;
}
.text-nelly-chuquitarco a:hover{
    color: #a1176f;
}
.field__label{
    font-weight: bold;
}
.field__label::after{
    content: ": ";
}
.actividad{
    font-size: 13px !important;
}
.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview{
    background: #fff !important;
}
.width-100 {
    width: 100%;
}

#map {
    height: 40em;
    background-color: red;
}

.site-footer__top .region {
    width: 100% !important;
}

.site-footer .block {
    border: none;
    padding: 0px;
}

h1.title {
    text-align: center;
    font-family: 'Lobster Two', cursive;
    color: #a1176f;
}

.font-lobster {
    font-family: 'Lobster Two', cursive;
}

.text-justify {
    text-align: justify;
}

.title-contenido {
    text-align: center;
    font-family: 'Lobster Two', cursive;
    color: #a1176f;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 48px;
}

.subtitle-contenido {
    font-family: 'Lobster Two', cursive;
    color: #a1176f;
    margin-top: 20px;
    font-size: 26px;
}

.field--name-field-videos {
    display: grid;
    grid-template-columns: auto auto;
}


/*.field--name-field-videos .field__item {
    padding: 20px;
}*/

.subtitle-nombre {
    font-family: 'Lobster Two', cursive;
    color: #a1176f;
    margin-top: 20px;
    font-size: 22px;
}

.subtitle-cargo {
    font-family: 'Lobster Two', cursive;
    color: #a1176f;
    margin-top: 20px;
    font-size: 18px;
}

.region-footer-fourth ul {
    /* display: flex;
    flex-flow: row wrap;*/
}

#block-bethlemitas-main-menu ul li a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.region-footer-fourth ul .nav-item .nav-link {
    font-size: 13px;
    padding: 3px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.direccion li {
    list-style: none;
    font-family: 'Raleway', sans-serif;
    clear: left;
    margin-bottom: 20px;
    color: #fff;
}

.direccion li .svg-inline--fa {
    color: #878787;
    padding-top: 5px;
    font-size: 18px;
}

.direccion li .icono {
    float: left;
    width: 25px;
    height: 25px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 5px;
}


/** TAB CONTENIDO */

.tab-contenido .nav-item {
    text-align: center;
    font-family: 'Raleway', sans-serif;
    background: #a1176f !important;
}

.tab-contenido .nav-item .nav-link {
    color: #fff !important;
}

.tab-contenido .nav-item .active {
    color: #a1176f !important;
}

.btn-visita {
    margin: auto;
    text-align: center;
    background: #0f529e;
    color: #fff;
    padding: 10px 10px;
    text-decoration: none;
}

.link-text {
    padding: 0px !important;
    margin: 0px !important;
    display: initial !important;
    color: #e7e7e7;
}


/** VISISTAS */

.visita {
    /*background: linear-gradient(to right, #911e5c, #d74491);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

.visita h1 {
    color: #fff ;
    font-size: 40px;
}

.visita .contador {
    font-size: 30px;
    color: #ffff ;
    text-align: center;
    font-weight: bold;
}

.visita .cuadro-visitas {
    border: 5px solid #fff;
    padding: 60px;
}
.visita a{
    text-decoration: none;
    color: #ffffff;
}
.cuador-titulo{
    text-align: center;
    border: 1px solid #911e5c;
    padding: 20px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #911e5c;
    font-family: 'Raleway', sans-serif;
}
.visitas-contenido{
    /*background: url("/sites/default/files/imagen/redes.jpg") no-repeat center center;*/
    background: linear-gradient(to right, #911e5c, #d74491);
    display: flex;
    flex-wrap: nowrap;
    justify-content:center;
    align-items: center;
    flex-direction: row;
    height: 95.4%;
}

/** Adicionales*/

.adicional {
    padding-top: 40px;
}

.adicional p {
    text-align: justify;
    padding-top: 10px;
    padding-bottom: 20px;
}

.adicional h1 {
    border-bottom: 10px solid #d74491;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    width: 60%;
}

.adicional a {
    padding: 10px 30px;
    background: linear-gradient(to right, #911e5c, #d74491);
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
}


/** Comunidades  */

#block-views-block-comunidades-block-1 {
    margin: 80px 0px;
}

#block-views-block-comunidades-block-1 h2 {
    text-align: center;
    font-family: 'Lobster Two', cursive;
    color: #a1176f;
    margin-bottom: 30px;
    font-size: 48px;
}

.lista-comunidad .views-field-field-principal img {
    width: 100%;
}

.lista-comunidad .comunidad {
    margin: 20px;
    padding: 20px;
    box-shadow: 5px 10px 13px 1px rgb(141, 141, 141);
}

.lista-comunidad .comunidad h1 {
    font-size: 16px;
    color: #a1176f;
    margin-top: 20px;
    text-align: center;
}

.lista-comunidad .comunidad p {
    font-size: 13px;
    text-align: justify;
}

.lista-comunidad .comunidad .imagen img {
    width: 100%;
    height: 160px;
}

.lista-comunidad .comunidad a {
    text-align: center;
    padding: 10px 20px;
    background: linear-gradient(to right, #911e5c, #d74491);
    color: #fff;
    border-radius: 10px;
    margin: auto;
    font-size: 14px;
    display: block;
    width: 150px;
    text-decoration: none;
    margin-top: 30px;
}

.lista-comunidad .comunidad a:hover {
    background: linear-gradient(to right, #b12871, #ff2696);
}


/** Testimonios */

.bg-testimonios {
    background: url('/sites/default/files/imagen/ninios_cantando.jpg') no-repeat center center;
    background-size: cover;
}

.testimonio {
    width: 60%;
    margin: auto;
    display: block;
    padding: 20px;
    color: #fff;
    background-color: #444797e3;
}

.testimonio h1 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

.testimonio h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    text-align: center;
}

.testimonio a {
    text-align: center;
    padding: 10px 20px;
    background: #fff;
    color: #d74491;
    border-radius: 10px;
    margin: auto;
    font-size: 14px;
    display: block;
    width: 150px;
    text-decoration: none;
    margin-top: 30px;
    font-weight: 700;
}


/** Publicacion **/

.publicacion {
    box-shadow: 5px 10px 13px 1px rgb(141 141 141);
    padding: 10px 20px;
    margin: 20px;
}

.publicacion h1 {
    font-family: 'Lobster Two', cursive;
    color: #d74491;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    height: 30px;
}

.publicacion .imagen {
    width: 220px;
    margin: 0px auto 20px auto;
    display: flex;
    justify-content: center;
}

.publicacion .descargar {
    margin-bottom: 30px;
    padding: 10px 16px 10px 16px;
    background-color: #d74491;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
}

.publicacion .descargar:hover {
    border: 1px solid #d74491;
    background-color: #fff;
    color: #a1176f;
}

.title-publicacion {
    font-size: 30px;
    color: #a1176f;
}

.enlace-externo {
    margin-top: 30px;
    margin-bottom: 50px;
    color: #a1176f;
}

.list-representativo{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.list-representativo li{
    width: 25%;
    margin: 2%;
    float: left;
}
/** Noticias */

#block-views-block-noticias-block-1 h2 {
    text-align: center;
    font-family: 'Lobster Two', cursive;
    color: #a1176f;
    font-size: 35px;
    margin-top: 40px;
}

.noticias img {
    width: 100%;
    height: 220px;
    border-left: 2px solid #9f4392;
    border-right: 2px solid #9f4392;
    border-top: 2px solid #9f4392;
    padding: 5px;
}

.noticias li {
    margin-bottom: 30px !important;
}

.noticias li .views-field-title a {
    border-left: 2px solid #9f4392;
    border-right: 2px solid #9f4392;
    border-bottom: 2px solid #9f4392;
    color: #9f4392;
    padding: 10px 9px;
    display: block;
    text-decoration: none;
}

.noticia-portada {
    margin-top: 30px !important;
}

.noticia-portada li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.noticia-portada h1 {
    font-size: 12px;
    text-align: justify;
    font-weight: 500;
    padding: 0px 10px 0px 10px;
}

.noticia-portada h1 a {
    color: #333;
    text-decoration: none !important;
    line-height: 18px;
}

.noticia-portada h1 a:hover {
    color: #911e5c;
}

.noticia-portada p {
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.noticias ul li {
    list-style: none;
}

.noticia-portada img {
    margin-bottom: 10px;
    box-shadow: 5px 10px 13px 1px rgb(141 141 141);
}

.list-noticias {
    padding: 0px;
    margin: 0px;
}

.list-noticias .item-noticia img {
    width: 100%;
}

.list-noticias li {
    list-style: none;
}

.list-noticias .item-noticia {
    margin: auto;
    box-shadow: 5px 10px 13px 1px rgb(141, 141, 141);
    padding: 0px 10px;
    height: 350px;
    overflow-y: hidden;
    margin-bottom: 40px;
}

.list-noticias .item-noticia .imagen {
    margin-top: 10px;
    margin-bottom: 10px;
}

.list-noticias .item-noticia h1 {
    text-decoration: none;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 22px;
    font-weight: 500;
    text-align: justify;
}

.list-noticias .item-noticia .enlace {
    margin: auto;
    width: 90%;
}

.list-noticias .item-noticia a {
    border: 1px solid #911e5c;
    border-radius: 20px;
    padding: 8px 30px;
    text-decoration: none;
    background-color: #911e5c;
    color: #fff;
}

.enlace {
    border: 1px solid #911e5c;
    border-radius: 20px;
    padding: 8px 30px;
    text-decoration: none;
    background-color: #911e5c;
    color: #fff;
    text-align: center;
    margin: 30px 0px;
}

.titulo-contenido {
    font-size: 18px;
    background-color: #911e5c;
    color: #fff;
    text-align: center;
    padding: 20px 10px;
}

.list-noticias .item-noticia a:hover {
    background-color: #fff;
    color: #911e5c;
}

.view-id-noticias .more-link a {
    padding: 10px 6px;
    border: 1px solid #911e5c;
    border-radius: 10px;
    color: #111;
    text-decoration: none;
    display: block;
    width: 200px;
    text-align: center;
    margin: auto;
}

.view-id-noticias .more-link a:hover {
    color: #fff;
    background-color: #911e5c;
}


/** Nosotros */

.block-page-title-block {
    padding-top: 10px;
    margin-bottom: 80px;
}


/*.block-page-title-block h1{
    display: none;
}*/

.contenido-nosotros {
    margin-top: 120px;
}

.nosotros {
    position: relative;
    width: 100%;
    padding: 10px 20px;
    margin-top: 30px;
    margin-bottom: 60px;
    box-shadow: 5px 10px 13px 1px rgb(141, 141, 141);
}

.icono-nosotros {
    width: 60px;
    height: 60px;
    background-color: #9f4392;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    top: -30px
}

.icono-nosotros img {
    width: 40px;
    height: 40px;
    margin: auto;
}

.nosotros:hover .icono-nosotros {
    background-color: rgba(25, 0, 255, 0.747);
}

.nosotros:hover .icono-nosotros img {
    -webkit-animation: tiembla 2.0s infinite;
}

@-webkit-keyframes tiembla {
    0% {
        -webkit-transform: rotateZ(-5deg);
    }
    50% {
        -webkit-transform: rotateZ( 0deg) scale(1.4);
    }
    100% {
        -webkit-transform: rotateZ( 5deg)
    }
    ;
}

.nosotros h1 {
    text-align: center;
    font-family: 'Lobster Two', cursive;
    color: #a1176f;
    font-size: 25px;
}

.nosotros p {
    text-align: justify;
    font-size: 14px;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.nosotros a {
    color: #a1176f;
    text-align: right;
    display: block;
    font-size: 14px;
}


/** Documentos circulares y comunicados **/

.documentos {
    margin-bottom: 60px;
}

.documentos h3 {
    background-color: #a1176f;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    margin: 30px 0px;
}

.documentos .contenedor-documento {
    border: 1px solid #a1176f;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.documentos .contenedor-documento h1 {
    font-size: 22px;
    text-align: center;
}

.documentos .contenedor-documento .icono {
    text-align: center;
    font-size: 80px;
    color: #a1176f;
}

.documentos .contenedor-documento a {
    text-align: center;
    font-size: 14px;
    display: block;
    text-decoration: none;
}
.block-views-blockactividades-block-1{
    margin: 60px 0px;
}

#block-views-block-actividades-block-2 h2{
    text-align: center;
    display: block;
    color: #a1176f;
}
.block-views-blockactividades-block-1 h2{
    text-align: center;
    display: block;
    color: #a1176f;
}
.block-views-blockactividades-block-1 h3{
    text-align: center;
    color: #a1176f;
    font-size: 18px;
}
.view-id-actividades h3{
    text-align: center;
    color: #a1176f;
    font-size: 18px;
}
.js-pager__items{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.calendar-calendar th.days {
    background-color: #a1176f;
    color: #fff;
}
.view-footer{
    width: 150px;
    margin: 20px auto;
}
.view-footer a{
    text-decoration: none;
    background-color: #a1176f;
    border-radius: 10px;
    padding: 10px 35px;
    color: #fff;
}

.block-page-title-block{
    margin-bottom: 20px !important;
}
/** Redes **/

.rede-principal {
    width: 20%;
}

.rede-principal ul {
    justify-content: flex-end;
}

.rede-principal .link-text {
    display: none !important;
}

.rede-principal .nav-link {
    color: #fff;
    padding: .5rem .5rem;
}

.rede-principal .nav-link:hover {
    color: #878787;
}


/** Slider temporal */

.slider {
    position: relative;
}

.slider .contenido {
    position: absolute;
    bottom: 0px;
    z-index: 1;
}


/*.slider .slider-item img{
    height: 430px;
}*/

.f-10 {
    font-size: 10px;
}

.f-11 {
    font-size: 11px;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}


.font-bold {
    font-weight: bold;
}

.f-21 {
    font-size: 21px;
}

.f-22 {
    font-size: 22px;
}

.f-23 {
    font-size: 23px;
}

.f-24 {
    font-size: 24px !important;
}

.f-25 {
    font-size: 25px !important;
}

.f-26 {
    font-size: 26px !important;
}
.f-27 {
    font-size: 27px !important;
}
.f-28 {
    font-size: 28px !important;
}
.f-29 {
    font-size: 29px !important;
}
.f-30 {
    font-size: 30px !important;
}
.f-31 {
    font-size: 31px !important;
}

.slider .contenido .virgen,
.slider .contenido .texto {
    float: left;
}

.carousel-caption {
    left: 70% !important;
    right: 20px !important;
    background-color: rgba(156, 156, 156, 0.671) !important;
    padding: 5px !important;
    color: #000;
}

.carousel-caption p {
    padding: 0px;
    margin: 0px;
}

.slider .contenido .virgen img {
    width: 350px;
}

.slider .contenido .texto h1 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}

.slider .contenido .texto h2 {
    color: #fff;
    font-size: 30;
    font-family: 'Raleway', sans-serif;
}

.slider .contenido .texto h3 {
    color: #fff;
    font-family: 'Lobster Two', cursive;
    font-size: 36;
}
@media (max-width: 578px) {
    .adicional{
        margin-bottom: 20px;
        padding-top: 10px;
    }
    .adicional h1{
        width:100%
    }
    .ver-cell{
        display: block;
    }
    .nover-cell{
        display: none;
    }
    .contenido-nosotros {
        margin-top: 20px;
    }
    .direccion{
        font-size: 10px;
    }
    
    .testimonio{
        width:100%;
    }
    .slider .contenido .texto h1{
        font-size: 20px;
    }

    .slider .contenido .texto h2{
        font-size: 16px;
    }

    .slider .contenido .texto h3{
        font-size: 16px;
    }
    .slider .contenido .virgen img {
        width: 120px;
    }
}
/*.carousel-inner{
    height: 400px;
}*/

.slider .slider-item img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    background: linear-gradient(to right, #b12871, #ff2696);
    z-index: 9;
}


/** Galeria **/

.field--name-field-imagenes {
    display: flex;
    flex-flow: wrap;
}

.field--name-field-imagenes .field__item {
    padding: 10px
}

.node--type-galeria .field__item a img,
.node--type-page .field__item a img,
.node--type-comunidad .field__item a img {
    border: 2px solid #a1176f;
    padding: 3px;
}


/** Linea de tiempo**/
.tiempo-btn{
    background: #00247e;
    color: #fff;
    font-size: 14px;
    border:1px solid #8a94c2;
    padding: 8px 15px;
}
.main-timeline{
    width: 100%;
}
.main-timeline .titulo{
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}
.main-timeline .fecha{
    font-size: 0.8em;
    text-align: center;
    padding-bottom: 20px;
}
.main-timeline  .fila-timeline{
    position: relative;
}
.line-time{
    position: relative;
}
.main-timeline .contenido-centro{
    background-color: rebeccapurple;
    text-align: center;
    color:#fff;
    width: 60px;
    padding: 20px 0px;
    margin: auto;
    position: relative;
    height: 100%;
}
/*.main-timeline .contenido-centro:before{
    content: '';
    position: absolute;
    height: 250px;
    border-left: 3px dashed rebeccapurple;;
    left: 50%;
    top: -50px;
    z-index: -1;
}*/

/*.main-timeline .contenido-centro::after{
    content: '';
    position: absolute;
    width: 250px;
    border-top: 3px dotted rebeccapurple;;
    left: -80px;
    top: 50%;
    z-index: -99;
}
*/
.main-timeline .card-timeline{
    margin: 20px 0px 20px 0px;
    border: 0.15em solid rebeccapurple;
    border-radius: 10px;
    position: relative;
    /*height: 130px;*/
}


.main-timeline .rigth{
    position: absolute;
    width: 100px;
    border-top: 2px solid rebeccapurple;
    top:50%;
    right: -80px;
    z-index: 1;
}

.main-timeline .left{
    position: absolute;
    width: 100px;
    border-top: 2px solid rebeccapurple;
    top:50%;
    left: -80px;
    z-index: 1;
}
.main-timeline .card-timeline:hover{
    background-color: rgb(238, 220, 255);
}
.main-timeline .card-timeline .icono-timeline{
    background-color: rebeccapurple;    
}

.main-timeline .card-timeline .icono-timeline img{
    width: 70px;
}


/** Modulo tabs **/
.material-tabs .quicktabs-main{
    box-shadow:none !important;
}
.material-tabs ul.quicktabs-tabs{
    background-color: #fff !important;
    margin: 0px !important;
    box-shadow:none !important;
    padding: 0px !important;
    display: flex;
    flex-direction: row;
}
.material-tabs ul.quicktabs-tabs li{
    background-color: #911e5c !important;
    margin: 0px !important;
    padding: 0px !important;
}

.material-tabs ul.quicktabs-tabs li:hover{
    background-color: #b9327a !important;
}

.material-tabs ul.quicktabs-tabs li a{
    text-decoration: none;
    border-radius:0px !important;
}

@keyframes animacion {
    from {opacity: 0.2}
    to {opacity: 0.9}
  }
  

.list-group-item.active{
    background-color: #b9327a !important;
    border-color: #b9327a !important;
}
.lista-whatsap{
    display:none;
    position: absolute;
    top: 40%;
    right: 30px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    float: left;
    position: fixed;
    z-index: 9999999999;
    width: 245px;
}
.lista-whatsap ul {
    padding:0px;
    margin: 0px
}
.lista-whatsap ul li{
    list-style: none;
    
    margin: 0px;
    border-bottom: 1px solid #e0e0e0;
}

.lista-whatsap ul li a{
    display: block;
    padding:10px 15px;
    text-decoration: none;
    color:#666;
}
.lista-whatsap ul li a:hover{
    text-decoration: none;
    background-color:#25d366;
    color:#fff;
}
.ver-whatsap{
    display:block;
    animation-name: animacion;
    animation-duration: 2s;
}
.btnSonido{
    position: absolute;
    top: 80%;
    left: 30px;
    background: #8303a1;
    border: 1px solid #8303a1;
    color: #ffffff;
    border-radius: 10px;
    /*width: 50px;
    height: 50px;*/
    font-size: 30px;
    /*float: left; */
    position: fixed;
    z-index: 99;
   display: block;
}
.whatsapp {
    position: absolute;
    top: 80%;
    right: 30px;
    background: #25d366;
    border: 1px solid #25d366;
    border-radius: 10px;
    padding: 5px 15px;
    float: left;
    position: fixed;
    z-index: 9999999999;
}

.whatsapp a{
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    display:block
}

.whatsapp a svg{
    font-size: 20px;
}

.whatsapp a:hover{
    color: #0b470b;
    text-decoration: none;
}
.mapa-direccion{
    position: relative;
}
.contacto-direccion{
    position: absolute;
    top: 50%;
    background-color: #911e5c;
    padding:10px;
}

.contacto-direccion ul{
    margin:0px;
    padding:0px;
}
.modal-backdrop {
    background-color: none !important;
  }
.view-display-id-page_1 h3{
    background-color: #911e5c;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 20px;
}
