@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Roboto:wght@100;300;400;500;700;900&display=swap");

/*variables*/


/*estilos generales*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
html,
body {
    height: 100%;
    margin: 0;
    min-height: 100vh;
    flex-direction: column;
    font-family: "Roboto", sans-serif;
    padding: 0px;
}

@font-face {
    font-family: "MuseoSans";
    src: url("/vivienda/Biblioteca%20de%20estilos/webparts/escuela-de-formacion-comunitaria/fuentes/MuseoSans_1.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Sarabun-Light";
    src: url("/vivienda/Biblioteca%20de%20estilos/webparts/escuela-de-formacion-comunitaria/fuentes/Sarabun-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Sarabun-Regular";
    src: url("/vivienda/Biblioteca%20de%20estilos/webparts/escuela-de-formacion-comunitaria/fuentes/Sarabun-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Sarabun-ExtraBold";
    src: url("/vivienda/Biblioteca%20de%20estilos/webparts/escuela-de-formacion-comunitaria/fuentes/Sarabun-ExtraBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto-Bold";
}

.justify-content-center {
    justify-content: center;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.display-flex {
    display: flex;
    align-items: center;
}

.dis-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex {
    display: flex;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.height-100 {
    height: 100%;
}

.e_f_c-componente_page {
    padding: 20px 20px 60px 20px !important;
}

.banner-e_f_c .banner {
    width: 100%;
}


/**/


/*titulo*/

.titulo-fv {
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
}

.titulo-fv h1 {
    font-family: "MuseoSans";
    color: #F5A200;
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 31px;
}

.titulo-fv h1 span {
    font-family: "MuseoSans";
    color: #631345;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}

.titulo-fv h2 {
    font-family: "MuseoSans";
    color: #F5A200;
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
}

.titulo-fv h2 span {
    font-family: "MuseoSans";
    font-size: 30px;
    color: #631345;
    line-height: 25px;
    position: relative;
    top: -2px;
}

.titulo-fv p {
    text-align: center;
    color: var(--gray-text);
    line-height: 28px;
    margin-bottom: 20px;
    font-size: 22px;
    font-family: "Sarabun-Light";
}

.titulo-fv p span {
    font-weight: 600;
    color: #881884;
}

.titulo-fv .texto-naranja {
    color: white;
    font-size: 26px;
    margin-top: 43px !important;
    background: #f7a400;
    margin-bottom: 0;
    padding: 12px 12px 0px 12px;
    max-width: 200px;
    margin: 0 auto;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    font-family: "Comfortaa", cursive;
    width: 100%;
    font-weight: bold;
}


/**/

.tabs-e_f_c {
    width: 100%;
    max-width: 1171px;
    margin: 0 auto;
    padding: 20px 0px 20px 0px;
}

.tabs-e_f_c .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    box-shadow: 0px 0px 5px 1px #888888;
    background: none;
    border-radius: 30px;
    z-index: 1;
    position: relative;
}

.tabs-e_f_c .nav-tabs .nav-item {
    width: 50%;
    height: 60px;
    font-family: "MuseoSans";
    font-size: 18px;
}

