@import url(https://use.typekit.net/kan2gqd.css);
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}[data-scroll-direction=horizontal] [data-scroll-container]{display:inline-block;height:100vh;white-space:nowrap}[data-scroll-direction=horizontal] [data-scroll-section]{display:inline-block;height:100%;vertical-align:top;white-space:nowrap}.c-scrollbar{height:100%;opacity:0;position:absolute;right:0;top:0;transform-origin:center right;transition:transform .3s,opacity .3s;width:11px}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar{opacity:1}[data-scroll-direction=horizontal] .c-scrollbar{bottom:0;height:10px;top:auto;transform:scaleY(1);width:100%}[data-scroll-direction=horizontal] .c-scrollbar:hover{transform:scaleY(1.3)}.c-scrollbar_thumb{background-color:#000;border-radius:10px;cursor:grab;margin:2px;opacity:.5;position:absolute;right:0;top:0;width:7px}.has-scroll-dragging .c-scrollbar_thumb{cursor:grabbing}[data-scroll-direction=horizontal] .c-scrollbar_thumb{bottom:0;right:auto}
/* @font-face {
    font-family: 'Kobe-black';
    src: url('./assets/fonts/Kobe1.1-Black.woff2') format('woff2'),
        url('./assets/fonts/Kobe1.1-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  } */

@font-face {
    font-family: 'Neue Montreal Bold';
    src: url('NeueMontreal-Bold.woff2') format('woff2'),
        url('NeueMontreal-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('NeueMontreal-BoldItalic.woff2') format('woff2'),
        url('NeueMontreal-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('NeueMontreal-Light.woff2') format('woff2'),
        url('NeueMontreal-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('NeueMontreal-Regular.woff2') format('woff2'),
        url('NeueMontreal-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('NeueMontreal-MediumItalic.woff2') format('woff2'),
        url('NeueMontreal-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('NeueMontreal-LightItalic.woff2') format('woff2'),
        url('NeueMontreal-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('NeueMontreal-Medium.woff2') format('woff2'),
        url('NeueMontreal-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Montreal';
    src: url('NeueMontreal-Italic.woff2') format('woff2'),
        url('NeueMontreal-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.italic {
    font-style: italic;
}

.bold, b {
    font-family: 'Neue Montreal Bold';
}

.container {
  max-width: 1300px;
  width: 85%;
  margin: 0 auto;
}

.container.fluid {
    max-width: unset;
    width: 100%;
    margin: 0 auto;
}

:root{
    --white: #f4f4f4;
    --black: #161616;
    --grey:#828282;
  }

/* html {
    scroll-behavior: auto !important;
    -ms-overflow-style: none; 
    scrollbar-width: none;  
  } */

html::-webkit-scrollbar {
    display: none;
  }

.wbg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

.lines.wbg {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }

body {
    margin: 0;
    padding: 0;
    height: 100vh;
  }

.relative {
    position: relative;
  }

* {
    font-family: 'Neue Montreal';
    font-weight: 400;
  font-style: normal;
  }

.pretitle {
    font-family: 'Neue Montreal';
    font-weight: 400;
    font-style: normal;
    letter-spacing: .4rem;
    color: #bababa;
    text-transform: uppercase;
    font-size: .9rem;
}

.font2 {
    font-family:"mencken-std-head-narrow";
  }

*:focus {
    outline: none;
    border-color: inherit;
    box-shadow: none;
  }

.white {
    color: var(--white);
  }

.opacity0 {
    opacity: 0;
  }

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }

.aligncenter {
    text-align: center;
    margin: 0 auto;
  }

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

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

.nav {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 92vw;
    z-index: 99999;
  }

.nav #logo {
    width: 10rem;
    fill: var(--grey);
  }

.nav .itemsNav {
    display: inline-flex;
  }

.nav .itemsNav .item {
    cursor: pointer;
    padding: .7rem;
    color: var(--grey);
  }

.nav .col-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, h2 span, h3 span, h4 span {
    font-family:"mencken-std-head-narrow";
    line-height: 1.7rem;
    font-weight: 300;
    color: var(--grey);
    text-transform: uppercase;
    /* letter-spacing: -.4rem; */
  }

h2 {
    font-size: 6rem;
    line-height: 6rem;
    margin: 0;
  }

h3 {
    font-size: 3rem;
    line-height: 3rem;
    margin: 0;
    /* letter-spacing: -.1rem; */
  }

p {
    font-size: 1rem;
    line-height: 1.4rem;
    color: var(--grey);
  }

.mainp {
    max-width: 600px;
  }

.buton {
    cursor: pointer;
  }

.page-fullwidth {
    position: absolute;
    width: 100vw;
    height: 100vh;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.col-md-auto {
    flex: 0 0 auto;
    width: auto;
}

.padd-t-0 {
    padding-top: 0rem;
  }

.padd-t-05 {
    padding-top: .5rem;
  }

.padd-t-1 {
    padding-top: 1rem;
  }

.padd-t-2{
    padding-top: 2rem;
  }

.padd-t-3{
    padding-top: 3rem;
  }

.padd-t-4{
    padding-top: 4rem;
  }

.padd-t-5{
    padding-top: 5rem;
  }

.padd-t-6{
    padding-top: 6rem;
  }

.padd-t-7{
    padding-top: 7rem;
  }

.padd-t-8{
    padding-top: 8rem;
  }

.padd-t-9{
    padding-top: 9rem;
  }

.padd-t-10{
    padding-top: 10rem;
  }

.padd-t-14{
    padding-top: 14rem;
  }

.padd-b-0 {
    padding-bottom: 0rem;
  }

.padd-b-05 {
    padding-bottom: .5rem;
  }

.padd-b-1 {
    padding-bottom: 1rem;
  }

.padd-b-2{
    padding-bottom: 2rem;
  }

.padd-b-3{
    padding-bottom: 3rem;
  }

.padd-b-4{
    padding-bottom: 4rem;
  }

.padd-b-5{
    padding-bottom: 5rem;
  }

.padd-b-6{
    padding-bottom: 6rem;
  }

.padd-b-7{
    padding-bottom: 7rem;
  }

.padd-b-8{
    padding-bottom: 8rem;
  }

.padd-b-9{
    padding-bottom: 9rem;
  }

.padd-b-10{
    padding-bottom: 10rem;
  }

.padd-b-11{
    padding-bottom: 11rem;
  }

.padd-b-12{
    padding-bottom: 12rem;
  }

.verticalalign {
    align-items: center;
  }

.m-w-350 {
    max-width: 350px;
    margin: 0 auto;
  }

.m-w-425 {
    max-width: 425px;
    margin: 0 auto;
  }

.m-w-450 {
    max-width: 450px;
    margin: 0 auto;
  }

.m-w-475 {
    max-width: 475px;
    margin: 0 auto;
  }

.m-w-500 {
    max-width: 500px;
    margin: 0 auto;
  }

.m-w-550 {
    max-width: 550px;
    margin: 0 auto;
  }

.m-w-800{
    max-width: 800px;
    margin: 0 auto;
  }

.m-w-950 {
    max-width: 950px;
    margin: 0 auto;
  }

.m-w-1100 {
    max-width: 1100px;
    margin: 0 auto;
  }

.m-w-1150 {
    max-width: 1150px;
    margin: 0 auto;
  }

img.fluid {
    width: 100%;
  }

.section1 {
    background-image: url('header.jpg');
    height: 100vh;
}

.section1-b .m-w-450 {
margin-left: 0;
}

.section1-b, .section1-b .col {
height: 100vh;
position: relative;
}

.section1 .logo {
    width: 390px;
}

.section1 .wrapper1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: unset;
}

.linksplitscrolla {
    display: table;
    text-decoration: none;
  }

.splitscrolla {
    opacity: 0;
    visibility: hidden;
  }

.splita {
    display: table;
    line-height: 1.5rem;
  }

.split-parent {
    overflow: hidden;
    position: relative;
  }

.childscrolla {
    position: absolute;
    top: 110%;
    color: inherit;
  }

.childscrollaB {
    position: absolute;
    top: 100%;
    color: inherit;
  }

.containerbuton a {
    text-decoration: none;
  }

.containerbuton .btn {
    background: var(--grey);
    border-radius: 50px;
    padding: 5px 5px 5px 25px;
    display: inline-flex;
    align-items: center;

  }

.containerbuton .btn-calendario {
    padding: 5px;
    background: none;
  }

.containerbuton .btn .right {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    margin-left: 1.6rem;  
    position: relative;
    transition: all .25s;
  }

.containerbuton .btn .right svg {
    position: absolute;
    width: 30%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.containerbuton:hover .btn .right {
    transform: scale(.9);
}

.section2 {
    background-image: url('bgvideo.jpg');
    height: 100vh;
}

.section3 {
    background-image: url('bglines.png');
}

.section4 {
    background: var(--black);
}

.section4 .slide1 {
    background-image: url('consejo-deporte.jpg');
}

.section4 .slide2 {
  background-image: url('consejo-comidasaludbale.jpg');
}

.section4 .slide3 {
  background-image: url('consejo-peso.jpg');
}

.section4 .slide4 {
  background-image: url('consejo-nofumar.jpg');
}

.section4 .slide5 {
  background-image: url('consejo-colesterol.jpg');

}

.section4 .slide6 {
  background-image: url('consejo-presion.jpg');
}

.section4 .slide7 {
  background-image: url('consejo-azucar.jpg');
}

.section5 {
  background: url('img_expo.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 300px;
}

.section6 {
  background: var(--black);
}

.absoluteClose.main {
    position: absolute;
    top: 3rem;
    right: 0;
    width: auto;
    z-index: 99;
  }

.absoluteClose.projectSlider {
    position: absolute;
    width: auto;
    z-index: 99;
    cursor: pointer;
  }

.absoluteClose.projectSlider.right {
    right: 0;
    top: 120%;
    transform: translateY(-100%);
  }

.absoluteClose.projectSlider.left {
    right: 5%;
    top: 120%;
    transform: translateY(-100%);
  }

.absoluteClose.main svg, .absoluteClose.projectSlider svg {
    width: 20px;
    height: 20px;
    fill: var(--white);
    stroke: var(--white);
  }

.slider .slide {
    cursor: grab;
    /* width: 31%; */
    width: 25%;
    margin-right: 10px;
    margin-left: 10px;
    height: 40vh;
    border-radius: 12px;
    min-height: 380px;
    min-width: 271px;
  }

.slider {
    width: 100%;
    overflow: hidden;
  }

.indicator .under1 {
    transform-origin: 100% 50%;
    transform: scale(0, 1);
    opacity: 1;
  }

.indicator .under1,  .indicator .underdown1 {
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 4px;
  }

.indicator .under1, .indicator .under1 {
    background: var(--grey);
    color: #000;
    margin-top: 0;
  }

.indicator .underdown1  {
    background: #00000024;
    color: #00000024;
    margin-top: -4px;
  }

.nextprevcontainer {
    position: absolute;
  }

.slider .imagecont {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }

.infoproject .right {
    text-align: right;
  }

.section4 .pretitle,   .section4 h2,   .section4 p {
    color: var(--white);
  }

.slider .moduletext {
    height: 100%;
    width: 90%;
    position: absolute;
    bottom: -82%;
    transition: all 0.5s ease;
    text-align: left;
    padding: 0px 15px;
  }

.slider .modulebg {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -80%;
    transition: all 0.5s ease;
    /* background-color: rgb(0, 0, 0); */
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, black 80%);
    opacity: 0.9;
  }

.slider .moduletext h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.9rem;
    margin-bottom: 2.5rem;
  }

.slider .slide .wrapper {
    height: 100%;
    position: relative;
  }

.slider .slide .wrapper:hover .moduletext {
    bottom: -50%;
  }

.slider .slide .wrapper:hover .modulebg {
    bottom: 0%;
  }

.campana-btn {
    cursor: pointer;
  }

/* //VIDEO */

#video {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 9999999;
top: 0;
opacity: 0;
visibility: hidden;
}

#video .videocontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;

}

#video .my-burger {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 5rem;
  background: #212121;
  white-space: nowrap;
  overflow: hidden;
  transition: all .4s;

}

#video .theclosser {
  text-align: right;
  padding: 5.6vh 5vh;
  width: 95%;
}

#video .magnetic-wrap {
  cursor: pointer;
}

.magnetic-wrap {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.svgwrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.magnetic-wrap svg {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
}

.magnetic-wrap .arrow02 {
  transform: translate(-9.5px, 10vh);
}

.magnetic-size {
  position: absolute;
  bottom: -1.1rem;
  top: -1.1rem;
  left: -1.1rem;
  right: -1.1rem;
  z-index: 1;
  border-radius: 50%;
  border: 0;
}

.playbutton {
  position: relative;
  width: 9rem;
  height: 9rem;
  border-radius: 6rem;
  background: #918f8f3b;
  white-space: nowrap;
  overflow: hidden;
}

.playbutton-small {
  width: 6rem;
  height: 6rem;
}

.section2_b .mainvideo {
  background-image: url('bgvideo.jpg');
  height: 70vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section2_b .mainvideo main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section2_b .mainvideo2 {
  background-image: url('urko.jpg');
}

.section2_b .mainvideo3 {
  background-image: url('nacho.jpg');
}

.section2_b .minivideo {
  height: 30vh;
  width: auto;
  border-radius: 12px;
}

/* //VIDEO */

/*NAV HAMBURGER*/

#pencet, #pencet2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 10px;
}

#pencet:hover span.scnd {
  width: 2.3em;
}

#pencet:hover span.fst {
  width: 1.65em;
}

#pencet span, #pencet2 span {
  background-color: #fff;
  width: 1.7em;
  height: 1px;
  margin: 0.12em 0;
  display: block;
  transition: all 0.4s ease-in-out;
  transform-origin: 0 0;
}

