html {
  scroll-behavior: smooth;
}

/* WYSIWYG Styles  */

h1.bricks_maintitle {
  text-transform: uppercase;
  text-align: center;
  font-style: italic;
  font-size: 20px;
  font-weight: 800;
  padding: 5px;
}
h1.bricks_maintitle_responsive{
  text-transform: uppercase;
  text-align: center;
  font-style: italic;
  font-size: 18px;
  font-weight: 800;
  padding: 5px;
  margin-bottom: -24px;
}
@media only screen and (min-width: 768px) {
  h1.bricks_maintitle_responsive{
    font-size: 20px;
  }
}
h2.bricks_subtitle {
  font-size: 18px;
  line-height: inherit;
  font-weight: 800;
  text-align: center;
}

.bricks_bluetext {
  color: #276bff;
  font-weight: bold;
}

.bricks-w650 {
  max-width: 650px;
  padding: 0px 15px;
}

.bricks-w450 {
  max-width: 450px;
  padding: 0px 15px;
}

/* Image alignment */

.bricks_img_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 500px;
  max-width: 100%;
  height: auto;
  padding: 3px 1px;
}
.bricks_img_fright {
  float: right;
  max-height: 500px;
  max-width: 100%;
  height: auto;
  max-width: 100%;
  height: auto;
}
.bricks_img_fletf {
  float: left;
  max-height: 500px;
  max-width: 100%;
  height: auto;
  max-width: 100%;
  height: auto;
}

.bricks_img_right {
  text-align: right;
  max-height: 500px;
}
.bricks_img_letf {
  text-align: left;
  max-height: 500px;
}
.bricks_img_hero {
  width: 100%;
  max-height: 400px;
}

.bricks_img_full {
  width: 100%;
  max-height: 400px;
}

/* Separator Styles  */
#top-separator.cin-separator {
  width: 100%;
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  top: -2px;
}
.cin-separator img{
  width: 100%;
}
#bottom-separator.cin-separator {
  transform: rotate(180deg);
  width: 100%;
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  bottom: -2px;
}
.main-area-brick.error-page{
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px !important;
}

hr.dashed {
  border: 0;
  border-bottom: 1px dashed #ccc;
  background: #999;
}

hr.simple {
  border: 0;
  height: 1px;
  background: #333;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.bricks-stars svg.bi.bi-star-fill {
  padding: 0px 8px;
}

.bricks-stars {
  text-align: center;
  margin: 19px 0 16px 0;
}

/* Takeover Landing Page */

/* The Overlay (background) */
.takeover_overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: #000612;
  overflow: hidden;
  transition: 0.5s;
}

.takeover_overlay_content {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 0px;
  height: 100vh;
  display: flex;
  flex-flow: column;
}


.takeover_overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.takeover_overlay .closebtn {
  position: absolute;
  top: 15px;
  right: 30px;
  cursor:pointer;
  background: #98322d;
  box-shadow: 0 0 16px 5px rgba(160,42,34,0.859);
  border-radius: 50%;
  padding: .2em;
  transform: scale(1) rotate(0);
  transition: 0.3s ease-in-out;
  z-index: 999999;
}
.takeover_overlay .closebtn:hover {
  transform: scale(1.2) rotate(180deg);
}
.takeover_overlay .audiobtn {
  position: absolute;
  bottom: 15px;
  right: 30px;
  cursor:pointer;
  background: #002069;
  box-shadow: 0 0 16px 5px #fff;
  border-radius: 50%;
  padding: .2em;
  transform: scale(1);
  transition: 0.3s ease-in-out;
  z-index: 999999;
}
.takeover_overlay .audiobtn:hover {
  transform: scale(1.2);
}
/* Style the video: 100% width and height to cover the entire window */
#audioImg, #closeImg{
  width: 32px;
  height: 32px;
}
#takeVideo {
  position: relative;
  right: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#takeContentOff {
  position: absolute;
  top:calc(50% - 60px);
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 100;
}

