@charset "UTF-8";
/* VARIABLES */
/* INDEX:

1. General
2. Font size
3. Font weight
4. Padding
5. Margin
6. Buttons
7. Sections
  7.1. Speakers
  7.2.
8.
X. Header
X. Footer
X. Responsive

*/
/* 1. GENERAL */
.fullscreen-bg__video{
  display: block;
}
/*
.bgvideo_img{
  display: none;
}*/

#formadores {
  width: 100%;
  /*height: 100vh;*/
  overflow: hidden;
}
.panel {
  position: absolute;
  box-shadow: none;
}


html, body {
  overflow-x: hidden; }

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #2d2d2d;
  font-size: 16px; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: none; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.linethrough {
  text-decoration: line-through; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.width100 {
  width: 100%; }

.no-border {
  border: 0 !important; }

.themecolor {
  color: #160f37; }

.altcolor {
  color: #48beff; }

.themebg {
  background: #160f37; }

.secondarybg {
  background: #1f174a; }

.altbg {
  background: #48beff; }

.greybg {
  background: #f5f4f8; }

.white {
  color: #FFFFFF; }

a {
  color: #48beff;
  font-weight: 600; }
  a:hover {
    color: #FFFFFF; }

.form-control {
  border-radius: 0;
  border: 1px solid #d2d2d2;
  box-shadow: none;
  margin-bottom: 10px;
  padding: 30px; }

.box, .col-conteudo, #owl-carousel3 .item {
  background: white;
  box-shadow: 0px 2px 15px #00000030; }

.img-container {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border: 2px solid white; }
  .img-container.alt {
    padding-top: 50%; }

.modal-backdrop {
  background: #160f37; }
  .modal-backdrop.in {
    filter: alpha(opacity=99);
    opacity: .99; }

.form-control {
  height: 70px;
  border-color: #160f37; }

.modal-content {
  height: 100% !important;
  border-radius: 0;
  background: #FFFFFF;
  color: #160f37; }

.modal-header {
  border-bottom: 0; }

.btnclose {
  color: #160f37;
  opacity: 1;
  font-size: 30px; }

/* 2. FONT SIZE */
.fs12 {
  font-size: 12px; }

.fs13 {
  font-size: 13px; }

.fs14 {
  font-size: 14px; }

.fs30 {
  font-size: 30px; }

.fs22 {
  font-size: 22px; }

.fs20 {
  font-size: 20px; }

.fs36 {
  font-size: 36px; }

.fs50 {
  font-size: 50px; }

.fs18 {
  font-size: 18px; }

.fs16 {
  font-size: 16px; }

.fs24 {
  font-size: 24px; }

.fs32 {
  font-size: 32px; }

.fs43 {
  font-size: 43px; }

.fs48 {
  font-size: 48px; }

.fs60 {
  font-size: 60px; }

.fs70 {
  font-size: 70px; }

.fs80 {
  font-size: 80px; }

.fs140 {
  font-size: 140px; }

h1 {
  font-size: 45px; }

h2 {
  font-size: 45px; }

h3 {
  font-size: 45px; }

h4 {
  font-size: 45px; }

h5 {
  font-size: 45px; }

h6 {
  font-size: 45px; }

/* 3. FONT WEIGHT */
.fw100 {
  font-weight: 100; }

.fw200 {
  font-weight: 200; }

.fw300 {
  font-weight: 300; }

.fw400 {
  font-weight: 400; }

.fw500 {
  font-weight: 500; }

.fw600 {
  font-weight: 600; }

.fw700 {
  font-weight: 700; }

.fw800 {
  font-weight: 800; }

.fw900 {
  font-weight: 900; }

.lh1 {
  line-height: 1; }

/* 4. PADDING */
.padding {
  padding: 60px; }

.p100 {
  padding: 120px 0 120px 0; }

.no-padding {
  padding: 0; }

.pb10 {
  padding-bottom: 10px; }

.pb40 {
  padding-bottom: 40px; }

.pt40 {
  padding-top: 40px; }

.pt60 {
  padding-top: 60px; }

.pt80 {
  padding-top: 80px; }

.pt100 {
  padding-top: 100px; }

.pt20 {
  padding-top: 20px; }

.pt10 {
  padding-top: 10px; }

.pl15 {
  padding-left: 15px; }

.pl50 {
  padding-left: 50px; }

.pl5 {
  padding-left: 5px; }

.pr15 {
  padding-right: 15px; }

.pr30 {
  padding-right: 30px; }

.pr50 {
  padding-right: 50px; }

/* 5. MARGIN */
.no-margin {
  margin: 0; }

.mb60 {
  margin-bottom: 60px; }

.mb50 {
  margin-bottom: 50px; }

.mb40 {
  margin-bottom: 40px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mt0 {
  margin-top: 0; }

.mt15 {
  margin-top: 15px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt80 {
  margin-top: 80px; }

.mt110 {
  margin-top: 110px; }

.mt120 {
  margin-top: 120px; }

.mt130 {
  margin-top: 130px; }

.mt140 {
  margin-top: 140px; }

.mt200 {
  margin-top: 200px; }

.mt230 {
  margin-top: 230px; }

.mb95 {
  margin-bottom: 95px; }

.mb80 {
  margin-bottom: 80px; }

.mb400 {
  margin-bottom: 400px; }

.mb200 {
  margin-bottom: 200px; }

.mb100 {
  margin-bottom: 100px; }

.mb120 {
  margin-bottom: 120px; }

:focus {
  outline: 0 !important; }


a.apolitica:hover, a.apolitica:focus, a.apolitica:active{
  color: #48beff;
  text-decoration: underline;
}

.error{
  width: 100%;
}

#nome-error, #email-error, #phone-error, #nif-error, #nomeempresa-error, #cidade-error, #newsletter-error{
  margin-bottom: 10px;
}



#checkbox_form{
  width: auto;
}

#newsletter-error{
  position: absolute;
  margin-top: 30px;
  margin-bottom: 20px;
  float: left;
  margin-left: -14px;
}

#inscriptionBtn{
  margin-top: 20px;
}

/* 6. BUTTONS */
.btn-primary {
  background: #48beff;
  text-decoration: none;
  font-weight: 500;
  padding: 35px !important;
  border: none;
  font-size: 20px;
  border-radius: 0;
  text-transform: uppercase; }
  .btn-primary:hover {
    background: #1d9be1; }
  .btn-primary:focus {
    background: #1d9be1 !important; }
  .btn-primary:active {
    background: #1d9be1 !important; }

.btn-secondary {
  background: #160f37;
  text-decoration: none;
  font-weight: 500;
  color: white;
  border-radius: 0;
  padding: 10px 30px !important;
  border: none;
  font-size: 20px; }

.btn-default {
  background: #48beff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 10px 30px;
  border: 2px solid #48beff;
  color: #fff; }
  .btn-default:hover {
    background: transparent; }

.speakerheight {
  height: 100vh; }

.modal .btn {
  padding: 20px 40px !important;
  font-size: 16px; }

.pbtn:hover > img, #calltobtn:hover > img {
  -moz-animation: bounce 1s infinite;
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite; }

@-moz-keyframes bounce {
  0%,100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -moz-transform: translateX(15px);
    transform: translateX(15px); } }
@-webkit-keyframes bounce {
  0%,100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px); } }
@keyframes bounce {
  0%,100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -webkit-transform: translateX(15px);
    transform: translateX(15px); } }
#submitBtn {
  padding: 15px 20px !important;
  font-size: 16px;
  font-weight: 600; }

/* 7. SECTIONS */
#top-section {
  height: 100%;
  background: url(../images/header-bg.jpg);
  width: 100%;
  padding: 10% 0; }

#reasons {
  padding: 130px 0; }
  #reasons .box, #reasons .col-conteudo, #reasons #owl-carousel3 .item, #owl-carousel3 #reasons .item {
    margin-left: -220px;
    margin-top: -35px;
    padding: 90px; }

#numbers, #valor {
  padding: 130px 0; }

#titlerazoes {
  position: relative;
  z-index: 1; }

#header {
  height: 100vh;
  width: 100%;
  background: rgba(31, 23, 74, 0.75); }

.logo {
  width: 450px; }

.headerblock {
  height: 690px;
  position: absolute;
  top: 44vh;
  padding: 60px; }
  .headerblock .btn {
    left: 25vw;
    position: absolute;
    padding: 35px 70px !important; }

#sobre {
  background: #FFFFFF;
  padding: 130px 0;
  padding-top: 180px;
}

#palestrantes {
  background: #FFFFFF; }

.callto {
  padding: 130px 0; }

#aprender {
  background: #160f37;
  width: 100%;
  padding: 120px 0; }