#nav.white #pencet span {
  background-color: #efe7e3;
}

#nav.white.toblack #pencet span, #nav.black #pencet span, #nav.toblackscroll #pencet span {
  background-color: #212121;
}

#pencet.active span:nth-child(2) {
  background-color: transparent !important;
}

#pencet.active span:nth-child(1) {
  transform: rotate(45deg) translate(2px, -5px);
}

#pencet.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0px, 5px);
}

#pencet2 span:nth-child(1) {
  transform: rotate(45deg) translate(-3px, -9px);
}

#pencet2 span:nth-child(2) {
  transform: rotate(-45deg) translate(-3px, 8px);
}

#nav .col-navigation {
  display: flex;
  align-items: center;
}

/*END HAMBURGER*/

/* CONTACT START */

.contact .rows01 .director:hover {
  background: #2a2a2a52;
}

.contact .europe img {
  width: 210px;
}

.contact .europe {
  width: 50%;
  margin-left: auto;

}

.contact .europe .txt {
  font-size: .57rem;
}

.onpage.maincontent.contact{
  width: unset;
  margin-left: 230px;
  position: relative;
  z-index: 999;
  height: calc(100vh - 14vh);
  bottom: unset;
  padding: 7vh 4vw 7vh;
  display: flex;
  flex-direction: column;
}