#takeContent {
  position: absolute;
  background: black;
  color: #f1f1f1;
  width: 100%;
  height: auto;
  bottom: 0;
}

/* Style the button used to pause/play the video */
#takeBtn {
  top: 0;
  position: relative;
}
#takeBtn:hover {
  background: #ddd;
  color: black;
}

.takeLink {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

.takeLink:hover {
  background: #ddd;
  color: black;
}

.takeoverhide {
  display: none;
}

#arrowAnim {
  width: 50px;
  height: auto;
  position: relative;
  transform: rotate(180deg);
  top: 8px;
}

.takearrow {
  width: 20px;
  height: 20px;
  border: 5px solid;
  border-color: #276bff transparent transparent #276bff;
  transform: rotate(-45deg);
}


.takearrowSliding {
  position: absolute;
  -webkit-animation: slide 4s linear infinite;
          animation: slide 4s linear infinite;
}

.delay1 {
  -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay2 {
  -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay3 {
  -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes slide {
    0% { opacity:0; transform: translateX(30px); }
   20% { opacity:1; transform: translateX(15px); }
   80% { opacity:1; transform: translateX(-15px); }
  100% { opacity:0; transform: translateX(-30px); }
}
@keyframes slide {
  0% { opacity:0; transform: translateX(30px); }
  20% { opacity:1; transform: translateX(15px); }
  80% { opacity:1; transform: translateX(-15px); }
 100% { opacity:0; transform: translateX(-30px); }
}
.takeBtn{
  left: -100%;
  height: 90px;
  padding: 0 15px;
  font-size: 18px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .takeBtn {
    font-size: 20px;
  }
}
#takeImg{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.takeoverlay-container{
  height: 100%;
  width: 100%;
}
.billboard_empty_width{
  max-width: 768px;
  margin-left: 0;
  text-align: left !important;
}
@media screen and (min-width: 768px) {
  .billboard_empty_width{
    margin-left: auto;
  }
}
.mb-hr-bill{
margin-bottom: 90px;
}
@media screen and (min-width: 768px) {
.mb-hr-bill{
  margin-bottom: 140px;
}
}

/* Club Cinépolis */
@media screen and (min-width: 768px) {
  .cineclub-page {
    width: 100%;
    line-height: 1.33;
    height: 2248px;
    font-size: 18px;
    color: #fff;
    padding: 74px 150px;
    background: url("/bundles/cms/imgs/pages/cineclub-bg.png") no-repeat center, linear-gradient(to top, #d3168f, #7f38d1 30%, #655be7 51%, #4f78f9 73%, #60b3d7);
  }
  .cineclub-page h2.bricks_subtitle {
    height: 24px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: 0.7px;
    text-align: center;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .cineclub-page {
    width: 100%;
    line-height: 1.2;
    color: #fff;
    padding: 25px 9px;
    font-size: 16px;
    background: url("/bundles/cms/imgs/pages/cineclub-bg-mobile.png") repeat-y center, linear-gradient(to top, #d3168f, #7f38d1 30%, #655be7 51%, #4f78f9 73%, #60b3d7);
  }
  .cineclub-page h2.bricks_subtitle {
    height: 22px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: 0.63px;
    text-align: center;
    color: #fff;
  }
  .cineclub-page h1.bricks_maintitle {
    text-transform: uppercase;
    text-align: center;
    font-style: italic;
    font-size: 18px;
    font-weight: 800;
    padding: 5px;
    height: 45px;
    line-height: 1.28;
  }
  .cineclub-page  section#bricks-paragraph {
    padding: 14px 9px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
  }
}


/* Apps Moviles Page */

@media screen and (min-width: 768px) {
  .apps-page {
    width: 100%;
    min-height: 540px;
    background-image: linear-gradient(to top, #000000, #002169);
    color: #fff;
    padding: 73px 0px 69px 0px;
  }
  .h1-bricks {
    font-family: Montserrat;
    font-size: 45px;
    font-weight: 900;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.11;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .text-bricks {
    font-family: Montserrat;
    font-size: 16px;
    padding: 20px 0px;
  }
}

@media screen and (max-width: 768px) {
  .apps-page {
    width: 100%;
    min-height: 600px;
    background-image: linear-gradient(to top, #000000, #002169);
    color: #fff;
    padding: 49px 0px 60px 0px;
  }
  .h1-bricks {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 900;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    padding-top: 47px;
  }
  .text-bricks {
    font-family: Montserrat;
    font-size: 14px;
    padding: 20px 0px;
  }
}

.slider-responsive-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.apps-page-edit {
  width: 100%;
  min-height: 600px;
  background-image: linear-gradient(to top, #000000, #002169);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .bricks-item-slider-responsive {
    min-height: 360px;
    margin-bottom: 30px;
    max-width: 740px;
  }
  .slider-responsive-img img {
    max-height: 310px;
    max-width: 310px;
    width: 100%;
    height: auto;
  }
  .bricks-mini1 {
    margin-top: 15px;
    margin-left: 5px;
  }

  .bricks-mini2 {
    margin-top: 15px;
    margin-left: 24px;
  }
}

@media screen and (max-width: 768px) {
  .bricks-item-slider-responsive {
    min-height: 485px;
    margin-bottom: 25px;
    max-width: 670px;
    padding: 0px 45px
  }
  .slider-responsive-img img {
    max-width: 200px;
    width: 100%;
    height: auto;
  }
  .bricks-mini1 {
    margin-top: 0px;
    margin-left: 0px;
    width: 70px;
  }

  .bricks-mini2 {
    margin-top: 0px;
    margin-left: 9px;
    width: 70px;
  }
}

.bricks-slider-responsive .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: .4rem;
  height: .4rem;
  margin-right: 10px;
  margin-left: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  opacity: .9;
  transition: opacity .6s ease;
  border-radius: 50%;
  border-top: 0px;
  border-bottom: 0px;
}

.bricks-slider-responsive .carousel-indicators li.active {
box-sizing: content-box;
flex: 0 1 auto;
width: .4rem;
height: .4rem;
margin-right: 10px;
margin-left: 10px;
text-indent: -999px;
cursor: pointer;
background-image: linear-gradient(121deg, #08285b -14%, #4781ff 113%, #4781ff 114%);
transition: opacity .6s ease;
border-radius: 50%;
border-top: 0px;
border-bottom: 0px;
}

/* Text inside table narrow screen fix */

@media screen and (max-width: 460px) {
  .cineclub-page td {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
  }
  .cineclub-page table {
    width: 100%;
  }
}

.cineclub-page-edit {
  width: 100%;
  height: 100%;
  line-height: 1.2;
  color: #fff;
  padding: 10px 50px;
  background-image: linear-gradient(to top, #d3168f, #7f38d1 30%, #655be7 51%, #4f78f9 73%, #60b3d7);
}

section#bricks-paragraph {
  padding: 14px 0px;
}

@media screen and (max-width: 768px) {
  .bricks-item-slider {
    padding: 25px 0px;
    min-height: 400px;
    max-width: 680px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .bricks-item-slider {
    padding: 25px 0px;
    min-height: 360px;
    max-width: 680px;
    margin-bottom: 40px;
  }
}

.bricks-slider-paragraph1 {
  padding: 0px 12px;
}

.bricks-slider-paragraph1 table {
  padding: 0px 0px;
  margin-left: -10px;
}

.bricks-slider .carousel-indicators li.active {
z-index: 1;
-webkit-box-shadow: 0px 0px 0px 7px rgba(184,182,184,0.3);
-moz-box-shadow: 0px 0px 0px 7px rgba(184,182,184,0.3);
box-shadow: 0px 0px 0px 7px rgba(184,182,184,0.3);
}

.bricks-slider .carousel-indicators {
position: absolute;
right: 0;
bottom: 0;
left: 0;
z-index: 15;
display: flex;
justify-content: center;
list-style: none;
}

.bricks-slider .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: .4rem;
  height: .4rem;
  margin-right: 10px;
  margin-left: 10px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  opacity: .4;
  transition: opacity .6s ease;
  border-radius: 50%;
  border-top: 0px;
  border-bottom: 0px;
}

.bricks-slider .carousel-indicators li.active {
box-sizing: content-box;
flex: 0 1 auto;
width: .4rem;
height: .4rem;
margin-right: 10px;
margin-left: 10px;
text-indent: -999px;
cursor: pointer;
background-color: #fff;
background-clip: padding-box;
opacity: .9;
transition: opacity .6s ease;
border-radius: 50%;
border-top: 0px;
border-bottom: 0px;
}


/* Button brick */

.bricks-button {
  display:inline-block;
  border-radius: 42.5px;
  box-shadow: 0px 15px 7px 0 rgba(0, 64, 195, 0.1);
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}

.bricks-button a.brick-btn-w-blue {
  text-align: center;
  text-shadow: 0px 15px 7px rgba(0, 64, 195, 0.1);
  font-family: Montserrat;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  padding:14px 15.45px;
}

.brick-btn-w-blue {
  color: #5a9fe5;
  font-size: 16px;
}

.brick-btn-w-purple {
  color: #c01d9e;
  font-size: 14px;

}

.bricks-button a.brick-btn-w-purple {
  text-align: center;
  text-shadow: 0px 15px 7px rgba(0, 64, 195, 0.1);
  font-family: Montserrat;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  padding:15px 17.9px;
}

.bricks-button a:hover {
  text-decoration: none;
}

.pimcore_area_button.pimcore_area_content {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .brick-text-w {
    color: #fff;
    text-decoration: underline;
    padding: 8px 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
  }
}


@media screen and (max-width: 768px) {
  .brick-text-w {
    color: #fff;
    text-decoration: underline;
    padding: 12px 5px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
  }
}

.container.bricks-scroll {
  padding: 8px;
}

.brick-text-w:hover {
  color: #fff;
}

.bricks-button-link-edit span.pimcore_tag_link_text {
  display: none;
}

/* Slider Gallery Bricks */

section.bricks-slider-gallery{
  margin-top: 20px;
  margin-bottom: 20px;
}

.bricks-item-slider-gallery {
  margin-bottom: 50px;
}

.bricks-shadow {
  margin-top: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .bricks-shadow {
  margin-top: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  width: 274px;
  height: 392px;
  }

  h1.bricks-gallery-title {
    text-transform: uppercase;
    text-align: center;
    font-style: italic;
    font-size: 18px;
    font-weight: 800;
    padding: 5px 50px;
  }
}

@media screen and (min-width: 768px) {
  h1.bricks-gallery-title {
    text-transform: uppercase;
    text-align: center;
    font-style: italic;
    font-size: 20px;
    font-weight: 800;
    padding: 5px 50px;
  }
}


.animate__animated.animate__delay-img {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animate__animated.animate__delay-text {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

/* Cities Page */

.cities-page {
  color: #707070;
  font-family: Montserrat;
}

.cities-page .bricks-paragraph-simple {
    min-height: 40px;
    color: #707070;
}

@media screen and (min-width: 1200px) {
  .bricks-pagecities-hero {
    height: 200px;
    width: 100%;
    background-size: 100% 100% ;
  }
  .bricks-pagecities-title {
    font-size: 22px;
  }
  .cities-page .bricks-paragraph-simple {
      font-size: 17px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  .bricks-pagecities-hero {
    height: 200px;
    width: 100%;
    background-size: 1200px 100% ;
  }
  .bricks-pagecities-title {
    font-size: 22px;
  }
  .cities-page .bricks-paragraph-simple {
      font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .bricks-pagecities-hero {
    height: 185px;
    width: 100%;
    background-size: 960px 100% ;
  }
  .bricks-pagecities-title {
    font-size: 16px;
  }
  .cities-page .bricks-paragraph-simple {
      font-size: 14px;
      margin-bottom: 24px;
  }
}


.bricks-pagecities-heroline {
  width: 100%;
  height: 10px;
  background-image: linear-gradient(to left, #4781ff, #35cbcc);

}

.bricks-pagecities-title {
  font-family: Montserrat;
  font-weight: 800;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: center;
  color: #4781ff;
  padding: 16px 0px 2px 0px;
  margin-bottom: 24px;
}

/* Sala de Arte Carousel */

.carousel-bricks-card {
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .1rem;
  width: 279.7px;
  height: 293.4px;
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.11);
}

.carousel-bricks-card h4.card-title {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #323232;
  margin-bottom: 0.3rem;
}

.carousel-bricks-card p.card-text {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #848484;
  position: fixed;
  top: 246px;
  width: 240px;
}

@media screen and (max-width: 768px) {
  .carousel-bricks .slick-slide {
    width: 280px;
    margin-left: 10px;
  }
  .carousel-bricks {
    margin-top: 10px;
    margin-bottom: 10px;
    margin: auto;
    padding: 0 16px;
  }
  h2.card-section-bricks {
    margin-left: 10px;
  }
  h2.card-section-bricks {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    color: #323232;
    padding: 16px 0;
    margin-bottom: 0;
  }
}
.bricks-slick-next {
  top: 50%;
  transform: translate(100%,-50%);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,.16);
  border: none;
  position: absolute;
  right: 35px;
  z-index: 5;
}

.bricks-slick-prev {
  top: 50%;
  transform: translate(-100%,-50%);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,.16);
  border: none;
  position: absolute;
  left: 35px;
  z-index: 5;
}
.bricks-slick-prev,.bricks-slick-next{
  display: flex;
  background: #276bff !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.bricks-slick-prev:after{
  content: 'K';
  font-family: cinepolis-icons1;
  font-style: normal;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  margin-right: 2px;
}
.bricks-slick-next:after{
  content: 'M';
  font-family: cinepolis-icons1;
  font-style: normal;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .bricks-slick-next {
    top: 40%;
    width: 36px;
    height: 36px;
    right: -24px;
  }

  .bricks-slick-prev {
    top: 40%;
    width: 36px;
    height: 36px;
    left: -24px;
  }
  .carousel-bricks .slick-slide {
    margin: 0 1px;
    width: 336px;
  }
  .carousel-bricks {
    max-width: 960px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin: auto;
  }
  h2.card-section-bricks {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    color: #323232;
    padding: 16px 0;
    margin-bottom: 0;
  }
}



/* Modal Styles */

article.brick-modal-3colum {
  width: 100%;
  min-height: 522px;
  color: #ffffff;
  background-image: linear-gradient(to top, #e5326e, #e5326e);
}

.pimcore_area_table2-col2-row.pimcore_area_content {
  margin: 30px 0;
}

.bricks-title-table {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    color: #f4f4f4;
}

.brick-col-title {
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  text-align: center;
}

.bricks-modal-col {
    margin: auto;
    padding-left: 45px;
    padding-right: 45px;
}

.bricks-paragraph-simple {
  min-height: 55px;
  line-height: 1.3;
  font-family: Montserrat;
  font-size: 16px;
  text-align: center;
  color: #f4f4f4;
}

.table-bricks {
  width: 322px;
  height: 70px;
  border-radius: 8px;
  border: solid 1px #fff;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 1rem;
}

.table-bricks th {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  text-align: center;
  color: #f4f4f4;
  padding-top: 5px;
  width: 50%;
}
.table-bricks td {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  text-align: center;
  color: #f4f4f4;
  padding-bottom: 5px;
  width: 50%;

}

.table-bricks .table-bricks-leftborder {
  border-left: solid 1px #fff;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  min-height: 90%;
  min-width: 100%;
  border-radius: 0;
  margin: 10px;
}

.modal-dialog.modal-dialog-bricks {
  max-width: 100%;
}
.modal-content.modal-content-bricks {
  background-image: linear-gradient(to top, #e5326e, #e5326e);
}

.modal-header-bricks button.close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  padding-right: 4px;
  font-weight: normal;
  font-size: 35px;
  padding-top: 15px;
  padding-right: 30px;
}

.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
  padding-right:0px!important;
}

body.cin-modern.amp-mode-mouse {
  padding-right: 0px !important;
}

.pimcore_editable .pimcore_tag_snippet {
  height: 0px;
  background: none;
  color: black;
  background-color: beige;
}

button.bricks-button-modal {
  text-align: center;
  text-shadow: 0px 15px 7px rgba(0, 64, 195, 0.1);
  font-family: Montserrat;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  padding: 14px 15.45px;
  display:inline-block;
  color: #c01d9e;
  font-size: 14px;
  border: none;
}

button.bricks-button-modal:focus {
  border: none;
  box-shadow: none;
}

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

/* Change Location 3 Tab 4 colums */

.bricks-group-title {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  text-align: left;
  color: #08285b;
  text-transform: uppercase;
}

.bricks-group-subtitle {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  text-align: left;
  color: #9a9a9a;
}

.bricks-table-cities .table td, .table th {
  padding: 18px;
}

.bricks-table-cities {
  margin-top: 40px;
  width: 100%;
}
.bricks-table-cities td {
  width: 25%;
  vertical-align:top;
}

.bricks-group-links {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}

.bricks-group-links a {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #707070
}
.pimcore_area_tabs3-col4 .nav-link.active {
  border-color: transparent;
} 

.pimcore_area_tabs3-col4 .nav-link.active:after {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: #276bff 3px;
  border-bottom-style: solid;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #323232;
  font-family: Montserrat;
  font-weight: 600;
  left: 0;
  bottom: -2px;
}

.pimcore_area_tabs3-col4 .nav-link {
  color: #848484;
  font-family: Montserrat;
  font-weight: 500;
  position: relative;
}
.pimcore_area_tabs3-col4 .nav-link:hover {
  border-color: transparent;
  color:#323232;
}

@media screen and (min-width: 768px) {
  .pimcore_area_tabs3-col4 .nav-link {
      font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .pimcore_area_tabs3-col4 .nav-link {
      font-size: 14px;
      padding: .4rem .2rem;
  }
}

.pimcore_area_tabs3-col4 .nav-tabs {
  border-bottom: 2px solid #dcdcdc;
}

/* Change Location Mobile Accordion */

.bricks-accordion-mobile {
  margin: 15px 30px;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .1em .5em .1em;
  font-size: 100%;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #08285b;
  text-transform: uppercase;
  padding-left: 21px;
}

.ui-accordion .ui-accordion-header:focus {
  outline: none;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border-bottom: 1px solid #d3d3d3 ;
  background: #ffffff url("/bundles/cms/imgs/down.png") no-repeat;
  background-position: 5px center !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border-bottom: none;
  background: #ffffff url("/bundles/cms/imgs/up.png") no-repeat;
  background-position: 5px center !important;
}

.ui-accordion-content .ui-accordion-content-active {
  border-bottom: 1px solid #d3d3d3 ;
  color: #707070;
}

.ui-accordion-content  ul {
  margin-top: -3px;
  margin-bottom: 0px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 10px;
  list-style-type: none;
  padding-left: 22px;
}

.ui-accordion-content  ul li {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: normal;
  text-align: left;
}
.ui-accordion-content  ul li a {
  color: #707070;
}
h2.margin-carousel{
  margin-bottom: 20px;
  margin-left: 16px;
}
@media only screen and (min-width: 768px) {
  h2.margin-carousel{
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: auto;
  }
}
.pimcore_area_carousel{
  overflow: hidden;
}
.opened-takeover{
  overflow: hidden;
  position: fixed;
}