#map {
  height: 900px;
  width: 100%; }

.lazyYT-container .html5-info-bar {
  display: none; }

.animated {
  opacity: 0; }

.prices {
  background: #1f174a;
  padding: 70px 0; }

.price {
  position: relative;
  margin-top: -380px;
  height: 380px;
  margin-left: 50vw; }
  .price .btn {
    position: absolute;
    left: 190px;
    padding: 35px 70px !important; }

/* 7.1. SPEAKERS */
.speaker {
  margin-left: 30px;
  margin-top: 120px; }
  .speaker::before {
    content: " ";
    width: 100%;
    height: 100%;
    background: white;
    border: 20px solid #160f37;
    margin-left: -40px;
    position: absolute;
    margin-top: -40px;
    z-index: 1; }
  .speaker img {
    z-index: 1;
    position: relative; }

.palestrantename {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px 70px;
  line-height: 1;
  text-align: left;
  background: #160f37;
  z-index: 3; }
  .palestrantename h3 {
    margin: 0; }

#palestrantes .altbg {
  height: 100vh;
  color: white;
  padding: 100px; }

/* 7.2. CONTENT */
#conteudo {
  height: 100%;
  background: #f5f4f8;
  width: 100%;
  padding: 70px 0; }

.label-module {
  background: #48beff;
  color: #FFFFFF;
  width: auto;
  padding: 5px 15px;
  margin-bottom: 20px;
  text-transform: uppercase; }