.onpage.maincontent.contact .maintext {
  padding: 0;
  margin: 0;
}

.contact .lead .image {
  width: 100px;
  height: 100px;
  border-radius: 50%;

}

.contact .lead .image img {
  border-radius: 50%;
}

.contact .contacts .col .col-dir, .contact .contacts .col .col-tel {
  font-size: .75rem;
}

.contact .contacts {
  padding-right:1rem;
  padding-left:1rem;
}

.contact .rows01 .txtcontainer {
  width: 38px;
}

.contact .footer {
  margin-top: auto;
}

.contact .lead h2 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.contact .lead p {
  font-size: 1rem;
  font-style: italic;
  margin: 0;
}

.contact .lead .email {
  font-size: .85rem;
}

.contact .lead .email .text {
  padding-right: .5rem;
  width: 174px;
  height: 1.3em;
  font-size: .7rem;
}

.contact .lead .col-txt {
  padding-left: 1rem;
}

.contact .circleArrow, .contact .rows01 .vimeoGroup .circleArrow {
  background: #4c4c4c3d;

}

.contact .lead .butonLead {
  width: 341px;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: all .0s;
}

.contact .lead .butonLead:hover {
  background: #4c4c4c3d;
}

.contact .leads {
  max-width: 1000px;
}

/* .appearOpacity {
  opacity: 0;
} */

