@font-face {
  font-family: "CupraRegular";
  src: url("../fonts/Cupra-Regular.eot");
  src: url("../fonts/Cupra-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "CupraBook";
  src: url("../fonts/Cupra-Book.eot");
  src: url("../fonts/Cupra-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "CupraLight";
  src: url("../fonts/Cupra-Light.eot");
  src: url("../fonts/Cupra-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: "CupraMedium";
  src: url("../fonts/Cupra-Medium.eot");
  src: url("../fonts/Cupra-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal
}

.CupraMedium{
  font-family: 'CupraMedium', serif;
}

body {
  font-family: 'CupraRegular', serif;
  color: #4D4D4D;
  background-color: #fff
}
a{
  transition: all .3s ease-in;
}
a, a:hover{ text-decoration: none;}

.no-pd{
  padding-right: 0;
  padding-left:0;
}

.navbar-brand img {
  width: 155px;
}

.navbar{
  padding: 0.5rem 0;
}

.nav-link {
  padding: 0.7rem 1rem;
}
.main-nav-cta-list {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
 
}


.badge-cupra {
  color: #0F0F0F;
  background-color: #D9CEBD;
  font-family: "CupraRegular",serif;
  letter-spacing: -0.01em;
  font-weight: inherit;
  /*transform: translateY(-.55rem);*/
}


.main-nav-cta-list li {
  list-style: none;
}
.main-nav-cta-list li a, .nav-item a {
  font-size:16px;
  line-height: 20px;
  color: #fff;
}
.navbar-nav .nav-link{
  font-family: "CupraBook",serif;
}
.cupraofficialbtn {
    padding: 10px 16px 10px 16px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: all .5s linear;
    font-family: "CupraMedium",serif;
    opacity: 1;

    padding: 16px;
    outline: solid 1px #fff;
    width: 100%;
    max-height: 55px;
}


.cupraofficialbtn:hover {
  opacity: .6;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/Preloader_21.gif) center no-repeat #fff;
}

.page-header {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.page-header-light .page-header-text {
  color: #F3F3F0;
  opacity: 0.7;
  font-family: 'CupraBook', serif;
}
.page-header-light .page-header-text a {
  color: #4a515b;
}
.page-header.navbar-fixed .page-header-content {
  padding-top: 12.5rem;
}
.page-header-block{
  padding-left: 0;
  padding-right: 0;
}
.page-header-title{
  font-family: "CupraRegular",serif;
  font-size: 9.375vw;
  line-height: 12.5vw;
text-transform: uppercase;
color: #FFFFFF;

}
.page-header-title span{
  font-family: "CupraMedium",serif;
}

.page-header-content p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: .5rem;
}

.form-block{
  padding-bottom: 4rem;
}
.img-block{
  align-self: flex-end;
}

.svg-border-roundedx {
  transform: translateY(60px);
}
.svg-border-rounded svg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4rem;
  width: 100%;
  
}

.master-chef, .eps, .svg-bottom{
  position: relative;
}

.svg-bottom svg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4rem;
  width: 100%;
}


.fixed-top1.active{background:  rgba(3, 7, 10, 0.65)}

.hero-bg {
  position: relative;
  background:  #03070A url(../img/cupra-heading-min.jpg) no-repeat center;
  background-position-x: 0px;
  background-size: cover;

}
.hero-bg::before {
  position: absolute;
  content: '';
  background: linear-gradient(94.88deg, #03070A 11.55%, rgba(3, 7, 10, 0) 87.79%),linear-gradient(94.88deg, #03070A 11.55%, rgba(3, 7, 10, 0) 87.79%);
  width: 100%;
  height: 100%;
}



.hero-bgc::before {
  position: absolute;
  content: '';
  transform: skewY(3deg);
  transform-origin: top right;
  background-color: #03070A;
  width: 100%;
  height: 85%;
}

.form-email{
    font-family: CupraRegular,sans-serif;
    font-size: 17px;
    color: #333;
    font-weight: normal;
    border:0;
    padding: 12px 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0s,-webkit-box-shadow ease-in-out 0s;
    -o-transition: border-color ease-in-out 0s,box-shadow ease-in-out 0s;
    transition: border-color ease-in-out 0s,box-shadow ease-in-out 0s;
    border-radius: 0;
    height: 60px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.messageBox .invalid-feedback1 {
  font-weight: normal;
  font-size: 14px;
  font-family: "CupraBook", sans-serif;
  width: 100%;
  margin-top: .5rem;
  color: #d7122b;
}
.messageBox{
  position: absolute;
}
.btn-cupra {
  color: #fff;
  background: #003c4a;
  border-color: transparent;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  height: 60px;
}

.btn-cupra:hover {
  color: #fff;
  background: #45707A ;
}

.btn-cupra:focus{
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}


.conceito {
  text-align: center;
}
.conceito article h2{
  font-size: 28px;
  text-transform: uppercase;
  color: #000000;

}

.conceito article span{

  font-family: "CupraRegular",serif;
}

.conceito article p{
  font-family: "CupraBook",serif;
  font-size: 16px;
  line-height: 26px;
  color: #4D4D4D;
  
}

.conceito-containerx{
  padding-left: 0;
  padding-right: 0;
}
/* *** Conceito graphics *** */

.img-brics{
  transform: none;
}

/* *** Mater e Chef *** */

.master-chef h2{
color: #000000;
font-size: 26px;
}


.master-chef h1{
  font-size: 25px;
line-height: 30px;
color: #000000;
}
.master-chef .content{
  font-family: 'CupraBook', serif;
font-size: 16px;
line-height: 26px;
}

/* *** EP'S *** */

.p-section {
  padding: 3rem 0 2rem 0;
}
.eps{
  background-color: #003E51;
}

.ep-heading{
  position: relative;
}

.ep-heading h2{
  color: #fff;
  padding-top: 2.3rem;
}

.ep-heading p{
  color: #fff;
  font-family: 'CupraBook', serif;
}

.btn-eps{
  background-color: transparent;
  color: #fff;
  outline: solid 1px #fff;
  width: auto;
  padding: 10px 16px 10px 16px;
  font-size: 16px;
  max-height: 44px;
  min-width: 150px;
  display: inline-block;
  text-align: center;
  transition: all .5s linear;
}

.btn-eps:hover, .btn-eps:focus{
  background-color:#fff;
  color: #003E51;
  outline: solid 1px #003E51;
}

.ep-heading::before {
  position: absolute;
  content: '';
  width: 100px;
  height: 3px;
  left: 0;
  top: 1rem;  
  background: #95572B;
}
.video-overlay{
  padding: 1rem;
  padding-bottom: 0;
  color: #fff;
  transform: translateY(-2rem);
}
.video-box, .video-image{ position: relative;}



.video-box  {
  border: 2px solid transparent;
  transition:border  .5s linear, transform 0.15s ease-in-out;
  transform: scale(1);
  cursor: pointer;
}
.video-box:not(.active){
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: .7;
}

.video-box.active:hover  {
  border: 2px solid rgba(248, 248, 248, 0.5);
  transform: scale(0.95);
}

.video-image img{ width: 100%;}
.video-image::before {
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgba(0, 62, 81, 0) 0%, #003E51 100%);
  width: 100%;
  height: 100%;
  bottom: -2px;
}

.video_time, .video_badge {
  font-size: 12px;
  line-height: 24px;
  padding: 0px 8px;
  max-width: 144px;
  overflow: hidden;
  display: inline-block;
  max-height: 24px;
  text-align: center;
  color: #FFFFFF;
  background: #95572B;
  border-radius: 3px;
  font-family: "Roboto",Arial, Helvetica, sans-serif;
}
.video_badge{
  max-width:100%;
  border-radius: 0;
  font-family: 'CupraBook', serif;
}
.video_title{ font-size: 16px;}
.video_desc{
  font-family: 'CupraBook', serif;
  font-size: 14px;
line-height: 22px;
opacity: .8;

}
.bg-sand{ background-color: #d9cebd; color: #03070A;}

.cta-play {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,0.6);
  position: absolute;
  left: 40%;
  top: 45%;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.video-box.active .cta-play:hover {
  background: #242221;
}

.cta-play img {
  width: 19px;
  height: 19px;
  margin: initial;
  position: absolute;
  top: 0;
  left: calc(50% - 9.5px);
  top: calc(50% - 9.5px);
  bottom: 0;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

@media (min-width: 764px){
.cta-play img {
  width: 20px;
  height: 20px;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
}
}

/* Test Drive*/
.testdrive-box {
  padding: 3rem 0;
}

.testdrive-box p {
  font-family: "CupraLight",serif;
  font-size: 7vw;
  line-height: 8vw;
  color: #242221;
  margin-bottom: 24px;
  max-height: calc(38px*2 + 4px);
}

.cta-container {
  white-space: nowrap;
  overflow: hidden;
}

.testdrive-box a {
  font-family: "CupraMedium",serif;
  font-size: 16px;
  line-height: 29px;
}

a.cta {
  color: #242221;
  position: relative;
  padding-left: 22px;
}

a.cta span {
  padding-left: 8px;
  position: relative;
  z-index: 1;
}
a.cta:hover {
  padding-left: 30px;
  color: rgba(36,34,33,0.6);
}

a.cta:after {
  display: block;
  content: '';
  position: absolute;
  height: 1px;
  width: 24px;
  left: 0;
  background: #242221;
  bottom: 4px;
  transition: all .2s ease-in;
}

a.cta:hover:after {
  background: rgba(36,34,33,0.6);
  width: 32px;
}
footer{
  border-top: 1px solid #F3F3F0;
}

.container-footer {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.container-footer .footer-buttons {
  padding: 0;
  margin-left: auto;
  max-width: 250px;
  margin-top: 0;
  margin-right: 16px;

  justify-content: center;
  display: flex;
  width: 100%;
}

.container-footer .footer-legal {
  padding: 0;
  margin-top: 0;
  display: inline-flex;
  flex-direction:column;
  flex-grow: 1;
  justify-content: center;
  width: 100%;
}

.container-footer .footer-copyright {
  text-align: center;
  margin-top: 56px;
  align-self: center;
  font-family: "CupraLight",serif;
  margin-bottom: 20px;
}

.container-footer .footer-copyright {
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  text-align: left;
}

.container-footer .footer-legal a {
  font-family: "CupraLight",serif;
  font-size: 14px;
  line-height: 24px;
  color: #242221;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
  text-align: center;
}

.container-footer .footer-legal a:last-child {
  border-right:0
}


.footer-buttons a img {
  opacity: .7;
  max-width: 24px;
  max-height: 24px;
}

.footer-buttons a {
  margin: 0 16px;
}

@media (min-width: 1436px){

  .container-footer {
    max-width: 1436px;
    margin: auto;
    height: 116px;
    position: relative;
    flex-direction: row;
    
  }
  .container-footer .footer-legal a {
    border-right: 1px solid #d5d5d5;
    padding: 0 16px;
    margin-bottom: 0;
  }

  .footer-buttons a:last-child {
    margin-right: 0;
}
.footer-buttons a:first-child {
  margin-left: 0;
}
}


@media (min-width: 576px) {


.page-header-title {
  font-size: 45px;
  line-height: 60px;
}
.navbar{
  padding: 0.5rem 1rem;
}
.nav-link {
  padding: 0.5rem 1rem;
}
.page-header-content p {
  font-size: 18px;
  line-height: 26px;
}

.form-block {
  padding-bottom: 6rem;
}
  .svg-border-rounded svg {
    height: 1.5rem;
}
.svg-bottom svg {
  height: 8rem;
}

.conceito {
  max-height: 950px;
  text-align: unset;
}
.conceito article p {
    font-size: 18px;
    line-height: 32px;
}

.no-pd{
  padding-right: 16px;
  padding-left: 16px;
}

.master-chef h2 {
  font-size: 2rem;
}
.p-section{
  padding: 8rem 0 4rem 0;
}

.cupra-row{
  padding-left: 32px;
  padding-right: 32px;
}

.video-overlay{
  padding: 1rem;
}
.video-box-container:nth-child(3){ transform: translateY(1.3rem);}
.video-box-container:nth-child(4){ transform: translateY(2.6rem);}

.testdrive-box {
  padding: 4.8rem 0;
}
.testdrive-box p{
  font-size: 30px;
  line-height: 38px;
}

.container-footer .footer-copyright {
  margin-bottom: 0;
}

.container-footer .footer-legal {
  flex-direction: row;
  width: auto;
}
.container-footer .footer-legal a{ text-align: left; padding: 0 8px;}
.container-footer .footer-buttons { justify-content: flex-end; width: auto;}

.ep-heading::before { top:0;}

.page-header-block{
  padding-left: 3rem;
  padding-right: 3rem;
}
.hero-bg {
  background-position-x: 200px;
  background-size: cover;
}

.cupraofficialbtn {
  padding: 10px 16px 10px 16px;
  outline: none;
  width: auto;
  max-height: 40px;
}
}
@media (min-width: 768px) {
  
  .svg-border-rounded svg {
    height: 6rem;
  }
}
@media (min-width: 992px) {

  .fixed-top1 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

  .page-header-title {
    font-size: 54px;
    line-height: 60px;
}
.page-header-content p {
  font-size: 20px;
  line-height: 30px;
}
  .hero-bg {
    background-position-x: 440px;
    background-size: cover;
}
  .svg-border-rounded svg {
    height: 8rem;
  }
}


@media (min-width: 1200px) {

  .img-brics{
    transform: translateY(-12rem);
  }

  .page-header {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .svg-border-rounded svg {
    height: 12rem;
    /*height: 10rem;*/
  }
}

@media (min-width: 1200px) and (max-width: 1350px) {

  .page-header-title {
    font-size: 2.9685vw;
    line-height: 3.95276vw;
}

.page-header-content p {
  font-size: 16px;
  line-height: 26px;
}
.form-block {
  padding-bottom: 3rem;
}
.page-header {
  padding-top: 4rem;
  padding-bottom: 8rem;
  padding-left: 0;
  padding-right: 1rem;
}
.btn-cupra {
  font-size: 16px;
}
}

.fixed-top1.active .cupraofficialbtn {
  padding: 10px 16px 10px 16px;
  outline: solid 1px #fff;
  width: 100%;
  max-height: 40px;
}