.grid-item {
  width: 49%;
  padding: 15px; }

.col-conteudo {
  padding: 90px; }
  .col-conteudo ul li {
    color: #36302f;
    font-size: 14px;
    font-weight: 400; }
    .col-conteudo ul li::before {
      content: "- ";
      color: #36302f; }
  .col-conteudo li {
    padding: 5px 0px;
    display: block;
    font-weight: 500; }
    .col-conteudo li::before {
      content: "▶ ";
      font-size: 11px;
      color: #48beff; }

#contentpages {
  padding: 30vh 0 0 0; }

/* LISTS */
.aprenderul li {
  color: white;
  padding: 15px 0;
  display: inline-flex;
width: 100%;}

.numberli {
  font-size: 30px;
  color: #48beff;
  font-weight: 600;
  padding-right: 20px;
  line-height: 1;
  margin-left: 15px;
  width: 55px;
  min-width: 55px;
}

#boxreasons .numberli{
  width: 40px;
  min-width: 40px;
}

  .numberli::last-child {
    margin-left: 0px; }

.razoesul {
  padding: 0; }
  .razoesul li {
    color: #160f37;
    padding: 15px 0;
    display: inline-flex;
  width: 100%;}
  .razoesul .numberli {
    font-size: 20px; }

/* FORMADORES */
#formador1Div {
  transform: translateX(-50vw);
  position: absolute; }

/* TESTIMONIALS */
#testemunhos .greybg {
  padding: 130px 0; }

.avatar {
  display: block;
  border-radius: 200px;
  width: 115px !important;
  box-sizing: border-box;
  margin: 40px 0; }

#owl-carousel3 .item {
  margin: 40px;
  padding: 30px;
  text-align: center;
  z-index: 2;
  min-height: 500px;
  position: initial; }
  #owl-carousel3 .item::before {
    content: " ";
    width: 85%;
    height: 85%;
    background: transparent;
    border: 20px solid #160f37;
    margin-left: -50%;
    position: absolute;
    margin-top: -15%;
    z-index: -1;
    border-style: inset; }

#owl-carousel3 .owl-stage {
  left: -90px; }

#owl-carousel4 .owl-stage {
  left: -25px; }

/* HEADER*/
.navbar {
  position: fixed;
  z-index: 5;
  background: transparent;
  border: 0;
  padding: 30px 0;
  width: 100%;
  color: #fff; }
  .navbar .col-md-7 {
    width: 58.33333333%; }

#logocolor {
  display: none; }

