/* Boatshow 2023 pre */
/* exhibitor.css */

/* #title */
#title {
  padding-top: 2rem;
  background: url(../img/bg_title_01.jpg) calc(100% ) 0 no-repeat,#fafafa;
  background-size: cover;
  min-height: 300px;
  border-bottom: 1px solid #e0e0e0;
}
#title .backtohome {
  margin-top: 40px;
}
#title .h2-02 {
  text-align: left;
  font-weight: bold;
  font-size: 3.1vw;
  margin-bottom: 3rem;
  background-color: #ffffffdd;
  padding: 1.5rem;
  display: inline-block;
}
.h-small {
  font-size: .5em;
  display: block;
}
figcaption .underline {
  background: linear-gradient(transparent 60%, #eeee339c 0%);
  font-weight: bold;
}
@media screen and (max-width:980px){
  #title {
    min-height: auto;
  }
}

@media screen and (max-width:767.9px){
  #title {
    padding-top: 1rem;
    background: url(../img/bg_title_01.jpg) 80% 00% no-repeat,#fafafa;
    background-size: cover;
  }
  #title .h2-02 {
    text-align: center;
    font-size: clamp(1.3rem,6.3vw,2.0rem);
    padding: 1.5rem;
    background-color: #ffffffdd;
  }
  #title .backtohome {
    margin-top: 50px;
  }
}