.contact h2 div {
  font-family: 'Kobe-black';
  font-size: 3rem;
  margin: 0;
  line-height: 3rem;
  /* letter-spacing: -.2rem; */
}

.contact .footer1 .rs {
  width: 90px;
  display: flex;
  justify-content: center;
}

.contact a div {
  text-decoration: none;
}

/* CONTACT END */

/* COL IMPORTED START */

.col-md-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-6 {
flex: 0 0 auto;
width: 50%;
}

.col-5 {
flex: 0 0 auto;
width: 41.6666666667%;
}

.col-4 {
flex: 0 0 auto;
width: 33.3333333333%;
}

.col-3 {
flex: 0 0 auto;
width: 25%;
}

.col-2 {
flex: 0 0 auto;
width: 16.6666666667%;
}

.col-1 {
flex: 0 0 auto;
width: 8.3333333333%;
}

/* COL IMPORTED END */

.auto {
  margin: 0 auto;
}

.calendario-disabled-blur {
  filter: blur(3px);
  cursor: initial;
}

.calendario-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--grey);
  position: relative;
  cursor: pointer;
}

.nopointer {
  cursor: initial;
  pointer-events: none;
}

.calendario-item:hover {
  background: #3b3b3b63;
}

.calendario-item:hover p {
  opacity: 1;
}

