/*=============================================
  Page Container
=============================================*/
.page-container{
	max-width:100%;	
	margin-right:40px;
	margin-left:40px;
	position: relative;
	box-sizing:border-box;
}
/*=============================================
  Page Top
=============================================*/
.page-top-lower-title{
	font-size:30px;
	font-weight:bold;
	color:#ff3332;
	margin-bottom:20px;
	font-family: "Arial", Helvetica, sans-serif;
}
.page-top-lower{
	padding:180px 0 80px 100px;
	width:50%;
}
.page-top-lower p{
	font-size:18px;
	color:#fff;
	text-align:left;
	line-height:normal;
	font-family: "Arial", Helvetica, sans-serif;
}
.page-top-lower-img{
	text-align:center;
	padding-bottom:90px;
}
.page-top-lower-img img {
	width:100%;
}
.page-title{
	color:#fc2e30;
	font-size:27px;
	font-weight:bold;
	line-height:35px;
	font-family: "Arial", Helvetica, sans-serif;
}
.page-lower-img{
	text-align:center;
	position:relative;
}
/*=============================================
  Pop Up Sections
=============================================*/
.popup-sections {
	position:absolute;
	top:100px;
	right:0;
	left:0;
	margin:0 auto;
}
/*=============================================
  Indication TXT
=============================================*/
.indication-txt{
	color: #000; 
	display: inline-block; 
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height:15px;
	text-align:center;
}
/*=============================================
  Helpicon
=============================================*/
.helpicon {
	vertical-align:top;
	display:inline-block;
}
.helpicon i{
	font-family:fontawesome;
	font-size:22px;
	color:#000;
	margin-right:4px;
	margin-left:4px;
}
/*=============================================
  Pop Up Sections (Información de cada punto)
=============================================*/
/* ================ Punto 1 ================ */
.popup-sections .popup-one {
	top:-1px;
	left:570px;
	position:absolute;
}
.popup-sections .popup-one a {
	display:block;
}
/* ================ Punto 2 ================ */
.popup-sections .popup-two {
	top:42px;
	left:750px;
	position:absolute;
}
.popup-sections .popup-two a {
	display:block;
}
/* ================ Punto 3 ================ */
.popup-sections .popup-three {
	right:360px;
	top:124px;
	position:absolute;
}
.popup-sections .popup-three a {
	display:block;
}
/* ================ Punto 4 ================ */
.popup-sections .popup-four {
	right:332px;
	top:238px;
	position:absolute;
}
.popup-sections .popup-four a {
	display:block;
}
/* ================ Punto 5 ================ */
.popup-sections .popup-five {
	right:332px;
	top:358px;
	position:absolute;
}
.popup-sections .popup-five a {
	display:block;
}
/* ================ Punto 6 ================ */
.popup-sections .popup-six {
	right:416px;
	top:440px;
	position:absolute;
}
.popup-sections .popup-six a {
	display:block;
}
/* ================ Punto 7 ================ */
.popup-sections .popup-seven {
	right:543.5px;
	top:475px;
	position:absolute;
}
.popup-sections .popup-seven a {
	display:block;
}
/* ================ Punto 8 ================ */
.popup-sections .popup-eight {
	left:438px;
	top:440px;
	position:absolute;
}
.popup-sections .popup-eight a {
	display:block;
}
/* ================ Punto 9 ================ */
.popup-sections .popup-nine {
	left:342px;
	top:358px;
	position:absolute;
}
.popup-sections .popup-nine a {
	display:block;
}
/* ================ Punto 10 ================ */
.popup-sections .popup-ten { 
	left:305px;
	top:238px;
	position:absolute;
}
.popup-sections .popup-ten a {
	display:block;
}
/* ================ Punto 11 ================ */
.popup-sections .popup-eleven {
	left:354px;
	top:124px;
	position:absolute;
}
.popup-sections .popup-eleven a {
	display:block;
}
/* ================ Punto 12 ================ */
.popup-sections .popup-tweleve {
	left:410px;
	top:42px;
	position:absolute;
}
.popup-sections .popup-tweleve a {
	display:block;
}