#title-lead {
  background: linear-gradient(#6e8ee7ff, #addcf6ff 9.24%, #ffffff00 17.23%);
  padding-top: 6rem;
}
.lead {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3rem;
  line-height: 1.75;
  text-shadow: 0 0 10px #ffffffff,0 0 5px #ffffffff,0 0 3px #ffffffff;
}
.cta {
  background: url(../img/bg_cta.jpg) 0 0 repeat;
  border: 4px solid #f09914;
  border-radius: 5px;
  padding: 2rem 1rem;
  text-align: center;
  margin-bottom: 5rem;
}
.btn-action {
  color: #222222;
  background-color: #fdfdfd;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 8px #00000030;
  min-height: 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.1rem;
  text-align: left;
  flex-wrap:wrap;
}
.btn-action:hover {
  color: #000000;
  background-color: #f5f5f5;
}
.btn-action .small {
  font-size: .75em;
  font-weight: normal;
}
.btn-exhibitors {
  font-size: 1.3em;
  background-color: #f4ec27;
  font-weight: bold;
}
.btn.disabled {
  opacity: .8;
  background-color: #dddddd;
}
@media screen and (min-width:768px){
}
@media screen and (max-width:767.9px){
#title-lead {
  background: linear-gradient(180deg, #1f9feeff 0%, #71c7f5ff 16vw, #ffffff00 60vw);
  padding-top: 3rem;
}
  .lead {
    font-size: 1.1rem;
  }
  .btn-action {
    width: 90%;
  }
}
.h2-03 {
  position: relative;
  overflow: hidden;
  background-color: #01be86;
  padding: 2.1rem;
  color: #ffffff;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-shadow: 0 -2px 1px #00000022;
  font-size: 2.2rem;
  font-weight: bold;
}
.h2-03:before {
  background-color: #ffffff;
  position: absolute;
  content: "";
  top: -4vw;
  left: -3vw;
  width: 6vw;
  height: 6vw;
  rotate: 45deg;
}
.h3-01 {
  text-align: center;
  padding-top: 0rem;
  margin-bottom: 2rem;
  color: #063a93;
  text-shadow: 0 2px 4px #00000022;
  font-size: 2.4rem;
  font-weight: bold;
}
.h3-01 img {
  width: 100%;
  max-width: 1400px;
  height: auto;	margin-right: auto;
	margin-left: auto;
}
.h3-02 {
  font-size: 2rem;
}
.h3-03 {
  position: relative;
  overflow: hidden;
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: 4px solid #40a4c2;
  background-color: #f9f9f9;
  padding: 1.5rem;
  padding-left: 4rem;
  text-align: left;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.h3-03:before {
  background-color: #ffffff;
  position: absolute;
  content: "";
  top: -4vw;
  left: -3vw;
  width: 6vw;
  height: 6vw;
  rotate: 45deg;
}
.h4-01 {
  position: relative;
  margin-top: 3rem;
  overflow: hidden;
  background-color: #d9ecff;
  padding: .8rem;
  text-align: center;
  margin-bottom: 3rem;
}
.h4-01:before {
  background-color: #ffffff;
  position: absolute;
  content: "";
  top: -4vw;
  left: -5vw;
  width: 6vw;
  height: 6vw;
  rotate: 45deg;
}
#pacifico .h3-03 {
  background: url(../img/bg_h3-03_pasifico.jpg) 100% 0 no-repeat,#f9f9f9;
  background-size: contain;
}
#bayside .h3-03 {
  background: url(../img/bg_h3-03_bayside.jpg) 100% 0 no-repeat,#f9f9f9;
  background-size: contain;
}
#online .h3-03 {
  background: url(../img/bg_h3-03_online.jpg) 100% 0 no-repeat,#f9f9f9;
  background-size: contain;
}
.lead-02 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3rem;
  line-height: 1.6;
}
.fig  {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3rem;
}
.fig img {
  margin-bottom: .8rem;
  background-color: #eeeeee;
}
.fig figcaption + img {
  margin-top: 1.8rem;
}
.fig-graph {
  /*text-align: center;*/
  font-size: 1.4rem;
}
.txt-fig {
  text-align: center;
  font-size: 1.2rem;
  margin-top: -.5rem;
}
.voice-box {
  background-color: #f9f6e3;
  text-align: center;
  padding: 0 1rem 2rem;
  margin: 3rem 3rem 5rem;
  border-radius: 2rem;
  box-shadow: 0 2px 2px #c38f0757;
  border: 2px solid #f1ae58;
}
.voice-box .h3-01 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #463606;
  text-shadow: none;
  position: relative;
  display: inline-block;
  padding-right: 50px;
  padding-left: 50px;
}
.voice-box .h3-01:before,
.voice-box .h3-01:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  width: 44px;
  height: 3px;
  background: #ff9300;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.voice-box .h3-01:after {
  right: 0;
}
.voice-box .h3-01:before {
  left:0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.voice-lead {
  background-color: #ff9900;
  color: #ffffff;
  padding: .5rem;
  display: block;
  border-radius: .8rem;
  width: 40vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
}
.voice {
  background-color: #ffffff;
  width: 100%;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
  padding: 7px 10px;
  position: relative;
  display: inline-block;
  min-width: 120px;
  max-width: 100%;
  color: #6e5a45;
  font-size: 1.25rem;
  background: #FFF;
  border: solid 2px #ff9300;
  border-radius: .7rem;
  box-sizing: border-box;
  min-height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.voice:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.voice:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ff9300;
  z-index: 1;
}
.voice_persons .img {
  width: 50%;
}
@media screen and (min-width:768px){

  .voice-box .col-sm-4:first-of-type .voice {
    margin-right: 0;
  }
  .voice-box .col-sm-4:last-of-type .voice {
    margin-left: 0;
  }
}

@media screen and (max-width:767.9px){
  .h2-03 {
    font-size: 1.3rem;
  }
  .h3-01{
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
  .h3-02,
  .h3-03 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .h3-03 {
    font-size: 1.3rem;
    font-weight: bold;
    padding: 1.0rem;
    padding-left: 2rem;
    margin-right: -.5em;
    margin-left: -.5em;
    border: 1px solid #1c4787;
  }
  .h3-03:before {
    top: -5vw;
    left: -4vw;
  }
  .h4-01 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  .h2-03:before,
  .h3-03:before,
  .h4-01:before {
    top: -6vw;
    left: -5vw;
    width: 10vw;
    height: 10vw;
    rotate: 45deg;
  }
  .lead-02 {
    font-size: 1.0rem;
  }
  #pacifico .h3-03,
  #bayside .h3-03,
  #online .h3-03 {
    background: none;
  }
  .fig  {
    max-width: 100%;
  }
  .voice-box {
    margin-right: 1rem;
    margin-left: 1rem;
  }
  .voice-lead {
    width: 95%;
  }
  .voice {
    width: 95%;
    margin-bottom: 2rem;
    font-size: 1.0rem;
  }
}
/* .contact */
.contact {
  text-align: center;
}
.h3-contact {
  margin-top: 3rem;
  font-size: 1.6rem;
}
.contact .mark {
  background-color: transparent;
  color: #296dd2;
}
.contact .badge {
  background-color: #63a0fa;
}
@media screen and (max-width:767.9px){
}
/* global */

.global .lead {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  max-width: 800px;
}
.global .h3-01 {
  text-align: left;
  font-size: 1.8rem;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.global .h2-01 {
  color: #ffffff;
  font-family: times,serif;
  font-size: 3rem;
  text-shadow: 0 3px 8px #00000033;
}
.global .cta {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:767.9px){
.global .h2-01 {
  font-size: 7vw;
}
.global .h3-01 {
  font-size: 6.5vw;
}
.global .lead {
  font-size: 4.75vw;
}
}