.navbaralt {
  background: white;
  box-shadow: 0px 2px 15px #00000030; }
  .navbaralt .logo {
    height: 70px;
    width: auto; }
  .navbaralt .navbar-brand {
    height: auto;
    padding: 0; }

.navbar-default .navbar-nav > li > a {
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 10px; }
  .navbar-default .navbar-nav > li > a:hover {
    color: #FFFFFF;
    border-bottom: 4px solid #48beff; }
  .navbar-default .navbar-nav > li > a.btn {
    padding: 28px 22px 24px 22px !important;
    height: auto;
    color: white;
    line-height: 0; }
    .navbar-default .navbar-nav > li > a.btn:hover {
      background: #1d9be1;
      border-bottom: 4px solid transparent; }

.navbaralt .navbar-nav > li > a {
  color: #000000; }
  .navbaralt .navbar-nav > li > a:hover {
    color: #000000; }

/* FOOTER */
footer {
  font-size: 14px;
  padding: 40px 0;
  background: #160f37;
  color: white; }
  footer a {
    color: white;
    text-decoration: none; }
    footer a:hover {
      color: #48beff; }

.mobiles {
  display: none !important; }

/* RESPONSIVE */
@media screen and (min-width: 1700px){
  #palestrantes .img-container{
    padding-top: 98.3%;
  }
}

@media screen and (max-width: 1700px) {
  .fs70 {
    font-size: 60px; }

  .fs48 {
    font-size: 35px; }

  /*#secondSpeakertxt {
    margin-top: -100px; }*/ }
@media screen and (max-width: 1400px) {
  .fs70 {
    font-size: 60px; }

  .fs48 {
    font-size: 30px; }

  .fs30 {
    font-size: 22px; }

  .headerblock {
    height: 590px; }

  .fs60 {
    font-size: 43px; }

  .mt230 {
    margin-top: 120px; }

  #pinContainer .mt120, #palestrantes .mt120 {
    margin-top: -50px; }

  .col-conteudo {
    padding: 40px; }

  .grid-item {
    width: 40%; }

  .fs70 {
    font-size: 50px; }

  .price .btn {
    padding: 30px 45px !important; }

  .navbar-default .navbar-nav > li > a {
    font-size: 14px; } }
@media screen and (max-width: 1300px) {
  .fs80 {
    font-size: 50px; }

  .fs30 {
    font-size: 20px; }

  .headerblock .btn {
    padding: 30px 40px !important; }

  .fs36 {
    font-size: 22px; }

  body {
    font-size: 14px; }

  #palestrantes .altbg {
    height: 790px;
    padding: 80px; }

  .speakerheight {
    height: 790px; }

  .price .btn {
    left: 115px; } }
@media screen and (max-width: 1100px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 12px; } }
@media screen and (max-width: 991px) {
  #formadores{
    height: 100%;
  }
  .fullscreen-bg__video{
    display: none;
  }

  .bgvideo_img{
    display: block;
  }

  .modal {
    position: absolute;
    top: 0;
    height: 100vh; }

  .collapsed .fa-minus-circle:before {
    content: "\f055"; }

  .close-bar {
    display: block;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: lighter;
    margin-top: -10px;
    line-height: 0.8; }

  .icon-bar {
    display: none !important; }

  .collapsed .close-bar {
    display: none; }

  .collapsed .icon-bar {
    display: block !important; }

  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; }

  .mobileh {
    display: none !important; }

  .mobiles {
    display: block !important; }

  #sobre h2 {
    margin-bottom: 20px; }

  #sobre .mt230 {
    margin-top: 0; }

  #sobre .mt80 {
    margin-top: 30px; }

  #sobre {
    padding: 60px 0; }

  .img-container {
    padding-top: 50%; }

  #owl-carousel3 .owl-stage {
    left: -10px; }

  footer, footer .right {
    text-align: center; }

  footer .right {
    margin-top: 30px; }

  #fixedbtn {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    font-size: 14px;
    padding: 20px !important;
    box-shadow: 0px 2px 15px #00000030; }

  .price {
    position: initial;
    height: auto;
    margin-left: auto;
    padding: 50px;
    margin: 50px 10px 0 10px;
    box-shadow: 0px 2px 15px #00000030; }

  .prices .mt120 {
    margin-top: 30px; }

  .prices {
    padding: 60px 0 0; }

  .price .mb50 {
    margin-bottom: 0; }

  .price .mt50 {
    margin-top: 0; }

  .price .fs60 {
    font-size: 27px; }

  .price .fs30 {
    font-size: 16px; }

  .speaker::before {
    border: 14px solid #160f37; }

  #owl-carousel3 .item::before {
    content: none; }

  .headerblock {
    height: auto;
    padding: 30px 20px;
    margin: 10px 10px 0 10px;
    bottom: 70px;
    top: auto; }

  .fs80 {
    font-size: 26px; }

  .fs30 {
    font-size: 14px; }

  #header {
    height: -webkit-calc(100vh - 70px);
    height: -moz-calc(100vh - 70px);
    height: calc(100vh - 70px); }

  #conteudo {
    padding: 50px 0 0 0;
    background: #FFFFFF; }

  #conteudo .mb60 {
    margin-bottom: 40px; }

  .grid {
    height: auto !important; }

  .titlecollapse {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 15px #00000030;
    margin-bottom: 3px;
    text-transform: uppercase;
    text-decoration: none; }

  #conteudo .collapse, #conteudo .collapsing {
    padding: 30px 40px; }

  #conteudo ul li {
    color: #36302f;
    font-size: 14px;
    font-weight: 400; }
    #conteudo ul li::before {
      content: "- ";
      color: #36302f; }
  #conteudo li {
    padding: 5px 0px;
    display: block;
    font-weight: 500; }
    #conteudo li::before {
      content: "▶ ";
      font-size: 11px;
      color: #48beff; }

  #pinContainer {
    height: auto !important; }

  .panel {
    position: initial !important; }

  #testemunhos .greybg {
    padding: 60px 0; }

  #titleanteriores {
    margin-top: 50px;
    margin-bottom: 30px; }

  #reasons {
    background: #FFFFFF;
    padding: 50px 0; }

  #reasons .box, #reasons .col-conteudo, #reasons #owl-carousel3 .item, #owl-carousel3 #reasons .item {
    box-shadow: none;
    margin-left: 0;
    margin-top: 0;
    padding: 0 15px; }

  #contacts {
    background: #f5f4f8;
    padding: 60px 0 0 0; }

  #contacts .mt130 {
    margin-top: 0; }

  #contacts .form-control {
    background-color: transparent; }

  #submitBtn {
    padding: 20px 40px !important;
    margin-bottom: 60px; }

  #contacts h4 {
    margin-bottom: 30px; }

  footer {
    padding: 40px 0 110px 0; }

  footer.altpage {
    padding: 40px 0 40px 0;
    margin-top: 20px; }

  #secondSpeakertxt {
    margin-top: 30px; }

  .speaker {
    margin-top: 80px; }

  .img-container.mobile {
    padding-top: 100% !important; }

  .modal-content {
    border: 0; }

  .modal-dialog {
    margin: 0; }

  #modalinscricao .fs36 {
    font-size: 24px;
    text-transform: uppercase; }

  #modalinscricao .mt40 {
    margin-top: 0; }

  #modalinscricao .mb40 {
    margin-bottom: 10px; }

  .form-control {
    height: 50px;
    padding: 20px; }

  .modal .btn {
    padding: 15px 20px !important; }

  .navbar-brand {
    width: 170px;
    padding: 0; }

  #owl-carousel3 .item {
    margin: 10px 5px; }

  #myNavbar {
    padding: 0;
    background: #160f37;
    width: 100%;
    margin-left: 0;
    height: 100vh !important;
    border: 0; }
    #myNavbar ul {
      width: 100%;
      margin: 0;
      padding-top: 60px; }

  .navbar-default .navbar-nav > li > a {
    font-size: 18px;
    padding: 20px;
    text-align: center;
    color: #FFFFFF; }

  .navbar-toggle {
    background: transparent;
    border: none;
    padding: 20px 0;
    margin: 0; }
    .navbar-toggle .icon-bar {
      background-color: #FFFFFF !important; }
    .navbar-toggle:focus, .navbar-toggle:hover {
      background-color: transparent !important; }

  .navbaralt {
    background: #160f37; }
    .navbaralt .logo {
      height: auto; }

  .navbar {
    padding: 10px 0;
    background: #160f37; }

  .navbaralt .navbar-nav > li > a:hover, .navbaralt .navbar-nav > li > a:focus {
    color: #FFFFFF;
    border-color: transparent; }

  #owl-carousel3 .item {
    min-height: auto; }

  #contentpages {
    padding: 60px 0 0 0; } }
@media screen and (max-width: 420px) {
  .fs60 {
    font-size: 24px; }

  .speakerheight {
    height: 300px; }

  .fs48, .fs70 {
    font-size: 24px; }

  #palestrantes .altbg {
    height: auto;
    padding: 30px; }

  #palestrantes .altbg .mt40 {
    margin-top: 0; }

  .fs20 {
    font-size: 14px; }

  .mt230 {
    margin-top: 60px; }

  .pr30 {
    padding-right: 10px;
    width: 75px; }

  #pinContainer .mt120, #palestrantes .mt120 {
    margin-top: 40px; }

  .fs36 {
    font-size: 18px; }

  .palestrantename {
    padding: 20px 30px; }

  #aprender {
    padding: 50px 0; }

  #aprender h2 {
    margin-top: 0;
    margin-bottom: 30px; }

  .numberli {
    margin-left: 0;
    font-size: 18px; }

  .grid-item {
    width: 100%;
    padding: 0; }

  #map {
    height: 360px; } }

/*# sourceMappingURL=style.css.map */