/*=============================================
  Page Lower
=============================================*/
.page-lower-content{
	padding:45px 0 45px;
}
.page-lower-title{
	font-family:"Arial", Helvetica, sans-serif;
	font-size:45px;
	color:#000;
	margin-bottom:50px;
	margin-right:50px;
	margin-left:50px;
	text-align:center;
}
/*=============================================
  A Open
=============================================*/
a.open p.tooltiptext {
    visibility: hidden;
    width: 510px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
	top:35px
}
a.openright p.tooltiptext {
    visibility: hidden;
    width: 500px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
	right:0;
	top:35px
}
a.open:hover p.tooltiptext {
	text-align:center;
    visibility: visible;
}
a.openright:hover p.tooltiptext {
    visibility: visible;
}


a.open p.tooltiptext_info {
    visibility: hidden;
    width: 260px;
    background-color: black;
    color: #fff;
	line-height:1.5;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
	top:56px
}
a.openright p.tooltiptext_info {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 6px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
	right:0;
	top:56px
}
a.open:hover p.tooltiptext_info {
	text-align:center;
    visibility: visible;
}
a.openright:hover p.tooltiptext_info {
    visibility: visible;
}

/*=============================================
  Adaptativo
=============================================*/
@keyframes floating {
0%, 100% {
	transform: translateY(-5%);
} 
50% {
	transform: translateY(0);
}
}

@media only screen and (max-width: 1200px){
.page-top .page-top-img {
	width:auto;
}
.page-container {
	width:auto;
	margin-left:0;
	margin-right:0;
	padding-left:20px;
	padding-right:20px;
}
.scorch-top-img img{
	width:100%;
}
}

@media only screen and (max-width: 519px){
.page-container {
	width:20%;
	margin:auto;
}
.top-mid-wrapper {
	margin-top:-52px;
}
.oem-top {
	padding-top:15px;
}
.page-title {
	font-size:20px;
}
.indication-txt{
	font-size:12px;
	line-height:12px;
}
.helpicon i{
	font-size:16px;
}
.scorch-lower-wrapper {
	padding-bottom:20px;
}
.oem-mid-wrapper {
	padding-bottom:30px;
}
.page-lower-img img {
	width:70%;
}

.page-lower-title{
	font-size:32px;

}

a.open p.tooltiptext,
a.openright p.tooltiptext {
	width:225px;
}
.popup-sections .popup-two {
	top:21px;
	left:57%;}
.popup-sections .popup-three {
	right:0; top:90px;}
.popup-sections .popup-four {
	top:177px; right:0;}
.popup-sections .popup-five {
	top:295px; right:0;}
.popup-sections .popup-six {
	top:353px; right:0;}
.popup-sections .popup-seven {
	top:380px;}
.popup-sections .popup-eight {
	top:350px;}
.popup-sections .popup-nine {
	top:285px;}
.popup-sections .popup-ten {
	top:190px; left:-15px;}
.popup-sections .popup-eleven {
	top:98px; left:0;}
}

