

@font-face {
    font-family: 'VWHead';
    src: url('../fonts/VWHeadWeb-Regular.eot');
    src: url('../fonts/VWHeadWeb-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/VWHeadWeb-Regular.woff2') format('woff2'),
         url('../fonts/VWHeadWeb-Regular.woff') format('woff'),
         url('../fonts/VWHeadWeb-Regular.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'VWHead-Bold';
    src: url('../fonts/VWHeadWeb-Bold.eot');
    src: url('../fonts/VWHeadWeb-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/VWHeadWeb-Bold.woff2') format('woff2'),
         url('../fonts/VWHeadWeb-Bold.woff') format('woff'),
         url('../fonts/VWHeadWeb-Bold.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}



/*
@font-face {
    font-family: "VWHeadWeb-Regular";
    src: url("../fonts/VWHeadWeb-Regular.woff") format('woff');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: "VWHeadWeb-Bold";
    src: url("../fonts/VWHeadWeb-Bold.woff") format('woff');
    font-weight: 100;
    font-style: normal;
}
*/



/*
@font-face {
  font-family: 'VWHead';
  src: url('https://www.vw.com.mx/etc/clientlibs/vw-ngw/ngw.base.apps/resources/fonts/vw/VWHeadWeb-Regular.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}


@font-face {
  font-family: 'VWHead-Bold';
  src: url('https://www.vw.com.mx/etc/clientlibs/vw-ngw/ngw.base.apps/resources/fonts/vw/VWHeadWeb-Bold.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
*/




#overlay {
	position: fixed;
 display: none;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: rgba(0,0,0,0.68);
 z-index: 20000000;
}

.modalfeew{
	position: fixed;
	top: 50%;
	left: 50%;
	color: #ffffff;
  font-size: 20px;  
  font-family: 'VWHead-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 22px;
  text-align: center;
  background: rgba(128, 136, 143, 0.90) url(../lib/bg-modalfeew.jpg) no-repeat center -50px;
  /*background: rgba(128, 136, 143, 0.90) url(https://www.vw.com.mx/content/dam/vw-ngw/vw_pkw/importers/mx/home/modal/back.jpg) no-repeat center -70px;*/
  background-size: 118%;
  width: 945px;
  max-height: calc(100% - 100px);
  padding: 40px 70px 50px 70px;
  transform: translate(-50%, -50%);
}



.modalfeew h3{
	color: #ffffff;
	font-size: 48px;
	font-family: 'VWHead-Bold', Arial, Tahoma, Verdana;
	font-weight: 100;
	line-height: 48px;
}
.modalfeew p{
	text-align: justify;
  font-style: normal;
  font-size: 19px;
  line-height: 20px;
  text-shadow: 0 0 4px #000000;
  margin: 20px 0;
}
.modalfeew p:first-child{
  font-size: 26px;
  line-height: 22px;
  margin: 35px 0;
}
.modalfeew p:nth-child(2){
  letter-spacing: -0.80px;
}
.modalfeew span{
  display: block;
  font-size: 120px;
  font-family: 'VWHead-Bold', Arial, Tahoma, Verdana;
  font-weight: 100;
  line-height: 130px;
  margin-bottom: 50px;
}
.modalfeew a{
  color: #ffffff;
  font-size: 31px;
  text-decoration: underline;
}
.modalfeew a:hover{
  text-decoration: none;
}
.modalfeew a.modal-feew-btn-01{
	display: inline-block;
	color: #ffffff;
  font-size: 21px !important;
	font-family: 'VWHead', Arial, Tahoma, Verdana;
  text-align: center;
	text-decoration: none;
	background: #199ad8;
	margin: 20px auto;
	padding: 8px 45px;

	-webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-size: 15px;
}

.modalfeew a.modal-feew-close{
	float: right;
	display: block;
	overflow: hidden;
	width: 39px;
	height: 39px;
	margin: -15px -45px 0 0;

	-webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.modalfeew a.modal-feew-close:hover{
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  -khtml-opacity: 0.60;
  opacity: 0.60;
}
.modalfeew a.modal-feew-close path{
	fill: #ffffff;
}

.modalfeew a.modal-feew-close img{
	display: block;
	width: 39px;
	height: 39px;
}



#VWdesc{

  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
















/* ---------------------------- MEDIA QUERIES ---------------------------- */



/* ---------------------------- TABLET H ---------------------------- */

@media screen and (min-width:921px) and (max-width:1190px){

  

  .modalfeew a.modal-feew-close{
    margin: -20px -20px 0 0;
  }



  .modalfeew {
    top: 50%;
    left: 50%;
    overflow: hidden;
    background: rgba(128, 136, 143, 0.90) url(../lib/bg-modalfeew.jpg) no-repeat center -50px;
    background-size: 190%;
    width: 80%;
    padding: 34px 6% 30px 6%;
  }
  .modalfeew span{
    font-size: 64px;
    line-height: 60px;
    margin-bottom: 20px;
  }

  .modalfeew-content-txt{
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
  }
  .modalfeew p:first-child{
    margin: 15px 0 30px 0;
  }


}



/* ---------------------------- TABLET V ---------------------------- */

@media screen and (min-width:581px) and (max-width:920px){

  .modalfeew a.modal-feew-close{
    margin: -20px -20px 0 0;
  }



  .modalfeew {
    top: 50%;
    left: 50%;
    overflow: hidden;
    background: rgba(128, 136, 143, 0.90) url(../lib/bg-modalfeew.jpg) no-repeat center -50px;
    background-size: 190%;
    width: 80%;
    padding: 34px 6% 30px 6%;
  }
  .modalfeew span{
    font-size: 64px;
    line-height: 60px;
    margin-bottom: 20px;
  }

  .modalfeew-content-txt{
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
  }
  .modalfeew p:first-child{
    margin: 15px 0 30px 0;
  }
  

}
  

/* ---------------------------- MOBILE H ---------------------------- */


@media screen and (min-width:321px) and (max-width:580px){


  .modalfeew a.modal-feew-close{
    margin: -20px -8px 0 0;
  }



  .modalfeew {
    top: 50%;
    left: 50%;
    overflow: hidden;
    background: rgba(128, 136, 143, 0.90) url(../lib/bg-modalfeew.jpg) no-repeat center -50px;
    background-size: 390%;
    width: 80%;
    padding: 34px 6% 30px 6%;
  }
  .modalfeew span{
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  .modalfeew-content-txt{
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 410px;
  }
  
  .modalfeew p:first-child{
    text-align: left;
    margin: 15px 0 30px 0;
  }
  .modalfeew p:nth-child(2){
    text-align: left;
  }



}





/* ---------------------------- MOBILE V ---------------------------- */


@media screen and (max-width: 320px) {


  .modalfeew a.modal-feew-close{
    margin: -20px -8px 0 0;
  }



  .modalfeew {
    top: 50%;
    left: 50%;
    overflow: hidden;
    background: rgba(128, 136, 143, 0.90) url(../lib/bg-modalfeew.jpg) no-repeat center -50px;
    background-size: 390%;
    width: 80%;
    padding: 34px 6% 30px 6%;
  }
  .modalfeew span{
    font-size: 44px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  .modalfeew-content-txt{
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    height: 360px;
  }
  .modalfeew p:first-child{
    text-align: left;
    margin: 15px 0 30px 0;
  }
  .modalfeew p:nth-child(2){
    text-align: left;
  }



}

