@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700');
body {
    color: #3A4145;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Raleway', sans-serif;
}
img {
    vertical-align: baseline;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
    color: #262626;
}
a:visited {
    color: #757686;
}

a:hover, a:focus, a:active {
    color: #262626;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
    list-style: none;
}
a.link-p:visited {
    color: #fff;
}

/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/
.site-header {
    position: relative;
}
.nav-bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 20px 0;
}

/*
# Site Branding
--------------------------------*/
.site-branding {
    width: calc(100% - 24px);
    padding: 20px 0;
}
.site-branding a {
    margin-top: 6px;
}
@media screen and (min-width: 992px){
    .site-branding {
        width: auto;
    }
}

/*
  Hamburger Menu
----------------------------------------*/
.hamburger-menu {
    position: relative;
    width: 24px;
    height: 22px;
    margin: 0; /* margin: 0 auto; */
    transition: .5s ease-in-out;
    cursor: pointer;
}
.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #262626;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}
.hamburger-menu span:nth-child(1) {
    top: 2px;
}
.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 10px;
}
.hamburger-menu span:nth-child(4) {
    top: 18px;
}
.hamburger-menu.open span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
}
.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}
.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}
.hamburger-menu.open span:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
}

/*
# Main Menu
--------------------------------*/
.site-navigation ul {
    position: fixed;
    top: 0;
    left: -320px;
    z-index: 9999;
    width: 320px;
    max-width: calc(100% - 120px);
    height: 100%;
    padding: 30px 15px;
    margin: 0;
    background: #fff;
    list-style: none;
    overflow-x: scroll;
    transition: all 0.35s;
}
.site-navigation.show ul {
    left: 0;
}
.site-navigation ul li {
    /* margin: 0 24px;  */
    margin: 0 14px;
}
.site-navigation ul li a {
    display: block;
    padding: 16px 0;
    font-size: 15px; /* 16px */
    font-weight: 600;
    line-height: 1;
    color: #3A4145;
    text-decoration: none;
    transition: color .35s;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .site-navigation ul {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0;
        overflow: auto;
        background: transparent;
    }
    .site-navigation ul li a {
        padding: 30px 0;
    }
}
.site-navigation ul li a:hover, .site-navigation ul li.current-menu-item a, .manual-categorias ul li.current-menu-item a{
    color: #18a3eb;
}
.ajuste{
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (max-width: 768px) {
    .ajuste{
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*--------------------------------------------------------------
# principal Section
--------------------------------------------------------------*/
.principal-slider {
    max-height: 950px; /*950*/
}
.principal-content-wrap {
    min-height: 700px;
    position: relative;
    color: #fff;

    background-size: cover;
    background-position: center;
}
.principal-content-overlay {
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
}
.principal-content-overlay h1 {
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    color: #3A4145;
}
.principal-content-overlay p {
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    color: #3A4145;
}
.principal-slider .pagination-wrap {
    top: 50%;
    left: 0;
    z-index: 99;
    width: 120px;
    margin-top: -60px;
}
.principal-slider .swiper-pagination-bullet {
    width: 120px;
    height: 28px;
    margin-bottom: 12px;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: 600;
    color: #aaaaaa;
    background: transparent;
    opacity: 1;
    text-align: right;
}
.principal-slider .swiper-pagination-bullet-active {
    color: #18a3eb;
    border-color: #18a3eb;
}
@media screen and (max-width: 1400px) {
    .principal-slider .swiper-pagination-bullet {
        width: 60px;
    }
}
@media screen and (max-width: 576px) {
    .principal-slider .pagination-wrap {
        top: auto;
        bottom: 60px;
        margin-top: 0;
    }
    .principal-slider .swiper-pagination-bullet {
        width: 30px;
        margin-left: 15px;
    }
}

/*--------------------------------------------------------------
# Elements Page
--------------------------------------------------------------*/
/*
# Button
----------------------------------*/
.button {
    padding: 12px 50px 10px;
    margin-right: 32px;
    border: 0;
    border-radius: 20px;
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 1;
    color: #3A4145;
    outline: none;
    background: #f0f4f8;
    text-decoration: none !important;
}
.button:focus {
    outline: none;
    box-shadow: none;
}
.button.gradient-bg {
    border-color: transparent;
    background: -moz-linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(50,200,250,1)), color-stop(100%, rgba(88,125,228,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32C8FA', endColorstr='#587DE4',GradientType=1 ); /* ie6-9 */
    color: #fff;
}
.button.gradient-bg:hover {
    background: #32C8FA;
    cursor: pointer;
}
.button.gradient-bg-2 {
    border-color: transparent;
    background: -moz-linear-gradient(270deg, rgba(248,97,72,1) 0%, rgba(253,179,118,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(248,97,72,1)), color-stop(100%, rgba(253,179,118,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(248,97,72,1) 0%, rgba(253,179,118,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(248,97,72,1) 0%, rgba(253,179,118,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(248,97,72,1) 0%, rgba(253,179,118,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(248,97,72,1) 0%, rgba(253,179,118,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F86148', endColorstr='#FDB376 ',GradientType=1 ); /* ie6-9 */
    color: #fff;
}
.button.gradient-bg-2:hover {
    background: #FDB376;
}
.button.gradient-bg-3 {
    border-color: transparent;
    background: -moz-linear-gradient(270deg, rgba(141,144,251,1) 0%, rgba(245,134,195,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(141,144,251,1)), color-stop(100%, rgba(245,134,195,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(141,144,251,1) 0%, rgba(245,134,195,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(141,144,251,1) 0%, rgba(245,134,195,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(141,144,251,1) 0%, rgba(245,134,195,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(141,144,251,1) 0%, rgba(245,134,195,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8D90FB', endColorstr='#F586C3',GradientType=1 ); /* ie6-9 */
    color: #fff;
}
.button.gradient-bg-3:hover {
    background: #F586C3;
}
/*
# Accordion
----------------------------------*/
.accordion-wrap {
    position: relative;
}
.accordion-wrap .entry-content {
    margin: 0;
}
.accordion-wrap .entry-title {
    padding: 12px 38px;
    margin-bottom: 15px;
    background: #f3f3f3;
    font-size: 16px;
    font-weight: 600;
    color: #3A4145;
    cursor: pointer;
}
.accordion-wrap .entry-title {
    border: 0;
    background: -moz-linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(50,200,250,1)), color-stop(100%, rgba(88,125,228,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(240,244,248,1) 0%, rgb(235, 240, 245) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a3eb', endColorstr='#18a3eb',GradientType=1 ); /* ie6-9 */
}
.accordion-wrap .entry-title .arrow-r::before,
.accordion-wrap .entry-title .arrow-d::before {
    content: "+";
    font-size: 24px;
    font-weight: 400;
}
.accordion-wrap .entry-title .arrow-d::before {
    content: "-";
}
/*
# Content
----------------------------------*/
.accordion-wrap .entry-content {
    display: none;
}
.accordion-wrap .entry-content p {
    padding: 10px 38px;
    font-size: 14px;
    line-height: 2;
    color: #3A4145;
}


/*
# Redes Banner
--------------------------------*/
.redes-banner {
    padding: 50px 0;
    background: url("../images/redes-bg.png") no-repeat center;
    background-size: cover;
    text-align: center;
}
.redes-banner h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}
.redes{
    margin-top: 25px;
}
/*JNRL*/
.redes img{
	opacity: 0.9;
	filter: alpha(opacity=90);
    cursor: pointer;
    margin: 0px 35px;
}
.redes img:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);
}



/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.descubre {
    padding: 100px 0px 0px 0px;
}
.pricing {
    padding: 100px 0px;
}
.pricing h2, .descubre h2 {
    margin-bottom: 38px;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    color: #3A4145;
}
.pricing-table{
    -webkit-box-shadow: 0 4px 9px 0 rgba(67,65,79,.1);
    box-shadow: 0 4px 9px 0 rgba(67,65,79,.1);
    border: solid 2px #f5f5f5;
    -webkit-box-align: center !important;
    padding: 50px 10px 50px 10px;
    text-align: center;
}

.pricing-table h3 {
    font-size: 28px;
    font-weight: bold;
}

.pricing-table .precio {
    font-size: 28px;
    font-weight: bold;
    margin: 40px 0px 20px 0px;
}

.pricing .button {
    margin: 0 auto 0 auto;
}

.center{
    text-align: center;
}

.pricing-table .clave {
    font-size: 16px !important;
    font-weight: bold;
    margin: 40px 0px 40px 0px;
}

/*
# Topicos
--------------------------------*/
.topicos {
    padding: 100px 0;
    background: url(../images/departments-bg.jpg) no-repeat;
    background-size: cover;
}
.topicos-wrap {
    padding: 60px 80px 60px;
    background: -moz-linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(50,200,250,1)), color-stop(100%, rgba(88,125,228,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(50,200,250,1) 0%, rgba(88,125,228,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18a3eb', endColorstr='#18a3eb',GradientType=1 ); /* ie6-9 */
}
@media screen and (max-width: 768px){
    .topicos-wrap {
        padding-right: 30px;
        padding-left: 30px;
    }
}
.topicos-wrap h2 {
    margin-bottom: 60px;
    font-size: 38px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.topicos-cont {
    margin-bottom: 64px;
}
.topicos-cont .entry-header {
    min-height: 48px;
}
.topicos-cont .entry-header img {
    margin-right: 16px;
}
.topicos-cont h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.topicos-cont .entry-content {
    margin-top: 16px;
}
.topicos-cont .entry-content p {
    font-size: 14px;
    color: #fff;
}
.topicos-cont .entry-footer a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}


/*
# Manual
--------------------------------*/
.manual {
    padding: 100px 0 80px;
}
.manual-wrap {
    margin-bottom: 60px;
}
.manual-wrap .figure {
    margin: 0;
    position: relative;
}
.manual-wrap .figure img {
    width: 100%;
    cursor: pointer;
}
.manual-wrap h3 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #3A4145;
}
.manual-wrap-somatotipo {
    margin-bottom: 30px;
}

.video-miniatura{
    position: absolute;
    z-index: -1;
}
.video-play{
    z-index: 1;
}
.video-play:hover{
    content:url("../images/play-hover.png");
}


.manual-categorias {
    padding: 30px 30px;
}
.manual-categorias h2, .manual-contenido h2{
    margin-bottom: 32px;
    font-size: 28px;
    font-weight: 600;
    color: #3A4145;
}
.manual-categorias ul {
    list-style: none;
}
.manual-categorias li {
    margin-bottom: 15px;
    font-size: 14px;
}
.manual-categorias li a {
    color: #3A4145;
}


.manual-contenido {
    padding: 30px 30px 0px;
}
.manual-contenido h3{
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 600;
    color: #3A4145;
}
.manual-contenido p {
    /*margin-bottom: 38px;*/
    font-size: 14px;
    color: #3A4145;
}
.manual-contenido ul, .manual-contenido ol {
    margin-bottom: 38px;
    font-size: 14px;
    color: #3A4145;
}

.manual-contenido li {
    margin-bottom: 1px;
}
.manual-contenido h4{
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 600;
    color: #3A4145;
}



/*--------------------------------------------------------------
# Single Page
--------------------------------------------------------------*/
.single-page .site-header {
    position: relative;
    padding: 220px 0 140px;
    background-color: #f0f4f8;
}
#site-header-edad {
    position: relative;
    padding: 220px 0 62px;
    background-color: #f0f4f8;
}
.single-page .site-header h1 {
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 600;
    color: #3A4145;
}
.single-page .site-header .header-img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 65%;
    height: auto;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
   font-size: 14px;
    font-weight: 500;
    color: #3A4145;
}
.breadcrumbs ul {
    list-style: none;
}
.breadcrumbs li {
    position: relative;
    padding-right: 10px;
    margin-right: 5px;
    color: #18a3eb;
}
.breadcrumbs li::after {
    content: "/";
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    color: #3A4145;
}
.breadcrumbs li:nth-last-of-type(1)::after {
    display: none;
}
.breadcrumbs a {
    color: #3A4145;
}

/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/
.med-history {
    padding: 100px 0 68px 0;
}
.med-history h2 {
    margin-bottom: 38px;
    font-size: 38px;
    font-weight: 600;
    color: #3A4145;
}
.med-history p {
    margin-bottom: 38px;
    font-size: 14px;
    color: #3A4145;
}
.med-history img {
    max-width: 100%;
}
.faq-stuff {
    padding: 100px 0;
    /*background: url("../images/faq-bg.jpg") no-repeat;*/
    background-size: cover;
    background-color: #fff;
}
.faq-stuff h2 {
    margin-bottom: 42px;
    font-size: 38px;
    font-weight: 600;
    color: #3A4145;
}
.faq-stuff .accordion-wrap .entry-content p {
    color: #3A4145;
}
.clave-generica {
    font-size: 16px !important;
    font-weight: bold;
    margin-bottom: 0px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    padding: 48px 0;
    background: url("../images/footer-bg.png") no-repeat center #fff;
    background-size: cover;
    font-size: 14px;
    color: #3A4145;
}
.footer-widgets h2 {
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #3A4145;
}
.foot-about p {
    font-size: 14px;
    line-height: 2;
}
.foot-contact ul {
    list-style: none;
}
.foot-contact ul li {
    margin-bottom: 5px;
    font-weight: 500;
}
.foot-contact ul li span {
    display: inline-block;
    color: #3A4145;
}
.foot-contact ul li span {
    width:64px;
}
.foot-links ul {
    list-style: none;
    column-count: 2;
    column-gap: 10px;
}
.foot-links ul li {
    margin-bottom: 5px;
}
.foot-links ul li a {
    color: #3A4145;
}



/*
# Section: Testimonial
--------------------------------*/
.testimonial-section {
    margin-top: 100px;
    position: relative;
    height: 100%;
    padding: 100px 0;
}

.testimonial-section h2 {
    margin-bottom: 40px !important;
}

.testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    background: url("../images/testimonial-bg.jpg") no-repeat right center;
    background-size: cover;
}

.testimonial-slider {
    position: relative;
}

.testimonial-slider-wrap {
    position: relative;
    padding: 72px 100px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 40px 20px 27px rgba(0,0,0,.1);
}

.testimonial-bg-shape {
    position: relative;
}

.testimonial-bg-shape::before {
    content: '';
    position: absolute;
    bottom: -90px;
    left: -130px;
    z-index: -1;
    width: 499px;
    height: 492px;
    background: url("../images/testimonial-content-bg.png") no-repeat;
}

.testimonial-slider .content-wrap {
    background: #fff;
}

.testimonial-slider .entry-content p {
    position: relative;
    margin-top: 40px;
    font-size: 16px;
    line-height: 2;
    font-style: italic;
    color: #828282;
}

.testimonial-slider .entry-content p::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 0;
    width: 46px;
    height: 46px;
    background: url("../images/testimonial-p-bg.png") no-repeat;
}

.testimonial-slider .testimonial-user {
    display: inline-block;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #404040;
}

.testimonial-slider .testimonial-user span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #828282;
}

.testimonial-slider .user-avatar {
    width: 78px;
    height: 78px;
    margin-top: 56px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #18a3eb;
}

.testimonial-slider .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-wrap {
    position: absolute;
    left: 0;
    bottom: 150px;
    z-index: 99;
    width: 100%;
}

@media screen and (max-width: 768px){

    .testimonial-slider-wrap {
        padding: 72px 30px 120px;
    }

    .swiper-pagination-wrap {
        bottom: 30px;
    }
}

.testimonial-slider .swiper-pagination-bullet {
    width: 52px;
    height: 52px;
    margin: 0 8px;
    opacity: 1 !important;
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(1) {
    background: url("images/user-1.jpg");
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(2) {
    background: url("images/user-2.jpg");
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(3) {
    background: url("images/user-3.jpg");
}

.testimonial-slider .swiper-pagination-bullet:nth-of-type(4) {
    background: url("images/user-4.jpg");
}

.testimonial-slider .swiper-pagination-bullet-active {
    display: none;
}



/*--------------------------------------------------------------
    Analizador de composicion corporal - interpretacion
--------------------------------------------------------------*/
.acc-interpretacion {
    padding: 100px 0 68px 0;
}
.acc-interpretacion h2 {
    margin-bottom: 38px;
    font-size: 38px;
    font-weight: 600;
    color: #3A4145;
}
.acc-interpretacion p {
    /* margin-bottom: 38px; */
    font-size: 14px;
    color: #3A4145;
}

.bd-callout {
    padding: 1.50rem;
    /* margin-top: 1.25rem; */
    margin-bottom: 2.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: 1.50rem;
}

.bd-callout p:last-child {
    margin-bottom: 0;
}

.bd-callout code {
    border-radius: .25rem;
}

.bd-callout+.bd-callout {
    margin-top: -.25rem;
}

.bd-callout-info {
    border-left-color: #5bc0de;
}

.bd-callout-info h4 {
    color: #5bc0de;
}

.bd-callout-warning {
    border-left-color: #E8C43A;
}

.bd-callout-warning h4 {
    color: #E8C43A;
}

.bd-callout-danger {
    border-left-color: #d9534f;
}

.bd-callout-danger h4 {
    color: #d9534f;
}

.bd-callout-primary{
    border-left-color: #007bff;
}

.bd-callout-primary h4 {
    color: #007bff;
}

.bd-callout-success{
    border-left-color: #28a745;
}

.bd-callout-success h4 {
    color: #28a745;
}

.bd-callout-default{
    border-left-color: #AF97C3;
}

.bd-callout-default h4 {
    color: #AF97C3;
}

/*---------------------------
    Aviso de Privacidad
-----------------------------*/

.bold-numbers {
    list-style-type: none;
    counter-reset: bold-counter;
}

.bold-numbers li::before {
    content: counter(bold-counter) ". ";
    font-weight: bold;
    counter-increment: bold-counter;
}

.bold-numbers li{
    margin-bottom: 1.5rem;
}


/* Spinner */
#spinner:not([hidden]) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1040;
}
#spinner::after {
    content: "";
    width: 200px;
    height: 200px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #5492d7;
    border-radius: 90%;
    will-change: transform;
    animation: spin 1s infinite linear
}
#spinner .spinner-text {
  	position: absolute;
  	font-size: 1.5rem;
  	/* color: #b83b5e; */
  	color: #008D96;
  	text-align: center;
  	z-index: 999;
  	font-weight: bold;
}
@keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}
/* Spinner *