@media only screen and (max-width: 1920px){
.page-container {
	width:100%;
	margin:auto;
}
.page-lower-title{
	font-size:28px;
}
.helpicon i{
	font-family:fontawesome;
	font-size:24px;
	color:#000;
	margin-right:4px;
	margin-left:4px;
}
.indication-txt{
	font-size:18px;
	line-height:18px;
}
.page-lower-img {
	width:62%;
	margin:0 auto;
}
.page-lower-img img {
	width:62%;
}
.open .tooltiptext {
	width:194px;
}
.popup-sections .popup-one {
	top:-86px;
	left:46%;
}
.popup-sections .popup-two {
	top:-32px;
	left:1136px;
}
.popup-sections .popup-three {
	top:114px;
	right:528px;	
}
.popup-sections .popup-four {
	top:304px;
	right:480px;
}
.popup-sections .popup-five {
	top:496px;
	right:490px;
}
.popup-sections .popup-six {
	top:640px;
	right:640px;
}
.popup-sections .popup-seven {
	top:694px;
	right:842px;
}
.popup-sections .popup-eight {
	top:640px;
	left:670px;
}
.popup-sections .popup-nine {
	top:496px;
	left:506px;
}
.popup-sections .popup-ten {
	top:304px;
	left:444px;
}
.popup-sections .popup-eleven {
	top:114px;
	left:518px;
}
.popup-sections .popup-tweleve {
	top:-32px;
	left:636px;
}
}

@media only screen and (max-width: 1366px){
.page-container {
	width:86%;
	margin:auto;
}
.page-lower-title{
	font-size:28px;
}
.helpicon i{
	font-family:fontawesome;
	font-size:18px;
	color:#000;
	margin-right:4px;
	margin-left:4px;
}
.indication-txt{
	font-size:14px;
	line-height:14px;
}
.open .tooltiptext {
	width:194px;
}
.page-lower-img {
	width:62%;
	margin:0 auto;
}
.page-lower-img img {
	width:62%;
}
.popup-sections .popup-one {
	top:-80px;
	left:44%;
}
.popup-sections .popup-two {
	top:-42px;
	left:690px;
}
.popup-sections .popup-three {
	top:46px;
	right:304px;	
}
.popup-sections .popup-four {
	top:162px;
	right:274px;
}
.popup-sections .popup-five {
	top:278px;
	right:274px;
}
.popup-sections .popup-six {
	top:366px;
	right:368px;
}
.popup-sections .popup-seven {
	top:398px;
	right:492px;
}
.popup-sections .popup-eight {
	top:366px;
	left:390px;
}
.popup-sections .popup-nine {
	top:278px;
	left:284px;
}
.popup-sections .popup-ten {
	top:162px;
	left:246px;
}
.popup-sections .popup-eleven {
	top:46px;
	left:296px;
}
.popup-sections .popup-tweleve {
	top:-42px;
	left:364px;
}
}


@media only screen and (max-width: 1280px){
.page-container {
	width:86%;
	margin:auto;
}
.page-lower-title{
	font-size:28px;
}
.helpicon i{
	font-family:fontawesome;
	font-size:18px;
	color:#000;
	margin-right:4px;
	margin-left:4px;
}
.indication-txt{
	font-size:14px;
	line-height:14px;
}
.open .tooltiptext {
	width:194px;
}
.page-lower-img {
	width:68%;
	margin:0 auto;
}
.page-lower-img img {
	width:68%;
}
.popup-sections .popup-one {
	top:-80px;
	left:44%;
}
.popup-sections .popup-two {
	top:-38px;
	left:676px;
}
.popup-sections .popup-three {
	top:62px;
	right:250px;	
}
.popup-sections .popup-four {
	top:194px;
	right:214px;
}
.popup-sections .popup-five {
	top:328px;
	right:220px;
}
.popup-sections .popup-six {
	top:428px;
	right:324px;
}
.popup-sections .popup-seven {
	top:462px;
	right:470px;
}
.popup-sections .popup-eight {
	top:428px;
	left:346px;
}
.popup-sections .popup-nine {
	top:328px;
	left:230px;
}
.popup-sections .popup-ten {
	top:194px;
	left:188px;
}
.popup-sections .popup-eleven {
	top:62px;
	left:244px;
}
.popup-sections .popup-tweleve {
	top:-38px;
	left:322px;
}
}