.calendario-disabled-blur:hover {
  background: none;
}

.calendario-disabled-blur:hover p {
  opacity: 0.3;
}

.calendario-item:nth-child(1) {
  border-top: 1px solid var(--grey);
}

.calendario-item-content {
  display: flex;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  justify-content: space-between;
}

.calendario-item-content > div {
  max-width: 33%;
  width: 100%;
}

.calendario-item-content p {
  font-size: 1rem;
  opacity: 0.3;
}

.calendario-item-content .dir {
  margin-left: 0;
  margin-right: auto;
  text-align: left;

}

.calendario-item-content .fecha {
  margin-left: auto;
  margin-right: 0;
  text-align: end;
}

.contactar-hospital {
  margin-top: 4rem;
}

.musico {
  text-align: left;
  width: 95%;
  margin: 0 auto;
}

.musico p {
  font-size: 1rem;
}

.musico span {
  font-size: 1rem;
}

footer {
  background-color: var(--black);
  padding-bottom: 10px;
  position: relative;
}

footer .footer-fix {
  height: 15px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
  background-color: var(--black);
}

footer .footer-container {
  border-top: 1px solid var(--grey);
}

footer .logo-footer {
  width: 10rem;
  fill: var(--grey);
}

footer .copyright {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  margin: 10px 0px;
  flex-direction: column;
}

footer .copyright p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

.containerbuton .btn .flecha-up svg {
  transform: translate(-50%, -50%) rotate(135deg);
}

