h2.usa{
  padding: 0.1rem 0.3rem 0.1rem 20rem;
  margin-bottom: 10px!important;   
  position: relative;
} 
h2.usa span{
position: relative;
z-index: 1;
}
h2.usa:before {
content: 'USA';
font-size: 180%;
text-transform: uppercase;
position: absolute;
color: #fff;
text-shadow: 1px 1px 0 #B6DDFF,
-1px 1px 0 #B6DDFF,
-1px -1px 0 #B6DDFF,
1px -1px 0 #B6DDFF;
text-align:left;
left: 10rem;
width: 100%;
}
h2.usa:after{
content: "";
left: 0;
top: 50%;
position: absolute;
border-top: solid 1px #6D7AA6;
width: 14%;
}


h2.chile{
  padding: 0.1rem 0.3rem 0.1rem 20rem;
  margin-bottom: 10px!important;   
  position: relative;
} 
h2.chile span{
position: relative;
z-index: 1;
}
h2.chile:before {
content: 'LATAM';
font-size: 180%;
text-transform: uppercase;
position: absolute;
color: #fff;
text-shadow: 1px 1px 0 #B6DDFF,
-1px 1px 0 #B6DDFF,
-1px -1px 0 #B6DDFF,
1px -1px 0 #B6DDFF;
text-align:left;
left: 10rem;
width: 100%;
}
h2.chile:after{
content: "";
left: 0;
top: 50%;
position: absolute;
border-top: solid 1px #6D7AA6;
width: 14%;
}

.c-ace{
border-top: solid 1px var(--blue-main);
}
 
 

.c-ace img{
display:block;
width:250px;
}

.logo-latam {
  height: 180px;
  width:auto;
}

.logo-latam:first-child {
  margin-right:80px;
  
}

/* >>>>>>>>> Media Queries <<<<<<<<<<<<<< */

@media (max-width: 1200px) {



}


@media (max-width: 992px) {
  h2.chile,
  h2.usa {
    padding: 0.1rem 0.3rem 0.1rem 10rem;
}
h2.chile:before,
h2.usa:before {
  left: 3rem;
 
}

.logo-latam {
  height: 125px;
  width:auto;
}

.logo-latam:first-child {
  margin-right: 60px;
}
}

@media (max-width: 768px) {


}

@media (max-width: 576px) {


}


@media (max-width: 460px) {


}