@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

body{
	font-family: poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	color: #393d42;
}

footer{
 background: #3d3d3d;
 color: #fff;
}
header{
  background: #ed1c24;
  position: fixed;
  width: 100%;
  z-index: 100;
  border-bottom: 3px solid #3d3d3d;
}
h5{
  font-family: montserrat, sans-serif;
  font-size: 2rem;
  color: #393d42;
  font-weight: 600;
}
.logoExpansion{
  height: 30px;
  margin: 0.5rem 0rem;
}
 
/*Header*/
.oper {
  background-image: url(../img/lundbeck-portada.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  max-height: 800px;
}

.tit1 {
  text-align: center;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5vw;
  padding: 25% 0px 30% 0px;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
  margin-bottom: 0px;
}
/*Header*/


/*--button--*/
button.ver {
 padding: 0.5em 2em;
 border: 2px solid #ed1c24;
 position: relative;
 overflow: hidden;
 background-color: transparent;
 text-align: center;
 text-transform: uppercase;
 font-size: 16px;
 transition: .3s;
 z-index: 1;
 font-family: inherit;
 color: #fff;
}

button.ver::before {
 content: '';
 width: 0;
 height: 300%;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%) rotate(45deg);
 background: #ed1c24;
 transition: .5s ease;
 display: block;
 z-index: -1;
}

button.ver:hover::before {
 width: 105%;
}

button.ver:hover {
 color: #fff;
}
/*--button--*/

.intro{
  font-size: 1.2rem;
  text-align: center;
}

.lados{
  padding: 0% 8%;
}
.aire{
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.fondo{
  background: url(../img/lundbeck-1.jpg);
  background-size: cover;
  padding: 20% 0%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.fondo2{
  background: url(../img/begrand-11.jpg);
  background-size: 100%;
  padding: 10% 0%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.tb{
  color: #fff;
}
.glass{
    /* From https://css.glass */
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 3% 8%;
}
.subt{
  font-size: 1.3rem;
}

.borde{
  border: solid 1px #333;
  padding: 2rem;
}
.borde2{
  border: solid 1px #fff;
  padding: 2rem;
}

.carousel-control-next-icon {
  background-image: url(../img/flecha-der.png)!important;
  opacity: 1;
  borde: 2px solid #000;
  width: 3rem;
  height: 3rem;
} 
.carousel-control-prev-icon { 
  background-image: url(../img/flecha-izq.png)!important;
  opacity: 1;
  borde: 2px solid #000;
  width: 3rem;
  height: 3rem;

}



/*--------Flip card------------*/


.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  
  .middle {
    display: table-cell;
    vertical-align: middle;
  }
  
  .inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* Whatever width you want */
  }

.flip-card {
    margin: auto;
    padding: 10px;
    background-color: transparent;
    perspective: 1000px;
  width: 22rem;
    height: 22rem;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: #bbb;
    color: black;
  }
  
  .flip-card-back {
    
    background-color: #ffffff;
   
    transform: rotateY(180deg);
  }

/*--------Flip card------------*/


@media only screen and (max-width: 700px) {
.oper {
  background-image: url(../img/lundbeck-portada-m.jpg);
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  max-height: 800px;
}

.tit1 {
  text-align: center;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12vw;
  padding: 30% 0px 30% 0px;
  color: #fff;
  text-shadow: 0px 0px 20px #000;
  text-transform: uppercase;
  margin-bottom: 0px;
}

    .flip-card {
    width: 15rem;
      height: 15rem;
  }

.subt{
  font-size: 1rem;
}
}