.containerbuton .btn .flecha-down svg {
  transform: translate(-50%, -50%) rotate(315deg);
}

.containerbuton .btn-2 {
  background-color: #3F3F3F;
  border: 1px solid #3F3F3F;
  width: 225px;
}

.containerbuton .btn-3 {
  background-color: #fff;
  border: 1px solid #3F3F3F;
  width: 225px;
}

.containerbuton .btn-3 .right, .containerbuton .btn-2 .right {
  margin-left: auto;
}

.containerbuton .btn-3 .left .item {
  color: #3F3F3F;
}

.containerbuton .btn .flecha-down, .containerbuton .btn .flecha-up {
  background-color: #E7E6E6;
}

.arrow02 {
  transform: scaleX(-1);
}

/* correcciones config */

.row {
  margin: 0 auto;
}

.row>* {
  flex-shrink: initial;
}

i {
  font-style: italic;
}

.nodesk {
  display: none;
}

.de-vida {
  font-size: 4rem;
  letter-spacing: -.1rem;
}

.historia {
  max-width: 350px;
}

.minitext p {
  font-size: 0.7rem;
  color: var(--grey);
}

.minitext a {
  color: inherit;
}

.socialmedia {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.socialmedia a {
  margin-left: 10px;
}

.socialmedia svg {
  width: 25px;
  height: 25px;
  fill: var(--grey);
}

.socialmedia .spotify {
  width: 21px;
  height: 21px;
}

/* legal landings */

#legal-landings {
  padding: 125px 0px;
}

#legal-landings * {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

#legal-landings h1 {
  font-size: 3rem;
}

#legal-landings h2 {
  font-size: 1.5rem;
  line-height: normal;
}

#legal-landings h3 {
  font-size: 1.25rem;
}

#legal-landings ul {
  padding: 0px 45px;
  word-break: break-word;
}

#legal-landings.politica-privacidad-landing .row {
  padding-top: 25px;
}

.legal {
  display: flex;
  width: 100%;
  justify-content: end;
  font-size: 0.8rem;
}

.legal-2 {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: space-evenly;
  margin-left: 10px;
}

.legal-2 p {
  margin: 0px 5px!important;
}

.link {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}

#legal-landings table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 90%;
  margin: 25px auto;
}

#legal-landings td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  word-break: break-all;
}

#legal-landings tr:nth-child(even) {
  background-color: #dddddd;
}