@media only screen and (max-width: 1200px){
a.open p.tooltiptext {
	width:194px;}	
.popup-sections .popup-one {
	left:42.4%;}
.popup-sections .popup-two {
	left:66%;}	
.popup-sections .popup-three {
	right:6.8%;
	top:200px;}
.popup-sections .popup-four {
	right:4.4%;
	top:402px;}
.popup-sections .popup-five {
	right:6.9%;
	top:607px;}
.popup-sections .popup-six {
	right:13%;
	top:745px;}
.popup-sections .popup-seven {
	right:40.5%;}
.popup-sections .popup-eight {
	left:25%;
	top:745px;}
.popup-sections .popup-nine {
	left:7.5%;}
.popup-sections .popup-ten {
	left:3.8%;}
.popup-sections .popup-eleven {
	left:15%;
	top:211px;}
.popup-sections .popup-tweleve {
	left:25.2%;
	top:70px;
}
}

@media only screen and (max-width: 1024px){
.page-container {
	width:80%;
	margin:auto;
}
.page-lower-title{
	font-size:28px;
}
.helpicon i{
	font-family:fontawesome;
	font-size:20px;
	color:#000;
	margin-right:4px;
	margin-left:4px;
}
.indication-txt{
	font-size:12px;
	line-height:12px;
}
.open .tooltiptext {
	width:194px;
}
.top-mid-wrapper{
	margin-top:-145px;
}
.page-top-lower{
	padding: 180px 0 80px 50px;
	width: 67%;
}
.scorch-top-left{
	margin-left:50px;
}
.scorch-title{
	margin-left:50px;
}
.scorch-list-left{
	margin-left:50px;
}
.oem-top-list{
	margin-left:50px;
}
.oem-lower-title{
	margin:40px 0 50px 50px;
}
.oem-lower-list{
	margin-left:50px;
}
.copper-top{
	padding:70px 0 80px 50px;
}
.page-lower-title{
	margin-left:50px;
}
.page-lower-img {
	width:84%;
	margin:0 auto;
}
.page-lower-img img {
	width:84%;
}
.popup-sections {
	top:100px;
}
a.open p.tooltiptext {
	width:194px;
}
.popup-sections .popup-one {
	left:50%;
}
.popup-sections .popup-two {
	left:60%;
	top:44px;
}
.popup-sections .popup-three {
	right:4%;
	top:215px;
}
.popup-sections .popup-four {
	right:1%;
	top:435px;
}
.popup-sections .popup-five {
	right:1%;
	top:360px;
}
.popup-sections .popup-six {
	right:1%;
	top:435px;
}
.popup-sections .popup-seven {
	right:32%;
	top:460px;
}
.popup-sections .popup-eight {
	left:15%;
	top:435px;
}
.popup-sections .popup-nine {
	top:365px;
	left:1%;
}
.popup-sections .popup-ten {
	top:210px;
	left:1%;
}
.popup-sections .popup-eleven {
	left:6%;
	top:120px;
}
.popup-sections .popup-tweleve {
	top:45px;
	left:10%;
}
}

@media only screen and (max-width: 899px){
.page-container {
	width:auto;
}
.open .tooltiptext {
	width:194px;
}
.page-container {
	width:769px;
}
.open .tooltiptext {
	width:330px;
}
.popup-sections .popup-two {
	left:60.8%;
	top:10px;
}
.popup-sections .popup-three {
	top:182px;
}
.popup-sections .popup-four {
	top:210px;
	right:1%;
}
.popup-sections .popup-five {
	top:360px;
	right:1%;
}
.popup-sections .popup-six {
	top:435px;
	right:1%;
}
.popup-sections .popup-seven {
	top:460px;
	right:32%;
}
.popup-sections .popup-eight {
	top:435px;
}
.popup-sections .popup-nine {
	top:365px;
}
.popup-sections .popup-ten {
	top:210px;
	left:1%;
}
.popup-sections .popup-eleven {
	top:120px;
}
.popup-sections .popup-tweleve {
	left:10%;
	top:45px;
}
}

