@font-face {
    font-family: 'MyriadPro Cond';
    src: url(fonts/MYRIADPRO-COND.OTF);
    font-weight: regular;
}

@font-face {
    font-family: 'MyriadPro Cond';
    src: url(fonts/MYRIADPRO-BOLDCOND.OTF);
    font-weight: 700;
}

@font-face {
    font-family: 'MyriadPro';
    src: url(fonts/MyriadPro-Light.otf);
    font-weight: 300;
}

@font-face {
    font-family: 'MyriadPro';
    src: url(fonts/MYRIADPRO-REGULAR.OTF);
    font-weight: 400;
}

@font-face {
    font-family: 'MyriadPro';
    src: url(fonts/MYRIADPRO-SEMIBOLD.OTF);
    font-weight: 700;
}

@font-face {
    font-family: 'Dosis';
    src: url(fonts/Dosis-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'Fjalla';
    src: url(fonts/FjallaOne-Regular.ttf);
}

@font-face {
    font-family: 'Swiss';
    src: url(fonts/swiss-721-condensed-bt.ttf);
}


:root {
    --clr-xyntrus: #1f2952;
    --clr-xyntrus-red: #ee2d46;
    --clr-pink: #e48799;
    --clr-peri: #9383c9;
    --clr-ip: #64c5b4;
    --clr-perio-max: #ea364c;
    --clr-yellow: #ebc417;
    --clr-bio-cleaner: #9c91c6;
    --fnt-text: 'MyriadPro';
    --fnt-cond: 'MyriadPro Cond';
    --cruz-top: 90px;
    --cruz-top-c: calc(var(--cruz-top) / 100 * 88);
    --cruz-top-m: calc(var(--cruz-top) / 100 * 6);
}
html {
    overflow: auto;
}

html, body {
    height: 100%;
}

body {
    background-color: #f7f7f7;
    overflow-x: hidden;
}

b {
    font-family: inherit;
    font-weight: 700;
    font-size: inherit;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--fnt-text);
    font-weight: 300;
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    text-align: justify;
}

section {
    width: 100%;
    padding: 0 15%;
}

@media (max-width: 1090px) {
        section {
                padding: 0 12%;
        }
}

@media (max-width: 687px) {
        section {
                padding: 0 8%;
        }
}

img, div, span {
    margin: 0;
}

/* fx */

.blue-bg {
    background-color: var(--clr-xyntrus);
    color: white;
    font-weight: 400;
}

.blue-txt {
    color: var(--clr-xyntrus);
}

.pink-bg {
    background-color: var(--clr-pink);
    color: white;
    font-weight: 400;
}

.pink-txt {
    color: var(--clr-pink);
}

.peri-txt {
    color: var(--clr-peri);
}

.peri-max-txt {
    color: var(--clr-perio-max);
}

.peri-bg {
    background-color: var(--clr-peri);
    color: white;
    font-weight: 400;
}

.peri-max-bg {
    background-color: var(--clr-perio-max);
    color: white;
}

.ip-bg {
    background-color: var(--clr-ip);
    color: white;
    font-weight: 400;
}

.ip-txt {
    color: var(--clr-ip);
}

.bio-cleaner-bg {
    background-color: var(--clr-bio-cleaner);
    color: white;
    font-weight: 400;
}

.bio-cleaner-txt {
    color: var(--clr-bio-cleaner);
}

.resp {
    max-width: 100%;
    object-fit: contain;
}

img {
    max-width: 100%;
    object-fit: contain;
}

.padding-xy {
    padding: 1.4rem 2.4rem;
}

.padding-y {
    padding-top: 12px;
    padding-bottom: 12px;
}

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

.ai-center {
    align-items: center;
}

.space-between {
    justify-content: space-between;
}

/* font-styles */
.mayus {
    text-transform: uppercase;
}

.bold {
    font-weight: 800;
}

.txt-center {
    text-align: center;
}

.light {
    font-weight: 300;
}

.div-line {
    height: 6px;
    width: 100%;
    background-color: var(--clr-yellow);
    margin: 0;
}

.spacer {
    height: 24px;
}


/* INDEX */

.hero {
    height: 100vh;
    width: 100%;
    background-image: url(img/land.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 0;
    padding: 0;
    position: relative;
}

.semi-circulo {
    position: relative;
    height: calc(var(--cruz-top) * 2.1 + 16px);
    width: 100%;
    background-image: linear-gradient(var(--clr-xyntrus), hsl(228, 45%, 52%), var(--clr-xyntrus));
    border-radius: 0 0 90% 90%;
    outline: 8px solid var(--clr-yellow);
    box-shadow: 0 10px 16px black;
}

.bloque-blanco {
    position: absolute;
    width: var(--cruz-top);
    height: var(--cruz-top);
    background: white;
    left: 50%;
    translate: -50% 0;
    margin-top: -25px;
    box-shadow: 0 10px 16px rgb(0,0,0,55%);
}

.bloque-blanco::before {
    content: '';
    position: absolute;
    background: white;
    width: 100%;
    height: var(--cruz-top);
    border-radius: 100%;
    top: 50%;
    box-shadow: 0 10px 16px rgb(0,0,0,55%);
}

.bloque-blanco::after {
    content: '';
    position: absolute;
    background: url(img/xyntrus-iso-500px.png);
    background-size: cover;
    width: var(--cruz-top-c);
    height: var(--cruz-top-c);
    top: 50%;
    margin: var(--cruz-top-m);
}

.xyntrus-logo {
    display: flex;
    justify-content: center;
    padding-top: calc(var(--cruz-top) * 1.4 );
}

.xyntrus-logo img {
    width: calc(var(--cruz-top) * 2.6);
}

.land-title {
    padding: 10% 15%;
}

.land-title p {
    font-size: clamp(2rem, 6vw, 3rem);
    text-transform: uppercase;
    font-family: var(--fnt-cond);
    color: var(--clr-xyntrus);
    font-weight: bold;
    text-align: left;
}

.barra-azul-land {
    background-color: var(--clr-xyntrus);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 16px 15%;
    color: white;
    box-shadow: 0 -12px 12px rgb(0,0,0,25%);
}

.barra-azul-land::before {
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    background-color: var(--clr-yellow);
    top: 0;
    left: 0;
}

.pioneros {
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: clamp(1.4rem, 3.8vw, 1.8rem); 
    font-family: var(--fnt-cond);
    margin-top: 12px;
    margin-bottom: 12px;
}

.ebe-tech-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    padding-bottom: 16px;
}

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