.tabs-e_f_c .nav-tabs .nav-item:first-child .nav-link {
    text-align: center;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.tabs-e_f_c .nav-tabs .nav-item:last-child .nav-link {
    text-align: center;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.tabs-e_f_c .nav-tabs .nav-item .nav-link {
    width: 100%;
    background-color: #eaeaea;
    color: #474747;
    border: none;
    border-radius: 0px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 15px;
}

.tabs-e_f_c .nav-tabs .nav-item.active .nav-link {
    background-color: #631345;
    color: white;
}


/**/

.tabs-contenido_e-f-c {
    padding: 30px 20px;
}

.tabs-contenido_e-f-c .accordion-e_f_c .card {
    border: none;
}

.tabs-contenido_e-f-c .accordion-e_f_c h3 {
    font-size: 20px;
    color: #f7a400;
    font-family: "MuseoSans";
    margin-bottom: 0;
    margin-top: 20px;
    display: inline-block;
    background: white;
    padding: 10px 10px 10px 0px;
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-header {
    background: transparent;
    border: none;
    padding: 0px 0px;
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-header .btn-link {
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    font-family: "MuseoSans";
    border-bottom: 2px solid #F5A200 !important;
    border-radius: 0;
    padding: 10px 0px;
    text-decoration: none;
    white-space: initial;
    text-transform: initial;
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-header .btn-link p {
    font-size: 18px;
    color: #631345;
    font-family: "MuseoSans";
    margin-bottom: 0;
    padding-right: 20px;
    line-height: 18px;
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-header .btn-link img {
    width: 27px;
    margin: 0 0 0 auto;
    transition-duration: 0.8s;
    transition-property: transform;
    transform: rotate(0deg);
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-header .btn-link.collapsed {
    color: #474747;
    border-bottom: 2px solid #7F7F7F !important;
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-header .btn-link.collapsed img {
    width: 27px;
    margin: 0 0 0 auto;
    transform: rotate(180deg);
    filter: invert(51%) sepia(7%) saturate(0%) hue-rotate(285deg) brightness(96%) contrast(93%);
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-body {
    padding: 1.25rem;
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-body p {
    font-family: "Sarabun-Light";
    font-size: 16px;
    color: #474747;
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-body ul {
    list-style: none;
    padding: 0px 15px;
    margin-bottom: 25px;
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-body ul li {
    font-family: "Sarabun-Light";
    font-size: 16px;
    color: #474747;
    padding-left: 5px;
    line-height: 20px;
    margin-bottom: 5px;
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-body ul li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent url(/vivienda/Biblioteca%20de%20estilos/webparts/escuela-de-formacion-comunitaria/img/icono-listas.png) no-repeat;
    background-size: 19px;
    top: 5px;
    left: -5px;
    margin-left: -19px;
    position: relative;
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .listas-columnas ul {
    display: flex;
    flex-wrap: wrap;
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .listas-columnas ul li {
    width: 50%;
    padding-right: 30px;
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .core-cursos-componente {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .core-cursos-componente .core-contenido {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 20px;
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .core-cursos-componente .core-contenido img {
    width: 90px;
    margin-right: 15px;
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .core-cursos-componente .core-contenido p {
    font-family: "MuseoSans";
    font-size: 18px;
    margin-bottom: 0;
    color: #F5A200;
    line-height: 18px;
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .core-cursos-componente .core-contenido p span {
    display: block;
    font-family: "Sarabun-Light";
    font-size: 16px;
    color: #474747;
}

.tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .core-cursos-componente .core-contenido:first-child {
    border-right: 1.5px solid #f7a400;
}

.tabs-contenido_e-f-c .cards_e-f-c {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tabs-contenido_e-f-c .cards_e-f-c .cards-componente {
    width: 25%;
    padding: 20px;
}

.tabs-contenido_e-f-c .cards_e-f-c .cards-componente .img-componente {
    position: relative;
    width: 150px;
    background: white;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 2px solid #ff6600;
}

.tabs-contenido_e-f-c .cards_e-f-c .cards-componente .img-componente img {
    width: 100%;
    max-width: 90px;
}

.tabs-contenido_e-f-c .cards_e-f-c .cards-componente .img-componente .numero-card {
    background: #631345;
    position: absolute;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "MuseoSans";
    font-size: 23px;
    top: 0;
    left: 0;
}

.tabs-contenido_e-f-c .cards_e-f-c .cards-componente p {
    font-family: "Sarabun-Light";
    font-size: 18px;
    color: #474747;
    text-align: center;
    line-height: 20px;
    margin-top: 16 px;
}

.btn-ver-mas_componente .btn-ver-mas {
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    .titulo-fv {
        max-width: 940px;
    }
    .tabs-e_f_c {
        max-width: 940px;
    }
}

@media only screen and (max-width: 1000px) {
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-header .btn-link p {
        font-size: 17px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-header .btn-link img {
        width: 27px;
        margin: 0 0 0 auto;
        transition-duration: 0.8s;
        transition-property: transform;
        transform: rotate(0deg);
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-header .btn-link.collapsed {
        color: #474747;
        border-bottom: 2px solid #7F7F7F !important;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-header .btn-link.collapsed img {
        width: 27px;
        margin: 0 0 0 auto;
        transform: rotate(180deg);
        filter: invert(51%) sepia(7%) saturate(0%) hue-rotate(285deg) brightness(96%) contrast(93%);
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body p {
        font-family: "Sarabun-Light";
        font-size: 16px;
        color: #474747;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body ul {
        list-style: none;
        padding: 0px 15px;
        margin-bottom: 25px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body ul li {
        font-family: "Sarabun-Light";
        font-size: 16px;
        color: #474747;
        padding-left: 5px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body ul li:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: transparent url(/vivienda/Biblioteca%20de%20estilos/webparts/escuela-de-formacion-comunitaria/img/icono-listas.png) no-repeat;
        background-size: 19px;
        top: 5px;
        left: -5px;
        margin-left: -19px;
        position: relative;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .listas-columnas ul {
        display: flex;
        flex-wrap: wrap;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .listas-columnas ul li {
        width: 50%;
        padding-right: 30px;
    }
    .tabs-contenido_e-f-c .cards_e-f-c .cards-componente {
        width: 50%;
    }
}

@media only screen and (max-width: 800px) {
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-header .btn-link p {
        font-size: 16px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-header .btn-link img {
        width: 23px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-header .btn-link.collapsed img {
        width: 23px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body p {
        line-height: 19px;
        font-size: 15px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body ul {
        padding: 0px 0px 0px 15px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body ul li {
        font-size: 15px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body ul li:before {
        background-size: 16px;
        top: 7px;
        left: -3px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .listas-columnas ul {
        display: flex;
        flex-wrap: wrap;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .listas-columnas ul li {
        width: 100%;
        padding-right: 0px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .core-cursos-componente .core-contenido {
        padding: 20px 10px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .core-cursos-componente .core-contenido img {
        width: 60px !important;
        margin-right: 10px !important;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .core-cursos-componente .core-contenido p span {
        font-size: 15px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .core-cursos-componente .core-contenido:first-child {
        border-right: 1.5px solid #f7a400;
    }
}

@media only screen and (max-width: 699px) {
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-header .btn-link p {
        font-size: 16px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-header .btn-link img {
        width: 23px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-header .btn-link.collapsed img {
        width: 23px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body p {
        line-height: 19px;
        font-size: 15px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body ul {
        padding: 0px 0px 0px 15px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body ul li {
        font-size: 15px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body ul li:before {
        background-size: 16px;
        top: 7px;
        left: -3px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .listas-columnas ul {
        display: flex;
        flex-wrap: wrap;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .listas-columnas ul li {
        width: 100%;
        padding-right: 0px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .core-cursos-componente {
        width: 100%;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .core-cursos-componente .core-contenido {
        padding: 20px 10px;
        width: 100%;
        justify-content: center;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .core-cursos-componente .core-contenido:first-child {
        border: none !important;
    }
    .tabs-contenido_e-f-c .cards_e-f-c .cards-componente {
        width: 50%;
        padding: 20px;
    }
    .tabs-contenido_e-f-c .cards_e-f-c .cards-componente .img-componente {
        position: relative;
        width: 150px;
        background: white;
        height: 150px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        border: 2px solid #ff6600;
    }
    .tabs-contenido_e-f-c .cards_e-f-c .cards-componente .img-componente img {
        width: 100%;
        max-width: 90px;
    }
    .tabs-contenido_e-f-c .cards_e-f-c .cards-componente .img-componente .numero-card {
        background: #631345;
        position: absolute;
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "MuseoSans";
        font-size: 23px;
        top: 0;
        left: 0;
    }
    .tabs-contenido_e-f-c .cards_e-f-c .cards-componente p {
        font-family: "Sarabun-Light";
        font-size: 18px;
        color: #474747;
        text-align: center;
        line-height: 20px;
        margin-top: 16px;
    }
}

@media only screen and (max-width: 600px) {
    .tabs-contenido_e-f-c .cards_e-f-c .cards-componente {
        width: 100%;
        max-width: 400px;
    }
    .tabs-contenido_e-f-c .cards_e-f-c .cards-componente .img-componente {
        width: 120px;
        height: 120px;
    }
    .tabs-contenido_e-f-c .cards_e-f-c .cards-componente .img-componente img {
        width: 100%;
        max-width: 60px;
    }
    .tabs-contenido_e-f-c .cards_e-f-c .cards-componente .img-componente .numero-card {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
    .tabs-contenido_e-f-c .cards_e-f-c .cards-componente p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 450px) {
    .e_f_c-componente_page {
        padding: 20px 10px 0px 10px !important;
    }
    .tabs-contenido_e-f-c {
        padding: 20px 0px;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .core-cursos-componente {
        width: 100%;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .core-cursos-componente .core-contenido {
        padding: 20px 10px;
        width: 100%;
        justify-content: center;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .core-cursos-componente .core-contenido img {
        display: block;
        text-align: center;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .core-cursos-componente .core-contenido p {
        text-align: center;
    }
    .tabs-contenido_e-f-c .accordion-e_f_c .card .card-body .core-cursos-componente .core-contenido:first-child {
        border: none !important;
    }
    /*titulo*/
    .titulo-fv h1 {
        font-size: 30px;
        line-height: 27px;
    }
    .titulo-fv p {
        line-height: 19px;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .tabs-e_f_c .nav-tabs .nav-item {
        height: 50px;
        font-size: 14px;
        line-height: 18px;
    }
    /*video*/
    .tutoriales-componente .videos-componente .owl-carousel .item iframe {
        height: 300px !important;
    }
    .videos-componente .owl-dots {
        position: absolute !important;
        bottom: -67px !important;
    }
    .tutoriales-componente .videos-componente .controles-pausa-play {
        width: 100% !important;
        bottom: -45px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .videos-componente .owl-nav {
        right: 0;
        left: 0 !important;
    }
    .videos-componente .owl-nav .owl-next {
        right: -16px !important;
    }
    .videos-componente .owl-nav .owl-prev {
        right: 16px !important;
    }
}

.flotante-general-componente {
    position: fixed;
    /*   top: 50%;*/
    bottom: 130px;
    right: 0px;
    transform: translate(0%, -50%);
    text-align: right;
    z-index: 1;
}

.flotante-general-componente .f1 {
    overflow: hidden;
    display: inline-block;
    position: relative;
    display: inline-block;
    text-decoration: none;
    border-right: none;
    box-shadow: 0px 0px 5px 1px #f7a400;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    -webkit-animation: mymove 0.7s;
    animation: mymove 0.7s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-name: mymove;
    animation-name: mymove;
}

@-webkit-keyframes mymove {
    from {
        width: 95%;
    }
    to {
        width: 100%;
    }
}

@keyframes mymove {
    from {
        width: 95%;
    }
    to {
        width: 100%;
    }
}

.flotante-general-componente .f1:hover {
    width: 100% !important;
    transition: width 1s ease-in-out;
    border-right: none;
}

.flotante-general-componente .f1:hover .btn-flotante-contenido {
    background: white;
    border: 1px solid #f7a400;
}

.flotante-general-componente .f1:hover .btn-flotante-contenido .imagen-box {
    background: #f7a400;
}

.flotante-general-componente .f1:hover .btn-flotante-contenido .imagen-box img {
    filter: brightness(0) invert(1);
}

.flotante-general-componente .f1:hover .btn-flotante-contenido p {
    color: #f7a400;
}

.flotante-general-componente .f1 .btn-flotante-contenido {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7a400;
    border: 1px solid white;
    border-right: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 4px 3px 4px 12px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.flotante-general-componente .f1 .btn-flotante-contenido .imagen-box {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
}

.flotante-general-componente .f1 .btn-flotante-contenido .imagen-box img {
    width: 30px;
}

.flotante-general-componente .f1 .btn-flotante-contenido p {
    margin-bottom: 0;
    margin-top: 0;
    margin: 0px 1px 0px 3px;
    font-family: "Roboto", sans-serif;
    color: white;
    font-weight: 300;
    width: 104px;
    text-align: left;
    line-height: 18px;
    font-size: 15px;
    word-wrap: initial !important;
}

.flotante-general-componente .f1 .btn-flotante-contenido p span {
    font-weight: 900;
}

@media only screen and (max-width: 768px) {
    .flotante-general-componente .f1 .btn-flotante-contenido p {
        margin: 0px 2px 0px 0px;
        font-family: "Roboto", sans-serif;
        color: white;
        font-weight: 300;
        width: 97px;
        text-align: left;
        line-height: 14px !important;
        font-size: 14px !important;
    }
    .flotante-general-componente .f1 .btn-flotante-contenido .imagen-box {
        display: none;
    }
}


/*# sourceMappingURL=styles.css.map */


/*new*/

.linea-subtitulo {
    border-bottom: 1px dashed #f7a400;
    top: -23px;
    position: relative;
    z-index: -1;
}


/*nuevo*/

.bg-amarillo {
    background: #f5a200;
    padding: 70px 15px;
    margin-bottom: 50px;
}

.bg-amarillo .g_objetivo-componente {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-wrap: wrap;
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
}

.bg-amarillo .g_objetivo-componente .titulo {
    margin-bottom: 40px;
    width: 100%;
}

.bg-amarillo .g_objetivo-componente .titulo h2 {
    font-family: "MuseoSans";
    color: #631345;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}

.bg-amarillo .g_objetivo-componente .titulo h2::after {
    content: "";
    width: 70px;
    height: 7px;
    background: #631345;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
}

.bg-amarillo .g_objetivo-componente .grupo-objetivo {
    width: 33.33%;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    margin-bottom: 20px;
}

.bg-amarillo .g_objetivo-componente .grupo-objetivo .img-componente {
    width: 100px;
    height: 100px;
    background: #631345;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    position: relative;
}

.bg-amarillo .g_objetivo-componente .grupo-objetivo .img-componente::before {
    content: "";
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.bg-amarillo .g_objetivo-componente .grupo-objetivo .img-componente img {
    max-width: 60px;
}

.bg-amarillo .g_objetivo-componente .grupo-objetivo p {
    font-family: "Sarabun-Light";
    font-size: 18px;
    color: antiquewhite;
    text-align: left;
    padding-left: 11px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 500;
}

.brochure-digital-componente {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    background: rgba(99, 19, 69, 0.3);
    box-shadow: inset 0px 0px 18px -3px #8d8d8d;
    padding: 30px 50px;
    top: -30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 70px !important;
}

.brochure-digital-componente .brochure-pantalla {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.brochure-digital-componente .brochure-pantalla .img-componente {
    width: 150px;
    height: 150px;
    background: #631345;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex: none;
    position: relative;
}

.brochure-digital-componente .brochure-pantalla .img-componente img {
    max-width: 100px;
}

.brochure-digital-componente .brochure-pantalla .texto-componente {
    padding-left: 20px;
}

.brochure-digital-componente .brochure-pantalla .texto-componente h2 {
    text-align: left;
    font-family: "MuseoSans";
    color: #631345;
    margin-bottom: 20px;
    font-size: 30px;
}

.brochure-digital-componente .brochure-pantalla .texto-componente h2::after {
    content: "";
    width: 70px;
    height: 7px;
    background: #631345;
    display: block;
    border-radius: 50px;
}

.brochure-digital-componente .brochure-pantalla .texto-componente p {
    font-family: "Sarabun-Light";
    font-size: 18px;
    color: 474747;
    text-align: left;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 500;
}

.brochure-digital-componente .boton {
    margin: 0 0 0 auto;
    margin-top: 40px;
}

.brochure-digital-componente .boton a {
    display: block;
    width: 100%;
    text-align: right;
    font-family: "MuseoSans";
    color: #631345;
    font-size: 20px;
    -webkit-animation: equalize 1.5s infinite;
    animation: equalize 1.5s infinite;
    position: relative;
}

.brochure-digital-componente .boton a img {
    width: 100%;
    max-width: 50px;
}

.brochure-digital-componente .boton a:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    text-decoration: none;
}

@-webkit-keyframes equalize {
    0% {
        left: 0px;
    }
    50% {
        left: -20px;
    }
    100% {
        left: 0px;
    }
}

@keyframes equalize {
    0% {
        left: 0px;
    }
    50% {
        left: -20px;
    }
    100% {
        left: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .bg-amarillo .g_objetivo-componente .titulo h2 {
        font-size: 25px;
    }
    .tutoriales-componente .titulo h2 {
        font-size: 25px;
    }
    .bg-amarillo .g_objetivo-componente .grupo-objetivo {
        width: 50%;
        padding: 0px 10px;
    }
    /*brochure*/
    .brochure-digital-componente {
        padding: 30px 15px;
    }
}

@media only screen and (max-width: 650px) {
    .bg-amarillo .g_objetivo-componente .grupo-objetivo {
        width: 100%;
        max-width: 400px;
        padding: 0px 0px;
    }
    .bg-amarillo .g_objetivo-componente .grupo-objetivo .img-componente {
        width: 70px;
        height: 70px;
    }
    .bg-amarillo .g_objetivo-componente .grupo-objetivo .img-componente::before {
        content: "";
        width: 20px;
        height: 20px;
    }
    .bg-amarillo .g_objetivo-componente .grupo-objetivo .img-componente img {
        max-width: 50px;
    }
    /*brochure*/
    .brochure-digital-componente .brochure-pantalla {
        flex-wrap: wrap;
    }
    .brochure-digital-componente .brochure-pantalla .texto-componente {
        padding-left: 20px;
    }
    .brochure-digital-componente .brochure-pantalla .texto-componente h2 {
        text-align: center;
        margin-top: 20px;
    }
    .brochure-digital-componente .brochure-pantalla .texto-componente h2::after {
        margin: 0 auto;
    }
    .brochure-digital-componente .brochure-pantalla .texto-componente p {
        text-align: center;
    }
    .brochure-digital-componente .boton {
        margin: 0 auto;
        margin-top: 40px;
    }
    .brochure-digital-componente .boton a {
        text-align: center;
    }
    @-webkit-keyframes equalize {
        0% {
            left: 10px;
        }
        35% {
            left: -10px;
        }
        100% {
            left: 10px;
        }
    }
    @keyframes equalize {
        0% {
            left: 10px;
        }
        35% {
            left: -10px;
        }
        100% {
            left: 10px;
        }
    }
}


/*owl-videos*/

.videos-componente .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
}

.videos-componente .owl-nav .owl-prev {
    /* position: absolute;
    top: 45%;
    left: -43px; */
    position: relative;
    right: 49px;
    top: -15px;
    font-size: 114px;
    font-weight: 100;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font: 0/0 a !important;
    text-shadow: transparent;
    color: transparent;
    text-decoration: none;
    background: transparent !important;
    padding: 0;
    border: none;
}

.videos-componente .owl-nav .owl-prev span {
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.videos-componente .owl-nav .owl-prev span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/escuela-de-formacion-comunitaria/img/bullet-owl.png);
    content: "";
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    transition: all 0.2s ease-in-out;
}

.videos-componente .owl-nav .owl-prev:hover span:before {
    transform: scale(1.2) rotate(180deg);
}

.videos-componente .owl-nav .owl-prev:hover {
    background: none;
}

.videos-componente .owl-nav .owl-next {
    position: relative;
    right: 11px;
    top: -16px;
    font-size: 114px;
    font-weight: 100;
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    font: 0/0 a !important;
    text-shadow: transparent;
    color: transparent;
    text-decoration: none;
    background: transparent !important;
    padding: 0;
    border: none;
}

.videos-componente .owl-nav .owl-next span {
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

.videos-componente .owl-nav .owl-next span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/escuela-de-formacion-comunitaria/img/bullet-owl.png);
    content: "";
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s ease-in-out;
}

.videos-componente .owl-nav .owl-next:hover span:before {
    transform: scale(1.2);
}

.videos-componente .owl-nav .owl-next:hover {
    background: none;
}

.videos-componente .owl-theme .owl-dots .owl-dot span {
    display: none !important;
}

.videos-componente .owl-dots {
    text-align: center;
    /* position: absolute; */
    margin: 0 auto;
    width: 100%;
    bottom: 20px;
    /* display: none; */
}

.videos-componente .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #ff6600;
    border: 1px solid #ff6600;
    margin: 0 2px;
    min-width: auto !important;
}

.videos-componente .owl-dots button.owl-dot.active {
    background-color: white;
    border: 1px solid #ff6600;
}

.videos-componente .owl-dots button.owl-dot:focus {
    outline: none;
}

.videos-componente .owl-dots button.owl-dot:hover {
    background-color: #ff6600;
    border: 1px solid #ff6600;
    opacity: 1;
}

.tutoriales-componente {
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 70px;
    padding: 0px 15px;
}

.tutoriales-componente .titulo {
    margin-bottom: 40px;
    width: 100%;
}

.tutoriales-componente .titulo h2 {
    font-family: "MuseoSans";
    color: #631345;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
}

.tutoriales-componente .titulo h2::after {
    content: "";
    width: 70px;
    height: 7px;
    background: #631345;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
}

.tutoriales-componente .videos-componente .owl-carousel .item iframe {
    width: 100%;
    height: 500px;
}

.tutoriales-componente .videos-componente {
    position: relative;
}

.tutoriales-componente .videos-componente .controles-pausa-play {
    width: 160px;
    height: 50px;
    position: absolute;
    bottom: -24px;
    /* z-index: 1; */
    background-color: #f5a200;
    right: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tutoriales-componente .videos-componente .controles-pausa-play .controles-componente {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.tutoriales-componente .videos-componente .controles-pausa-play .controles-componente .play {
    z-index: 1;
    cursor: pointer;
}

.tutoriales-componente .videos-componente .controles-pausa-play .controles-componente .play:hover img {
    transform: scale(1.2);
}

.tutoriales-componente .videos-componente .controles-pausa-play .controles-componente .play img {
    width: 25px;
    transition: all 0.2s ease-in-out;
}

.tutoriales-componente .videos-componente .controles-pausa-play .controles-componente .stop {
    z-index: 1;
    cursor: pointer;
}

.tutoriales-componente .videos-componente .controles-pausa-play .controles-componente .stop:hover img {
    transform: scale(1.2);
}

.tutoriales-componente .videos-componente .controles-pausa-play .controles-componente .stop img {
    width: 25px;
    transition: all 0.2s ease-in-out;
}