/* ================ Adaptativo Tablet Grande Horizontal ================ */
@media only screen and (max-width: 800px){
.page-container {
	width:84%;
	margin:auto;
}
.page-lower-title{
	font-size:28px;
}
.helpicon i{
	font-family:fontawesome;
	font-size:20px;
	color:#000;
	margin-right:4px;
	margin-left:4px;
}
.indication-txt{
	font-size:14px;
	line-height:14px;
}
.open .tooltiptext {
	width:194px;
}
.page-lower-img {
	width:94%;
	margin:0 auto;
}
.page-lower-img img {
	width:94%;
}
.popup-sections .popup-one {
	top:-82px;
	left:41%;
}
.popup-sections .popup-two {
	top:-34px;
	left:70%;
}
.popup-sections .popup-three {
	top:74px;
	right:12px;	
}
.popup-sections .popup-four {
	top:219px;
	right:-24px;
}
.popup-sections .popup-five {
	top:366px;
	right:-18px;
}
.popup-sections .popup-six {
	top:474px;
	right:94px;
}
.popup-sections .popup-seven {
	top:516px;
	right:254px;
}
.popup-sections .popup-eight {
	top:474px;
	left:115px;
}
.popup-sections .popup-nine {
	top:366px;
	left:-4px;
}
.popup-sections .popup-ten {
	top:219px;
	left:-52px;
}
.popup-sections .popup-eleven {
	top:74px;
	left:5px;
}
.popup-sections .popup-tweleve {
	top:-34px;
	left:100px;
}
}

/* ================ Adaptativo Tablet Chica Horizontal ================ */
@media only screen and (max-width: 768px){
.page-container {
	width:56%;
	margin:auto;
}
.page-lower-title{
	font-size:28px;
}
.helpicon i{
	font-family:fontawesome;
	font-size:14px;
	color:#000;
	margin-right:4px;
	margin-left:4px;
}
.indication-txt{
	font-size:11px;
	line-height:11px;
}
.open .tooltiptext {
	width:194px;
}
.page-lower-img {
	width:92%;
	margin:0 auto;
}
.page-lower-img img {
	width:92%;
}
.popup-sections .popup-one {
	top:-78px;
	left:154px;
}	
.popup-sections .popup-two {
	top:-50px;
	left:282px;
}
.popup-sections .popup-three {
	top:10px;
	right:6px;
}
.popup-sections .popup-four {
	top:94px;
	right:-16px;
}
.popup-sections .popup-five {
	top:176px;
	right:-16px;
}
.popup-sections .popup-six {
	top:240px;
	right:50px;
}
.popup-sections .popup-seven {
	top:262px;
	right:138px;
}
.popup-sections .popup-eight {
	top:240px;
	left:68px;
}
.popup-sections .popup-nine {
	top:176px;
	left:-8px;
}
.popup-sections .popup-ten {
	top:94px;
	left:-36px;
}
.popup-sections .popup-eleven {
	top:10px;
	left:2px;
}
.popup-sections .popup-tweleve {
	top:-50px;
	left:46px;
}
}

@media only screen and (max-width: 699px){
.page-container {
	width:auto;
}
.open .tooltiptext {
	width:194px;
}
.popup-sections .popup-two {
	left:60.5%;
	top:33px;
}
.popup-sections .popup-three {
	top:120px;
}
.popup-sections .popup-four {
	top:210px;
}
.popup-sections .popup-five {
	top:360px;
	right:1%;
}
.popup-sections .popup-six {
	top:435px;
}
.popup-sections .popup-seven {
	top:460px;
	right:32%;
}
.popup-sections .popup-eight {
	top:435px;
}
.popup-sections .popup-nine {
	top:365px;
}
.popup-sections .popup-ten {
	top:210px;
	left:1x;
}
.popup-sections .popup-eleven {
	top:120px;
}
.popup-sections .popup-tweleve {
	top:45px;
}
}