@media only screen and (max-width:980px) {
  .container {
    width: 90%;
  }
  .padd-m-t-0 {
    padding-top: 0rem;
  }
  .padd-m-t-05 {
    padding-top: .5rem;
  }
  .padd-m-t-1 {
    padding-top: 1rem;
  }
  .padd-m-t-2{
    padding-top: 2rem;
  }
  .padd-m-t-3{
    padding-top: 3rem;
  }
  .padd-m-t-4{
    padding-top: 4rem;
  }
  .padd-m-t-5{
    padding-top: 5rem;
  }
  .padd-m-t-6{
    padding-top: 6rem;
  }
  .padd-m-t-7{
    padding-top: 7rem;
  }
  .padd-m-t-8{
    padding-top: 8rem;
  }
  .padd-m-t-9{
    padding-top: 9rem;
  }
  .padd-m-t-10{
    padding-top: 10rem;
  }
  .padd-m-t-14{
    padding-top: 14rem;
  }
  
  .padd-m-b-0 {
    padding-bottom: 0rem;
  }
  .padd-m-b-05 {
    padding-bottom: .5rem;
  }
  .padd-m-b-1 {
    padding-bottom: 1rem;
  }
  .padd-m-b-2{
    padding-bottom: 2rem;
  }
  .padd-m-b-3{
    padding-bottom: 3rem;
  }
  .padd-m-b-4{
    padding-bottom: 4rem;
  }
  .padd-m-b-5{
    padding-bottom: 5rem;
  }
  .padd-m-b-6{
    padding-bottom: 6rem;
  }
  .padd-m-b-7{
    padding-bottom: 7rem;
  }
  .padd-m-b-8{
    padding-bottom: 8rem;
  }
  .padd-m-b-9{
    padding-bottom: 9rem;
  }
  .padd-m-b-10{
    padding-bottom: 10rem;
  }
  .padd-m-b-11{
    padding-bottom: 11rem;
  }
  .padd-m-b-12{
    padding-bottom: 12rem;
  }

  .row:not(.inlinemob) {
    display: block;
    width: 100%;
  }
  .row:not(.inlinemob) .col,  .row:not(.inlinemob) .col-md-auto, .row:not(.inlinemob) .col-auto,   .row:not(.inlinemob) .col-1, .row:not(.inlinemob) .col-2, .row:not(.inlinemob) .col-3, .row:not(.inlinemob) .col-4, .row:not(.inlinemob) .col-5, .row:not(.inlinemob) .col-6, .row:not(.inlinemob) .col-7, .row:not(.inlinemob) .col-8, .row:not(.inlinemob) .col-9, .row:not(.inlinemob) .col-10, .row:not(.inlinemob) .col-11, .row:not(.inlinemob) .col-12, .col-md-3, .row:not(.inlinemob) {
    display: block;
    width: 100%!important;
  }
  .row.inlinemob .col-md-auto,   .row.inlinemob .col-auto {
    flex: 1 0 0%;
  }
  .nomob {
    display: none!important;
  }
  .nodesk {
    display: block!important;
  }


  h2 {
    font-size: 2rem;
    line-height: initial;
  }

  .section1 .logo {
    max-width: 150px;
  }

  .row>* {
    padding-right: initial;
    padding-left: initial;
  }

  .section2_b .mainvideo {
    height: 30vh;
  }
  .slider .slide {
    width: 100%;
    max-width: 400px;
    height: 60vh;
    max-height: 400px;
  }

  .mar-m-b-2 {
    margin-bottom: 2rem;
  }
  .mar-m-b-1 {
    margin-bottom: 1rem;
  }

  .nav-logo-mob {
    text-align: center;
  }
  .nav #logo {
    width: 125px;
  }
  .nav {
    position: absolute;
  }

  .absoluteClose.projectSlider.left {
    left: 0%;
    width: -moz-fit-content;
    width: fit-content;
  }
  
  .contactar-hospital {
    margin-top: 2rem;
  }

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

  #video .theclosser {
    text-align: right;
    padding: 0;
    width: 90%!important;
    margin-top: 25px;
  }

  .playbutton {
    width: 5rem;
    height: 5rem;
  }

  .de-vida {
    font-size: 1.5rem;
  }


  .slider .moduletext {
    bottom: -50%;
  }
  .slider .modulebg {
    bottom: 0%;
  }

  .section1 {
    background-image: url('header-mobile.jpg');
  }
  .section1-b {
    text-align: center;
    margin: 0 auto;
  }
  .section1-b p {
    margin: 0 auto;
    padding-bottom: 1rem;
  }
  .section1-b .containerbuton {
    margin: 0 auto;
  }

  .section1 .wrapper1 {
    padding-top: 8rem;
    position: relative;
    transform: none;
    top: 0;
  }

  .auto-mobile {
    margin: 0 auto!important;
  }

  .mobile-fix {
    max-width: 300px;
  }

  .scaled {
    scale: 0.8;
  }

  .calendario-item-content p {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .calendario-item-content > div {
    padding: 0px 5px;
  }
  .pretitle {
    font-size: .65rem;
  }

  .legal {
    flex-direction: column-reverse;
  }
  .legal-2 {
    margin: 10px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  #legal-landings ul {
    padding: 0px 10px;
  }
  #legal-landings h1 {
    font-size: 2rem;
  }
  #legal-landings h2 {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width:380px) { 
  .nav #logo {
    width: 100px;
  }

  .section1 .logo {
    max-width: 125px;
  }
 }