@media (max-width: 1090px) {
    .ebe-tech-container {
        flex-direction: column;
        gap: 2rem;
    }
}

@media (max-width: 600px) {
    .ebe-flex {
        flex-direction: column;
        gap: 2rem;
    }
}

.ebe-flex p {
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
}

.ebe-tech {
    font-size: clamp(1.4rem, 4.4vw, 2rem) !important;
}

.ebe-flex .biotech {
    font-size: 1rem;
    font-weight: 300;
}

.ebe-inicio-img {
    width: 200px;
}

.logo-brix {
    width: 150px;
    background-color: white;
    height: 150px;
}

/* XYNTRUS LINE */

.img-muestras img {
    margin-bottom: -8px;
}

.img-muestras {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.xyntrus-line-div {
    color: var(--clr-xyntrus);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.recuadro-azul {
    padding: 16px 15% 16px 15%;
}

.recuadro-azul p {
    font-family: var(--fnt-text);
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
}

.conoce {
    font-family: 'MyriadPro Cond';
    font-weight: 700;
    font-size: clamp(1.6rem, 2.8vw, 4rem);
}

.xl-inicio {
    font-family: 'MyriadPro Cond';
    font-weight: 700;
    font-size: clamp(2.7rem, 4.9vw, 6.6rem);
    margin-top: -12px;
    position: relative;
}

.xl-inicio::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: var(--clr-yellow);
    bottom: 0;
    left: 0;
}

.nuevos-productos {
    font-family: 'Fjalla';
    text-transform: uppercase;
    font-size: 2rem;
    text-align: left;
    color: white;
    background-color: var(--clr-xyntrus-red);
    padding: 16px 16px;
    margin: 0 16px;
}

.np-inicio {
    width: 70%;
    margin: 0 auto;
}

.np-inicio img {
    max-width: 150px;
}

@media (max-width: 678px) {
    .np-inicio {
        flex-direction: column;
        gap: 2rem;
    }
}

/* PRODUCTOS */

.productos {
    font-family: var(--fnt-cond);
    display: flex;
    justify-content: space-between;
    align-items: space-between;
}

@media (max-width: 1090px) {
    .productos {
        flex-direction: column;
    }
}

.productos > * {
    flex: 1;
}

.contenedor-img-prod {
    display: flex;
    justify-content: center;
}

.img-producto {
    max-height: 720px;
}

.prod-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.barra-prod {
    display: flex;
    margin: 16px 0;
    justify-content: center;
    position: relative;
}

.barra-prod::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 100%;
}

.bio-cavity::after {
    background-color: var(--clr-pink);
}

.peri::after {
    background-color: var(--clr-peri);
}

.ip::after {
    background-color: var(--clr-ip);
}

.bio-cleaner::after {
    background-color: var(--clr-bio-cleaner);
}

.peri-max::after {
    background-color: var(--clr-perio-max);
}

.cruz {
    height: 98px;
    margin: auto 16px auto 0;
}

.hh {
    width: 100%;
    padding: 16px;
}

.hh h2 {
    font-size: clamp(1.8rem, 2.2vw, 2.4rem);
    font-family: 'Fjalla';
    text-align: left;
}

.subtitle {
    font-family: 'Fjalla';
    font-weight: bold;
    font-size: clamp(1.2rem, 2vw, 1.8rem);
    text-align: left;
    margin-bottom: 16px;
}

.descripcion {
    font-size: 1.4rem;
}

.modo-pres {
    text-transform: uppercase;
    font-size: clamp(1.3rem, 1.8vw, 1.8rem);
    font-family: 'Fjalla';
    margin-bottom: 12px;
}

.instrucciones {
    font-family: 'MyriadPro Cond';
    font-size: clamp(1.2rem, 1.8vw, 1.8rem);
    z-index: 2;
}

.img-modo {
    margin: 20px 0;
    display: flex;
    justify-content: center;
}

.img-modo img {
    max-width: 50%;
    width: 40%;
}

.recuadro-bold p {
    font-family: 'MyriadPro';
    font-weight: 400;
}


/* ABSCESO */

/* .abscesos { */
/*     background-color: #c1c1f1; */
/* } */

.abs-container {
    width: 100%;
    padding: 48px;
    background-color: #c1c1f1;
}

.img-absceso-top {
    width: 100%;
    margin: 16px auto;
}

.img-absceso-top img {
    width: 100%;
    height: auto;
}

.img-absceso-top .div-line {
    margin-top: -8px;
}

.absceso-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 0;
}

.muela {
    width: 200px;
    border: 4px solid gray;
    margin: 0 16px;
}




.x-bar {
    padding: 28px 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.x-bar img {
    max-width: 4vw;
}