@media only screen and (max-width: 599px){
.page-container {
	width:auto;
}
.open .tooltiptext {
	width:194px;
}
.popup-sections .popup-one {
	left:36.5%;
}
.popup-sections .popup-two {
	left:62%;
	top:26px;
}
.popup-sections .popup-three {
	top:100px;
	right:1%;
}
.popup-sections .popup-four {
	top:210px;
}
.popup-sections .popup-five {
	top:360px;
}
.popup-sections .popup-six {
	top:435px;
	right:0;
}
.popup-sections .popup-seven {
	top:460px;
	right:32%;
}
.popup-sections .popup-eight {
	top:435px;
	left:15%;
}
.popup-sections .popup-nine {
	top:365px;
	left:1%;
}
.popup-sections .popup-ten {
	top:210px;
	left:1px;
}
.popup-sections .popup-eleven {
	top:120px;
}
.popup-sections .popup-tweleve {
	top:45px;
}
}

/* ================ Adaptativo Tablet Chica Vertical ================ */
@media only screen and (max-width: 480px){
.page-container {
	width:84%;
	margin:auto;
}
.page-lower-title{
	font-size:28px;
}
.helpicon i{
	font-family:fontawesome;
	font-size:11px;
	color:#000;
	margin-right:4px;
	margin-left:4px;
}
.indication-txt{
	font-size:9px;
	line-height:10px;
}
.open .tooltiptext {
	width:194px;
}
.page-lower-img {
	width:92%;
	margin:0 auto;
}
.page-lower-img img {
	width:92%;
}
.popup-sections .popup-one {
	top:-78px;
	left:38%;
}
.popup-sections .popup-two {
	top:-52px;
	left:258px;
}
.popup-sections .popup-three {
	top:4px;
	right:12px;	
}
.popup-sections .popup-four {
	top:79px;
	right:-8px;
}
.popup-sections .popup-five {
	top:156px;
	right:-8px;
}
.popup-sections .popup-six {
	top:210px;
	right:52px;
}
.popup-sections .popup-seven {
	top:234px;
	right:138px;
}
.popup-sections .popup-eight {
	top:210px;
	left:66px;
}
.popup-sections .popup-nine {
	top:156px;
	left:0px;
}
.popup-sections .popup-ten {
	top:79px;
	left:-24px;
}
.popup-sections .popup-eleven {
	top:4px;
	left:9px;
}
.popup-sections .popup-tweleve {
	top:-52px;
	left:52px;
}
}

/* ================ Adaptativo Smartphone Vertical ================ */
@media only screen and (max-width: 399px){
.page-container {
	width:80%;
	margin:auto;
}
.page-lower-title{
	font-size:28px;
}
.helpicon i{
	font-family:fontawesome;
	font-size:12px;
	color:#000;
	margin-right:4px;
	margin-left:4px;
}
.indication-txt{
	font-size:7px;
	line-height:7px;
}
.open .tooltiptext {
	width:194px;
}
.page-lower-img {
	width:94%;
	margin:0 auto;
}
.page-lower-img img {
	width:94%;
}
.popup-sections .popup-one {
	top:-76px;
	left:38%;
}
.popup-sections .popup-two {
	top:-56px;
	left:68%;
}
.popup-sections .popup-three {
	top:-12px;
	right:2px;	
}
.popup-sections .popup-four {
	top:45px;
	right:-12px;
}
.popup-sections .popup-five {
	top:104px;
	right:-12px;
}
.popup-sections .popup-six {
	top:148px;
	right:34px;
}
.popup-sections .popup-seven {
	top:160px;
	right:104px;
}
.popup-sections .popup-eight {
	top:148px;
	left:44px;
}
.popup-sections .popup-nine {
	top:104px;
	left:-6px;
}
.popup-sections .popup-ten {
	top:45px;
	left:-26px;
}
.popup-sections .popup-eleven {
	top:-12px;
	left:-2px;
}
.popup-sections .popup-tweleve {
	top:-56px;
	left:32px;
}
}