@charset "utf-8";
/* CSS Document */

html, body {
    position: relative;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
}

.oswald-normal {
     font-family: "Oswald", sans-serif;
     font-optical-sizing: auto;
     font-weight: 500;
     font-style: normal;
 }
.barlow-semi-condensed-thin {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.barlow-semi-condensed-extralight {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.barlow-semi-condensed-light {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.barlow-semi-condensed-regular {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.barlow-semi-condensed-medium {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.barlow-semi-condensed-semibold {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.barlow-semi-condensed-bold {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.barlow-semi-condensed-extrabold {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.barlow-semi-condensed-black {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.barlow-semi-condensed-thin-italic {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.barlow-semi-condensed-extralight-italic {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.barlow-semi-condensed-light-italic {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.barlow-semi-condensed-regular-italic {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.barlow-semi-condensed-medium-italic {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.barlow-semi-condensed-semibold-italic {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.barlow-semi-condensed-bold-italic {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.barlow-semi-condensed-extrabold-italic {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.barlow-semi-condensed-black-italic {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 900;
    font-style: italic;
}

h2 span {
    font-size: .8em;
    font-weight: 500;
}

.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 180px !important;
    object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
    color: #FFF;
}

.swiper-pagination-bullet {
    background: #BABABA !IMPORTANT;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #FFF;
}

.bdbottom {
    border-bottom: 2px solid #E7E7E8;
    padding: .25em 0;
}

h1.titKnispel img {
    width: 100%;
    height: auto;
}

.titKnispel img {
    width: 300px;
    height: auto;
    float: right;
}

.textKnispel {
    font-size: 1.15em;
    line-height: 160%;
}

.textKnispel2 {
    font-size: 1.1em;
    line-height: 150%;
}

.textBlue {
    color: #99c1d7;
}

.bgGray {
    background: #636466;
}

.bgGray2 {
    background: #E7E7E8;
}

.imgKnispel img {
    width: 100%;
    height: auto;
}

.img50 img {
    width: 50%;
    padding: 0 auto;
}

.img60 img {
    width: 60%;
    padding: 0 auto;
}

.img70 img {
    width: 70%;
    padding: 0 auto;
}

.img100 img {
    width: 100%;
    padding: 0 auto;
}

.maxImg img {
    width: 100%;
    max-width: 500px;
}

.LegFotos {
    text-align: left;
    font-size: .7em;
    text-transform: uppercase;
}

.LegDoctos {
    text-align: left;
    font-size: .8em;
    line-height: 125%;
    margin-top: .5em;
}

audio {
    width: 100%;
    height: 30px;
}



