@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}
   
.argentina {
background-image: url("https://www.futexcel.com.br/assets/svg-flags/ar.svg");
padding: 5px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
}

.peru {
background-image: url("https://www.futexcel.com.br/assets/svg-flags/pe.svg");
padding: 5px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
}

.chile {
background-image: url("https://www.futexcel.com.br/assets/svg-flags/cl.svg");
padding: 5px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
}

.equador {
background-image: url("https://www.futexcel.com.br/assets/svg-flags/ec.svg");
padding: 5px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
}

.venezuela {
background-image: url("https://www.futexcel.com.br/assets/svg-flags/ve.svg");
padding: 5px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
}

.uruguai {
background-image: url("https://www.futexcel.com.br/assets/svg-flags/uy.svg");
padding: 5px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
}

.bolívia {
background-image: url("https://www.futexcel.com.br/assets/svg-flags/bo.svg");
padding: 5px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
}

.brasil {
background-image: url("https://www.futexcel.com.br/assets/svg-flags/br.svg");
padding: 5px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
}

.colômbia {
background-image: url("https://www.futexcel.com.br/assets/svg-flags/co.svg");
padding: 5px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
}

.paraguai {
background-image: url("https://www.futexcel.com.br/assets/svg-flags/py.svg");
padding: 5px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
}

.eua {
background-image: url("https://www.futexcel.com.br/assets/svg-flags/us.svg");
padding: 5px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
}

.costa-rica {
background-image: url("https://www.futexcel.com.br/assets/svg-flags/cr.svg");
padding: 5px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
}

.panamá {
background-image: url("https://www.futexcel.com.br/assets/svg-flags/pa.svg");
padding: 5px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
}

.méxico {
background-image: url("https://www.futexcel.com.br/assets/svg-flags/mx.svg");
padding: 5px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
}

.canadá {
background-image: url("https://www.futexcel.com.br/assets/svg-flags/ca.svg");
padding: 5px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
}

.jamaica {
background-image: url("https://www.futexcel.com.br/assets/svg-flags/jm.svg");
padding: 5px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
}

.dominicana {
background-image: url("https://www.futexcel.com.br/assets/svg-flags/do.svg");
padding: 5px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: relative;
}